/** __________ Begin header __________ **/
header {
	background-image: url("../img/visuel_header.png");
	height: 554px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

nav.navbar {
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 99;
	-webkit-transition: background-color 0.8s ;
	-o-transition: background-color 0.8s ;
	transition: background-color 0.8s ;
}

.ChangeColorOnScroll {
	background: #fff;
	border-bottom: 1px solid #006699;
}

button.navbar-toggler {
	background-color: #fff;
	margin-right: 40px;
}

.fa-bars {
	color: #006699;
}

.navbar-nav > .nav-item {
	margin-left: 20px;
}

header p {
	position: absolute;
	bottom: 50px;
	background-color: #993399;
	padding: 15px;		
	color: #fff;
	font-weight: 500;
}

.nav-link {
	color: #006699 !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;
}

.Social {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.FaireDon {
	padding: 8px 20px;
	margin: auto;
	color: #FFF;
	margin-left: 10px;
	font-size: 18px;
	background: #993399;
	display: flex;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	top:35px;
}



.FaireDon:hover {
	color: #993399;
background-color: #fff;
border: 1px solid #993399;
}
/* bouton JE SOUTIEN  */

.btn-quaternary2{
	padding-top: 50px;
	text-align: center;
	padding: 20px 20px;
	margin: 10px 10px 10px 10px;
	font-weight: 800;
    line-height: 1.7rem;
    text-transform: uppercase;
    border-radius: 9px;
    background: #993399;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 2px;
}

.btn-quaternary2:hover{
	color: #993399;
background-color: #fff;
border: 1px solid #993399;
}

.TextHeader {
	background-color: #006699;
	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;
}

.TextHeader * {
	color: #fff;
	display: inline-block;
}

.TextHeader p {
	padding: 20px;
	width: 100%;
}
/** __________ End header __________ **/



.displayNone {
	display: none;
}

.blockImg {
	position: relative;
	margin: 20px 0;
	cursor: pointer;
}

.S1B1,
.S1B1 > div:nth-child(2),
.S1B2 > div:nth-child(2),
.S2B1,
.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,
.S1B2 > div:nth-child(1) *,
.plusDe p {
	text-align: center;
}


.section1 .blockImg p {
	position: absolute;
	left: 5px;
	color: #fff;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	top: 0;
	bottom: 0;
	width: 250px;
	z-index: 1;
}

.blockImg > img {
	width: 100%;
}

.S1B2 {
	background: #ccffff;
}

.plusDe {
	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;
	margin: 40px 0;
	width: 100%;
}

.plusDe > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 10px;
}

.plusDe img {
	width: 49px;
	margin-right: 5px;
}

.plusDe > div p {
	color: #0099cc;
	font-weight: 500;
	margin: 0;
}

.S2B1 .blockImg:hover:after  {
	content: "";
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 102, 153, .8);
	position: absolute;
	top: 0;
}

.S2B1 .blockImg > div {
	display: none;
}

.S2B1 .blockImg:hover div {
	display: block;
}

.S2B1 .blockImg div img,
.S2B1 .blockImg div div {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
}

.S2B1 .blockImg div img {
	top: 20px;
	width: 50px;
}

.S2B1 .blockImg div div {
	top: 80px;
	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;
	text-align: center;
}

.S2B1 .blockImg h2 {
	font-weight: bold;
}

.S2B1 .blockImg div > * {
	color: #fff;
	padding: 5px 0;
}

.timeLine > img {
	display: none;
}

.inTimeLine {
	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;
	margin: 40px auto;
	text-align: center;
}


.inTimeLine h3 {
	color: #006699;
	font-weight: 500;
	text-align: center;
}

.today {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: relative;
	top: 40px;
}

.today p {
	text-align: center;
	background: #006699;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	position: relative;
	display: inline-block;
	padding: 10px 80px;
}

.today p:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 29px solid transparent;
	border-right: 29px solid transparent;
	border-top: 20px solid #006699;
	position: absolute;
	bottom: -13px;
	right: 0;
	left: 0;
	margin: auto;
}

.lastDivTimeLine {
	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: 60px 0;
	background: #edece8;
	z-index: -1;
}

.lastDivTimeLine span {
	color: #006699;
	font-weight: 600;
}

.section3 p {
	text-align: center;
}

#od p {
	text-align: center;
}

.Treplay {
	text-align: center;
	margin: 15px 80px;
}



.S4B1 img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.S4B1 p:first-child {
	color: #0077b2;
	font-weight: 700;
	text-align: left;
}

.S4B1 p:last-child {
	font-size: 12px;
	margin-top: 10px;
}

.DiviFram {
	width: 73%;
	
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
	
}



.DiviFramN {
	width: 20%;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
	
}


.btn_bleu {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #993399;
	width: 250px;
	text-align: center;
	border-radius: 10px;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
    margin: 0 auto;
}

.btn_violet:hover,
.btn_bleu:hover{
	color: #fff;
	
}

.BTN {
	text-align: center;
	margin-top: 20px;
}

a.btn2 {
    padding: 20px;
    border: solid 1px #993399;
    color: #fff;
	background-color: #993399;
    border-radius: 10px;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    width: 170px;
    text-align: center;
}

.btn2:hover {
    color: #993399;
    background: #fff;
    border: solid 1px #993399;
    font-weight: bold;
    text-decoration: none;
}



.iframe2 {
   width: 100%;
	height: 500px;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
}


.headingcontent{
	text-align: center;
    margin-top: 36px;
    margin-bottom: 50px;
}
/* Titre surligné */
.highlighted-text{
	font-weight: 900;
font-size: 37px;
line-height: 6rem;
color: #000;
text-transform: uppercase;
display: inline;
background-size: 100% 33px;
background-image: linear-gradient(#ffcd19,#ffcd19);
background-position: left 0 bottom 5px;
background-repeat: no-repeat;
padding-bottom: 12px;
}  
  /* END TITRE SURLIGNé  */


#benjamin img, #victoires img {
	width: 375px;
	height: auto;
	margin-bottom: 30px;
}

#benjamin p, #medcine p, #grandlive p, #graceavous p{
	font-size: 1rem;
	color: #212529;
	font-weight: 500; 
	margin-right: 20px;
}

#Hugo img {
	width: 375px;
	height: auto;
}

#Hugo p{
	font-size: 1rem;
	color: #212529;
	font-weight: 500; 
	margin-right: 20px;
}

#depistage p{
	font-size: 1rem;
	color: #212529;
	font-weight: 500; 
	margin-right: 20px;
}




#dons img {
	width: 400px;
	height: auto;
}

#dons {
	background-color: #edece8
}
/* 

iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 80%;
}
}
*/



iframe {
	position:relative;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 10px;
}

div iframe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
}

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; 
}

p,
a,
h1,
h2,
h3,
h4 {
	font-family: 'Montserrat', sans-serif !important;
}

/* START FONT SIZE */
.plusDe > p,
footer p {
	font-size: 0.875em; /* 14px */
}

.S2B1 .blockImg p,
.timeLine p {
	font-size: 1em; /* 16px */
}

p {
	font-size: 1.125em; /* 18px */
}

a.btn,
 .S2B1 .blockImg a,
.S2B1 .blockImg h2,
.S4B1 p  {
	font-size: 1.25em; /* 20px */
}

header p,
.plusDe > div p {
	font-size: 1.5em; /* 24px */
}

.inTimeLine h3 {
	font-size: 1.625em; /* 26px */ 
}

.title,
.section1 .blockImg p {
	font-size: 1.875em; /* 30px */
}
/* START FONT SIZE */

a.btn {
	padding: 15px;
	background-color: #993399;
	border: solid 1px #993399;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	text-align: center;
	width: 250px;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
    margin: 0 auto;
}

.btn2 {
	padding: 30px;
	background-color: #993399;
	border: solid 1px #993399;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	text-align: center;
	width: 350px;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
    margin: 0 auto;
}

.btn:hover {
	color: #993399;
	background: #fff;
	border: solid 1px #993399;
	
}

.title {
	color: #006699;
	font-weight: 500;
	text-align: center;
	padding: 20px;
}

.active {
	padding-top: 60px !important;
}

.S1B1,
.S1B2 {
	padding: 20px 0;
}

.S1B1 > *,
.S1B2 > div {
	margin: 20px 0 !important;
}

.section2,
.section3 {
	margin: 20px 0 0 0;
}

.S1B2 .title {
	margin-bottom: 20px;
}

.victoire_0,
.plusDe > p,
.inTimeLine div,
.lastDivTimeLine p,
.S4B1,
.S4B1 div:nth-child(1) {
	width: 100%;
}


.container3 {
	display: flex;
	align-items: center;
	background-color: #ccffff;
	padding: 20px;
	text-align: center;
}

.donreg {
	margin-left: 20px;
}

.btn-quaternary{
	font-weight: 800;
    line-height: 1.7rem;
    text-transform: uppercase;
    padding: 22px 50px;
    border-radius: 9px;
    background: #993399;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}

.btn-quaternary:hover {
color: #993399;
background-color: #fff;
border: 1px solid #993399;
}

@media (max-width: 992px) {
	.container3 {
		flex-direction: column;
		align-items: center;
	}

	.donreg {
		margin-left: 0;
		margin-top: 20px;
		text-align: left;
	}
}


/**  End global styles  **/

@media (max-width: 560px) {

	.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	margin: 0 auto;

	}
	
	.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	margin: 0 auto;
	}
	}

@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;
	}

	.S4B1 img {
		width: auto;
		width: initial;
	}
}

@media (min-width: 992px) {

	.navbar-nav  {
		width: 100%;
	}

	.nav-link {
		position: relative;
		left: 6px;
	}
	
	.navbar-nav > .nav-item:nth-child(1) .nav-link {
		width: 200px;
	}
	
	.navbar-nav > .nav-item:nth-child(2) .nav-link {
		width: 160px;
	}

	.navbar-nav > .nav-item:nth-child(3) .nav-link {
		width: 200px;
	}

	.navbar-nav > .nav-item:nth-child(4) .nav-link {
		width: 220px;
	}
	.navbar-nav > .nav-item:nth-child(5) .nav-link {
		width: 200px;
	}
	
	.navbar-nav > .nav-item:nth-child(6) .nav-link {
		width: 190px; 
	}


	.navbar-nav > li:nth-child(n+2):after {
		content: "|";
		position: absolute;
		top: 15px;
		color: #006699;
		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 {
		-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: 700px;
	}

	.S1B1 > div:nth-child(1) p:last-child {
		width: 55%;
		margin: auto;
	}

	.section1 .blockImg:nth-child(1) {
		z-index: 2;
	}

	.section1 .blockImg:nth-child(2) {
		z-index: 1;
	}

	@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,
	.S1B2 > div:nth-child(1) *,
	.plusDe > p {
			padding: 0 40px;
	}

	.S1B1 div:nth-child(2),
	.S1B2 > 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%;
	}

	.S4B1 div {
	    width: 100%;
	    margin: 0 0 0 2%;
	}

	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) {
	.S1B2 > div {
		margin: 20px 10% !important;
	}

	.S1B2 > div:nth-child(1) * {
		padding: 0;
	}

	.S1B2 > 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;
	}
}