
/** __________ Begin header __________ **/
header {
	background-image: url("../img/header-transmettre.png");
	height: 530px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

nav.navbar {
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 99;
	
	background: #fff;
	border-bottom: 1px solid #8d1b53;
}

.ChangeColorOnScroll {
	background: #fff;
	border-bottom: 1px solid #8d1b53;
}

button.navbar-toggler {
	background-color: #fff;
	margin-right: 40px;
}

.fa-bars {
	color: #8d1b53;
}

.navbar-nav > .nav-item {
	margin-left: 20px;
}

header p {
	position: absolute;
	bottom: 50px;
	background-color: #8d1b53;
	padding: 15px;		
	color: rgb(91, 97, 15);
	font-weight: 500;
}

.nav-link {
	color: #8d1b53 !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.Social ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}

.Social li {
	display: inline-block;
}

.Social img {
	height: 25px;
}

.TextHeader {
	background-color: #f7be3f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 20px;
}


.FaireDon {
	padding: 8px 20px;
	margin: auto;
	color: #FFF;
	margin-left: 10px;
	font-size: 16px;
	background: #8d1b53;
	display: flex;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	top:50px;
}


/** __________ End header __________ **/

.fa {
	vertical-align: middle;
}




#RSeMESS{
	padding: 20px;
}
.resp-container { 
	position: relative; 
	overflow: hidden; 
	padding-top: 45%; 
  }

  .resp-iframe { 
	position: absolute; 
	
	width: 90%; 
	height: 90%; 
	border: 0; 
	
  }




.P2 > div:nth-child(2),
.S4B1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.S1B1 > div:nth-child(1) p,
.P2 > div:nth-child(1) *,
.plusDe p {
	text-align: center;
}

.P2 {
	background: #f7be3f;
	
	
}

.section3 p {
	text-align: center;
}

#od p {
	text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
	font-weight: 300;
	line-height: 1;
	/* rtl:remove */
	letter-spacing: -.05rem;
  }
  

.S4B1 img {
	display: block;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.textEMESS h3, .textLA h3{
color: #8d1b53;
}

.textEMESS p{
	font-size: 16px;
}

.textEMESS {
	width: 50%;
	padding: 20px;
	text-align: left;
}

.textEMESS2 {
	font-size: 14px;
	margin-left: 250px;
	text-align: left;
}






.DiviFram3 {
	width: 20%;
	height: 300px;
	position: relative;
	padding: 25px ;
	display: inline-block;
	
}

.DiviFram2 {
	width: 65%;
	height: 590px;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
}



	iframe {
		position:relative;
		top: 0;
		right: 0;
		bottom: 50px;
		left: 0;
		margin: auto;
		
	}
	
	div iframe {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


a.BTN_eMessagers {
	padding: 15px;
	background-color: #8d1b53;
	border: solid 1px#8d1b53;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right:0px;
}

.BTN_eMessagers:hover {
	color: #8d1b53;
	background: #fff;
	border: solid 1px #8d1b53;
	text-decoration: none;
}

.P2 > div img {
	width: 200px;
	
	text-align:center;
}


#img3EMESS{
	display: flex;
  justify-content: center;
  text-align: center;
}

.blockEMESS{
	padding: 5px 20px;
	display: inline-block;
}

.blockEMESS2{
	padding: 5px 20px;
	display: inline-block;
}

img.blockEMESS2 {
	width: 540PX;
}

#outer
{
    width:100%;
    text-align: center;
	display: flex;
	justify-content: center;
	padding: 30px;
	flex-direction: row;
	
}
.inner
{
    display: block;
	padding: 15px 30px;
	text-align: center;

	
}

@media screen and (max-width: 500px) {
    #outer {
        flex-direction: column;
        height:auto;
    }
    .inner {
        height: 50px;
		margin:10px;
    }
}

a.btnPartageIN {
	padding: 15px;
	background-color: #0a66c2;
	border: solid 1px #0a66c2;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right:0px;
}

.btnPartageIN:hover {
	color: #0a66c2;
	background: #fff;
	border: solid 1px #0a66c2;
	text-decoration: none;
}

a.btnPartageTW {
	padding: 15px;
	background-color: #1d9bf0;
	border: solid 1px #1d9bf0;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right:0px;
}

.btnPartageTW:hover {
	color: #1d9bf0;
	background: #fff;
	border: solid 1px #1d9bf0;
	text-decoration: none;
}

a.btnPartageFB {
	padding: 15px;
	background-color: #1778f2;
	border: solid 1px #1778f2;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right:0px;
}

.btnPartageFB:hover {
	color: #1778f2;
	background: #fff;
	border: solid 1px #1778f2;
	text-decoration: none;
}


.PartageRS{
	text-align: center;
	padding:40px;
	
}

#header {
	display: flex;
	justify-content: right;
	height: 140px;
	background-size: 200%;
	
	background-position: top right;
}



#header ul {
	display: none;
	padding: 0;
	display: initial;
}



.social-link {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	text-align: center;
	line-height: 1.6rem !important;
	color: #ffffff;
	font-size: 1em !important;
}
.fa {
	vertical-align: middle;
}

header div p {
	margin: 10px;
}

#dons {
	background-color: #edece8;
}



footer {
	background: #edece8;
	padding: 20px;
}

footer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

footer p {
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #212529
}

footer div p:nth-child(2) {
	margin: 0 20px;
}



/**  Begin global styles  **/

html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; 
}


h1,
h2,
h3,
h4 {
	 font-family: 'Lato', sans-serif !important;
	
}


p, a{
	font-family: 'Montserrat', sans-serif !important;
	font-size:  18px ;
}

#jePartage{
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
	color: #8d1b53;

}
/* START FONT SIZE */

footer p {
	font-size: 14px;
}

.navbar-nav a {
	font-family: 'Montserrat', sans-serif !important;
	font-size:  16px ;
	
}

.title{
	font-size: 40px;
}
/* START FONT SIZE */

a.btn {
	padding: 15px;
	background-color: #8d1b53;
	border: solid 1px #8d1b53;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
}

.btn:hover {
	color: #8d1b53;
	background: #fff;
	border: solid 1px #8d1b53;
}

.title {
	color:  #8d1b53;
	font-weight: 500;
	text-align: center;
	padding: 15px;
}



/**  End global styles  **/

@media (min-width: 576px) { 

	.inTimeLine {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		width: 80%;
	}
	.inTimeLine div {
		margin-left: 5%;
	}
	.inTimeLine div > * {
		text-align: left;
	}

	
}

@media (max-width: 600px) {

	.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	margin: auto;

	}
	
	.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	margin: 0 auto;
	}
	}

@media (min-width: 992px) {

	.navbar-nav  {
		width: 100%;
	}

	.nav-link {
		position: relative;
		left: 10px;
	}
	
	.navbar-nav > .nav-item:nth-child(2) .nav-link {
		width: 120px;
	}

	.navbar-nav > .nav-item:nth-child(3) .nav-link {
		width: 190px;
	}

	.navbar-nav > .nav-item:nth-child(4) .nav-link {
		width: 160px;
	}
	.navbar-nav > .nav-item:nth-child(5) .nav-link {
		width:160px;
	}
	.navbar-nav > .nav-item:nth-child(6) .nav-link {
		width: 180px;
	}

	.navbar-nav > li:nth-child(n+2):after {
		content: "|";
		position: absolute;
		top: 15px;
		color: #8d1b53;
		font-weight: bold;
	}

	.navbar-nav > li:last-child:after {
		display: none;
	}

	.Social {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}

	header p {
		padding: 15px 30px 15px 200px;
	}



	.TextHeader {
		background-color: #f7be3f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 10px;
	}

	.TextHeader {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-webkit-box-pack: space-evenly;
			-ms-flex-pack: space-evenly;
				justify-content: space-evenly;
	}

	.TextHeader p {
		width: 78%;
		color: #8d1b53;
	}

	.S1B1 > div:nth-child(1) p:last-child {
		width: 55%;
		margin: auto;
	}



	@keyframes bounce {
	  0% { left: -100%; }
	  100% { left:-30%;  }
	}

	.section1 .blockImg:hover:after {
		animation: bounce 1.5s ease infinite alternate ;
	}

	.section1 .blockImg:after {
		content: ' ';
		width: 100%;
		height:100%;
		position: absolute;
		top: 0;
		left: -100%;
		background-image: url("../img/FlecheTransparente.png");
		background-size: cover;
	}


	.S1B1 > div:nth-child(1) p,
	.P2 > div:nth-child(1) *,
	.plusDe > p {
			padding: 0 40px;
	}

	.S1B1 div:nth-child(2),
	.P2 > div:nth-child(2),
	.S2B1,
	.S4B1  {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}


	.S1B1 .blockImg,
	.S2B1 .blockImg  {
		margin: 0;
		width: 100%;
	}

	.S1B1 > div:nth-child(2) {
		width: 100%;
	}

	.S2B1 .blockImg  {
		font-size: 0.8em
	}

 
	.S2B1 .blockImg > * {
		padding: 0;
	}

	.timeLine {
		position: relative;
	}

	.timeLine > img {
		position: absolute;
		height: 75%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 45px;
		display: initial;
	}

	.inTimeLine {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
		text-align: initial;
		margin: initial;
		padding: 20px 0;
	}

	.inTimeLine h3 {
		text-align: initial;
	}

	.inTimeLine:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
		width: 50%;
		position: relative;
		left: 66px;
		margin: 0;
	}

	.inTimeLine:nth-child(even) div {
		margin: 0 5% 0 0;
	}

	.inTimeLine:nth-child(even) div > * {
		text-align: right;
	}

	.inTimeLine:nth-child(odd) div > * {
		text-align: left;
	}

	.inTimeLine:nth-child(odd) {
		width: 50%;
		left: calc(50% - 66px);
		position: relative;
		margin: 0;
	}

	.timeLine > div:last-child {
		padding: 60px;
	}

	.timeLine > div:last-child p {
		width: 50%;
	}

	

	footer {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: distribute;
			justify-content: space-around;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}

	footer p {
		text-align: left;
	}
}


@media (min-width: 1200px) {
	.P2 > div {
		margin: 20px 10% !important;
	}

	.P2 > div:nth-child(1) * {
		padding: 0;
	}

	.P2 > div:nth-child(1) p:nth-child(2) {
		padding: 0 15%;
	}

	.S2B1 .blockImg {
		font-size: 1em;
	}

	.S2B1 .blockImg div img {
		width: 60px;
	}

	.S2B1 .blockImg div div {
		top: 100px;
	}

	.S2B1 .blockImg div > * {
		padding: 10px 0;
	}
}