
/*******************************************/
html {
  height:100%;

}
body {
	position: relative;
	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;*/
}
/*------------------------------------------ SWIFFY ---------------------*/
#swiffycontainer{
	display:none;
}
/*------------------------------------------ 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;
}
/*-------------------------------------------------------------------------------- NAV --------------------*/
header nav{
	display:none;
}
nav{
	display:none;
}
#nextprev-nav{
	display:none;	
}
/*........................................ MOV MENU ..............................*/
#movmenu {
	display:none;
	position:absolute;
	z-index:200;
	top:130px;
	background-color: #333;
	width: 140px;
	height: 132px;
	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+3){
	border-bottom: 1px solid #999;
}
.menu-case a{
	color:#ccc;
	font-size: 1.5em;
	line-height:1.8em;
}
.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;*/
}
.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 */
}
/*----------------------------------------------------------------------- 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);*/
}
.rubrique{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 35px;
	margin: -2px 0 0 0;
	padding: 10px 0;
	background-color:#ccc;
	border-top: 3px solid #fff;

}

/******************************************* 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;
}
/*--------------------------------- bts help ----------------------------*/
#menu{
	display:none;
}

/******************************************* FOOTER ****************************************/
footer{
	display:none;
}
footer nav{
	display:none;
}

/******************************************** TXT ********************************************/
h1{
	color:#fff;
	font-size: 2.4em;
	text-transform:uppercase;
	padding: 20px 0 0 65px;
	line-height: 1.2em;
}
h2{
	color:#fff;
	font-size: 1.5em;
	text-align:center;
	text-transform:uppercase;
}
h2 span{
	color:#444;
	font-size: 0.75em;
	font-weight:normal;
	font-variant:small-caps;
}
.h2prod{
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
	line-height: 1.3em;
	font-weight:bold;
}
.h2prod span{
	color:#333;
	font-size: 0.8em;
	font-weight:normal;
	font-variant:small-caps;
}
.h2filet{
	color:#fff;
	font-size: 1.5em;
	text-transform:uppercase;
	line-height: 0.8em;
}
.h2filet span{
	color:#f90;
	font-size: 0.75em;
	font-weight:normal;
	font-variant:small-caps;
}
h3{
	float:left;
	color:#fff;
	font-size: 1.75em;
	line-height: 1.5em;
	padding: 10px 0 0 20px;
}
.h3cm{
	/*display:block;*/
	color:#fff;
	font-size: 1.75em;
	line-height: 1.5em;
	padding: 0;
	/*background-color: #f90;*/
	text-align:center;
}
h4{
	color:#fff;
	font-size: 1em;
	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.4em;
	/*text-align:justify;*/
}
p span{
	color:#d5230c;
	font-size: 1.2em;
	line-height:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
.navig{
	color:#fff;
	font-size: 1.75em;
	text-align:center;
}
.navig-lang{
	color:#d5230c;
	font-size: 1.25em;
	text-align:center;
}
.expo{
	display:inline;
	font-size: 0.75em;
	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;
}

/******************************************** 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:#333;
}

