

/** __________ Begin header __________ **/
.conteneur{
	margin-left: 100px;
	margin-right: 100px;
}
header {
	background-image: url("../img/banniere_jules_velo2.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: transparent;
	backdrop-filter: blur(3px);
	transition: background-color 0.2s ease;

	
}
.navbar.scrolled {
	background: #fff;
	border-bottom: #cd1719 1px solid;
	
}
.nav-item {
	display: flex;
	align-items: center;
  }

button.navbar-toggler {
	background-color: #3d302d;
	margin-right: 40px;
}

.fa-bars {
	color: #006699;
}

.navbar-nav > .nav-item {
	margin-right: 20px;
}

header p {
	position: absolute;
	bottom: 50px;
	background-color: #993399;
	padding: 15px;		
	color: #fff;
	font-weight: 500;
}

.nav-link {

	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.Social ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
}

.Social li {
	display: inline-block;
}

.Social img {
	height: 25px;
}

.TextHeader {
	background-color: #ffdf43;
	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: rgb(0, 0, 0);
	display: inline-block;
}

.TextHeader p {
	padding: 15px;
	width: 100%;
	font-size: 17px;
}





/** __________ 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;
}
.donreg{
	text-align: left;
}
/* bouton don reg  */
.btn-quaternary{
	font-weight: 800;
    line-height: 1.7rem;
    text-transform: uppercase;
    padding: 22px 50px;
    border-radius: 9px;
    background: #ffcd19;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
}
.btn-quaternary2{
	text-align: center;
	padding: 10px 10px;
	margin: 10px 10px 10px 10px;
	font-weight: 800;
    line-height: 1.7rem;
    text-transform: uppercase;
    border-radius: 9px;
    background: #ffcd19;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
}
.btn-quaternary:hover {
color: #fdce13;
background-color: #fff;
border: 1px solid #fdce13;
}
.btn-quaternary2:hover{
	color: #fdce13;
background-color: #fff;
border: 1px solid #fdce13;
}
    @media screen and (max-width: 767px) {
        div {
            flex-direction: column;
            text-align: center;
        }

        .donreg {
            margin-top: 20px;
        }
    }


.perspective21 p {
	text-align: left;
	padding: 20px 30px;
	color:#fff;
}

.perspective21 {
	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%;
}

.perspective21 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 10px;
}

.perspectives {
	column-width: 16em;
	text-align: left;
	padding: 30px;
	color:#fff;
}



.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%;
}



#img2021 {
	text-align: center;
}

#raComptes {
	text-align: center;
	padding: 20px 0;
}

.S1B3 {
	background: #FBCF14;
}


.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: #fdce13;
	font-weight: 500;
	margin: 0;
}
.align-left{

	float: left;
}

.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;
}

.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;
}




.S4B1 p:last-child {
	font-size: 17px;
	margin-top: 10px;
}

.DiviFram {
	width: 73%;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
}


.btn_violet:hover{
	color: #fff;
}


a.btn2 {
    padding: 20px;
    border: solid 1px #fdce13;
    color: #000;
	background-color: #fdce13;
    border-radius: 10px;
    font-weight: 800;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}

.btn2:hover {
    color: #fdce13;
    background: #fff;
    border: solid 1px #fdce13;
    font-weight: bold;
    text-decoration: none;
}


.iframe2 {
   width: 100%;
	height: 500px;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
}


#victoires img {
	width: 375px;
	height: auto;
}
#missions{

}
#victoires p, #medcine 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;
}


#dons img {
	width: 400px;
	height: auto;
}

.dons2 {
	background-color: #cd1719;
}

#dons {
	background-color: #edece8;
}


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
 {
	font-family: 'Montserrat', sans-serif !important;
}


h1,
h2,
h3,
h4 {
	
	font-family: 'Montserrat', cursive  !important;
	text-transform: uppercase;
	font-size: 30px;
}

/* START FONT SIZE */
.plusDe > p {
	font-size: 14px; 
}

footer p {
	font-size: 14px; 
}

.S2B1 .blockImg p,
.timeLine p {
	font-size: 17px;
}

p,article,a.btn {
	font-size: 17px;
}

article{
	color: #fff;
}

 

header p,
.plusDe > div p {
	font-size: 1.5em; /* 24px */
}


/* START FONT SIZE */

a.btn {
	padding: 15px;
	background-color: #cd1719;
	border: solid 1px #cd1719;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
}

.btn:hover {
	color: #cd1719;
	background: #fff;
	border: solid 1px #cd1719;
}

.title {
	color: #fbdf36;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
	font-size: 40px;
}
.titleG {
	color: #000;
	font-weight: 900;
	text-align: left;
	font-size: 37px;
	margin: 20px 0;
	
	
}
.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é  */

.titleG2 {
	color: #fbdf36;
	font-weight: 400;
	text-align: left;
	padding: 0 30px;
	font-size: 40px;
	
}


.engagements{
	
	font-size: 30px; 
	text-transform: uppercase;
	font-family: 'montserrat';

	font-weight: 700;
	color: #000;
}



.S1B1,
.S1B3,
.S1B2 {
	padding: 20px 0;
}

.S1B1 > *,
.S1B3,
.S1B2 > div {
	margin: 20px 0 !important;
}

.section2,
.section3 {
	margin: 20px 0 0 0;
}

.S1B2 .title,
.S1B3 .titleG,
.S1B1 .titleG {
	margin-bottom: 20px;
	text-align: left;
}




.victoire_0,
.plusDe > p,
.inTimeLine div,
.lastDivTimeLine p,
.S4B1,
.S4B1 div:nth-child(1) {
	width: 100%;
}



/**  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;
	}
}
.container3 {
	display: flex;
	align-items: center;
	background-color: white;
	padding: 20px;
	text-align: center;
}

.donreg {
	margin-left: 20px;
}

@media (max-width: 992px) {
	.container3 {
		flex-direction: column;
		align-items: center;
	}

	.donreg {
		margin-left: 0;
		margin-top: 20px;
		text-align: left;
	}
}
@media (min-width: 992px) {

	.navbar-nav  {
		width: 100%;
		
	}

	.nav-link {
		position: relative;
		left: 8px;
	}
	.navbar-nav > .nav-item:nth-child(1) .nav-link {
		width: 150px;
	}
	.navbar-nav > .nav-item:nth-child(2) .nav-link {
		width: 130px;
	}
	.navbar-nav > .nav-item:nth-child(3) .nav-link {
		width: 210px;
	}

	.navbar-nav > .nav-item:nth-child(4) .nav-link {
		width: 200px;
	}

	.navbar-nav > .nav-item:nth-child(5) .nav-link {
		width: 500px;

	}
	


	.navbar-nav > li:nth-child(n+2):after {
		content: "|";
		color: #808080;
		position: absolute;
		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: end;
	}

	

	.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;
	}

	

	.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(2),
	.S1B2 > div:nth-child(2),
	.S1B3,
	.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 50px;
	}

	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,
	.S1B3 > div {
		margin: 20px 10% !important;
	}



	.S1B2 > div:nth-child(1) p:nth-child(2),
	.S1B3 > 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;
	}
}


  /*contenus principale*/

.testcol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

article{
    
	width: 350px;
    padding: 5px 15px;
    margin: 2%;
    
}
 /* BEGIN COMPTEUR  */
 .progress-container {
	width: 350px;
	height: 30px;
	background-color: #eee;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.progress-bar {
	width: 0;
	height: 100%;
	background-color: #007bff;
	border-radius: 15px;
	transition: background-color 0.3s ease-in-out;
}

.progress-bar:hover {
	background-color: #cd1719;
}

.progress-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 300px;
}

/* Styles for GO! on hover */
.progress-container:hover .progress-label {
	display: none;
}

.progress-container:hover::after {
	content: "GO!";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #fff;
}

/* Red background on hover */
.progress-container:hover .progress-bar {
	background-color: #cd1719;
}
  /* END COMPTEUR */

  .navbar-light .navbar-nav .nav-link {
	color: #ffffff !important; /* Couleur du texte blanc */
}

.navbar-dark.scroll .navbar-nav .nav-link {
	color: #000000 !important;   /* Couleur du texte noir */
}
.white-text {
	color: #fff !important;
}
.scroll-black .nav-link {
	color: #000 !important;
}




.scrolled {
	background-color: #ffffff; 
  }
  
  .navbar-dark .navbar-nav > li:not(:last-child)::after {
	color: #000000; /* Couleur noire au scroll */
  }
  .progress-description {
	text-align: center;
	margin-top: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
  }
  
  /*  COmpteur objectif Téléthon  */

  .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: #fdce13;
	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 #fdce13;
	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;
}

.block {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 5px 20px;
}

#block {
	display: inline-flex;
	width: 100%;
	text-align: center;
	background: #edece8;
	
}

.container {
	display: flex;
	justify-content: space-between;
	background: #edece8;
	
  }

  .container2{
        padding: 20px;
        text-align: center;
  }

  .blockimg {
	width: 200px;
	height: 200px;
  }
.blockImg {
	position: relative;
	cursor: pointer;
	width: 15%;
}
  

.BTN {
	text-align: center;
	margin-top: 20px;
}






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;
}

.counter {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 200px;
	background-color: #f2f2f2;
	margin: auto;
	border-radius: 10px;
  }
  
  #counterValue {
	font-size: 48px;
  }