
/*******************************************/
html {
  height:100%;
  	
	background: url(../img/img-fond.jpg) no-repeat center fixed;
 	 -webkit-background-size: cover; /* pour anciens Chrome et Safari */
 	 background-size: cover; /* version standardisée */
	 
	   Scroll-behavior: smooth;
	
	  scrollbar-color: #a11d0c rgba(44,48,58,1);
  /*scrollbar-width: thin;*/
}
body {
	position: relative;
	font: 0.75em/1.4 "Comfortaa", sans-serif;
  
	/*font: 0.75em/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #4E5869;*/
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1;
	padding-bottom: 8em;

}
#wrapper {
	width: 100%;
	min-width: 320px;
	/*background-color: #828282;*/
}
/*------------------------------------------ CLASS GEN ---------------------*/
.F-left{
	float: left;
}
.F-right{
	float: right;
}
.clearfix:after{
	content:"";
	display:block;
	clear: both;
	line-height: 0;
	font-size: 0;
}
.hidden {
	position: absolute;
	left: -10000px;
	visibility: hidden;
}
/****************************************** HEADER ************************************/
header {
	position: absolute;
	z-index:101;
	width: 100%;
	height: 130px;
	/*background: #d5230c;*/
	background: #191c24;
	


}
/*-------------------------------------------------------------------------------- NAV --------------------*/
header nav{
	position:absolute;
	padding: 90px 0 0 68px;
	/*background-color: rgba(0, 255, 255, 0.3);*/
}
.menu-top > li{
	display: inline;
	margin-right: 3px;
}
.menu-top {
	display: block;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	height: 25px;
	/*padding: 0 0 0 8px;*/
}
header nav span{
	color:#8b97af;
	font-size: 1.75em;
	vertical-align: 0.12em;
}
.menu-top a{
	/*color:#fff;
	font-size: 1.75em;
	text-align:center;*/
}
.menu-top a:hover, .menu-top a:focus{
	text-decoration: underline;
}
/*........................................ MOV MENU ..............................*/
#movmenu {
	display:none;
	position:absolute;
	z-index:200;
	top:130px;
	background-color: #191c24;
	width: 140px;
	height: 200px;
	padding: 0 10px;
	margin: 0 0 0 40px;
}
.menu-case{
	width: 100%;
	/*background-color: rgba(255, 255, 0, 0.3);*/
}
.menu-case li:nth-child(-n+5){
	border-bottom: 1px solid #999;
}
.menu-case a{
	font-family: "Genos", sans-serif;
	color:#ddd;
	font-size: 1.7em;
	line-height:1.55em;
}
.menu-case a:hover, .menu-case a:focus{
	color:#f00;
	text-decoration: none;
}
.fa-bars{
	/*visibility:hidden;*/
}
/****************************** Menu_O Zone********************************/
.zone{
	width: 100%;
	height: 100%;
	/*background-color:#96C;*/
}
.zone:hover{
	animation: rollcubeMZ 0.4s;
	animation-iteration-count: 1;
}
@keyframes rollcubeMZ {
  0% {transform: scale-bug(1.4); opacity:0;}
  50% { transform: scale-bug(0.9); opacity:1;}
}
.birds:hover, .birds:active, .birds:focus, .birds3:hover, .birds3:active, .birds3:focus, .zone:hover, .zone:active, .zone:focus{
	/*background-color: rgba(255, 255, 255, 0.2);*/
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.3+100 */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-8 */
}
/*---------------------------------------------AvAp------------------------- */
#nextprev-nav{
	position:absolute;
	z-index:10000;
	top:132px;
	right: 110px;
	height: 40px;
	width: 70px;
	/*background-color: rgba(255, 255, 0, 0.5);*/
}
#av{
	display:inline-block;
	width: 30px;
	height: 30px;
	background-color: #5f6575;
	padding: 3px 4px;
}
#ap{
	display:inline-block;
	width: 30px;
	height: 30px;
	background-color: #5f6575;
	padding: 3px 8px;
}
.fa-chevron-left, .fa-chevron-right {
  	color: #fff;
}
/*----------------------------------------------------------------------- FIN NAV ------------*/
.ecopic {
	top:0px;
	left:0px
}
.ecopic-logo {
	position:absolute;
	top:0px;
	right: 20px;
}
.slogan{
	position:absolute;
	/*background-color: rgba(255, 0, 255, 0.5);*/
}
.langue{
	right: 5px;
	position:absolute;
	margin: 10px 0 0 0;	
	/*background-color: rgba(255, 255, 0, 0.1);*/
}
.cublang{
	width: 25px;
	height: 25px;
	/*background-color:#fff;
	padding: 3px;
	vertical-align: 0.15em;*/
}
.fa-lg{
	vertical-align: -0.3%;
}
.cublang img{
	width: 23px;
	height: 23px;
	border: 1px solid #191c24;
}
/*--------------------------- FabFra ------*/
#fabfra{
	position:fixed;
	z-index: 11111;
	bottom: 43px;
	right: 0px;
}
#fabfra img{
	width: 140px;
	height: 140px;
}
/*--------------------------- www other site ------*/
.lang-add{
	float:right;
	margin-left: 5px;
	padding-top: 4px;
	/*background-color:#8897b7;*/
}
.lang-add img{
	width: 22px;
	height: 22px;
}

/*--------------------------- www other site end------*/
.rubrique{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 35px;
	margin: -2px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #fff;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b616b+0,5b616b+100&0.03+0,0.85+45,0.85+55,0.03+100 */
background: linear-gradient(to right,  rgba(91,97,107,0) 0%,rgba(91,97,107,0.85) 45%,rgba(91,97,107,0.85) 55%,rgba(91,97,107,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

/******************************************* MAIN ********************************************/
#bougez {
	position:inherit;
}
main {
	min-height:750px;
	max-height: auto;
	max-width: 1000px;
	/*background-color: rgba(369, 154, 255, 0.4);
	border: 3px dotted #666;*/
	margin: 0 auto;
	
	display: block; /* important pour ie 9,10,11*/
}
#container main {
	min-height:0;
	max-height: 0;
	margin: 0 auto;
	
	display: block; /* important pour ie 9,10,11*/
}
#container{
	padding: 130px 0 0 0;
}
/******************************************* FOOTER ****************************************/
footer{
	position:fixed;
	z-index: 102;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width:100%;
	height: 45px;
	border-top: 2px solid #d5230c;
	padding: 10px 2%;
	/*background-color: #333;*/
	background-color: #191c24;
}
.btfooter{
	color:#bbb;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 10px 0 0;
}
.btfooter:hover, .btfooter:focus{
	text-decoration:underline;
	color:#de2910;
}

/******************************************** TXT ********************************************/
h1{
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 2.4em;
	text-transform:uppercase;
	padding: 20px 0 0 65px;
	line-height: 1.2em;
}
h2{
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 1.7em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 0.5px;
	line-height: 0.6em;
	
	 text-shadow: 0px 0px 2px #333333;
}
h2 span{
	color:#222;
	font-size: 0.75em;
	font-weight:normal;
	font-variant:small-caps;
	
	text-shadow: none;
}
.h2prod{
	color:#fff;
	font-size: 0.95em;
	/*text-transform:uppercase;*/
	line-height: 1.5em;
	font-weight:bold;
}
.h2prod span{
	color:#333;
	font-size: 0.9em;
	font-weight:normal;
	font-variant:small-caps;
}
.h2filet{
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 1.6em;
	text-transform:uppercase;
	line-height: 0.7em;
	letter-spacing: 0.5px;
}
.h2filet span{
	color:#f90;
	font-size: 0.8em;
	font-weight:normal;
	font-variant:small-caps;
}
h3{
	float:left;
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 0.5px;
	padding: 10px 0 0 20px;
}
.h3cm{
	/*display:block;*/
	color:#fff;
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 0;
	/*background-color: #f90;*/
	text-align:center;
}
h4{
	color:#fff;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0px 0 0 0px;
}
h5{
	color:#d5230c;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight:bold;
}
h6{
	color:#aaa;
	font-size: 1em;
	line-height:1.2em;
}
p {
	color:#333;
	font-size: 1em;
	line-height:1.6em;
	/*text-align:justify;*/
}
.titre-art{
	color:#d5230c;
	font-size: 1.15em;
	line-height:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
.p-bold{
	font-weight:bold;
	color:#000;
}
.navig{
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 2.1em;
	text-align:center;
}
.navig-lang{
	color:#d5230c;
	font-size: 1.25em;
	text-align:center;
}
.expo{
	display:inline;
	font-size: 0.85em;
	/*vertical-align:super;*/
}
.expo2{
	display:inline;
	font-size: 0.75em;
	vertical-align:super;
	line-height: 0.4em;
}
.garantie p{
	color:#666;
	font-size: 0.8em;
	text-align:center;
}
.txtCNIL {
	font-family: "Genos", sans-serif;
	color:#333;
	font-size: 1.15em;
	line-height:0.92em;
	/*text-align:justify;*/
}
.txtitalCNIL {
	font-family: "Genos", sans-serif;
	color:#333;
	font-size: 0.9em;
	line-height:1em;
	/*text-align:justify;*/
	font-style: italic;
}
.ttrCNIL {
	font-family: "Genos", sans-serif;
	color:#d5230c;
	font-size: 1.25em;
	line-height:0.9em;
	text-align:justify;
	font-weight:bold;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
/******************************************** LINK *****************************************/
a:link {
	text-decoration: none;
}
.sendmail{
	color:#d5230c;
}
.sendmail:hover,.sendmail:active, .sendmail:focus{
	color:#F60;
	text-decoration:underline;
}
/*a:visited {
	color:#fff;
	text-decoration: none;
}*/
a:hover, a:active, a:focus {
	/*text-decoration: underline;*/
	color:#ff0000;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 1020px){
	.fa-bars{
		position: relative;
		left: auto;
		visibility:visible;
	}
	.menu-top span:nth-child(-n+4), .menu-top .invisible{
		position: absolute;
		left: -10000px;
		visibility: hidden;
	}
	.cublang{
		vertical-align: -0.1em;
	}
	.lang-add{
	padding-top: 2px;
	}
}
@media screen and (max-width: 980px){
	.h2prod{
		font-size: 1em;
	}
	.h2prod span{
		font-size: 0.9em;
	}
	#fabfra img{
		width: 120px;
		height: 120px;
}
}
@media screen and (max-width: 799px){
	h1{
		font-size: 1.8em;
		padding: 20px 110px 0 65px;
	}
	#nextprev-nav{
		position: absolute;
		left: -10000px;
		visibility: hidden;
	}
}
@media screen and (max-width: 700px){
	.h2prod{
		font-size: 0.9em;
	}
	.h2prod span{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 660px){
	.h2prod{
		font-size: 1.1em;
		line-height: 1.3em;
	}
	.h2prod span{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 590px){
	.btfooter{
		line-height: 0.5em;
	}
}
@media screen and (max-width: 505px){
	h1{
		font-size: 1.5em;
	}
	.ecopic-logo {
		right: 0;
	}
	#fabfra img{
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 440px){
	h2{
		font-size: 1.3em;
	}
	.ttrCNIL {
	font-size: 1em;
	line-height:0.9em;
	}
	.txtCNIL {
	font-size: 0.9em;
	line-height:0.9em;
}
}
@media screen and (max-width: 390px){
	.h2prod{
		font-size: 0.92em;
	}
	.h2prod span{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 360px){
	.h2filet{
		line-height: 0.9em;
		font-size: 1.4em;
	}
	h3{
		font-size: 1.6em;
		line-height: 1.25em;
		padding: 10px 0 0 0;
	}
}
@media screen and (max-width: 340px){
	h1{
		font-size: 1.3em;
	}
	.h2prod span{
		font-size: 0.8em;
	}
}

