html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
  background: #eee;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#page_content {
  position: relative;
  height: 100%;
}
#page_footer {
  display: none;
}
h1,
h2 {
  text-align: center;
  font-family: 'Courgette', cursive;
}
/*----- MENU -----*/
#page_header .navbar {
  background-color: #fff;
}
#page_header .navbar .navbar-header {
  height: 70px;
}
#page_header .navbar .navbar-header .navbar-brand {
  padding: 0;
  width: 180px;
  height: 70px;
}
#page_header .navbar .navbar-header .navbar-brand img {
  width: 180px;
}
#page_header .navbar .navbar-auth {
  width: 180px;
  height: 70px;
  margin: 0 -15px 0 0;
  padding: 0 5px 0 0;
}
#page_header .navbar .navbar-auth #logged_as {
  display: table;
  width: 175px;
  height: 35px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #666;
}
#page_header .navbar .navbar-auth #logged_as a,
#page_header .navbar .navbar-auth #logged_as span {
  display: table-cell;
  vertical-align: middle;
}
#page_header .navbar .navbar-auth .navbar-btn {
  margin: 0 0 5px 0;
  height: 30px;
  width: 175px;
}
#page_header .navbar ul.navbar-nav {
  width: 540px;
  margin: auto;
  float: none;
}
#page_header .navbar ul.navbar-nav li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 25px 5px;
  width: 180px;
  color: #2d85be;
}
#page_header .navbar ul.navbar-nav li.active a {
  background-color: #2d85be;
  color: #fff;
}
#page_header .navbar ul.navbar-nav.col4 {
  width: 640px;
}
#page_header .navbar ul.navbar-nav.col4 li a {
  width: 160px;
  font-size: 20px;
}
@media (max-width: 1000px) {
  #page_header .navbar ul.navbar-nav.col4 {
    width: 540px;
  }
  #page_header .navbar ul.navbar-nav.col4 li a {
    width: 135px;
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  #page_header .navbar ul.navbar-nav {
    width: 405px;
  }
  #page_header .navbar ul.navbar-nav li a {
    width: 135px;
    font-size: 18px;
  }
  #page_header .navbar ul.navbar-nav.col4 {
    width: 408px;
  }
  #page_header .navbar ul.navbar-nav.col4 li a {
    width: 102px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #page_header .navbar-auth {
    left: 200px;
    right: auto;
  }
  #page_header .navbar ul.navbar-nav {
    width: auto;
  }
  #page_header .navbar ul.navbar-nav li a {
    width: 100%;
    padding: 5px;
  }
  #page_header .navbar ul.navbar-nav.col4 {
    width: auto;
  }
  #page_header .navbar ul.navbar-nav.col4 li a {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 450px) {
  #page_header .navbar-auth {
    left: 10px;
  }
  #page_header .navbar-brand {
    display: none;
  }
}
/*----- FOS USER -----*/
#fos_user {
  margin: auto;
  margin-top: 100px;
  color: #222;
}
/*----- HOME -----*/
#home {
  height: 100%;
  background-size: cover;
  min-height: 600px;
  box-sizing: content-box;
  font-family: 'Courgette', cursive;
}
#home #slider-caption {
  margin-top: 17%;
  padding: 10px 5%;
  height: 35%;
  min-height: 370px;
  background: transparent;
  text-align: center;
  text-shadow: 0 1px 3px #000000;
  color: #fff;
}
#home #slider-caption:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home h1 {
  font-size: 50px;
  text-decoration: underline;
}
#home h2 {
  font-size: 30px;
}
#home h3 {
  font-size: 24px;
}
#home h4 {
  font-size: 36px;
  margin-top: 2%;
}
#home h4 span {
  font-size: 24px;
  font-style: italic;
}
@media (max-width: 660px) {
  #home h1 {
    font-size: 40px;
  }
  #home h2 {
    font-size: 25px;
  }
  #home h3 {
    font-size: 20px;
  }
  #home h4 {
    font-size: 20px;
  }
  #home h4 span {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  #home h3 {
    font-size: 16px;
  }
  #home h4 {
    font-size: 16px;
  }
  #home h4 span {
    font-size: 16px;
  }
}
#home a.decouverte {
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 2%;
  background: url(../../bundles/app/images/bt-decouverte.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 5px 15px 20px 5px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
/*----- PRESENTATION VOYAGE -----*/
#voyage {
  background: #2177af;
  padding: 50px 20px;
}
#voyage h1 {
  font-size: 36px;
  color: #fff;
  text-shadow: 0 1px 3px #000;
}
#voyage h2 {
  font-size: 30px;
  color: #fff;
}
#voyage h3 {
  font-size: 24px;
}
#voyage .etapes {
  width: 196px;
  float: left;
}
#voyage .etapes.off {
  opacity: 0.4;
}
#voyage .etapes h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-top: 24px;
  padding-bottom: 6px;
}
#voyage .etapes h4 span.paysEtape {
  font-size: 14px;
  font-weight: 400;
}
#voyage .DatesEtapes {
  float: left;
  margin: 0 10px;
  padding: 0;
  width: 123px;
  height: 121px;
  overflow: hidden;
  background: url(../../bundles/app/images/back-iti.png) no-repeat;
}
#voyage .DatesEtapes ul {
  padding: 0;
}
#voyage .DatesEtapes li {
  height: 121px;
}
#voyage .DatesEtapes span {
  display: block;
  color: #000;
  text-align: center;
  width: 90%;
  margin: auto;
}
#voyage .DatesEtapes span.numEtape {
  font-size: 18px;
  font-weight: 600;
  padding-top: 34px;
  border-bottom: solid 1px #000;
}
#voyage .sliderIti {
  width: 536px;
}
#voyage .sliderItiBtTop,
#voyage .sliderItiBtBottom {
  text-align: center;
  clear: left;
}
/*----- CARTE GMAP -----*/
#carte {
  height: 100%;
}
#carte div.row {
  height: 100%;
}
#carte .markerWindow {
  color: #000;
}
/*----- DETAIL DES ETAPES -----*/
#etapes {
  height: 100%;
  overflow: hidden;
  background: #eef no-repeat;
  background-size: cover;
}
#etapes h1 {
  color: #0e6095;
  text-shadow: 0 1px 3px #000;
  margin-top: 10%;
  font-size: 40px;
  margin-bottom: 35px;
}
#etapes p {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#etapes div.description {
  font-family: 'Courgette', cursive;
  color: #111;
  padding-top: 30px;
  font-size: 18px;
  text-align: justify;
}
#sequence ul,
#sequence li {
  margin: 0;
  padding: 0;
  border: 0;
}
#sequence {
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* required */
  width: 100%;
  overflow: hidden;
  margin-top: 5%;
}
#sequence > .sequence-canvas > li {
  /* required */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#sequence > .sequence-canvas li > * {
  /* required */
  position: absolute;
}
#sequence > .sequence-canvas {
  /* required */
  height: 100%;
  width: 100%;
}
#sequence div.sequence-nav {
  text-align: center;
  margin-top: 10%;
}
#sequence div.sequence-nav img {
  cursor: pointer;
}
#sequence div.sequence-nav img:first-child {
  margin-bottom: 50px;
}
/*----- GRILLE DE TARIFS -----*/
#tarifs {
  padding: 60px 20px;
  color: #0e6095;
  background: #eee center bottom no-repeat;
  background-size: cover;
}
#tarifs h1 {
  font-size: 36px;
  color: #0e6095;
  text-shadow: 0 1px 3px #000;
}
#tarifs table {
  width: 80%;
  margin: auto;
}
#tarifs table td,
#tarifs table th {
  text-align: center;
  font-weight: 600;
  padding: 6px;
}
#tarifs table td.labelFormule {
  text-align: right;
}
#tarifs table td.nikken,
#tarifs table td.prixNikken {
  font-weight: 700;
  color: #930101;
}
#tarifs table tbody tr {
  border-top: solid 1px #0e6095;
}
/*----- DETAIL DU TRANSITAIRE -----*/
#agence {
  background: #068bb8;
}
#agence img.imgIntro {
  float: left;
}
#agence h1 {
  text-shadow: none;
  text-align: left;
  font-size: 24px;
  padding: 10px 30px;
  overflow: hidden;
}
#agence p {
  padding: 20px 30px;
  overflow: hidden;
  text-align: justify;
}
#agence a {
  display: block;
  overflow: hidden;
  width: 262px;
  height: 63px;
  background: url(../../bundles/app/images/tel-pdf.png) no-repeat;
  padding-left: 70px;
  padding-top: 20px;
  font-weight: 600;
}
/*----- FORMULAIRE DE LOGIN -----*/
#login h4 {
  margin: 15px;
}
#login .form-group {
  margin-bottom: 10px;
}
#login input,
#login textarea {
  background: #444;
  color: #fff;
}
#login .contactPrivilege {
  background: #444;
  color: #fff;
  padding: 10px;
  margin: 45px 15px 0 15px;
}
/*----- FORMULAIRE DE RESA -----*/
#resa {
  background: #ddd;
  color: #444;
  padding: 50px 20px;
}
#resa h1 {
  font-size: 50px;
  margin-bottom: 50px;
}
#resa #resaform .app_userreservation_form_articles_collection {
  padding: 15px;
  background-color: #2177af;
}
#resa #resaform .app_userreservation_form_articles_collection label {
  color: #fff;
}
#resa #resaform .alert.helpSingle {
  width: 75%;
  margin: 45px auto 15px auto;
}
#resa #resaform .resapersonne-element {
  background: transparent none;
  border: 0 none;
}
#resa #resaform .resapersonne-form {
  margin: 15px 5px;
  padding: 15px;
  background: #ffe;
  color: #333;
  border: 1px solid #eee;
  border-radius: 5px;
}
#resa #resaform .resapersonne-form h4,
#resa #resaform .resapersonne-form label {
  color: #333;
}
#resa #resaform .resapersonne-form.disabled {
  background-color: #ddd;
}
@media (max-width: 560px) {
  #resa #login .long {
    width: 100%;
  }
  #resa #login .input-group .long {
    width: 100%;
  }
}
@media (max-width: 360px) {
  #resa #login #ville {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #resa #login input {
    width: 100%;
  }
}
/*----- GESTION DES DOCUMENTS -----*/
#docs {
  background: #ddd;
  color: #444;
  padding: 60px 20px;
}
#docs h1 {
  font-size: 36px;
  margin-bottom: 36px;
}
/*----- Galleries photos -----*/
.zoomwall img {
  cursor: pointer;
}
/*----- Page de choix de cartes sherlocks -----*/
.sherlocks {
  color: black;
  padding-top: 10%;
}

/*
zoomwall.css

The MIT License (MIT)

Copyright (c) 2014 Eric Leong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
.zoomwall {
  font-size: 0;
  overflow: hidden;
}
.zoomwall img {
  height: 15vw;
  opacity: 1;
  vertical-align: top;
  transform-origin: 0% 0%;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: 0% 0%;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
}
.zoomwall.lightbox img {
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.zoomwall.lightbox img {
  opacity: 0.3;
}
.zoomwall.lightbox img.active {
  opacity: 1;
}
