

/**
 * PROVISOIRE
 **/
 #lienMesFavoris,#lienSmartphone,#lienSurGps,#liSelectid1,#liSelectid2,#liSelectid3 { position:relative; }
 .aVenir {
   background-image:url(../img/site/a-venir2.png);
   background-position:left top;
   background-repeat:no-repeat;
   width:84px;
   height:48px;
   display:block;
   position:absolute;
   left:0;
   top: 0;
   margin: 0;
   display:none;
 } 
 #lienMesFavoris .aVenir{left:30px;}
 #lienSmartphone .aVenir{left:00px;}
 #lienSurGps .aVenir{left:00px;}
 
 #pratiquesSelectContent li,
 #restaurantsSelectContent li,
 #hebergementsSelectContent li {
   /*margin-right:15px;*/
 } 
 #pratiquesSelectContent { margin-left:20px; }
 #restaurantsSelectContent { margin-left:20px; }
 
 #lienMesFavoris:hover .aVenir,
 #lienSmartphone:hover .aVenir,
 #lienSurGps:hover .aVenir,
 #searchZone #restaurantsSelectContent li:hover .aVenir,
 #searchZone #hebergementsSelectContent li:hover .aVenir,
 #searchZone #pratiquesSelectContent li:hover .aVenir {
   display:block!important;
 }
 
 /** FIN **/


#ecranUser {
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}

#layoutPrincipal { 
  position: relative;
  overflow: hidden;
}

/* MON CIRCUIT */

#monCircuit {
  display: block;
  width: 100%; height: 100%;
  position: absolute;
  overflow: hidden;
}
#layoutBanner h1 {
  position: relative;
}
#layoutBanner h1 span.mon {
  display: inline-block;
  height: 21px; width: 29px;
  background-image: url(/lae/public1.0/img/monCircuit/mon.png);
  background-position: center 4px;
  background-repeat: no-repeat;
  position: relative; top: -5px; left: 10px;
}
#layoutBanner #closeDiapo {
  position:absolute;
  right:30px;
  top:20px; 
  background-color: #000000;
  background-image: url(/lae/public1.0/img/site/fd-close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 0;
  padding-top:  33px;
  display: block;
  position: absolute;
  top: 73px;
  right: 20px;
  overflow: hidden;
  /*
  background:url(../img/site/croix-fermer.png) no-repeat left center;
  height:20px;
  line-height:20px;
  width:50px;
  padding: 0 0 0 20px;
	font-family: 'Open Sans', sans-serif;
  font-size: 12px; 
  font-weight:600;
  color: #FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
  */
}

/* VUE ETAPE */

#vueEtape {
  display: block;
  width: 100%; height: 100%;
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  /**/
  display: none;
  display: block;
  /**/
  left: 100%;/**/
}




/* Menu */

#menuCircuit {
  width: 100%;
  height: 45px;
  background-color: #322e2d;
  overflow: hidden;
}



#menuCircuit div.gauche {
  float: left;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #menuCircuit {
    height: 75px;
  }
  #menuCircuit div.gauche {
    float: none;
  }
}

/*#mesFavoris,*/
#statsCircuit {
  float: left; 
  line-height: 45px;
  height: 45px;
  margin: 0;
  padding-left:40px;
  
	font-family: 'Open Sans', sans-serif;
  font-size: 14px; 
  font-weight:300;
  color: #FFFFFF;
  text-transform:uppercase;
}
@media screen and (max-width: 500px) {
  #statsCircuit {
    float: none;
    line-height: 24px;
    padding-top: 13px;
  }
}


#menuCircuit div.gauche #mesFavoris { margin-left:10px; position:relative; }
#menuCircuit div.gauche #mesFavoris a {
  color: #ddea9d;
  text-decoration:none;
}
#menuCircuit div.gauche #mesFavoris #bskRappelC {
  display:block;
  position:absolute;
  top:23px;
  right: 0;
  font-family: 'Ubuntu Condensed', arial;
  font-size: 12px; 
  width:100%;
  text-align:center;
  background-color:#b7d816;
  border:1px solid #000;
  border-radius:3px 3px 3px 3px;
  color:#40483e;
  line-height:20px;
  z-index:999;
}

#menuCircuit div.gauche #mesFavoris #bskRappelC .num {
  background:url(../img/monCircuit/num-circuit.png) no-repeat center center;
  display:inline-block;
  width:18px;
  height:18px;
  line-height:18px;
}

#statsCircuit span {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px; 
  font-weight:300;
  color: #FFFFFF;
  text-transform:uppercase;
}
#statsCircuit .titreStats {
	font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  font-weight:600;
  color: #FFFFFF;
  text-transform:uppercase;
}

#statsCircuit span.espaceur {
  font-size: 14px; 
  line-height: 18px;
  padding-right: 2px;
  padding-left: 7px;
  position: relative; 
  top: -2px;
  color:#7a7473;
}
@media screen and (max-width: 500px) {
  .espaceurITI {
    display: block;
    width: 1px; height: 1px;
    color: #322E2D !important;
    overflow: hidden;
  }
}


#modifierCircuitBtn {
  display: block;
  margin: 0; padding: 5px 0;
  padding-left: 15px; padding-right: 25px;
  background-color: #2d352b;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: left; height: 20px;
  margin-top: 13px;
  font-family: 'Ubuntu Condensed', arial;
  font-size: 14px; line-height: 18px;
  color: #c7eb12;
  text-decoration: none;
  border-left: 1px solid black;
  background-image: url(/lae/public1.0/img/monCircuit/picto-modifier.png);
  background-repeat: no-repeat;
  background-position: 90% 43%;
  -webkit-transition: all 0.1s ease-out;  
     -moz-transition: all 0.1s ease-out; 
       -o-transition: all 0.1s ease-out;  
          transition: all 0.1s ease-out;
          
  display:none;
}
#modifierCircuitBtn:hover {
  background-position: 93% 43%;
}

#menuCircuit ul.utilitairesCircuit {
  margin: 0; 
  padding: 0;
  float: right;
  height: 100%;
}
#menuCircuit ul.utilitairesCircuit li {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}
#menuCircuit ul.utilitairesCircuit li a {
  margin: 0; 
  padding: 0;
  height: 46px;
  padding-left: 20px;
  display: block;
	font-family: 'Open Sans', sans-serif;
  font-size: 12px; 
  line-height: 46px;
  font-weight:400;
  color: #d1c8c1;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
@media screen and (max-width: 774px) {
  #menuCircuit ul.utilitairesCircuit { padding-right: 20px; }
  #menuCircuit ul.utilitairesCircuit li { margin-right: 0; }
  #menuCircuit ul.utilitairesCircuit li a {
    padding-left: 46px;
    background-position: center !important;
    width: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  #menuCircuit ul.utilitairesCircuit  { 
    position: absolute;
    top: 0; right: 0;
  }
  #menuCircuit ul.utilitairesCircuit li {
    float: none;
  }
  #menuCircuit ul.utilitairesCircuit li a {
    padding-left: 37px;
    height: 37px;
  }
}

/*#menuCircuit .mCSB_container.mCS_no_scrollbar { width:70%; }*/
#menuCircuit .nameChange .mCSB_container.mCS_no_scrollbar { width:420px!important; }
#menuCircuit #lienImprimer { background: url(/lae/public1.0/img/site/btn_print.png) no-repeat left center; }
#menuCircuit #lienSmartphone { background: url(/lae/public1.0/img/site/btn_download.png) no-repeat left center;  }
#menuCircuit #lienSurGps { background: url(/lae/public1.0/img/site/btn_download.png) no-repeat left center; }
/*#menuCircuit #lienMesFavoris { background-image: url(/lae/public1.0/img/monCircuit/picto-lien-favoris.png); }*/

#menuCircuit #lienMesFavoris .nbCircuits {
  background-image:url(/lae/public1.0/img/site/picto-coeur.png);
  background-repeat: no-repeat;
  background-position:left center;
  width:21px;
  height:18px;
  display:inline-block;
  float:left;
  color:#1f291d;
  font-family:Arial;
  font-size:9px;
  text-align:center;
  padding: 0 0 0 0;
  margin: 0 5px 0 0;
}

#menuCircuit ul.utilitairesCircuit li a:hover {
  /*color: #c7eb12;*/
  color:#FFF;
}
/* Vue */

#vueCircuit {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Liste */

#listeSyntheseEtapes {
  height: 100%;
  width: 420px;
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  background-color: #474342;
  box-shadow: 0 0 5px rgba(0,0,0,0.65);
  position: absolute; top: 0; left: 0;
}

#bntToggleListeSyntheseEtapes {
  display: block;
  width: 32px; 
  height: 135px;
  position: absolute; 
  top: 25px; 
  left: 420px;
  z-index: 9;
  background:url(../img/site/fond-replier-liste-en.png) no-repeat right top;
}
#bntToggleListeSyntheseEtapes span.fleche {
  display: block;
  width: 10px; 
  height: 17px;
  background:url(../img/site/fleche-replier-liste.png) no-repeat center center;
  position: absolute; 
  top: 12px; 
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
#bntToggleListeSyntheseEtapes.ferme span.fleche {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Carte */
#vueCarte {
  display: block;
  height: 100%;
  position: absolute;
  left: 420px; top: 0;
 /* background-image: url(/lae/public1.0/img/monCircuit/fond-carte.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  z-index: -1;
  z-index: 1;
}

/* Etape lieu synthese */
div.etapeLieuSynthese {
  margin: 0;
  padding: 10px 17px 1px 41px;
  position: relative;
  min-height: 145px;
  overflow: hidden;
  cursor: pointer;
  background:url(../img/site/seperateur-liste-etape.png) repeat-y left top;
}
div.etapeLieuSynthese:hover,
div.etapeLieuSynthese.active {
  background:#4f4c4b url(../img/site/seperateur-liste-etape.png) repeat-y left top!important;
}
div.etapeLieuSynthese div.bulleEtape {
  display: block; 
  width: 23px; height: 29px;
  position: absolute;
  top: 11px; left: 7px;
  background:url(../img/site/marker-blanc-vide.png) no-repeat center 2px;
  
  font-family: 'Open Sans', arial;
  font-size: 14px; 
  line-height: 27px;
  color: #474342;
  text-align: center; 
  font-weight: 700;
}
/*div.start div.bulleEtape {
  background-image: url(/lae/public1.0/img/monCircuit/bulle-start.png);
}
div.stop div.bulleEtape {
  background-image: url(/lae/public1.0/img/monCircuit/bulle-stop.png);
}*/
div.etapeLieuSynthese a.ref_lienEtape{
  text-decoration:none;
	font-family: 'Open Sans', sans-serif;
  font-size: 22px; 
  font-weight:600;
  color: #FFF;
  text-transform:uppercase;
}
#listeSyntheseEtapes h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 22px; 
  font-weight:600;
  color: #FFF;
  text-transform:uppercase;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 7px;
}
#listeSyntheseEtapes h2 span {
  font-size: 16px;
}

#listeSyntheseEtapes figure img {
  display: block; 
  clear:both;
  float: left;
  width: 170px; 
  height: auto;
  max-height: 100%; 
  max-width: 100%;
  margin-right: 10px;
}
#listeSyntheseEtapes ul.incontournablesEtape {
  margin: 0; padding: 0;
  float: left;
}
#listeSyntheseEtapes ul.incontournablesEtape li {
  margin: 0; padding: 0;
  list-style: none;
  padding-left: 27px;
  background-image:url(../img/monCircuit/a-voir_v02.png);
  background-position:4px 1px;
  background-repeat: no-repeat;
}

/*#listeSyntheseEtapes ul.incontournablesEtape li.auto { background-image: url(/lae/public1.0/img/circuits/picto-loco-auto_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.moto { background-image: url(/lae/public1.0/img/circuits/picto-loco-moto_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.campingCar { background-image: url(/lae/public1.0/img/circuits/picto-loco-campingcar_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.velo { background-image: url(/lae/public1.0/img/circuits/picto-loco-velo_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.pied { background-image: url(/lae/public1.0/img/circuits/picto-loco-pied_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.canoe { background-image: url(/lae/public1.0/img/circuits/picto-loco-canoe_mini.png); }
#listeSyntheseEtapes ul.incontournablesEtape li.bateau { background-image: url(/lae/public1.0/img/circuits/picto-loco-bateau_mini.png); }*/


#listeSyntheseEtapes ul.incontournablesEtape li {
  margin-bottom:7px; 
  min-height:auto;
  background:url(../img/site/etoile-poi-favoris.png) no-repeat 9px 1px;
}
#listeSyntheseEtapes ul.incontournablesEtape li,
#listeSyntheseEtapes ul.incontournablesEtape li a {
  font-family: 'Open Sans', arial;
  font-size: 12px; 
  line-height: 14px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
}


#listeSyntheseEtapes ul.incontournablesEtape li strong {
  display: block;
  font-weight: 400;
  width: 130px;
}

#listeSyntheseEtapes ul.incontournablesEtape li strong .incontournable {
  padding: 0 20px 2px 5px;
  /*background-image: url(/lae/public1.0/img/monCircuit/puce-etoile-rouge.png);
  background-position:right -3px;
  background-repeat: no-repeat;*/
}

#listeSyntheseEtapes p.chiffres {
  margin: 0; padding: 0;
  margin-left: 5px;
  margin-top: 10px;
  float: left;
  width: 120px; height: 35px;
}
div.etapeLieuSynthese p.chiffres span.dormir,
div.etapeLieuSynthese p.chiffres span.activites,
div.etapeLieuSynthese p.chiffres span.restauration,
div.etapeLieuSynthese p.chiffres span.agenda,
div.etapeTronconSynthese p.chiffres span.dormir,
div.etapeTronconSynthese p.chiffres span.activites,
div.etapeTronconSynthese p.chiffres span.restauration,
div.etapeTronconSynthese p.chiffres span.agenda {
  display: block; 
  float: left;
  width: 30px; height: 100%;
  font-family: arial;
  font-size: 10px; line-height: 63px;
  color: #424a40;
  text-align: center;
  background-repeat: no-repeat;
}
p.chiffres span.dormir {
  background-image: url(/lae/public1.0/img/monCircuit/picto-dormir.png);
  background-position: 60% 0%;
}
p.chiffres span.activites {
  background-image: url(/lae/public1.0/img/monCircuit/picto-activites.png);
  background-position: 75% 0%;
}
p.chiffres span.restauration {
  background-image: url(/lae/public1.0/img/monCircuit/picto-restauration.png);
  background-position: 70% 0%;
}
p.chiffres span.agenda {
  background-image: url(/lae/public1.0/img/monCircuit/picto-agenda.png);
  background-position: 50% 0%;
}

/* Troncon */
div.etapeTronconSynthese {
  margin: 0;
  padding: 10px 17px 10px 41px;
  position: relative;
  min-height: 145px;
  overflow: hidden;
  cursor: pointer;
  background-color: #5a5554;
  background:#5a5554 url(../img/site/seperateur-liste-troncon.png) repeat-y left top;
}
#listeSyntheseEtapes div.unesco {
  background: #9e8451 url(../img/site/seperateur-liste-troncon-unesco.jpg) repeat-y left top;
}
div.etapeTronconSynthese:hover {
   background-color:#625d5c;
}
div.etapeTronconSynthese .iconTroncon {
  display:block;
  background:url(../img/site/icon-troncon.png) no-repeat center center;
  width:22px;
  height:32px;
  position:absolute;
  left:8px;
  top:11px;
}
div.etapeTronconSynthese h2 .flecheTroncon {
  display:inline-block;
  background:url(../img/site/fleche_troncon.png) no-repeat center bottom;
  width:22px;
  height:32px;
  display:inline-block;
}
#listeSyntheseEtapes div.etapeTronconSynthese h2 {
   line-height: 16px;
   margin-bottom: 0;
}
#listeSyntheseEtapes div.etapeTronconSynthese h2.titreTroncon {
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

div.etapeTronconSynthese .distanceTroncon {
  width: 39px;
  padding: 0;
  margin: 0;
  float: none;
  font-family: 'Open Sans', arial;
  font-size: 11px; 
  line-height: 11px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 49px; left: 0;
}
div.etapeTronconSynthese .distanceTroncon strong {
  display: block;
  margin: 0 auto;
  font-family: 'Open Sans', arial;
  font-size: 21px; 
  line-height: 21px;
  font-weight: 600;
  color: #ffffff;
}
div.etapeTronconSynthese .dureeTroncon {
  width: 39px;
  padding: 0;
  margin: 0;
  float: none;
  font-family: 'Open Sans', arial;
  font-size: 11px; 
  line-height: 11px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 90px; left: 0;
  padding-top: 24px;
  background-image: url(/lae/public1.0/img/site/p-duree.png);
  background-repeat: no-repeat;
  background-position: top;
}
div.etapeTronconSynthese p {
  font-family: 'Open Sans', arial;
  font-size: 12px; line-height: 14px;
  color: #5c5c5c;
  padding: 10px;
  width: 140px;
  float: left;
  margin: 0;
}
div.etapeTronconSynthese p.chiffres {
  margin: 0; padding: 0;
  margin-top: 9px;
  float: left;
  width: 120px; height: 35px;
}


/*********
VUE ETAPE
**********/

#rappelContexte {
  display: block;
  height: 100%; 
  width: 39px;
  float: left;
  /*overflow: hidden;*/
  position: relative;
}
#rappelContexte div {
  display: block;
  width: 100%; height: 100%;
  position: absolute;
  background-color: #f1f2e0;
  background-color: rgba(241,242,224,0.76);
  background-color: hsla(63,41%,91%,0.76);
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
}
#rappelContexte.visible div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#rappelContexte div.haut {
  background:url(/lae/public1.0/img/site/fond-trame-noir.png) repeat 0% 100%;
  position:relative;
}
#rappelContexte div.bas {
  background:url(/lae/public1.0/img/site/fond-trame-noir.png) repeat 0% 0%;
}
#rappelContexte div.haut .fleche {
  width:13px;
  height:26px;
  position:absolute;
  bottom:-40px;
  left:100%;
  background:url(../img/site/rappel-contexte-etape.png) no-repeat top left;
  z-index: 20;
}

#headerEtape {
  /*height: 64px;*/
  height: 50px;
  overflow: hidden;
  background-color: white;
  margin-left: 39px;
  /*background-image: url(/lae/public1.0/img/monCircuit/fond-header-etape.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;*/
  position: relative;
  /*z-index:10;*/
}
#headerEtape h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 22px; 
  line-height: 22px;
  color: #474342;
  font-weight:600;
  text-transform: uppercase;
  margin: 0; 
  padding: 0;
  margin-top: 20px; 
  margin-left: 27px;
}
#headerEtape h2 span {
  font-family: 'Ubuntu Condensed', arial;
  font-size: 18px; line-height: 22px;
  color: #222221;
  text-transform: none;
  fon
}
#listePoiEtape .bloc.descriptionEtape {
	font-family: 'Open Sans', sans-serif;
  font-size: 12px; 
  line-height: 12px; 
  color: #474342;
  font-weight:400;
  margin: 0 10px 10px 10px;
  padding: 0 10px 10px 10px;
}
#listePoiEtape .descriptionEtape strong {
  font-weight:600;
}
#listePoiEtape .descriptionEtape h3 {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px; 
  line-height: 20px; 
  color: #79aa25;
  font-weight:600;
}
#headerEtape ul.liens {
  margin: 0; padding: 0;
}
#headerEtape ul.liens li {
  list-style: none;
  margin: 0; padding: 0;
}
#headerEtape ul.liens a.printBtn {
  display: block;
  width: 73px; 
  height: 25px;
  background:url(../img/site/btn_print.png) no-repeat left center;
  position: absolute;
  top: 20px; 
  right: 60px;
  font-family: 'Ubuntu Condensed', arial;
  font-size: 12px; 
  line-height: 24px;
  color: #817a78;
  padding: 0 0 0 20px;
  text-decoration: none;
  float:left;
}

#headerEtape ul.liens a.closeEtape {
  background-color: #000000;
  background-image: url(/lae/public1.0/img/site/fd-close.png);
  background-repeat: no-repeat;
  background-position: center;
  width:33px;
  height:33px;
  display:block;
  position: absolute;
  top: 15px; 
  right: 20px;
}

/******************************/

#sectionEtape {
  overflow-y: scroll;
  background-color: white;
  margin-left: 39px;
}

/***********************************************/

#listePoiEtape {
  display: block;
  float: left;
  background: white;
  padding: 10px;
  overflow: hidden;
  margin-top: 0;
}

#listePoiEtape,
#listePoiEtape.hasLayers {
  margin-top: 0;
}
#listePoiEtape:after { content: ''; clear: both; }

#listeOffreEtape {
  display: block;
  float: right;
  width: 315px;
  background: white;
}

/**/
.bloc {
  width: 273px;
  float: left;
  max-width: 90%;
}

div.poi {
  position:relative;
  margin: 10px;
  /*padding: 10px;*/
  background-color: #efede8;
  /*box-shadow: 0 0 20px rgba(85,79,25,0.1) inset;*/
  max-width: 85%;
  background-position:225px top;
  background-repeat:no-repeat;
}
div.poi .contenusPoi {
  padding: 0 12px 0 12px; 
}
.poi.poiPratique {
  background-color:#fffde8;
}
div.poi.pratique {
  display:none; 
}
.poi.auto { background-image: url(/lae/public1.0/img/circuits/picto-loco-auto.png); }
.poi.moto { background-image: url(/lae/public1.0/img/circuits/picto-loco-moto.png); }
.poi.campingCar { background-image: url(/lae/public1.0/img/circuits/picto-loco-campingcar.png); }
.poi.velo { background-image: url(/lae/public1.0/img/circuits/picto-loco-velo.png); }
.poi.pied { background-image: url(/lae/public1.0/img/circuits/picto-loco-pied.png); }
.poi.canoe { background-image: url(/lae/public1.0/img/circuits/picto-loco-canoe.png); }
.poi.bateau { background-image: url(/lae/public1.0/img/circuits/picto-loco-bateau.png); }

div.poi span.poiLettre {
  margin: 10px 5px 0 0; 
  padding: 0;
  width: 12px;
  font-family: 'Open Sans', arial;
  font-size: 12px; line-height: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #4d7a00;
  border: 2px solid #4d7a00;
  border-radius: 3px;
  position: absolute; top: 5px; right: 5px;
}
div.poi a.poiFavori {
  margin: 0; 
  padding: 0;
  display: block;
  width: 16px; 
  height: 14px;
  background-image: url(/lae/public1.0/img/site/picto-coeur.png);
  background-repeat: no-repeat;
  position: absolute; top: 20px; right: 5px;
}
div.poi a.poiFavori {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;  
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
  top: 30px;
  right: 10px;
}
div.poi.myFavorite a.poiFavori  {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-image: url(/lae/public1.0/img/monCircuit/picto-coeur_active.png);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 18px;
  right: 30px;
}
div.poi a.poiFavori:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
div.poi p.lieu {
  margin: 0; 
  padding: 10px 10px 0 10px;
  font-family: 'Open Sans', arial;
  font-size: 11px; 
  line-height: 12px;
  color: #7d7d7d;
  text-transform: uppercase;
}
div.poi h3 {
  margin: 0; 
  padding: 0 10px 0 10px;
  font-family: 'Open Sans', arial;
  font-size: 12px; line-height: 14px;
  color: #000000;
  font-weight: 700;
  display:inline-block;
}

/*div.poi .legende,
div.poi .balade,
div.poi .activite {
  margin: 15px 0;
  padding-top: 15px;
  background-repeat: no-repeat;
}
div.poi .legende {
  background-image: url(/lae/public1.0/img/monCircuit/picto-legende.png);
}
div.poi .balade,
div.poi .activite {
  background-image: url(/lae/public1.0/img/monCircuit/picto-activite.png);
}
div.poi .pointDeVue {
  background-image: url(/lae/public1.0/img/monCircuit/point-de-vue.png);
  background-position: right 14px;
  background-repeat: no-repeat;
  padding: 0 30px 0 0;
}*/
div.poi .poiPanneau {
  background:#6c6866 url(/lae/public1.0/img/site/picto-panneau.png) no-repeat 20px center;
  display:block;
  width:auto;
  height:40px;
  line-height:40px;
  padding:0 0 0 50px;
  color:#b1a8a3;
  font-size:13px;
  font-family:'Open Sans', Arial;
  font-weight:400;
  text-transform:uppercase;
  margin: 0;
  position:relative;
}
div.unesco .poiPanneau,
div.patrimoineMajeur .poiPanneau {
  background-color: #9e8451;
  color: #FFFFFF;
}
div.poi .poiPanneau .code {
  background:#efede8;
  height:26px;
  line-height:28px;
  width:auto;
  display:inline-block;
  font-family:'Open Sans', Arial;
  font-weight:600;
  color:#6c6866;
  font-size:12px;
  text-align:center;
  margin:0 15px 0 0;
  padding:0 3px;
  border-radius:9px 9px 9px 0;
}

div.poi .poiPanneau .poiLocaliseBtn {
  float:right;
  display: inline-block; 
  width: 40px; 
  height: 40px;
  background:url(../img/site/btn_geoloc-poi.png) no-repeat center center;
}
div.poi h2{
  font-family: 'Open Sans', arial;
  font-size: 14px; 
  line-height: 16px;
  /*height: 16px;*/
  font-weight:700;
  display:inline-block;
  padding: 0 10px 5px 10px;
  color:#474342;
  margin: 0;
}
div.poi h2 .incontournable {
  /*background-image: url(/lae/public1.0/img/monCircuit/puce-etoile-rouge.png);
  background-position:right 3px;
  background-repeat: no-repeat;*/
  display:inline-block;
  width:22px;
  height:18px;
  padding-bottom:3px;
}
div.poi .pointDeVue:after {
  content:"";
  width:18px;
  height:14px;
  background-image: url(/lae/public1.0/img/monCircuit/point-de-vue.png);
  background-position: center 7px;
  background-repeat: no-repeat;
  padding: 0 0 5px 15px;
  margin: 0 0 0 0;
  display:inline-block;
}
div.poi .activite:before,
div.poi .balade:before {
  content:"";
  width:24px;
  height:25px;
  background-image: url(/lae/public1.0/img/site/picto-activite.png);
  background-repeat:no-repeat;
  background-position:top left;
  display:block;
  margin-top:15px;
}
/*div.poi .activite:before {
  content:"";
  width:24px;
  height:25px;
  background-image: url(/lae/public1.0/img/monCircuit/picto-activite.png);
  background-repeat:no-repeat;
  background-position:top left;
  display:block;
}*/
div.poi .legende:before {
  content:"";
  width:24px;
  height:25px;
  background-image: url(/lae/public1.0/img/monCircuit/picto-legende.png);
  background-repeat:no-repeat;
  background-position:top left;
  display:block;
  margin-top:15px;
}

div.poi div.blocInfo:first-of-type h3 {
  margin: 0; padding: 0;
  font-size: 14px !important; line-height: 16px;
}

/*div.poi a.poiLocaliseBtn {
  display: inline-block; 
  width: 22px; 
  height: 22px;
  background:url(../img/site/btn_geoloc-poi.png) no-repeat center center;
  position: relative; 
  left: 5px; 
  top: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-out;  
  -moz-transition: all 0.1s ease-out; 
  -o-transition: all 0.1s ease-out;  
  transition: all 0.1s ease-out;
}
div.poi a.poiLocaliseBtn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}*/
div.poi figure.miniatureDiaporama {
  display: block;
  position: relative;
  margin: 0 0;
}
div.poi figure.miniatureDiaporama img {
  width: 100%;
  cursor:pointer;
}
div.poi figure.miniatureDiaporama figcaption {
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 25px;
}
div.poi figure.miniatureDiaporama figcaption ul.types {
  margin: 0; padding: 0;
}
div.poi figure.miniatureDiaporama figcaption ul.types li {
  display: block; float: right; width: 25px; height: 25px;
  margin-left: 1px;
  background-color: black;
}
div.poi figure.miniatureDiaporama figcaption ul.types li a {
  display: block; width: 100%; height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
div.poi figure.miniatureDiaporama figcaption ul.types li a.pano {
  background-image: url(/lae/public1.0/img/site/picto-360.png);
}
div.poi figure.miniatureDiaporama figcaption ul.types li a.photo {
  background-image: url(/lae/public1.0/img/site/picto-photo.png);
}
div.poi figure.miniatureDiaporama figcaption ul.types li a.video {
  background-image: url(/lae/public1.0/img/site/picto-video.png);
}
div.poi figure.miniatureDiaporama figcaption ul.types li a.loupe {
  background-image: url(/lae/public1.0/img/site/picto-loupe.png);
}

div.poi p {
	font-family: 'Open Sans', sans-serif;
  font-size: 12px; 
  line-height: 16px; 
  color: #474342;
  font-weight:400;
}
div.poi p img { max-width: 100%; }
div.poi a.lireSuite,
div.poi a.fileLink, 
div.poi .lireSuite a,
div.poi .fileLink a {
  color:#363332;
  font-size:12px;
  line-height:16px;
  display:block;
  padding:5px 0 5px 30px;
  
}
div.poi p.lireSuite {
  margin:5px 0 8px 0;
}
div.poi p.fileLink {
  margin:5px 0 5px 0;
}
div.poi a.fileLink,
div.poi .fileLink a {
  background:url(../img/site/picto-pdf.gif) no-repeat left top;
}
div.poiPanneau {
  background-color:#f2eddf;
}
div.poiPanneau p.numPanneau {
  display:block;
  position:absolute;
  right: 0;
  top: 0;
  background:url(../img/site/picto-panneau.png);
  width:37px;
  height:46px;
  margin: 0 0 0 0;
  padding:26px 0 0 37px;
  color:#FFF;
  text-transform:uppercase;
  text-align:center;
}

div.poi p a {
  font-family: 'Open Sans', arial;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-decoration: underline;
}
div.poi p a:hover {
  opacity:0.8;
}
div.poi a.lireSuite,
div.poi p.lireSuite a {
  background:url(../img/site/picto-plus.gif) no-repeat left top;
  text-decoration: none;
}
div.poi .contentEnSavoirPlusFlux {
  display:none;
  background-color:#FBFBFB;
  padding:10px 10px 10px 10px;
  margin-bottom:10px;
}
.enSavoirPlusFlux {
  display:block;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', arial;
  font-size: 12px;
  line-height: 14px;
  color: #69705e;
  font-weight: bold;
}
div.poi .contentEnSavoirPlusFlux p {
  margin-bottom:10px; 
}



div.introEtape {
  background-color:transparent;
}
.introEtape .mapDetailEtape, 
.introEtape #mapDetailEtape {
   width:100%;
   height:450px;
}

div.introEtape h2 {
  
}
div.introEtape p,
div.introEtape li {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #363332;
  font-weight: 400;
  padding: 0 10px 5px 10px;
}
div.introEtape figure.miniatureDiaporama figcaption ul.types li {
  padding: 0;
}
div.introEtape .troncon {
  margin: 0;
  padding: 15px 10px 5px 10px;
}
div.introEtape .troncon .arrivee,
div.introEtape .troncon .depart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #a19f9b;
  font-weight: 400;
  text-transform:uppercase;
}
div.introEtape .troncon .depart {
  
}
div.introEtape .troncon .arrivee {
  background:url(/lae/public1.0/img/site/picto-troncon.png)  no-repeat left center;
  padding:0 0 0 20px;
  display:inline-block;
}
div.introEtape ul {
}
div.introEtape ul li {
  list-style:none;
  line-height:20px;
}
.introEtape .themeFeature_duree,
.introEtape .themeFeature_distance,
.introEtape .themeFeature_denivele {
  display:inline-block;
  padding:0 0 0 20px;
}
.introEtape .themeFeature_duree { background:url(/lae/public1.0/img/site/picto-duree.png) no-repeat left center; }
.introEtape .themeFeature_distance { background:url(/lae/public1.0/img/site/picto-distance.png) no-repeat left center;}
.introEtape .themeFeature_denivele { background:url(/lae/public1.0/img/site/picto-denivele.png) no-repeat left center;}


div.introEtape .libelleTheme {
  background:url(/lae/public1.0/img/site/picto-lieu_etape_randonnee.png) no-repeat left top;
  padding:8px 0 0 30px;
  margin:5px 0;
  color:#363332;
  font-weight:600;
}
div.introEtape .libelleTheme.randonnee { background:url(/lae/public1.0/img/site/picto-lieu_etape_randonnee.png) no-repeat 4px top; }
div.introEtape .libelleTheme.seGarer { background:url(/lae/public1.0/img/site/picto-garer.png) no-repeat left center;}
div.introEtape .libelleTheme.transports { background:url(/lae/public1.0/img/site/picto-transports.png) no-repeat left center;}
div.introEtape .libelleTheme.ot { background:url(/lae/public1.0/img/site/picto-ot.png) no-repeat 3px center;}

div.introEtape .dsc {
 padding:5px 0 10px 0; 
}
div.introEtape .dsc p {
  margin:3px 0;
  padding: 0;
}

/* LISTE OFFRES */
#listeOffreEtape h3 {
  font-family: 'Open Sans', arial;
  font-size: 14px;
  line-height: 18px;
  font-weight:600;
  color: #353231;
  margin: 0; padding: 0;
  margin: 10px 0;
  padding-top: 8px;
  padding-left: 30px;
  background-repeat: no-repeat;
}
#listeSpecSource,
#listeHebergements,
#listeRestaurants {
  margin-left: 10px;
}

#listeHebergements h3 {
  background-image: url(/lae/public1.0/img/site/picto-hebergement.png);
}
#listeRestaurants h3 {
  background-image: url(/lae/public1.0/img/site/picto-restaurant.png);
}
#listeOffreEtape div.offre {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  width: 98%;
}
#listeOffreEtape div.offre:last-of-type {
  border: none;
}
#listeOffreEtape .offre .cA .iG,
#listeOffreEtape div.offre figure {
  display: block;
  float: left;
  width: 100px;
  max-height: 100px;
  position: relative;
  border: 1px solid #b9b9b9;
  margin-right: 10px;
  height:80px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

#listeOffreEtape div.offre figure img {
  max-width: 100%;
}

#listeOffreEtape .offre .cA .iG a.plusBtn,
#listeOffreEtape div.offre a.plusBtn {
  display: block;
  width: 31px; height: 32px;
  background-image: url(/lae/public1.0/img/monCircuit/fond-btn-plus.png);
  background-repeat: no-repeat;
  position: absolute; bottom: -7px; right: -6px;
}
#listeOffreEtape div.offre h4 {
  margin: 0; padding: 0;
  margin-bottom: 5px;
  font-family: 'Open Sans', arial;
  font-size: 12px; line-height: 14px;
  color: #000000;
  font-weight: 700;
}
#listeOffreEtape div.offre .ajusteur {
  clear:both;
} 
#listeOffreEtape div.offre p {
  margin: 0; padding: 0;
  margin-bottom: 5px;
  font-family: 'Open Sans', arial;
  font-size: 12px; line-height: 14px;
  color: #676767;
  margin: 0;
  padding: 0; 
}


/**
 Diaporamas
**/

#ecranUser .royalSlider.diaporamaMedias {
  width:270px;
  height:180px;
  margin:10px 0 15px 0;
}
#vueDiaporama {
/*  display:none; */
  background-color:#000;
}
#conteneurVueDiaporama {
 display:block;
 position:absolute;
 top: 0;
 left:100%;
 width:100%;
 height:100%;
 overflow:auto;
 background-color:#FFF;
}


/**
 Carte POI
 **/
 
#poiGeoloc_popupInfos {
  position:absolute; 
  top: 0; 
  right:100%; 
  height:100%;
  width:100%;
}
#poiContentGeoloc {
  width:65%; 
  position:relative; 
  height:71%; 
  padding-top:35px; 
  background-color:#FFF; 
  border:solid 1px #ededec; 
  box-shadow: 0 0 5px #666;
}
#poiContentGeoloc h3 {
  position:absolute;
  top:8px;
  left:10px;
  font-family: 'Open Sans', sans-serif;
  font-weight:normal;
  font-size:15px;
  padding: 0;
  margin: 0;
}
#poiGeoloc_map {
  width:100%; 
  height:100%;
}
#poiGeoloc_btnClosePopup {
  position:absolute; 
  top:2px; 
  right:5px; 
  background:url(../img/site/btn_fermer-etape.png) no-repeat center center;
  width: 30px;
  height:30px;
  display:block; 
  z-index:100;
}

#listePoiEtape.fixedBottom {
  /*background-color:#F89C9D;*/
  position:fixed!important;
  z-index:0;
  bottom: 0;
}


/**
 * DIFFUSIO
 **/

#dsioMapViewTypeOiList {
  width:100%;
  height:100%; 
}
.dsioHide {
  display:none; 
}

/**
 * GPX DOWNLOAD
**/

#menuCircuit .downloadGpxLinks {
  position:absolute;
  right: 0;
  top:57px; 
  display:block;
  width:230px;
  z-index:99999;
  background-color:#000;
  display:none;
}

#menuCircuit .downloadGpxLinks h3 {
  font-family: 'Ubuntu Condensed', arial;
  font-size: 14px;
  color: #FFF;
  font-weight:normal;
  padding: 0 15px;
}

#menuCircuit .downloadGpxLinks ul {
  padding: 0;
  margin: 0;
}
#menuCircuit .downloadGpxLinks li {
  display:block;
  height: 30px;
  padding: 6px 0;
  border-top: solid 1px #40483e;
}
#menuCircuit .downloadGpxLinks a {
  color: #c7eb12;
  font-family: 'Ubuntu Condensed', arial;
  font-size: 14px;
  padding: 5px 40px;
  text-decoration: none;
  display: block;
  background-image: url(../img/panier/fleche.jpg);
  background-position: 14px center;
  background-repeat: no-repeat;
  float: left;
}



/**
 * HELP POPUPS
 **/
 
 #cAide_contener {
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-image:url(../img/monCircuit/aide_fond.png);
    z-index:9999;
 }
 #cAide_contener .cAide_close {
    background:url(../img/monCircuit/aide_close.png) no-repeat center center;
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    right:30px;
    top:20px;
 }
 #cAide_contener .content {
    overflow:auto; 
    height:100%;
    width:100%;
    padding-right:20px;
 }
 #cAide_contener .content img {
    margin:auto; 
    display:block;
 }
 #cAide_contener .content .cir {
    position:absolute;
    left: 0;
    top: 0;
    margin:auto;
 }
 
 /**
  * AUDIO PLAYER
  **/
  div.poi p.audio-player audio {
    display: none;
  }
  div.poi p.audio-player {
	display: block;
	position: relative;
	padding: 0;
    padding-left: 40px;
    max-width: 235px;
    height: 42px;
    background-color: #000000;
    background-image: url(/lae/public1.0/img/site/fd-audioplayer.jpg);
    background-repeat: no-repeat;
    margin-top:5px;
  }
  div.poi p.audio-player::after {
  content: '';
  display: block;
  width: 19px; height: 14px;
  background-image: url(/lae/public1.0/img/site/p-accessibilite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px; right: 5px;
}
  div.poi p.audio-player a {
    margin-left: 9px;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
  }
  div.poi p.audio-player span.progress {
    display: inline-block;
    width: 138px;
	max-width:60%;
    height: 10px;
    margin-left: 9px;
    background-image: url(/lae/public1.0/img/site/fd-audioplayer-progress.jpg);
    background-repeat: repeat-x;
    background-position: left;
    position: relative;
  }
  div.poi p.audio-player span.progress span.curseur {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  
  /**
   * POPUP
   **/
#popupLae {
  display:block;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  background:rgba(0,0,0,0.5);
  z-index:21;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#poiGeoloc_popupInfos {
  z-index:22;
}
#popupLae .contener {
  width:80%;
  height:auto;
  margin:0 10%;
  background:#FFF;
  box-shadow:0 0 4px #000;
  overflow:auto;
  position:relative;
}
#popupLae .contener .close { 
  background-color: #000000;
  background-image: url(/lae/public1.0/img/site/fd-close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: 6px;
  right: 35px;
  z-index:100;
}

#popupLae .contener .poi {
  width:100%;
  max-width:100%;
  min-width:100%;
  margin: 0;
}
#popupLae .contener .poi .colGauche {
  float:left;
  width:auto;
  padding:0 2%;
  width:65%;
  min-width:300px;
}
#popupLae .contener .poi .colDroite {
  width:27%;
  padding:0 2%;
  float:right;
}
#popupLae .contener .poi .miniatureDiaporama {
  margin-bottom:5px; 
}
#popupLae .contener .poi .lieu {
  padding:20px 2% 0 2%;
}
#popupLae .contener .poi .poiPopupHeader {
  background-color: #6c6866;
  display: block;
  width: auto;
  height:47px; 
  line-height:47px; 
  padding: 0 0 0 2%;
  color: #b1a8a3;
  font-size: 13px;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
#popupLae .contener .poi .poiPanneau.poiPopupHeader {
  padding: 0 0 0 50px;
}
#popupLae .contener .poi .poiPopupHeader .poiLocaliseBtn {
  background: url(../img/site/btn_geoloc-poi-popup.png) no-repeat center center;
  width: 33px;
  height: 33px;
  float:none;
  margin: 0;
  position:absolute;
  top:6px;
  right:75px;
}
#popupLae .contener .poi .colGauche .contenusPoi,
#popupLae .contener .poi .colGauche p,
#popupLae .contener .poi .colGauche h3,
#popupLae .contener .poi .colGauche h2 {
  padding-left: 0;
  padding-right: 0;
}
#popupLae.disabled {
  /*top: 0;
  left:-100%;
  background:rgba(0,0,0,0.0);*/
  opacity:0;
  visibility:hidden;
}

#popupLae #mapPopup {
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}


#sectionEtape #dsioPopupZone,
#sectionEtape #dsioCssOiDetail {
  min-width: 200px;
}
#sectionEtape #headerOiDetail {
  height: auto;
}


