

/** __________ Begin header __________ **/
.conteneur{
	margin-left: 100px;
	margin-right: 100px;
}
header {
	background-image: url("../img/banniere2024-2.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: #000000 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: #000;
	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 __________ **/


/* _____________DEBUT CHIFFRE CLES EN ROUTE VERS LE TELETHON ____________*/


.parag-chiffres-cles {
    display: flex;
    flex-wrap: wrap; /* Permet de faire passer les chiffres sur une nouvelle ligne si nécessaire */
    justify-content: center; 
    gap: 100px; /* Espace entre les chiffres */
    padding: 0 20px; 
}

.chiffres-cles {
    font-size: 2.5rem;
    margin: 0; /* Enlever les marges pour que le gap s'applique */
    font-weight: bold;
     text-shadow: 1.7px 1.1px 0 black; /* effet d'ombre des chiffres clés */
    box-sizing: border-box; /* Assure que la largeur totale inclut le padding et les marges */
}

.chiffre-item {
    text-align: center; 
    flex: 1 1 calc(25% - 40px); /* Chaque chiffre occupe 25% de la largeur disponible */
}

.texte-chiffres{
	font-size: 1.2rem;
	text-align: center;
}



/* _____________DEBUT CARDS AVEC ICONS ____________*/

.titre-cards{
	font-size: 1.55rem;
	margin: 3.5rem;
	text-align: center;
	font-weight: bold;
	max-width: 70%;


}


.bloc-cards{

	gap: 160px;
	display: flex;
	justify-content: space-around; 

}

.cards{
	border: 1px solid #01b2b9;
	background-color: #01b2b9;
	padding: 1rem;
	border-radius: 10px;
	align-items: center; 
	text-align: center; 
	box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2); /* Effet d'ombre */
}





#calendar-title{
	font-size: 1.3rem;
}

.displayNone {
	display: none;
}

.blockImg {
	position: relative;
	margin: 20px 0;
	cursor: pointer;
}

.S1B1,
.S1B1 > div:nth-child(2),
.S1B2 > div:nth-child(2),
.S2B1,
.S4B1,
.section4 {
	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;
        }

    
    }


.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: #01b2b9;
    width: 100%; /* Assure que le conteneur prend 100% de la largeur de l'écran */
    box-sizing: border-box; /* Inclut les bordures et les paddings dans la largeur totale */
    overflow: hidden; /* Évite que le contenu dépasse */
    margin: 0 auto; /* Centre le conteneur si besoin */
    padding: 0; /* Évite des marges ou padding inutiles qui pourraient étendre le conteneur */
}


.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 {
	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;
}

.btn :hover{
	color: #0056b3;
	text-decoration: underline;
}

.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;
}


.carte{

}

/* .carte {
	width: 73%;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
  } */

/* .textecarte p{
	display: block;
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
  } */




#conventiondépartementale {
    display: flex;
    align-items: center;
    margin: 20px 0;
}


  .btn_bleu2 {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #01b2b9;
	width: 350px;
	text-align: center;
	border-radius: 10px;
	padding: 15px;
	display: block;
    margin: 0 auto;
}

#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;
	/* height: 700px; */

	
}

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: left;
}

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: #01b2b9;
	border: solid 1px #01b2b9;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
a.btnjaune {
	padding: 15px;
	background-color: #fdce13;
	border: solid 1px #fdce13;
	text-transform: uppercase;
	color: #000;
	border-radius: 10px;
	font-weight: 500;
}

.btn:hover {
	text-decoration: underline;
	color: #0056b3;
}

.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: 30px;
	color: #000;
	text-transform: uppercase;
	display: inline;
	background-size: 100% 27px;
	background-image: linear-gradient(#ffcd19,#ffcd19);
	background-position: left 0 bottom 5px;
	background-repeat: no-repeat;
	padding-bottom: 12px;

}  

.highlighted-text2{
	font-weight: 900;
font-size: 37px;
line-height: 6rem;
color: #000;
text-transform: uppercase;
display: inline;
background-size: 100% 33px;
background-color: #ffcd19;
background-position: left 0 bottom 5px;
background-repeat: no-repeat;
padding-bottom: 0px;
}  
  /* 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;
}
/* style citation */

.quote-newspaper {
    position: relative;
    padding: 20px 10px;
    border-left: 10px solid #ffcd19;
}

.quote-newspaper blockquote {
    font-style: italic;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.quote-newspaper blockquote:before {
    content: "“";
    font-family: Georgia, serif;
    font-size: 50px;
    color: #01b2b9;
    position: absolute;
    left: -50px;
    top: -20px;
    z-index: 0;
}

.quote-newspaper blockquote:after {
    content: "”";
    font-family: Georgia, serif;
    font-size: 50px;
    color: #01b2b9;
    position: absolute;
    right: -0px;
    bottom: -30px;
    z-index: 0;
}

.quote-newspaper cite {
    display: block;
    margin-top: 20px;
    font-size: 12.5px;
    color: black;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}






.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;
}

.video-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* S'assure que le conteneur prend toute la largeur disponible */
    margin: 0 auto; /* Centre le conteneur de l'image */
	margin-top: 50px;
}

.video-responsive img {
    max-width: 100%; /* Rend l'image responsive */
    height: auto; /* Maintient les proportions de l'image */
    display: block; /* Évite les espaces blancs en bas de l'image */
}


.victoire_0,
.plusDe > p,
.inTimeLine div,
.lastDivTimeLine p,
.S4B1,
.S4B1 div:nth-child(1) {
	width: 100%;
}

@media (min-width: 561px) {
 
    .carteinside{
        width: 900px;
        height: 600px;
    }
}

/**  End global styles  **/


@media (max-width: 560px) {

	.video-responsive, .carte {
		overflow:hidden;
		position:relative;
		margin: 0 auto;
	 
		}
	   
		.video-responsive iframe, .carte iframe {
		   
		   
			height: 400px;
		   
			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;
}



@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: 200px;
	}
	.navbar-nav > .nav-item:nth-child(3) .nav-link {
		width: 180px;
	}


	.navbar-nav > li:last-child:after {
        display: none;
    }

	.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: 30px  !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: #000000 !important; /* Couleur du texte blanc */
}

.navbar-dark.scroll .navbar-nav .nav-link {
	color: #fff !important;   /* Couleur du texte noir */
}
.white-text {
	color: #000000 !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: 40px;
        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;
  }

  /* CALENDRIER */
  /* styles.css */

  #grcalendar, .carte {
	display:flex;
	justify-content: center;
	align-items: center;
  }

.calendar {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    max-width: 900px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction:column;
	}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #01b2b9;
    color: white;
    padding: 10px;
    flex-wrap: wrap;
}

.calendar-header button {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.calendar-header select {
    font-size: 16px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.calendar-body {
    display: flex;
    flex-wrap: wrap;
}



.day {
    flex: 1 0 100%;
    border-right: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    min-width: 150px;
    border-bottom: 1px solid #ccc;
}

.day:last-child {
    border-right: none;
}

.date {
    font-weight: bold;
    margin-bottom: 10px;
}

.events {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
}

.event {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    display: block;
}

.event.conference {
    background-color: #993399;
    color: white;
}

.event.fete-science {
    background-color: #009999;
    color: white;
}

.event.convention {
    background-color: #ffcc00;
    color: 000;
}

.event.villesambassadrices {
    background-color: #ea640a;
    color: white;
}

.event:last-child {
    margin-bottom: 0;
}

/* Legend styles */
.calendar-legend {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
}

.legend-item {
    display: flex;
    align-items: center;
}

.legend-color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.legend-color.conference {
    background-color: #993399;
}

.legend-color.fete-science {
    background-color: #009999;
}

.legend-color.convention {
    background-color: #ffcc00;
}
.legend-color.villesambassadrices {
    background-color: #ea640a;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive design */
@media (min-width: 600px) {
    .day {
        flex: 1 0 calc(100% / 2);
    }
}

@media (min-width: 900px) {
    .day {
        flex: 1 0 calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    .day {
        flex: 1 0 calc(100% / 4);
    }
}

/* Pour les appareils avec une largeur maximale de 768px (tablettes et smartphones) */
@media (max-width: 768px) {
    body {
        font-size: 16px; /* Augmente la taille de la police */
    }

    h1 {
        font-size: 30px; /* Augmente la taille des titres */
    }

    p {
        font-size: 16px; /* Augmente la taille des paragraphes */
    }
}

/* Pour les appareils avec une largeur maximale de 480px (smartphones en portrait) */
@media (max-width: 480px) {
    body {
        font-size: 18px; /* Augmente encore plus la taille de la police */
    }

    h1 {
        font-size: 35px; /* Augmente davantage la taille des titres */
    }

    p {
        font-size: 18px; /* Augmente davantage la taille des paragraphes */
    }
}