
:root {
	--largeur-standard: 87%;
	--hauteur-menu_top: 62px;
	--index-z-menu: 2000;
}

.example{
  padding: 2px;
  color: white;
  display: inline-block;
  width:20px;
  height: 20px;
  position: absolute;
  top: 0;
 /*  display: none;
 */
}

body {
  margin: 0;
  
  padding-top: 136px;
  
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background:#ffffff;
}
.pagenormale
	{
	padding-top: 0 !important;
	}

.lignehomepage
	{
	background: #adadad; 
	position: absolute; 
	top: 67px;
	height: 45px;
	width: 100%;
	}
.ligneactualites
	{
	background: #adadad; 
	position: absolute; 
	top: 62px; 
	height: 45px;
	width: 100%;
	color: #fff;
	}
.header 
	{
	position: fixed;
	top: 0; 
	z-index: var(--index-z-menu); 
	width: 100%; 
	margin: auto;
    height: var(--hauteur-menu_top);
    min-height: var(--hauteur-menu_top);
    max-height: var(--hauteur-menu_top);
    overflow: hidden;


	}  		

        .conteneurlogotexte {
            display: flex;
            flex-direction: row;
            align-items: center;
            cursor: pointer; /* Ajout du curseur pointer pour indiquer l'interactivité */
        }

        .textealterne, .logoalterne a {
            margin-left: 10px;
			/*color: #3D1F0B;*/
			color: #2085C9;
			font-size: 1.5rem;
			width: 40%;
			display: inline;
		}
        .lienlogo {
			width: 40%;
			display: inline-block;
			white-space: nowrap;
        }


.gras 
	{
	font-weight: 700;
	}
.titre2
	{
		font-weight: 600;
		font-size: 1.2em;
		padding-right: 20px;
	}
.titre2 a, .titre2 a:visited
	{
		text-decoration: none;
		color: black;
	}
.titre3
	{
		font-weight: 500;
		font-size: 0.8em;
		padding: 0 10px;
		display: block;
	}
.titre3 a, .titre3 a:visited
	{
		text-decoration: none;
		/* color: black; */
		color: #fff;
	}
.titre3 a:hover
	{
		text-decoration: underline;
	}
.titrepavecactupays
	{
		min-height: 55px; 
		clear:both; 
		margin: 20px 0 5px 0;
	}
.titrepavecactupays a, .titrepavecactupays a:visited
	{
		/*color: #2085c9;*/
		color: #004b8a;
	}
.titremarron
	{
	color : #7b4718;
	font-size: 1.4em;
	padding: 10px 0;
	display: block;


	}

#menu2
	{
	position: relative;
	width: var(--largeur-standard);
	left: 50%;
	transform: translateX(-50%);
	height: 34px;
	top: 9px;
	font-size: 90%;
	color: #adadad;
	}
.menu2_bg
	{
	background-color: #adadad1A;
	z-index: auto;
	position: fixed;
    backdrop-filter: blur(50px); 
    -webkit-backdrop-filter: blur(50px);
	width: 100%;
	height: 34px;
	}



#menu3 {
    position: fixed;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--largeur-standard);
    max-width: 1400px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
    
    font-size: 90%;
    color: #adadad;
    white-space: nowrap;
    display: none;
    visibility: hidden;
    margin: 0;
    z-index: 1001;
    overflow: hidden;
    flex-shrink: 0;
}
#menu2 a {
    position: relative;
    text-decoration: none;
	color: #adadad;
}
#menu3 a {
    position: relative;
    text-decoration: none;
	color: #adadad;
}
#menu2 a::after, #menu3 a::after {
    content: ''; /* ajouter un contenu vide pour le pseudo-élément */
    position: absolute;
    left: 0;
    bottom: -5px; /* décalage de 5 pixels sous le texte */
    width: 100%;
    height: 2px; /* hauteur de 1 pixel pour le souligné */
    background-color: currentColor; /* utiliser la couleur actuelle du texte */
    transform: scaleX(0); /* initialement invisible */
    transform-origin: bottom right;
    transition: transform 0.3s ease; /* animation douce */
}

#menu2 a:hover::after, #menu3 a:hover::after {
    transform: scaleX(1); /* rendre le souligné visible au survol */
    transform-origin: bottom left;
}

#menu2 a:hover, #menu3 a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 1),      /* Opacité 100% */
                 0 0 20px rgba(255, 255, 255, 0.95),
                 0 0 30px rgba(255, 255, 255, 0.8),
                 0 0 40px rgba(255, 255, 255, 0.6);
    transition: text-shadow 0.3s ease;
}


#menu2 span, #menu3 span
	{
	padding: 10px;
	}
#menu2 a.Sousmenuactualiteactif
	{
	font-weight: 800;
	color: #adadad
	}
#menu3 a.Sousmenuactualiteactif
	{
	font-weight: 800;
	color: #adadad;
	}


.topnav a.Item2
{
	color: #ffffff;
}


.topnav a.Item1 {
	display: none;
	visibility: hidden;
}

.menu-niveau2
	{
		height: 40px;
		line-height: 42px;
	}
.menu-niveau2 a, .menu-niveau2 a:visited  
	{
		color: #004B8A;
	}
	.menu-niveau2 a:hover  
	{
		text-decoration: underline;
	}

.PII {
  display: inline-block;
  background-color: #adadadCC;
  color: #000000; /*#adadad*/
  font-weight: 300;
  width: auto;
  border: solid 1px #000000;
  }


#DetailsPII {
  padding: 2%;
  background-color: #adadad;
  display: none;
  color: #000000;
  width: var(--largeur-standard);
  max-width: var(--largeur-standard);
  margin-top: 10px ;	
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10020;
  border-radius: 8px;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
  }

#DetailsPII a {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  color: #000000;
  background: #ffffff;
  margin-top: 10px;
  z-index: 10020;
  }



.colonnedroite {
  width : 25%;
  }
.actualitescolonnedroiteCommune {
  width : 25%;
  }

.actualitescolonnedroite {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow : 0 0 11px rgba(33,33,33,.2);
	margin: auto;
  }
.actualitescolonnedroite h3, .actualitescolonnedroiteCommune h3{
	background: #adadad;
	color: #000000;
	padding: 10px;
	margin-top: 0;
  }
.actualitescolonnedroite .OngAsso {
background: #C8951A
}
#ListePays, .ListePays, #ListePaysL, .ListePaysL, #OptionsCateg
{
padding: 10px;
width: 90%;
margin: 0 auto;
}
.formulairepays
{
text-align: center;
margin-bottom: 20px;
}

.accessrapide
{
 		display: flex;
        flex-wrap: wrap;
        justify-content: space-between; 
        margin: 10px;
	}
.accessrapide li, .accessrapide li:before 
{
 		display: block;
		width: 47%;
		padding: 3px 0;
		color: #333333;

	}
.accessrapide li a
{
 		color: #333333;	
	}
.accessrapide li a:hover
{
 		color: #2085C9;	
	}

.actionsarticles
	{
	display: flex;
	justify-content : space-between;
	}
.articlesconnexes li a:hover
	{
	color: #2085C9;	
	}
.articlesconnexes li a
	{
	color: #333333;	
	}
.articlesconnexes li
	{
	padding : 5px 10px;
	list-style:none;
	}
.partages img
	{
		margin-left: 10px;
		padding: 2px;
		width: 34px;
	}
.partages img:hover
	{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	}

.reseaux
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
.items_partages
	{
		width:15%;
		font-size : 0.7em;
		text-align: -moz-center;
	}
.items_partages img
	{
		width:50%;
		height: 27px;
	}
.pastille_gris
	{
	background: #DADADA;
	padding: 10px;
	}
.pastille_gris:hover
	{
	background: #EFEFEF;
	}

label 
	{
	margin: 15px 0 0 0;
	display: inline-block;
	font-weight: 700;
	}
.subarticle, .subarticle a 
	{
	color: #333333;
	}

#footer {
  color: #FFF;
  width: var(--largeur-standard);
  max-width: 1400px;
  margin: auto;
  background: var(--footer_bg_light);
  border-radius: 8px;
}

.footer_bg
	{
	background: #004B8A;
	margin: 0;
	padding:  30px;
	}




.boutonMarron
	{
	background-color: #b87d16;
	color: #fcf9ea;
	text-decoration:none;
	font-size: 1.2em;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.boutonMarron:hover
	{
	background: #7a4819;
	text-decoration:none;
	cursor: pointer;
	}
.boutonMarron span
	{
		content: url('/images/fleche_droite.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

.boutonMarron a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}

.boutonQuiz
	{
	background-color: #f3b040;
	color: #000000;
	text-decoration:none;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	}
.boutonQuiz:hover
	{
	background: #eb8715;
	text-decoration:none;
	cursor: pointer;
	}
.boutonQuiz span
	{
		content: url('/images/fleche_droite_noire.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

.boutonQuiz a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}


.boutonVert
	{
	background-color: #00a247;
	color: #fcf9ea;
	text-decoration:none;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	}
.boutonVert:hover
	{
	background: #067537;
	text-decoration:none;
	cursor: pointer;
	}
.boutonVert span
	{
		content: url('/images/fleche_droite.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

.boutonVert a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}
.boutonrouge
	{
	background-color: #ff0320;
	color: #fcf9ea;
	text-decoration:none;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	}
.boutonrouge:hover
	{
	background: #b10317;
	text-decoration:none;
	cursor: pointer;
	}
.boutonrouge span
	{
		content: url('/images/supprimer_definitif.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

	input[type="submit"][value="Supprimer"] {
	background-color: red;   /* fond rouge */
	color: white;            /* texte blanc */
	border: none;            /* optionnel : supprime la bordure par défaut */
	padding: 8px 16px;       /* optionnel : ajoute un peu d’espace */
	cursor: pointer;         /* optionnel : curseur main */
	}

	input[type="submit"][value="Supprimer"]:hover {
	background-color: darkred;   /* rouge foncé au survol */
	transform: translateY(-2px); /* petit effet de soulèvement */
	}


.boutonrouge a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}

.boutonvert
	{
	background-color: #007e3d;
	color: #fcf9ea;
	text-decoration:none;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	}
.boutonvert:hover
	{
	background: #00a247;
	text-decoration:none;
	cursor: pointer;
	}
.boutonvert span
	{
		content: url('/images/fleche_droite.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

.boutonvert a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}

.boutonsuivant
	{
	color: #693b1a;
	text-decoration:none;
	background: #ffffff;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: solid 1px #693b1a;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.boutonsuivant:hover
	{
	background: #fcf9ea;
	text-decoration:none;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	}
.boutonsuivant span
	{
		content: url('/images/fleche_droite_marron.svg');
		padding-left: 20px;
		padding-top: 4px;
	}

.boutonsuivant a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}

.boutonprecedent
	{
	color: #693b1a;
	text-decoration:none;
	background: #ffffff;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 4px;
	border: solid 1px #693b1a;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.boutonprecedent:hover
	{
	background: #fcf9ea;
	text-decoration:none;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	}
.boutonprecedent span
	{
		content: url('/images/fleche_gauche_marron.svg');
		padding-right: 20px;
		padding-top: 2px;
	}

.boutonprecedent a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}

.boutonmoncompte, .dateexpiration, .boutontableaudebord  {
	border: solid 1px;
	border-color: #2085C9;
	color: #FFFFFF;
	border-radius: 4px;
	background: #004B8A;
	padding: 2px 5px;
	cursor: pointer;
}
.boutontableaudebord {
	padding: 10px 15px;
}
.boutonmoncompte:hover, .dateexpiration:hover, .boutontableaudebord:hover {
	color: #FFFFFF;	
	border-radius: 4px;
	background: #CC3300;
	cursor: pointer;
}
.boutonmoncompte::after {
	content: " 🔒";
}
.boutontableaudebord::after {
	content: " 📊";
}
.dateexpirationexpiree  {
	border: solid 1px;
	border-color: #2085C9;
	color: #FFFFFF;
	border-radius: 4px;
	background: #CC3300;
	padding: 2px 5px;
}
.dateexpirationexpiree:hover {
	color: #FFFFFF;	
	border-radius: 4px;
	background: #FF0000;
	cursor: pointer;
}






.boutonbleu
{
  width:80%;
  height: 60px;
  background-color: #004b8a;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  padding: 10px 20px;
  border-radius: 4px;
  }
.boutonbleuM 
	{
	width:80%;
	height: 60px;
	background-color: #004b8a;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding: 10px 20px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.boutonbleuM:hover
	{
	background: #2085c9;
	text-decoration:none;
	display: flex;
	justify-content: space-between;
	}
.boutonbleuM span
	{
		content: url('/images/fleche_droite.svg');
	}

boutonbleuM a
	{
		display:flex;
		height: 70px;
		line-height: 70px;
		align-items: center
	}
.boutonbleuclair 
{
  width:70%;
  height: 60px;
  background-color: #FFFFFF;
  color:#2085C9;
  text-decoration:none;
  font-size:18px;
  padding: 10px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: #2085C9 solid 1px;
  margin: auto;
  }
.boutonbleuclair:hover
 {
  text-decoration:none;
  background: #f1F1F1;
  display: flex;
  justify-content: space-between;
}
.boutonbleuclair span
 {
	content: url('/images/fleche_droite_bleu.svg');
}

boutonbleuclair a
 {
	display:flex;
	height: 70px;
	line-height: 70px;
	align-items: center
}

.button-consulter {
    background-color: #ffffff;
    color: #7d491b;
    border: 2px solid #7d491b;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
	margin: auto;
}

.button-consulter:hover {
    background-color: #7d491b;
    color: #ffffff;
}

.button-consulter:hover span {
    color: #ffffff;
}

.button-consulter img {
    margin-left: 12px;
    height: 10px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.button-consulter:hover img {
    transform: translateX(4px);
    filter: brightness(0) invert(1); /* rend l'image blanche si elle est sombre */
}

.alerte {
	animation: clignoter 5s infinite; /* Changez 2s par la durée souhaitée */
}
.alerte2 {
	animation: clignoter 1s infinite; /* Changez 2s par la durée souhaitée */
}

	@keyframes clignoter {
		0% {
			opacity: 1;
		}   
		50% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}


.grostitre
	{
	font-size: 3em;
	color: #adadad;
	}
.moyentitre
	{
	font-size: 1.5em;
	color: #adadad;
	}

.centre
{
   flex-direction: column;
   line-height: 38px;
}
.padding10p
	{
		padding: 10px;
	}
.padding20p
	{
		padding: 20px;
	}
.padding30p
	{
		padding: 30px;
	}
.margin10p
	{
		margin: 10px;
	}
.margin20p
	{
		margin: 20px;
	}
.margin30p
	{
		margin: 30px;
	}
.inputsommaire
	{
		width: 90%;
		margin: auto;
	}
.divnormal
	{
		border-radius: 8px;
		box-shadow: 0px 0px 8px #adadad4A;
		color: #333333 !important;
	}

.divnormal a
	{
		color: #adadad;
	}	
.divnormal:hover
	{
		border-radius: 8px;
		box-shadow: 0px 0px 15px #adadad3A;
	}
.divnormal a:hover
	{
		text-decoration: underline;
	}	
.divnormalactu a
	{
		color: #ffffff;
	}	
.divnormalactu 
	{
		border-radius: 8px;
	}	
.divnormalactu a:hover
	{
		text-decoration: underline;
	}	
.divnormalp10:hover
	{
		border-radius: 8px;
		box-shadow: 0px 0px 5px #adadad3A;
	}
.divnormalHP2Div
	{
	display: flex; justify-content: space-between; margin-bottom: 10px;

	}
.divnormalHP2DivImg
	{
	border-radius: 8px; width: 55%; height: 145px; 

	}

.divnormalHP2Div:hover
	{
		overflow: hidden;
		clear: both;
	}

.divnormalHP:hover
	{
		border-radius: 8px;
		height: 284px;
		overflow: hidden;
		clear: both;
		box-shadow: 0px 0px 5px #adadad9A;
	}
.divnormalHP
	{
		border-radius: 8px;
		height: 284px;
		overflow: hidden;
		clear: both;
		box-shadow: 0px 0px 5px #adadad5A;
	}
.divnormalHP .carousel {
    min-height: 284px;  
}
.versionimprimable
{
	margin-left: 20px
} 


.boutonorange a, span.boutonorange {
  background: #C8951A;
  float: right;
  padding: 5px 15px;
  margin: 15px 20px;
  border-radius: 3px;
  color: white;
  }


.menu-niveau2responsive
	{
	display:none;
		height: 40px;
		line-height: 40px;
		background: #adadad;
		color: #000000;
		padding: 0 10px 0 10px;
	}
.menu-niveau2responsive a
	{
		color: #000000;
	}
	
.tools
{
	width :15px;
	height: 15px;
}	
/********** GESTION DES BLOCS ************/
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  
}
a:hover {
  text-decoration: none;
}
.container 
	{
	width: var(--largeur-standard);
	padding: 5px 0;
	margin:auto
	}

.modalcontainer 
	{
	width: 90%;
	padding: 5px 0;
	margin:auto
	}

.containerheader 
	{
	width: 90%;
	padding: 5px 0;
	margin: auto;
	}


.mainarticleprint 
	{
	width: 67%;
	padding: 5px 0;
	margin: auto;
	}
.pavesflex 
{
	display:flex;
	justify-Content: space-between;
}
.pavenoslide 
{
	padding: 20px ;
}
.pavenoslide span
{
	float: right; 
	font-size: 0.7em; 
	margin: -10px; 
	padding-right: 20px;
}
.pavenoslide a
{
	color: white;
	font-weight: 700;
	padding: 10px;
	font-size: 1.3em;
	display:block;
	position: relative;
	top: 170px;
	z-index: 1;
}

.separation  {
	border: 3px solid transparent;
	padding: 10px;
	clear: both;
}
.separationS  {
	height: 1px;
	background: #929191;
	margin: 10px 0;
	clear: both;
}
.bandeactualites{
	width: 100%;
	margin: auto;
	background: black;
	color:#fff;
	z-index: 0;
	position: relative;
	height: 45px;
}
.impression
	{
	display: flex;
	justify-content: space-between;
	}

/******************** CONTENEUR DES ICONES ********************/
    #icones {
		display: flex;
		justify-content: space-between;
		/*
		width: 15%;
		*/
		align-items: center;
		position: relative;
		gap: 5px

    }
    #icones span
	{
	   padding: 2px 10px 0 23px;
    }
	#nomprenom {
		display: none;
		position: absolute;
		top:-5px;
		right: 19%; /* Placé à gauche du lien */
		color: #929191;
		font-weight: 700;
		
	}

/************************ ICONES **************************/
.moncompte {
    background: url(/images/Mon_compte_N.svg) no-repeat; 
}
.moncompteconnecte {
    background: url(/images/Mon_compte_N_Plein.svg) no-repeat; 
}
.moncompteconnecte:hover {
    background: url(/images/Mon_compte_S_Plein.svg) no-repeat; 
}
.moncompte:hover {
    background: url(/images/Mon_compte_S.svg) no-repeat;
}
.webmail {
    background: url(/images/Webmail_N.svg) no-repeat; 
}
.webmail:hover {
    background: url(/images/webmail_S.svg) no-repeat;
}
.aide {
    background: url(/images/aide_N.svg) no-repeat; 
}
.aide:hover {
    background: url(/images/Aide_S.svg) no-repeat;
}
.parametres {
    background: url(/images/parametres_N.svg) no-repeat; 
}
.parametres:hover {
    background: url(/images/parametres_S.svg) no-repeat;
}


.recherche {
    background: url(/images/recherche_N.svg) no-repeat; 
}
.recherche:hover {
    background: url(/images/recherche_S.svg) no-repeat;
}
#search-form {
    position: absolute;
    left: -160px;
    top: -6px;
	z-index: 100;
	width: 600px;
}
#search-form form {
    display: flex;  
    align-items: center;    
    gap: 10px;              
	border-radius: 8px;
}
.btn_recherche_site {
    background: #adadad;
	color: #000000;
	border-radius: 4px;
	padding:5px;
}


/********boutons********/
.imagepays 
{
	float: right;
	width : 100px;
}
.imagepays:hover
{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	
}

/********END boutons********/
	
	
#separateurTop, #separateurBas  {
	border: 1px solid transparent;
	padding: 4px;
	clear: both;
}
#contenuspage
{
	display:block;
	
	margin-top: 20px;
	
}
.pavedouble {
  width: 49%;
  min-height:305px;
  height:305px;
  max-height: 305px;
  margin: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #D0C7C7;
  overflow: hidden
}

.pavesimple {
  float: left;
  width: 24%;
  min-height:136px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
  overflow: hidden;
}
div.pavepubpa {
  float: left;
  width: 24%;
  min-height:136px;
  height: 284px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background: #fff;
  overflow: hidden;
}
.paveauthentification 
{
	padding: 0px 30px;
}

.titrelogin
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		line-height: 20px;
		border: solid 1px #e6b729;
		border-radius: 4px;
		background: #fcf9ea;

	}
.titreloginbleu
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;
		background: #deeeff;
		color: #0070d2;
	}

.titrelogingris
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;
		background: #DADADA;
		color: #000000;
	}
.titreloginvert
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;
		background: #006534;
		color: #FFFFFF;
	}
.titreloginquiz
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;
		background: #FFFFFF;
		color: #003b1b;
	}
.titreloginMarron
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;
		background: #f9f1cc;
		color: #adadad;
	}
.titrecms
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		line-height: 20px;
		border-radius: 4px;

	}
.titreloginNormal
	{
		display: flex;
		align-items: center;
		padding: 10px;
		line-height: 20px;
	}
.menucompte
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
		line-height: 20px;
		margin-top: 10px;
		width: 100%

	}
	
	.titrelogin div, .titreloginNormal div
	{
		line-height: 20px;
		padding-right: 20px;
	}
.titrelogin span, .titreloginNormal span
	{
		line-height: 20px;
		padding-right: 20px;
		background: #ededed;
		border-radius: 4px;
	}
.titrelogin span:hover, .titreloginNormal span:hover
	{
		box-shadow: 0 0 11px rgba(33,33,33,.2);

	}
.pavelogin
	{
		padding: 20px; 
		width: 50%;
		border-radius: 4px;
		margin: auto;
		border: solid 1px #DADADA;
	}
.loginerror
	{
		padding-top: 10px;
		margin: auto;
		width: fit-content;
	}
.loginerror strong
	{
		color: red
	}
fieldset
	{
		border-radius: 8px;
		margin-bottom: 20px;
		background: #f7f7f7;
	}

legend
	{
		font-weight: 900;
		color: #adadad
	}

.membre
	{
		background: #F7F7F7;
	}
.membre a, .membre a:visited
	{
		color: #2085C9;
	}
.membre a:hover
	{
		text-decoration: underline;
	}
.lienbleu a, .lienbleu a:visited, .textebleu
	{
		color: #0290f5;
	}
.texteblanc
	{
		color: #ffffff;
	}
.nonmembre
	{
		background: #f9f3c8;
	}

    .fancybox-skin {
        border-radius: 8px;
    }

    /* Alternatively, target specific elements within Fancybox */
    .fancybox-outer {
        border-radius: 8px;
    }

    .fancybox-inner {
        border-radius: 8px;
    }

    .fancybox-title {
        border-radius: 8px;
    }

    .fancybox-content {
        border-radius: 8px;
    }


input[type=text], input[type=email], input[type=password], .password-container #password, input[type=select], textarea
	{
	width: 100%;
	height: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 4px;

  	}


button[type=submit], input[type=submit]
	{
		position: relative;
		border: none;
		font-size: 1.2em;
		background-color: #0290f5;
		color: white;
		padding: 7px 30px 7px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;	
		transition: background-color 0.3s;
	}

.affichermasquer
	{
		position: relative;
		border: none;
		font-size: 1.2em;
		background-color: #888888;
		color: #f6f6f6;
		border: none;
		border-radius: 4px;
		cursor: pointer;	
		transition: background-color 0.3s;
		margin: auto;
	}
.affichermasquer:hover
	{
		background-color: #5d5d5d;
	}


button[type=submit]::after, input[type=submit]::after
	{
		content: url('/images/fleche_droite.svg'); /* Spécifiez le chemin de votre image SVG */
		position: absolute;
		top: 52%;
		right: 5px; /* Ajustement de la marge à droite pour espacer l'image du texte */
		transform: translateY(-50%);
		width: 20px; /* Ajustez la largeur de votre image SVG si nécessaire */
		height: auto; /* Ajustez la hauteur automatiquement en fonction de la largeur */
	}
button[type=submit]:hover, input[type=submit]:hover 
	{
		background-color: #005aaa;
	}

.centpcent
	{
		width: 100%;
	}
.quatrevingtpcent
	{
		width: 80%;
	}
  .password-container {
    position: relative;
    display: inline-block;
 	width: 98%;
	height: 40px;
 }
  .password-toggle {
    position: absolute;
    top: 136%;
    right: -0px;
    transform: translateY(-50%);
    cursor: pointer;
	font-size: 1.5em;
  }
  .error-message {
    color: red;
  }
  .dialog-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-height: 280px;
  overflow: hidden;
  border-radius: 8px;
}


.pavesimplepastille {
  float: left;
  width: 24%;
  min-height:138px;
  margin: 10px 12px 0 0px;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
  overflow: hidden;
}
.titrepave {
  background:#fff;
  width: 66%;
  margin: 3px;
}
.titrepave a, .titrepave a:visited {
  color: black;
  font-weight: 300;
  font-size: 0.9em;
}

.imgvignette  {
  width: 33%;
  height: 75px;
  overflow: hidden;
  border-radius: 3px;
  margin: 3px;
  background: red;
}
.empty
{
	width: 100%; height: 90px;
}
.infosarticle
{
	margin: 3px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 100%); 
}
.titrepayspavesimplepastille::before 
{
	content : "+ "
}
.titrepayspavesimplepastille 
{
	bottom: 0;
	font-size: 0.7em;
	font-weight: 700;
	background: #004b8a;
	padding: 5px;
	border-radius: 3px;
	color: white;
}
.titrepayspavesimplepastille a
{
	color: white;
}
.pavesimplepastille .logosite a, .pavesimplepastille .logosite a:visited
{
	color: #fff;
}


.pavesimple_X2 {
  width: 49%;
  min-height:250px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
}
.pavesimple_X4 {
  width: 49%;
  padding: 0 20px;
  min-height:305px;
  margin: 10px 12px 0 0px;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
	
}
.infopave {
	width:100%; 
	height: 58px;
	margin-top: 78px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%); 
	border-radius: 8px;
}




.pave3quart {
  float: left;
  width: 60%;
  min-height:136px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
  overflow: hidden;
}

.pave1quart {
  float: right;
  width: 40%;
  min-height:136px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #dadada;
  background:#fff;
  overflow: hidden;
}

.paveunique {
    position: relative;
    display: flex;
	height: 284px;
	margin-top: 10px;
}

        /* Juste pour un peu de style */
        #conteneur {
            display: flex;
        }
        #menu {
            width: 33.33%; /* 1/3 de la largeur */
        }
        #menu ul {
            list-style-type: none;
            padding: 70px 0 0 30px;
        }
        #menu ul li {
            display: block;
            margin-bottom: 10px;
 			font-size: 1.5em;
       }
        #menu ul li a {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.5) !important;
            display: flex;
            align-items: center; /* Pour aligner l'icône et le texte verticalement */
        }
        #menu ul li a.lienActif {
            color: white !important;
  		}
        #menu ul li a img {
            margin-right: 10px; /* Espace entre l'icône et le texte */
            height: 16px; /* Ajustez la taille de l'image SVG selon vos besoins */
            opacity: 0.5; /* Opacité de l'image inactif */
        }
        #menu ul li a.lienActif img {
            opacity: 1; /* Opacité de l'image actif */
        }

        #contenuDynamique {
            position: relative;
            width: 66.66%; /* 2/3 de la largeur */
			border-top-left-radius: 8px;
			border-bottom-left-radius: 8px;
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;      
			}
        #contenuDynamique h1 {
            color: blue;
        }
        .fondBleuGauche {
            background-color: #005aaa; /* Bleu clair */
        }
        .fondBleuFonceDroite {
            background-color: #04284d; /* Bleu foncé */
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;			
        }
        .fondOrangeGauche {
            background-color: #b97c15; /* Orange clair */
        }
        .fondOrangeFonceDroite {
            background-color: #3d1f0b; /* Orange foncé */
 			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;			
       }
        .fondVertGauche {
            background-color: #006534; /* Vert clair */
        }
        .fondVertFonceDroite {
            background-color: #003b1b; /* Vert foncé */
 			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;			
       }
        .barreProgression {
            position: absolute;
            top: 0;
            right: -4px; /* Collée à droite du div de gauche */
            width: 4px;
            height: 0;
            background-color: white;
            transition: height 10s linear, transform 0s 10s; /* Inversion de l'animation avec transform */
            transform-origin: bottom; /* Définit le point d'origine de la transformation */
        }

.fondservices, .fondcom,  .fondblog
	 {
	height: 200px;
	margin: 0 0 0 45px;
	color: white;
}

.fondservices::after 
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/images/servicesweb_N.svg');
    background-repeat: no-repeat;
    background-size: 22%; 
    background-position: bottom right; 
	margin-right: 30px;
    opacity: 0.2; 
	}


.fondcom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: url('/images/com360_N.svg');
    background-repeat: no-repeat;
    background-size: 22%; 
    background-position: bottom right; 
    opacity: 0.2; 
	margin-right: 30px;
}

 .fondblog::after 
 
 {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: url('/images/Blog_N.svg');
    background-repeat: no-repeat;
    background-size: 22%; 
    background-position: bottom right; 
    opacity: 0.2; 
 	margin-right: 30px;
}

.boutonfondservices, .boutonfondCom, .boutonfonblog
{
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 20%;
	height: 12%;
	background: white;
	position: absolute;
	margin: -40px 0 0 50px;
	font-size: 1.2em;
	font-weight: 400;
	padding: 0 25px;
	cursor: pointer;
	border: none;
}

.boutonfondservices, .boutonfondservices a, .boutonfondservices a:visited
	{
	color: #04284d;
	}
.boutonfondservices span
 {
	content: url('/images/flecheboutonfondservices_droite.svg');
}
.boutonfondservices div,
.boutonfondCom div,
.boutonfonblog div {
    display: flex;
    align-items: center;
    height: 100%;
}

.boutonfondservices div a,
.boutonfondCom div a,
.boutonfonblog div a {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 44px;
    padding: 0 8px;
    text-decoration: none;
}
.boutonfondCom, .boutonfondCom a, .boutonfondCom a:visited
	{
	color: #3d1f0b;
	}
.boutonfondCom span
 {
	content: url('/images/flecheboutonfondCom_droite.svg');
}

.boutonfonblog, .boutonfonblog a, .boutonfonblog a:visited
	{
	color: #003b1b;
	}
.boutonfonblog span
 {
	content: url('/images/flecheboutonfondBlog_droite.svg');
}

.fondBleuGauche h3, .fondOrangeGauche h3, .fondVertGauche h3
	{
	color: white;
	padding: 10px 0 0 20px;
	font-size: 1.5em;
	display: none;
	visibility: hidden;
	}
.fondservices h4, .fondcom h4, .fondblog h4, .fondservices h3, .fondcom h3, .fondblog h3 {
	color: white;
	font-size: 1.5em;
	}

.fondservices p.accroche,
.fondcom p.accroche,
.fondblog p.accroche {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    color: inherit;
}





.clearboth
{
	clear:both;
}

   .pavecactupays 
  {
    padding: 5px;
	height: 50%;
  } 
   .pavecactupays .titrepays,   .pavecactupays, .titrepaysong, .titrepaysinterlude
  {
    margin: 5px 10px 0 0;
  } 
 

   .pavecactupays .siteslogo a
  {
	font-weight: 300;
	color: #6b6868; 

  } 
.imgcontainer
{
	height: 146px;
	overflow:hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}
.imgcontainersmall
{
	height: 74px;
	overflow:hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}
.imgcontainersmallText
{
	height: 60px;
	bottom: 0;

}

.adroite {
	float: right;
	margin: 10px 0px 0 0px;
}
.agauche {
  float: left;
  margin: 0 10px 0px 0px;
}
.aucentre {
  text-align: center;
}
.marginauto {
	margin: auto;
	text-align: center;
	display: block;
  }
.marginautoleft {
	margin: auto;
	display: block;
	text-align: left;
	max-width: 80%;
  }

.separateurHP {
	height: 40px;
	display: flex;
	border-top: solid 3px #adadad;
	color: black;
}
.separateurplat {
	height: 1px;
	display: flex;
}
#myTopnav
{
	display: flex; 
	width: var(--largeur-standard);
	justify-content: space-between;
	height: 42px;
	margin: 0 auto;
	max-width: var(--largeur-standard);
	width: var(--largeur-standard);
	background: #adadad;
	z-index: 2000;
}
#accueil
{
	visibility: hidden;
	display: none;
}
.outils
{
display: flex;
font-size: 1em;
color: #929191;
height: 20px;
line-height: 20px;
}
.outils a, .outils a:visited
{
color: #929191;
}
.outils a:hover
{
color: #333333;
text-decoration: underline;
}
.bradius
{
border-radius: 8px;
}
.bradiusbottom
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.bradiustop
{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.siteslogo
{
	padding: 0 10px 10px 0;
	line-height: 20px; 
	position: relative;
	z-index: 1;
}
.titrepays
{
	float: left;
	font-size: 0.7em;
	font-weight: 700;
	background: #004b8a;
	margin-left: 2px;
	margin-top: -76px;
	padding: 5px;
	border-radius: 8px;
}

.titrepaysong
{
	float: left;
	font-size: 0.7em;
	font-weight: 700;
	background: #7b4718;
	margin-left: 2px;
	padding: 5px;
	border-radius: 4px;
}

.titrepaysinterlude
{
	float: left;
	font-size: 0.7em;
	font-weight: 700;
	background: #006534;
	margin-left: 2px;
	padding: 5px;
	border-radius: 4px;
}


.titrepaysservicesong
{
	font-size: 0.7em;
	font-weight: 700;
	background: #7b4718;
	margin-left: 2px;
	margin-top: -76px;
	padding: 5px;
	border-radius: 4px;
	text-transform: uppercase;
}



.country
{
	font-size: 1em;
	font-weight: 700;
	background: #004b8a;
	padding: 5px;
	border-radius: 3px;
	color: white;
}
.country::before
{
	content: "+ "
}
.country, .country a, .country a:visited
{
	color: #fff;
}
.titrepays::before, .titrepaysong::before, .titrepaysservicesong::before, .titrepaysinterlude::before
{
	content: "+ "
}
.titrepays, .titrepays a, .titrepays a:visited, .titrepaysong, .titrepaysong a, .titrepaysinterlude, .titrepaysinterlude a, .titrepaysong a:visited, .titrepaysinterlude a:visited, .titrepaysservicesong, .titrepaysservicesong a, .titrepaysservicesong a:visited
{
	color: #fff;
}
 
.bandeau
{
	display: flex; 
	justify-content: space-between;
	height: 8vh;
	align-items: center;
	height: var(--hauteur-menu_top);
	min-height: var(--hauteur-menu_top);
	max-height: var(--hauteur-menu_top);
	max-width: 1400px;
	width: var(--largeur-standard);
	margin: auto;
}

.accueiliciailleurs
{
	display: flex;
	justify-content: space-between;
	align-items:center;
	text-align: center;
	height: 40px;
}
.accueiliciailleurs h2, .accueiliciailleurs h2 a, .accueiliciailleurs h2 a:visited
{
	padding-right: 10px;
	color: #2085c9;
}
.accueiliciailleurs a:hover
{
	text-decoration: underline;
}


.textelogo
{
	color: #004b8b;
	font-size: 25px;
	font-weight: 300;
}
.degradenoir
{
	position:absolute; 
	width: 100%;
	height: 150px;
	bottom:0;  
	padding : 0 60px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0) 100%); 
	z-index: 1;
}
#degradeblanc
{
	width: 100%;
	height: 20vh;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1));
	position: absolute;
	bottom: 0;

}

	
.responsiveimg {
  width: 100%;
	}
.displayblock
	{
	display: block;
	}

 
    /* Style pour la boîte modale */
    
	.fenetrexxl
    {
    width: 95%;
    height: 95%;
    top: 350px;
	overflow: hidden;
    }
	.fenetrexl
    {
    width: 65%;
    height: 65%;
    top: 350px;
	overflow: hidden;
    }
.boitemodalemoyenne
	{
	width: 50%;
	height: 50%;
	top: 350px;
	overflow: hidden;
	}	
	
	#myModal {
		z-index: 2000;
	}
	
	.modal {
        display: none;
        position: fixed;
        z-index: 1001;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: #fefefe;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0 20px 10px 20px;
        border: 1px solid #888;
        border-radius: 5px;
        overflow: auto; 
    }
    .modal-content li {
        padding: 10px;
    }
	    .boitemodale {
        
		display: inline-block;
		background: #adadad;
		padding: 3px 10px;
		color: #000000;
		border-bottom-right-radius: 4px;
		margin-top: 0px;
		margin-left: -20px;
		font-size: 1em;
		
    }
	    .modal-text {
        
		margin: 0;
		
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
		margin-top: -2px;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    /* Style pour cacher les divs contenant le contenu */
    .hidden {
        display: none;
    }
	.curseurpointer
	{
	cursor: pointer;
	}

 
.navbar {
    position: relative;
}

#logoutLink {
    float: right;
}

.logoutmodal {
    display: none;
    position: fixed; /* Modifier la position pour rester fixe */
    top: 62px; /* Juste en dessous du lien */
    right: 70px;
    background-color: #fefefe;
    z-index: 5;
	border-radius: 4px;
	box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 25%;	

}

.compte-modal-content {
    padding: 5px 20px 20px 20px;

}

.compte-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #888;
}

.compte-close:hover,
.compte-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.logout-content img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
#logout-content-logo {
    width: 30px;
    margin-right: 10px;
}
.bouton-deconnexion {
    display:block; 
	background: #F1F1F1;
	text-align: center;
	padding: 10px;
	color: #333333;
}
.bouton-deconnexion:hover {
	background: #CC3300;	
	color: #FFFFFF;

}






/********OVERLAY***********/	
.overlay-fade,
.overlay-slide {
	position: relative;
    box-sizing: border-box;
    height: 284px;
    width: 32%;
    overflow: hidden;
    float: left;
	cursor: pointer;
	border: solid 1px #c0c0c0;
}
.overlay-fade:hover div {
	opacity: 1;
    transition: all 0.5s ease-in;
}
.overlay-fade div {
	position: absolute;
    box-sizing: border-box;
    top: 0;
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.overlay-fade a {
	box-sizing: border-box;
	text-decoration: none;
    display: block;
    color: #eeeeee;
    background-color: #1c5bb1;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
}
.overlay-slide:hover div {
    transform: translate(0, 0);
	transition: all 0.5s ease-in;
}
.overlay-slide div {
	position: absolute;
    box-sizing: border-box;
    bottom: 0;
    transform: translate(0, 100%);
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    text-align:center;
    transition: all 0.2s ease-in;
}
.overlay-slide h2 {
	margin: 0;
    font-size: 18px;
    color: #eeeeee;
}
.overlay-slide h4 {
	padding: 0 10px;
}
.overlay-slide p {
    font-size: 14px;
    color: #dddddd;
}
.infopublicateur
{
	display:flex;
	height: 40px;
	line-height: 40px;
	background: #DADADA;
	
}
.pastillepays:hover
{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	
}

.bandeaupays
{
	display: flex;
	justify-content : space-between;
	align-items : center;
}

.decouvrirpays a
{
	display: flex;
	justify-content : space-between;
	align-items : center;
}
.decouvrirpays a:hover
{
	text-decoration: underline;
	color: #000000;
}

.infopublicateur a, .infopublicateur a:visited 
{
    color: #004b8a;
}
.infopublicateur a:hover 
{
    color: #2085C9;
	text-decoration: underline;
}
.infopublicateur img
{
	height: 100%;
	margin-right: 20px;

}






/********OVERLAY***********/	
	
	
/********** FIN GESTION DES BLOCS ************/

.topnav {
  
  /*overflow: hidden;  background-color: #adadad;*/

  z-index: 3;

}
.topnavactualites {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 10px 12px 14px;
  text-decoration: none;
  font-weight: 300;
}
.topnav a:hover {
  background-color: #929191;
  color: #ffffff;
}
.topnav a.active {
  background-color: #545454;
  color: white !important;
  font-weight: 300;
  width: auto;
  height: 45px;
}
.topnav a.active:hover {
  background-color: #c8951a;
}
.topnav a.menuactualiteactif {

  background-color: #f1f1f1;
  color: black;
  font-weight: 300;
}
.topnav a.menuactualiteactif:hover {
  background-color: #000000;
}
.topnav .icon {
  display: none;
}

.mainarticle
{
	width: 75%;
	color: #2b2b2b;
	padding-right: 4%;	
}
#ariclecomplet
{
	overflow: hidden; 
	height: 400px;	
	position: relative;

	
}
#continueButton
{
	margin:auto;
	width: 30%;
	background: #2085C9;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.mainarticle h1
{
	color: #2b2b2b;	
}
.articlecontainer
{
	display: flex; 
	justify-content: space-between;
}
.pastillepays img
{
	padding: 10px;
	text-align: center;
	margin: 0 15px;
}
.pastillepays
{
	text-align: center;
	text-transform: capitalize;
	width: 20%;
}
.pastillepays:hover
{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	
}
.pastillepays a, .pastillepays a:visited
{
	color: #004b8a;
}

.scroll-arrow {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #007bff;
	color: white;
	padding: 10px;
	border-radius: 10%;
	cursor: pointer;
	display: none; 
	z-index: 1000;
}

	.description {
		display: inline-block;
		margin-left: 20px;
	}

	.ActivePost {
    height: 30px;
    width: 30px;
    background-color: #008000; 
    border-radius: 50%;
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	}

	.InactivePost {
    height: 30px;
    width: 30px;
    background-color: #ff9900; 
    border-radius: 50%;
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
	}
		.upload {
			background: #0290f5;
			color: #ffffff;
			border-radius: 4px;
			display: block;
		}
	.btn_supprimer_image {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background-color: #ff0000;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	}

	.btn_supprimer_image:hover {
	background-color: #cc0000;
	}

        .blogadminitem
 {
            display: flex;
			justify-content: space-between;
			padding: 8px 0 8px 15px;
        }

.sousmenuadminblog
	{
		padding: 2px 0 2px 20px;
		
	}
#blogNamePreview, .blogNamePreview
	{
		padding: 2px 0 2px 20px;
		color: #0290f5;
		font-weight: 900;
		
	}

.Blogcreation
	{
		width: 90%; margin:auto; 
		background-image: url('/images/blog/Blog_Edit.svg'); 
		background-repeat: no-repeat; background-position: top right; 
		background-size: 150px auto;
		
	}



	.sommaireadminblogs {
		background: #adadad;
		box-shadow : 0 0 11px rgba(33,33,33,.2);
		margin: auto;
		color: #ededed;
	}
	.sommaireadminblogs a {
		color: #ededed
	}
	.sommaireadminblogs a:hover {
		color: #ffffff;
		font-weight: 900;
	}

        .div_alternante {
            background-color: #003b1b;
            transition: background-color 2s ease; /* Transition douce de 2 secondes */
            padding: 20px;
			margin-bottom: 20px;
			border-radius: 8px;
        }
        .div_alternante h2{
            margin: 4px;
			padding: 0;
        }

        .textesagauche {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            color: #fff;
			padding: 10px 30px;
        }

        .textesadroite {
            flex: 1;
            padding-left: 20px; /* Espacement entre le texte et l'image */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
		}
        .textescentres {
            flex: 1;
            padding-left: 20px; /* Espacement entre le texte et l'image */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
		}



        .sliderBlog {
            width: 40%;
            max-width: 40%;
			height: 100%;
			max-height: 100%;
            margin-left: auto; /* Alignement à droite */
            overflow: hidden; /* Masquer le débordement des images */
			
			
        }

        .image_sliderBlog {
            width: 93%;
            height: calc(100% - 40px); /* Hauteur calculée moins la marge */
            margin: 20px 20px; /* Marge de 20px en haut et en bas */
            display: none; /* Cacher les images par défaut */
			

        }

        .bouton {
		    margin-top: 20px;
            padding: 10px 20px;
            background-color: #fff;
            border: 1px solid #fff;
            border-radius: 5px;
            text-decoration: none;
            color: #000;
			font-size: 1.1em;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .bouton:hover {
            background-color: #efefef;
            color: #000;
        }
        .sectionblog{
            padding: 20px;
			margin-bottom: 20px;
			border-radius: 8px;
			color: #ffffff;
			position: relative;
		 }

        .sectionblog span{
			color: #920a19;
			font-size: 2.5em;
			display: inline-block;
			text-align: center;
			right: 25px;
			border-radius: 8px;
			background: #FFFFFF;
			padding: 30px;
		 }

        .sectionblog h3{
            margin: 4px;
			padding: 0;
        }
		
		.imageFondBlocGauche {
            width: 40%;
            height: 100%;
            order: -1; /* Inversion de l'ordre, déplace l'image avant les textes */
        }
		.ocre {
		background: #920a19;
		position: relative;
		background-image: url('/images/carres.svg');
		background-position: right center; /* Positionne l'image à droite, centrée verticalement */
		background-size: 300px 300px; /* Dimensions de l'image */
		background-repeat: no-repeat; /* Empêche la répétition de l'image */

		}
		.chocolat {

		position: relative;
		background-image: url('/images/smiley.svg');
		background-position: right center; /* Positionne l'image à droite, centrée verticalement */
		background-size: 300px 300px; /* Dimensions de l'image */
		background-repeat: no-repeat; /* Empêche la répétition de l'image */



		background: #b97c15; 
		}
		.chocolat h2{
		color: #ffffff; 
		margin: 0;
		padding: 0;
		}
		.bleuUn {
		background: #0049d7; 
		}
		.bleuDeux	 {
		background: #062965; 
		}
		.orangee	 {
		background: #cc4902; 
		}
		.vert	 {
		background: #003b1b; 
		}
		.iconeblog	 {
		flex-basis : 10%; 
		}
		.textblog	 {
		flex-basis : 90%; 
		}
.blogliste {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #adadad1A;
	border-radius: 4px;
	color: #000000;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
}
.blogliste:hover {
    transform: scale(1.03); /* Agrandit l'élément de 10% */
    cursor: pointer;
}

.blogliste a {

	color: #006534;
}
.blogliste:nth-child(even) {
	background-color: #deeeff3A;
}


.commentitem {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #adadad1A;
	border-radius: 4px;
	color: #000000;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
}
.commentitem:hover {
    transform: scale(1.03); /* Agrandit l'élément de 10% */
    cursor: pointer;
}

.commentitem a {

	color: #006534;
}
.commentitem:nth-child(even) {
	background-color: #deeeff3A;
}


.blogliste1 {
	flex-basis: 5%; 
}
.blogliste2 {
	flex-basis: 80%;
	text-align: left;
}
.blogliste3 {
	flex-basis: 5%; 
}

.hero-accroche {
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 14px 0 6px 0;
	min-height: 22px;
	transition: opacity .4s;
	text-shadow:
	0 0 8px rgba(0,0,0,.6),
	0 1px 3px rgba(0,0,0,.8);
	font-style: italic;
}
.visite-hero {
	flex: 0 0 46%;
	min-width: 0;
	position: relative;
	margin-top: 40px;
}



        .progress-Progressioncontainer {
            display: flex;
            align-items: center;
			flex: 1;
        }
        .progress-bar {
            height: 10px;
            background-color: blue;
        }
        .progress-bar-red {
            height: 10px;
            background-color: red;
        }
        .summary {
            text-align: right;
            font-size: 14px;
            margin-top: 10px;
        }
        .italic-text {
            font-style: italic;
        }
         .flexstartquiz label {
            width: 25%;
            margin-right: 10px;
        }
        .flexstart input, .flexstartquiz input {
            flex: 75%;
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .quizcontainer {
            width: 90%;
            margin: 20px auto;
            display: flex;
            flex-wrap: wrap;
        }
.quizadmin
	{
	background-image: radial-gradient(circle at center center, rgb(241, 195, 19),rgb(244, 150, 32),rgb(246, 105, 45),rgb(249, 59, 57),rgb(251, 14, 70));
	}


.TBgrille2Quiz
{
display: flex;
justify-content: space-between;
}

.TBgrille3Quiz 
	{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Crée 3 colonnes de largeur égale */
    row-gap: 30px; /* Espace vertical entre les rangées */
    column-gap: 10px; /* Espace horizontal entre les colonnes */	}

.quizpastille {
    border-radius: 8px;
    box-shadow: 0px 0px 8px #adadad4A;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
	border: solid 1px #57ea62;;
	text-align: center;
	position: relative;
}
.quizpastilleLarge {
    border-radius: 8px;
    box-shadow: 0px 0px 8px #adadad4A;
    width: 100%;
    height: 90px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
	border: solid 1px #57ea62;;
	text-align: center;
	position: relative;
}
.quizpastille:hover, .quizpastilleLarge:hover {
    transform: scale(1.05); /* Agrandit l'élément de 10% */
    cursor: pointer;
}
.quizpastille span, .quizpastilleLarge span {
	font-size: 14px;
	display: block;
	font-weight: 700;
	margin-top: 70px;
	background: #0a2f1c;
	color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	padding: 5px 0;
	position: absolute;
	bottom: 0;
    width: 100%;
}

.pastilleaccueilquiz  {
	background: #b3c4bc5A url('/images/quiz_home.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}


.pastilleaccueilquiz  span {
	background: #f3b040;
	color: #000000;
}

.pastilleproposerquiz  {
	background: #b3c4bc5A url('/images/quiz_proposer_vert.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}
.pastilleproposerquiz  span {
	background: #043e22;
	color: #FFFFFF;
}
.pastilleintegrerquiz  {
	background: #b2b2ff5A url('/images/quiz_integrer.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}
.pastilleintegrerquiz  span {
	background: #0000ff;
	color: #FFFFFF;
}


.pastillecategoriesquiz  {
    background-position: center 13px;
	background-size: contain; 
}
        .column {
            width: 50%;
            box-sizing: border-box;
        }
        .column ul {
            list-style-type: none; /* Remove default bullets */
            padding: 0;
        }
        .column ul li::before {
            content: '●';
            margin-right: 5px;
            color: #f3b040;
        }
        .column ul li {
            margin-bottom: 10px;
        }
        .Progressioncontainer {
            width: 100%;
            margin: 20px auto;
            font-family: Verdana, sans-serif;
        }
        .user-entry {
            display: flex;
            align-items: center;
            padding: 8px;
            border-bottom: 1px solid #ddd;
        }
        .user-entry img {
            margin-right: 8px;
        }
        .user-entry div {
            margin-right: 8px;
        }
.flexstart img, .flexstartquiz img
    {
        float: left
    }
.imagequiz
{
	width: 100%;
}
.quizlisteimg
{
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.FormulaireQuiz
{
	background: #007e3d;
	color: #ffffff !important;
	background-image: radial-gradient(circle at 72% 83%, rgba(12, 12, 12,0.04) 0%, rgba(12, 12, 12,0.04) 50%,rgba(172, 172, 172,0.04) 50%, rgba(172, 172, 172,0.04) 100%),radial-gradient(circle at 57% 65%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(222, 222, 222,0.04) 50%, rgba(222, 222, 222,0.04) 100%),radial-gradient(circle at 64% 31%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(191, 191, 191,0.04) 50%, rgba(191, 191, 191,0.04) 100%),linear-gradient(246deg, rgb(5, 235, 123),rgb(47, 52, 6));
	border: solid 4px #57ea62;
}

.quizscores
{
	color: #adadad;
	font-weight: initial;
}

.quizdegradevert
	{
	background-image: radial-gradient(circle at 37% 80%, hsla(180,0%,7%,0.1) 0%, hsla(180,0%,7%,0.1) 45%,transparent 45%, transparent 73%,transparent 73%, transparent 100%),radial-gradient(circle at 60% 45%, hsla(180,0%,7%,0.1) 0%, hsla(180,0%,7%,0.1) 67%,transparent 67%, transparent 71%,transparent 71%, transparent 100%),radial-gradient(circle at 23% 84%, hsla(180,0%,7%,0.1) 0%, hsla(180,0%,7%,0.1) 55%,transparent 55%, transparent 97%,transparent 97%, transparent 100%),radial-gradient(circle at 52% 76%, hsla(180,0%,7%,0.1) 0%, hsla(180,0%,7%,0.1) 37%,transparent 37%, transparent 95%,transparent 95%, transparent 100%),radial-gradient(circle at 50% 81%, hsla(180,0%,7%,0.1) 0%, hsla(180,0%,7%,0.1) 79%,transparent 79%, transparent 85%,transparent 85%, transparent 100%),linear-gradient(45deg, rgb(0,53,23),rgb(1,83,44));
	color: #ffffff;
	font-weight: 700;

	}
.quizdegradevert a

	{
	color: #F7F7F7;	
	}
.quizcategories a

	{
	color: #9aff6b;
	}
.finish
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.finish a, .finish a:visited
	{
	color: #F1F1F1;
	}

.quizemoticone
	{
	width: 48px; 
	font-size: 3rem;
	margin-top: -40px;
	position: relative;
	}

.quiz-question-container {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px #FFFFFFA5;

}
.quizheader {
	text-align: center;
	margin-bottom: 20px;
}
.quiz-question-container h4 {
	color: #FFFFFF;
	font-size: 1.3em;
}
.question {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #eef5ce;
	border-radius: 4px;
	color: #006534;
}

.question:nth-child(even) {
	background-color: #f7f9ec;
}
.quizliste {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #eef5ce;
	border-radius: 4px;
	color: #006534;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
}
.quizliste:hover {
    transform: scale(1.1); /* Agrandit l'élément de 10% */
    cursor: pointer;
}

.quizliste a {

	color: #006534;
}
.quizliste:nth-child(even) {
	background-color: #f7f9ec;
}


.question-media img, 
.question-media object, 
.question-media embed {
	max-width: 100%;
	height: auto;
}
.question-media  {
	text-align: center;
}


.question-answers {
	margin-top: 0px;

}
.answers input {
	margin-right: 10px;
}
.answers  {
	margin: 10px 0 0 20px;
}
.separator {
	height: 20px;
	clear: left;
}
 .result {
	margin-bottom: 20px;
}
.question-number, .question-text, .question-answers, .question-response, .question-score {
	padding: 5px; 
	text-align: start;
	
}
.question-number span {
	margin: auto;
	display: block;
	color: #fcf9ea;
	padding: 5px 10px;
	background: #00a247;
	width: 35px;
	text-align: center;
	border-radius: 4px;
}
.quiz-display1
	{
	width : 5%
	}

.quiz-display2, .quiz-display3, .quiz-display4
	{
	width : 26%
	}

.quiz-display5
	{
	width : 8%
	}

.circle {
    width: 100px;
    height: 100px;
    background-color: purple;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
	color: white;
	padding: 70px;
	font-size: 1.5em;
	background-image: radial-gradient(circle at top center, rgb(145, 186, 14),rgb(9, 119, 83));
	box-shadow: 0 0 15px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
}
.bilan
	{
	background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228,0.06) 0%, rgba(228, 228, 228,0.06) 13%,transparent 13%, transparent 100%),radial-gradient(circle at 11% 41%, rgba(198, 198, 198,0.06) 0%, rgba(198, 198, 198,0.06) 19%,transparent 19%, transparent 100%),radial-gradient(circle at 52% 23%, rgba(14, 14, 14,0.06) 0%, rgba(14, 14, 14,0.06) 69%,transparent 69%, transparent 100%),radial-gradient(circle at 13% 85%, rgba(148, 148, 148,0.06) 0%, rgba(148, 148, 148,0.06) 44%,transparent 44%, transparent 100%),radial-gradient(circle at 57% 74%, rgba(232, 232, 232,0.06) 0%, rgba(232, 232, 232,0.06) 21%,transparent 21%, transparent 100%),radial-gradient(circle at 59% 54%, rgba(39, 39, 39,0.06) 0%, rgba(39, 39, 39,0.06) 49%,transparent 49%, transparent 100%),radial-gradient(circle at 98% 38%, rgba(157, 157, 157,0.06) 0%, rgba(157, 157, 157,0.06) 24%,transparent 24%, transparent 100%),radial-gradient(circle at 8% 6%, rgba(60, 60, 60,0.06) 0%, rgba(60, 60, 60,0.06) 12%,transparent 12%, transparent 100%),linear-gradient(90deg, rgb(236,255,244),rgb(236,255,244));	}
.percentage {
    color: white;
    font-size: 4em;
}
.quizliste
	{
		position: relative;
		padding: 20px;
		Border: solid 1px #adadad;
		background: #ffffff;
		color: #adadad;
		border-radius : 8px;
		margin: 10px
	}


.QuizHomePageImage
	{
		height: 40vh;
		max-height: 40vh;
		flex-basis: 40%;
	}	

.QuizHomePageDescription
	{

		flex-basis: 60%;
		color: #adadad;
		padding-left: 20px 
	}	
.quizconsigne
	{
	font-weight: initial;
	}	


.etapequiz
{
display: block;
color: #ffffff;
padding: 5px 10px;
background: #adadad;
width: 35px;
text-align: center;
border-radius: 4px;
font-weight: 700;
margin-right: 10px;
}



.zoompastille {
    border-radius: 8px;
    box-shadow: 0px 0px 8px #adadad4A;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
	border: solid 1px #57ea62;;
	text-align: center;
	position: relative;
}

.zoompastille:hover{
    transform: scale(1.05); /* Agrandit l'élément de 10% */
    cursor: pointer;
}
.zoompastille span {
	font-size: 14px;
	display: block;
	font-weight: 700;
	margin-top: 70px;
	background: #0a2f1c;
	color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	padding: 5px 0;
	position: absolute;
	bottom: 0;
    width: 100%;
}




.pastilleaccueilzoom  {
	background: #adadad url('/images/zoom_programme.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}


.pastilleaccueilzoom  span {
	background: #FFFFFF;
	color: #adadad;
}

.pastilleconditionszoom  {
	background: #FFFFFF url('/images/zoom_conditions.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}
.pastilleconditionszoom  span {
	background: #043e22;
	color: #FFFFFF;
}
.pastilleparticiperzoom  {
	background: #adadad url('/images/zoom_participer.svg') top  no-repeat;
    background-position: center 13px;
    background-size: auto; /* Assure que la taille de l'image de fond ne soit pas modifiée */
}
.pastilleparticiperzoom  span {
	background: #ffffff;
	color: #adadad;
}


	.Maincard 
	{
		min-height: 440px;
		border-radius: 8px;
		padding: 20px;
	}
	.Maintext
	{
	background-color: #0346259A;
	color: white;
	padding: 10px;
	border-radius: 8px;
	box-sizing: border-box;
	border: solid 1px #00d057;
	}
	.MaincardSeparator 
	{
	height: 230px;
	}

.ecartepastille {
    border-radius: 8px;
    box-shadow: 0px 0px 8px #adadad4A;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
	border: solid 1px #57ea62;;
	text-align: center;
	position: relative;
	height: 100%;
	min-height: 200px;
	width: 204px;
	 
}
	.ecartepastilleimg {
		background: #b2b2ff5A;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		flex-basis: 30%;
		height: 145px; /* Hauteur fixe pour illustration */
		width: 120px;
		border-radius: 10px; /* Ajout pour un rendu plus joli */
	}


.ecartepastilleLarge {
    border-radius: 8px;
    box-shadow: 0px 0px 8px #adadad4A;
    width: 100%;
    height: 90px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition lente sur la transformation */
	border: solid 1px #57ea62;;
	text-align: center;
	position: relative;
}
.ecartepastille:hover, .ecartepastilleLarge:hover {
    transform: scale(1.05); /* Agrandit l'élément de 10% */
    cursor: pointer;
}
.ecartepastille span, .ecartepastilleLarge span {
	font-size: 14px;
	display: block;
	font-weight: 700;
	margin-top: 70px;
	background: #0a2f1c;
	color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	padding: 5px 0;
	position: absolute;
	bottom: 0;
    width: 100%;
}

.ecartesdegrade
	{
	background-image: linear-gradient(305deg, rgba(161, 161, 161, 0.04) 0%, rgba(161, 161, 161, 0.04) 45%,rgba(31, 31, 31, 0.04) 45%, rgba(31, 31, 31, 0.04) 100%),linear-gradient(173deg, rgba(190, 190, 190, 0.04) 0%, rgba(190, 190, 190, 0.04) 59%,rgba(10, 10, 10, 0.04) 59%, rgba(10, 10, 10, 0.04) 100%),linear-gradient(229deg, rgba(168, 168, 168, 0.04) 0%, rgba(168, 168, 168, 0.04) 29%,rgba(86, 86, 86, 0.04) 29%, rgba(86, 86, 86, 0.04) 100%),linear-gradient(306deg, rgba(51, 51, 51, 0.04) 0%, rgba(51, 51, 51, 0.04) 17%,rgba(64, 64, 64, 0.04) 17%, rgba(64, 64, 64, 0.04) 100%),linear-gradient(90deg, rgb(227,140,58),rgba(97,30,1, 0.89));

color: #ffffff;
	font-weight: 700;

	}
.ecartesdegrade a

	{
	color: #F7F7F7;	
	}
.ecarteauteur
	{
	color: #adadad;
	font-weight: 700;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	}
.ecartetexte
	{
	color: #000000;

	}
.TBgrille2ecarte
	{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Crée 2 colonnes de largeur égale */
	grid-gap: 50px; /* Espace entre les éléments */
	}

.ecartegallery {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.ecartethumbnail {
    position: relative;
	width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajout de transition pour l'effet de survol */
}

.ecartethumbnail span{
	display: flex;
	justify-content: space-between;
    position: absolute;
	bottom: 0;
	background: #0000005A;
	width: 100%;
	padding: 2px 20px;
}
.ecartethumbnail span img{
	opacity: 0.6;
	width: 24px;
}
.ecartethumbnail span img:hover{
	opacity: 1;
}



.ecartethumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cette propriété permet de recadrer les images */
}

.ecartethumbnail:hover {
    transform: scale(1.05); /* Effet de grossissement au survol */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Ombre accentuée au survol */
}

.ecartefullimage {
    width: 50%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajout de transition pour l'effet de survol */
}

.ecartefullimage span{
    position: absolute;
	bottom: 0px;
	left: 100px;
	color: #ffffff
}
.FormulaireEcartes
{
	color: #ffffff !important;
	background-image: linear-gradient(45deg, rgba(183, 110, 7, 0.2) 0%, rgba(183, 110, 7, 0.2) 14%,rgba(148, 103, 21, 0.2) 14%, rgba(148, 103, 21, 0.2) 53%,rgba(113, 96, 34, 0.2) 53%, rgba(113, 96, 34, 0.2) 68%,rgba(79, 90, 48, 0.2) 68%, rgba(79, 90, 48, 0.2) 84%,rgba(44, 83, 61, 0.2) 84%, rgba(44, 83, 61, 0.2) 89%,rgba(9, 76, 75, 0.2) 89%, rgba(9, 76, 75, 0.2) 100%),linear-gradient(135deg, rgba(45, 53, 64, 0.2) 0%, rgba(45, 53, 64, 0.2) 20%,rgba(79, 76, 60, 0.2) 20%, rgba(79, 76, 60, 0.2) 38%,rgba(113, 99, 55, 0.2) 38%, rgba(113, 99, 55, 0.2) 42%,rgba(147, 122, 51, 0.2) 42%, rgba(147, 122, 51, 0.2) 46%,rgba(181, 145, 46, 0.2) 46%, rgba(181, 145, 46, 0.2) 66%,rgba(215, 168, 42, 0.2) 66%, rgba(215, 168, 42, 0.2) 100%),linear-gradient(90deg, rgb(176, 12, 74) 0%, rgb(176, 12, 74) 23%,rgb(190, 31, 76) 23%, rgb(190, 31, 76) 36%,rgb(205, 51, 78) 36%, rgb(205, 51, 78) 41%,rgb(219, 70, 81) 41%, rgb(219, 70, 81) 98%,rgb(234, 90, 83) 98%, rgb(234, 90, 83) 99%,rgb(248, 109, 85) 99%, rgb(248, 109, 85) 100%);

	border: solid 4px #bd773b;


}




#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #bfd4f7ff;
	padding: 30px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: none; /* caché par défaut */
	transition: opacity 1s ease;
	opacity: 1;
	border-radius: 8px;
	z-index: 1000; /* Assurez-vous que la popup est au-dessus des autres éléments */
}

#popup.hidden {
	opacity: 0;
	pointer-events: none;
}


.popupong {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; /* Assurez-vous que la popupong est au-dessus des autres éléments */
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 80%
}

.ombrearrierre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Couleur semi-transparente noire */
  z-index: 9; /* Assurez-vous que l'ombrearrierre est derrière la popupong */
  display: none; /* Masqué par défaut */
}

main
    {
        padding: 20px 0;
    }

.pagination
    {
        display: flex;
        justify-content: space-between;
    }
.search-form
    {
        margin-bottom: 20px;
    }
.ong-item
    {
        margin-bottom: 20px;
        background: white;
    }
.ong-name
    {
        flex-basis: 90%;
    }
.ong-index
    {
        white-space: nowrap;
        margin-right: 2%;
    }
.ong-header
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f4e4945A;
        color: #693b1a;
        padding: 10px;
        font-weight: 700;
        cursor: pointer;
        border-left: solid 6px #693b1a;
        border-top-left-radius: 8px; 
        border-bottom-left-radius: 8px; 
        
    }
.ong-details
    {
        background: #fcf9ea4A;
        padding: 20px;
        display: none;
    }
.ong-details-content p
    {
        padding: 0px;
        margin-bottom: 0.6em;
    }
.toggle-button {
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
    flex-basis: 3%;
}
.heroongasso, .heroongasso2, .heroQuiz, .heroEcarte, .heroEcarteHP
{
position: relative;
border-radius: 8px;
}
.heroongasso {
background: url('/images/ong_asso_services.jpg') center center/cover no-repeat;
}
.heroongasso2 {
background: url('/images/ong_asso_Moyen.jpg') center center/cover no-repeat;
}
.heroAnnuaire {
background: url('/images/heroannuaire.jpg') bottom center/cover no-repeat;
}

.heroQuiz {
background: url('/images/quiz_illustration.jpg') bottom center/cover no-repeat;
}
.heroEcarte {
background: url('/images/ecartes_hero.jpg') bottom center/cover no-repeat;
}
/*
.heroEcarteHP {
    background-image: url('/images/ecartes_hero.jpg'), url('/images/ecartes_hero2.jpg'), url('/images/ecartes_hero3.jpg');
    background-size: cover;
    background-position: center;
    animation: slideBackground 15s infinite linear;
}
*/
.heroEcarteHP {
    background-size: cover;
    background-position: center;
    animation: changeBackground 15s infinite;
}

@keyframes changeBackground {
    0% {
        background-image: url('/images/ecartes_hero.jpg');
    }
    33.33% {
        background-image: url('/images/ecartes_hero.jpg');
    }
    33.34% {
        background-image: url('/images/ecartes_hero2.jpg');
    }
    66.66% {
        background-image: url('/images/ecartes_hero2.jpg');
    }
    66.67% {
        background-image: url('/images/ecartes_hero3.jpg');
    }
    100% {
        background-image: url('/images/ecartes_hero3.jpg');
    }
}


.heroEcarteHP::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000005A; /* Couleur noire à 50% d'opacité, ajuste-la selon tes besoins */
    z-index: 1; /* La couche est en dessous du contenu mais au-dessus de l'image de fond */
	border-radius: 8px;

}


@keyframes slideBackground {
    0% {
        background-position: center 0%;
    }
    33% {
        background-position: center 100%;
    }
    66% {
        background-position: center 200%;
    }
    100% {
        background-position: center 300%;
    }
}


.heroongasso::before, .heroongasso2::before, .heroQuiz::before, .heroEcarte::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); 
border-radius: 8px;
}
.vertpastel
	{
		background-image: radial-gradient(circle at 77% 43%, rgba(168, 168, 168,0.04) 0%, rgba(168, 168, 168,0.04) 50%,rgba(10, 10, 10,0.04) 50%, rgba(10, 10, 10,0.04) 100%),radial-gradient(circle at 33% 65%, rgba(248, 248, 248,0.04) 0%, rgba(248, 248, 248,0.04) 50%,rgba(228, 228, 228,0.04) 50%, rgba(228, 228, 228,0.04) 100%),radial-gradient(circle at 92% 79%, rgba(152, 152, 152,0.04) 0%, rgba(152, 152, 152,0.04) 50%,rgba(28, 28, 28,0.04) 50%, rgba(28, 28, 28,0.04) 100%),radial-gradient(circle at 91% 13%, rgba(41, 41, 41,0.04) 0%, rgba(41, 41, 41,0.04) 50%,rgba(214, 214, 214,0.04) 50%, rgba(214, 214, 214,0.04) 100%),linear-gradient(90deg, rgba(105,246,178, 0.06),rgba(158,176,162, 0.21));

	}

.herotext, .herotext h1, .herotext p
{
position: relative;
padding: 5px 20px;
color: #ffffff;
z-index: 1;
margin: 0;
line-height: 1.5em;
}

.herotext2, .herotext2 h2, .herotext2 p
{
position: relative;
color: #ffffff;
z-index: 1;
margin: 0;
line-height: 1.5em;
padding: 15px;
}


.ongclair 
{
background: #fcf9ea;
}
.ongclair h1 
{
padding: 10px 0;
margin: 0;
color:#000000 !important;
}
.ongfonce
{
background: #3d1f0b
}
.ongfonce span
{
margin: auto;
display: block;
color: #fcf9ea;
padding: 5px 10px;
background: #b97c15;
width: 35px;
text-align: center;
border-radius: 4px;
}
.ongfonce img
{
margin: auto;
display: block;
height: 35px;
text-align: center;


}
.ongfonce h1, .ongfonce h2, .ongfonce h3, .ongfonce h4, .ongfonce p
{
color: #f4e394;
padding: 10px 0;
margin: 0;
}
.ongfonce p
{
min-height: 90px;
}



.blanc 
{
background: #fff;
border: solid 1px #adadad;
}
.beige
{
background: #fdfaed;
border: solid 1px #adadad;
}
.beige h3, .beige h2, .beige h4, .beige p
{
color: #adadad;

}






	.imgcontainer .titre {
		padding: 10px;
		margin: auto;
		text-align: center;
	
		color: #ffffff; 
		font-size: 2em; 

	}
	.iframe-container {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%; /* Ratio d'aspect 16:9 (9/16 = 0.5625) */
		height: 78vh;
	}
	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.form-group {
		flex-basis: 47%;
	}


.TBgrille1 ul, .TBgrille2 ul, .TBgrille3 ul, .TBgrille4 ul, ul
	{
		margin: 0;
		
	}
.information
	{

	float: right;
	}



.TBgrille1 li, .TBgrille2 li, .TBgrille3 li, .TBgrille4 li 
	{
		margin-bottom: 10px;
	}

.TBgrille 
	{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Crée 3 colonnes de largeur égale */
	grid-gap: 50px; /* Espace entre les éléments */
	}
.TBgrille2
	{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Crée 2 colonnes de largeur égale */
	grid-gap: 50px; /* Espace entre les éléments */
	}
.TBgrille3
	{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Crée 3 colonnes de largeur égale */
	grid-gap: 50px; /* Espace entre les éléments */
	}
.TBgrille3HP {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Première colonne deux fois plus large que les deux autres */
  grid-gap: 10px;
  min-height: 284px;
  clear: both;
}

.TBgrille112HP {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr; /* Première colonne deux fois plus large que les deux autres */
  grid-gap: 10px;
  min-height: 284px;
  clear: both;
}

.TBgrille2HP {
  display: grid;
  grid-template-columns: 2fr 1fr ; /* Première colonne deux fois plus large que les deux autres */
  grid-gap: 10px;
  min-height: 290px;
  clear: right;
}
.TBgrille4
	{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* Crée 4 colonnes de largeur égale */
	grid-gap: 40px; /* Espace entre les éléments */
	}
.TBgrille5
	{
	display: grid;
	grid-template-columns: repeat(5, 1fr); /* Crée 5 colonnes de largeur égale */
	grid-gap: 50px; /* Espace entre les éléments */
	}

.TBgrille4HP
	{
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* Crée 4 colonnes de largeur égale */
	grid-gap: 10px; /* Espace entre les éléments */
	}

.TBgrille1
	{
	display: grid;
	grid-template-columns: repeat(1, 1fr); /* Crée 1 colonnes de largeur égale */
	grid-gap: 20px; /* Espace entre les éléments */
	}
.TBpub
	{
	height: 150px;
	border-radius: 8px;
	border: solid 1px #dcdcdc;
	background-color: #efefef;
	margin-bottom: 30px
	}
.TBBlocservices
	{
	border-radius: 8px;
	border: solid 1px #dcdcdc;
	background-color: #f8f8f8;
	padding: 10px;
	align-items: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	min-height: 210px;
	color:#656565;
  	}
.encartpubedition
	{
	margin: 20px 0px; 
	display: flex; 
	justify-content: center; 
	flex-wrap: wrap;
  	}
.TBBlocservicespointille
{
	border-radius: 8px;
	border: 2px dashed #0290f5; /* Bordure en pointillés */
	background-color: #adadad1A;
	padding: 20px;
	align-items: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	min-height: 190px;
	color: #656565;
}


.TBBlocservicescms
	{
	border-radius: 8px;
	border: solid 1px #dcdcdc;
	background-color: #f8f8f8;
	padding: 20px;
	align-items: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	min-height: 190px;
	color:#656565;
  	}
	.TBBlocservicesongasso
	{
	border-radius: 8px;
	border: solid 1px #c8951a;
	padding: 20px;
	align-items: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	min-height: 190px;
	color:#935a15;
	background: #f9f1cc;
  	}
.TBBlocunique
	{
	align-items: center;
	border-radius: 8px;
	border: solid 1px #dcdcdc;
	background-color: #f8f8f8;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	min-height: 190px;
	color:#656565;
	margin: 0 0 20px 0
  	}
	

.TBdivHaut, .TBdivHautformules {
display: flex;
align-items: center;
}

.logoformule{
   width: 20%;
   text-align: center;
   display: flex;
  flex-direction: column;
  align-items: center;
}
.logoformule img{
   width: 50%;
}

.text-content {
    display: flex;
    flex-direction: column; /* Aligner les éléments en colonne */
    justify-content: center; /* Centrer verticalement le texte */
}
.TBBlocservices h3, .TBBlocservicespointille h3 {
	margin-bottom: 10px;
	color: #2085C9;
	}
.TBBlocservices p, .TBBlocservicespointille p {
	color: #333333;
	}

.TBBlocunique h3 {
	margin: 0 0 10px 0;
	color: #2085C9;
	}

.TBBlocservices img, .TBBlocservicespointille img {
	/* max-width: 100px; Ajustez selon vos besoins */
	height: auto;
	top: 0;
	position: relative;
	}
.TBBlocservices:hover , .wikiurl:hover, .TBBlocunique:hover, .TBBlocservicescms:hover, .TBBlocservicesongasso:hover, .TBBlocservicespointille:hover
	{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); /* Ombre portée au survol */
	}


.boutondemoresponsive
	{
	visibility: hidden;
	display: none;
	}
.TBdivHautImg
	{
	margin-right: 20px;
	}


h3.servicestitre3
	{
	color: #073f73;
	}

h3.ong
	{
	color: #C8951A;
	}

.servicesSoustitre
	{
	
	}
.boutononmarron
		{
		position: relative;
		border: none;
		font-size: 1.2em;
		background-color: #c8951a;
		color: white;
		padding: 7px 30px 7px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;	
		transition: background-color 0.3s;
	}

.boutononmarron::after
	{
		content: url('/images/fleche_droite.svg'); /* Spécifiez le chemin de votre image SVG */
		position: absolute;
		top: 52%;
		right: 5px; /* Ajustement de la marge à droite pour espacer l'image du texte */
		transform: translateY(-50%);
		width: 20px; /* Ajustez la largeur de votre image SVG si nécessaire */
		height: auto; /* Ajustez la hauteur automatiquement en fonction de la largeur */
	}
.boutononmarron:hover
	{
		background-color: #935a15;
	}






.cmsimg
{
width: 40%;
justify-content: space-between;
display: flex;
}	











.toggle-div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.8s ease-out;
	margin-top: 10px;
	padding: 0 10px;
}
.toggle-div.show {
	max-height: 200px; /* Vous pouvez ajuster cette valeur en fonction de votre contenu */
}
#toggleButton {
	cursor: pointer;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
#toggleButton .arrow {
	margin-left: 10px;
	width: 20px; /* Largeur de l'image */
	height: auto;
}
#divContainer {
	display: none; 
}
.texteagauche {
text-align: left;
} 
.comparatif {
color: #FFFFFF;
background: #888888;
font-size: 1.2em;
}
.formules 
	{
	display: flex;
	width: 45%;
	margin-bottom: 20px;
	}
.formules div
	{
	border-left: solid 1px #c8c8c8;
	}

.imagepardefaut
	{
	height: 100%;
	object-fit: cover;
	}

.optionspacks 
	{
		display: flex;
		justify-content: space-between;
		padding: 10px;
		margin-top: 5px;
		font-size: 20px;
		background: #004B8A;
		color: #FFFFFF;
		position: relative; /* ← Nécessaire pour z-index */
	}
.cartesticky
	{
	position: sticky;
	top: 0;
	z-index: 7;
	}

.flexspacebN
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*flex-flow: row wrap;*/
	}
.flexspaceb
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	flex-flow: row wrap;
	/*position: relative;*/ 
	}
.flexcolum
	{
		display: flex;
		flex-direction: column;
		width: 90%;
		margin-right: 10px;
	}
.flexspacebetween
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	}
.flexspacebetweenNormal
	{
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	}
.flexspacebetweenNormalRelative
	{
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	position: relative;
	}

.flexspacearound
	{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0.5rem;
	}
.flexstart
	{
	display: flex;
	/*
	padding: 0.5rem;
	*/
	justify-content: flex-start;
	align-items: center;
	}
.displayinline
	{
	display: inline;
	}
.displayinlineflex
	{
	display: inline-flex;
	}
.displayinline
	{
	display: inline;
	}
.displayruby
	{
	display: ruby;
	}

.flexstartquiz
	{
	
	display: flex;
	padding: 0.5rem;
	
	justify-content: flex-start;
	align-items: center;
	}
.justifycontentcenter
	{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	}


.divitem
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	margin-bottom: 20px
	}

.infofonction {
	display: none; /* Masquer par défaut */
	padding: 10px;
	color: #7c7c7c;
	z-index: 10;
	font-size: 0.8rem;
}
.infofonction span{
	color: #0290f5;
}



.show {
	display: block !important;
}
.div1 {
  flex-basis: 55%; /* Largeur de 20% pour le premier div */
  box-sizing: border-box;
}

.div2 {
  flex-basis: 33%; /* Largeur de 30% pour le deuxième div */
  box-sizing: border-box;
  text-align: center;
}

.div3 {
  flex-basis: 33%; /* Largeur de 25% pour le troisième div */
  box-sizing: border-box;
  text-align: center;
}

.div4 {
  flex-basis: 33%; /* Largeur de 25% pour le quatrième div */
  box-sizing: border-box;
  text-align: center;
}

.fondgris
	{
	background : #F1F1F1;
	}


 



.etapeprogression {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  counter-reset: step;
}

.etapeprogression li {
  width: 20%;
  text-align: center;
  position: relative;
}

.etapeprogression li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
  line-height: 30px;
  color: #ddd;
}

.etapeprogression li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.etapeprogression li:first-child:after {
  content: none;
}

.etapeprogression li.active:before,
.etapeprogression li.active:after {
  background-color: #ffa500;
  color: #fff;
}

.etapeprogression li.completed:before {
  content: "";
  background-image: url('/images/Check.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.etapeprogression li.completed:after {
  background-color: #28a745;
}



.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Deux colonnes égales */
    gap: 10px; /* Espace entre les éléments */
}
.grid-container3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Deux colonnes égales */
    gap: 10px; /* Espace entre les éléments */
}
.grid-container4 {
    display: grid;
    grid-template-columns: 20% 35% 20% 20%; /* Définissez les largeurs des colonnes ici */
    grid-gap: 10px; /* Espace entre les éléments */
}
.grid-container4Packs {
    display: grid;
    grid-template-columns: 55% 15% 15% 15%; /* Définissez les largeurs des colonnes ici */
    grid-gap: 0px; /* Espace entre les éléments */
}
.grid-container5 {
    display: grid;
    grid-template-columns: 18% 18% 18% 18% 18%; /* Définissez les largeurs des colonnes ici */
    grid-gap: 10px; /* Espace entre les éléments */
}
.grid-header {
    background-color: #DADADA; /* Couleur de fond pour l'en-tête */
    color: #000000; /* Couleur du texte */
    font-weight: bold; /* Police plus forte */
}

.grid-item {
    background-color: #F1F1F1; /* Couleur de fond pour la démo */
    padding: 2px; /* Espacement interne */
    text-align: left; /* Centrage du contenu */
}
.grid-itemN {
    background-color: #f8f8f8; /* Couleur de fond pour la démo */
    padding: 2px; /* Espacement interne */
    text-align: center; /* Centrage du contenu */
}
.grid-itempacks {
    background-color: #888888; /* Couleur de fond pour la démo */
    padding: 10px; /* Espacement interne */
    text-align: center; /* Centrage du contenu */	
	border-left: solid 1px #e7e7e7;
	color: #f6f6f6;
}
.grid-item a {
	color : #2085C9
}










        .tooltip {
          position: relative;
          display: inline-block;
        }

        .tooltiptext span {
          text-decoration: underline;
		  font-size: 1.2em;
        }

        .tooltip .tooltiptext {
          visibility: hidden;
		  width: 200px;
          background-color: #555;
          color: #fff;
          border-radius: 8px;
          padding: 10px;
          position: absolute;
          z-index: 1;
          right: 100%;  
          top: 50%;
          margin-right: 10px;
          opacity: 0;
          transition: opacity 0.3s;
		  font-size : 0.7em;
		  font-weight: 200;
        }
        
        .tooltip:hover .tooltiptext {
          visibility: visible;
          opacity: 1;
        }



.entetecarte
	{
	text-align: center;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	}
.titrecarte
	{
		font-size: 1.2em;
		background-color: #0290f5;
		color: white;
		padding: 7px 20px;
		margin: 8px 0;
		border-radius: 4px;
		transition: background-color 0.3s;
		text-align: center;
		font-weight: bold;
	}
.mysite
	{
		background-color: #920a19;
	}
.ongasso
	{
		background-color: #c8951a;
	}
.webzine
	{
		background-color: #00388c;
	}
.webshop
	{
		background-color: #007e3d;
	}
.prixcarte
	{
	margin: 30px 0;
	font-size: 2.5rem;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	}
.prixcarte img
	{
	width: 30px;
	margin-left: 5px;
	}

.prixcarte span
	{
	font-size: 0.4em;
	}
.utilitecarte
	{
	font-size: 1rem;
	text-align: center;
	color: #333333;
	}
.entetecarte span
	{
	display: flex;
	max-width: 70%;
	}
.composants
	{
	border-top : solid 1px #bdbcbc;
	font-size: 1.2rem;
	color: #333333;
	font-weight: 900;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	}
.souscomposants
	{
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	}
.boutoncarte
	{
	text-align : center;
	}





.wikiurl
	{
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 5px;
	border: solid 1px #BDBCBC;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0); /* Ombre portée initiale */
	transition: box-shadow 0.5s ease; /* Transition plus lente */
	}
/***************  LIGHTBOX POUR GALERIES **************************/
.thumnailcontainer
    {

        display: grid;
        grid-template-columns: repeat(6, 1fr);
        row-gap: 30px;
        column-gap: 10px;
        margin-top: 20px;
    

    }

.imageinformations {
    color: #ffffff;
	background: #000000;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 4px;	


}

.imagethumbnail {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #3366994A;
    cursor: pointer;
    transition: transform 0.3s ease; 
    border: solid 1px #b67127

}
.imagethumbnail:hover {
    transform: scale(1.05); /* Agrandit l'élément de 10% */
    cursor: pointer;
    }
    .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1000;
    }
    .lightbox img, .lightbox video, .lightbox audio {
        max-width: 80%;
        max-height: 80%;
        border: solid 8px #352f2f;
        border-radius: 8px;
    }
    .lightbox .filename {
        color: white;
        margin-top: 10px;
        text-align: center;
    }
    .lightbox .nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 4rem;
        cursor: pointer;
    }
    .lightbox .prev {
        left: 20px;
        padding: 20px;
    }
    .lightbox .next {
        right: 20px;
        padding: 20px;
    }

    .pagination {
        font-weight: 700;
        text-align: center;
        padding: 10px;
    }
    .image_info_poids {
        position: absolute;
		top: 100px;
		left: 20px;
    }
	.alerterouge {
		background: #FF0000; 
		padding: 2px 10px; 
		color: #FFFFFF; 
		border-radius: 4px; 
		margin-left: 20px;

	}
	.alerteverte {
		background: #006534; 
		padding: 2px 10px; 
		color: #FFFFFF; 
		border-radius: 4px; 
		margin-left: 20px;

	}

    .pagination a {
        display: inline-block;
        background: #e1ba42;
        color: black;
        padding: 10px;
        border-radius: 5px;
        text-decoration: none;
    }

.FormulaireAnnuaire
{
	background: rgb(218,218,218); color: #ffffff; background-image: radial-gradient(circle at 72% 83%, rgba(12, 12, 12,0.04) 0%, rgba(12, 12, 12,0.04) 50%,rgba(172, 172, 172,0.04) 50%, rgba(172, 172, 172,0.04) 100%),radial-gradient(circle at 57% 65%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(222, 222, 222,0.04) 50%, rgba(222, 222, 222,0.04) 100%),radial-gradient(circle at 64% 31%, rgba(11, 11, 11,0.04) 0%, rgba(11, 11, 11,0.04) 50%,rgba(191, 191, 191,0.04) 50%, rgba(191, 191, 191,0.04) 100%),linear-gradient(246deg, rgba(133,133,133, 0.76),rgba(47,52,6, 0.62)); border: solid 4px rgb(37,42,37); 

    }
.sommairegris
	{
		background: #dadada;
		text-align: left;
		color: #363636;

	}
.sommairegris a, sommairegris a:visited  
	{
		color: #363636;
	}
.sommairegris a:hover  
	{
		text-decoration: underline;
	}
.listerouge
	{
		list-style-image: url('/images/navigation-rouge.svg');
		margin-left:20px;
		padding: 5px;
	}



/* Header fixe avec les deux bandes */
#header_bg{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 166px !important;
    min-height: 166px !important;
    max-height: 166px !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    z-index: 10;
}

.bande-haute {
	background-color: #FFFFFF;
    height: var(--hauteur-menu_top);  
    min-height: var(--hauteur-menu_top);
    max-height: var(--hauteur-menu_top);
    overflow: hidden;
    flex-shrink: 0;
	width: 100%;
}

.bande-basse {
    background-color: #adadad;
	/*
	height: 44px; 
    min-height: 44px;
    max-height: 44px;
    */
	overflow: visible;
    flex-shrink: 0;
}


/* Classe hidden - IMPORTANT : on utilise visibility au lieu de display */
.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Overlay opaque */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Modal de recherche - CENTRAGE ABSOLU */
.search-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    width: 90%;
    max-width: 600px;
    margin: 0 !important;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.search-modal:not(.hidden) {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* Contenu du formulaire */
.search-content {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 10px;
    align-items: center;
	width: 100%;
}

/* Champ de recherche */
.search-modal input[type="text"] {
    flex: 1;
    padding: 15px 20px;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
	margin-top: 0px;
}

.search-modal input[type="text"]:focus {
    border-color: #007bff;
}

/* Bouton de recherche */
.search-modal .btn_recherche_site {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #adadad;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.search-modal .btn_recherche_site:hover {
    background-color: #0056b3;
}



/* ============================================
   FOOTER PLANETEAFRIQUE
   Styles pour mode clair et dark mode
   max-width : 1200px
   ============================================ */

/* === VARIABLES CSS - MODE CLAIR (Charte PlaneteAfrique) === */
:root {
    --footer_bg_light: #ffffff;
    --footer_bg_secondary: #f8f9fa;
    --footer_primary: #004B8A;
    --footer_secondary: #2085C9;
    --footer_accent: #C8951A;
    --footer_accent_green: #006534;
    --footer_text: #333333;
    --footer_text_light: #696969;   /* CORRIGE : 3.14:1 -> 5.74:1 */
    --footer_border: #DADADA;
    --footer_hover: #2085C9;
}

/* === PRE-FOOTER COMMERCIAL === */
.footer_prefooter {
    background: linear-gradient(135deg, #2085C9 0%, #004B8A 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer_prefooter::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(200, 149, 26, 0.15) 0%, transparent 70%);
    animation: footer_pulse 15s ease-in-out infinite;
}

@keyframes footer_pulse {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10%, 10%) scale(1.1); }
}

.footer_prefooter_content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.footer_prefooter_icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0;
    animation: footer_slideDown 0.8s ease-out 0.2s forwards;
}

@keyframes footer_slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.footer_prefooter_title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    opacity: 0;
    animation: footer_slideDown 0.8s ease-out 0.4s forwards;
}

.footer_prefooter_subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 300;
    opacity: 0;
    animation: footer_slideDown 0.8s ease-out 0.6s forwards;
}

.footer_prefooter_buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: footer_slideDown 0.8s ease-out 0.8s forwards;
}

.footer_btn {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.footer_btn_primary {
    background: #C8951A;
    color: #ffffff;
}

.footer_btn_primary:hover {
    background: #b38516;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 149, 26, 0.3);
}

.footer_btn_secondary {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.footer_btn_secondary:hover {
    background: #ffffff;
    color: #2085C9;
    transform: translateY(-2px);
}

/* === FOOTER PRINCIPAL === */
.footer_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer_column h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--footer_primary);
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer_column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--footer_accent);
    border-radius: 2px;
}

.footer_column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_column li {
    margin-bottom: 14px;
}

.footer_column a {
    color: var(--footer_text);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer_column a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--footer_accent);
    transition: width 0.3s ease;
}

.footer_column a:hover {
    color: var(--footer_accent);
    transform: translateX(4px);
}

.footer_column a:hover::before {
    width: 100%;
}

/* === ZONE BASSE === */
.footer_bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
}

.footer_logo {
    font-size: 24px;
    font-weight: 700;
    color: var(--footer_primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.footer_logo_icon {
    font-size: 28px;
}

.footer_copyright {
    color: var(--footer_text_light);
    font-size: 14px;
    text-align: center;
}

.footer_legal {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.footer_legal a {
    color: var(--footer_text_light);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer_legal a:hover {
    color: var(--footer_primary);
}

.footer_social {
    display: flex;
    gap: 16px;
}

.footer_social_link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--footer_bg_secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--footer_primary);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid var(--footer_border);
}

.footer_social_link:hover {
    background: #2085C9;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(32, 133, 201, 0.3);
}

/* === BREAKPOINT INTERMEDIAIRE 1200px === */
@media (max-width: 1200px) {
    .footer_main {
        gap: 24px;
        padding: 60px 30px 30px;
    }

    .footer_bottom {
        padding: 24px 30px;
        gap: 16px;
    }

    .footer_copyright {
        font-size: 13px;
    }

    .footer_legal {
        gap: 14px;
    }

    .footer_legal a {
        font-size: 13px;
    }
}

/* === RESPONSIVE TABLETTE === */
@media (max-width: 900px) {
    .footer_main {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 50px 24px 24px;
    }

    .footer_bottom {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto;
        padding: 20px 24px;
    }

    .footer_copyright {
        grid-column: 1 / -1;
        text-align: left;
        order: 3;
    }

    .footer_legal {
        grid-column: 1 / -1;
        order: 4;
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
    .footer_prefooter {
        padding: 40px 20px;
    }

    .footer_prefooter_title {
        font-size: 28px;
    }

    .footer_prefooter_subtitle {
        font-size: 16px;
    }

    .footer_prefooter_buttons {
        flex-direction: column;
    }

    .footer_btn {
        width: 100%;
        text-align: center;
    }

    .footer_main {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 40px 20px 30px;
    }


    .footer_column {
        margin-bottom: 30px;
    }

    .footer_column h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .footer_bottom {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 12px;
    }

    .footer_legal {
        order: 2;
        justify-content: center;
        white-space: normal;
    }

    .footer_social {
        order: 1;
        margin-bottom: 10px;
    }

    .footer_copyright {
        order: 3;
        text-align: center;
    }

    .footer_logo {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .footer_prefooter_title {
        font-size: 24px;
    }

    .footer_btn {
        padding: 14px 30px;
        font-size: 15px;
    }

    .footer_legal {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}



.checkmark {
  color: #28a745; /* Vert en mode clair */
  font-weight: bold;
  font-size: 18px;
}

.crossmark {
  color: #dc3545;
  font-weight: bold;
  font-size: 18px;
}
.infomark {
  color: #17a2b8;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.margintop20
	{
	margin-top: 20px;
	}

.margintop30
	{
	margin-top: 30px;
	}
.textaligncenter
	{
	text-align: center;
	}
a[target="_blank"]::after {
    content: " ⧉";
    font-size: 0.8em;
    margin-left: 4px;
}




a.no-ext-icon::after { content: none; }
.compteicon {
    width: 20px;
    height: 20px;
    color: #007bff; /* bleu */
}

a.nouvellefenetre:hover::after {
    content: "nouvelle fenêtre";
    position: absolute;
    background: #333;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateY(-120%);
}




	.carousel-item h1 a,
	.carousel-item h2 a,
	.herotext2, .herotext, .herotext2 h2, .herotext2 p,
	.heroongasso2, .heroongasso2 h1, .heroongasso2 p,
	.heroongasso, .heroongasso h1, .heroongasso p,
	.heroEcarteHP, .heroEcarteHP h1, .heroEcarteHP p,
	.pavenoslide a
	{
	color: #FFFFFF !important;
	text-shadow: -1px 0 #333333, 1px 0 #333333, 0 -1px #333333, 0 1px #333333;
	z-index: 2;
	}


	legend
	{
	color : #2085C9 !important;
	}

	.membre a, .membre a:visited
		{
			color: #2085C9;
		}
	.membre a:hover
		{
			text-decoration: underline;
		}

	.titrelogin
		{
			background: transparent;
		}

	.carousel-controls .next
	{
		display: inline-block;
		height: 32px;
		width: 32px;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		opacity: .5;
		z-index: 2;
		border: solid #FFFFFF;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
		border-width: 0 3px 3px 0;
		padding: 10px;
		transform: translateY(-50%) rotate(-45deg);
	}

	.carousel-controls .prev
	{
		display: inline-block;
		height: 32px;
		width: 32px;
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		opacity: .5;
		border: solid #FFFFFF;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
		border-width: 0 3px 3px 0;
		padding: 10px;
		transform: translateY(-50%) rotate(135deg);
	}
	
.tag-ong {
  background: #ffd6d6;
  color: #7a0000;
}
.tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.72em;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  font-weight: bold;
}
.tag-membre {
  background: #fff0cc;
  color: #7a5000;
}

.tag-client {
  background: #d4f0d4;
  color: #1a6b1a;
}
.tag-tous {
  background: #d6e9ff;
  color: #0055a5;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


@media (max-width: 639px) {

    #menu2
    {
    display: none;
    visibility: hidden;
    }
    #menu3
    {
    font-size: 90%;
    display: block;
    visibility: visible;
    }

    #myTopnav
    {
    height: auto;
    }

    .Blogcreation
    {
    width: 90%; margin:auto; 
    background-image: none; 
    }

    .example {background: red;
    }
    .lignehomepage
    {
    top: 67px;
    }
    .mainarticle h1,  .mainarticleprint h1
    {
    font-size: 20px;	
    }
    .mainarticle h2
    {
    font-size: 16px;	
    }


    .versionimprimable
    {
    width: 30px;
    } 
    .infopublicateur span, .outils span
    {
    display: none;
    visibility: hidden;
    }
    .agauche 
    {
    width: 100%;
    }
    .imagepardefaut
	{
	width: 100%;
	object-fit: cover;
	}
    .titre2
    {
    font-size: 1em;
    }
    

    .topnav a.Item1
    {
    display: block;
    visibility: visible;
    }

    .topnav a.Item2
    {
    display: block;
    visibility: visible;
    padding-left : 30px;
    }
    .topnav.responsive a.Item2
    {
    
    color: #ffffff;
    }
    .topnav a.menuactualiteactif 
    {
    background-color: #f2f2f2;
    color: #000000;
    }
    .topnav a.menuactualiteactif:hover {
    background-color: #000000;
    color: #000000;
    }

    .iframe-container {
        height: 80vh;
    }
    
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    float: right;
    display: block;
    }	

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    }
    .menu, .pavesimple, .pavedouble 
    {
    width: 100%;
    }
    #accueil
    {
    visibility: visible;
    display: block;
    }
    .topnav a {
    text-transform: lowercase;
    }
    .topnav a.active {
    padding-bottom: 13px;
    width: 160px;
    }


    .topnav a:first-letter {
    text-transform: uppercase;
    }

    .adroite {
    float: right;
    margin: 10px 0px 0 0px;
    }
    .menu-niveau2responsive
    {
    display:block;
    visibility: visible;
	margin: 3px 0;
    }
    .menu-niveau2
    {
    display:none;
    }
    .separateurbleu {
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-top: solid 3px #005CA9;
    color: #005CA9;
    width: 96%;
    }
    .separateurnoir {
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-top: solid 3px #000;
    color: #000;
    width: 96%;
    }

    .heroongasso, .heroongasso2, .heroQuiz, .heroEcarte, .heroEcarteHP, .divnormalHP
    {
    margin-top: 10px;
    }

    .carousel-item {
    width: 70%;
    text-align: center;
    padding: 20px;
    }	

    .carousel-item h1, .carousel-item h2 {
    padding: 0 40px;
    max-width: 60%;
    font-size: 1em;
    }	


    .carousel-indicators
    {
    display: inline;
    z-index: 5;
    }

    /*end slider*/
    #iciailleurs {
    display:none
    }
    .articlecontainer
    {
    display: block; 
    width: 99%;
    }
    .mainarticle
    {
    width: 99%;
    color: #2b2b2b;
    padding: 0;	
    }
    .colonnedroite
    {
    display:none;
    visibility: hidden;
    }

    .overlay-fade, .overlay-slide
    {
    width: 48%;
    }
    .TBpub
    {
    margin-bottom: 80px;
    }
    .pastillepays
    {
    width: 32%;
    }

    #continueButton
    {
    width: 50%;
    }
    .accueiliciailleurs h1
    {
    font-size : 18px;
    text-align: left;
    }
    .accueiliciailleurs h2, .accueiliciailleurs h2 a, .accueiliciailleurs h2 a:visited
    {
    font-size : 18px;
    }

    div.pavepubpa {
    width: 100%;
    }
    .divnormalHP2
    {
    display: none;
    visibility: hidden;
    }
  
    

    .quiz-display1, .quiz-display2, .quiz-display3, .quiz-display4, .quiz-display5
        {
        width : 100%
        }

        .TBgrille2Quiz
        {
        display: grid;
        grid-template-columns: repeat(1, 1fr)
        }
    .QuizHomePageDescription
        {

            flex-basis: 100%;
            color: #adadad;
            padding: 20px 0; 
        }
    .progress-bar-red
        {
        display: none;
        }
    
    .fondVertFonceDroite, .fondOrangeFonceDroite, .fondVertFonceDroite, #menu
    {
    display: none;
    visibility: hidden;
    }

    #contenuDynamique
    {
    width: 99%;
    }	
    .boutonfondservices, .boutonfondCom, .boutonfonblog
    {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35%;
    height: 10%;
    background: white;
    position: absolute;
    margin: -10px 0 0 70px;
    font-size: 1.2em;
    font-weight: 400;
    padding:  20px;
    }

    .barreProgression {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -20px; /* Collée à droite du div de gauche */
    width: 4px;
    margin-right: 22px;
    height: 0;
    background-color: white;
    transition: height 10s linear, transform 0s 10s; /* Inversion de l'animation avec transform */
    transform-origin: bottom; /* Définit le point d'origine de la transformation */
    }
    .fondservices, .fondcom,  .fondblog
    {
    margin: 0 0 0 25px;
    }

    .subarticle 
    {
    display: none;
    visibility: hidden;
    }

    .titreloginMarron 
    {
    flex-direction: column;
    }
    .paveauthentification 
    {
    display: flex;
    flex-direction: column;
    }
    .pavelogin
    {
    width: 90%;
    border-radius: 4px;
    margin: auto;
    }


    .fenetreinfopays, .boitemodalegrande
    {
    width: 80%;
    height: 60%;
    top: 400px;
    }	

    .fenetrepartages, .boitemodalepetite
    {
    width: 90%;
    height: 60%;
    top: 60%;
    }	
    .boitemodalemoyenne
    {
    width: 80%;
    height: 60%;
    top: 400px;
    }	
    .boitemodalemoyenne, .boitemodalegrande, .boitemodalepetite
    {
    width: 80%;
    }

    .sliderBlog {
    width: 100%;
    max-width: 100%;
    margin-left: auto; /* Alignement à droite */
    overflow: hidden; /* Masquer le débordement des images */


    }

    .image_sliderBlog {
    width: 100%;
    height: calc(100% - 1%); 
    margin: 20px 0;
    display: none; 
    }

    .logoutmodal {
    top: 72px; /* Juste en dessous du lien */
    right: 40px;
    width: 80%;	
    }
    #nomprenom {
    display: none;
    visibility: hidden;
    }


    .TBgrille, .TBgrille2, .TBgrille3, .TBgrille4, .TBgrille4HP, .TBgrille3HP, .TBgrille112HP, .TBgrille2HP, .TBgrille2ecarte {
    grid-template-columns: repeat(1, 1fr); /* Une seule colonne pour les petits écrans */
    }

    .TBBlocservices
    {
    min-height: initial;
    }
    

    .separateurHP {
        justify-content: space-between;
    }

    
    .separateurbleu, .separateurvert, .separateurnoir, .separateurorange 
    {
    display: flex;
    justify-content: space-between;
    }
    
    .onglet {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #0074D9;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    }

    /* Styles pour le DIV d'informations */
    .infos {
    position: fixed;
    top: 0;
    right: -599px; /* Décalage initial pour cacher le DIV */
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    transition: right 0.5s ease; /* Effet de glissement */
    overflow: auto;
    padding: 20px;
    z-index: 9;
    margin-top: 21vh;
    display: block;
    visibility: visible;
    }

    /* Styles pour l'overlay */
    .superposition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur semi-transparente */
    display: none; /* Caché par défaut */
    }

    /* Styles pour le bouton de fermeture */
    .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none; /* Caché par défaut */

    }

    /* Afficher le bouton de fermeture lorsque le DIV est ouvert */
    .infos.open .close-button {
    display: block;
    background: red;
    }


    
    .divcomposants
    {
    display: none;
    visibility: hidden;
    }
    .div1
    {
    flex-basis: 100%; 
    width: 100%;
    border-bottom: solid 1px #dadada;
    margin-bottom: 10px
    }
    .div2, .div3, .div4
    {
    flex-basis: 33%; /* Largeur de 20% pour le premier div */
    }
    .formules
    {
    flex-basis: 100%; 
    width: 100%;
    }
    .flexspaceb
    {
    flex-direction: column;
    }
    .toggle-div.show
    {
    min-height: 200px;
    max-height: 600px;
    }

    .boutondemoresponsive
    {
    visibility: visible;
    display: block;
    }
    .boutondemo
    {
    visibility: hidden;
    display: none;
    }

    .TBdivHautformules {
    flex-direction: column;
    }

    .logoformule{
    width: 70%;
    }
    .composantscarte
    {
    margin: 30px;
    }
    

    .cartesticky {
    position: sticky;
    top: 141px; 
    }
    #icones span
    {
    padding: 2px 0px 0 20px;
    }
    #icones {
    width: 25%;
    margin-right: 10px;
    }

    .lienlogo {
    width: 50%;
    display: inline-block;
    }

    .flexspacebetween, .flexspacebetweenNormal
    {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    }
    .form-group {
    width: 90%
    }
    
    .ecartefullimage {
        width: 99%;
        height: 500px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajout de transition pour l'effet de survol */
    }
    .ecartepastille {
        height: 100%;
        min-height: 200px;
        width: 100%;
        
    }
    

    #search-form {

        left: -260px;
        top: -6px;
        width: 360px;
    }


    
    .blogliste2 {
        flex-basis: initial;
        text-align: left;
    }
    
    .thumnailcontainer
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        column-gap: 10px;
        margin-top: 20px;
    }

    .heroEcarteHP {
        
        background-size: contain; /* Adapter la taille des images au petit écran */
    }

    @keyframes slideBackground {
        0% {
            background-position: center 0%;
        }
        50% {
            background-position: center 50%;
        }
        100% {
            background-position: center 100%;
        }
    }


    .search-modal {
        width: 95%;
    }
    
    .search-content {
        flex-direction: column;
        padding: 20px;
    }
    
    .search-modal input[type="text"] {
        width: 100%;
    }
    
    .search-modal .btn_recherche_site {
        width: 100%;
    }


}

/* Écrans entre 640px et 1023px de large */
@media (min-width: 640px) and (max-width: 1023px) 
{
    .example {background: green;}
    .lienlogo {
    width: 40%;
    display: inline-block;
    }
    .titre2
    {
    font-size: 1.2em;
    }

    .menu-niveau2responsive
    {
    display:block;
    visibility: visible;
	margin: 3px 0;
    }
    .menu-niveau2
    {
    display:none;
    }
    .topnav a.Item1
    {
    display: block;
    visibility: visible;
    }
    .carousel-item {
    width: 90%;
    text-align: center;
    }
    .topnav a.Item2
    {
    display: block;
    visibility: visible;
    padding-left : 30px;
    }
    .topnav.responsive a.Item2
    {
    
    color:#ffffff
    }
    .topnav a.menuactualiteactif 
    {
    background-color: #f2f2f2;
    color: #000000;
    }
    .topnav a.menuactualiteactif:hover {
    background-color: #000000;
    color: #000000;
    }


    .iframe-container {
        height: 80vh;
    }

    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    float: right;
    display: block;
    }	

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    }
    .menu, .pavesimple, .pavedouble 
    {
    width: 100%;
    }

    .topnav a {
    text-transform: lowercase;
    }
    .topnav a.active {
    padding-bottom: 13px;
    width: 160px;
    }


    .topnav a:first-letter {
    text-transform: uppercase;
    }
    .pavedouble 
    {
    width: 100%;
    min-height:280px;
    max-height: 280px;
    }
    .pavesimple 
    {
    width: 48%;
    }
    #accueil
    {
    visibility: visible;
    display: block;
    }

    .TBgrille, .TBgrille2, .TBgrille3, .TBgrille3HP, .TBgrille4, .TBgrille4HP, .TBgrille2HP, .TBgrille112HP {
    grid-template-columns: repeat(1, 1fr); /* Une seule colonne pour les petits écrans */
    }

    .TBgrille2ecarte {
    grid-template-columns: repeat(2, 1fr); /* Une seule colonne pour les petits écrans */
    }


    .divnormalHP2
    {
    display: none;
    visibility: hidden;
    }



    .adroite {
    float: right;
    margin: 10px 0px 0 0px;
    }


    .fenetreinfopays
    {
    width: 80%;
    height: 60%;
    top: 350px;
    }	

    .fenetrepartages
    {
    width: 60%;
    height: 60%;
    top: 60%;
    }	

    .logoutmodal {
    top: 72px; /* Juste en dessous du lien */
    right: 40px;
    width: 50%;	
    }
    #nomprenom {
    top:27px;
    right: 25%; /* Placé à gauche du lien */
    }

    .cartesticky {
    position: sticky;
    top: 141px; /* Position à partir du haut */
    }

    #icones span 
    {
    padding: 2px 5px 0 25px;
    }
    #nomprenom {
    top: 20px;
    right: 34%; /* Placé à gauche du lien */
    }
    
    .separateurbleu, .separateurvert, .separateurnoir, .separateurorange 
    {
    display: flex;
    justify-content: space-between;
    }
    

    .heroongasso, .heroongasso2, .heroQuiz, .heroEcarte, .heroEcarteHP, .divnormalHP
    {
    margin-top: 10px;
    }


    
    .onglet {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #0074D9;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
    }

    /* Styles pour le DIV d'informations */
    .infos {
    position: fixed;
    top: 0;
    right: -599px; /* Décalage initial pour cacher le DIV */
    width: 50%;
    height: 100%;
    background-color: #F0F0F0;
    transition: right 0.5s ease; /* Effet de glissement */
    overflow: auto;
    padding: 20px;
    z-index: 9;
    margin-top: 20vh;
    }

    /* Styles pour l'overlay */
    .superposition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur semi-transparente */
    display: none; /* Caché par défaut */
    }

    /* Styles pour le bouton de fermeture */
    .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none; /* Caché par défaut */
    }

    /* Afficher le bouton de fermeture lorsque le DIV est ouvert */
    .infos.open .close-button {
    display: block;
    }
    
    .colonnedroite
    {
    display:none;
    visibility: hidden;
    }
    .mainarticle
    {
    width: 99%;
    padding: 0;	

    }

    .boitemodalemoyenne
    {
    width: 90%;
    height: 60%;
    top: 400px;
    }	
    .thumnailcontainer
    {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 30px;
        column-gap: 10px;
        margin-top: 20px;
    }

}



	.composantscarte
	{
	margin: 30px;
	}
.TBgrille3, .TBgrille
	{
	display: flex;
	flex-direction: column;
	}



    #menu2
    {
    display: none;
    visibility: hidden;
    }
    #menu3
    {
    font-size: 90%;
    display: block;
    visibility: visible;
    }

    #myTopnav
    {
    height: auto;
    }
.separateurHP {
	justify-content: space-between;
}


	.TBgrille2Quiz
	{
    display: grid;
	grid-template-columns: repeat(1, 1fr)
	}
.QuizHomePageDescription
	{

		flex-basis: 100%;
		color: #adadad;
		padding: 20px 0; 
	}
   

.ecartefullimage {
    width: 99%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Ajout de transition pour l'effet de survol */
}
.ecartepastille {
	height: 100%;
	min-height: 200px;
	width: 100%;
	 
}

@media (min-width: 1024px) and (max-width: 1199px) 
{
    .example {background: purple;}

    .topnav a.Item1, #accueil
    {
    visibility: hidden;
    display: none;
    }
    .carousel-item {
    width: 90%;
    text-align: center;
    }
    .lienlogo {
    width: 40%;
    display: inline-block;
    }
    .topnav a.Item2
    {
    display: block;
    visibility: visible;
    }
    .logoutmodal {
    top: 72px; /* Juste en dessous du lien */
    right: 40px;
    width: 40%;	
    }
    .pavedouble 
    {
    width: 48%;
    min-height: 296px;
    max-height: 296px;
    }
    .pavesimple 
    {
    width: 24%;
    }

    .paddingpave
    {
    padding: 0px 10px 5px 10px;	  
    }

    .ligne1, .ligne2, .ligne3, .paves
    {
    display: flex;
    justify-content: space-between;
    }
    .fenetrepartages
    {
    width: 60%;
    height: 60%;
    top: 300px;
    }	
    .fenetreinfopays
    {
    width: 80%;
    height: 60%;
    top: 350px;
    }

    #icones span
    {
    padding: 2px 5px 0 25px; 
    }
    #nomprenom {
    top:23px;
    right: 25%; /* Placé à gauche du lien */
    }
    #contenuspage
    {
    
    margin-top: 40px;
    
    }

    .iframe-container {
        height: 80vh;
    }

    .TBgrille3
    {
    display: grid;
    }
    .composantscarte
    {
    margin: initial;
    }
    .cartesticky {
    position: sticky;
    top: 141px; 
    }

    
    .onglet {
        display: none
    }

    /* Styles pour le DIV d'informations */
    .infos {
        display: none
    }

    /* Styles pour l'overlay */
    .superposition {
        display: none
    }

    /* Styles pour le bouton de fermeture */
    .close-button {
        display: none
    }

    /* Afficher le bouton de fermeture lorsque le DIV est ouvert */
    .infos.open .close-button {
            display: none
    }
    
    #menu2	
    {
    display: block;
    visibility: visible;
    }
    #menu3	
    {
    display: none;
    visibility: hidden;
    }
    .separateurHP {
	justify-content: initial;
}

    

    .boitemodalemoyenne
    {
    width: 50%;
    height: 60%;
    top: 400px;
    }	


	.TBgrille2Quiz
	{
    display: grid;
	grid-template-columns: repeat(1, 1fr)
	}
.QuizHomePageDescription
	{

		flex-basis: 100%;
		color: #adadad;
		padding: 20px 0; 
	}
 
.thumnailcontainer
    {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        row-gap: 30px;
        column-gap: 10px;
        margin-top: 20px;
    }

}


@media (min-width: 1200px)
{

    :root {
        --largeur-standard: 1200px;
        --largeur-max-standard: 1200px;
        --hauteur-menu_top: 62px;
        --index-z-menu: 1000;
    }

    .example {background: orange;}
    #contenuspage
    {
    display: block;

    }
    .pavedouble {
    width: 49%;
    min-height: 284px;
    max-height: 284px;
    }
    .pavesimple 
    {
    width: 24%;
    } 

    #accueil
    {
    visibility: hidden;
    display: none;
    }

    .imageresponsive
    {
    max-width: 75%;
    height: auto;
    }

    .adroite {
    float: right;
    margin: 10px 0px 0 0px;
    }
    #pave1L2_X2
    {
    width: 49%;
    }

    .ligne1, .ligne2, .ligne3, .paves
    {
    display: flex;
    justify-content: space-between;
    }
    .fenetreinfopays
    {
    width: 80%;
    height: 60%;
    top: 350px;
    }	

    #nomprenom {
    top:23px;
    right: 22%; /* Placé à gauche du lien */
    }

    .iframe-container {
        height: 80vh;
    }

    .container 
	{
	width: var(--largeur-standard);
	max-width: var(--largeur-standard);
	padding: 5px 0;
	margin:auto
	}
    .fenetrepartages
    {
    width: 30%;
    height: 52%;
    top: 50%
    }	
    .TBgrille3
    {
    display: grid;
    }
    .composantscarte
    {
    margin: initial;
    }
    .cartesticky {
    position: sticky;
    top: 141px; 
	z-index: 7;
    }
    
    .onglet {
        display: none
    }

    /* Styles pour le DIV d'informations */
    .infos {
        display: none
    }

    /* Styles pour l'overlay */
    .superposition {
        display: none
    }

    /* Styles pour le bouton de fermeture */
    .close-button {
        display: none
    }

    /* Afficher le bouton de fermeture lorsque le DIV est ouvert */
    .infos.open .close-button {
            display: none
    }
    
    #menu3
    {
    display: none;
    visibility: hidden;
    }
    #menu2
    {
    font-size: 90%;
    display: block;
    visibility: visible;
    }


    .bandeau
    {
        max-width: var(--largeur-standard);
        width: var(--largeur-standard);
    }
    #myTopnav
    {
        width: var(--largeur-standard);
        max-width: var(--largeur-standard);
    }

    .carousel-item h1, 
    .carousel-item h2 {
    
    text-align: center;
    
    }    
    
    .separateurHP {
	justify-content: initial;
    }

    

    .boitemodalemoyenne
    {
    width: 50%;
    height: 60%;
    top: 400px;
    }	

    
	.TBgrille2Quiz
	{
	display: flex;
	justify-content: space-between;
	}
    .QuizHomePageDescription
	{

		flex-basis: 60%;
		color: #adadad;
		padding-left: 20px 
	}	
 
/* Orientation paysage pour petits appareils */
@media (max-width: 480px) and (orientation: landscape) {	

    .TBgrille, .TBgrille2, .TBgrille3, .TBgrille4, .TBgrille4HP, .TBgrille3HP, .TBgrille2HP, .TBgrille112HP {
    grid-template-columns: repeat(1, 1fr); /* Une seule colonne pour les petits écrans */
    }

}






