@font-face {
font-family: 'ElectromagneticLungs';
src: url('fonts/ElectromagneticLungs.eot');
src: local('?'), url('fonts/ElectromagneticLungs.woff') format('woff'), url('fonts/ElectromagneticLungs.ttf') format('truetype'), url('fonts/ElectromagneticLungs.svg') format('svg');	
}

html,body{
	margin:0;
	overflow-x:hidden!important;
	/*background:url(../_gfx/circuit.png);
	background-size:cover;*/
}

.hide{
	display:none;
	visibility:hidden;
}

.lalign { text-align: left;}
.lfloat { float: left; }

.ralign { text-align: right; }
.rfloat { float: right; }

.calign { text-align: center; }

.talign { vertical-align: top; }

.center{margin-left:auto;margin-right:auto;}

.nomargin { margin-left: 0; margin-right: 0; }
.nomarginvertical { margin-top: 0; margin-bottom: 0; }

.pointer{
	cursor:pointer;
}

.clean{
	clear:both;
}

.overf{
	overflow:hidden;
}

.rad{	
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}

.reset{
	background:url(../_gfx/reload.png)no-repeat 50% 50%;
	width:24px;
	height:24px;
	display: inline-flex;
}

.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color1{
	color:#333 !important;
}

.color2{
	color: #2991d6;
}
/*
img.bg, img.bg1 {
	
	min-height: 100%;
	min-width: 1024px;
	
	width: 100%;
	height: auto;
	
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
}

@media screen and (max-width: 1024px) { /
	img.bg, img.bg1 {
		left: 50%;
		margin-left: -512px;  
	}
}*/

img {
	border: 0;
}

/*titre*/

.titre{
	background:#fff;
	display:block;
	height:1.5em;
	width:100%;
	font-family:ElectromagneticLungs,arial;
	font-size:3.5em;
	letter-spacing:4px;
	padding-top:0.5em;
}

.titre a{
	color:#333;
}

@media screen and (max-width: 650px){  
  .titre,.mdown{
	height:2.1em !important;  
	font-size:2.5em !important;
	padding-top:0.1em !important;
  }
}

@media screen and (max-width: 1100px){  
  .button1{
	position:relative;	
  }
  .offer a.slider_prev, .offer a.slider_next{
	background:rgba(38, 38, 38, 0.5);
  }
}

.mdown{
	/*-webkit-transform: sale(0.700);
	-moz-transform: sale(0.700);
	-o-transform: sale(0.700);
	transform: sale(0.700);*/
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: 0.6s all ease-in-out;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	height:1.25em;
	font-size:2.5em;
	top:0;
	position:fixed;
	z-index:200;
	padding-top:0.1em !important;
}

.navdown{
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	top:-0.20em !important;
	position:fixed;
	z-index:200;
}

/*end titre*/

/*menu*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 37px;
  height: 35px;
  position: relative;
  margin: 0.9em 0.5em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #aa101e;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
  background: #aa101e;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index:200;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0px 0px 0px 250px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
	position: absolute;
	width: 100%;
	cursor:pointer;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (max-width: 650px){  
  .bt-menu-trigger{
    top: 2em !important;
  }
  
.bt-menu ul {
	position: relative !important;
}
.bt-menu ul:first-of-type {
	left: -17.5em !important;
}
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	/*width: 100%;
	height: 8%;
	background-color: #fff;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;*/
}


.bt-menu ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-menu ul:first-of-type {
	top: 75px;
	left: 0;
}

.bt-menu ul:nth-of-type(2) {
	right: 0;
	bottom: 0;
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
}

.bt-menu ul:nth-of-type(2) li {
	float: left;
	font-size: 0px;
}

.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
	transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
	transition: transform 0.3s, opacity 0.3s;
}

.marge1{
	padding:0 0 6em 0;
}

/* First menu */
.bt-menu ul:first-of-type li {
	width: 250px;
	height: auto;
	line-height: 50px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li {
	width: 60px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child { 
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) { 
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) { 
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bt-menu ul li a {
	display: block;
	outline: none;
	text-decoration: none;
}

.bt-menu ul:first-of-type li a {
	padding: 0 20px;
	box-shadow: inset 0 1px rgba(0,0,0,0.2);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-align: center;
}

.bt-menu ul:first-of-type li:last-child a {
	box-shadow: inset 0 1px rgba(0,0,0,0.2), inset 0 -1px rgba(0,0,0,0.2);
}

.bt-menu ul:nth-of-type(2) li a {
	color: transparent;
	text-align: center;
	font-size: 0px;
}

.bt-menu ul li a:before {
	color: #fff;
	font-size: 24px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
	color: #1abc9c;
}

#recherche button{
	float:right;
	max-width:3em;
	height:3em;
	background:#333;
	margin-right: 0.8em;
}

#recherche input[type="search"]{
	float:left;
	max-width:13.5em;
	width:100%;
	padding: 10px;
    outline: none;
    margin: 0 0 0 1.5em;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* menu lang*/

#menulang 
{
width: auto;
min-width: 3.5em;
/*height:43px;*/
font-family: arial, verdana, sans-serif;
font-size:0.3em !important;
letter-spacing:1px;
text-align: center;
/*background:#11252e;*/
border:1px solid #eee;
border-radius:0.4em;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
position: fixed;
z-index: 601;
right:5em;
top:1.4em;
/*border-bottom:1px solid #ccc;*/
/*background: #ffffff url("../_gfx/underline.png") 1px bottom repeat-x;*/
}

@media screen and (max-width: 650px){  
  #menulang{
	margin:2.2em 2.5em 0 0;
  }
}

#menulang ul {
margin:0;
padding:0.2em 0;
list-style-type:none;
text-align:center;
display:block;

}

#menulang li {
/*float:left;*/
margin:0;
padding:0;
cursor:pointer;

}

#menulang li a {
display:block;
width:auto;
color:#666;
text-decoration:none;
padding:0;
font-weight:normal;
background:#fff;
}

#menulang li a:hover {
font-weight:normal;
color:#ccc;
background:#efefef;
display:block;
border:transparent;
-moz-border-radius: 5px 5px 5px 5px ;

}

#menulang ul li ul {
display:none;
margin-left:-0.05em;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
-o-animation: fadein 1s; /* Opera < 12.1 */
animation: fadein 1s;
padding: 0;
/*min-width: 3.5em;*/
text-align: center;
border-radius:0.4em;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
}

#menulang ul li:hover ul {
display:block;
border: 1px #eee;
border-style:none solid solid solid;
margin-top:-0.2em;
background:#fff;
}

#menulang ul li ul li{
min-width:3.35em;
}

#menulang ul li ul li:hover{
min-width:3.35em;
}

#menulang li:hover ul li {
float:none;
}

#menulang li ul {
position:absolute;
} 

/*******************************************************/
/* menu web*/

#menu1 li {
	position:relative;
	z-index:5;
}

#menu1 li ul li {
display:none;
}

#menu1 li:hover ul li {
display:block;
margin:0 0 0 1em;
width:auto;
min-width:17em;
/*height:20em;*/
position:relative;
top:-3em;
background: #333;
border: none;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
padding: 1em;
line-height:1.5;
text-align:center;
}

#menu2 li {
	position:relative;
	z-index:4;
}

#menu2 li ul li {
display:none;
}

#menu2 li:hover ul li {
display:block;
margin:0 0 0 1em;
width:auto;
/*height:20em;*/
position:relative;
top:-3em;
background: #333;
border: none;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
padding: 1em;
line-height:1.5;
}

/*end menu*/
/* popup */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index:3000;
	max-height: 100%;
	border-radius:0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	box-shadow: 0 0 20px 5px #000;
	-moz-box-shadow: 0 0 20px 5px #000;
	-webkit-box-shadow: 0 0 20px 5px #000;
	-o-box-shadow: 0 0 20px 5px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=5);
	text-align:center;
	overflow-x:hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 10% auto;
	padding: 1.5em;
	background: #fff;
	border-radius: 5px;	
	width: 40%;
	position: relative;
	transition: all 5s ease-in-out;
}

.msg  {
  margin-top: 0;
  color: #cd2122;
  font-family: Tahoma, Arial, sans-serif;
  font-size:1.5em;
}
.popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){  
  .popup{
    width: 70%;
  }
}

.closebutton {
	position: relative;
	top: -0.8em;
	left: 1.2em;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../highslide/graphics/close.png);
	background-size: cover;
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
/* end popup */
#demo-canvas{
	position:absolute;
	z-index:200;
}
/*
.go_top{
    background: url('../_gfx/arrow.png') no-repeat;
	filter:alpha(opacity=70);
	opacity:0.7;
	border-radius:20px;
    display: none;
    position: fixed;
    width: 34px;            
    height: 34px;            
    bottom: 8em;                
    right: 2em;                
    text-indent: -9999px;
	z-index:201;
}*/

.go_top{
	background: #fff url("../images/box_shadow_button.png") repeat-x;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    bottom: 8em;
    right: 2em;
    overflow: hidden;
    padding: 8px 10px;
    position: fixed;
	z-index:101;
}

.margin1{
	margin:1em 0 0 1.5em;
}

.margin2{
	margin-top: -5.5em;
	margin-bottom: -7em;
}

.margin3{
	margin-top:3em;
}

.margin4{
	margin-bottom:3em;
}

.margin5{
	margin-left:0.5em;
}

.margin6{
	margin-left:0.5em;
	margin-top: -0.8em;
}

.margin7{
	margin-bottom:1.5em;
}

.margin8{
	margin-top:5.5em;
}

.margin9{
	margin-left:5em;
}

.padding1{	
	padding-top:12em;
}

.padding2{	
	padding:0 !important;
}

.text0{
	font-family:ElectromagneticLungs,Arial,sans-serif,Tahoma;
	font-size:2.5em;
	color:#333;
}

.text1{
	line-height:6;
	color:#333;
	font-family:ElectromagneticLungs,Arial,sans-serif,Tahoma;
	font-size:1.3em;
}

.text2{
	color:#fff;
	margin-left: -1.5em;
	margin-top: -0.4em;
	font-family:ElectromagneticLungs,Arial,sans-serif,Tahoma;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.text3{
	color:#333;
	font-family:ElectromagneticLungs,Arial,sans-serif,Tahoma;
	font-size:0.6em;
	margin-top: -2.3em;
}

.text4{
	font-style: italic;
	font-size:1.5em;
}

.text5 {color:#fff; font-family: circuit, verdana, arial;font-size:1.3em;letter-spacing:1px;text-shadow: 5px 5px 5px  #000; opacity: 7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	filter: alpha(opacity=70);-moz-opacity: 7;-khtml-opacity: 7;background:#cd2122;border-radius:5px;border:1px dashed #333;line-height:2.5em;padding:0.5em;transform: skewX(-8deg);}
.text6{color: #fff;	font-size: 1.5em;font-style: italic;text-decoration:underline;line-height:2em;font-family: circuit, verdana, arial;letter-spacing:1px;text-shadow: 5px 5px 5px  #000; opacity: 7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	filter: alpha(opacity=70);-moz-opacity: 7;-khtml-opacity: 7;background:#fff url(../_gfx/link.gif);border-radius:5px;border:1px dashed #333;line-height:5em;padding:0.5em;}

.transform{	transform: skewX(-8deg);}

.text7{
	background: #fff none repeat scroll 0 0;
    display: block;
    padding: 20px;
}

.text8{
	border-left-width: 1px;
    border-style: solid;
    float: right;
    padding-left: 19px;
    width: 240px;
	margin-top: -1.5em;
    max-height: 2em;
}

.bg1{
	background:#333;
	border-top:1px solid #656565;
}

.pos1{
	position:fixed;
	top:1em;
	left:1.5em;
	z-index:1;
}

.pos2{
	position:relative;
	z-index:50;
}

.pos3{
	position:absolute;
	top:0;
	width:100%;
}

.mw1{
	width:80px;
	vertical-align: middle;
}

.mw2{
	width:30px;
}

.mw3{
	max-width:60%;
}

.mw4 {
    height: 100%;
	min-height:25em;
	max-width: 37em;
    width: 100%;
}

.mw5 {
    height: 100%;
	min-height:60em;
}

.mw6 {	
    width: 100%;
	height: 90.4em;
	margin-bottom: -0.7em;
}
/* rev */

/* end rev */