/* Carte interactive */

body.page-itineraires {
    overflow-x: hidden;
}

.page-itineraires #container{
  max-width: unset;
}
.page-itineraires- #container{
  max-width: 990px;
}

.page-itineraires .moncontenu-interne{
    width: auto;
    padding: 0;
}
.page-itineraires- .moncontenu-interne {
  max-width: 900px;
  padding: 30px 0 30px 20px;
}

.page-itineraires .mybloc-contenu-iti{
    width: 900px;
    margin: 0 auto 30px;
    padding: 10px 50px 30px 0;
}

.page-itineraires .menu-secondaire{
    position: relative;
    width: 990px;
    margin: auto;;
}

.page-itineraires .menu-secondaire ul {
    /* left: inherit;
    top: inherit;
    float: right; */
}

.page-itineraires .group-31 > a{
    width: 200px;
}


#map{
  position: relative;
  width: 100%;
  height: 1712px;
}

#map .inner_map{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 1712px;
}

.recadre-dedans {
  width: 100%;
  height: 1712px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

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

.routes {
  background: #f9f9f9;
  padding: 0 20px;
  border-radius: 0 0 15px 0;
  min-height: 113px;
  box-shadow: 0px 3px 3px rgba(156, 156, 156, 0.6);
  max-width: 1400px;
  position: relative;
  /* position: absolute;
  left: 0;
  top: 0; */
  z-index: 11;
  overflow: hidden;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.routes h1 {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  border: 0;
  padding: 0;
}

.routes h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 166px;
  background: #f2f1f1;
  height: 3px;
  width: 79%;
}


.routes ul {
  display: flex;
  position: relative;
}

.routes ul > li {
  list-style: none;
  margin: 0 20px 0 0;

}

.routes ul > li.group-31 ul {
  text-align: center;
  padding-bottom: 5px;
}

.routes ul > li.group-31 ul > li{
  max-width: 170px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.routes ul > li > a{
  text-decoration: none;
  padding: 15px 14px;
  border: 1px solid #ee9e00;
  border-radius: 40px;
  font-size: 13px;
  font-family: "UniversLTW02-67BoldCn", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  letter-spacing: 0.3px;
  position: relative;
  max-width: 350px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.routes ul > li:hover > a{
  background: #f2f1f1;
  border-color: #f2f1f1;
}

.routes ul.navig > li:hover > ul,
.routes ul.navig > li:hover > a:after,
.routes ul.navig > li:hover > a:before {
  display: flex;
}

/* .routes ul.navig > li.pfr ul {
  display: flex;
} */

.routes ul.navig > li.group-31:hover > ul{
  display: block;
}


.routes ul ul {
  display: none;
  position: absolute;
  max-width: 1432px;
  background: #f2f1f1;
  margin: 0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.routes ul ul li a {
  border: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px #b1adad;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  font-family: "UniversLTW02-47LightCn", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.routes ul > li > a:after
  /* .routes ul.navig > li.pfr > a:after */ {
  content: "";
  position: absolute;
  background: #f2f1f1;
  width: 21px;
  height: 27px;
  left: 43%;
  bottom: -28px;
  display: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.routes ul.navig > li > a:before{
  content: "";
  position: absolute;
  background: #f9f9f9;
  width: 834px;
  height: 20px;
  left: 0;
  bottom: -21px;
  display: none;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.routes ul ul > li > a:after{
  display: none!important;
}

/* .routes ul.navig > li.pfr > a:after{
  display: block;
} */

/* .routes ul li.pesp a:after {
    content: "";
    position: absolute;
    background: #f2f1f1;
    width: 21px;
    height: 27px;
    left: 75px;
    top: -20px;
} */

.routes ul ul li a:hover {
  background: #2d2e80;
  color: #ffffff;
}

.carte-acir {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  height: 1712px;
  background: url("../images/carte/fond-map.svg") no-repeat center top;
  background-size: 100% auto;
}

.carte-acir #chemins{
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}

.carte-acir #chemins.portug{
  background: url("../images/carte/caminho-portugues.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.vezelay{
  background: url("../images/carte/voie-vezelay.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.puy{
  background: url("../images/carte/puy-en-velay.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.piemonts{
  background: url("../images/carte/voie-piemonts.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.arles{
  background: url("../images/carte/voie-arles.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.camfr{
  background: url("../images/carte/camino-frances.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.tours{
  background: url("../images/carte/voie-tours.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.fisterra{
  background: url("../images/carte/camino-fisterra.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.plata{
  background: url("../images/carte/via-plata.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.norte{
  background: url("../images/carte/camino-norte.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.primitivo{
  background: url("../images/carte/camino-primitivo.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.garona{
  background: url("../images/carte/via-garona.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.namur{
  background: url("../images/carte/namur.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.rocamadour{
  background: url("../images/carte/rocamadour.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.cele{
  background: url("../images/carte/vallee-cele.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.conques-toulouse{
  background: url("../images/carte/conques-toulouse.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.pelerin-bourges{
  background: url("../images/carte/pelerin-bourges.svg") no-repeat center top;
  background-size: 100% auto;
}
.carte-acir #chemins.liaison-bergerac{
  background: url("../images/carte/liaison-bergerac.svg") no-repeat center top;
  background-size: 100% auto;
}

.volet {
  background: #f9f9f9;
  border-radius: 15px 0 0 15px;
  padding: 22px 15px 20px 20px;
  box-shadow: 0px 2px 6px #7b7b7b;
  max-width: 260px;
  position: relative;
  float: right;
  right: -370px;
  top: 220px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.volet.swing{
  right: 0;
}

.volet h2 {
  border-top: 0;
  font-size: 17px;
  letter-spacing: 1px;
  background: url("../images/carte/arrow-rj.png") no-repeat left 20px;
  margin-top: 8px;
  margin-bottom: 0;
}

.volet .hebergement h2 {
    margin-top: 25px;
}

#volet-infos a{
    font-size: 14px;
}

.volet .description {
  text-align: justify;
}

.volet .description .bloc-itineraire-nom{
  width: auto;
  text-align: left;
  font-size: 20px;
  padding: 5px 0 10px 38px;


}

.volet .know{
  text-transform: uppercase;
  font-family: "UniversLTW02-67BoldCn", Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0.7px;
  font-size: 13px;
  float: right;
  background: url(../images/carte/arrow-rb.png) no-repeat right 5px;
  padding: 1px 12px 1px 0;
}

.volet .close {
  display: block;
  width: 40px;
  height: 27px;
  position: absolute;
  right: 1px;
  top: 14px;
}

.volet .close img{
  width: 85%;
}

#filtre_itineraire {
  margin-top: 35px;
}


@media screen and (max-width: 1200px) {

    .recadre {
        position: unset;
    }
    .recadre-dedans {
        height: auto;
        overflow: visible;
    }

  .routes {
    border-radius: 15px;
    /* position: unset; */
    width: 810px;
    margin: 0 auto 20px;
  }

  .volet {
      position: absolute;
    top: 380px;
  }

}

@media screen and (max-width: 989px) {
  .actu {
    padding: 0 8px;
    margin-bottom: 70px;
  }

  #secondary {
    padding-right: 8px;
  }

  .facebook iframe {
    width: 100%;
  }
}

@media screen and (max-width: 890px) {
  .quizz-question .imgquizz div {
    width:40%;
  }
  .page-itineraires .mybloc-contenu-iti {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .quizz-question .imgquizz div {
    width:100%;
  }
  .quizz-question .imgquizz div img {
    width:287px;
  }
}

@media screen and (max-width: 768px) {
  #map{
    display: none;
  }
  #filtre_itineraire {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  #blog-landing {
    margin-right: 0;
  }

  #secondary {
    float: none;
    width: 100%;
  }
}

/*****************************/
@media screen and (min-width: 200px) and (max-width: 640px) {
  #header_wrapper {
    background: #ef9e00;
    height: auto;
  }

  #main-menu li, #main-menu a {
    display: block;
    width: 100%;
  }

  #prefooter,
  #pieds, #footer ul.avt-menu, #footer ul.apr-menu {
    width: 100%;
  }
}
