body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	background: var(--fnd_moycl);
	}

/* ********************************************* */

.bandeaufonce
	{
	padding:0px;
	margin: 0px;
	background-color: var(--fnd_fonce);
	color: var(--txt_clair);
	}

.pavetransp
	{
	margin: 5px 15px 5px 15px;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 0px;
	border-radius: 20px;
	}

.pavenum
	{
	margin: 5px 15px 5px 15px;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 0px;
	border-radius: 20px;
	text-align: right;
	}

.pavimage
	{
	padding:0px 0px;
	}

.pavecadre
	{
	margin: 5px 15px 5px 15px;
	padding:5px 5px 5px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: solid var(--fnd_inact);
	}

.pavetext
	{
	padding:0px 10px 0px 10px;
	}

.paveclair
	{
	margin: 5px 15px 5px 15px;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: var(--fnd_moycl);
	color: var(--txt_titre);

	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	}
.paveclair h2
	{
	color: var(--txt_clair);
	/*	text-shadow: 2px 2px 4px var(--txt_titre), -2px -2px 4px var(--txt_titre), -2px 2px 4px var(--txt_titre), 2px -2px 4px var(--txt_titre);	*/
	}
.paveclair hr
	{
	border-top: 1px solid var(--txt_clair);
	}


.arrondi
	{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	}

.petitarrondi
	{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}

img.symbol
	{
	max-width: min(128px, 70%);
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	}

.transp50
	{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	}

.transp25
	{
    opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
	}

.hover13 figure:hover img
	{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
	}

@-webkit-keyframes flash
	{
	0%
		{
		opacity: .4;
		}
	100%
		{
		opacity: 1;
		}
	}

@keyframes flash
	{
	0%
		{
		opacity: .4;
		}
	100%
		{
		opacity: 1;
		}
	}


/* ********************************************* */

.btlink,
.btlink a,
.btlink a:link,
.btlink a:visited
	{
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-radius: 20px;
	background: var(--fnd_moyen);
	color:var(--txt_clair);
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Lato', sans-serif;
	display: block;
	} 
.btlink a:hover
	{
	height: 40px;
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: var(--fnd_rover);
	color: var(--txt_actif);
	display: block;
	} 

.btlinkhome,
.btlinkhome a,
.btlinkhome a:link,
.btlinkhome a:visited
	{
	height: 27px;
	line-height: 40px;
	width: 50px;
	background-image: url("../images/home_off.png");
	color:var(--txt_rover);
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Lato', sans-serif;
	display: block;
	} 
.btlinkhome a:hover
	{
	height: 27px;
	background-image: url("../images/home_on.png");
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: var(--fnd_inact);
	color: var(--txt_actif);
	display: block;
	} 

.btlinkorg,
.btlinkorg a,
.btlinkorg a:link,
.btlinkorg a:visited
	{
	height: 40px;
	line-height: 40px;
	width: 100%;
	color:#FFFFFF;
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Lato', sans-serif;
	background: #FF6600;
	margin-top: 10px;
	display: block;
	} 
.btlinkorg a:hover
	{
	height: 40px;
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: #0199BE;
	display: block;
	} 

.btlinkiti,
.btlinkiti a,
.btlinkiti a:link,
.btlinkiti a:visited
	{
	height: 30px;
	line-height: 30px;
	width: 100%;
	color:#FFFFFF;
	font-size:10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	background: rgba(30, 122, 147, 0.30);
	display: block;
	} 
.btlinkiti a:hover
	{
	height: 30px;
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: rgba(30, 122, 147, 1);
	} 

.btlinkblanc,
.btlinkblanc a,
.btlinkblanc a:link,
.btlinkblanc a:visited
	{
	height: 40px;
	line-height: 40px;
	color:#1e7a93;
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	background: rgba(255, 255, 255, 1);
	display: block;
	} 
.btlinkblanc a:hover
	{
	height: 40px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: #d2e4e9;
	} 

.btlinkvert,
.btlinkvert a,
.btlinkvert a:link,
.btlinkvert a:visited
	{
	height: 40px;
	line-height: 40px;
	color:#FFFFFF;
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	background: rgba(56, 208, 192, 0.40);
	display: block;
	} 
.btlinkvert a:hover
	{
	height: 40px;
	color:#FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: rgba(56, 208, 192, 1);
	} 

/* ********************************************* */

.zoom
{
transform: scale(0.98);
transition: transform .2s; /* Animation */
}

.zoom:hover
{
transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* ********************************************* */

.btsubmit
	{
	height:40px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	background: var(--fnd_fonce);
	color: var(--txt_titre);
	}

.btsubmit:hover
	{
	border: none;
	background: var(--fnd_inact);
	color:var(--txt_rover);
	}

.btsubmit:active 

	{
	border: none;
	background: var(--fnd_inact);
	color: var(--txt_actif);
	transform: translateY(4px);
	}



/* ********************************************* */

.btsubvert
	{
	height:40px;
	width: 100%;
	border-radius: 20px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	background: var(--fnd_moyen);
	color:var(--txt_clair);

	}

.btsubvert:hover
	{
	border: none;
	background: var(--fnd_actif);
	color: var(--txt_actif);
	}

.btsubvert:active 
	{
	border: none;
	background: rgba(204, 153, 102, 1);
	transform: translateY(4px);
	}



.btsubvertsel
	{
	height:40px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	background: rgba(30, 122, 147, 1);
	}

.btsubvertsel:hover
	{
	border: none;
	color: #FFFFFF;
	background: rgba(30, 122, 147, 1);
	}

.btsubvertsel:active 
	{
	border: none;
	/*	border-radius: 17px;	*/
	background: #1e7a93;
	transform: translateY(4px);
	}

/* ********************************************* */

.btsubrouge
	{
	height:40px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	background: rgba(153, 0, 0, 0.50);
	}

.btsubrouge:hover
	{
	border: none;
	color: #FFFFFF;
	/*	border-radius: 17px;	*/
	/*	background: #990000;	*/
	background: rgba(153, 0, 0, 1);
	}

.btsubrouge:active 
	{
	border: none;
	background: #990000;
	transform: translateY(4px);
	}



.btsubfinal
	{
	height:35px;
	width: 90%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	border-radius: 17px;
	background: #E27C00;
	}

.btsubfinal:hover
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #993300;
	}

.btsubfinal:active 
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #993300;
	transform: translateY(4px);
	}

/* ********************************************* */

.btsubblanc
	{
	height:40px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color:#1e7a93;
	/*	border-radius: 17px;	*/
	background: #FFFFFF;
	/*	background: rgba(184, 184, 184, 0.50);	*/
	}

.btsubblanc:hover
	{
	border: none;
	color: #000000;
	/*	border-radius: 17px;	*/
	background: #d2e4e9;
	/*	background: rgba(184, 184, 184, 1);	*/
	}

.btsubblanc:active 
	{
	border: none;
	/*	border-radius: 17px;	*/
	background: #FFFFFF;
	transform: translateY(4px);
	}

/* ********************************************* */

.premier
	{
	margin-left: 10px;
	}

.dernier
	{
	margin-right: 10px;
	}

.droite
	{
	text-align:right;
	}

.droitelib
	{
	text-align:right;
	padding-right: 15px;
	}

.centre
	{
	text-align:center;
	}

.gauche
	{
	text-align:left;
	}

.haut
	{
	vertical-align:top;
	}

.milieu
	{
	vertical-align:middle;
	}

.bas
	{
	vertical-align:bottom;
	}

.justine
	{
	text-align:justify;
	}

.baryold
	{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	}

.bary
	{
	display: flex;
	justify-content: center; /* Centre horizontalement */
	align-items: center; /* Centre verticalement */
	/*	height: 100vh; /* Exemple : occuper toute la hauteur de l'écran */	
	}


.marge
	{
	padding-left: 10px;
	}

.margoriz
	{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

.marginput
	{
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	}

.marge2
	{
	margin: 15px 10px 15px 10px;
	}

.marge5
	{
	margin: 5px 5px 5px 5px;
	}


.imgfloatl
	{
	float:left;
	margin:0 10px 0 0;
	}

.imgfloatr
	{
	float:right;
	margin:0 0 0 10px;
	}

.padding
	{
	padding:10px 0px 10px 0px;
	}

.margegauche
	{
	padding-left: 10px;
	}

/* ********************************************* */

.standard
	{
	font-weight:normal;
	text-align:left;
	font-size:18pt;
	line-height: 150%;
	}

.titcol a,
.titcol
	{
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	}
.titcol a:hover
	{
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	/*	background: rgba(30, 122, 147, 1);	*/
	text-decoration:underline;
	}

.titprod
	{
	font-size:16pt;
	color:#0033FF;
	}

.black
	{
	font-weight:bold;
	color:#000000;
	}

.red
	{
	font-weight:bold;
	color:#990000;
	}

.mandatory
	{
	font-weight:bold;
	color:#FF0000;
	}

.mandalegende
	{
	font-size:10pt;
	font-weight:bold;
	color:#FFFF00;
	}

.avertissement
	{
	font-size:12pt;
	font-weight:normal;
	color:var(--txt_titre);
	}

.moyen
	{
	font-size: 0.8em;
	}

.petit
	{
	font-size:8pt;
	line-height : 20px;
	}

.minus
	{
	font-size:6pt;
	}

.entete1
	{
	color: var(--txt_titre);
	font-size: 2.2em;
	text-align: center;
	font-weight:normal;
	padding-top: 20px;
	padding-bottom: 10px;
	}

.entete2
	{
	color: var(--txt_titre);
	font-weight:normal;
	font-size: 1.6em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	}

.entete
	{
	letter-spacing: 0.1em;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 10px;
	color: var(--txt_norma);
	text-shadow: 2px 2px 4px #FFFFFF, -2px -2px 4px #FFFFFF, -2px 2px 4px #FFFFFF, 2px -2px 4px #FFFFFF;
	}	

.titre2
	{
	color: var(--txt_norma);
	font-weight:normal;
	font-size: 1.8em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	}

.titreHS
	{
	color:#CBDB2F;
	font-size:14pt;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.titreBS
	{
	color:#FFFFFF;
	font-size:14pt;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.texteHS
	{
	color:#CBDB2F;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.texteBS
	{
	color:#FFFFFF;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.texteB
	{
	color:#99CCFF;
	}

.texteW
	{
	color:#FFFFFF;
	}

.green
	{
	color:#CBDB2F;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.msgOKold
	{
	text-align:center;
	color:#66ff66;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgERold
	{
	text-align:center;
	color:#ff66ff;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgOK
	{
	text-align:center;
	color:#009900;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgER
	{
	text-align:center;
	color:#990000;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgNB
	{
	text-align:center;
	color:#FFFFFF;
	font-size:14pt;
	font-weight:normal;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}	

.etoile
	{
	vertical-align:middle;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:12pt;
	}


/* ********************************************* */

input
	{
	max-width: 100%;
	padding: 10px 0px 10px 10px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	resize: vertical;
	}

input[type=radio]
	{
	margin: 0px 20px 0px 0px;
	}

input[type=text], select, textarea, input[type=password]
	{
	width: 100%;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	resize: vertical;
	}

input[type=date], input[type=number], input[type=checkbox]
	{
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	}

input.special
	{
	background: #e5ff1a;
	}

table
	{
	margin: auto;
	border-collapse: collapse;
	}

td
	{
	text-align:left;
	vertical-align:top;
	border: 0px;
	padding: 0px;
	}

img
	{ 
	width: 100%;
	}
img.arrondi
	{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	}

label
	{
	margin-bottom: 25px;
	}



.puce
	{
	padding-left: 30px; /* Décale toute la liste (puces + texte) de 30 pixels */
	}


.sticky
	{
	z-index: 9;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}
/************************************VIDEO RESPONSIVE************************************/
.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}	/*	56.25	*/

.video-responsive iframe { left:0; top:20; height:100%; width:100%; position:absolute;}
/****************************************************************************************/

.box
	{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	}

.box > div
	{
	/*	margin: 5px;	*/
	}

/******************** BOX DRAPEAUX **********************/

.boxdrapeau
	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 15px 0px 0px 0px;
	}

.boxdrapeau > div
	{
	margin: 5px;
	}

/* Responsive layout  */
@media (max-width: 800px) 
	{
	.boxdrapeau {flex-direction: raw;}
	}


/*******************IFRAME RESPONSIVE****************************/
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ********************************************* */

div.polaroid {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box
}

div.container {
  text-align: center;
  padding: 5px 5px;
}

/* ********************************************* */

.slide
	{
	position: relative; /* Nécessaire pour que l'overlay-text soit positionné par rapport à ce conteneur */
	}

img
	{
	width: 100%; /* Pour que l'image prenne tout l'espace du conteneur */
	display: block;
	}

.overlay-text
	{
	position: absolute;
	/*	bottom: 10px; /* Positionne le texte en bas de l'image, ajuste selon besoin */
	top: 20%;
	left: 5%; /* Centre horizontalement */
	/*	transform: translateX(-50%); /* Centre parfaitement */
	color: var(--txt_norma);
	background-color: rgba(255, 255, 255, 0.55); /* Fond semi-transparent pour que le texte ressorte */
	padding: 20px 20px;

	font-family: "Amatic SC", sans-serif;
	font-size: 2.6em;
	font-weight: 700;
	font-style: bold;
	letter-spacing: 6px;
	line-height: 1.0;


	text-align: center;
	border-radius: 25px;
	}


/* **************PAVE MAGE AVEC TEXTE SUR FOND TRANSPARENT****************** */
 
.paveimg
	{
	position: relative;
	max-width: 1000;
	margin: 0 auto;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 15px;

	}

.paveimg .content 
{
 	position: relative;
  background: rgb(255, 255, 255); /* Fallback color */
  background: rgba(255, 255, 255, 0.7); /* Black background with 0.5 opacity */
  color: var(--txt_fonce);
  width: 100%;
	padding: 15px;
	box-sizing: border-box;
}


.paveimg a:link, .paveimg a:visited
	{
	color: var(--txt_fonce);
	font-weight:normal;
	text-decoration:none;
	}

.paveimg a:hover
	{
	color: var(--txt_fonce);
	font-weight:normal;
	background-color:none;
	text-decoration:none;
	}

.paveimg a:active
	{
	color: var(--txt_fonce);
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	}

@media only screen and (max-width: 800px) 
	{
  .paveimg .content
  	{
    width: 100%;
  	}
	}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}