@charset "UTF-8";
  /* CSS Document */
	
body{
 	  line-height:1.4em;
	  font-family:Arial, Helvetica, sans-serif;
	  }
	  
body.dw{
	background-color:#f1efe3;
}

/* Définition des balise HTML5 pour vieux navigateurs */
aside, footer, header, main {
	  display:block;
	  }
	  
main { 
	  float:left;
	  width:68%;
	  }
  
aside{
	  float:right;
	  width:30%;
	  }
	  
.sidebar2{
    display: inline-block;
    width: 100%;
    text-align: center;
}

img, object, embed, canvas, video, audio, picture {
	  max-width: 100%;
	  height: auto;
}
	  
  input[type="text"], input[type="password"], input[type="date"],
  input[type="datetime"], input[type="datetime-local"], input[type="month"],
  input[type="week"], input[type="email"], input[type="number"],
  input[type="search"], input[type="tel"], input[type="time"],
  input[type="url"], textarea
	  { font-size: 16px; }
  
  input:focus {
     outline:  none;
}

header {
	  display:inline-block;  
	  width:100%; 
	  background-color:#fff;  
	  }
	  
blockquote{
	display: inline-block;
    border-left: 2px solid #009fe3;
    margin: 15px 0px 15px 15px;
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 1.3em;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
   }
 
.conteneur_wide{ 
	  display:flex; 
	  max-width:1365px;
	  margin:50px auto; 
	  }
	  
.conteneur_site{
	  width: 1015px;   
	  margin:0 auto;   
	  } 
	  
.conteneur_site_wc{
	  width: 1015px;   
	  margin:0 auto;  
	  background-color:#000;
	  }
  
   
.container{ 
	  padding:0px 10px 0px 10px; 
	  box-sizing: border-box;
	  }
   
  footer{ 
	   clear:both;
	   display:inline-block;
	   color:#fff;
	   height:auto; 
	  }  
	   
  img{
	  border:0px;
	  border:none;
	  }
	  
  button{
	  background-color:#009fe3;
	  color:#fff;
	  border:none;
	  }
  
  button:hover{
	  background-color:#333; 
	  }
  
  a { 
	  color:#009fe3;
	  outline: none; 
	  text-decoration:none;
	  border:0px;
	  }
	  
  a:hover{
	  color:#009fe3;
	  } 
  
  h1{
	  margin: 5px 0px 10px 0px;
	  padding:0; 
	  line-height:1.5em;
  }
  
  h2, h3{
	  margin: 5px 0px 10px 0px;
	  padding:0; 
	  line-height:1.2em; 
   }
  
  .wide{
		  display:inline-block;
		  width:100%;
	  }
	  
  .strong{
	  font-weight:bold;
  }
  
  .motscles{
	  display:inline-block;
	  width:100%;
	  font-size:0.9em;
	  margin-top:10px;
  }
  /* --------pre-header-------*/
   
  #pre-header { 
	  position:fixed;
	  top: 0px;
	  left: 0px;
	  padding: 5px 0px 5px 0px;
	  width: 100%;
	  height: 40px;
	  background: #fff;
	  color: #000;
	  font-weight: bold;
	  text-transform: uppercase;
	  text-align: center;
	  -webkit-box-shadow: 0 1px 1px rgba(50,50,50,.2);
	  -moz-box-shadow: 0 1px 1px rgba(50,50,50,.2);
	      box-shadow: 0 1px 1px rgba(50,50,50,.2);
	  z-index: 10000000!important;
  }
   
  #pre-addthis {
	  display: block;
	  margin: 0px auto 0px auto;
	  width:100%;
	  color: #000; 
	  text-transform: uppercase; 
	  font-size:1em;
  }
	
  a.abo {
	  padding: 10px;
	  border-radius: 5px;
	  background-color:#009fe3; 
	  color:#fff!important;
  }
  
  .abo a { 
	  color:#fff!important;
	  text-transform:uppercase;
  }
  
  .stylebouton,.btn-abo{
	  display:inline-block;
	  padding: 10px;
	  border-radius: 5px;
	  background-color:#009fe3; 
	  color:#fff!important;
	  text-align:center;
  }
  
   .stylebouton a,.btn-abo a{ 
	  color:#fff!important;
  }
  
  
  a.boutique {
	  text-decoration: underline;
  }
  
  .btn-reseaux {
	  float: left;
	  width: auto;
	  margin: 5px;
  }
  
  .champ {
	  background-color: #f4f3f3; 
	  font-weight: bold;
	  color: #333;
	  width: 200px;
	  border: none;
	  -webkit-border-top-left-radius: 5px;
	  -webkit-border-bottom-left-radius: 5px;
	  -moz-border-radius-topleft: 5px;
	  -moz-border-radius-bottomleft: 5px;
	  border-top-left-radius: 5px;
	  border-bottom-left-radius: 5px;
	  padding:8px; 
	  margin-top:3px;
	  }
  
  .champ2 {
	  background-color: #f4f3f3;
	  color: #333;
	  width: 98%;
	  border: none;
	  padding: 11px 5px 11px 10px;
	  border-radius: 5px 5px 5px 5px;
	  -moz-border-radius: 5px 5px 5px 5px;
	  -webkit-border-radius: 5px 5px 5px 5px;
	  border: 0px solid #000000;
  }
   
  .bouton {
	  background-color: #333;
	  border:none;
	  padding:10px; 
	  color: #fff;
	  -webkit-border-top-right-radius: 5px;
	  -webkit-border-bottom-right-radius: 5px;
	  -moz-border-radius-topright: 5px;
	  -moz-border-radius-bottomright: 5px;
	  border-top-right-radius: 5px;
	  border-bottom-right-radius: 5px;
	  content: "\f002"; 
	  }
	  
  #recherche2 {
	  float: right;
	  width: auto;
	  margin: 0px 10px 0px 0px;
	  padding: 0px 0 0 0;	
	  }
  
  .style-preheader {
	  float: left;
	  font-size: 10px;
	   color: #333333;
	  text-transform: uppercase; 
	  margin: 8px 15px 0px 10px;
	  }
  
  /** hidden search field **/
  
  #topnav {
	  display: none;
	  }
  
  #searchbar { 
	  display:none;
	  }
  
  #reseauxSociaux{
	  display:inline-block;
	  width:100%;
	  margin:5px 0px 5px 0px;
  }
     
  /*----publicités superieures----*/  
   
  #bannersup{
	  display:inline-block;
	  position: relative;
	  width: 100%;
	  height: auto;
	  text-align: center;
	  /* background-color: #f4f3f3; */
	  padding: 10px 0px; 
	  box-sizing:border-box;
  }   
  
  #bannersup2{
	 display:none;
  }
    
  #bannersup1,#bannersup2 {
	  position:relative; 
	  width:100%; 
	  text-align:center;
	  padding:10px 0px 10px 0px;
	  }
   
  #bannersup1 iframe,#bannersup2 iframe {
	  position:absolute; 
	  left:0; 
	  top:0; 
	  width:100%; 
	  height:100%;
	  } 
  
  /*----style select et checkbox----*/
  .select {
	  position: relative;
	  display: inline-block;
	  margin-bottom: 15px;
	  width: 100%;
	  }
  
  select {  
	  font-size:1em!important;
	  padding-top: 5px !important;
	  padding-bottom: 5px !important;
	  padding-left: 5px !important;
	  padding-right: 0px !important;
	  height: auto !important;
	  display: block !important;
	  width: 100% !important;
	  font-size: 1em !important;
	  color: #666 !important;
	  }
  
  .select__arrow {
	  position: absolute;
	  top: 16px;
	  right: 15px;
	  width: 0;
	  height: 0;
	  pointer-events: none;
	  border-style: solid;
	  border-width: 8px 5px 0 5px;
	  border-color: #7b7b7b transparent transparent transparent;
	  }
   
  .select select:hover ~ .select__arrow,
  .select select:focus ~ .select__arrow {
	border-top-color: #000;
  }
  
  .select select:disabled ~ .select__arrow {
	border-top-color:  #f4f3f3;
  }
   
  .control {
	display: block;
	position: relative; 
	cursor: pointer;
   }
   
  .control input { 
  }
  
  .control__indicator {
	  display:none; 
  }
  
  .control--radio .control__indicator {
	border-radius: 50%;
  }
  
  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
	background: #fff;
  }
  
  .control input:checked ~ .control__indicator {
	background: #fff;
  }
  
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
	background: #fff;
  }
  
  .control input:disabled ~ .control__indicator {
	background: #fff;
	opacity: 0.6;
	pointer-events: none;
  }
  
  .control__indicator:after {
	content: '';
	position: absolute;
	display: none;
  }
  
  .control input:checked ~ .control__indicator:after {
	display: block;
  }
  
  .control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid#009fe3;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }
  
  .control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
  }
   
  /*------styles titres----*/
  
  h2, h2 a {
	  padding: 0;
	  margin: 0px 0px 10px 0px;  
	  font-weight: bold; 
   }
	
	
  h3 {
	  display: block;
	  font-size: 1.17em;
	  margin: 0px 0px 10px 0px;
	  font-weight: bold;
  }
  
  .home{ 
	  margin-top: 50px;
   }
  
  h2.titre-home{
	  display: inline-block; 
	  margin-bottom: 0px;
	  font-size: 1.1em;
  }
  
  h2.titre-home a{ 
	  color:#000000!important; 
  }
  
  .texte-resume {   
	  width: 100%; 
  }
  
  .facebook-like {
	  float: left;
	  width: auto; 
	  z-index: 2000;
  }
  
  .vote-commentaires {
	  font-size: 10px;
	  height: 17px;
	  margin: 5px 0px 0 5px;
	  color: #000000;
	  display: block;
	  float: right;
	  font-weight: bold;
	  text-transform: uppercase;
  }
  
  .BulleDiscussion{
      float: right;
	  width: auto;
	  background-color: #f4f3f3;
	  padding: 5px;
	  border-radius: 4px;
	  text-align: center;
	  font-weight: bold;
	  margin: 0;
  }
  
  .fd-categorie-active{
	  display:inline-block;
	  text-transform: uppercase;
	  font-weight: bold;
  }
  
  .fd-categorie-active a{
	  color:#009fe3;
  } 
  
  .support2bis{
	  display: inline-block;
	  width: 100%;
   }
  
  .bt-reseaux-soc{
	  display: inline-block;
	  margin-top: 10px;	
  }
  
.bt-reseaux-soc-fiche{
	 margin:10px 0px;
 }
  
  /*---Pagination---*/ 
	  .paginationControl {
	  float: left;
	  width:100%; 
	  font-size:1em;
	  color: #fff;
	  text-transform: none; 
	  margin: 30px 0px 10px 0px;
  }
  
  .current {
	  color:#009fe3;
	  font-weight: bold;
	  padding: 15px 20px;
	  border: 1px solid #009fe3;
  }
  
  .disabled {
	  color:#f4f3f3;
  }
  
  .paginationControl a {
	display: inline-block;
    margin: 5px 0px;
    color: #515151;
    min-width: 16px;
    text-align: center;
    padding: 8px 11px;
    border: 1px solid #f4f3f3;
  }
  
  
   
  /*---------- Header sur version desktop --------------*/	
   
	  
  .fil-info{
	  float: left;
	  font-size:0.8em;
	  width: 100%; 
  }
  
  .baseline{ 
	  display: inline-block;
	  color: #666666;
	  width: auto;
	  height: 15px;
	  font-size:0.8em;
	  margin: 10px 0px 0px 5px;
	  padding: 0px 0 0px 0;  
  }
   
  #logo{ 
      display: inline-block;
	  width: 100%;
	  height: auto;
	  margin-top: 10px;
	  text-align: center;
  }
  
  #logo img:hover{
	  filter:alpha(opacity=80);
	  -moz-opacity:0.8;
	  -khtml-opacity:0.8;
	  opacity:0.8;
  }
   
  /*---PUBS----*/
  
  
  #bgpub_center{
	display:inline-block;
	width:100%; 
	height:auto;
	text-align:center; 
	margin:0 auto 0 auto;  
	color:#fff;
	}
	   
  #bgpub_g {
	  display:inline-block;
	  width:auto; 
	  height:auto;
	  text-align:right; 
	  }
	  
  #bgpub_d{
	  display:inline-block;
	  float:right;  
	  width:auto; 
	  height:auto;
	  text-align:left; 
	  }
 
  #bantop{
	  float:right; 
	  margin:10px 0px 0px 0px;
	  }
	  
 #banbottom{
	 display:inline-block;
	 width:100%;
	 text-align:center;
	 padding:20px 0px;
	 }
  
  #header-banner{
	float:left;
	width:100%;
	height:auto;
	margin:0;
  } 
  
  .sticky{
	  float: left;
	  max-width:300px;
	  max-height:600px;
/*	  z-index:-1000!important;
*/  }
  
  .sticky-stopper{
  clear:both;	
  }
  
  .bgwhite{
	  background-color:#FFF;
  }
   
  /*--MENU__*/
   
  ul li.lvl3 { 
  display:none;
  }
  
  .lvl1.last{
	  padding-right:0px;
  }
  
  nav > ul > li.lvl1.first a {
 	  width: 25px;
	  background: url(../images/picto-home.png) no-repeat top center;
	  text-indent: -999999px;
	  margin: 0px 0px 0px 0px; 
  } 
  
  ul.lvl2 { 
	  left: 0;
	  z-index: 1000; 
	  float: left;
	  min-width: 300px;  
	  list-style: none;
	  background-color: #fff; 
	  background-clip: padding-box;
	  font-size:0.8em;
	  margin-bottom:20px!important;
  } 
  
  ul.lvl3 {
	  display:none;
  } 
  
  div#overlay { display: none; }
  
  #toggle {
	  display:none; 
  }
   
  #menu{
	  border-bottom:3px solid #000;
  }
   
  #menu a { 
	  color:#414141; 
	  text-transform:uppercase;
	  }
  
  #menu ul {
	margin: 0;
	padding: 0; 
  }
  
  #menu ul li {
	display: inline-block;
	position: relative;
  }
  
  #menu ul li > a {
	display: inline-block;
padding:5px 22px 7px 22px;
  }
  
  #menu ul li > a > i {
	margin-left: 15px;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.1s;
  }
  
  #menu ul li ul {
	 display: none;
    position: absolute;
    top: 34px;
    width: 200px;
    text-align: left;
    background-color: #FFF;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  
  #menu ul li ul li ul.lvl3{
	  display:none;
  }
  
  #menu ul li ul li { display: block; }
  
  #menu ul li ul li a { display: block; }
  
  #menu ul li:hover > a {color:#009fe3;}
  
  #menu ul li:hover > a > i { transform: rotateZ(90deg); }
  
  #menu ul li:hover ul { display: block; }
  
  /* --fin MENU--*/  
   
  .legende h2{
	  color:#000;
	  font-size:1em;
	  line-height:1em;
	  font-style:italic;
  } 
	  
  .nav {
	  padding-left: 0; 
	  list-style: none;
  }
  
  .navbar-default {
	  border: none; 
	  border-radius: 0px; 
	  margin: 5px 0px 0px 0px;
	  height:0;
  }
  
  .navbar-header {
	  float: left;
  }
  
  .navbar-default .navbar-toggle {
	  border-color: #ddd;
  }
  
  nav > ul > li > a:hover{
	  color:#009fe3;
   }
   
  .sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0,0,0,0);
	  border: 0;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border-color: #e7e7e7;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
	  background-color: #888;
  }
  
  .navbar-toggle .icon-bar {
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
  }
  
  .navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px; 
  }
   
	  
  ul li.lvl3 { display:none;
  }
  
  .lvl1.last{
	  padding-right:0px;
  }
  
  .lvl1.parent{
	  
  }
  
  ul.lvl2 {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 300px;
	  width: 100%;
	  padding: 5px 10px 0px 10px;
	  text-align: left;
	  list-style: none;
	  background-color: #fff;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	  padding-left:10px!important;
  } 
  
  ul.lvl3 {
	  display:none;
	  
  }
  
   
  .navGuides{
	  display:inline-block;
	  width:100%;
	  margin:0px 0px 10px 0px;
  }
  
  .navGuides button{
	  width:49%;
  }
  
  .navbar-nav>li>.lvl2{
	  margin-top: 0;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  right: 0;
	  left: auto;
  }
  
a.stylebouton {
    color: #ffffff; 
    padding: 10px 10px 10px 10px;
    width: auto;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    background-color:#009fe3;
    text-align: center;
    font-weight: bold;
}

a.stylebouton:hover { 
    background-color: #333;
    
}
  
   
  /* ------ return to the top ------ */ 
  #return-to-top {
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.7);
	  width: 50px;
	  height: 50px;
	  display: block;
	  text-decoration: none;
	  -webkit-border-radius: 35px;
	  -moz-border-radius: 35px;
	  border-radius: 35px;
	  display: none;
	  -webkit-transition: all 0.3s linear;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
  }
  #return-to-top i {
	  color: #fff;
	  margin: 0;
	  position: relative;
	 left: 13px;
	  top: 11px;
	  font-size:1.5em;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
  }
  #return-to-top:hover {
	  background: rgba(0, 0, 0, 0.9);
  }
  #return-to-top:hover i {
	  color: #fff;
	  top: 5px;
  }
  
  /* ------ carousel ------ */ 
  .swiper-container {
		  width: 100%;
		  height: 100%;
		  z-index:0!important;
  } 
  
  .swiper-slide {
		  text-align: center;
		  font-size:1em;
		  background: #fff;
		  width: 100% !important;
		  /* Center slide text vertically */
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: -webkit-flex;
		  display: flex;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  -webkit-justify-content: center;
		  justify-content: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  -webkit-align-items: center;
		  align-items: center;
	  }
	  
  .swiper-pagination-bullet-active {
	  opacity: 1;
	  background:#009fe3 !important;
  }
    
  
  /*--- col-left et right ---- */
  .main{
	  display:inline-block;
	  width:100%;
	  margin:0px 0px 20px 0px;
  }
  
.content_microsite{
	 display:inline-block;
	  width:100%;
	  margin:0px;
	  padding:10px;
	  box-sizing:border-box;   
  }
  
 .content_microste header{
	 background-color:#333;
 }
 
  
  .content_microsite #menu ul{
	  background:#333;
  }
  
    .content_microsite .titre-right{
		color:#333;
		    border-bottom: 3px solid #333;
	}
	
 
	.content_microsite a.btn-acheter{
		    background:#333;
	}
	.content_microsite .col-liens2 a{
		color:#333;
	}
	
	.content_microsite a{  
	}
	
	.content_microsite .titre-footer{
		color:#fff;
	}
	
	.content-microsite footer{
		background-color:#333;
	}
	
	.content-microsite footer a{
	 color:#fff;
	}
	
	.content_microsite header input[type=checkbox]{
		display:none;
	}
  
  .col{
  display:inline-block;
  width:33%;
  padding:10px;
  box-sizing:border-box;
  }
  
  .mid{
	  float:left;
	  width:50%;
	  margin:0px 0px 20px 0px;
	  box-sizing:border-box;
	  padding:0px 10px;
  }
  
  .col-left {
    display: inline-block;
    max-width: 69%;
    min-width: 670px;
    box-sizing: border-box;
    margin-top: 10px;
}
  
 .col-right {
    float: right;
    max-width: 30%;
    min-width: 300px;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}

  .col-left ul{
	 display:inline-block;
	  margin:0;
	  padding:0;	
	  }
	  
  .col-left ul li{ 
	  margin:0;
	  padding:0;	
	  list-style-type:none;
	  }
  
  .couv-magHome{
	  display: inline-block;
	  float: left;
	  width:40%;
	  padding:5px 10px 10px 0px;
  }
  
  .couv-mag{
	  display: inline-block;
	  float: left;  
	  text-align:center;
  }
  
  .liens-mag{
	  display:inline-block;
	  width:70%;
  }
  
  .liens-magHome{
	  display:inline-block;
	  width:57%;
  }
  .suiveznousHome{
	  display: inline-block;
	  width: 30%;
	  margin: 0px 10px 0px 0px;
  } 
  
  .suiveznous{
	  display: inline-block;
	  width:100%;
	  margin: 0px 0px 10px 0px;
  }
  
  
  #ariane{
   display:inline-block;
	  width: 100%;
	  color: #666; 
	  font-size:0.7em;
	  text-transform: uppercase; 
	  margin: 0px 0px 10px 0px;
  }
  
  #ariane .currentPage {
	  text-transform: none; 
  }
  
  .pavepub{
	  display:inline-block;
	  max-width:100%; 
  } 
  
  .fixed {
	position: fixed;
	width: inherit;
	overflow: hidden; 
	top: 0;
  }
  
   .sidebar{
	  top:60px; 
	  text-align:center;
   }
   
  
  .pave1Home {
	  display:none;
  }
  
  .pave1{
		  display:inline-block;
	  max-width:100%; 
  }
  
  .blocright{
	  display:inline-block;
	  max-width:100%; 
  }
  
  .btn{
	  display:inline-block; 
	  font-size:1em;
	  padding: 15px 0px 15px 0px;
	  width: 100%;
	  border-radius: 5px;
	  margin: 10px 0px 10px 0px;
	  background-color:#666;
	  text-align: center;
	  }
  
  .btn a{
	  color:#fff;
	  }
	  
.btn:hover{ 
	  background-color:#333; 
	  transition: background 0.5s;  
	  }
	  
.mtcles a{
    display: inline-block; 
    font-size: 0.7em;
    margin: 0 2px 5px 2px;
    padding: 2px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    text-transform: uppercase;	
}

	
  .btn-reseauxRight{
	  display:inline-block;
	  width:100%;
	  margin:10px 0px 10px 0px;
	  }
	  
  /*---Salles---*/
  
#chapo {
    font-size: 1.5em;
    font-weight: bold;
    margin: 13px 0px 10px 0;
    display: inline-block;
    line-height: 1em;
}

  input#List-sall-autocomplete {
	  float: left;
	  margin: 0px 10px 10px 0px; 
	  font-size: 1em;
	  width: 98%;
	  font-weight: normal;
	  color: #333;
	  padding: 9px;
	  border-radius: 5px;
	  border: 1px solid #f4f3f3;
	  background-image: url(../images/search-loupe.png);
	  background-repeat: no-repeat;
	  background-position: 95% 50%;
	  box-sizing: border-box; 
  }
  
  .select-telecommande select { 
	  font-size:1em!important;
	  line-height: 24px !important; 
	  color: #484848 !important;
	  background-color:#fff !important; 
	  border-radius: 0px !important;
	  padding-left: 12px !important;
	  padding-right: 40px !important;
	  height: auto !important;
	  display: block !important;
	  width: 100% !important;
	  -webkit-appearance: none !important;
	  box-sizing: border-box;
	  background: url(../images/puce-bas.png) no-repeat 90% center;
	  border:none;
   }
   
.select-telecommande input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}

.select-telecommande input[type=submit]{
	-webkit-appearance: none; 
  }
  
  #reset{
	display: inline-block; 
  }
    
.right-liste{ 
	   float:right;
	   width:60%;
   } 
   
   .left-liste{
	   float:left;
	   width:40%;
   }
   
  #topmatos,#accesmatos,.topmatos{
	  display: table;
	  width: 100%;
	  text-align: center; 
	  margin: 10px 0px; 
	  box-sizing: border-box;
  } 
  
  #accesGuides{
	  display: inline-block;
	  width: 100%;
	  box-sizing: border-box;
  }
  
  .btn-guides {
	     display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 15px 0;
    border: 1px solid #009fe3;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 21px;
    line-height: 2em; 
  }
  
  .btn-guides a,.btn-guidesInt a{ 
	  color:#000;
	  }
  
  .btn-guidesInt{
	  display: inline-block;
	  font-size: 1em;
	  line-height: 21px;
	  margin: 10px 0px 0px 0px;
	  padding: 15px 0px;
	  text-align: center;
	  text-transform: uppercase;
	  width: 100%;
	  height: auto; 
	  background-color:#fff;
	  line-height: 2em;
	  font-weight: bold; 
	  box-sizing:border-box;
	  }
  
  .box-compare-item {
   display: inline-block;   
	width:100%; 
	text-align:center;
   margin-bottom: 7px; 
   border: 1px solid #333;
  }
 
  
  .box-compare-item a{
	  border:1px solid  #f4f3f3;
  }
  
  .box-compare-item-comparison-name {
	display: inline-block;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
  }
 
  
  .box-compare-item-skew {
	  background-position: 24px -6px;
	  background-repeat: no-repeat;
	  bottom: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 115px;
  }
  
   
  
  .image-top5{
	  display:inline-block;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  margin-top: 0px;
	  margin-left: 10px;
	   background-color: #fff;
  }
  
  .titre-right{
	  float: left;
	  height: auto;
	  font-size: 1.250em;
	  color: #000000;
	  border-bottom: 3px solid #009fe3;
	  font-style: italic;
	  font-weight: bold;
	  line-height: 21px;
	  width: 100%;
	  margin: 0px 0px 10px 0px;
	  padding: 2px 0px 5px 0px;
	  text-transform: uppercase;
	  text-align: center;
  } 
  
  
  .sous-titre{
	  display: inline-block;
	  width: 100%;
	  text-align: center;
	  font-weight:bold;
	  font-style:italic;	
  }
  
  
  #offres-comm {
	  float: left;
	  width: 100%; 
  }
  
  #offres-comm ul {
	  float: left;
	  width: 100%;
	  margin: 0px;
	  padding: 0px;
  }
  
  .thumb-offres { 
  	  float: left;
	  width: 20%;
	  height: 55px; 
	  margin-right: 10px; 
	  text-align: center;
   }
  
  
  .rightOffres{
	  display:inline-block; 
	  float:right;
		  width: 75%;
  }
  
  #offres-comm ul li {
	 float: left; 
	  width: 100%; 
	  padding: 5px 0px 5px 0px;
	  list-style-type: none;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  .lien-offre{
	  display: inline-block;
	  font-weight: bold; 
	  font-size: 0.8em;
	  line-height: 1.2em;
  }
  
  .descriptif-offre {
	  float: left;
	  font-size: 0.8em;
	  line-height: 1.1em;
	  width: 80%;
  }
  
  .lien-shop-offres {
	  float: left;
	  text-decoration: underline;
	  font-size: 0.9em; 
	  width: 80%;
  }
  
  #magazine {
	  display:inline-block;
	  width: 100%; 
   
  } 
  
  #magazine ul,#magazine li{
	  float: left;
	  margin: 0;
	  padding: 0;
	  width:100%;
	  list-style: none;
	  font-weight: normal;
  }
  
  .col-couv2 {
	  max-width: 100%;
	  float: left;
	  text-align:center;
  }
  
.col-liens2 a {  
	  float: left;
	   margin: 10px 10px 0px 0px;
	  width: 100%;
	  display: inline-block;
	  color: #2E2E2E;
	  border-radius: 2px;
	  max-width: 100%;
	  line-height: 2.94118rem;
	  border: 1px solid #D6D6D6;
	  font-weight: 400;
	  text-transform: uppercase;
	  transition: all .11s ease-out;
	  text-align: center;
	  padding: 0;
  }
  
  .col-liens2 a:hover{
	color:#009fe3;  
  }
  
.liensMag a {  
	  float: left;
	   margin: 2px 0px 2px 0px;
	  width: 100%;
	  display: inline-block;
	  color: #2E2E2E;
	  border-radius: 2px;
	  max-width: 100%;
	  line-height: 2rem;
	  border: 1px solid #D6D6D6;
	  font-weight: 400;
	  text-transform: uppercase;
	  transition: all .11s ease-out;
	  text-align: center;
	  padding: 0;
  }
  
  
  a.btn-acheter{
  float: left;
	  color: #fff;
	  width:100%;
	  border-radius: 5px;
	  margin: 5px 0px 5px 0px;
	  text-align: center;
	   font-size:0.9em;
	  font-weight: bold;
	  background:#009fe3; 
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  color: #ffffff;
	  padding:10px 0px 10px 0px;
	  text-decoration: none;
  }
  
  .liensMag a.btn-acheter{
	 border:none;
	 padding:0;
  }
	  
  #rechercheManoeuvreCR{
	  display: inline-block;
	  width: 100%;
	  height: auto; 
	  font-weight: bold; 
	  font-size: 1em; 
	  padding:15px;
	  margin-bottom:10px;
	  box-sizing: border-box;
	  background-color:#009fe3;
  }	 
  
  #rechercheManoeuvreCR select { 
	  line-height: 24px !important; 
	  padding-top: 12px !important;
	  padding-bottom: 12px !important;
	  color: #484848 !important;
	  background-color: #fff !important;
	  border-radius: 0px !important;
	  padding-left: 12px !important;
	  padding-right: 40px !important;
	  height: auto !important;
	  display: block !important;
	  width: 100% !important;
	  -webkit-appearance: none !important;
	  box-sizing: border-box;
	  border: 1px solid #dbdbdb;
  }
  
  
  #rechercheManoeuvre{
	   display: inline-block;
	  width: 100%;
	  height: auto;
	  font-weight: bold;
	  font-size: 1em;
	  padding:15px;
	  margin-bottom: 10px;
	  box-sizing: border-box;
	  background-color:#009fe3;
  }
  
  #rechercheManoeuvre select {
	 line-height: 24px !important; 
	  padding-bottom: 7px !important;
	  color: #484848 !important;
	  background-color: #fff !important;
	  border-radius: 5px !important;
	  padding-left: 12px !important;
	  padding-right: 40px !important;
	  height: auto !important;
	  display: inline-block !important;
	  width:100%!important;
	  -webkit-appearance: none !important;
	  box-sizing: border-box;
	  border: 1px solid #fff; 
  }
  
  .liens-departements {
	  float: left;
	  height: auto; 
	  margin: 10px 0;
	  width: 100%;
	  font-size:1em;
  }
  
  .liens-departements a {
	  float: left;
	  white-space: nowrap;
	  margin-right: 5px;
	  color: #aaa;
  }
  
  .liens-departements ul{
	  margin:0;
	  padding:0;
  }
  
  .tabSalles {
	  position: relative;
	  margin-bottom: 1px;
	  width: 100%;
	  color: #fff;
	  overflow: hidden;
  }
  
  #tabSalles ul {
	 display:inline-block;
	 width:100%;
	 padding:0;
	 margin:10px 0px;
	 list-style-type:none;
  }
  
  #tabSalles ul li{
  float: left;
	  text-align: center;
	  width: 45%;
	  height: 230px;
	  border: 1px solid #CCC;
	  padding: 10px;
	  margin: 0px 10px 10px 0px;
	  list-style-type: none;
	  font-size: 0.9em;
  } 
  .tabSalles input {
	  position: absolute;
	  opacity: 0;
	  z-index: -1;
  }
  .tabSalles input[type=checkbox] + label::after {
	  content: "+";
  }
  .tabSalles label::after {
	  position: absolute;
	  right: 0;
	  top: 0;
	  display: block;
	  width: 3em;
	  height: 3em;
	  line-height: 3;
	  text-align: center;
	  -webkit-transition: all .35s;
	  -o-transition: all .35s;
	  transition: all .35s;
  }
  .tabSalles input[type=checkbox]:checked + label::after {
	  transform: rotate(315deg);
  }
  
  .tabSalles label {
	  position: relative;
	  display: block;
	  padding: 0 0 0 1em;
	  background:#009fe3;
	  font-weight: bold;
	  line-height: 3;
	  cursor: pointer;
	  font-size: 1.5em;
	  margin: 0;
  }
  
  .tabSalles input:checked ~ .tab-contenSalles {
	  max-height: 100em;
  }
  
  .categories {
	  display: inline-block;
	  padding: 0;
	  margin: 0px 0px 5px 0px;
	  width:100%;
	  height:auto;
	  overflow-y: scroll;
  } 
   
   .categories ul {
	  float: left;
	  padding: 0;
	  margin: 0px 0px 10px 0px;
	  width: 100%;
	  height: auto;
  }
  
  .categories ul li {  
	 float: left;
	list-style-type: none; 
	  font-size: 0.7em; 
	   margin: 0 2px 5px 2px;
	  padding: 2px 5px;
	  border: 1px solid #cbcbcb;
	  border-radius: 4px;
	  text-transform: uppercase;
  }
  
  /* Acordeon styles */
  .tab,.tabMatos { 
	width: 100%; 
	overflow: hidden;
  }
  
/*  .tab input,.tabMatos input {
	position: absolute;
	opacity: 0;
	z-index: -1;
  }*/
  
  
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type=checkbox] { 
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin: 5px 8px -4px 2px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 1px 1px #ccc;
    -moz-box-shadow: inset 1px 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px 1px #ccc;
}

input[type="checkbox"]:checked {   
   background-color:#333;
}

  .tab label {
	position: relative;
    display: block;
    padding: 0 0 0 1em;
    background:#009fe3;
	color:#FFF;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    font-size: 1em;
    margin: 0px 0px 10px 0px;
  }
  
 .tabMatos label { 
	font-weight: bold; 
	cursor: pointer;
   font-size:1em;
   margin:0;
  }
  
  
.tab-content {
	 max-height: 0;
    overflow: hidden; 
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
} 

.tab-contentMatos{  
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; 
  }
   
  .tab-content p,.tab-contentMatos p{
	margin: 1em;
  }
   
  
  /* :checked */
  .tab input:checked ~ .tab-content {
	max-height: 100em;
  }
  
  /* :checked */
  .tabMatos input:checked ~ .tab-contentMatos {
	max-height: 100em;
  }
  /* Icon */
  .tab label::after,.tabMatos label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
  }
  .tab input[type=checkbox] + label::after,.tabMatos input[type=checkbox] + label::after  {
	content: "+";
  }
  .tab input[type=radio] + label::after,.tabMatos input[type=radio] + label::after {
	content: "\25BC";
  }
  .tab input[type=checkbox]:checked + label::after,.tabMatos input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
  }
  .tab input[type=radio]:checked + label::after,.tabMatos input[type=radio]:checked + label::after  {
	transform: rotateX(180deg);
  }
  /*--------*/	
  
  
  .lign-cat {
	   display: inline-block;
	  padding: 0;
	  margin: 0px 0px 5px 0px;
	  width: 670px;
	  max-height: 565px;
	  min-height: 200px;
	  overflow-y: scroll;
  } 
   
   .lign-cat ul {
	  float: left;
	  padding: 0;
	  margin: 0px 0px 10px 0px;
	  width: 100%;
	  height: auto;
  }
  
  .lign-cat ul li {
	  float: left;
	  list-style-type: none;
	  width: auto; 
	  padding: 5px 5px 0px 0px;
  }
  
  .lign-cat ul li a {
  background-color: #f2f2f2;
	  color: #666;
	  margin: 0;
	  font-size: 0.8em;
	  font-weight: bold;
	  text-transform: uppercase;
	  padding: 2px 5px 2px 5px;
  }
  
  .lign-cat li.first.active a, .lign-cat li.active a {
	  background-color:#009fe3;
	  color: #fff;
  }
  
  .label{
	  color:#009fe3;
  }
  
  .tab input:checked ~ .tab-contentSalles {
	  max-height: 100em;
  }
  .tab-contentSalles {
	  max-height: 0;
	  overflow: hidden;
	  background: #f2F2F2;
	  -webkit-transition: max-height .35s;
	  -o-transition: max-height .35s;
	  transition: max-height .35s;
  }
  .tabs-recherche{ 
	 display:inline-block; 
	  margin: 0;
	  padding: 0;
  } 
  
  .tabs-recherche ul{ 
  display:inline-block;
	  list-style: none;
	  margin: 10px 0px 0px 0px;
	  padding: 0;
	  /* background-color: #f4f3f3; */
	  width: 100%;
  } 
  
  
  .tabs-recherche li {
  display:inline-block;
	  list-style: none;
	  margin: 0px 5px 5px 0px;
	  padding: 5px;
	  border: 1px solid  #f4f3f3; 
	  text-transform: uppercase; 
  }
  
  .tabs-recherche li a { 
	  color:#009fe3;
  }
  
  .tabs-recherche li.void{
	  display:none;
  }
  
  h2.recherche{
	  color:#000;
  }
  
  #telecommande-stationsInside select.goto { 
	  line-height: 24px !important; 
	  padding-top: 12px !important;
	  padding-bottom: 12px !important;
	  color: #484848 !important;
	  background-color: #fff !important;
	  border-radius:5px !important;
	  padding-left: 12px !important;
	  padding-right: 40px !important;
	  height: auto !important;
	  display:inline-block !important;
	  width:100% !important;
	  -webkit-appearance: none !important;
	  box-sizing: border-box;
	  border: 1px solid #dbdbdb; 
  }
  
  
  
  #accesdirectColDroite {
	  float: left;
	  max-width: 100%;
	  height: auto;
	  padding: 10px 15px 0px 10px;
	  font-weight: bold;
	  color: #FFFFFF;
	   font-size:0.9em;
	  background-color: #333;
	  margin-bottom: 10px;
  }
  
  #accesdirectColDroite select.goto {
	  background-color: #fff;
	  border: none; 
	  font-weight: 600;
	  color: #333;
	  width: 100%;
	  height: 40px;
	  padding: 0;
	  margin: 0px 0px 10px 0px;
  }
  
  #titre-sae {
	  display: inline-block;
	  padding: 0;
	  margin: 0;
	  color: #333;
	  font-size: 3.5em;
	  margin-top: 15px; 
	  line-height: 46px;
	  letter-spacing: -3px;
	  width: 100%;
  }
  
  #Fiche-salles {
   display:inline-block;
	  width: 100%;
  }
  
  .titre-presentation {
	  display: inline-block;
	  margin: 15px 0px 5px 0px;
	  width: 100%;
	  font-weight: bold;
	  font-size:1.3em;
	  color:#009fe3;
  }
   
  
  .photos-salle {
	  display: inline-block;
  }
  
  .adresse-fiche {
  display: inline-block;
	  width: 100%;
	  color: #333;
  }
  
  .logo-salle {
	  display: inline-block;
	  width:100%;
	  padding: 10px;  
  }
  
  #presentation {
	  display: inline-block;
	  font-size: 1em;
	  line-height: 24px;
  }
  
  .text-bold-fiche {
	  float: left;
	  font-weight: bold;
	  width: 100%;
	  line-height: 24px;
	   font-size:1em;
  }
  /*--- style listes site ---- */
  .caption{
	font-style: italic;
    font-weight: bold;
	font-size:0.8em;
  }
  
  .bg-titre{
	  width: 100%;
	  display: inline-block;
	  border-bottom:1px solid #ccc;
	    margin:0px 0px 10px 0px;
	  font-size:1.5em;
	  padding-bottom:2px;
	  line-height:1em; 
	  }
	   
   .titreVoirAussi{
		  display: inline-block;
	  width:100%;
	  padding: 0px 0px 5px 0px;
	  margin: 15px 0px 15px 0px;
	  height: auto; 
	  font-size: 1.5em;
	  line-height: 0.9em;
	  border-bottom: 3px solid #000;
	  font-weight: bold;
	  color: #000000;
	  text-transform: uppercase;
   }
  
  .bg-titre .voir-tous a  {
	  float:right; 
	  color:#009fe3;
	  margin:0px 20px 0px 10px;
	  font-weight:bold;  
	  }
	  
   .bg-titre .voir-tous a:hover{
	   color:#333;
   }
  
  .quick-nav{
	  display: inline-block; 
	   margin: 20px 0px 20px 0px;
	  width: 100%;
	  text-align: center; 
  }
  
  .quick-nav a{
	  display: inline-block;
	  color: #2E2E2E;
	  border-radius: 2px;
	  max-width: 100%;
	  line-height: 2.94118rem;
	  border: 1px solid #009fe3;
	  font-weight: 400;
	  text-transform: uppercase;
	  transition: all .11s ease-out;
	  text-align: center;
	  padding: 0px 30px 0px 30px;
  }
  
  .quick-nav a:hover{ 
	  color:#009fe3; 
  }
  
  .floatleft{
	    float: left;
    width: auto;
    margin-right: 10px;  
  }
   
  .liste-articles,.liste-home,.liste-videos,.liste-magazines,.liste-liens,.liste-tests{
	  display:inline-block;
	  width: 100%;
	  height: auto;
	  list-style-type: none;
	  margin: 0px 0px 0px 0px;
	  padding:0px 0px 15px 0px;
  }
  
  .liste-videos{ 
		  margin-bottom: 10px;
  }
  
  
  .liste-articles ul,.liste-home ul,.liste-videos ul,.liste-magazines ul,.liste-liens ul,.liste-tests ul,.liste-videosHome ul{
	 display:inline-block;
	  width: 100%;
	  list-style-type: none;
	  margin: 0;
	  padding: 0;	
  } 
  
  .liste-home ul li,.liste-liens ul li {
	 display: inline-table;
	  width: 100%;
	  height: auto;
	  list-style-type: none;
	  margin: 0px 0px 15px 0px;
	  /* padding: 5px; */
	  /* border-bottom: 1px solid  #f4f3f3; */
	  font-size: 0.9em;
  }
  
  .liste-articles ul li {
	 display: inline-table;
	  width: 100%;
	  height: auto;
	  list-style-type: none;
	  margin: 0px 0px 30px 0px;
	 font-size: 0.9em;
  }
  
  
  .liste-articles2 ul li{
	  display:inline-block;
	  width: 100%;
	  height: auto;
	  list-style-type: none;
	  margin: 0px 0px 0px 0px;
	  padding: 10px 0px 10px 0px;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  .liste-articles2 ul li .support { 
	 height:46px;
  }
  
  .liste-articles2 ul li h2.titre-liste { 
	  width: 100%; 
  }
  
  .titre-liste{    
	  font-size:1.2em;
	  margin: 0px 0px 5px 0px;
  } 
  
  .liste-liens ul li img {
	  float: left;
	  margin-top: 0;
	  margin-left: 0;
	  margin-right: 10px;
	  max-width: 300px;
	   max-height: inherit;
	  min-height: inherit;
	  overflow: hidden;
	  border: 1px solid  #f4f3f3;
  }
   
  .liste-magazines ul li{
	   display: inline-block;
	  width: 30%;
	  list-style-type: none;
	  margin: 20px 0px 0px 0px;
	  padding: 10px; 
	  text-align: center;
  }
  
  .liste-magazines ul li h2 a{
  font-size: 0.6em;
    line-height: 0em!important;
	}
  
  
  .liste-magazines ul li img {
	  display:inline-block;	
	  margin-top: 0;
	  margin-left: 0; 
	  width:230px;
	  max-height: inherit;
	  min-height: inherit;
	  overflow: hidden;
  }
  
  .couv-fiche{
	  display: inline-block;
	  width: 35%;	 
  }
  
  .boutonsFichesMag{
	  display: inline-block;
	  width: 64%;
  } 
  
  #cherche-mag .champ{
		  background-color: #f4f3f3;
	  font-size: 0.8em;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  border: none;
	  text-align: center;
	  width: 93%;
	  padding: 15px 0px 15px 10px;
	  color: #1C1C1C;
	  font-weight: normal;
  }
  
  .liste-articles ul li img,.liste-home ul li img {
	  float: left;
	  margin-top: 0;
	  margin-left: 0;  
	  max-height: inherit;
	  min-height: inherit;
	  overflow: hidden; 
	  border:1px solid #ccc;
	  box-sizing:border-box;
  }
   
  .liste-videosHome ul li{
	   display: inline-table;
	  width:31%;
	  height: auto;
	  list-style-type: none; 
	  margin: 10px; 
  } 
  
  #liste-videos ul li img, .liste-videos ul li img,.liste-videosHome ul li img{
	  width:100%!important;
	  height:auto;
	  border:1px solid #ccc;
	  box-sizing:border-box;
  }
  
  
  .liste-videos ul li{
	   display: inline-table;
	  width:47%;
	  height: auto;
	  list-style-type: none;  
 	  margin: 0;
    padding: 10px;
  } 
   
  .liste-tests ul li{
	  display: inline-table;
	  width: 23%;
	  height: auto;
	  list-style-type: none;
	  margin:7px;
	  background-color: #fff;
	  padding: 10px;
	  box-sizing: border-box;
  } 
  
  .liste-tests ul li img{
	  border: 1px solid #CCC;
	  box-sizing: border-box;
	  width:100%;
  } 
   
  .liste-videos ul li.video-first {
	  display: inline-table;
	  width:100%!important;
	  height: auto;
	  list-style-type: none;
	  padding:0;
	  margin:0;
  }
   
  .support,.supportHome {
	  height: auto;
	  width: 100%;
	  font-size: 0.8em;
	  display: inline-block;
	  margin:10px 0px 5px 0px;
	  overflow: hidden;
  } 
  
  .supportHome{
	  margin:0px 0px 5px 0px;
  }
  
  
  .bt-reseaux-socHome{
	  display: inline-block;
 	  width: auto;
	  margin: 10px 0px 0px 0px;
	  text-align: right;
  }
  
  .supportVideos {
	  height: auto;
	  width:100%;
	  font-size: 0.8em;
	  display: inline-block;
	  margin: 0px 0px 0px 0px;
	  padding:0px;
	  overflow: hidden;
	  line-height:1em;
  } 
  
  /*----forum----*/
  
  ul.posts{
   display: inline-block;
   margin: 0;
   padding: 0; 
   list-style-type: none;
  }
  
  ul.posts li{
	  display: inline-block; 
	  width: 48%; 
	  box-sizing: border-box;
	  margin: 0px 10px 10px 0px;
  }
  
  ul.posts li .h4 a{
	  color:#000;
	  text-decoration:underline;
		  font-weight:bold;
  }
  
  ul.posts li span{
  font-size:0.8em;
  line-height:1em;
  }
 
  /*----forum-int----*/
  
  ul.postsForum{
   display: inline-block;
   margin: 0;
   padding: 0; 
   list-style-type: none;
  }
  
  ul.postsForum li{
	  display: inline-block; 
	  width:100%; 
	  box-sizing: border-box;
	  margin: 0px 10px 10px 0px;
  }
  
  ul.postsForum li .h4 a{
	  color:#000;
	  text-decoration:underline;
		  font-weight:bold;
  }
  
  ul.postsForum li span{
  font-size:0.8em;
  line-height:1em;
  } 
  
  
  /*------vidéo playbutton-----*/
  .play-button {
	  border-style: solid;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  width: 45px;
	  height: 45px;
	  position:absolute; 
    margin-top: -6%;
    margin-left: 6.5%;
  }
  
  a .player-play-button, a:hover .player-play-button {
	  color:#009fe3;
  }
  
  .play-buttonHome {
	  border-style: solid;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  width: 45px;
	  height: 45px;
  }
  
  a .player-play-buttonHome, a:hover .player-play-buttonHome {
	  color:#009fe3;
  }
  
  
  .liste-videosHome ul li .player-play-buttonHome {
	  position: absolute;
	  margin-top: 3%;
	  margin-left: 6%;
  }
  
  
  .liste-videos ul li .player-play-buttonHome{ 
	  position: absolute;
	  margin-top: -6%;
	  margin-left: 6.4%;
  }
  
  
  .liste-videos ul li.video-first .player-play-button { 
	  position: absolute;
	  margin-top: 8%!important;
	  margin-left: 15%!important;
  } 
   
  .play-buttonHome:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 15.01154734px solid transparent;
	  border-bottom: 15.01154734px solid transparent;
	  border-left: 26px solid #009fe3;
	  position: absolute;
	  margin-left: 13px;
	  margin-top: 7px;
  }
  
  .play-button:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 15.01154734px solid transparent;
	  border-bottom: 15.01154734px solid transparent;
	  border-left: 26px solid #009fe3;
	  position: absolute;
	  top: 16%;
	  left: 29%;
  }
  
  /*----end-video buttonplayer---*/
  
  .tag-list {
	  list-style: none;
	  padding-left: 0;
	  border-top: 1px solid #dfdfdf;
	  padding-top: 3px;
	  margin-top: 10px;
	  margin-bottom: 10px;
  }
  
  .tag-list li {
	  display: inline-block;
	  margin-right: 6px;
	  margin-top: 9px;
  }
  
  .btn--outline {
	  font-size: .8rem;
	  letter-spacing: 1.1px;
	  border: 1px solid #9b9b9b;
	  padding: 6px 12px;
	  background-color: #fff;
	  -webkit-transition: color .2s,background-color .2s,border-color .2s;
	  transition: color .2s,background-color .2s,border-color .2s;
  }
  
  .categorie,.categorieHome { 
   float: left;
	  padding: 0;
	  margin: 0;
	  width: auto;
	  height: auto; 
	  color: #000000;
	  font-weight: bold;
	  text-transform: uppercase;
	  list-style-type: none;
   }
   .categorie a,.categorieHome a {
	  float: left; 
	  margin:0px 5px 0px 0px;
	  color:#009fe3;
  }
  
  .date{  
	  display: inline-block; 
	  color:#999;
	  font-size:0.8em;
	  margin-right:5px;
  }
  
  .facultatif{
	  display: inline-block;
	    font-size:0.8em;
  }
  
  
  #voiraussi{
	  display:inline-block;
	  	  width:100%;
	    background-color:#FFF;
  }
  
  #voiraussi ul{
	  display:inline-block;
	  width:100%;
	  list-style-type:none;
	  margin:0;
	  padding:0;
  }
  
  #voiraussi ul li{
		 display: inline-block;
	  float: left;
	  width:24.33%;
	  min-height:285px;
	  box-sizing: border-box;
	  padding: 0px 10px;
  }
   
  #voiraussi ul li span{ 
  display:inline-block;
	  font-weight:bold;
	  color:#000;
  }
  
  #voiraussi ul li img{ 
	  width:100%;
	  border:1px solid #ccc;
	  box-sizing:border-box;
  }
  
  
  
  /*-----reseaux sociaux-------*/
  #reseauxSociauxHome{
  display:inline-block;
  width:100%	
  }
  
  .pw-widget{
	  float:left; 
	  width:auto;
  }
  
  /*----liste vignettes vidéos ou portfolios-----*/
   h3.titre-vignette{
	  font-size:1em;
	  line-height: 1.5em; 
   }
  
  .liste-vignettes ul,.liste-portfolio ul {
		  display:inline-block;
	  width: 100%; 
	  height: auto;
	  margin: 10px 0px 0px 0px;
	  padding: 0;
  }
  
  .liste-vignettes ul li{
		  display: inline-block;
	  margin: 0;
	  width: 31%;
	  list-style-type: none;
	  padding: 5px;
	  height: 250px;
  }
  
  .liste-portfolio ul li{
		  display: inline-block;
	  margin: 0;
	  width: 31%;
	  list-style-type: none;
	  padding: 5px;
	  height:150px;
	  line-height:1.1em;
  }
  
  
  .liste-vignettes ul li a,.liste-portfolio ul li a {
	  float:left;
	  list-style-type:none; 
	  padding:0;
	  width:100%;  
	   }
	
  
  .liste-vignettes ul li img.cover,.liste-portfolio ul li img.cover {
	  position:relative;
	   }
	
  
  .liste-vignettes ul li img.cover {
	  position:relative;
	   }
   
   
  .video-play{   
	  position: absolute;
	  width: auto;
	  z-index:1000;
	  margin-left:80px;
	  margin-top:50px;
	  }
	  
  .styleNews{
	  display:inline-block;
	  width:100%;
	  margin-bottom:10px;
  }
  
	  
  .styleNews ul{
	 display: inline-block; 
	  padding: 0;
	  padding: 10px;
	  background-color: #f7f2ee;
	  box-sizing:border-box;
  }
  
  .styleNews ul li{
	  display:inline-block;
	  border-bottom:1px solid #FFF;
	  margin:0px 0px 0px 0px;
	  padding:0;
	  width:100%;
	  list-style-type:none;
  }
  
  .styleNews ul li h4{ 
	  margin: 0;
	  padding: 0;
	  border-bottom: 1px solid #f4f3f3;
	  line-height: 1.3em;
	  font-size: 0.9em;
	  padding: 0.5em 0em 0.5em 0em;
	  font-weight: normal;
  }
   
   .styleNews ul li h4 a{ 
	  color:#000;
	  }
  
	  
  /*----fiche article -----*/
  
	  .dateauteur{
		  display:inline-block;
	  }
	  
	  
  /*-----MATOS----*/
  
  h1#guide-accueil {
    display: inline-block;
    font-weight: bold;
    font-size: 4em;
    margin:10px 0px 10px 0px;
    width: 100%;
    padding: 0px;
    letter-spacing: -2px;
    line-height: 1em;
    text-align: center;
  }
  
  h2#titre-intro {  
	  font-weight: 700;  
	  margin: 0px 0px 5px 0px;
	  padding: 0px;
	  width: 100%;
  }
  
  #texte-accueil {
	  display: inline-block;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  
  .btn-accesform {
	  display: inline-block;
	  width: 100%;
	  margin: 20px 0px 20px 0px;
	  text-align: center;
  }
  
  .dropdown {
	display:none; 
  }
  
  #onglets-matos{
	  display:inline-block;
	  width:100%;
  }
	
  #recherche-inside {
	display: inline-block;
    width: 98%;
    height: auto;
    color: #000000;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin: 5px 0px;
	border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); 
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
	  }
  
  #recherche-inside input{
	  display: inline-block;
	  margin: 0px 0px 0px 0px;
	  background-image: url(../images/search-loupe.png);
	  background-repeat: no-repeat;
	  background-position:center right;
	  border: none;
	  background-color: transparent;
	  color: #666;
	   width:95%;
	   font-size: 1em;
  } 
  
   #teaserOffres {
	  float:right;
	  width: 28%;
	  padding:5px;
	  background-color:#009fe3; 
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  color:#FFF;
  }
  
  .checklistOffres label {
	  font-weight: bold;
	  font-size: 1em;
  }
  
  .select-telecommande {
	float: left;
    width: 20%;
    height: auto;
    padding: 0px 5px 10px 5px;
    box-sizing: border-box;
  }
  
  .ligne-selects{
	  display:inline-block;
	  width:100%;
  }
   
  .checkTest{
   float: left;
    font-size: 1em;
     color: #333;
    width: 20%;
    box-sizing: border-box; 
    text-align: left;
    color: #484848 !important
  } 
  .checkTest label{
	  color:#333;
  }
  
ul.checklist-lattes{
	display:inline-block;
	margin:0;
	padding:0;
}

ul.checklist-lattes li{
	display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
  
  .btn-accesform a {
	  font-weight: bold;
	  background:#009fe3;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  color: #ffffff;
	  font-size:1.2em;
	  padding:10px;
	  margin: 10px 0px 10px 0px;
	  text-decoration: none;
  }
	  
  .titre-listes {
	  display: inline-block;
	  font-weight: bold;
	  font-size:1.8em;
	   font-style: italic;
	  width: 100%;
	  padding: 0px 0px 10px 0px;
	  margin: 30px 0px 10px 0px;
	  border-bottom: 5px solid #515151;
	  color: #515151;
	  text-align: center;
  }
  
  .titre-listes a {
	  color: #333;
	  outline: none;
	  text-decoration: none;
	  border: 0px;
  }
  
  h2.titre-liste a{
	  color:#000!important;
  }
  
  .titre-article{ 
	  display: inline-block;
	  width:100%;
	  font-size: 2em;
	  line-height: 1.2em;
  }
  
  .listeMarques {
	  float: left;
	  width: 100%;
	  margin-bottom: 10px;
  }	
  
  .listeMarques ul {
	  text-align: left;
	  width: 20%;
	  display: inline-block;
	  margin: 0;
	  padding: 0;
	  list-style-type: none;
  }
  
  .listeMarques ul li {
	  border-bottom: 1px solid #ebebeb;
	  list-style-type: none;
	  padding: 5px 0px 5px 0px;
	  margin-right: 20px;
  }
  
  .listeMarques ul li a {
	  color:#000; 
  }
  .listeMarques ul li a:hover{
	  color:#009fe3;
  }
  
    .texte-hub{
	  display:inline-block;
	  width:100%; 
	  font-size:1em;
	  margin:0px 0px 20px 0px;
  }
  
  .listeGammes {
	  display:inline-block;
	  width: 100%;
	  margin-bottom: 10px;
  }
  
  .listeGammes ul { 
	  display:inline-block;
	  width:100%;
	  padding: 0;
	  margin: 0;
  }
  
  .listeGammes ul li {
   display: inline-table;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.7em;
    width: 23%;
    min-height: 45px;
    line-height: 1.2em;
    margin: 0px 5px 10px 5px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #CCC;
  }
  
  .listeGammes ul li:hover{
	  background-color:#009fe3;
	  color:#FFF;
  }
  
  /*.listeGammes ul li:before {
	  content: "";
	  border-color: transparent #111;
	  border-style: solid;
	  border-width: 0.35em 0 0.35em 0.45em;
	  display: block;
	  height: 0;
	  width: 0;
	  left: -0.5em;
	  top: 1.2em;
	  position: relative;
  }	
	  */
  .listeGammes ul a { 
	  color:#000;
  }
  
  .listeGammes ul a:hover{
	  color:#009fe3;
  }
  
  #telecommandeGuide { 
	  display: inherit;
	  max-width: 100%; 
	  }
  
.checkOffre { 
   display: inline-block;
    float: right;
    margin-top: 5px;
    width: auto;
    background-color:#009fe3;
    padding: 2px 10px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: left;
    color: #FFF;
}
	  
  input#tab-one{ 
	  display:none;
  }
  
  .text-fiche{ 
	  display:inline-block; 
	  width:100%;
	  padding: 0px 0px 0px 0px;
	  height: auto;
	  margin: 5px 0px 10px 0px;
	  text-align: justify;
	  font-size:1em;
	  line-height:1.5em;
	  }
  
  .title{
	 float: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
	    color: #009fe3;
  }
  
  #plusmoins ul{
	  display:inline-block;
	  margin:0px 0px 15px 0px;
	  padding:0;
  }
  
  #plusmoins ul li{
	  display:inline-block;
	  margin:0;
	  padding:0;
	  font-weight:bold;
	  width:100%;
  }
  
  #plusmoins ul li img{
	  display:inline-block;
	  margin:0px 10px 0px 0px; 
  }
  
  
  #results-home{
	 float:left;
    color:#009fe3;
    font-weight: bold;
   margin: 10px;
  }
  
  #valideTelecommande{  
    float: right;
    width: 57%; 
  }
   
   
  .resultats{
	  float: left;
	  width: 47%;
	  min-height:383px;
	  box-sizing:border-box;
	  border: 1px solid #eee;
	  padding: 5px;
	  margin: 10px 10px 0px 0px;
  }
  
   
  .resultats-skis{
	  float: left;
	  width: 47%;
	  min-height:325px;
	  box-sizing:border-box;
	  border: 1px solid #eee;
	  padding: 5px;
	  margin: 10px 10px 0px 0px;
  }
  
  
  .header-resultats {
		display: inline-block;
	  height: auto;
	  width: 100%;
	  text-align:center;
 	   box-sizing: border-box;
  } 
  
  .marque {
	  color:#009fe3;
	  display:inline-block; 
	  text-transform: uppercase;
	  width:100%; 
	  margin: 0px;
  }
  
  .annee {
	display:inline-block;
	  width:100%; 
	    font-size: 0.8em;
	  color: #333; 
	    text-align: center;
		font-weight:normal;
  }
  
  h3.mod {
		 display: inline-block;
	  width:100%; 
	  font-weight: 700;
	  color: #515151; 
	  padding: 0;
	  margin:0;
	  font-size: 1em;
  }
  
  .thumbs-results2 {
	  float: left;
	  min-height:115px;  
	  width:100%;
	  margin: 0px 0px 0px 0px;
	  overflow: hidden;
	  text-align: center;
  } 
  
  .thumbs-chaussures-ski {
	  float: left;
	  height:130px;  
	  width:100%;
	  margin:0px 0px 0px 0px;
	  overflow: hidden;
	  text-align: center;
  } 
  
.thumbs-skis{
    float: left;
    width: 100%;
    height:70px;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-align: center;
}
  
  .results-left {
	   display: inline-block;
	  height:105px;
	  padding: 0px 0px 5px 0px;
	  margin: 0px 0px 5px 0px;
	  width: 100%;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  .results-leftCha{
	  display: inline-block;
	  height:55px;
	  padding: 0px 0px 10px 0px;
	  width: 100%;
	  border-bottom: 1px solid  #f4f3f3;
  }
 	
.prix {
	 float: left;
	  color: #666;
	  width:102px;
	  font-size: 0.6em;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  line-height: 1.7em;
  }
  
.prix span {
	  width: auto;
	  font-weight: 700;
	  color:#009fe3;
	  font-size: 2.2em;
	  margin: 0px 5px 0px 0px;
  }
  
  .gamme {
	  float: left;
	  width: 100%;
	  font-weight: 700;
	  color: #666;
	  padding:0;  
	  padding: 0 3px 0 0;
	  line-height: 1.5em;
  }
  
    .niveau {
	float: left;
    width: 100%;
    font-weight: normal;
    color: #666;
    font-size: 0.9em;
    margin-bottom: 5px;
    line-height: 1.5em;
  }
  
   
 ul.taille-testee{
	     display: inline-block;
    margin:0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    color: #666; 
 }
 
  ul.taille-testee li{
    display: inline-block; 
	font-size: 0.9em;
 }
  
  .pictos img {
	  float:left;
		  margin:0px 5px 0px 0px;
  }
  
  .pictosFiche img{
	  float:right;
		  margin:0px 5px 0px 0px;
  }
  
  
  .footer-resultats {
	  float:left; 
	  margin: 0px 0px 0px 10px;
	  text-align: left;
	  width:auto;
  }
  
 
.btn-comp a.multiPageViewerAddToCartButton, .btn-comp2 a.multiPageViewerAddToCartButton,.btn-comp3 a.multiPageViewerAddToCartButton,.btn-comp4 a.multiPageViewerAddToCartButton,.btn-comp5 a.multiPageViewerAddToCartButton,.btn-comp6 a.multiPageViewerAddToCartButton,.btn-comp7 a.multiPageViewerAddToCartButton,.btn-comp8 a.multiPageViewerAddToCartButton,.btn-comp9 a.multiPageViewerAddToCartButton {
    float: right;
    width: auto;
    margin: 0 0 0 0;
	padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #515151;
    background-color: #eee;
	font-size:0.8em;
	box-sizing:border-box;
  }
  
 .hide{
	display:none; 
 }
 
  .boutonCompFiche{
	   width:100%!important;
  }
  
  
  .border {
	  float: left;
	  width:100%;
	  /* border-bottom: 1px solid #e87c1e; */
	  color: #666;  
	   font-size:0.9em;
  }
  .trier {
	  font-weight: 700; 
	  margin-right:15px;
  }
    
  .trier a{
	display: inline-block;
    padding:0px 10px; 
    color:#009fe3;
    text-align: center;  
    border: 1px solid #ccc;
  } 
  
  .nbr-offre { 
	  display: inline-block;
	  color: #666;
	 padding: 10px 5px;
	  margin: 0px 0px 0px 11px;
	  width: auto;
	  text-align: right;
	  background-color:#009fe3;
	  color: #ffffff;
	  font-weight: bold;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
  } 
  
  .nbr-offre:hover{
	 background-color:#333;
	 transition: background 0.5s;  
  } 
  
  .nbr-offre a{
	  color:#fff;
  }
  
  .btn-acccomparateur {
	  float: left;  
  }
  
  .btn-acccomparateur a {
	  display: inline-block;
    color:#009fe3;
    width: auto;
    padding: 5px;
	margin-top:5px;
    text-align: center;
    font-size: 1em;
    background: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .btn-acccomparateur a:hover {
	  background: #333;
	  color: #fff;
  }
    
  .liens-test {
	  float: left;
	  width:100%;
	  height: auto;
	  margin: 10px 0px 10px 0px;
	  padding-top: 0px;
	  line-height: 14px;
  }
  
  .liens-test ul {
	display:inline-block;
	  width:100%;
	  height: auto;
	  margin: 0;
	  padding: 0;
	  list-style-type: none;
  }
  
  
  .liens-test ul li a {
    float: left;
    list-style-type: none;
    font-size: 0.7em;
    margin: 0 2px 5px 2px;
    padding: 2px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    text-transform: uppercase;
  } 
  
  .nom-liens{
	float:left;
	  margin: 10px 0px 10px 0px;
	  font-weight: bold;
  }
  
  label.labelTab{
	  display:none;
  }
  
  .footer-resultats{
	  margin:0;
  }
   
  #criteres-resultats {
	   float: left;
	  width: 100%;
	  padding:20px 0px 10px 0px; 
	  height: auto;
	  border-bottom: 1px solid #ccc;
	  text-transform: uppercase;
  }
  
  #criteres-resultats ul {
	  float: left;
	  padding: 0px;
	  margin: 0;
  }
  
  #criteres-resultats ul li.critere-active {
	  float: left;
	  list-style-type: none;
	  color: #333;
	  text-transform: uppercase;
	   width: auto;
	  margin-right: 10px;
	  font-size:1.2em;
	  padding: 5px 25px 5px 10px;
	  margin: 0 10px 10px 0;
	  background: #eae7e2;
	  padding: 8px 10px;
  }
  
  #criteres-resultats ul li.critere-active span{
	  margin-right:10px;
  }
  
  .selectorReset .bouton {
	  float: left;
	  margin: 0px 10px 10px 0px;
	  width: auto;
	  height: auto; 
	  color: #333;
	  font-size:0.9em;
	   text-decoration: none; 
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  background-color:  #f4f3f3;
	  border: none;
  }
  
  .selectorReset input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  
  /*---slider range prix----*/
  .sliders, .sliders li,.slidersCha, .slidersCha li { 
	  padding: 0;
  }
  
  
  .ui-slider-horizontal .ui-slider-handle {
	  top: -.2em;
	  margin-left: -.6em;
  }
  
  .sliders {
	  clear: both;
	  float: left;
    list-style-type: none;
    width: 35%;
	 padding: 0px 5px;
    box-sizing: border-box; 
    
  }
  
 .slidersCha { 
	display: inline-block;
    list-style-type: none;
    width: 21%;
    margin: 0px 15px 0px 0px;
	padding:0px 5px;
    box-sizing: border-box;
 }
   
  
  .sliders .ui-slider .ui-slider-handle,.slidersCha .ui-slider .ui-slider-handle {
	  position: absolute;
		  z-index:0!important;
	  cursor: default;
	  border:#009fe3 1px solid;
	  background:#009fe3;
	  border-radius: 5px;
  }
  
  .ui-widget-header{
  background-color:#009fe3;	
  }
  
  .sliders .ui-slider-horizontal,.slidersCha .ui-slider-horizontal {
	  width: 94%;
	  margin: 15px 0px 10px 10px;
  }
  
 
  
  .sliders .ui-slider .ui-slider-range,.slidersCha .ui-slider .ui-slider-range {
	  position: absolute;
	  z-index:0!important; 
	  display: block;
	  border: 0;
	  background:#333;
  }
  
  #amount_text, #amount2_text,#weight_text,#weight_text,#size_text,#size2_text,#volume_text{
	font-size: 1em;
    margin-left: 5px;
    color:#009fe3;
    font-weight: bold;
  }
  
  /*-----select-----*/
  .listeDeroulante {
	  display: inline-block;
	  height: auto;
	  width:auto;
  }
  .listeDeroulante ul {
	  display:inline-block;
	  margin:0;
	  padding:0;
  }
  
  .listeDeroulante ul li{
	  display: inline-block; 
	  font-size: 1em; 
	  background-color: #fff;
	  border-top: 1px solid #009fe3;
	  border-left: 1px solid #009fe3;
	  border-right: 1px solid #009fe3;
	  margin: 10px 0px 0px 0px;
	  text-align: center;
	  list-style-type:none;
	   -webkit-border-radius: 5px 5px 0px 0px;
	  -moz-border-radius: 5px 5px 0px 0px;
	  border-radius: 5px 5px 0px 0px;
  }
  
  .listeDeroulante ul li:hover{ 
	  background-color:#009fe3; 
  }
  
  
   
  .listeDeroulante ul li a{ 
		  color:#009fe3;
  }
  
  .listeDeroulante ul li.active{ 
		 background-color:#009fe3;
		 color:#fff;
  }
  
  .listeDeroulante ul li.active a {
	  color: #fff;
  }
  
  .listeDeroulante ul li a:hover{ 
		 background-color:#009fe3;
		 color:#fff;
  }
  
   
  /*-------------------onglets guides--------------------*/
   
  /* Global CSS that are applied for all screen sizes */
  
  .nav ul {
	  max-width: 1240px;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  font-size: 1.5em;
	  font-weight: 300;
  }
  
  .nav li span {
	  display: block;
	  font-size: 0.8em;
  }
  
  .nav li {
     background-color:#CCC; 
	     padding-top: 81px;
  }
  
  .nav li.ongletActif{
	 background-color:#009fe3;  
	  }
	  
  .nav a {
	  display: block;
	  color: rgba(249, 249, 249, .9);
	  text-decoration: none;
	  -webkit-transition: color .5s, background .5s, height .5s;
	  -moz-transition: color .5s, background .5s, height .5s;
	  -o-transition: color .5s, background .5s, height .5s;
	  -ms-transition: color .5s, background .5s, height .5s;
	  transition: color .5s, background .5s, height .5s; 
    background: url(../images/pictos-guides.png) no-repeat;
  }
   
   
   
  
  /* Hover effect for the whole navigation to make the hove#009fe3 item stand out */
  
  .no-touch .nav ul:hover a {
	  color: rgba(249, 249, 249, .5);
  }
  
  .no-touch .nav ul:hover a:hover {
	  color: rgba(249, 249, 249, 0.99);
  }
   /*--------*/
   
 /*-------------------onglets guides--------------------*/

.onglet-active2 {
float: left;
    position: relative;
    color: #fff;
    background-image: url(../images/pictos-guides.png);
    background-color: #009fe3;
    height: 15px;
    padding-top: 86px;
    width: 135px;
    text-align: center;
    font-size: .7em;
    line-height: .9em;
}
.onglet-active2 a {
	color:#FFF;
    height: 20px;
    padding-top: 81px; 
}


.onglet-form2 a {
    float: left;
    color: #333;
    background-image: url(../images/pictos-guides.png);
    background-color: #EEEEEE;
    height:15px;
    padding-top: 85px;
    width:133px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    border-right: 1px solid #ccc;
    border-top: 1px solid #CCC;
    font-size: 0.7em;
    line-height: 0.9em; 
}

.onglet-form2 a:hover {
	background-color:#009fe3;
    color:#fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
 }
 
 .onglet-Home{
    display: inline-block;
    color: #fff;
    background-color: #009fe3;
    /* height: 19px; */
    padding: 30px 0px 30px 0px;
    width: 48%;
    text-align: center;
    font-size: 3em;
    line-height: 0.8em;
    margin: 10px 10px 20px 0px;
    border-radius: 15px;
    box-sizing: border-box;
}

.onglet-Home a{
	 color: #fff; 
	 font-weight:bold;
}

.onglet-Home:hover {
	background-color:#333;
    color:#fff; 
 }

.onglet-form2.produit1 a {
	    background-position: 0px 0px;

}
.onglet-form2.produit1 a:hover, .onglet-active2.produit1  { 
    background-position: -18px 5px;
}
.onglet-form2.produit2 a{
	background-position:-136px 3px;
}
 

.onglet-form2.produit2 a:hover, .onglet-active2.produit2 {
    background-position: -133px -99px;
	}

.onglet-form2.produit3 a {
	background-position:-210px 0px;
}
.onglet-form2.produit3 a:hover, .onglet-active2.produit3 {
	background-position:-210px 115px;
}

.onglet-form2.produit4 a {
	background-position:-315px 0px;
}
.onglet-form2.produit4 a:hover, .onglet-active2.produit4 {
	background-position:-315px 115px;
}

.onglet-form2.produit5 a {
	background-position:-525px 0px;
}
.onglet-form2.produit5 a:hover, .onglet-active2.produit5 {
	background-position:-525px 115px;
}

.onglet-form2.produit6 a {
	background-position:-635px 0px;
}
.onglet-form2.produit6 a:hover, .onglet-active2.produit6 {
	background-position:-635px 115px;
}

.onglet-form2.produit7 a {
	background-position:-735px 0px;
}
.onglet-form2.produit7 a:hover, .onglet-active2.produit7 {
	background-position:-735px 115px;
}

.onglet-form2.produit8 a {
	background-position:-845px 0px;
}
.onglet-form2.produit8 a:hover, .onglet-active2.produit8 {
	background-position:-845px 115px;
}

 
 
/*---------*/
  
  .telecommandeGuide{
	display: inline-block;
    border-bottom:4px solid #009fe3;
    border-top:4px solid #009fe3;
    background-color:#eae7e2;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    }
  
  .containerSelect{
	  float: left;
	  width:100%;  
  }
   
  .counter {
	  color:#009fe3;
	  font-weight: bold;
	  font-size:1.5em;
	  margin-left: 5px;
  }
   
  #reset .bouton {
	  display:inline-block;
	  background:#666;
	  padding: 10px;
	  width: auto;
	  color: #eeeeee;
	  text-decoration: none;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  border: none;
	  font-size:1em;
  }
  
  #ok{
	 float:right;
	  width:50%;
  }
  
  #ok .bouton{
	  background:#009fe3;
	  padding: 10px;
	  width:100%;
	  color: #ffffff;
	  font-size: 1em;
	  text-decoration: none;
	  font-weight: bold;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  border: none;  
  }
  
 #ok .bouton:hover{
	 background-color:#333;
 transition: background 0.5s;
 }
 
  .sliders .ui-widget-content, .slidersCha .ui-widget-content{
	  background:  #f4f3f3;
	  color: #ffffff;
	  border: none;
  }
  
  /* Comparateur des produits */
  
  
 
  #panel-comp,#panel-comp2,#panel-comp3,#panel-comp4,#panel-comp5,#panel-comp6,#panel-comp7,#panel-comp8,#panel-comp9 { 
	  z-index:11;
	  display:none;
	  position: fixed;
	  bottom: 0;
	  left: 0; 
	  width:100%;
	  text-align:center;
	  height: auto;
	  padding: 10px;
	  background: rgba(0,0,0,0.8);  
	  }
	  
 button.close{
 float: right;
    margin-right: 20px; 
    border-radius: 10px;
    padding: 12px; 
    font-style: italic;
    font-size: 1em;
    color: #000;
    background: #ffffff; 
}

button.close:hover{ 
  background:#666666;
  color:#ffffff;
}

  
  .grid.comparateur{
	  float: left;
	  overflow: hidden;
	  height:1300px;
	}
	
  .multiPageViewer { 
	  float:left;
	  overflow: auto;
	  width:200px;
	  height: 100%;
	border-right:1px solid  #f4f3f3; 
	}
	
	.multiPageViewer ul ul {
	  display: none;
	}
	
	.multiPageViewer ul li ul li a{ 
	  color:#009fe3;
	  }
	  
	.multiPageViewer ul {
	  list-style: none;
	  margin:0;
	  padding:0px 5px 0px 0px;
	}
	.multiPageViewer li span {
	  cursor: pointer;
	  line-height: 22px;
	  padding: 1px 5px;
	  font-weight:bold;
	}
	.multiPageViewer li span:hover {
	  background-color: #ddd;
	}
	.multiPageViewer li.collapsed::before {
	  content: "\25ba\0020";
	  font-size:0.5em;
	  color: #ddd;
	}
	.multiPageViewer li.opened::before {
	  content: "\25bc\0020";
		  font-size:0.5em;
	}
	.multiPageViewerItem {
	   display: inline-table;
	  overflow: hidden;
	  width: 33%;
	  height: 100%;
	  border: 1px solid  #f4f3f3;
	  padding: 10px;
	  box-sizing: border-box;
	}
	.multiPageViewerItem + .multiPageViewerItem {
   
	}
 
	.multiPageViewerItem #image {
	  float: right;
	  width: auto;
	  height: 70px;
	  padding: 0;
	  
	}
  
  #header-comp{
	  float:left;
	  width:100%;
	  height:auto; 
  }
	  
  #comparateur{
	  float:left;
	  width:100%;  
	  padding:10px 0px 10px 0px;
	  height:auto; 
	  color:#333333; 
	  text-align:center; 
	  }
	  
  .bold{
	  display:inline-block;
	  font-weight:bold;	
	  width:100%; 
	  text-align:center;
	  }
  
  .multiPageViewerMessager{
 display: inline-block;  
    width: 100%;
    margin: 10px 0px 10px 0px; 
    color: #fff;
    text-transform: none;
	font-size:1.5em;
	  } 
   
  .multiPageViewerResetButton { 
	   display: inline-block;
	  width: auto;
	  background:#009fe3;
	  /* font-weight: bold; */
	  text-align: center;
	  color: #fff;
	  letter-spacing: 0.5px;
	  padding: 10px;
	  border-radius:10px;
  }
  
  .multiPageViewerCounter{
	  color:#009fe3;
	  font-weight:bold;
   }
  
  #panel-comp .multiPageViewerCounter, #panel-comp2 .multiPageViewerCounter{
	  color:#333;
	  font-weight:bold;
   }
	
	
  #intro-comp{ 
	    display: inline-block;
    width: 100%;
    height: auto;
    padding:10px; 
    background-color: #f4f3f3;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-weight: bold;
  }
  
  .infos-comp{
	  float:left;
	  width:100%;
	  color:#333333; 
	  font-weight:700;
	  padding:2px 0px 2px 0px;
	  border-bottom:1px solid  #f4f3f3;
	  }
	  
  .infos-comp ul{
	  list-style:none;
	  padding:0;
	  margin:0;
	  }
  
  .infos-comp ul li{
	  float:left;
	  width:auto;
	  list-style-type:none;
	  padding:0;
	  margin:0px 10px 0px 0px;
	  }
  
 
  
  #image-comp, .image-comp {
		display:inline-block;
	  margin-bottom:5px; 
		  overflow:hidden;
	  background-color:#ffffff; 
  }
  
  
  
  #infos-fichecomp, .infos-fichecomp {
	  float:left; 
	  height:auto;
	  }
	  
  #infos-fichecomp th, .infos-fichecomp th {
	  float:left; 
	  text-align:left;
	  }
	  
  #infos-fichecomp td, .infos-fichecomp td {
	  float:left; 
	  text-align:left;
	  }
  
   #fiche-comp, .fiche-comp{
	  display: inline-block;
	  width: 100%;
	  height:auto;
	  margin:0px 0px 0px 0px;
	  padding:0; 
	  font-size:0.9em;
	  border-top:1px solid  #f4f3f3;
	  border-bottom:1px solid  #f4f3f3;
	  padding:5px 0px 5px 0px;
	  }
  
  #fiche-comp ul, .fiche-comp ul{
		  display: inline-block;
	  width: 100%;
	  height:auto;
	  margin:5px 0px 0px 0px;
	  padding:0;
	  list-style-type:none;
	  }
  
  #fiche-comp ul li, .fiche-comp ul li{
	  float:left; 
	  height:auto;
	  margin:0px 0px 0px 10px;
	  padding:2px 0px 2px 0px;
	  list-style-type:none;
	  }
  
  .fiche-comp td { 
	  border:none; 
	  padding:0; 
	  }
	  
  .acces-fiche{
	  float:left;
	  margin-top:8px; 
	  width:auto;
	  height:auto;
  }
	  
  .acces-fiche a{ 
		  float: left; 
	  background-color:#009fe3;
	  color: #ffffff;
	  border-radius: 5px;
	  width: 100%;
	  height: 20px;
	  font-weight: bold;
	  text-align: center;
	  padding: 10px;
	  }
  
  .acces-fiche a:hover{
	  background-color:#D6D6D6;
	  color:#ffffff;
  }
  
  #marque-comp a, .marque-comp a {
	  display:inline-block;
	  width:100%; 
	  color:#009fe3 ; 
	  font-weight:700; 
	  padding:0px;
	  margin:0px;
	  letter-spacing:-1px;
	  }
  
  #modele-comp, .modele-comp {
	  float:left;
	  width:100%;
	  height:40px;
	  font-size:0.8em;
	  color:#333333; 
	  font-weight:700; 
	  margin:0px 0px 5px 0px;
	  padding:0px 0px 2px 0px;
	  }
	  
   .nbr-offre-comp{
	 display: inline-block; 
	  margin-top: 5px;
	  width:100%; 
	   color:#009fe3; 
	  font-weight: bold;
  }
	  
  #acces-comp, .acces-comp{
	  float:left;
	  width:200px;
	  margin-left:10px;
  }
  
  .acces-comp-liste{
	  margin-right: 5px;
  }
  
  #addthis2 {
	  display: inline-block;
	  width: 100%;
	  height: auto;
	  margin:20px 0px 5px 0px;
	  text-align:right;
  }
	   
  .btn-comp a.multiPageViewerAddToCartButton, .btn-comp2 a.multiPageViewerAddToCartButton,.btn-comp3 a.multiPageViewerAddToCartButton,.btn-comp4 a.multiPageViewerAddToCartButton,.btn-comp5 a.multiPageViewerAddToCartButton,.btn-comp6 a.multiPageViewerAddToCartButton,.btn-com7 a.multiPageViewerAddToCartButton,.btn-comp8 a.multiPageViewerAddToCartButton,.btn-comp9 a.multiPageViewerAddToCartButton  { 
	  float: right;
	  width: auto;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	   color: #515151; 
	  background-color: #eee;
	  text-decoration: none;
	  text-align: center; 
	  padding:10px;
	  box-sizing:border-box;
  }
  
  .btn-comp a:hover, .btn-comp2 a:hover {
	  background:#009fe3; 
	  color:#fff;
	  font-weight:bold;
  }
  
  .btn-comp-selected a.multiPageViewerAddToCartButton{   
	  color: #fff; 
	  text-align:center; 
	  background-image:url(../images/bg-compa.jpg); 
	  font-weight:bold;
  } 
  
  
.accesToComp,.accesToComp a{  
	 display:inline-block;
	  width:100%; 
	  margin:5px 0px 0px 0px;    
	  text-decoration: none;
	  text-align:center;  
  }
  
  .accesToComp-liste{
	    display: inline-block;
    width: 20%;
    /* margin: 10px; */
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    box-sizing: border-box;
  } 
   
/*  .accesToComp-liste span{
	  display: inline-block;
	  width: auto;  
	  border-radius: 5px;
	  background-color: #fff;
	  color:#333;
	  font-weight: bold;
	  text-align: center;
  }
  
  span.counter-comp{
	  background:none;
	      font-size: 0.8em;
  }
  */
 
   .accesToComp-liste a .bold{  
	  color:#009fe3;
  }
  
  /*-----popup------*/
  
  
  
  /*------------------POPUPS------------------------*/
  #fade {
	  display: none;
	  background: #000; 
	  position: fixed; left: 0; top: 0; 
	  z-index: 10;
	  width: 100%; height: 100%;
	  opacity: .80;
	  z-index: 9999;
  }
  .popup_block{
	  display: none;
	  background: #fff;
	  padding: 20px; 	
	  border: 20px solid #ddd;
	  float: left;
	  font-size: 1.2em;
	  position: fixed;
	  top: 50%; left: 50%;
	  z-index: 99999;
	  -webkit-box-shadow: 0px 0px 20px #000;
	  -moz-box-shadow: 0px 0px 20px #000;
	  box-shadow: 0px 0px 20px #000;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
  }
  img.btn_close {
	  float: right; 
	  margin: -55px -55px 0 0;
  }
  .popup p {
	  padding: 5px 10px;
	  margin: 5px 0;
  }
  /*--Making IE6 Understand Fixed Positioning--*/
  *html #fade {
	  position: absolute;
  }
  *html .popup_block {
	  position: absolute;
  }
  
  
  
  button.btn-comp{  
  float:right;
	  background: transparent; 
	  font-size: 1em; 
	  text-transform: uppercase;
	  cursor: pointer;
	  display: inline-block;
	  margin: 3px 2px;
	  border-radius: 2px;
	  -webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
  }
  
  
  
  
   
  label.disabled { color:  #f4f3f3; }
  
  #telecommandeFixe label {
  font-weight:inherit;
  }
  
  #header-fiche, .header-fiche {
	  background-color: #fff;
	  padding:0px;
  }
  
  #header-fiche h1{
	  margin:0;
  }
  
  #produit {
	  display:inline-block;
	  color: #666;
	  text-transform: uppercase;
	  font-size:0.5em;
	  font-weight: normal;
	  width: 100%;
  }
   
  h1 #marque a {
		  font-size: 1.3em;
	  display:inline-block;
	  width: auto;
	  height: auto;
	  color:#009fe3; 
	  font-weight: 700; 
	  padding: 0px;
	  margin:0px 10px 0px 0px;
  }
  
  #modele {
   
	  display:inline-block;
	  width: auto;
	  color: #515151; 
	  font-weight: 700; 
	  margin:0px 0px 5px 0px;
	  padding: 0px 0px 2px 0px;
  }
  
  
  #image {
	  clear: both;
	  display:inline-block;
	  width:98%;
	  height:auto;
	  margin-bottom: 20px;
	  text-align: center; 
	  overflow: hidden; 
	  border: 1px solid #ccc;
  } 
  
 
 .zoom { display:inline-block;
		 position: relative;
		  }
		  
.admin .zoom{
	  position:initial!important;
} 
 
  
  #groupe-pictos {
	  float: left;
	  width:100%;
	  margin-bottom:10px;
  }
  
  .pictosFiche{
	  float:left;
  }
  
  .infos {
	  display:inline-block;
	  width: 100%;
	  color: #515151; 
	  font-weight: 700; 
  }
  
  .infos-critereComp,.infos-critere {
	  float: left;
	  width:25%;
	  height: auto; 
	  color: #999;
	  text-transform: uppercase;
	  font-weight: normal;
	  font-size:0.7em;
  }
  

  
  .pictos-comp{
	  display:inline-block;
	  width:100%;
	  margin:10px 0px 10px 0px;
  }
  
  
  .infos-valeurs {
	  float: left;
	  width:70%;
	  height: auto; 
	  color: #333333;
  }
  
  .infos ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  
  .infos ul li {
	  display:inline-block;
	  width: auto;
	  list-style-type: none;
	  padding: 0;
	  margin: 0px 10px 0px 0px;
  }
  .infos-critereprix {
		float: left;
	  width: auto;
	  height: auto;
	  font-size: 0.8em;
	  color: #333;
	  text-transform: uppercase;
	  margin: 5px 10px 0px 0px;
  }
  
  .prixpublic {
	  float:left; 
  }
  
  #prix {
	 display:inline-block;
	  width: auto;
	  color:#009fe3;
	   font-weight: 700;
	  font-size:2em;
	  padding: 0px 0px 2px 0px;
	  margin: 0px 0px 0px 0px;
  }
  
  .accesoffre{
		  display: inline-block; 
		  width:100%;
		  text-align:right;
		  margin-top:10px;
  }
  
   
  .btn-partenaires{
	  display: inline-block; 
	  width:100%; 
	  border-radius: 5px;
	  margin: 5px 0px 30px 0px;
	  text-align: center; 
	  background:#009fe3;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  color: #ffffff;
	  font-size:1.2em;
	  padding: 10px 0px;
	  text-decoration: none;
  }
  
  .btn-partenaires:hover{
	 background: #333;
     transition: background 0.5s;
  }
  
  
  
  
  .btn-partenaires a {
	   color: #fff;
	   font-size:0.8em;
  }
  
  .btn-partenaires a .prixbig {
	   font-size:2em;
  }
  
  
  .counter-comp {
	 display:inline-block; 
   }
  
  .btn-comp a.multiPageViewerAddToCartButton, .btn-comp2 a.multiPageViewerAddToCartButton {
	  float: right;
	  width:auto;
	  /* height: 20px; */
	  margin: 0px 0px 0px 0px;
	  /* border: 1px solid #eee; */
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  color: #515151;
	   background-color: #eee;
	  text-decoration: none;
	  text-align: center;  
  }
  
  .bouton-offres a {
	right: 0;
    position: absolute;
    padding: 20px;
    background-color:#009fe3;
    color: #fff!important;
    padding: 13px 15px 13px 15px !important;
    margin: 0px; 
    font-weight: bold;
    text-align: center;
  }
  
 .bouton-offres a:hover{
	 background: #333;
     transition: background 0.5s;
  }
  
 #ancre{
	 margin-top:30px;
 }
  
  #tabs {
	  display:block; 
	  width:98%;
	  margin:10px 0px 0px 0px;
	  padding: 0;
  }
  
  #tabs ul {
	  background: none;
	  float: left;
	  list-style: none;
	  margin: 0px 0px 0px 0px;
	  padding: 0;
	  border:none;
	  width:100%;
  }
  
  .texte-fiche{ 
	  line-height: 1.8em;
  }
  
  .ui-widget-header {
	  border: none; 
	  font-weight: bold; 
	  background:#333;
  }
  
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	  font-weight: 400;
	  border: none;
	  background: none;
  }
  .ui-widget { 
	  font-size: 1em;
	  font-family:Arial, Helvetica, sans-serif!important;
  }
  
  #tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited{
	  position: relative;
	  color: #333;
	  outline: none;
	  font-weight: bold;
	  z-index: 10;
	  border-bottom: 1px solid #fff;
	  z-index: 10; 
  }
  
  #tabs-3, #tabs-4, #tabs-5, #tabs-6 {
	  display:inline-block;
	  padding:20px 0px 20px 0px;
	  width: 100%;
	  height: auto; 
	  font-size:0.9em;
	  margin-bottom:10px;
	  margin-top: -2px;
    border-top: 1px solid #ccc!important;
  }
  
  .ui-widget-content {
	  border:none!important;
	  color: #333;
	  background-image: none; 
  }
  
  .ui-tabs .ui-tabs-nav li {
	  list-style: none;
	  display:inline-block;
	  position: relative;
	  border-bottom: 0 !important;
	  border-top:1px solid #ccc;
	  margin: 0px!important;
	  padding: 0px;
	  border:none; 
  }
  
  
  .ui-tabs .ui-tabs-nav li a {
	   padding:15px!important;
	  margin: 0px;
	  text-transform: uppercase;
	  border-top: 1px solid #ccc;
	  text-align: center;
	  border-right: 1px solid #ccc;
	  border-bottom: 1px solid #ccc;
	  z-index: 0;
	  font-size:0.7em;
	  border-radius: 0!important;
	  background: #fff;
	  }
  
  .texte-avis {
	  display:inline-block;
	  width: 100%;
	  padding: 0px 0px 0px 0px;
	  height: auto;
	  margin: 5px 0px 10px 0px;
	  text-align: justify;  
	  }
   
	.img-modeles ul li {
    display: inline-table;
    width: 23%;
    min-height:161px;
    font-size: 0.7em;
    list-style-type: none;
    color: #999;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 6px 10px 7px !important;
    border: 1px solid #ccc;
}
	 
  
  .img-modeles ul {
	  float: left;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  }
  
  .img-modeles ul li span.marque-modeles{
	  color:#000;
	  text-transform:uppercase;
  }
  
  .img-modeles ul li span{
	  display:inline-block;
	  font-size:0.8em;
	  width:100%;
		  line-height: 1.2em;
	  }
  
  .titre-left {
	  float: left;
	  height: auto; 
	  font-size:1.2em;
	  color: #515151;
	  border-bottom: 1px solid  #f4f3f3;
	  /* font-style: italic; */
	  font-weight: bold;
	  line-height: 1.5em;
	  width: 100%;
	  margin: 20px 0px 10px 0px;
	  padding: 0px 0px 5px 0px;
	  text-transform: uppercase;
	  }
  
  .titre-modeles {
	  float: left;
	  font-weight: bold; 
	  width:100%;
	  height: auto;
	  margin-top: 10px; 
	  font-size: 1em;
  }
  
  #voir-aussi {
	  float: left;
	  width:100%;
	  height: auto;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  padding: 0; 
  }
  
  ul.liste-offres {
	  margin: 0;
	  padding: 0;
	  width: 100%;
  }
  #shops {
	  float: left;
	  width: 100%;
	  height: auto;
	  color: #333333;
	  background-color: #ffffff; 
	   margin: 5px 0 0 0;
	  padding: 0;
  }
  
  .liste-shops{
  display: inline-block;
	  width: 100%;
	  margin-bottom: 20px;
	border-bottom:3px solid #333;
  }
   
  
  .logo-shopmin {
	  float: left;
	  width: 15%;
	  text-align: center;
	  height: auto;
	  margin-bottom: 5px;
	  border: 1px solid  #f4f3f3;
  }
  
  .nom-shop {
	  float: left; 
	  width: 60%;
	  font-weight: bold;
	  margin-left: 10px;
	  margin-bottom: 5px; 
  }
  
  
  .cond-vente {
	  display: inline-block;
	  width: 80%;
	  color: #666;
	   line-height: 1.5em;
	  text-align: left;
	  margin-left: 10px;
  }
  
  .marque-modele a {
	  float: left;
	   width:90%;
	   color:#009fe3;
	  font-weight: bold;
	  padding: 3px 0 3px 0;
  }
  
  #shops ul li {
	  float: left;
	  width:100%; 
	  list-style-type: none;
	  margin: 0;
	    padding: 10px 0px 10px 0px;
	  border-bottom: 1px solid #f1f1f1;
  }
  
  #shops ul li:hover{
	     background-color: #eae7e2; 
		  transition: background 0.5s;
  }
  
  .voir-offre a {
	    float: right;
    padding: 5px;
    background-color:#009fe3;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff!important;
    border-radius: 5px; 
  }
  
  .prix-base {
	  float: right; 
	  font-weight: bold;
	  color:#009fe3;
  }
  
  #titre-lienscomm {
	  float: left;
	  width:100%;
	  box-sizing: border-box;
	  height: auto;
	  padding: 10px 0 10px 50px;
	  margin-bottom: 10px;
	  font-size: 1em;
	  color: #ffffff; 
	  font-weight: bold;
	  background:#009fe3 url(../images/ico-buy-big.png) no-repeat left;
	  text-align: left;
  }
  
  .titre-offres {
    float: left;
    height: auto; 
    font-size:1em;
    color: #ffffff;
    background-color:#009fe3;
    font-weight: bold;
    text-align: center; 
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 10px 0px;
}
 
   
  
  /*-----Footer----*/ 
  
  .titre-footer { 
	  color:#009fe3;
	  border: none; 
	  margin: 10px 0px; 
	  font-size: 1em;
	  width: 100%;
	  text-align: left; 
  } 
  
  .titre-footer:hover {
  }
  
   
  
  .pre-footer ul{
	  display: inline-block;
	  width:100%; 
	  padding:0;
	  margin:0;
	  list-style-type: none; 
   } 
   
   .pre-footer ul li {
	  display: inline-block;
	  width: 30%;
	  padding: 10px;
	  text-align: center;
	  list-style-type: none;
	  box-sizing: border-box;
  
  }
  
   
   .footer-distributed{
	  background-color:#000; 
	  box-sizing: border-box;
	  width: 100%;
	  text-align: left;
	  font: bold 1em sans-serif; 
	  padding:35px 30px; 
  }
  
  
  .footer-left,
  .footer-center,
  .footer-right{
	  display: inline-block;
	  vertical-align: top;
  }
   
  
  .liens-FooterMag .footer-left a,
  .liens-FooterMag .footer-center a,
  .liens-FooterMag .footer-right a{
	  display:inline-block;
	  font-weight:normal;
	  margin-bottom:10px;
	  font-size:0.8em;
	  width:100%;
	  color:#009fe3!important;
	    }
  
  .liens-mentions a{
	  display:inline-block;
	  width:100%;
	  padding:10px 0px 10px 0px;
	  margin-bottom:10px;
	  color:#009fe3; 
  }
  
  .liens-mentions a{
	  display:inline-block;
	  width:auto;
	  margin:0px 10px 10px 0px;
  }
	  
  
  /* Footer left */
  
  .footer-left{
	  width: 30%;
	  padding:10px 10px 10px 0px;
  }
  
  .footer-bottom{
	  display:inline-block;
	  width:100%;
	  background-color:#333;
	  text-align:center;
  }
  
  .footer-copyright {
	  display:inline-block;
	  width:100%; 
	  text-align:center;
	  color: #bbb;
	  border-top: 1px solid #373737;
	  padding-top: 15px;
	  padding-bottom: 15px; 
  }
  
  /* The company logo */
  
  .footer-distributed h3{
	  color: #ffffff;
	  margin: 0;
	  border-bottom: 1px solid  #f4f3f3;
	  padding-bottom: 5px;
  }
  
  .footer-distributed h3 span{
	  color: #009fe3;
  }
  
  /* Footer links */
  .footerliens ul{
	  display:inline-block;
	  width:100%;
	  padding:0;
	  margin:0;
  }
  
  .footerliens ul li{
	   display:inline-block;
	  width:100%;
	  padding:5px 0px 0px 0px;
	  margin:0;
	  list-style-type:none;
  }
  
  .footerliens{
	  margin-bottom:10px;
  }
  
   
  
  .footerliens a{
		  display: inline-block;
	  width: 100%;
		  padding: 5px 0px 0px 0px;
	  font-size: 0.8em;
	  color: #f4f3f3;
  }
  
  .footer-links{
	  color:  #ffffff;
	  margin: 20px 0 12px;
	  padding: 0;
  }
  
  .footer-links a{
	  display:inline-block;
	  line-height: 1.8;
	  text-decoration: none;
	  color:  inherit;
  }
  
  .footer-company-name{
	  color:  #8f9296;
	  font-weight: normal;
	  margin: 0;
  }
  
  /* Footer Center */
  
  .footer-center{
	  width: 30%;
	  padding:10px 10px 10px 10px;
  }
  
  .footer-center i{
	  background-color:  #33383b;
	  color: #ffffff;
	  width: 38px;
	  height: 38px;
	  border-radius: 50%;
	  margin: 10px 15px;
	  vertical-align: middle;
  }
  
  .footer-center i.fa-envelope{
	  line-height:2em;
  }
  
  .footer-distributed .footer-center p{
	  display: inline-block;
	  color: #ffffff;
	  vertical-align: middle;
	  margin:0;
  }
  
  .footer-center p span{
	  display:block;
	  font-weight: normal;
	  line-height:2;
  }
  
  .footer-center p a{
	  color: #009fe3;
	  text-decoration: none;;
  }
  
  
  /* Footer Right */
  
  .footer-right{
	  width:30%;
	  padding:10px 0px 10px 10px;
  }
  
  .footer-company-about{
	  line-height: 20px;
	  color:  #92999f;
	  font-weight: normal;
	  margin: 0;
  }
  
  .footer-company-about span{
	  display: block;
	  color:  #ffffff;
	  font-weight: bold;
	  margin-bottom: 20px;
  }
  
  .footer-icons{ 
	  float:right;
	  margin: 10px 0px 10px 0px;
  }
  
  .footer-icons a{ 
	  display: inline-block;
	  width: 40px;
	  height: 35px;
	  cursor: pointer;
	  background-color: #33383b;
	  border-radius: 2px;
	  padding: 8px 3px 0px 3px;
	  color: #ffffff;
	  text-align: center;
	  line-height: 35px;
	  margin-right: 5px;
	  margin-bottom: 5px;
  }
  
  
  /* salles */
  
  .ac_results {
   display:inline-block;
   margin:0;
   padding:0;
   width:100%;
  }
  
  .ac_results ul {
   display:inline-block;
   margin:0;
   padding:0;
   background-color:#fff;
	width:100%;
	min-width:320px;
	z-index:2;
  }
  
  .ac_results li {
	  cursor: default;
	  display: block; 
	  font-size:1.2em;
	  line-height:1.4em;
	  margin: 0;
	  overflow: hidden;
	  padding: 2px 5px;
	  width:100%;
  }
  
  
  #liste-salles{
		  display: inline-block;
	  width: 100%;
  }
  
  
  #liste-salles ul{
		  display: inline-block;
	  width: 100%;
	  padding:0;
	  margin:0;
  }
  
  .leftList{
	  display:inline-block;
	  float:left;
	  width:45%;
	  }
	  
  .rightList{
	  display:inline-block;
	  float:right;
	  width:35%;
	  }
	  
  .type{
		  display: inline-block; 
		  width:100%;
  
  }
  
  
  #liste-salles ul li{
	  display: inline-block;
	  width: 100%;
	  list-style-type:none;
	  border-bottom:1px solid  #f4f3f3;
	  padding:10px 0px 10px 0px;
	  margin:0;
  }
  
  .nom-salle{
	  display:inline-block;
	  width:75%;
	  font-weight:bold;
	  font-size:1.3em;
	  color:#009fe3;
  }
  
  
  
   /* FALAISES*/
	
  #fiche img {
	  display: inline-block; 
  }
  
  #plan-pistes2 img {
	  float: left; 
	  height: auto;
	  
  }
	 
  
 h1#guide-accueilFalaises{
  float: left;
  text-align:center;
	  width:100%;
	   letter-spacing: -1px;
	  padding: 0px;
	  color: #000;
	  font-weight: bold;
	  text-transform: uppercase;  
  }
  
  #btn-avis {
	 display: inline-block;
    padding:15px;
    width:auto;
    background-color:#009fe3;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 0px 10px 0px;
  }
   
  #titre-liste {
	  float: left;
	  width: 100%;
	  font-weight: bold;
	  font-size:1.3em;
	  line-height: 25px;
	  margin-bottom: 10px; 
	  color:#009fe3; 
  }
  
  .titre-localisation {
		 display: inline-block;
	  width: 100%; 
	  line-height: 1em;
	  margin: 20px 0px 0px 0px;
	  color:#009fe3;
  }
  
  .texte-localisation {
	  float: left;
	  width:100%; 
	  font-weight: 600;
	  margin-bottom: 10px;
  }
   
  
  .grid2 {
	  float: left;
	  width: 100%;
	  padding: 0px 0px 0px 0px;
  }
  
  .grid2 ul {
	  float: left;
	  width:100%;
	  padding: 0px 0px 0px 0px;
	  margin: 0;
  }
  
  .localisationStationListe {
	  float: left;
	  width: auto;
	  margin: 5px 0px 0px 0px;
	  padding: 5px 5px 0px 0px;
  }
  
  .grid2 ul li.resultats-listeStations {
	  float: left;
	  width:47%;
	  margin: 0px 20px 0px 0px;
	  padding: 5px 0px 5px 0px;
	  list-style-type: none;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  h3.nomStationListe {
	  float: left;
	  width:100%;
	  margin: 0;
	  padding: 0;
  }
  
  h3.nomStationListe a {
	  display: inline-block;
	  font-weight: bold;
	  color:#009fe3;
	  margin: 0px 0px 5px 0px;
	  padding: 0;
	  font-size: 1.2em;
	  line-height: 1.1em;
	  width:300px;
  }
  
  .thumbs-stations {
  clear: both;
	  float: left;
	  width: 100%;
	  height:auto;  
  }
  
  .thumbs-stations a img{
	  display: inline-block;
    width: 100%;
  }
  
  
  .infosStations {
	  float: left; 
	  margin-top: -80px;
  }
  
  .results-right {
	  float: left;
	  width:100%;
	  padding: 0px 0px 0px 0px;
  }
  
  .value {
	float: left;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
    width: 27%;
    height: 60px;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0px 2px 0px 6px;
    padding: 5px;
    -moz-border-radius:5px; 
    color: #000;
    border-radius: 5px;
  }
  
  .valueLast {
	  float:left;
	  font-weight: bold;
	  background:rgba(255,255,255,0.5);
	  width:28%;
	  height: 60px;
	  font-size: 0.8em;
	  line-height: 1.2em;
	  margin:0px 0px 0px 7px;
	  padding:5px;
	  border-radius: 5px;
  }
  
  .massifListe {
	  float: left;
	  width: auto;
	  margin: 0px 10px 0px 0px;
	  color: #666;
	font-size: 0.8em;
  }
  
  
  #plan-pistes2 {
		display:inline-block;
	  width:100%;
	  height:auto;
	  overflow: hidden;
	  margin: 0px 0px 0px 0px;
	  background-color: #ffffff;
  }
  
  
  #infos-live {
	  display:inline-block;
	  width:100%;
	  height: auto;
	  padding: 0px 0px 10px 0px;
  }
  
  
  #menu-fiche-station {
	display:inline-block;
	  width: 100%;
  }
  
  
  #menu-fiche-station ul {
	display:inline-block;
	  width: 100%;
	  margin:0;
	  padding:0;
  }
  
  
  #menu-fiche-station ul li {
	  display:inline-block;
	  width: auto;
	  list-style-type: none;
	  margin: 0px 10px 0px 0px;
  }
  
  
  #menu-fiche-station ul li a {
	  display:inline-block;
	  width: auto;
	  color: #ffffff;
	  font-size: 16px;
	  padding: 10px 5px 10px 5px;
	  border-radius: 5px;
	  margin: 10px 0px 10px 0px;
	  background-color: #515151;
	  text-align: center;
	  text-decoration: none;
  }
   
  
  #highlights {
	  float: right;
	  position: absolute;
	  margin-top: 0;
	  width: 280px;
	  height:476px;
	  padding: 20px;
	  margin-left: 675px;
	  background: rgba(76,76,76,0);
	  background: -moz-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(0,0,0,1) 100%);
	  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,0)), color-stop(100%, rgba(0,0,0,1)));
	  background: -webkit-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(0,0,0,1) 100%);
	  background: -o-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(0,0,0,1) 100%);
	  background: -ms-linear-gradient(left, rgba(76,76,76,0) 0%, rgba(0,0,0,1) 100%);
	  background: linear-gradient(to right, rgba(76,76,76,0) 0%, rgba(0,0,0,1) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=1 );
  }
  
  
  
  #highlights ul {
	  display: inline-block;
	  margin: 0;
	  padding: 0;
  }
  
  
  #highlights ul li {
	  display: inline-block;
	  width: 100%;
	  margin: 5px 0px 5px 0px;
	  padding: 0px 0px 10px 0px;
	  border-bottom: 1px solid  #f4f3f3;
	  list-style-type: none;
	  color: #fff;
	  font-size: 1em;
		  line-height: 1em;
	  text-align: right;
  }
  
  .chapo-station {
	  display:inline-block;
	  width:100%;
	  font-weight:600;
	  font-size:1.2em;
	  margin:0;
	  color: #333333;
  }
  
  .titre-highlight {
	  margin-bottom: 10px;
	  display: inline-block;
	  font-size:1.5em;
	  padding-top: 40px;
	  width:100%;
  }
  
  #texte-station h3 span {
	  display:inline-block;
	  width:100%;
	  font-size:0.6em;
	  margin: 0px 0px 0px 0px;
  }
  
  #galerie-photos {
	  float: left;
	  width:100%;
	  height: auto;
	  margin: 10px 0px 10px 0px;
	  padding:0;
	  width:100%;
  }
  
  #galerie-photos ul {
display:inline-block;
    width: 100%;
    height: auto;
    margin: 0;  
	padding:0;
    box-sizing: border-box;
  }
  
  #galerie-photos ul li.firstCover {
	  float: left;
	  width:100%;
	  height:auto;
	  margin: 0px 5px 0px 0px;
	  list-style-type: none;
	  padding: 0;
  }
  
  
  #galerie-photos ul li {
float: left;
    width: 33%;
    height: 165px; 
    list-style-type: none;
    padding: 0;
    padding: 5px; 
    box-sizing: border-box;
  }
  
  .pictosFalaises {
	  display: inline-block;
	  float: right;
	  margin-left: 10px;
	  width: 40px;
  }
  
  
  .valeurFalaise {
	  display: inline-block;
	  float: left;
	  width: 230px;
  }
  
  .typeFalaise{
		  font-size: 18px;
	  font-weight: bold;
	  text-align: right;
  }
  
  
  
  #footer-falaises {
	   display:inline-block;
	  width: 100%;
	  height: auto;
	  background-color: #f4f3f3;
  }
  
  
  #footer-falaises ul{
	  display:inline-block;
	  width: 100%;
	  margin: 0;
	  padding: 10px 0px 10px 0px;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  #footer-falaises ul li{
	  width: 17%;
	  margin: 0;
	  padding:5px 0px 5px 20px;
	  display: inline-block;
	  list-style-type: none;
  }
  
  #footer-falaises ul li a {
	  color: #333;
	  font-size: 0.9em;
  } 
	  
  
  #titre-home {
	  display: inline-block; 
	  margin: 0px 0px 0px 0px;  
  }
  
  #telecommande-stationsInside {
	  float: left;
		font-weight: 300;
	  height: auto;
	  width: 100%;
	  margin: 0px 0px 5px 0px;
	  padding: 5px 0px 5px 0px;
	  background-color:#009fe3;
  }
  
  .liste-voirtous ul {
	  display: inline-block;
	  margin: 0;
	  padding: 0;
  }
  
  a.voirtous {
	  display: inline-block; 
	  color: #2E2E2E;
	  border-radius: 2px; 
	  width: auto; 
	  border: 1px solid #D6D6D6;
	  font-weight: 400;
	  text-transform: uppercase;
	  transition: all .11s ease-out;
	  text-align: center; 
	  padding: 10px 50px 10px 50px;
	  margin: 0;
  }
  
  .liste-voirtous ul li {
	  display: inline-block; 
	  padding: 0;
	  list-style-type: none;
  }
   
  /* LISTES SELECT DEROULANTS*/
  .deroulanteStationsInside {
float: left;
    width: 23%;
     margin: 5px 8px 5px 5px;
  } 
  
  /* @group Base */
  .chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	 -webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  
  .chosen-container * {
	box-sizing: border-box;
  }
  
  .chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	clip: rect(0, 0, 0, 0);
  }
  
  .chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
  }
  
  .chosen-container a {
	cursor: pointer;
  }
  
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
  }
  
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
  }
  
  /* @end */
  /* @group Single Chosen */
  
  select.goto {
	  width: 100%;
	  height: 40px;
	  padding: 0;
	  overflow: hidden;
	  background: url(../images/puce-bas.png) no-repeat 90% center #f4f4f4;  
	  border: 1px solid  #f4f3f3;
	  background-color: rgba(240, 240, 240, 0.8);
	   font-size:0.9em;
  }
  
  .chosen-container-single .chosen-single {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  padding: 8px 0 5px 8px;
	  height: 40px;
	  border: 1px solid #aaa;
	  border-radius: 5px;
	  background-color: #fff;
	  /* background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); */
	  background-clip: padding-box;
	  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	  color: #444;
	  text-decoration: none;
	  white-space: nowrap;
	  line-height: 24px;
  } 
  
  .chosen-container-single .chosen-default {
	color: #999;
  }
  
  .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
  }
  
  .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px;
  }
  
  .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
  }
  
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
  }
  
  .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
  }
  
  .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/chosen-sprite.png) no-repeat 0px 9px;
  }
  
  .chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
  }
  
  .chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em; 
	line-height: normal;
	border-radius: 0;
  }
  
  .chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
  }
  
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
  }
  
  /* @end */
  /* @group Results */
  .chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
  }
  
  .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
  }
  
  .chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
  }
  
  .chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color:  #f4f3f3;
	cursor: default;
  }
  
  .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
  }
  
  .chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
  }
  
  .chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
  }
  
  .chosen-container .chosen-results li.group-option {
	padding-left: 15px;
  }
  
  .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
  }
  
  /* @end */
  /* @group Multi Chosen */
  .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
  }
  
  .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
  }
  
  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #999;
	font-size: 100%; 
	line-height: normal;
	border-radius: 0;
	width: 25px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid  #f4f3f3;
	background-color: #e4e4e4;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
  }
  
  .chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color:  #f4f3f3;
	cursor: default;
  }
  
  /* @end */
  /* @group Active  */
  .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: linear-gradient(#eee 20%, #fff 80%);
	box-shadow: 0 1px 0 #fff inset;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
  }
  
  .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important;
  }
  
  /* @end */
  /* @group Disabled Support */
  .chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
  }
  
  .chosen-disabled .chosen-single {
	cursor: default;
  }
  
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
  }
  
  /* @end */
  /* @group Right to Left */
  .chosen-rtl {
	text-align: right;
  }
  
  .chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
  }
  
  .chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
  }
  
  .chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
  }
  
  .chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
  }
  
  .chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
  }
  
  .chosen-rtl .chosen-choices li {
	float: right;
  }
  
  .chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
  }
  
  .chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
  }
  
  .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
  }
  
  .chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
  }
  
  .chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
  }
  
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
  }
  
  .chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl;
  }
  
  .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
  }
  
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
  } 
 
  
  /* @end */
  
   /*______MEDIA QUERIES___*/
   
  /* For screen bigger than 800px */
  @media (min-width: 50em) {
  
	  /* Transforms the list into a horizontal navigation */
	  .nav li {
		  float: left;
		  width: 16.66666666666667%;
		  text-align: center;
			  padding-bottom: 1em; 
	  }
	  
  
	  .nav a {
		  display: block;
		  width: auto;
	  }
  
	   
	  /* Placing the icon */
	  
	  .icon {
		  padding-top: 1em;
	  } 
		  
  }
  
    @media (min-width: 50em) and (max-width: 61.250em) {
  
	  /* Size and font adjustments to make it fit into the screen*/
	  .nav ul {
		  font-size: 1.2em;
	  }
  
  }
 
  
  @media (max-width: 32.438em) {
  
	  /* Unhiding the styled menu link */
	  .nav .navtoogle{
		  margin: 0;
		  display: block;
	  }
	   
	  
	  /* When JavaScript is disabled, we hide the menu */
	  .no-js .nav ul {
		  max-height: 30em;
		  overflow: hidden;
	  }
	  
	  /* When JavaScript is enabled, we hide the menu */
	  .js .nav ul {
		  max-height: 0em;
		  overflow: hidden;
	  }
	  
	  /* Displaying the menu when the user has clicked on the button*/
	  .js .nav .active + ul {		
		  max-height: 30em;
		  overflow: hidden;
		  -webkit-transition: max-height .4s;
		  -moz-transition: max-height .4s;
		  -o-transition: max-height .4s;
		  -ms-transition: max-height .4s;
		  transition: max-height .4s;
	  }
  
	  /* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	  
	  .nav li span {
		  display: inline-block;
		  height: 100%;
	  }
  
	  .nav a {
		  padding: 0.5em;		
	  }
	  
	  .icon + span {
		  margin-left: 1em;
		  font-size: 0.8em;
			 top: -0.5em;
				position: relative;
	  }
   
	   
	  /* make the nav bigger on touch screens */
	  .touch .nav a {
		  padding: 0.8em;
	  }
  }
  
     
  @media(max-width: 1230px) {
  
	  .popup-content h3:before {
		  display: none;
	  }	
  
  }
  
  @media(max-width: 680px) {
  
	  h1 {
		  font-size: 42px;
	  }
	  
  }
  
 @media(max-width: 480px) {
  
	  h1 {
		  font-size: 32px;
		  line-height:1em;
	  }
   
	 
  
  }
  /* @group Retina compatibility */
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type="text"],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
	  background-image: url(../images/chosen-sprite@2x.png) !important;
	  background-size: 52px 37px !important;
	  background-repeat: no-repeat !important;
	}
  }
  

  
 
 
  
  @media screen and (max-width: 767px) { 
  main#content {
	margin-top: 65px;
	transition: all ease-out 0.3s;
  } 
  
   #bgpub_g,#bgpub_d{
	  display:none;
  }
	  
  #logo img {
max-width: 16%!important;
    margin-top: -17px!important;
  }  
  } 
    
   /*tablette landscape*/
  @media screen and (max-width:1364px) {
  .conteneur_wide { 
	  width: 100%;
  }
  
  #bgpub_g,#bgpub_d{
	  display:none;
  }
  }
  
 
	 
  /* CSS mobile */
  @media (max-device-width:480px) and (orientation: landscape) {
	html {
	 -webkit-text-size-adjust: 100%;
	 -ms-text-size-adjust: 100%;
	}
  }   
  
  @media only screen and ( max-width: 62.5em ) /* 1000 */
		  {
			  #nav
			  {
				  width: 100%;
				  position: static;
				  margin: 0;
			  }
		  }
  
  
  @media only screen and ( max-width: 40em ) /* 640 */
		  {
			  html
			  {
				  font-size:95%; /* 12 */
			  } 
		  }
  
	    
  
  /*________________[ ecrans mobiles portrait et landscape ]______________*/
  
  @media only screen and (min-device-width : 320px) and (max-device-width :767px) {
	  
  * {
	  box-sizing: border-box;
	  }
	  
  /* passer body (et tous les éléments de largeur fixe) en largeur automatique */
  
  body {
		  max-width:100%!important;
		  background-size:cover !important;
		  margin: 0;
		  padding: 0;
	  } 
	  
 .dw{
 
	  }
	  
 body.dw {
 
}
	  
  /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */
  img,table,td,blockquote,code,pre,textarea,input,iframe,object,embed,video {
		  max-width: 100%;
	  }
	  
  /* conserver le ratio des images */
  
  img {
	  height: auto !important;
   }
   
    #logo img {
margin-top: -9px!important;
    max-width: 22%!important;
	}
  
  /* gestion des mots longs */
  
  textarea,table,td,th,code,pre,samp {
  -webkit-hyphens: auto; /* césure propre */
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; /* passage à la ligne forcé */
  }
  
  code, pre, samp {
	  white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	  } 
 

  .conteneur_site,.conteneur_wide{
	  display:inline-block;
	  width:100%!important;
  }
  
  .conteneur_wide {  
	  margin:0px auto;
  }
  
  iframe{
	  display:inline-block;
	  width:100%!important;
  }
	
  .container{
	  padding:0;
   }
	
  .site-header {
	  position:absolute;
	  z-index: 11;
	  box-sizing: border-box;
	  margin-left: 0;
	  padding-top: 0;
	  padding-bottom: 0;
	  min-width: initial;
	  width: 100%; 
	  background-color: #fff;
	  height: 55px;  
	  border-bottom: 1px solid  #f4f3f3;
	  }
	  
 #menu ul li ul { 
    border-left:none;
    border-right:none;
    border-bottom:none;
	
 }
  
 /* masquer les éléments superflus */
   
 main, aside{
 padding: 10px;
 width:100% !important;
 }
	  
   .main {
	  display: inline-block;
	  width: 100%;
	  padding: 10px;
	  margin: 0px 0px 0px 0px;
  }
  
  .mid{ 
	  width:100%; 
	  padding:0px;
  }
  
  
  .col-left{
	  max-width:70%;
  }
  
  .col-right{
	  max-width:30%;
  }
  
  #tabSalles ul li{
	  width:100%;
  }
  
  
  .champ {  
	  width: 120px;
  }
  
	  
  #pre-header{  
	  display:none;
  }
  
  #pre-addthis{  
	  width:100%; 
  }
  
  .suiveznous{
	  display:none;
  } 
 
 
  .abo-preheader {
	  float: left;
	  /* font-size: 10px; */ 
	  color: #000000;
	  text-transform: uppercase;
	  font-weight: bold;
	  margin: 5px 0px 5px 0px;
	  width: 100%;
  }
   
   
  .nbr-offre { 
	  float: right; 
	  color: #666;
	  margin:0;
	  width:49%;
	  text-align: center;
	  background-color:#009fe3;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 1.2em;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  padding: 0.8em;
  }
	
  #bantop{ 
	  display:none; 
	  }
   
  .fil-info{
		  display:none;
	  }
   
  .col-left {
	  padding: 0px!important;
	  max-width: 100%; 
	  min-width:100%;
  }
  
  #ariane span a{
	  text-transform:uppercase;
	  font-size:0.7em;
  }
  
  ul.posts li{ 
	  width:100%;  
  }
	   
  .style-preheader{
		   display:none;
	   }
	.btn-reseaux{ 
		   display:none;
	   }
  
  .baseline{
	  display:none;
  }
  
  .support2{
	  display:inline-block;
	  width:100%;
	  height:auto;
	  margin:10px 0px 0px 0px;
	  } 
	  
  #logo {
	  display: block;
	  position: absolute;
	  padding: 0;
	  width:100%;
	  text-align: center;
	  z-index: -1;
  }
	  
  #logo img{
	  max-width:20%;
  }
   
  
  #toggle {
    display: inline-block;
    position: absolute;
    margin: 25px 0px 10px 20px; 
    z-index: 4; 
    color: white;
    transition: all ease-out 0.3s;
} 
  
  .texte-reportage, .texte-reportage2{
		  margin:5px 0px 5px 0px;
	  }
	  
  #bannersup1, #bannersup{
	  padding:10px 0px 10px 0px;
	  overflow:hidden;
  }
  
  #bantop{ 
	  display:none;
	  }
	  
  .fil-info{
		  display:none;
	  }
  
  #topbar {
	display: block;
	height: 80px;
	padding: 0 15px;
	background: #fff;
  }
   
  #topnav {
	display: block;
	float: right;
   margin-right: 5px;
  }
  
  #topnav ul { list-style: none;
	  margin: 0px 0px 0px 0px;
	  }
	  
  #topnav ul li {
	float: left;
	font-weight: bold; 
	color:#aaa;
  }
  
  #topnav ul li a {
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 80px;
	padding: 0 8px;
	margin-right: 8px; 
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  
  #topnav ul li a:hover {
   color:#009fe3;
  }
  
  #topnav ul li a#searchtoggl {
	  line-height: 50px;
	margin-right: 0;
	padding: 0 14px;
  margin-top:0px;
  }
  
  .lign-cat ul li {
	  float: left;
	  list-style-type: none;
	  width: 100%;
	  /* height: 17px; */
	  padding: 7px;
	  border-bottom: 1px solid #ccc;
  }
  
  .lign-cat ul li a { 
	  font-size: 1.1em; 
  }
  
  #searchbar { 
	 float: left;
	  position: absolute;
	  width: 87%;
	  height: 50px;
	  border-top: 5px solid #333;
	  padding-left: 5px;
	  padding-right:5px;
	  z-index: 9999;
	  background: #333;
	  border-bottom: 5px solid #333;
	  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  }
  
  
  .accesToComp-liste a{  
	  float:right;  
	  width: 100%;
	  height:20px;
	  margin:10px 0px 0px 0px; 
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px; 
	  color: #fff;
	  padding:5px 5px 5px 15px;
	  text-decoration: none;
	  text-align:center;  
  }
  
 .infos-critereComp{ 
	  width:100%;
 
  }
  
  .counter-comp { 
  display:none;
	  margin:0 !important;  
	  font-size: 1em;
	  width: 100%;
  }
  
  a.voirtous {
	  
	  width:100%;  
  }
  
 .onglet-Home{
	 width:100%;
 }
  
#voiraussi ul li{
	padding:0;
}

 #voiraussi ul li img{
   width: 39%; 
    margin-right: 10px;	 
 }
 
 #voiraussi ul li span {
    float: right; 
    width: 57%; 
}
 
  /*---matos mobile----*/
  #valideTelecommande{  
	  width:100% !important; 
  margin: 10px 0px 0px 0px;  
  }
  
  .pictos img {
	  float: left; 
  }
  
  .nav li span.lab{
	display:none;  
  }
  
  .nav li { 
    width: 15%;
    display: inline-block;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.checkOffre { 
     margin: 0; 
	width:100%;
}
  
  .tabMatos label#modele_teste,.tabMatos label#tester_choice { 
    line-height: 2em;
 }
  
  /*-------------------onglets guides--------------------*/
  
.onglet-activeHome a,.onglet-formHome a  {
	display: inline-block; 
    color: #009fe3;
    background: none;
    background-color: #FFF;
    border: 1px solid #333;
    height: 45px;
    padding: 15px 0px 15px 0px;
    width: 100%;
    text-transform: uppercase; 
    font-size: 1em; 
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
  }
	  
.onglet-active2,.onglet-form2 a { 
	height:25px;
	padding-top:40px;
	width:37px;  
    background-size:90px 81px;
}  
 
 .onglet-form2.produit1 a{
    background-position: -3px 80px;
}
 
 .onglet-active2.produit1 {
background-position: -1px 46px;
}

 
.onglet-form2.produit2 a{
	background-position: -41px 84px; 
}

.onglet-active2.produit2{
background-position: -49px 124px;   
} 
 

.onglet-form2.produit3 a { 
    background-position: -82px 85px; 
}
 
 .onglet-active2.produit3{
    background-position: -41px 128px;   
} 
 
.onglet-form2.produit4 a { 
    background-position: -120px 84px; 
}

.onglet-active2.produit4 { 
background-position: -121px 123px;
} 


.onglet-form2.produit5 a {
    background-position: -199px 89px; 
} 

.onglet-active2.produit5{ 
background-position: -197px 45px;
} 
 

.onglet-form2.produit6 a { 
    background-position: -639px 89px; 
}

.onglet-active2.produit6{ 
    background-position: -639px 44px; 
} 
 
.onglet-form2.produit7 a {
    background-position: -676px 4px;
}

.onglet-active2.produit7{
    background-position: -676px 44px;
}
  
.onglet-form2.produit8 a { 
    background-position: -719px 3px; 
}

.onglet-active2.produit8{ 
    background-position: -719px 44px; 
}
 
 .lab{
	 display:none;
 }
 
  /* .onglet-active2{
	  float:left;
	  width:45px;
	  height:45px;
	  background: url(../images/pictos-grimper_35x35.png) no-repeat center left; 
   }
  
  .onglet-form2.equipements a{
	  float:left;
	  width:45px;
	  height:45px;
	  background: url(../images/pictos-grimper_35x35.png) no-repeat center right; 
   } 
   */
    label.labelTab{
	  display:block;
	  position: relative;
    display: block;
    background-color: #FFF;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    font-size: 1em;
    color:#009fe3;
    margin: 10px 0px;
  }
  
  .tabMatos label { 
      color:#333;
    font-weight: bold;
     cursor: pointer; 
    font-size: 1em;
   }
     
	.checkOffre{
	float: right;
    width: 100%;
    color:#009fe3;
    box-sizing: border-box; 
    text-align: left;	
		
	}
	
	
  .tabMatos label#offre {
    position: relative;
    display: block; 
	color:#FFF;
    font-weight: bold;
     font-size: 1em; 
  }
  
   .tab-contentMatos {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
} 
    .tab-content {
	overflow:hidden;
	}
	
label#modele-teste{
 	color:#000;
} 
	
  .selectorReset .bouton { 
	  width: 100%;
	  padding:10px;
  }
  
  h1 #marque a {
	  width:100%;
	  font-size:1.2em;
	  margin:0;
  }
  
  h3.mod{
	  text-align:center;
	  width:100%;
  }
  
  .titre-listes{ 
	  margin: 10px 0px 10px 0px;
  }
  
  #telecommandeGuide{
	  background-color:#eae7e2;
	  padding:0;
  }
  
  input#s {
	  display: inline-block;
	  width: 83%;
	  border: 0;
	  outline: none;
	  padding-left: 5px;
	  height: 40px;
	  /* line-height: 50px; */
	  font-size: 1em;
	  font-weight: bold;
	  color: #676767;
  }
  
  .ok{
	  display: inline-block;
	  float: right;
	  /* width: 50px; */
	  color: #333;
	  font-weight: bold;
	  border: none;
	  padding: 13px;
	  margin: 0px 5px 0px 0px;
  }
  
  #searchsubmit {
	display: block;
	float: right;
	margin-top: 6px;
	background: none;
	color: #717171;
	border: 0;
	outline: none;
	cursor: pointer;
  }
  
  #image {
	  clear: both;
	  display: inline-block;
	  width: 100%; 
	  margin-bottom:0px;
	  text-align: center; 
	  overflow: hidden;
	  border: 1px solid  #f4f3f3;
  }
  
 
   
   #addthis2{
	  text-align:center; 
   }
  
  .BulleDiscussion{
	  width:100%;
  }
  
  .inforight {
	  float: left;
	  width: 100%;
	  height: auto;
  }
  
  .prixpublic {
	  float: left;
	  margin-top: 0;
  }
  
  #tabs{
	  width:100%;
  }
  
  #tabs ul{ 	
	  width:100%
  }
  
  .bouton-offres a {
	  /* right: 0; */
	  position:inherit;
	  padding: 20px;
	  background-color:#009fe3;
	  color: #fff!important;
	  width: 100%;
	  padding: 10px 15px 10px 15px !important;
	  margin: 0px;
	  font-weight: bold;
	  text-align: center;
	  display: inline-block;
  }
  
  .listeGammes ul li{
	  width:100%!important;
	  margin: 0px 0px 10px 0px;
  }
  
   #teaserOffres,.select-telecommande,#recherche-inside{ 
	  width:100%; 
  }
  
  #recherche-inside{
	  margin-top:0;
  }
  
  .img-modeles ul li { 
	  width: 43%;
	  }
   
  h1#guide-accueil{ 
	  font-size:2.5em; 
	  line-height: .8em;
	  }
  
  .listeMarques ul{
	  width:50%;	
	  }
	  
	 #reset{
		width:100%; 
	 }
   
   #ok {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}


#results-home {  
    width: 100%;
    text-align: center;
}
  /*-------------------onglets guides--------------------*/
	
   
  .labelOnglet{
	  display:none;
  } 
	
  .titre-listes {
	  border:none;
  }
   
  .select-telecommande {
	  float: left;
 	  height: auto; 
    padding: 0;
    margin-bottom: 8px;
   }
  
  #recherche-inside{
	  margin-top:0;
	  width:100%; 
    margin-bottom: -5px;
  }
   
  
.btn-comp a.multiPageViewerAddToCartButton, .btn-comp2 a.multiPageViewerAddToCartButton, .btn-comp3 a.multiPageViewerAddToCartButton, .btn-comp4 a.multiPageViewerAddToCartButton, .btn-comp5 a.multiPageViewerAddToCartButton, .btn-comp6 a.multiPageViewerAddToCartButton, .btn-comp7 a.multiPageViewerAddToCartButton, .btn-comp8 a.multiPageViewerAddToCartButton, .btn-comp9 a.multiPageViewerAddToCartButton {
	  margin:0!important;
	  width:100%!important; 
	  display:none;
  } 
  
  button.btn-comp{
	  width:100%;
		  margin: 0;
	  padding: 0;
  }
   
  
  .multiPageViewerItem { 
  display:inline-table;
	  width:32%; 
	  border-bottom:1px solid #000;
	  padding-top:10px;
	  border-right: 1px solid  #f4f3f3;
	  height: 100%;
	  padding: 10px 5px 0px 5px;
	  box-sizing:border-box;
  }
  
  .multiPageViewer{ 
   }
  
  .thumbs-results2 {
	  height:auto;
  }
  
  .image-comp {
	  width: 100%;
  }
  
  #marque-comp a, .marque-comp a{
	  height: 68px;
	  font-size:0.8em;
  }
  
  .infos-critere {
	  font-size: 0.7em;
  }
  
  .infos-comp ul li { 
	  font-size: 0.8em;
  }
   
  .acces-fiche{
	  width:100%;
  }
  
  .acces-fiche a{
	  width:100%;
	  height:auto;
  }
   
  
  #modele-comp, .modele-comp{
	  height:auto!important;
  }
  
  .marque{ 
	  width: 100%; 
	  text-align: center;
	  line-height: 1em;
  }
  
 
  
  .prix {  
	  font-size: 0.9em; 
	  margin-top:0;
	  text-align:left;
	  width:49%;
	  
  }
  
  .results-left{
	  height:auto!important;
  }
  
  
  #reset .bouton{
	  width:100%;
	  margin-bottom:10px;
  }
  
  #ok .bouton{ 
	  padding: 15px;
	  width: 100%; 
  }
  
  .listeDeroulante{
	  width:100%!important;
  }
  
  .listeDeroulante select {
	  background-color: #fff;
	  border: none;
	  font-weight: 600;
	  color:#009fe3!important; 
	  border:1px solid  #f4f3f3;
	  background: url(../images/icon-arrow-right-b-128.png) no-repeat center right; 
	  padding: 10px 0px 10px 10px !important; 
  }
  
  
  .listeDeroulante select:after {
	  content: "";
	  border-color: transparent #111;
	  border-style: solid;
	  border-width: 0.35em 0 0.35em 0.45em;
	  display: block;
	  height: 0;
	  width: 0;
	  left: -0.5em;
	  top: 1em;
	  position: relative;
  }
   
  
  .checkTest {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #484848 !important;
	} 
   
  .btn-acccomparateur { 
	  display:none;
	  width: 100% !important;
	  margin-top:10px;
  }
  
  .btn-acccomparateur a { 
	  width: 100%; 
  }
  
  .trier a{
	  width:49%;
  }
   
  #teaserOffres {
	  float:right;
	  width: 100%;
	  padding: 5px;
	  background-color:#009fe3;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  text-align: center;
	  margin-bottom: 20px;
  }
  
  .results-home{
	  width: 100%;
	  text-align: center;
	  border-top: 2px solid #009fe3;
	  border-bottom: 2px solid #009fe3;
	  padding: 5px 0px 5px 0px;
	  color: #333;
	  font-weight: bold;
	  margin: 10px 0px;
	  font-size: 1.2em;
	  text-transform: uppercase;
  } 
  
  .resultats {
	float: left;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-bottom: 1px solid #333;
    padding: 5px!important;
  }
  .header-resultats { 
	  height:auto;
	  padding: 5px;  
  }
  
  .footer-resultats{
	  height:auto!important;
	  width:100%;
  }
  
  .prix span { 
	  display: inline-block;
	  margin: 5px 0px 0px 0px;
  }
  
  .acces-comp-liste {
	  margin:0!important;
  }
  
   .accesToComp-liste a{   
	  height:auto!important;
   
  }
  
  .sliders,.slidersCha {  
	  display: none; 
	  }
 
 .texte-resumeHome{
	 display:none;
	 
 }
  
.liste-voirtous ul li{
		  width: 100%; 
   }
   
.liens-test ul li a {
	  float: left;
	  width: 100%;
	  height: auto; 
	  font-size: 0.8em;
	  text-transform: uppercase;
	  color: #999; 
	  font-weight: normal;
	  padding: 0;
  }
  
.cond-vente {
	  display: inline-block;
	  width: 100%;
	  color: #666;
	  line-height: 1.5em;
	  font-size: 0.8em;
	  margin:0;
  }
  
.marque-modele a {  
	  width:75%;  
	  border-bottom: 1px solid #009fe3;
	  padding: 0;
	  min-height:44px;
  }
  
  .voir-offre a {
	  float: right;
	  height: 45px;
	  padding: 14px 0px 14px 2px;
	  background-color:#009fe3;
	  font-weight: bold;
	  color: #ffffff;
	  width: 67px;
	  font-size: 1em;
	  text-align: center;
  } 
  
  #titre-lienscomm { 
	  width: 100%; 
  }
  /*-----salles-----*/ 
  
  input#List-sall-autocomplete {
	  display:none;
   } 
  
  #rechercheSalles select {
		width: 90% !important;
		margin-top:10px;
  }
  
  #titre-sae{
		  font-size: 2.8em;
	  line-height: 1em;
	  display: inline-block;
	  letter-spacing:-3px;
  }
  
  /*-----scroll to top-----*/ 
   
  .scrollup {
	  width: 40px;
	  height: 40px;
	  position: fixed;
	  bottom: 50px;
	  right: 50px;
	  display: none;
	  color: white;
	  background-color: #3a3f51;
	  border: 1px solid #3a3f51;
	  font-size:2em;
	  text-align: center;
	  line-height: 37px;
  }
   
  .scrollup:hover {
	  color: white;
  }
	
 /*-----contenu site-----*/ 
  .couv-magHome {
	  display: inline-block;
	  float: left;
	  width: 100%;
	  padding: 10px;
  }
  
   #bgpub_center{
	  display: block; 
	  max-width:100%;
	 padding:0;
   }
  
  
  #bgpub_g,#bgpub_d {
	  display:none; 
  }
  
  /*#bannersup1{
	   display:none;
   }*/
   
   #bannersup2{
	  display:inline-block;
	  position:relative;
	  width: 100%;
	  height: auto;
	  text-align: center; 
	  padding: 10px 0px; 
	  box-sizing:border-box;
  }
  
  #bannersup2 iframe{
	  position: absolute;
	  top:0;
	  left: 0;
	  width: 100% !important;
	  height:auto!important;
  } 
   
  .liste-tests ul li {
	  display: inline-table;
	  width: 100%;
	  height: auto;
	  list-style-type: none;
	  margin: 0px 0px 10px 0px; 
  }
  
  .liste-tests ul li h2.titre-liste{
	  padding: 0px 0px 5px 5px;
  }
  
  .supportVideos { 
	  padding: 0px 0px 0px 5px;
  }
  
  #liste-videos ul li, .liste-videos ul li,.liste-videosHome ul li{
		  width:100%;
		  padding: 10px 0px 10px 0px;
		  border-bottom:1px solid #f4f3f3;
		  margin:0!important;
  }
   
  .liste-videosHome ul li .player-play-buttonHome {
	  position: absolute;
	  margin-top: 20%;
	  margin-left:39%;
  }
  
  .liste-tests ul li h2.titre-liste{
		  padding: 0px 0px 5px 5px;
  }
  
  .play-buttonHome:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 15.01154734px solid transparent;
	  border-bottom: 15.01154734px solid transparent;
	  border-left: 26px solid #009fe3;
	  position: absolute;
	  margin-left: 11px;
	  margin-top: 5px;
  }
  
  .titre{
	  width:100%; 
	  line-height: 0.8em;
  }
  
  .quick-nav,.voirTous {
	  display: table;
	  width: 100%;
	  text-align: center;
	  padding: 0;
	  margin:10px 0px 10px 0px!important;
	  border:none;
  }
  
   
  .quick-nav a,.voirTous a { 
	  display: table-cell;
	  font-size:1em;
	  line-height: 1em; 
	  text-decoration: none;
	  text-align: center;
	  text-transform: uppercase; 
	  border: 1px solid #009fe3;
	  padding: 10px 0px;
	  color: #333;
	  font-weight:bold;
  }
  
  
  .bg-titre .voir-tous a{
	  display: inline-block;
	  float: left;
	  color:#009fe3;
	  margin: 0;
	  font-weight: bold;
	  width: 30%;
	  background-color: #fff;
	  /* padding: 10px 0px 10px 0px; */
	  border-radius: 5px;
	  border: 1px solid  #f4f3f3;
	  text-align: center;
	  margin: 10px 5px 0px 5px;
  }
   
  .liste-articles ul li img {
	  margin: 0px 0px 10px 0px;
		 min-width: 100% !important;
	  padding: 5px 10px 0px 0px;
  }
  
  .liste-home ul li{  
	  border-bottom:1px solid #f4f3f3;
	  padding-bottom:10px;
  }
  
  .liste-home ul li img {
	  margin: 0px 0px 0px 0px;
	  width:100%;
	  padding: 0px 10px 0px 0px;
	  border:none;
  }
  
   .breves img{
	  display:none;
  }
   
  .support{
	  display: inline-block;
	  width:100%;
	  margin: 0px; 
  }
  
 
  
  .dateHome{
	  display:none;
  }
  
 
  
  h2.titre-liste{
	  margin:0;
	  padding:0;
  }
  
  .texte-resume{
	  display:none;
  }
  .categorieHome { 
		  float: left;
	  padding: 0;
	  margin: 0px 5px 0px 0px;
	  width: auto;
	  height: auto;
	  color: #000000;
	  font-weight: bold;
	  text-transform: uppercase;
	  list-style-type: none;
   }
   
  .categorieHome a { 
	  color:#009fe3;
	  margin:0; 
  }
  
  .suiveznous{
	  display:none;
  }
  
  .bt-reseaux-socHome{
	 display:none;
 }  
   
  .bg-titre { 
	  text-align: center;
	  padding-bottom:5px;
  }
  
  .texte-article {
	  margin: 5px 0px 5px 0px;
  }
  
  .texte-article a {
	  color:#009fe3;
  }
  
  .texte-article a:hover {
	 text-decoration:underline;
  }
  
  .texte-article input{
	 
  }
  
  
 .motcles{
	     border-top: 1px dotted #CCC;
    padding-top: 10px;
    margin-top: 20px;
 }
  
  #voiraussi ul li{
	  width: 100%;
	  margin-bottom: 10px;
	 min-height: auto;
  } 
  
  .liste-vignettes ul{ 
	  margin-bottom:20px;
  }
  
  .liste-vignettes ul li{
	  float: left;
	  list-style-type: none;
	  margin: 0;
	  width: 50% !important;
	  /* max-height: 350px !important; */
	  padding: 10px; 
	  height: 220px;
	  box-sizing: border-box;
  }
  
  .liste-vignettes ul li h3 { 
	  font-size: 1em;
	  line-height: 1.2em; 
	  color:#000;
	  text-overflow: ellipsis;
  }
  
  .liste-vignettes ul li a {
	  float: left;
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	  height:auto;
	  text-align: center;
	  }
  
  .liste-vignettes ul li img {
	  max-width: 100%;
	  height: auto;
	  }
  
  .liste-portfolio ul {
	  float: left;
	  width: 100%;
	  height: auto;
	  margin: 10px 0px 0px 0px;
	  padding: 0;
	  }
  
  .liste-portfolio ul li {
	  display: inline-block;
	  list-style-type: none;
	  padding: 5px;
	  width: 50%;
	  height: 120px;
	  } 
  
  .liste-portfolio ul li a {
	  float:left;
	  list-style-type:none; 
	  padding:0;
	  width:100%;  
	  line-height: 1.2em;
	  }
	   
  .video-play{    
	  display:none;
	  }
	  
  .liste-videos ul li.video-first .player-play-button { 
	  margin-top: 20%!important;
	  margin-left: 42%!important;
	  }	
	  
  .liste-videos ul li .player-play-button { 
	  margin-top: -35%;
	  margin-left: 42%;
	  }
  
  .play-button:after { 
	  border-top: 14px solid transparent;
	  border-bottom: 14px solid transparent;
	  border-left: 24px solid #009fe3; 
	  } 
	  
  
  /*---falaises---*/
   
   #menu-fiche-station ul li {
	  display: inline-block;
	  width: 100%;
	  list-style-type: none;
	  margin: 0px 0px 0px 0px;
  }
  
   #menu-fiche-station ul li a {
	  display: inline-block;
	  width: 100%;
	  color: #ffffff;
	  font-size:1em;
	  padding: 10px 5px 10px 5px;
	  border-radius: 5px;
	  margin: 0px 0px 1px 0px;
	  background-color: #515151;
	  text-align: center;
	  text-decoration: none;
	  }
   
  .infosStations {
	  display: inline-block;
	  margin-top: 10px;
	  }
  
  .value,.valueLast{
	  display: inline-block;
	  font-weight: bold;
	  width: 31%; 
	  height: 70px;
	  font-size: 0.8em;
	  line-height: 1.2em;
	  margin:0px 5px 0px 0px;
	  padding: 5px;
	  -moz-border-radius: 15px;
	  border: 1px solid  #f4f3f3;
	  color: #000;
	  border-radius: 5px;
	  }
   
   .grid2 ul li.resultats-listeStations{
	  display: inline-block;
	  width: 47%;
	  padding: 5px 0px 5px 0px;
	  list-style-type: none;
	  border:none;
	  }
	
   /*----col right ---*/
   
  .col-right { 
	  max-width: 100% !important;
	  min-width:100%;
	  padding: 0px 10px 0px 10px; 
	  margin: 10px 0px;
 	  }
   
  .btn-guides{ 
	float: left;
    display: flex;
     width:100%;
    min-height: 55px;
    box-sizing: border-box; 
     flex-direction: column;
    justify-content: center;
	  }
   
   
  .image-top5{
	  margin:0!important; 
	  }
  
  .pavepub{
	  display:inline-block;
	  width:100%;
	  text-align:center; 
  }
  
  #sticky{
	  position:initial!important;
  }
   
  
  .btn-reseauxRight{
	  display:none; 
  }
  
  .couv-mag{
	  display: inline-block;
	  float: left;
	  width: 100%;
	  padding:0px 0px 10px 0px;
  }
  
  .couvMagHome{
	  width: 100%;
	  padding: 10px;
  }
  
  .liens-magHome {
	  display: inline-block;
	  width: 100%;
	  padding:10px;
  }
  
  .col-liens2 a { 
	  font-size: 0.7em;
	  text-transform: uppercase;
	  text-align: center;
	  display: inline-block;
 	  border: 1px solid  #f4f3f3; 
	  width: 100%;
  }
  
.liensMag a { 
	  font-size: 0.7em;
	  text-transform: uppercase;
	  text-align: center;
	  display: inline-block;
 	  border: 1px solid  #f4f3f3; 
	  width: 100%;
  }
  
.boutonsMagazines{
	  display:inline-block;
	  max-width:300px;
  }
  
.btnMag a {
	  display:inline-block;
	  width:30%;
	  margin:10px 10px 0px 0px;
	  padding:5px 0px 5px 0px;
  	  border:1px solid  #f4f3f3;
      color:#009fe3
	  }
  
  
a.btn-acheter{
	  float: left;
	  color: #fff;
	  width:100%;
	  border-radius: 5px; 
	  text-align: center;
	   font-size:0.9em;
	  font-weight: bold;
	  background:#009fe3; 
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  color: #ffffff;
	  padding: 10px 0px 10px 0px;
	  text-decoration: none;
  } 
  
  .pave1{
	  display:none;
  }
  
  .pave1Home{
	  display:inline-block;
	  width:100%; 
	  text-align:center;
  }
   
   /*----comparateur---*/
    
#panel-comp, #panel-comp2, #panel-comp3, #panel-comp4, #panel-comp5, #panel-comp6, #panel-comp7, #panel-comp8, #panel-comp9 {
	  z-index:11;
	  position: fixed; 
	  bottom: 0; 
	  display: none;
	  width: 100%;
	  height: auto;
	  padding: 10px 0px; 
}
   
  .multiPageViewerMessager {
	  /* float: right; */ 
	  font-weight: bold;
	  width: 260px;
	  /* margin: 0px 0px 10px 0px; */
	  text-align: right;
	  color: #fff;
	  text-transform: none;
  }
    
  .multiPageViewerResetButton{
   }
   
  
  /*----falaises mobile----*/
  .grid2 ul li.resultats-listeStations { 
   width:100%;
   border:none;
   }
  
  .deroulanteStationsInside {     
  width: 97%;
  margin: 0px 0px 0px 5px;
  }
  
  #telecommande-stationsInside select.goto {
		  margin: 5px 0px 0px 0px;
  }
  
  #titre-home{
	  padding: 5px;
	 position: initial; 
  } 
   
  .pictosFalaises {
	  /* display: inline-block; */
	  float: left;
	  margin-left: 10px;
	  width: 40px;
  }
  
  .valeurFalaise {
	  display: inline-block; 
	 line-height: 1.5em;
  }
  
  #highlights {
	  display: inline-block; 
	  position:initial;
	  margin-top: 0;
	  width: 100%;
	  height: auto;
	  padding: 10px 10px 0px 0px;
	  /* margin-left: 675px; */
	  background: #000;
  }
  
  #btn-avis { 
	  width: 99%; 
  }
   /*----pre-footer---*/
   
   .pre-footer ul li{
	   width:49%;
   }
   
   .pre-footer ul li.firstPrefooter {
	  display: inline-block;
	  width: 100%;
	  padding: 10px;
	  text-align: center;
	  list-style-type: none;
	  box-sizing: border-box;
    }
  
  .footer-left,
  .footer-center,
  .footer-right{
	  width:100%;
	  padding:0;
  }
  
  
  .bouton-chaussons,.bouton-equipement,.bouton-falaises,.bouton-salle{
	  background-image:none; 
  }
  
  .thumb-offres { 
	  margin: 0px 10px 0px 0px; 
		  width: 20%;
		  border:none;
  }
  
  .lien-offre,.lien-shop-offres,.descriptif-offre{
  width:100%;
  } 
  
   .sticky {
    position: inherit!important;
}
   }
    
  
  @media only screen and (width : 812px) {
  .col-right{
	  min-height:300px;
  }
  
  #logo{
	  margin:0!important;
  }
  
	  #logo img {
	  max-width: 15%;
  }
  
  .liste-home ul li{ 
	  width: 48%!important; 
	  margin: 0px 5px 15px 5px!important;
  }
  
  .sticky{
	  position:inherit!important;
  }
 
 body.dw {
 
}
  
  }
	  
  
  @media only screen and (width: 667px) {
  #logo { 
	  margin-top:0px; 
  }
  
  .sticky{
	  position:inherit!important;
  } 
  
 body.dw {
 
}
  } 
  
  
   /* Portrait and Landscape */
@media only screen and (max-width:1023px){ 
body.dw {
 
}

#pre-header {
    display: none;
}

 .conteneur_site,.conteneur_wide{
	display: inline-block;
    width: 100%!important;
    max-width: 100%!important;
    margin: 0px auto!important;
  }
  
  .sticky {
    position:static!important;
	top: unset!important;
}

.site-header {
    position:relative;
    z-index: 11;
    box-sizing: border-box;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-width: initial;
    width: 100%;
    background-color: #fff;
    height: auto;
    border-bottom: 1px solid #f4f3f3;
}

#searchbar {
    float: left;
    position: absolute;
    width: 87%;
    height: 50px;
    border-top: 5px solid #333;
    padding-left: 5px; 
    z-index: 9999;
    background: #333;
    border-bottom: 5px solid #333;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}

 
#toggle {
    display: inline-block;
    position: absolute;
    margin: 25px 0px 10px 20px; 
    z-index: 4; 
    color: white;
    transition: all ease-out 0.3s;
}

#toggle a i {
    position: relative;
    transform: translateY(-50%);
    color:#009fe3;
}
 

#logo{
	  display: block;
	  position: absolute;
	  padding: 0;
	  width:100%; 
      margin: 10px 0px 10px 0px;
	  }
  
#logo img {
	  max-width:35%;
	  margin: 0;
  } 
  
#topnav {
	display: block;
	float: right;
    margin-right: 5px;
   }
  
#topnav ul { list-style: none;
	  margin: 0px 0px 0px 0px;
	  }
	  
#topnav ul li {
	float: left;
	font-weight: bold; 
	color:#aaa;
  }
  
#topnav ul li a {
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 80px;
	padding: 0 8px;
	margin-right: 8px; 
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  
 #topnav ul li a:hover {
   color:#009fe3;
  }
  
#topnav ul li a#searchtoggl {
  line-height: 50px;
  margin-right: 0;
  padding: 0 14px;
  margin-top:0px;
  }
  
div#overlay { 
	  display: block;
	  visibility: hidden;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%; 
	  transition: all ease-out 0.3s;
	  z-index: 1;
	  opacity: 0;
  }
  
  html.open-menu { overflow: hidden; }
  
  html.open-menu div#overlay {
	visibility: visible;
	opacity: 1;
	width: calc(-150%);
	left:270px;
  }
  
 html.open-menu a#toggle,
   html.open-menu main#content { 
   transform: translateX(270px); 
   }
  
  html.open-menu nav#menu {
	z-index: 3;
	transform: translateX(0);
  } 
	  
  #menu{
	  position: fixed;
	  height:100%;
	  width: 100%; 
	  left: 0;  
	  padding-top: 50px;
	  overflow: hidden;
	  overflow-y: auto;
	  transform: translateX(-100%);
	  background-color:#FFF;
   } 	 
  
  #menu ul {
	text-align: left;
	background-color:#FFF; 
  }
  
  #menu ul li {
	  display: inline-block;
	  width:100%;
  }
  
  #menu ul li a { 
	  display: block;  
	  }
  
  #menu ul li a > i { 
	  float: right;
	  }
  
  #menu ul li ul {
	display: none; 
	width: 100%; 
  }
  
  #menu ul li:hover > ul { display: none; }
  
  #menu ul li:hover > a > i { transform: rotateZ(0); }
  
  #menu ul li.open > a {color:#009fe3; }
  
  #menu ul li.open > a > i { transform: rotateZ(90deg); }
  
  #menu ul li.open > ul { display: block; position: static;}
  
  div#overlay { 
	display: block;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	transition: all ease-out 0.3s;
	z-index: 1;
	opacity: 0;
  }
  
  html.open-menu { overflow: hidden; }
  
  html.open-menu div#overlay {
	visibility: visible;
	opacity: 1;
	width: calc(-150%);
	left:270px;
  }
  
  html.open-menu a#toggle,
   html.open-menu main#content { 
   transform: translateX(270px); 
   }
  
  html.open-menu nav#menu {
	z-index: 3;
	transform: translateX(0);
  }
  
  .site-header.stickytop {
	  position:fixed; 
	  top:0;
	  left:0;
	  width: 100%; 
	  padding:10px 0px;
	  background-color:#fff;
  } 
  
  .site-header.dw{ 
    border-bottom: none;
    padding-top: 0;
}
   
  
   .navbar-default .navbar-nav>li>a { 
	  text-transform: uppercase;
	  font-weight: bold;
   }
   
   .nav>li>a {
	  position: relative;
	  display: block; 
  }
   
   nav > ul > li.lvl1.first a { 
   float:left;
	  width: 100%;
	  background: url(../images/picto-home.jpg) no-repeat;
	  text-indent: -999999px;
	  margin: 10px 0px 5px 20px;
   }
   
  .navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin: 0 !important;
	  background-color: transparent;
	  /* background-image: none; */
	  border: 1px solid transparent;
	  border-radius: 4px;
  } 
  
  .navbar-collapse.collapse {
	  display: block!important;
	  height: auto!important;
	  padding-bottom: 0;
	  overflow: visible!important;
  }
  
  .navbar-collapse {
	  width: auto;
	  border-top: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  } 
   
  .lvl1.first a {
	  display:inline-block;
	  background:none;
	  text-indent:0;
	  width:100%;
	  text-align:left;
	  }  
	  
		
	}
   
 
   /* iPad Mini in portrait only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  
body.dw {
 
}

#pre-header {
	display:none;
}

.site-header{
	width:96%;
}

#logo { 
    width: 95%;
}

#logo img {
    max-width: 15%;
    margin: -10px 0px 0px 0px;
}

main { 
    width: 100%;
}

.liste-videosHome ul li {
    display: inline-table;
    width: 30%;
}

.col-left,.col-right{
	min-width:100%!important;
	max-width:100%!important;
	}

.btn-guides { 
    margin: 0px 10px 10px 0px; 
    width: 48%; 
}

.styleNews {
    float: left; 
    margin: 0px 5px 0px 5px;
}

a.btn-acheter{ 
    margin: 3px 0px 5px 10px;
}

.col-liens2 a {
	display:inline-block;
    margin: 10px 10px 0px 10px; 
}

#topmatos {
    display: inline-block;
    width:100%; 
	margin-left:0;
}

.topmatos {
    display: inline-block;
    width:100%; 
	margin-left:0;
}

#accesmatos {
    display: inline-block;
    width:100%;
    margin-left: 10px; 
}


.pavepub {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.deroulanteStationsInside{
	width:22%;
}

 .resultats { 
    width: 48%;

  }
  
  .checkTest { 
      width: 23%;
    font-weight: normal;
    font-size: 1em!important;
    letter-spacing: undefined !important;
    color: #484848 !important; 
    border-radius: 0px !important;
    height: auto !important;
    display: block !important;
    -webkit-appearance: none !important;
    box-sizing: border-box;
    border: none;
} 

.sliders .ui-slider-horizontal,.slidersCha .ui-slider-horizontal  {
    width: 97%;
    margin: 10px 0px 10px 6px;
}

  .tabMatos label{
    position: initial; 
    display: inline-block;  
    cursor: pointer;
    font-size: 1em;
    margin: 0;
  }
  
  .checkOffre {
   display: inline-block;
      width: 34%; 
}

#valideTelecommande { 
    width:100%;
}

.sliders, .slidersCha {   
	width:100%;
    padding: 5px;
}


#recherche-inside { 
    width: 97%;
}

.img-modeles ul li{
	width: 22%;
}
}
  
  
  /* ----------- Galaxy Tab 10.1 ----------- */
   
  
  /* Portrait */
@media 
	(max-device-width: 800px) 
	and (orientation: portrait) { 
		#bgpub_d, #bgpub_g{
	   display:none;  
   }
  }
  

@media only screen and (device-width :960px){ 
body.dw {
   
}
#pre-header{  
	  display:none;
  }
  
#searchbar { 
	float: left;
	  position: absolute;
	  width: 88%; 
	  border-top: 5px solid #333;
	  padding-left: 5px; 
	  z-index: 9999;
	  background: #333;
	  border-bottom: 5px solid #333;
	  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  }
  }
 
 
 
 /*----Formulaires----*/
 .warning{
	font-weight: bold;
    background: red;
    font-size: 2em;
    color: #FFF;
    font-size: 1.2em;
    padding: 10px;
    box-sizing: border-box;
	}
	
	.success{
	font-weight: bold;
    background: chartreuse;
    font-size: 2em;
    color: #666;
    font-size: 1.2em;
    padding: 10px;
    box-sizing: border-box;
	}
	
	  
  .submit {
	display: inline-block;
    background:#009FE3;
    color: white;
    font-size: 1em;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    padding: 10px;
  }
  
    .submit input{
	border: 0;
    background: none; 
    color: white;
    font-size: 1em;
	}
  
  .submit:hover {
	  opacity: 0.5;
  }
   
	
	form .field.input.required input{ 
	display:inline-block;
	width: 100%;
    box-sizing: border-box;
    height:2.3em;
    border-radius: 5px;
	}
	
	form .field.input.required label, .field.select.required label,.field.multiple{ 
	display: inline-block;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
		}
		
	.options input[type="radio"]{
		display:inline-block;
	}
  /*----menu 2----*/
  
  header.dw{
	  background-color:#333; 
  }
  
  /*Strip the ul of padding and list styling*/
ul#menu_2 {
    list-style-type:none;
    margin:0;
    padding:0; 
}
/*Create a horizontal list with spacing*/
ul#menu_2 li {
    display:inline-block;
    float: left;
    border-right: 1px solid #FFF;
}

ul#menu_2 li a.active {
 background-color:red;
}

ul#menu_2 li.last{ 
    border-right: none;
}

ul#menu_2 li.first a{
	background: url(../images/ico-first.png) no-repeat center 30%;
    text-indent: -999999px;   
} 

 
ul#menu_2 li.first a:hover{
	background: url(../images/ico-first-hover.png) no-repeat center 30%;
    text-indent: -999999px;
}


/*Style for menu links*/
ul#menu_2 li a {
      display: block;
    min-width: 120px;
    height: 50px;
    font-size: 0.9em;
    text-align: center;
    line-height: 50px;
    color: #fff;
     text-decoration: none;
}
/*Hover state for top level links*/
ul#menu_2 li:hover a {
    background:red;
	color:#fff;
}
/*Style for dropdown links*/
ul#menu_2 li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
ul#menu_2 li:hover ul a:hover {
    background:#009fe3;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
ul#menu_2 li ul {
    display: none;
}
/*Make dropdown links vertical*/
ul#menu_2 li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
ul#menu_2 li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul#menu_2 ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color:#FFF;
     background:red;
    text-align: center;
    padding: 15px 0;
    display: none;
}
 
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu_2{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    ul#menu_2 {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    ul#menu_2 li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul#menu_2 li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}

/*-----fin menu 2-----*/ 