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

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

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

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

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

.pavebleu
	{
	margin: 5px 20px 5px 20px;
	padding:20px 20px 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0px;
	background-color: #000033;
	color: var(--txt_norma);
	font-size: 16px;
	}

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

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

.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%;
	color:#FFFFFF;
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Lato', sans-serif;
	background: #0199BE;
	display: block;
	} 
.btlink a:hover
	{
	height: 40px;
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: #FF6600;
	display: block;
	} 

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

.btsubmit
	{
	height:40px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #33ccff;
	background: #000066;
	}

.btsubmit:hover
	{
	border: none;
	color: #000066;
	background: #33ccff;
	}

.btsubmit:active 

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



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

.btsubvert
	{
	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: #3F888F;

	}

.btsubvert:hover
	{
	border: none;
	color: #FFFFFF;
	background: #01677f;
	}

.btsubvert:active 
	{
	border: none;
	background: rgba(204, 153, 102, 1);
	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;
	}

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

.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;
	}

.moyen
	{
	font-size: 0.8em;
	}

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

.minus
	{
	font-size:6pt;
	}

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

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

.titre
	{
	font-family: 'Monda', sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	padding-top: 20px;
	color: var(--txt_titre);
	}

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

.titreHS
	{
	font-family: 'Monda', sans-serif;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	padding: 10 0 10 0px;
	color: var(--txt_titre);
	text-align: left;
	}

.titreBS
	{
	font-family: 'Monda', sans-serif;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	padding: 10 0 10 0px;
	color: var(--txt_titre);
	text-align: left;
	}

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

.texteBS
	{
	color:var(--txt_norma);
	font-weight:bold;
	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;
	}
.image
	{
	padding-top: 20px;
	padding-bottom: 20px;
	}

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

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]
	{
	padding: 10px 0px 10px 10px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	}

input[type=number], input[type=checkbox]
	{
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	margin-top: 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%;
	}

label
	{
	margin-bottom: 25px;
	}



#puce > ul
	{
	padding: 0px 0px 0px 25px;
	}

#puce > ul > li
	{
	display: list-item;
	/*	list-style-image: url(../images/puce.png);	*/
	}

.sticky
	{
	z-index: 9;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}

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

.box > div
{
margin: 5px;
}

/* Responsive layout  */
@media (min-width: 768px) and (max-width: 1024px) 
{
  .box {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) 
{
  .box {
    flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
    align-items: center;
  }
}

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

img {width: 100%}

div.container {
  text-align: center;
  padding: 10px 10px;
  background-color: #FFFF99;
}*/
/************************************************/
.frise1
{
	background-image: url("../images/frise_01.png");
	background-size: 100% 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	padding: 10px;
	margin: 5px;
}
/*******************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%;
}
