@charset "UTF-8";
  /* CSS Document */
@import url(https://fonts.googleapis.com/css2?family=Hind:wght@400;600&amp;amp;amp;amp;amp;family=Montserrat:wght@700&amp;amp;amp;amp;amp;display=swap);

body{
 	  line-height:1.4em;
	  font-family: 'Hind', sans-serif;
	  margin:0;
	  }
 
  /* 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;
}
.sidebar2 div {
    display: inline-block;
    text-align: center;
	margin: 0 auto;
}
img, object, embed, canvas, video, audio, picture {
	  max-width: 100%;
	  height: auto;
}

@media only screen and (max-width:767px){
#lightbox-container-image, #jquery-lightbox, #lightbox-container-image-box, #lightbox-nav, #lightbox-loading, #lightbox-container-image-data-box {
		max-width:100% !important;
		height: auto !important;
	}
#lightbox-secNav-btnClose {z-index: 9900; position: absolute;}
}
	  
  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;  
	  }
	
  .conteneur_wide{ 
	  display:flex; 
	  max-width:1480px;
      margin:0px auto;
	  position:relative;
	  }
	  
  .conteneur_site{
	  width: 1140px;   
	  margin:0 auto;   
	  margin-top:10px;
	  }
   
  .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:#e2001a;
	  color:#fff;
	  border:none;
	  }
  
  button:hover{
	  background-color:#333; 
	  }
  
  a { 
	  color:#e2001a;
	  outline: none; 
	  text-decoration:none;
	  border:0px;
	  }
	  
  a:hover{
	  color:#e2001a;
	  } 
  
  h1{
  	  margin: 5px 0px 10px 0px;
	  padding:0;
	  line-height:1.5em;
	  font-family: 'Montserrat', sans-serif;
	  letter-spacing: -0.6px;
  }
  
  h2, h3{
	  margin: 5px 0px 10px 0px;
	  padding:0;
	  line-height:1.2em;
	  font-family: 'Montserrat', sans-serif;
	  letter-spacing: -0.6px;
   }
   
blockquote{
	 display: inline-block;
    border-left: 2px solid #C00;
    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;
   }
   
  
  .wide{
		  display:inline-block;
		  width:100%;
	  }
	  
  .strong{
	  font-weight:bold;
  }
  
  .motscles{
  display:inline-block;
	  width:100%;
	  font-size:0.9em;
	  margin-top:20px;
	  margin-bottom:20px;
  }
  /* --------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: 0px 3px 6px rgba(50, 50, 50, 0.75);
	  -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
	  box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
	  z-index: 10000;
  }
   
  #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: #e2001a; 
	  color:#fff!important;
  }
  
  .abo a { 
	  color:#fff!important;
	  text-transform:uppercase;
  }
  
  .stylebouton,.btn-abo{
	  display:inline-block;
	  padding: 10px;
	  border-radius: 5px;
	  background-color: #e2001a; 
	  color:#fff!important;
	  text-align:center;
  }
  
   .stylebouton a,.btn-abo a{ 
	  color:#fff!important;
  }
  
  
  a.boutique {
	  text-decoration: underline;
  }
  
  .btn-reseaux {
	  float: left;
	  width: 20px;
	  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 #e2001a;
	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: 0px;
   }
  
  h2.titre-home{
	  display: inline-block; 
	  margin-bottom: 0px;
	  font-size: 1.1em;
  }
  
  h2.titre-home a{ 
	  color:#000000!important; 
  }
  
  .texte-resume {   
	  width: 100%; 
  }

  .editeur{
	  font-size:0.9em;
	  font-weight:bold;
  }
    
  .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:#e2001a;
  } 
  
  .support2bis{
	  display: inline-block;
	  width: 100%;
	  text-align: center;
   }
  
  .bt-reseaux-soc{
	  display: inline-block;
	  margin: 10px 0px;
	  width: 100%;
  }
  
  /*---Pagination---*/ 
	  .paginationControl {
	  float: left;
	  width:100%; 
	  font-size:1em;
	  color: #fff;
	  text-transform: none; 
	  margin: 30px 0px 10px 0px;
  }
  
  .current {
	  color: #e2001a;
	  font-weight: bold;
	  padding: 15px 20px;
	  border: 1px solid #e2001a;
  }
  
  .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;
  }
  
  .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%;
  }
    
   
  /*---------- 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;  
  }

.baselineMatos{ 
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    font-size: 1.2em;  
	}
	   
  #logo{ 
      display: inline-block;
	  width: 100%;
	  height: auto;
	  /*margin-top: 10px;*/
	  text-align: center;
  }
#logo svg {
    max-width: 200px;
}    
  #logo img:hover, #logo svg:hover{
	  filter:alpha(opacity=80);
	  -moz-opacity:0.8;
	  -khtml-opacity:0.8;
	  opacity:0.8;
  }
@media screen and (max-width: 767px) {
#logo svg {
    max-width: 30%!important;
    margin-top: -3px;
}
}   
  /*---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;	
  }
   
  /*--MENU__*/
   
  ul li.lvl3 { 
  display:none;
  }
  
  .lvl1.last{
	  padding-right:0px;
  }
  
  nav > ul > li.lvl1.first a {
	  float: left;
 	  width: 25px;
	  /*height:25px;*/
	  background: url(../png/picto-home.png) no-repeat top center;
	  text-indent: -999999px;
	  margin: 0px 0px 0px 0px;
	  padding:0px 10px 0px 0px!important;
  } 
  
   nav > ul > li.lvl1.first a:hover{
	    background: url(../png/picto-home-hover.png) no-repeat top center;
   }
   
  
  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;
  } 

 nav#menu_tertio > ul > li.lvl1.first a {text-indent:initial; background:none;width:auto;padding: 30px 20px 0px 20px !important;}

@media only screen and (max-width: 1023px) {
#menu_tertio ul li.lvl1.first a {
    margin: 0 !important;
    padding: 0 !important;
}
}
   
  div#overlay { display: none; }
  
  #toggle {
	  display:none; 
  }
   
  #menu{
	  /*border-bottom:3px solid #000;*/
	text-align: center;
	margin-top:30px;
  }
   
header::after {
  content: "";
      position: absolute;
      -webkit-box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
      box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
      left: 0;
      width: 100%;
      height: 4px;
      /* overflow: hidden; */
      border-bottom: 2px solid #FFF;
      margin-top: -5px;
  }

  #menu_secondary,#menu_tertio {width:315px;display:block;}
  #menu_secondary {font-size:16px;}
  .sidenav #menu_tertio a {font-size:13px;}

  #menu_secondary::after {content:"";/*border-bottom:1px solid #ccc;*/ width:200px; text-align:center; display:block;margin-left:20px;padding-bottom:20px;}

  #menu a, #menu_secondary a, #menu_tertio a { 
	  color:#414141; 
	  text-transform:uppercase;
	  }
	  
  #menu_tertio a {
	  color:#555;
	  }
  
  #menu ul, #menu_secondary ul, #menu_tertio ul {
	margin: 0;
	padding: 0; 
  }
  
  #menu ul li, #menu_secondary ul li, #menu_tertio ul li {
	display: inline-block;
	position: relative;
  }
  
  #menu_secondary ul li,#menu_tertio ul li {
	width:100%;
  }
    
#menu_secondary ul li.lvl1 {border-bottom:1px solid #ccc}

  #menu ul li > a, #menu_secondary ul li > a {
	display: inline-block;
	padding:10px 20px 7px 20px;
  }
  
 #menu_tertio ul li > a {
	display: inline-block;
	padding:0px 20px 7px 20px;
  }
  
  #menu ul li > a > i,#menu_secondary ul li > a > i,#menu_tertio ul li > a > i {
	margin-left: 15px;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.1s;
  }
  
  #menu ul li ul,#menu_secondary ul li ul,#menu_tertio 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;*/
	-webkit-box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
    box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
  }
  
#menu_secondary ul li ul {display:block; box-shadow: none; -webkit-box-shadow: none; position:relative;width:auto;top:auto;}
.sidenav #menu_secondary ul li ul li a {font-size: 13px;padding: 0 0 0 30px;}

  #menu ul li ul li ul.lvl3,#menu_secondary ul li ul li ul.lvl3,#menu_tertio ul li ul li ul.lvl3 {
	  display:none;
  }
  
  #menu ul li ul li,#menu_secondary ul li ul li,#menu_tertio ul li ul li { display: block; }
  
  #menu ul li ul li a,#menu_secondary ul li ul li a ,#menu_tertio ul li ul li a{ display: block; }
  
  #menu ul li:hover > a,#menu_secondary ul li:hover > a,#menu_tertio ul li:hover > a {color:#e2001a;}
  
  #menu ul li:hover > a > i,#menu_secondary ul li:hover > a > i,#menu_tertio ul li:hover > a > i { transform: rotateZ(90deg); }
  
  #menu ul li:hover ul,#menu_secondary ul li:hover ul,#menu_tertio ul li:hover ul { display: block; }
  
  /* --fin MENU--*/  
   
  .legende h2{
	  color:#555;
	  font-size:20px;
	  /*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:#e2001a;
   }
   
  .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: #e2001a;
    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: #e2001a !important;
  }
   
   
   
  
  /*--- col-left et right ---- */
  .main{
	  display:inline-block;
	  width:100%;
	  margin:0px 0px 20px 0px;
	  clear: both;
  }
  .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: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

  .col-left ul{
	 display:inline-block;
	  margin:0;
	  padding:0;
	  margin-inline-start: 1em;
	  }
	  
  .col-left ul li{ 
	  margin:0;
      padding:0;
 	  }
  
  .couv-magHome{
	  display: inline-block;
	  float: left;
	  width:37%;
	  padding:5px 40px 10px 0px;
  }
  
.anciens-mag ul { margin:0; padding:0;  }
@media only screen and (max-width:767px){
	.anciens-mag {display:none;}
	.mid.magazines .sous-titre.left-liste {display:none;}
}

#magazine .col-liens2 a {
	float: left;
    color: #000;
    width: 100%;
    margin: 0px 0px 5px 0px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.68999999rem;
}

#magazine-footer .couv-magHome { width:35%;
	  padding:6px 10px 0px 0px;}

  
  .couv-mag{
	  display: inline-block;
	  float: left;  
	  text-align:center;
  }
  
  .liens-mag{
	  display:inline-block;
	  width:70%;
  }
  
  .liens-magHome{
	  display:inline-block;
	  width:50%;
  }
  .suiveznousHome{
	  display: inline-block;
	  width: 30%;
	  margin: 0px 10px 0px 0px;
  } 
  
  .suiveznous{
	  display: inline-block;
	  width:100%;
	  margin: 0px 0px 10px 0px;
  }

  .box-ariane {margin-left:10px;}  
  
  #ariane, #fil-ariane{
   display:inline-block;
	  width: 100%;
	  color: #666; 
	  font-size:0.7em;
	  text-transform: uppercase; 
	  margin: 0px 0px 10px 0px;
  }
  
  #ariane .currentPage, #fil-ariane .currentPage {
	  text-transform: none; 
  }
  
  .pavepub{
	  display:inline-block;
	  max-width:100%; 
	  text-align:center;
	  margin-bottom:1.25rem;
  } 

  .pavepub iframe{
max-width:300px; 
  }
  
  .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%; 
  }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.blocright, .resSejCR {
	 padding:0 10px;
  }
  }

  
  .btn{
	display: inline-block;
    font-size: 1em;
    padding: 14px 0px 10px 0px;
    width: 100%;
    border-radius: 2px;
    margin: 10px 0px 10px 0px;
    background-color: #999;
    text-align: center;
    text-transform: uppercase;
	  }
  
  .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(../png/search-loupe.png);
	  background-repeat: no-repeat;
	  background-position: 95% 50%;
	  box-sizing: border-box; 
  }
  
/*---- Design selecteur du 18-01-24----*/  
  .select-telecommande select { 
	  font-size:.895em!important;
	  line-height: 24px !important;
	  letter-spacing: undefined !important; 
	  color: #666 !important;
	  background-color:#fff !important; 
	  border-radius: 0.1875rem !important;
	  border:1px solid #ccc !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(../media/puce-bas.svg) no-repeat 90% center;
	  background-size: 13px;*/
	  border:none;
	  font-family: 'Hind', sans-serif !important;
   }
  .select-telecommande::after {
content: '\f0d7';
    font: normal normal normal 14px/1 FontAwesome;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: block;
    /* height: 100%; */
    pointer-events: none;
    position: relative;
    right: -87%;
    top: -1.3rem;
    font-size: 1.1em;
    line-height: 0.5rem;
    color: #ccc;
    display: block;
  }
  
  
    
  #reset{
		  display: inline-block; 
  }
	
   
   .right-liste{ 
	   float:right;
	   width:60%;
   } 
   
   .left-liste{
	   float:left;
	   width:40%;
   }
   
  #topmatos,#accesmatos{
	  display: table;
	  width: 100%;
	  text-align: center; 
	  margin: 10px 0px; 
	  box-sizing: border-box;
  } 

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #topmatos {padding: 0 10px;}
}
  
  #accesGuides{
	  display: inline-block;
	  width: 100%;
	  box-sizing: border-box;
  }
  
  .btn-guides {
	  display: inline-block;
	  font-size: 1em;
	  line-height: 21px;
	  margin: 0px 0px 10px 0px;
	  text-align: center;
	  text-transform: uppercase;
	  width: 100%;
	  height: auto;
	  color: #e2001a;
	  line-height: 2em;
	  border: 1px solid #ccc;
	  box-sizing: border-box;
	  border-radius:2px;
	  }
	  
  .btn-guides a,.btn-guidesInt a{ 
	  display: block;
	  padding:7px 0 5px;
	  color:#000;
	  }
  .btn-guides a:hover,.btn-guidesInt a:hover{
	  color:#555;
	  background-color:#f2f2f2;
	  }	  
	  
  .btn-guidesMin {
	display: inline-block;
    box-sizing: border-box;
    width:25%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 15px 0;
    border: 1px solid #e2001a;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 21px;
    line-height: 2em; 
	border-radius:2px;
  }
  
 
  
  .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;
	  border-radius:2px;
	  }
	  
  .btn-guides a,.btn-guidesInt a, .btn-guidesMin a{ 
	  color:#000;
	  }
  
  .box-compare-item {
   	display: inline-block;   
	width:100%; 
	text-align:center;
   	margin-bottom: 10px; 
   	border: 1px solid #ccc;
    color: #000;
    line-height: 2em;
  }
 
  
  .box-compare-item a{
	  border:1px solid  #ccc;
  }
  
  .box-compare-item a{
	  border:1px solid  #ccc;
  }

  .box-compare-item:hover {
	  background-color:#f2f2f2;
	  color:#555;
  }

  .box-compare-item-comparison-name {
	display: inline-block;
    /* padding: 15px; */
    text-align: center;
    vertical-align: middle;
    /* font-size: 1em; */
    /* color: #333; */
    text-transform: uppercase;
    padding: 7px 0 5px;
    line-height: 2em;
  }
 
  
  .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;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 10px 0px;
    font-size: 2em;
    padding-bottom: 2px;
    line-height: 1em;
    color: #555;
  } 
  
  
  .sous-titre{
	  display: inline-block;
	  width: 100%;
	  text-align: center;
	  font-style: normal;
	  color: #555;
	  font-family: 'Montserrat', sans-serif;
	  letter-spacing: -0.6px;
	  margin: 10px 0;
	  font-size:22px;
	  font-weight:bold;	
  }
  
  
  #offres-comm {
	  float: left;
	  width: 100%; 
  }
  
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.col-left #offres-comm li { margin-right:0; }
.col-left #offres-comm li.odd { float:right; width:50%;margin-right:0; text-align:left;padding-left:10px;}
.col-left #offres-comm li.even { width:50%; margin-right:0;margin-bottom: 20px;padding-right:10px;}
.col-left #offres-comm li.odd .descriptif-offre { /*float:right;*/}

.blocright #offres-comm li { margin-right:0; }
.blocright #offres-comm li.odd { float:right; width:50%;margin-right:0; text-align:left;padding-left:10px;}
.blocright #offres-comm li.even { width:50%; margin-right:0;margin-bottom: 20px;padding-right:10px;}
.blocright #offres-comm li.odd .descriptif-offre { /*float:right;*/}

.blocright #offres-comm li {border:none;} 
.blocright #offres-comm ul {
	width: 100%;
    list-style-type: none;
    margin: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
	padding:10px !important;
  }
  
.blocright #offres-comm li.odd.last { margin-right:0px; }

.blocright { text-align:left !important;}
  
.blocright .thumb-offres { 
	float: left;
	width: 100% !important;
	text-align: left !important;
	margin-bottom:10px;
   }
 
.blocright .rightOffres{
	display:inline-block; 
	/* float:right; */
	width: 100% !important;
	max-width:none !important;
	/*max-width: 160px;*/
  }
 
.blocright #offres-comm ul li {
	float: left; 
	width: 23.8%; 
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	border-bottom: none !important;
  }
  
.blocright .lien-offre{
	  display: inline-block;
	  font-weight: bold; 
	  font-size: 0.9em;
	  line-height: 1.2em;
  }
 
.blocright .descriptif-offre {
	  float: left;
	  font-size: 0.8em;
	  line-height: 1em;
	  width: 80%;
  }

  
.blocright .lien-shop-offres {
	  float: left;
	  text-decoration: underline;
	  font-size: 0.9em;
	  line-height: 1.2em;
	  /*width: 80%;*/
  }


#logo img, #logo svg {
    max-width: 20%;
}
}
  
.col-left #offres-comm ul {
	width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
  }

.col-right #offres-comm ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.col-right #offres-comm {
    margin-bottom:20px;
}

  
.col-left #offres-comm li.odd.last { margin-right:0px; }
  
 .col-left .thumb-offres { 
	float: left;
	width: 100%;
   }

.col-right .thumb-offres {
    float: left;
    width: 20%;
    height: 55px;
    margin-right: 10px;
    text-align: center;
}
  
.col-left .rightOffres{
	display:inline-block; 
	/* float:right; */
	/*width: 75%;*/
	max-width: 160px;
  }

.col-right .rightOffres {
    display: inline-block;
    float: right;
    width: 75%;
}
  
.col-left #offres-comm ul li {
	float: left; 
	width: 23.8%; 
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	/*border-bottom: 1px solid  #ccc;*/
  }

.col-right #offres-comm ul li {
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    list-style-type: none;
    border-bottom: 1px solid #f2f2f2;
}
  
.col-left .lien-offre{
	  display: inline-block;
	  font-weight: bold; 
	  font-size: 0.9em;
	  line-height: 1.2em;
  }

.col-right .lien-offre {
    display: inline-block;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2em;
}
  
.col-left .descriptif-offre {
	  float: left;
	  font-size: 0.8em;
	  line-height: 1em;
	  width: 80%;
  }

.col-right .descriptif-offre {
    float: left;
    font-size: 0.8em;
    line-height: 1em;
    width: 80%;
}
  
.col-left .lien-shop-offres {
	  float: left;
	  text-decoration: underline;
	  font-size: 0.9em;
	  line-height: 1.2em;
	  /*width: 80%;*/
  }

.col-right .lien-shop-offres {
    float: left;
    text-decoration: underline;
    font-size: 0.9em;
    line-height: 1em;
    width: 80%;
}

  
@media only screen and (max-width:1023px){
.col-left #offres-comm ul li {
	  width: 46%;
	  border:none;
  }
	
}

.col-left .descriptif-offre {
	  float: left;
	  font-size: 0.85em;
	  line-height: 1.2em;
	  /*width: 80%;*/
	  color:#555;
	  margin-top: 5px;
  }

.col-left .lien-shop-offres {
	  float: left;
	  text-decoration: underline;
	  font-size: 0.9em;
	  line-height: 1.2em;
	  /*width: 80%;*/
  }
 
  #magazine,#magazine-footer {
	  display:inline-block;
	  width: 100%; 
   
  } 
 
 @media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #magazine {padding: 0 10px;}
} 
  #magazine ul,#magazine li,#magazine-footer ul,#magazine-footer li{
	  float: left;
	  margin: 0;
	  padding: 0;
	  width:100%;
	  list-style: none;
	  font-weight: normal;
  }
  
  #magazine .sous-titre, .mid .sous-titre {
	  text-align:left;
	  font-size:22px;
  }

  .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,#magazine .col-liens2 a:hover{
	color:#555;
	background-color:#f2f2f2;
  }
  
#magazine .col-liens2 a {
    float: left;
    color: #000;
    width: 100%;
    margin: 0px 0px 5px 0px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.68999999rem;
}

.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%;
    margin: 5px 0px 5px 0px;
    text-align: center;
    background: #e2001a; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e2001a; 
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.68999999rem;
  }
    
  .liensMag a.btn-acheter{
	 border:none;
	 padding:0;
  }
	  
  #rechercheSallesCR{
	  display: inline-block;
	  width: 100%;
	  height: auto; 
	  font-weight: bold; 
	  font-size: 1em; 
	  padding:15px;
	  margin-bottom:10px;
	  box-sizing: border-box;
	  background-color:#e2001a;
  }	 
  
  #rechercheSallesCR select { 
	  line-height: 24px !important;
	  letter-spacing: undefined !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;
  }
  
  
  #rechercheSalles{
	   display: inline-block;
	  width: 100%;
	  height: auto;
	  font-weight: bold;
	  font-size: 1em;
	  padding: 15px 0px 15px 15px;
	  margin-bottom: 10px;
	  box-sizing: border-box;
	  background-color: #e2001a;
  }
  
  #rechercheSalles select {
	 line-height: 24px !important;
	  float: left;
	  padding-bottom: 7px !important;
	  color: #484848 !important;
	  background-color: #fff !important;
	  border-radius: 0px !important;
	  padding-left: 12px !important;
	  padding-right: 40px !important;
	  height: auto !important;
	  display: inline-block !important;
	  width: 31% !important;
	  -webkit-appearance: none !important;
	  box-sizing: border-box;
	  border: 1px solid #dbdbdb;
	  margin: 0px 5px 0px 5px;
  }
  
  .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: #e2001a;
	  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;
  }
  
/*---- Design selecteur du 18-01-24----*/ 
.tabMatos {  
  	width:auto;
	display: contents;
  }
    
/*  .tab input,.tabMatos input {
	position: absolute;
	opacity: 0;
	z-index: -1;
  }*/
.select-box {display:inline-block;overflow:hidden;} 
  
  
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

/*---- Design selecteur du 18-01-24----*/ 
input[type=checkbox] { 
	background-color: #fff;
    border: 0.1875rem solid #fff;
    border-radius: 0.0625rem;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
    content: "";
    display: block;
    height: 1rem;
    margin: 1px 0.75rem 1px 1px;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    width: 1rem;
	float:left;
}

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

  .tab label {
	position: relative;
    display: block;
    padding: 0 0 0 0em;
    background: #fff;
	color:#555;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
  }
  
/*---- Design selecteur du 18-01-24----*/  
 .tabMatos label:not(.checkOffre label):not(.checkTest label) { 
	cursor: pointer;
    font-size: .895em;
    margin: 0;
    color: #666;
    /*text-transform: uppercase;*/
  }
  
  
.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: 1.5;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	margin-right: 1em;
  }
  .tab input[type=checkbox] + label::after,.tabMatos input[type=checkbox] + label::after  {
	content: "+";font-size: 30px;
  }
  .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);
  }

  #plusmoins{  
    display: inline-block;
	 margin-bottom: 10px;
    width: 100%;  
  }
  
   .strong{
    font-size: 1.2em;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

  /*--------*/	
  
  
  .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: #e2001a;
	  color: #fff;
  }
  
  .label{
	  color:#e2001a;
  }
  
  .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:#e2001a;
  }
  
  .tabs-recherche li.void{
	  display:none;
  }
  
  h2.recherche{
	  color:#000;
  }

.bouton-lien a {
    float: left;
    background-color: #000;
    color: #ffffff; 
    font-size: 1em; 
    text-align: center;
    text-decoration: none;
    width: 17%; 
    padding: 15px 0px 15px 0px;
    margin: 10px 10px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bouton-lien a:hover {
    background-color: #e2001a;
}

.bouton-lienActif a {
    float: left;
    background-color:#e2001a;
    color: #ffffff; 
    font-size: 1em; 
    text-align: center;
    text-decoration: none;
    width: 17%; 
    padding: 15px 0px 15px 0px;
    margin: 10px 10px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}  
  #telecommande-stationsInside select.goto { 
	  line-height: 24px !important;
	  letter-spacing: undefined !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; 
  }
  
  .select-telecommandeSej {
    float: left;
    width: 25%;
    height: auto;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
}  
   #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: #e2001a;
  }
   
  
  .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-weight: bold;
	font-style:italic;
	font-size:0.8em;
  }
  
.bg-titre, .titreVoirAussi {
	width: 100%;
	display: inline-block;
	border-bottom:1px solid #ccc;
	margin:0px 0px 10px 0px;
	font-size:2em;
	padding-bottom:2px;
	line-height:1em; 
	color: #555;
    text-transform: uppercase;
	text-align:left;
	  }
	   
/*   .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:#e2001a;
	  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 #ccc;
	  font-weight: 400;
	  text-transform: uppercase;
	  transition: all .11s ease-out;
	  text-align: center;
	  padding: 2px 30px 0px 30px;
  }
  
  .quick-nav a:hover{ 
	color:#555;
	background-color:#f2f2f2;
  }
  
  .floatleft{
	/* float: left; */
    width: auto;
    margin-right: 0px;  
  }
   
  .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: 2rem 0 0 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid  #f2f2f2;
	font-size: 0.9em;
  }

  .home .liste-home ul li {
	  border-bottom: none;
  }

h2.titre-liste { /*font-family: 'Hind', sans-serif;*/ font-size:16px;}

  .liste-home ul li .texte-resume span, .liste-home ul li .texte-resumeHome span {
	 color:#555 !important;
	 /*line-height:1.6rem !important;*/
	 cursor: pointer;
  }
  .suite {display:none;}
  
 .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;
  }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.liste-magazines ul li{ width:33%;}

}

  
  .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;
	  background-color: #fff;
  } 
  
  #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;  
	  background-color: #fff;
	  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:0px 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: #e2001a;
  }
  
  .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: #e2001a;
  }
  
  
  .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 #e2001a;
	  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 #e2001a;
	  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: #e2001a;
	  font-size: 14.976px;
  }
.categorie {margin-top:7px;}   
  .date{  
	  display: inline-block; 
	  color:#555;
	  font-size: inherit;
	  margin-right:5px;
	  line-height: 2.15em;
  }
  
  .facultatif{
	display: block;
    color: #000;
    font-size: 1em;
    width: 100%;
    font-weight: bold;
  }
  
  
 #voiraussi{
	display:inline-block;
	width:100%;
	background-color:#FFF;
	margin-top: 40px;
  }
  
  #voiraussi ul{
	width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
	margin-bottom: 20px;
  }
  
  #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;
  }
  
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .styleNews{
	  padding: 0 10px;
  }
}	  
  .styleNews ul{
	  display: inline-block; 
	  padding: 0;
	  background-color: #f2f2f2;
	  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: 1em;
	  font-weight: normal;
  }
   
   .styleNews ul li h4 a{ 
	  color:#000;
	  }
  
	  
  /*----fiche article -----*/
  
	.dateauteur{
		  display:inline-block;
	  }

	.dateauteur .date{
		 font-size: 0.8em;
	  }	
	  
	  
  /*-----MATOS----*/
  
  h1#guide-accueil, h1#guide-accueil3 {
  display: inline-block;
	  font-weight: bold;
	  font-size: 3.5em;
	  margin: 20px 0px 15px 0px; 
	  width: 100%;
	  padding: 0px;
	  letter-spacing: -1px; 
	  line-height:1em;
	  text-align:center;
  }
  
  h2#titre-intro {  
	  font-weight: 700;  
	  margin: 0px 0px 5px 0px;
	  padding: 0px;
	  width: 100%;
  }
  
/*---- Design selecteur du 18-01-24----*/ 
  #texte-accueil {
	  display:inline-block;  
	  font-weight: 400;
	  margin: 10px 0px 15px 0px;
	  width:100%;
	  margin: 1.5rem 0px 15px 0px;
  }
  
  .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%;
  }
	
/*---- Design selecteur du 18-01-24----*/ 
  #recherche-inside {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.1875rem;
    font-size: .875rem;
    cursor: pointer;
    padding: 0.275rem 2.5rem 0.275rem 0.5rem;
    width: auto;
    overflow: hidden;		
    height: auto;
    /*margin: 5px 0px;*/
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
	position:relative;
	width:86%;
	  }
/*---- Design selecteur du 18-01-24----*/   
  #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;
	   font-family: 'Hind', sans-serif !important;
  } 
#recherche-inside .fa.fa-search {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 0;
	font-size: 1.3em;
	color:#666;
  }  
  
   #teaserOffres {
	  display: inline-block;
	  width: 28%;
	  padding: 12px;
	  background-color: #FFAE00; 
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
  }
  
  .checklistOffres label {
	  font-weight: bold;
	  font-size: 1em;
  }
  
/*---- Design selecteur du 18-01-24----*/  
  .select-telecommande {
	float: left;
    width: 20%;
    height: auto;
    padding: 0px 5px 10px 5px;
    box-sizing: border-box;
  }
  
  .select-telecommandeSej{
	float: left;
    width: 25%;
    height: auto;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box; 
  }
  
  
  .ligne-selects{
	  display:inline-block;
	  width:100%;
  }
   
/*---- Design selecteur du 18-01-24----*/    
  .checkTest{
    font-size: .895em; 
    margin: 5px 0px;
    box-sizing: border-box;
    text-align: left;
    color: #666 !important;
    width: auto;
    padding: 4px 5px 5px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left;
    background-color: #f2f2f2;
  } 
  
/*---- Design selecteur du 18-01-24----*/  
  .checkTest label{
	  color:#666;
	  font-size:inherit;
  }
  /*.texteLabel {font-size: 1.1em; }*/
  
  .btn-accesform a {
	  font-weight: bold;
	  background: #e2001a;
	  -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;
    font-size: 21.6px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.25;
  }
  h2.titre-liste a::after,  h2.titre-home a::after {
	display: block;
    content: "";
	margin-top: 1rem;
	margin-bottom: 1rem;
    border-bottom: 1px solid #e2001a;
    width: 5rem;
  }
  
  .titre-article{ 
	  display: inline-block;
    width: 100%;
    font-size: 2.6em;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  
  .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:#e2001a;
  }
  
    .texte-hub{
	  display:inline-block;
	  width:100%;
	  line-height::1em;
	  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: block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 24%;
	float:left;
    min-height: 63px;
    line-height: 1.8em;
    margin: 0px 5px 10px 5px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #CCC;
  }

  .listeGammes ul li a {display:block; padding: 20px 0px 15px 0px;} 

  .listeGammes ul li:hover {background-color:#f2f2f2;} 
    
  /*.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:#e2001a;
  }
  
  #telecommandeGuide { 
	  display: inherit;
	  max-width: 100%; 
	  }
  
/*---- Design selecteur du 16-01-24----*/   
.checkOffre {  
    float: right;
   /* margin-top: 20px; */
    width: auto;
    color: #fff;
    padding: 8px 10px 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left;
    background-color:#e2001a;
	font-size:.895em;
}
	  
  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;
	  }
  
  #plusmoins ul{
	  display:inline-block;
	  margin:0;
	  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; 
  }
  
  
/*---- Design selecteur du 18-01-24----*/   
  #results-home{
    float: left;
    /* color: #CC0000; */
    font-weight: bold;
    margin: 10px 14px;
    font-size: 0.8em;
	width:16.9%;
  }
#results-home.large {
	width:36.9%;
  }
  
  #valideTelecommande{  
    float: right;
    width: 50%; 
  }
  
  #valide{
	  float:left;
	  width:100%;
  }
   
   
  .resultats{
	  float: left;
	  width: 47%;
	  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;
	  padding: 5px;
	   box-sizing: border-box;
  } 
  
  .marque {
	  color: #e2001a;
	  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;/*
	  height: 39px;*/
  }
  
  .thumbs-results2 {
	  float: left;
	  min-height:128px;  
	  width:100%;
	  margin: 5px 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;
  		min-height:77px; 
	  padding: 0px 0px 10px 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:90px;
	  font-size: 0.6em;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  line-height: 1.7em;
  }
  
.prix span {
	  width: auto;
	  font-weight: 700;
	  color: #e2001a;
	  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;
	  /*font-size:0.9em;*/
	  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:0px 0px 5px 0px;
    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;
  }
  
  .btn-comp7 a{
     display: inline-block;
    width: auto;
    margin: 0 0 0 0;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #E2001A;
    font-size: 1em;
    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: #e2001a;
    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: #e2001a;
	  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;  
  }
  
/*---- Design selecteur du 18-01-24----*/   
  .btn-acccomparateur a {
	display: inline-block;
    color: #e2001a;
    width: auto;
    padding: 5px 10px;
    margin-top: 5px;
    margin-left: 15px;
    text-align: center;
    font-size: .895em;
    background: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e2001a;
  }
  .btn-acccomparateur a:hover {
	  background: #ccc;
	  border-color:#ccc;
	  color: #fff;
  }
    
  .liens-test {
	  float: left;
	  width:100%;
	  height: auto;
	  margin: 10px 0px 10px 0px;
	  padding-top: 0px;
	  line-height: 14px;
  }

  .liens-test span {
	  display:block;
  }
  
  .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;
  }
  
  
   .nom-liens 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;
  }
  
  label.labelTab{
	  display:none;
  }
  
  .footer-resultats{
	  margin:0;
  }

  .critere{ 
    float: left;
    width: 100%;
    font-weight: normal;
    color: #666;
    font-size: 0.7em;
    margin: 5px 0px 0px 0px;
    line-height: 1.5em;
    text-decoration: underline;
    text-transform: uppercase;
}
   
  #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: #eeced0;
	  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;
  }
  
  
/*---- Design selecteur du 18-01-24----*/  
  .ui-slider-horizontal .ui-slider-handle {
	  top: -.5em !important;
	  margin-left: -.6em;
  }
  
  .sliders {
	  clear: both;
	  float: left;
    list-style-type: none;
    width: 35%;
	 padding: 0px 5px;
    box-sizing: border-box; 
    
  }
  
 /*---- Design selecteur du 18-01-24----*/ 
 .slidersCha { 
	float:left;
    list-style-type: none;
    width: 18.5%;
    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:1!important;
	  cursor: default;
	 /* border: #0089cf 1px solid;
	  background: #0089cf;
	  border-radius: 5px; */
	  border: 0.125rem solid #ddd;
    border-radius: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
	  height: 1rem;
    width: 1rem;
    background: #fff;
    cursor: default;  
  }
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.ui-slider-horizontal .ui-slider-handle {top: -0.2em !important; }
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content::after,
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content::before {
    background-color: #bbb;
    border-radius: 0.1875rem;
    content: "";
    display: block;
    height: 0.375rem;
    position: absolute;
    top: -0.125rem;
    width: 0.375rem;
	z-index:0;
}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content::after {right:0;}


  
  .ui-widget-header{
  background-color:#e2001a;	
  }
  
/*---- Design selecteur du 18-01-24----*/ 
  .sliders .ui-slider-horizontal,.slidersCha .ui-slider-horizontal {
	  width: 100%;
	  margin: 15px 0px 10px 10px;
  }
@media only screen and (max-width:767px){
  .sliders .ui-slider-horizontal,.slidersCha .ui-slider-horizontal {
	  width: 96%;
	  margin: 15px 0px 15px 10px;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.4em !important;
  }
}    
  .sliders .ui-slider .ui-slider-range,.slidersCha .ui-slider .ui-slider-range {
	  position: absolute;
	  z-index:0!important; 
	  display: block;
	  border: 0;
	  background:#ccc;
  }
.ui-slider-horizontal .ui-slider-range {top:0px !important;height:2px !important;}

/*---- Design selecteur du 18-01-24----*/   
  #amount_text, #amount2_text,#weight_text,#weight_text,#size_text,#size2_text, #volume_text {
	font-size: 1em;
    margin-left: 5px;
    color: #e2001a;
    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 #e2001a;
	  border-left: 1px solid #e2001a;
	  border-right: 1px solid #e2001a;
	  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: #e2001a; 
  }
  
  
   
  .listeDeroulante ul li a{ 
		  color: #e2001a;
  }
  
  .listeDeroulante ul li.active{ 
		 background-color:#e2001a;
		 color:#fff;
  }
  
  .listeDeroulante ul li.active a {
	  color: #fff;
  }
  
  .listeDeroulante ul li a:hover{ 
		 background-color: #e2001a;
		 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:#e2001a;  
	  }
	  
  .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(../png/pictos-guides.png) no-repeat;
  }
   
   
   
  
  /* Hover effect for the whole navigation to make the hovered 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--------------------*/


/*---- Design selecteur du 18-01-24----*/ 
.onglet-active2 {
float: left;
position: relative; 
color: #333;
/*background-image:url(../images/pictos-guides.png);*/
background-color: #f2f2f2; 
height:20px;
padding-top:86px;
width:135px;
text-align:center;
    font-size: 0.7em;
    line-height: 1.6em;
    border-right: 1px solid #ccc;
    border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	z-index:2;
}
.onglet-active2 a {
	color:#333;
    height: 20px;
    padding-top: 81px; 
	display: block;
    margin-top: -81px;
}
.onglet-accueil a {
    float: left;
    color: #333;
    /*background-image: url(../images/pictos-guides.png);*/
    background-color: #EEEEEE;
    height: 20px;
    padding-top: 85px;
    width: 115px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    border: 1px solid #ccc;
    margin-right: 5px;
    /* border-top: 1px solid #CCC; */
    font-size: 0.7em;
    line-height: 1.6em;
}
.onglets {margin-bottom:-1px; z-index:2;position:relative;margin-top: 1.5rem;}
.onglet-form2 a {
float: left;
    color: #333;
    /*background-image: url(../images/pictos-guides.png);*/
    background-color: #fff;
    height: 20px;
    padding-top: 85px;
    width: 135px;
    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;
    border-left: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
    font-size: 0.7em;
    line-height: 1.6em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.onglet-form2 a:hover {
	background-color: #f2f2f2;
 	color:#333;
 }
.onglet-form2.produit1 a, .onglet-accueil.produit1 a {
	background-image: url(../svg/picto-vtt.svg);
	background-size:106px;
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 0.8;	
}
.onglet-form2.produit1 a:hover, .onglet-active2.produit1 { 
	/*background-position:3px 115px;*/
	background-image: url(../svg/picto-vtt.svg);
	background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit2 a, .onglet-accueil.produit2 a {
	background-image: url(../svg/picto-suspensions.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 0.8;
}
.onglet-form2.produit2 a:hover, .onglet-active2.produit2 {
	background-image: url(../svg/picto-suspensions.svg);
	background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit3 a, .onglet-accueil.produit3 a {
	background-image: url(../svg/picto-roues.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 0.8;
}
.onglet-form2.produit3 a:hover, .onglet-active2.produit3 {
	background-image: url(../svg/picto-roues.svg);
	background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit4 a,.onglet-accueil.produit4 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-pneus.svg);
	opacity: 0.8;
}
.onglet-form2.produit4 a:hover, .onglet-active2.produit4 {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-pneus.svg);
	opacity: 1;
}
.onglet-form2.produit5 a, .onglet-accueil.produit5 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-sac.svg);
	opacity: 0.8;
}
.onglet-form2.produit5 a:hover, .onglet-active2.produit5 {
	background-image: url(../svg/picto-sac.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit6 a, .onglet-accueil.produit6 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-secu.svg);
	opacity: 0.8;
}
.onglet-form2.produit6 a:hover, .onglet-active2.produit6 {
	background-image: url(../svg/picto-secu.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit7 a, .onglet-accueil.produit7 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-chaussure-montagne.svg);
	opacity: 0.8;
}
.onglet-form2.produit7 a:hover, .onglet-active2.produit7 {
	background-image: url(../svg/picto-chaussure-montagne.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit8 a, .onglet-accueil.produit8 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-wear.svg);
	opacity: 0.8;
}
.onglet-form2.produit8 a:hover, .onglet-active2.produit8 {
	background-image: url(../svg/picto-wear.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit9 a, .onglet-accueil.produit9 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-bivouac.svg);
	opacity: 0.8;
}
.onglet-form2.produit9 a:hover, .onglet-active2.produit9 {
	background-image: url(../svg/picto-bivouac.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
.onglet-form2.produit10 a, .onglet-accueil.produit10 a {
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../svg/picto-bivouac.svg);
	opacity: 0.8;
}
.onglet-form2.produit10 a:hover, .onglet-active2.produit10 {
	background-image: url(../svg/picto-bivouac.svg);
background-size:106px;
	background-repeat:no-repeat;
	background-position:center top;
	opacity: 1;
}
 

 
 
/*---------*/
  
/*---- Design selecteur du 18-01-24----*/  
  .telecommandeGuide{
	display: inline-block;
    border: 1px solid #CCC;
    background-color:#f2f2f2;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
	z-index: 1;
    position: relative;
    margin-top: -1px;
	margin-bottom: 20px;
    }
.telecommandeGuide-col-header { list-style:none; display:inline-block; margin-block-start: 0em; margin-block-end: 0em;padding-inline-start: 5px;width: 100%;margin-top:10px;margin-bottom:10px;}
.telecommandeGuide-col {display:block;vertical-align: middle;float:left;margin-bottom: 15px;}
.telecommandeGuide-col:nth-child(1) {width:40%; margin-left: 5px;}
.telecommandeGuide-col:nth-child(2) {width:8%;}
.telecommandeGuide-col:nth-child(3) {width:13%;}
.telecommandeGuide-col:nth-child(4) {}
.telecommandeGuide-col:nth-child(5) {float: right; padding-right: 6px;}
.telecommandeGuide ul.vetements { list-style:none; display:inline-block; margin-block-start: 0em; margin-block-end: 0em;padding-inline-start: 0px;width: 100%;margin-top:0px;margin-bottom:0px;}
.telecommandeGuide ul.vetements li:nth-child(1) {width:100%;}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.telecommandeGuide-col:nth-child(1),.telecommandeGuide-col:nth-child(2),.telecommandeGuide-col:nth-child(3),.telecommandeGuide-col:nth-child(4),.telecommandeGuide-col:nth-child(5) {width:100%; padding-right: 0px;}
.telecommandeGuide-col:nth-child(2) {margin: 15px 0 10px 0;}
.telecommandeGuide-col:nth-child(1) {margin-left: 0px;}
}
  
  .containerSelect{
	  float: left;
	  width:100%;  
  }
   
  .counter {
	  color: #e2001a;
	  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{
	  clear:both;
	float: right;
    width: 29%;
    margin: 10px 0px 0px 0px;
  }
  
  #ok .bouton{
	  background: #e2001a;
	  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;
 }
 
/*---- Design selecteur du 18-01-24----*/  
.sliders .ui-widget-content, .slidersCha .ui-widget-content{
	background:  #ccc;
	color: #ffffff;
	border: none;
	height:2px;	
}
  
  /* 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:#e2001a;
	  }
	  
	.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: #e2001a;
	  /* font-weight: bold; */
	  text-align: center;
	  color: #fff;
	  letter-spacing: 0.5px;
	  padding: 10px;
	  border-radius:10px;
  }
  
  .multiPageViewerCounter{
	  color:#e2001a;
	  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;
	  }
  
  h3.infos-titre {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #000;
}
  
  #image-comp, .image-comp {
		display:inline-block;
	  margin-bottom:5px; 
		  overflow:hidden;
	  background-color:#ffffff; 
  }
  
  .criteres-comp {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
}

 
  .infos-critereComp, .infos-critere {
    float: left;
    width: 25%;
    height: auto;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.7em;
}

  
  #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: #e2001a;
	  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:#e2001a ; 
	  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: #e2001a; 
	  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: #e2001a; 
	  color:#fff;
	  font-weight:bold;
  }
  
  .btn-comp-selected a.multiPageViewerAddToCartButton{   
	  color: #fff; 
	  text-align:center; 
	  background-image:url(../jpg/bg-compared.jpg); 
	  font-weight:bold;
  } 

 .btn-compFicheStations{
	float:left;
    background: #F6F6F6;
    padding: 10px 10px;
    margin: 5px 0px 0px 0px;
}  
  
.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:#e2001a;
  }
  
  /*-----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;
  }
  
  
  .submit {
	  background: #e74c3c url(../heart.html) no-repeat 90% center;
	  color: white; 
	  font-size: 18px;
	  opacity: 1;
	  cursor: pointer;
	  -webkit-transition: all ease-in-out 0.3s;
	  -o-transition: all ease-in-out 0.3s;
	  transition: all ease-in-out 0.3s;
  }
  
  .submit:hover {
	  opacity: 0.5;
  }
   
  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: #e2001a; 
	  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;
	 }
  
 .zoomski{
	display:inline-block;
	position: relative;
	padding: 100px 10px;
 }
 
.admin .zoom {
		position:initial!important; 
 }   

.admin .zoomski{
	    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; 
  }
  
  h3.infos-titre{
	 display: inline-block;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #000; 
  }
  
  .infos-critereComp,.infos-critere {
	  float: left;
	  width:25%;
	  height: auto; 
	  color: #999;
	  text-transform: uppercase;
	  font-weight: normal;
	  font-size:0.7em;
  }
  
  .infos-critereStation{
	    float: left;
	  width:100%;
	  height: auto; 
	  color: #999;
	  text-transform: uppercase;
	  font-weight: normal;
	  font-size:0.7em;
  }
  
  .h1-station{
	      margin: 0;
    padding: 0;
    line-height: 0em;
  }
  
  
  #titre-station {
    display: inline-block;
    width: 100%;
    color: #333333; 
    font-size:1.9em; 
    margin: 10px 0px 0px 0px;
    padding: 0;
    text-transform: uppercase;
    line-height: 1em;
}

  .titre-stationsLiees{
	 display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
  }
  
  


#plan-pistes {
    float: left;
}

.titre-colLeftStations {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
    margin: 20px 0px 10px 0px;
    /* padding-bottom: 5px; */
    border-bottom: 3px solid #333;
    line-height: 1.2em;
}


#iviewer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../png/bg_transblack.png);
    display: none;
    z-index: 1;
}

#iviewer .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../gif/spinner.gif) no-repeat center center;
    z-index: 2;
}
  
  #iviewer .viewer {
    position: fixed;
    top: 0;
    left: 40px;
    z-index: 2;
    display: none;
}

#iviewer .controls {
    position: fixed;
    top: 20%;
    right: 10%;
    width: 270px;
    z-index: 30;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 5px 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#iviewer .controls li {
    float: right;
    /* clear: right; */
    position: relative;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    cursor: pointer;
    z-index: 10;
    margin-right: 10px;
}

#iviewer .controls .zoomin {
    background-image: url(../png/btn_zoomin.png);
}

#iviewer .controls .zoomout {
    background-image: url(../png/btn_zoomout.png);
}


 #stationsLiees ul {
    display: inline-block; 
    padding: 0;
	margin:0;
}

 #stationsLiees ul li{
  display: inline-block;
    /* width: 100%; */
    padding: 0;
    margin: 10px 10px 0Px 0px;
    font-size: 0.9em;
    color: #000;
}
  

h2.localisation {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 5px 0px 0px 0px;
}

#onglets-ficheStation {
    display: inline-block;
    width: 100%; 
}

#onglets-ficheStation ul {
    display: inline-block;
    width:85%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#onglets-ficheStation ul li {
    display: inline-block;
    width: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
#onglets-ficheStation ul li a{
display: inline-block;
    width: 100%; 
    background-color: #f2f2f2;
    color: #e2001a;
    padding: 20px 0px 19px 0px;
    font-size:1em;
    font-weight: 600;
    border-right: 1px solid #fff;
    text-align: center;
}

#onglets-ficheStation ul li a.active {
   display: inline-block; 
    background-color: #fff;
    color: #333333;   
    -moz-box-shadow: inset 0px 2px 2px 0px #ccc;
    -webkit-box-shadow: inset 0px 2px 2px 0px #ccc;
    -o-box-shadow: inset 0px 2px 2px 0px #ccc;
    box-shadow: inset 0px 2px 2px 0px #ccc; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=5);
}

#onglets-ficheStation ul li a:hover {
    -moz-box-shadow: inset 0px 3px 5px 0px #ccc;
    -webkit-box-shadow: inset 0px 3px 5px 0px #ccc;
    -o-box-shadow: inset 0px 3px 5px 0px #ccc;
    box-shadow: inset 0px 3px 5px 0px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=5);
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.infos-stations {
    float: left;
    width: 32%;
    min-height: 308px;
    background-color: #ededed;
    margin: 10px 5px 0px 0px;
    padding: 10px;
    box-sizing: border-box;
}

.infos-stations ul {
    float: left;
    width:100%;
    margin: 0;
    padding: 0;
}

.mentionInfos {
    display:inline-block;
    width:100%;
    margin: 0px 0px 0px 0px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    font-size:2em; 
}

.titre-infos {
display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    margin: 10px 0px 0px 0px;
}

.texte-infos {
   display: inline-block;
    width: 100%;
    font-size: 0.9em;
    color: #333;
    margin: 0; 
}

.focusStation {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #EDEDED;
    color: #666;
    margin: 0px 0px 10px 0px;
    font-weight: 600; 
	box-sizing:border-box;
}

#fiche-station ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#fiche-station ul li {
    display: inline-block;
    width: 100%;
    height: auto;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}

.titre-infosbp {
    float:left;
    width: 30%;
    font-size: 1em;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../png/arrow-pictos.png);
    background-repeat: no-repeat;
    background-position: left center;
    list-style-type: none;
    padding: 0px 0px 0px 25px;
}


.texte-pictos {
    display: inline-block;
    width: 66%;
    font-weight: normal;
    margin-top: 0px;
    font-size: 1em;
}
#titre-live {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 2em;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 5px solid #e2001a;
}

.infos-stations ul {
    display: inline-block;
    width: 100%;
}

.infos-stations ul li {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.criteres-comp span{
	display:inline-block;
	width:100%;
    font-size: 0.8em;
}
  
  .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: #e2001a;
	   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;
  }
  
.main.partenaires {margin-top:1.25rem;}
   
  .btn-partenaires{
	  display: inline-block; 
	  width:100%; 
	  border-radius: 5px;
	  margin: 5px 0px 30px 0px;
	  text-align: center; 
	  background: #e2001a;
	  -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-topmenu a {  
  display: inline-block; 
  font-size: 1.2em;
  font-weight: 600;
   text-align: center;
  text-decoration: none;
  width: 230px;
  height: 25px;
  padding: 5px 0px 0px 0px;
  color:#fff;
}
 
.bouton-topmenu a:hover { 
background-color: #e2001a;
} 

.bouton-topmenuActif a {  
background-color:#e2001a; 
color: #ffffff;
display: inline-block; 
font-size:2em;  
font-weight:600;
line-height:20px;
text-align: center;
text-decoration: none;
width:230px;
height:40px;
padding:30px 0px 10px 0px;
margin:10px 10px 10px 0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:5px; 
}
 
 
  .bouton-offres a {
	right: 0;
    position: absolute;
    padding: 20px;
    background-color: #e2001a;
    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:'Hind', 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;
	color: #555;
    line-height: 1.7em;
  }
  
  .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: flex;
    float: left;
    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;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
	 
  
  .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; 
  }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
     #voir-aussi { padding: 0 10px;}
}
  
  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;
  }
   
  
  .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: #e2001a;
	  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: #eeced0; 
		  transition: background 0.5s;
  }
  
  .voir-offre a {
	    float: right;
    padding: 5px;
    background-color:#e2001a;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff!important;
    border-radius: 5px; 
  }
  
  .prix-base {
	  float: right; 
	  font-weight: bold;
	  color: #e2001a;
  }
  
  #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: #e2001a url(../png/ico-buy-big.png) no-repeat left;
	  text-align: left;
  }
  
  .titre-offres {
    float: left;
    height: auto; 
    font-size:1em;
    color: #ffffff;
    background-color:#e2001a;
    font-weight: bold;
    text-align: center; 
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 10px 0px;
}
 
.texte-article div, .texte-article p, .texte-fiche p, .texte-salles, .texte-fiche {
    color: #555;
    line-height: 1.7em;
    font-family: 'Hind', sans-serif !important;
} 

.texte-article:not(.texte-article h3),
.texte-article:not(.texte-article h2),
.texte-article:not(.texte-article div h3),
.texte-article:not(.texte-article div h2),
.texte-hub-gamme, .texte-hub, #texte, .texte-localisation, .texte-station {
    color: #555;
    line-height: 1.7em;
    font-family: 'Hind', sans-serif !important;
} 


.texte-station:not(.texte-station h3),
.texte-station:not(.texte-station h2),
.texte-station:not(.texte-station div h3),
.texte-station:not(.texte-station div h2),
#texte-accueil:not(#texte-accueil h2#titre-intro),
.texte-accueil:not(#texte-accueil h2#titre-intro) {
    color: #555;
    line-height: 1.7em;
    font-family: 'Hind', sans-serif !important;
} 


.texte-article h3,.texte-station h3,.texte-article h2,.texte-station h2, h2#titre-intro, #texte-accueil h2 { color:#000;} 

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.texte-article div, .texte-article p, .texte-article b, #texte-accueil, .texte-accueil, .texte-hub-gamme, .texte-hub, .texte-fiche, .texte-salles, #texte, .texte-localisation, .texte-station {
    font-size: 17px;
} 
} 
 
  /*-----Footer----*/ 
  
  .titre-footer {
	  color: #555;
	  border: none;
	  margin: 10px 0px;
	  font-size: 1.6em;
	  width: 100%;
	  text-align: left;
	  font-family: 'Hind', sans-serif;
	  border-bottom: 1px solid #ccc;
	  text-transform:uppercase;
  }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.titre-footer {
    font-size: 1.2em;
}
} 
  
  .titre-footer:hover {
  }
  
.footer_logo svg:not(.footer-icons svg),.footer_logo img {max-width:200px;margin-bottom:2rem;}
.footer-wide select {background-color:#f2f2f2; border-radius: 2px;font-family: 'Hind', sans-serif; font-size:.8em !important;}

span.footer__navigation__link {display:inline-block;margin-left:20px;}
span.footer__navigation__link a {color:#000;}   
  
  .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-2cols {width:60%; display:inline-block;}
   .footer-2cols .footer-left {width:40%; display:inline-block; padding: 10px 30px 10px 0px;}
   .footer-2cols .footer-center {width:50%; display:inline-block;}

  /*________________[ ecrans mobiles portrait et landscape ]______________*/

  @media only screen and (min-device-width : 320px) and (max-device-width :767px) {
   .footer-2cols {width:100%;}
   .footer-2cols .footer-left {width:100%; padding: 0px;}
   .footer-2cols .footer-center {width:100%;}
   .footer-wide .footer-right {margin-top:1.25rem;}
   .footer-wide .col-liens2 a {font-size:inherit;border-color:inherit;}
   .footer-distributed {padding-left:10px !important;padding-right:10px !important;}

   
  }  
   
   .footer-distributed{
	  background-color:#f2f2f2;
	  box-sizing: border-box;
	  width: 100%;
	  /*font: bold 1em sans-serif;*/
	  padding:30px 0px 5px 0px;
  }
  
  .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:5px;
	  font-size:0.8em;
	  width:100%;
  }
  
  .liens-mentions{
	  display:inline-block;
	  width:100%;
	  padding:0px;
	  margin-bottom:10px;
  }
  
  .liens-mentions a{
	  display:inline-block;
	  width:auto;
	  margin:0px 10px 0px 0px;
	  font-size:0.85em;
  }
  .liens-mentions a:hover {
	  color:#555;
  }
.logo-partenaire-footer {max-width:180px;margin-top: 10px;}	  

  /* Footer Right */

  .footer-right{
	  width:38%;
	  padding:10px 0px 0px 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:left;
	  margin: 0px 0px 0px 0px;
  }

  .footer-icons a svg{
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  cursor: pointer;
	  margin-right: 5px;
  }

   #mySidenav .footer-icons a{
	  display: block;
	  float:left;
	  padding-left:10px;
  }
  #mySidenav .footer-icons {
	  padding-left:5px;
  }

  #mySidenav nav#menu_tertio > ul > li.lvl1 .footer-icons a {padding-left:10px;}

  .footer-icons a:hover .cls-facebook, .footer-icons a:hover .cls-twitter, .footer-icons a:hover .cls-rss, .footer-icons a:hover .cls-fil-info,
  .footer-icons a:hover .cls-1, .footer-icons a:hover .cls-2, .footer-icons a:hover .cls-3, .footer-icons a:hover .cls-4{fill:#999 !important;  -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;}


  .footer-right .col-liens2 a {margin:5px 0;line-height: normal;padding: 10px 0px 8px 0px; color:#555;background-color: #fff;font-size: .8em;}
  .footer-right a.btn-acheter {text-transform:uppercase;-webkit-border-radius: 2px;line-height: normal;-moz-border-radius: 2px;border-radius: 2px;font-size: .8em;padding: 10px 0px 8px 0px;border: 1px solid #e2001a;margin-bottom:0px;}
  .footer-right .sous-titre { font-style: normal;color:#555;font-size: 18px;font-family: 'Montserrat', sans-serif; letter-spacing: -0.6px;margin:0;text-align:left;}

.liens-magHome div svg {
	  /*max-height:38px;*/
  }

.liens-magHome .bout-google svg {
	  margin-bottom:-3px;
	  max-height:38px;
  }
	  
  
  /* Footer left */
  
  .footer-left{
	  width: 30%;
	  padding:10px 10px 10px 0px;
  }

  .footer-center .btn {
font-size:.8em;
padding:10px 0 8px 0;
  }
    
  .footer-bottom{
	  display:inline-block;
	  width:100%;
	  background-color:#333;
	  text-align:center;
  }
  
  .footer-copyright {
	  display:inline-block;
	  width:100%;
	  text-align:left;
	  color: #555;
	  border-top: 1px solid #ccc;
	  padding-top: 15px;
	  /*padding-bottom: 15px;*/
	  font-weight:normal;
	  font-size:14px;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
	  color: #ffffff;
	  margin: 0;
	  border-bottom: 1px solid  #f4f3f3;
	  padding-bottom: 5px;
  }
  
  .footer-distributed h3 span{
	  color:  #e2001a;
  }
  
  /* 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:  #e2001a;
	  text-decoration: none;
  }
  
  
  /* Footer Right */
  
  .footer-right{
	  width:38%;
	  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 svg{
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  cursor: pointer;
	  margin-right: 5px;
  }

  .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 */
  
/*---- Design selecteur du 18-01-24----*/   
  .ac_results {
   display:inline-block;
   margin:0;
   padding:0;
   width:100%;
z-index:2;
  }
  
  .ac_results ul {
   display:inline-block;
   margin:0;
   padding:0;
   background-color:#fff;
	width:100%;
	min-width:320px;
	z-index:2;
	border: 1px solid #ccc;
  }
  
  .ac_results li {
	  cursor: default;
	  display: block; 
	  font-size:.895em;
	  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:#e2001a;
  }
  
  
  
   /*Stations*/
	
  #fiche img {
	  display: inline-block; 
  }
  
  #plan-pistes2 img {
	  float: left; 
	  height: auto;
	  
  }
	 
  
  h1#guide-accueilStations{
 display: inline-block;
    width:100%;
    text-align: center; 
    font-size:3.3em;
    letter-spacing: -1px;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
  }
  
  .btn-avis {
	display: inline-block;
    padding: 20px;
    width: 40%;
    background-color:#e2001a;
    color: #FFF;
    font-size:1em;
    text-align: center; 
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
  }
   
   
    .btn-avis a{ 
    color: #FFF; 
    text-decoration: none; 
  } 
  
     .btn-avis:hover{ 
background-color:#000;
  } 
  
  #titre-liste {
	  float: left;
	  width: 100%;
	  font-weight: bold;
	  font-size:1.3em;
	  line-height: 25px;
	  margin-bottom: 10px; 
	  color: #e2001a; 
  }
  
  .titre-localisation {
		 display: inline-block;
	  width: 100%; 
	  line-height: 1em;
	  margin: 20px 0px 0px 0px;
	  color: #e2001a;
  }
  
  .texte-localisation {
	  float: left;
	  width:100%; 
	  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;
  }
  
  .grid2 ul li.resultats-listeWebcams {
	  display:inline-table;
	  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: #e2001a;
	  margin: 0px 0px 5px 0px;
	  padding: 0;
	  font-size: 1.2em;
	  line-height: 1.1em;
	  width:300px;
  }
  
  .thumbs-stations { 
  display:inline-block;
	  width: 100%;
	  height:auto;  
  }
  
  .thumbs-stations a img{
	  display: inline-block;
    width: 100%;
  }
  
  #stationsDomaine {
    display:inline-block; 
	    position: relative;
    width:100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    background: #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

 #stationsDomaine ul {
    display: inline-block;
    width: 100%;
    padding: 0;
	margin:0;
}
#stationsDomaine ul li {
    display: inline-block;
    width: auto;
    margin: 5px 5px 5px 0px;
    font-size: 1em;
    list-style-type: none;
}

#stationsDomaine ul li a {
    display: inline-block;
    padding: 10px;
    background-color: #EDEDED;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} 

#stationsDomaine :after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #333333 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 38px;
}
  .infosStations {
	    display: inline-block; 
    width: 100%;
	 font-size: 0.8em;
  }
  
  .results-right {
    display: inline-block;
    width: 100%;
    /* border-right: 1px solid #ccc; */
    margin: 0;
    padding: 0;
  }
  
  .value {
    font-weight: bold; 
    width: 100%; 
    color: #000; 
  }
  
.noires-min,.rouges-min,.bleues-min,.vertes-min{
display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0px 1px 0px 0px;
    padding: 0px 5px 5px 5px;
    text-align: center;
}

.noires-min{ 
    background-color:#000000;
}

.rouges-min{ 
    background-color:#FF0000;
}
.bleues-min{ 
    background-color:#06F;
}
.vertes-min{ 
    background-color:#090;
}

ul.overview{
	margin: 0;
    padding: 0;
}

ul.overview li{
	margin: 0;
    padding: 0;
	list-style-type:none;
}


.prix-offreSejCR{
    display: inline-block; 
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #F00;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.prix-offreSejCR a{ 
    color: #FFF; 
}


  .massifListe {
	display: inline-block;
    width: auto; 
    padding: 0px 5px 0px 0px;
    color: #666;
    font-size: 0.7em;
  }
 
 .resultatsSej {
    float: left;
    width: 48%;
    min-height: 375px;
    padding: 5px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
}
.resultatsSejCR {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding:10px;
}

h3.nameResortCR {
    display: inline-block;
    /* position: absolute; */
    width: 100%;
    font-weight: bold;
    color: #000;
    font-size: 1.5em;
	margin:0;
}

h3.modCR {
        display: inline-block;
    width: 100%;
    color: #000;
    font-size: 0.9em;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

h3.titreTripCR { 
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #333; 
}

.prix-offreSejCR {
    display: inline-block; 
    width:100%;
    font-weight: bold;
}

  
  #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;
    /* height: 165px; */
    width: 30%;
    list-style-type: none;
    padding: 0;
    margin: 0px 5px 0px 5px;
    box-sizing: border-box;
  }
  
  
#galerie-photos ul li a {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}
  
  #lightbox-container-image-box{
	  max-width:100%;
   }
  
  .pictosStations {
	  display: inline-block;
	  float: right;
	  margin-left: 10px;
	  width: 40px;
  }
  
  
  .valeurStations {
	  display: inline-block;
	  float: left;
	  width: 230px;
  }
  
  .typeStations{
		  font-size: 18px;
	  font-weight: bold;
	  text-align: right;
  }
  
  
  
  #footer-Stations {
	   display:inline-block;
	  width: 100%;
	  height: auto;
	  background-color: #f4f3f3;
  }
  
  
  #footer-Stations ul{
	  display:inline-block;
	  width: 100%;
	  margin: 0;
	  padding: 10px 0px 10px 0px;
	  border-bottom: 1px solid  #f4f3f3;
  }
  
  #footer-Stations ul li{
	  width: 17%;
	  margin: 0;
	  padding:5px 0px 5px 20px;
	  display: inline-block;
	  list-style-type: none;
  }
  
  #footer-Stations ul li a {
	  color: #333;
	  font-size: 0.9em;
  } 
	  
  
  #titre-home {
	  display: inline-block; 
	  margin: 0px 0px 0px 0px;  
  }
  
  .absolute{
	      position: absolute;
    margin: -135px 0px 0px 10px;
    color: #FFF;
  }
  
  #image-meteo,#image-comparateur,#image-sej,#image-sejour{
	  display:inline-block;
  }
  
  
  #telecommande-stationsInside {
	  float: left;
	  font-weight: 300;
	  height: auto;
	  width: 100%;
	  margin: 0px 0px 20px 0px;
	  padding: 5px 0px 5px 0px;
	  background-color: #000;
	 }
   

 .select-telecommandeSejours {
    float: left;
    width: auto;
    height: auto;
    margin: 10px 10px 10px 0px;
}

.select-telecommandeSejours select {
    float: left;
        width: 150px !important;
    height: 40px!important; 
    background-color:#FFF;;
    color: #333;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border: none;
}
   .select-telecommandeSejours input {
    float: left;
    width: 150px;
    height: 30px;
    color: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
  li.resultats-listeStations, li.resultats-listeWebcams{
    display: inline-block;
    width: 48%;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 15px 0px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
  } 
 
 .sliders {
    float: left;
    list-style-type: none;
    width: 335px;
    height: 45px;
    font-size: 18px;
}

#boutons-top {
    display: inline-block;
    width: 100%;
}
.bouton-lien{ 
	display: inline-block;
    background-color: #333333; 
    font-size: 2em; 
    text-align: center;
    text-decoration: none;
    box-sizing: border-box; 
    padding: 10px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bouton-lien.Actif{
	background-color:#E2001A;
}

.bouton-lien a,bouton-lienActif a{
	color:#FFF;
}


.resultatsSejours {
 float: left;
    width: 32.8%;
    /* height: 230px; */
    padding: 5px;
    margin: 5px 5px 5px 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sliderOffres {
    float: left;
    height: 190px;
    width:100%;
    overflow: hidden;
 }

.sliderOffres .buttonsPrev {
    display: block;
    margin: 80px 10px 0px 0px;
    float: left;
    width: 35px;
    height: 35px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    z-index: 1;
}

.sliderOffres .buttonsNext {
    display: block;
    margin: 80px 0px 0px 265px;
    float: left;
    width: 35px;
    height: 35px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
}

.sliderOffres .viewport {
    float: left;
    width:300px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.sliderOffres .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 280px;
    left: 0;
    top: 0;
}

.sliderOffres .overview li {
    float: left;
    margin: 0;
    padding: 1px;
    height: 190px;
    width: 300px;
}

/*.imgLiquid img {
    visibility: hidden;
}*/

.resultsOffres-left {
    float: left;
    width:100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.resultsOffres-right { 
}
 
 .logo-partenaire ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h3.titreTrip{
	line-height: 0.8em;
    margin: 5px 0px;
    margin: 5px 0px;
    font-size: 1em;
}

.prix-offreSej{
    background-color: #E2001A;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1.2em;
}

.descriptif-offreSej{
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
}

ul#menu-demo2
{
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
}

#menu-demo2 ul {
    right: 0;
    overflow-y: scroll;
    height: 120px;
    width:100%;  
	margin:0;
	padding:0;
}
 
#menu-demo2 ul li {
    display: inherit;
    border-radius: 0;
    text-align: left;
    font-weight: normal;
    font-size: 0.7em;
    color: #333;
    width: 100%;
    /* text-transform: uppercase; */
}

resultsOffres-right ul{
	display:inline-block;
	margin:0;
	padding:0;
}


  .localisationStationListe {
    float: left;
    width:100%;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

h3.nomStationListe {
    float: left;
    width:100%;
    margin: 0;
    padding: 0;
}
 
  h3.nomStationListe a {
    display: inline-block;
    font-weight: bold;
    color: #e2001a;
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-size: 1.2em;
    line-height: 1em;
    width: 100%;
}

.massifListe {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
    color: #666;
    font-size: 0.9em;
}
 
.results-right {
    float: left;
    width:100%; 
    margin: 5px 0px 0px 0px; 
}
  
  .resultatsSejCR{
	 display: inline-block;
    width: 100%;
    padding:10px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
  }
  
  .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(../png/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(../png/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(../png/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(../png/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(../png/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(../png/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(../chosen-sprite%402x.html) !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:25%!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;
	  } 

#ariane,.titre-article {padding:0 10px;}
#bannersup {margin-top: 20px; margin-bottom: 20px;} 
	  
  /* 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;
   }
  
  /* 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;
  }

  .sticky iframe{
	  width:auto !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%;
	  }
	  
   .main {
	  display: inline-block;
	  width: 100%;
	  padding: 10px;
	  margin: 0px 0px 20px 0px;
	  clear: both;
  }
  
  .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: #e2001a;
	  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;
	  margin-top:-5px !important;
  }
	  
  #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;
	  z-index:0!important;
  }
  
  #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:#e2001a;
  }
  
  #topnav ul li a#searchtoggl {
	  line-height: 50px;
	margin-right: 0;
	padding: 0 14px;
  margin-top:2px !important;
  color:#000;
  }
  
  .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%;  
  }
  
  .chapo-station { 
	  font-size:1; 
  }
  
#voiraussi ul li{
	padding:0;
}

 #voiraussi ul li img{
   width: 40%; 
    margin-right: 10px;	 
 }
 
 #voiraussi ul li span {
    float: right; 
    width: 57%; 
}

#onglets-ficheStation ul,#onglets-ficheStation ul li{
	width:100%
}

.liens-test ul li a{
	width:auto;
	padding:5px;
}
 
  /*---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;
 }
 
 .select-telecommandeSej{
	 width:100%;
 }

h2.titre-liste a {font-size:15.048px;}
  
  /*-------------------onglets guides--------------------*/
/*---- Design selecteur du 18-01-24----*/ 
.onglet-active2,.onglet-form2 a { 
height: 20px;
    padding-top: 50px;
    width: 60px;
    background-size: 306px 95px;
	}    
.onglet-form2.produit1 a, .onglet-active2.produit1, .onglet-form2.produit2 a,.onglet-active2.produit2,.onglet-form2.produit3 a, .onglet-active2.produit3,.onglet-form2.produit4 a, .onglet-active2.produit4,.onglet-form2.produit5 a,.onglet-active2.produit5,.onglet-form2.produit6 a, .onglet-active2.produit6,.onglet-form2.produit7 a, .onglet-active2.produit7,.onglet-form2.produit8 a, .onglet-active2.produit8,.onglet-form2.produit9 a, .onglet-active2.produit9,.onglet-form2.produit10 a, .onglet-active2.produit10 {
   background-size:60px;
}
 
 .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; 
   } 
   */
/*---- Design selecteur du 18-01-24----*/ 
    label.labelTab{
	  display: flex;
	  position: relative;
    background-color: #FFF;
   /* font-weight: bold; */
    cursor: pointer;
    padding: 10px;
    font-size: 1em;
    color: #e2001a !important;
    margin: 10px 0px;
  }
  .tabMatos label {
    position: relative;
     cursor: pointer; 
	 /*display: flex;*/
   }
.checkOffre{
	float: right;
    width: 100%;
    /*color: #CC0000;*/
    box-sizing: border-box; 
    text-align: left;	
	}
	
	
	
/*---- Design selecteur du 18-01-24----*/ 	
  .tabMatos label#offre {
    position: relative;
    display: block; 
     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:#eeced0;
	  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: #e2001a;
	  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;
	  text-align:center;
	  }
  
  .listeMarques ul{
	  width:50%;	
	  }
	  
	 #reset{
		width:100%; 
	 }
   
   #ok {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}


/*---- Design selecteur du 18-01-24----*/ 
#results-home {  
    width: 92%;
    text-align: center;
	position: absolute;
    bottom: -45px;
	left:0px;
}
#results-home {font-size: 1.1em;color:#555;}
.telecommandeGuide {margin-bottom:40px;}
#criteres-resultats {padding-top:0px;}


  /*-------------------onglets guides--------------------*/
	
   
  .labelOnglet{
	  display:none;
  } 
	
  .titre-listes {
	  border:none;
  }
   
/*---- Design selecteur du 18-01-24----*/    
  .select-telecommande {
	float: left;
    height: auto;
    padding: 0px 0px;
    /* margin-bottom: 8px; */
    box-sizing: border-box;
   }
  
  #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: #e2001a!important; 
	  border:1px solid  #f4f3f3;
	  background: url(../icon-arrow-right-b-128.html) 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;
	} 
  
  
  .resultats-skis{ 
	  width:100%!important;
	  
  }
   
  
  .btn-acccomparateur { 
	  display:none;
	  width: 100% !important;
	  margin-top:10px;
  }
  
  .btn-acccomparateur a { 
	  width: 100%; 
  }
  
  .trier a{
	  width:49%;
	  float:left;
  }
   
  #teaserOffres {
	  display: inline-block;
	  width: 100%;
	  padding: 5px;
	  background-color: #FFAE00;
	  -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 #e2001a;
	  border-bottom: 2px solid #e2001a;
	  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;
   
  }
  
/*---- Design selecteur du 18-01-24----*/   
  .sliders,.slidersCha {  
	 width: 100%;
	  }
 
 .texte-resumeHome{
	 display:none;
	 
 }
  
   .liste-voirtous ul li{
		  width: 100%; 
   }
   
     .liens-test a {
	  display:inline-block;
	  width:auto;
	  height: auto; 
	  font-size: 0.8em;
	  text-transform: uppercase;
	  color: #999; 
	  font-weight: normal;
	  padding: 0;
  }
   
   .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 #e2001a;
	  padding: 0;
	  min-height:44px;
  }
  
  .voir-offre a {
	  float: right;
	  height: 45px;
	  padding: 14px 0px 14px 2px;
	  background-color: #e2001a;
	  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 #e2001a;
	  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 #e2001a;
	  padding: 10px 0px;
	  color: #333;
	  font-weight:bold;
  }
  
  
  .bg-titre .voir-tous a{
	  display: inline-block;
	  float: left;
	  color: #e2001a;
	  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 !important;
    padding-bottom: 15px;
    margin-top: 1em !important;
  }

h2.titre-liste a::after, h2.titre-home a::after {display:none;}
  
  .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: #e2001a;
	  margin:0;
	  fontsize:0.8em;
  }
  
  .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:#e2001a;
  }
  
  .onglet-accueil a { 
    padding: 95px 0px 10px 0px;
    width: 43%;
    margin: 10px;
  }
  .texte-article a:hover {
	  text-decoration:underline;
  }
  
 .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 #e2001a; 
	  } 
	  
  
  /*---Stations---*/
   
   #menu-fiche-station ul li {
	    display: inline-block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
   #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;
	  }
 
   .grid2 ul li.resultats-listeStations{
	 display: inline-block;   
	 margin: 0px 5px 0px 0px;
    padding: 5px 0px 10px 0px;
    list-style-type: none;
    border-bottom: 1px solid #000;
	  }
	  
	  .infos-stations{
		  float: left;
    width: 100%;
    height: auto;
	  }
	  
	  .titre-infosbp,.texte-pictos{
		  width:100%;
	  }
	  
	  
 .resultatsSejours {
width:100%;
	 }
	
   /*----col right ---*/
   
  .col-right { 
	  max-width: 100% !important;
	  min-width:100%;
	  padding: 0px 10px 0px 10px; 
	  margin: 10px auto;
    text-align: center;
    display: contents;
 	  }
   
  .btn-guides{ 
	float: left;
    display: flex;
    line-height: 1em;
    width: 47%;
    min-height: 55px;
    box-sizing: border-box;
    margin: 5px 4px 5px 5px;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
	  }
   
   
  .image-top5{
	  margin:0!important; 
	  }
  
  .pavepub{
	  display:inline-block;
	  width:100%;
	  text-align:center; 
  }
  
   .pavepub div {
	  display: inline-block;
      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;
  }

#magazine-footer .liens-magHome {
	  display: inline-block;
	  width: 65%;
	  padding:0 0 10px 10px;
  }
    
  .col-liens2 a { 
	  /*font-size: 0.7em;
	  text-transform: uppercase;
	  text-align: center;
	  display: inline-block;
 	  border: 1px solid  #f4f3f3; 
	  width: 100%;*/
  }

  .col-liens2:hover, #magazine .col-liens2:hover{
	color:#555;
	background-color:#f2f2f2;
  }
    
.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;*/
	  width:100%;
  }
  
.btnMag a {
	  display:inline-block;
	  width:30%;
	  margin:10px 10px 0px 0px;
	  padding:5px 0px 5px 0px;
  	  border:1px solid  #f4f3f3;
      color:#e2001a
	  }
  
  
a.btn-acheter{
	  float: left;
	  color: #fff;
	  width:100%; 
	  text-align: center;
	   font-size:0.9em;
	  font-weight: bold;
	  background: #e2001a; 
	  -webkit-border-radius: 2;
	  -moz-border-radius: 2;
	  border-radius: 2px;
	  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{
   }
   
  
  /*----Stations mobile----*/
  .grid2 ul li.resultats-listeStations,.grid2 ul li.resultats-listeWebcams{ 
   width:100%;
    }
  
  .deroulanteStationsInside {     
  width: 97%;
  margin: 0px 0px 0px 5px;
  }
  
  #telecommande-stationsInside select.goto {
		  margin: 5px 0px 0px 0px;
  }
  
  #titre-home{
	  padding: 5px;
	 position: initial; 
  } 
   
  .pictosStations {
	  /* display: inline-block; */
	  float: left;
	  margin-left: 10px;
	  width: 40px;
  }
  
  .valeurStations {
	  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-Stations{
	  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;
	clear: both;
    width: 100% !important;
    text-align: center;
    left: auto !important;
    margin: 0 auto;
    max-width: none !important;
    display: inline-block !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;
  }
  
  }
	  
  
  @media only screen and (width: 667px) {
  #logo { 
	  margin-top:0px; 
  }
  
  .sticky{
	  position:inherit!important;
  } 
  } 
  
  
   /* Portrait and Landscape */
@media only screen and (max-width:1023px){ 
 
#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;
	/*display: contents;*/
}

.site-header {
    position:relative;
    z-index: 91;
    left: 0;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: -40px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: initial;
    width: 100%;
    background-color: #fff;
    height: auto;
    -webkit-box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
    box-shadow: 0 5px 4px rgb(0 0 0 / 18%);
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

#searchbar {
    float: left;
    position: absolute;
    width: 87%;
    height: 56px !important;
    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);
}

.support, .supportHome {margin:0;}
 
#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: #e2001a;
}
 

#logo{
	  display: block;
	  position: absolute;
	  padding: 0;
	  width:100%; 
      margin: 10px 0px 0px 0px;
	  }
  
#logo img {
	  max-width:35%;
	  margin: 0;
  } 
  
#topnav {
	display: block;
	/*float: right;*/
    margin-right: 5px;
    margin-top: -12px;
   }
  
#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:#e2001a;
  }
  
#topnav ul li a#searchtoggl {
line-height: 50px;
    margin-right: 0;
    margin-left: 5px;
    padding: 0 14px;
    margin-top: 12px;
    color: #000;
  }
  
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; 
	  padding: 15px 0px 10px 25px;
	  }
  
  
  
  #menu ul li a.active{  
  color:#e2001a;
  }
  
  
  #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:#e2001a; }
  
  #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:0px 0px 0px;
	  background-color:#fff;
	  -webkit-animation: slide-in-y .3s ease-out;
    animation: slide-in-y .3s ease-out;
    -webkit-transition: none;
    transition: none;
	margin-top:0px;
  } 

.site-header.header.stickytop #logo {margin-top:0;/*padding-top:10px;*/}
  
   .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(../png/picto-home.png) no-repeat;
	  text-indent: -999999px;
	  margin: 10px 0px 20px 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) {  

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

#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){ 
#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:#e2001a;
    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;
	}

/*--- Passage du site à 1100px de large ---*/
@media (min-width: 1100px) {
.container {padding:0 1.25rem;}
main {min-width:760px;}
.col-left {
    display: inline-block;
    max-width: 69%;
    min-width: 760px;
	width: 760px;
}
.col-right, .container aside {max-width:300px;}
.col-right .sidebar2 { margin-right:0; }

h2.titre-home {
    font-size: 1.5em !important;
}

.home .liste-home ul li {max-width:360px;vertical-align:top;}
.home .liste-home ul li.even {margin-right:2.50rem;}
.home .left-liste {width:100%;}
.home .right-liste {width:100%;}
.home .liste-home .supportHome {margin-top:1.25rem;}


.left-liste {width:50%;}
.left-liste img {/*min-width:360px; min-height:201px; max-height: 201px !important;*/}
.right-liste {width:50%;}

.liste-tests ul li {padding:0;margin-top:1.25rem;}
.liste-tests ul li.first,.liste-tests ul li:nth-child(5),.liste-tests ul li:nth-child(9) {margin-left:0rem;margin-right:0;}
.liste-tests ul li:nth-child(2),.liste-tests ul li:nth-child(6),.liste-tests ul li:nth-child(10) {margin-left:1.81rem;margin-right:1.81rem;}
.liste-tests ul li:nth-child(3),.liste-tests ul li:nth-child(7),.liste-tests ul li:nth-child(11) {margin-left:0;margin-right:0;}
.liste-tests ul li:nth-child(4),.liste-tests ul li:nth-child(8),.liste-tests ul li:nth-child(12) {margin-left:1.81rem;margin-right:0;}



.liste-videosHome ul li {margin-top:1.25rem;}
.liste-videosHome ul li:nth-child(3),.liste-videosHome ul li:nth-child(6),.liste-videosHome ul li:nth-child(9) {margin-right:0rem;margin-left:0rem; }
.liste-videosHome ul li:nth-child(2),.liste-videosHome ul li:nth-child(5),.liste-videosHome ul li:nth-child(8) {margin-left:2.4rem;margin-right:2.4rem;}
.liste-videosHome ul li.first,.liste-videosHome ul li:nth-child(4),.liste-videosHome ul li:nth-child(7) {margin-right:0rem; margin-left:0rem;}

#voiraussi ul li {padding:0;}
#voiraussi ul li:nth-child(1),#voiraussi ul li:nth-child(5) {padding-left:0;margin-right:9px;}
#voiraussi ul li:nth-child(2),#voiraussi ul li:nth-child(3),#voiraussi ul li:nth-child(6),#voiraussi ul li:nth-child(7) {margin-right:9px;}
#voiraussi ul li:nth-child(4),#voiraussi ul li:nth-child(8) {padding-right:0;}

#voir-aussi ul li {padding:0;}
#voir-aussi ul li:nth-child(1),#voir-aussi ul li:nth-child(5) {padding-left:0;margin-right:1.27rem !important;margin-left: 0 !important;}
#voir-aussi ul li:nth-child(2),#voir-aussi ul li:nth-child(3),#voir-aussi ul li:nth-child(6),#voir-aussi ul li:nth-child(7) {margin-right:1.27rem !important;}
#voir-aussi ul li:nth-child(4),#voir-aussi ul li:nth-child(8) {padding-right:0;}


div .mid:nth-child(1n) {padding-right:10px !important;padding-left: 0px;}
div .mid:nth-child(2n) {padding-right:0px !important;}
div .mid:nth-child(3n) {padding-right:0px !important;padding-left: 10px;}
div .mid:nth-child(4n) {padding-right:0px !important;padding-left: 0px;}

div .mid:nth-child(5n) {padding-right:0px !important;padding-left: 10px;}
div .mid:nth-child(2n+1) {padding-right:0px !important;padding-left: 10px;}
div .mid:nth-child(2n+2) {padding-right:10px !important;padding-left: 0px;}
div .mid:nth-child(3n+1) {padding-right:10px !important;padding-left: 0px;}
div .mid:nth-child(3n+2) {padding-right:0px !important;padding-left: 0px;}


.liste-videos { width:810px;}
.liste-videos ul li:not(.video-first.even.first) {padding-left:0px;padding-right:0px;margin-right:40px;max-width:360px;}
.liste-videos ul li.video-first.even.first {max-width:760px;margin-bottom:10px;}
.liste-videos ul li img:not(.video-first.even.first img) {max-width:360px;}
.liste-videos .paginationControl{max-width:760px;}


.onglet-accueil.produit1 a {margin-left:0;}
.listeGammes ul li {margin-left:0; margin-right:0.6rem;}

.resultats.even,.resultats-skis.even {margin-right:2.8rem;}
.resultats.odd,.resultats-skis.odd {margin-right:0rem;}

.infos-critere {margin-right: 1rem;}
#tabs {width:100%;}

.liste-magazines { /*max-width: 760px;*/}
.liste-magazines ul li:nth-child(1),.liste-magazines ul li:nth-child(4),.liste-magazines ul li:nth-child(7),.liste-magazines ul li:nth-child(10),.liste-magazines ul li:nth-child(13),.liste-magazines ul li:nth-child(16) {padding-left:0px; }
.liste-magazines ul li:nth-child(2),.liste-magazines ul li:nth-child(5),.liste-magazines ul li:nth-child(8),.liste-magazines ul li:nth-child(11),.liste-magazines ul li:nth-child(14),.liste-magazines ul li:nth-child(17) {padding-left:1.25rem;padding-right:1.25rem; }

main.wide .col-left #image,.main #image {
    width: 100%;
}

#infos-live .infos-stations:nth-child(1) { margin-left:0; margin-right:0px;}
#infos-live .infos-stations:nth-child(2) { margin-left:23px; margin-right:23px; }
#infos-live .infos-stations:nth-child(3) { margin-left:0px; margin-right:0px; }

#galerie-photos li:nth-child(2) { padding-left:0;}

.liste-home ul li {padding-left:0;padding-right:0;}


}

@media (min-width: 768px) {
 #bannersup {margin-top: 40px; margin-bottom: 40px;}   
  }


/*--- Nouveau carrousel x 3 ---*/
.owl-item img,.owl-carousel {margin-bottom:20px;}
.owl-carousel {max-width: 1100px;
    background-color: #f2f2f2;
    padding-top: 20px;padding-bottom: 20px;}
.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dots .owl-dot {
    margin: 0 .21875rem;
}

.owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-dots .owl-dot span {
    background-color: #ddd;
    border-radius: 50%;
    display: block;
    height: .8125rem;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    width: .8125rem;
}

.owl-dots .owl-dot.active span {
    background-color: #e2001a;
}
.owl-dots { margin-top: 1.25rem; }
@media(max-width: 680px) {
.main.owl {margin-bottom:0;}
}

/*--- Carrousel x 3 Anciens mag ---*/
.mag-carousel.owl-carousel {margin-bottom:0px;}
.mag-carousel .owl-item img {margin-bottom:20px;}
.mag-carousel.owl-carousel {max-width: initial;
    background-color: #ffff;
    padding-top: 5px;padding-bottom: 0px;}
.mag-carousel.owl-carousel h4 {line-height:1.2em;}
.mag-carousel.owl-carousel a {color:#555;}
.mag-carousel.owl-carousel a:hover {color:#e2001a;}
 
/*--- Off-Canvas Menu ---*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 21;
  top: 0;
  left: -1px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav svg,.sidenav img {max-width:200px;}

.sidenav a.logonav {
    margin-top: -50px;
}
.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #414141;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ccc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-top:25px;
}
#main-site {
  transition: margin-left .5s;
  padding: 0px;
}

.logo_sidenav { margin-top: -40px;}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}
@media screen and (max-width: 1023px) {
  /*.hamburger {display:none;}*/
}
@media screen and (min-width: 1024px) {
  #menu_secondary {display:none;}
}
.hamburger { font-size:30px;cursor:pointer;line-height:1px; top: 30px; z-index:20;}

@media screen and (max-width :1023px) {
	.hamburger {position: relative;left:10px;}
/*.sidenav {width:100% !important;}*/
.couv-magheader {display:none;}
   header::after {display:none;}
}
@media screen and (min-width :1024px) {
	.hamburger {position: absolute;}
/*.sidenav {width:100% !important;}*/
  #topnav ul li a#searchtoggl {
	  line-height: 50px;
	  margin-right: 0;
	  padding: 0 14px;
      margin-top:0px;
      color: #000;
	  position: absolute;
      top: 5px;
  }
.couv-magheader { float: right; right: 0px; max-width: 95px; margin-top: -110px;position: relative;top:95px;}
.couv-magheader img {height: auto; max-width: 95px;}
}




  #topbar {
	display: block;
	height: 80px;
	padding: 0 15px;
	background: #fff;
  }



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




#searchbar {
	 float: left;
	  position: absolute;
	  width: 100%;
	  height: 41px;
	  max-width:1090px;
	  top:61px;
	  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);
	  text-align: center;
  }


#menu_secondary ul li.lvl1.first, #menu ul li.lvl1.first {display:none;}

.header_right {float: right;
    right: 120px;
    position: relative;
    top: 10px;
    max-height: 30px;
    margin-top: -125px;}

#menu ul li.lvl1.last {/*margin-right:-95px;*/}

@media only screen and (width : 1100px) {
.container {max-width:1100px;}
.footer-distributed { max-width:1100px;}
}

@media only screen and (min-width : 1100px) and (max-width : 1170px) {

.home .liste-home ul li.even {margin-right: 1.2rem;}
.col-left {
    display: inline-block;
    max-width: 69%;
    min-width: 740px;
    width: 740px;
}
.container {padding:0 1.25rem; max-width:1100px;margin:0 auto;}
.footer-distributed { padding: 30px 10px 0 10px; max-width:1100px;margin:0 auto;display: flex;}
.footer-distributed .conteneur_site {width:1080px;}
.footer-2cols {
    width: 55%;
    display: inline-block;
}
.footer-wide {}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
.trier {
    margin-right: 0px;
}
}