body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	background: #000000;
	}

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

.counter{
  
  &-value{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    
    &:after{
      content: attr(data-value-type);
    }
  }
  &-description{
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
  }
}

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

.pavegauche
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	background: rgba(0, 0, 0, 1);
	border-left: 5px solid #CBDB2F;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	text-align:justify;
	color: #999999;
	}
.pavegauche a
	{
	color: #000000;
	}

.pavebas
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	background: rgba(0, 0, 0, 1);
	border-bottom: 5px solid #CBDB2F;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	text-align:justify;
	color: #999999;
	}
.pavebas a
	{
	color: #000000;
	}

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

.paveblanc
	{
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background: rgba(255, 255, 255, 1);
	color: #1e7a93;
	font-size:12pt;
	}
.paveblanc hr
	{
	border-color:#68a6b7;
	background:#CCCCCC;
	height:1px;
	}

.pavert
	{
	margin: 0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background: rgba(30, 122, 147, 0.30);
	color: #FFFFFF;
	font-size:10pt;
	}

.pavplanblanc
	{
	margin: 5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background: rgba(127, 127, 127, 0.20);
	color:		#004466;
	font-size:	10pt;
	font-style:	normal;
	line-height:normal;
	}

.pavplanvert
	{
	margin: 5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background: rgba(30, 122, 147, 0.20);
	color:		#004466;
	font-size:	10pt;
	font-style:	normal;
	line-height:normal;
	}

.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: 'Heebo', sans-serif;
	background: rgba(30, 122, 147, 0.30);
	display: block;
	} 
.btlink a:hover
	{
	height: 40px;
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: rgba(30, 122, 147, 1);
	} 

.btlinkroa,
.btlinkroa a,
.btlinkroa a:link,
.btlinkroa a:visited
	{
	min-height: 70px;
	/*	height: 70px;	*/
	line-height: 70px;
	width: 100%;
	color:#FFFFFF;
	font-size:26pt;
	border-radius: 30px;
	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;
	} 
.btlinkroa a:hover
	{
	min-height: 70px;
	/*	height: 70px;		*/
	/*	padding-top: 10px;	*/
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: rgba(30, 122, 147, 1);
	} 

.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(30, 122, 147, 0.30);
	display: block;
	} 
.btlinkvert a:hover
	{
	height: 40px;
	color:#FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: rgba(30, 122, 147, 1);
	} 

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

.btsubmit
	{
	height:40px;
	/*	width: 90%;	*/
	border: none;
	outline: none;
	cursor: pointer;
	font-size:16pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #CBDB2F;
	border-radius: 17px;
	/*	box-shadow: 3px 7px 3px #000000;	*/
	background: #444444;
	background: -webkit-linear-gradient(top,#666666 0%,	#444444 100%);
	background: -ms-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -moz-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -o-linear-gradient(top,		#666666 0%,	#444444 100%);
	background: linear-gradient(to bottom,	#666666 0%,	#444444 100%);
	}

.btsubmit:hover
	{
	border: none;
	color: #CBDB2F;
	border: none;
	border-radius: 17px;
	background: #666666;
	background: -webkit-linear-gradient(top,#444444 0%,	#666666 100%);
	background: -ms-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -moz-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -o-linear-gradient(top,		#444444 0%,	#666666 100%);
	background: linear-gradient(to bottom,	#444444 0%,	#666666 100%);
	}

.btsubmit:active 
	{
	border: none;
	border-radius: 17px;
	background: #666666;
	background: -webkit-linear-gradient(top,#444444 0%,	#666666 100%);
	background: -ms-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -moz-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -o-linear-gradient(top,		#444444 0%,	#666666 100%);
	background: linear-gradient(to bottom,	#444444 0%,	#666666 100%);
	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;
	/*	border-radius: 17px;	*/
	/*	background: #006633;	*/
	/*	background: rgba(0, 102, 51, 0.50);		*/
	background: rgba(128, 128, 128, 1);
	}

.btsubvert:hover
	{
	border: none;
	color: #FFFFFF;
	/*	border-radius: 17px;	*/
	/*	background: #006633;	*/
	/*	background: rgba(0, 102, 51, 1);		*/
	background: rgba(204, 153, 102, 1);
	}

.btsubvert:active 
	{
	border: none;
	/*	border-radius: 17px;	*/
	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;
	/*	border-radius: 17px;	*/
	/*	background: #006633;	*/
	/*	background: rgba(0, 102, 51, 0.50);		*/
	background: rgba(30, 122, 147, 1);
	}

.btsubvertsel:hover
	{
	border: none;
	color: #FFFFFF;
	/*	border-radius: 17px;	*/
	/*	background: #006633;	*/
	/*	background: rgba(0, 102, 51, 1);		*/
	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;
	/*	border-radius: 17px;	*/
	/*	background: #990000;	*/
	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;
	/*	border-radius: 17px;	*/
	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;
	/*	background: -webkit-linear-gradient(top,#990000 0%,	#330000 100%);
	background: -ms-linear-gradient(top,	#990000 0%,	#330000 100%);
	background: -moz-linear-gradient(top,	#990000 0%,	#330000 100%);
	background: -o-linear-gradient(top,		#990000 0%,	#330000 100%);
	background: linear-gradient(to bottom,	#990000 0%,	#330000 100%);	*/
	}

.btsubfinal:hover
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #993300;
	/*	background: -webkit-linear-gradient(top,#330000 0%,	#990000 100%);
	background: -ms-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -moz-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -o-linear-gradient(top,		#330000 0%,	#990000 100%);
	background: linear-gradient(to bottom,	#330000 0%,	#990000 100%);	*/
	}

.btsubfinal:active 
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #993300;
	/*	background: -webkit-linear-gradient(top,#330000 0%,	#990000 100%);
	background: -ms-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -moz-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -o-linear-gradient(top,		#330000 0%,	#990000 100%);
	background: linear-gradient(to bottom,	#330000 0%,	#990000 100%);	*/
	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);
	}

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


.btsubprime
	{
	height:30px;
	width: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:14pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	/*	color:#000000;	*/
	/*	background: #FFFFFF;	*/
	/*	background-color: #FFFFFF;	*/
	background-image: url("images/supprimer.png");
	}

.btsubprime:hover
	{
	border: none;
	/*	color: #000000;	*/
	/*	background-color: #FF0000;	*/
	}

.btsubprime:active 
	{
	border: none;
	/*	color: #000000;	*/
	/*	background-color: #FF0000;	*/
	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
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	}

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

.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: 15px;
	}

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

.standard
	{
	font-family: 'Heebo', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:18pt;
	line-height: 150%;
	}

.titcol a,
.titcol
	{
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	/*	background: rgba(30, 122, 147, 1);	*/
	}
.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:10pt;
	}

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

.minus
	{
	font-size:6pt;
	}

.titre
	{
	color:#DCDCDC;
	font-size:12pt;
	font-weight:normal;
	font-style: normal;
	/*	text-transform: uppercase;	*/
	}

.titre2
	{
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	color:#990000;
	}

.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[type=text], select, textarea, input[type=password]
	{
	/*	width: 98%;
	padding: 2px;	*/
	width: 100%;
	padding: 4px 0px 4px 0px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	resize: vertical;
	}

input[type=date]
	{
	padding: 4px 0px 4px 0px;
	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
	{ 
	border:0;
	width: 100%;
	}





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

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

.video-responsive { overflow:hidden; padding-top:56.25%; position:relative; height:0;}

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

