/* ==========================================================================
   STRUCTURES GENERIQUES
   ========================================================================== */
body {
  padding-top: 120px;
  font-family: "Raleway", sans-serif;
  color: #444;
}
@media (orientation: landscape) and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 114px;
  }
}

.tampon-30 {
  height: 30px;
}

.tampon-60 {
  height: 60px;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span {
  font-weight: 900;
}

.btn-success, input#envoyer {
  background-image: -webkit-linear-gradient(top, #2db4b8 0, #26999c 100%);
  background-image: -o-linear-gradient(top, #2db4b8 0, #26999c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2db4b8), to(#26999c));
  background-image: linear-gradient(to bottom, #2db4b8 0, #26999c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$couleurCustomizeCommitments2, endColorstr=$couleurCustomizeCommitments1, GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #26999c;
}

.btn-success:focus, .btn-success:hover {
  background-color: #26999c;
  background-position: 0 -15px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.navbar-brand span {
  font-weight: 800;
}

.navbar {
  min-height: 120px;
}
@media (orientation: landscape) and (max-width: 768px) {
  .navbar {
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .navbar {
    height: 120px;
  }
  .navbar .container {
    position: relative;
    height: 100%;
  }
  .navbar .container #navbar-principale {
    position: absolute;
    bottom: 0;
  }
  .navbar .container #navbar-secondaire {
    font-size: 75%;
  }
}
@media (min-width: 1200px) {
  .navbar {
    height: 114px;
  }
  .navbar .container #navbar-principale {
    font-size: 125%;
  }
}
.navbar .nav-justified > li > a {
  margin-bottom: 0;
}
.navbar .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0 0 4px 4px;
}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:focus, .navbar .dropdown-menu > .active > a:hover {
  background-color: #e14c5b;
  color: white !important;
  background-image: none;
}
.navbar #navbar-principale a, .navbar #navbar-secondaire a {
  text-transform: uppercase;
  color: #444;
}
.navbar #navbar-principale a .caret, .navbar #navbar-secondaire a .caret {
  color: #e14c5b;
}
.navbar #navbar-secondaire {
  text-align: center;
}
@media (min-width: 768px) {
  .navbar #navbar-secondaire li {
    border-left: dotted 1px #e14c5b;
  }
}
.navbar #navbar-secondaire #navbar-sociaux {
  border-left: none;
}
.navbar #navbar-secondaire #navbar-sociaux a {
  display: inline-block;
  padding-top: 10px;
}

/* ==========================================================================
   TYPOS GENERALES
   ========================================================================== */
a {
  color: #e14c5b;
}

h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h1 span {
    font-size: 150%;
  }
}

h3 {
  font-weight: 200;
}

.chapo-its {
  line-height: 1.5;
}
.chapo-its h4 {
  font-weight: 600;
}

/* ==========================================================================
   SUPPRIME LES CARETS DANS LA NAVIGATION
   ========================================================================== */
#fil span.caret, footer span.caret {
  display: none;
}

/* ==========================================================================
   JUMBOTRON
   ========================================================================== */
.jumbotron {
  background-color: white;
  padding: 0;
  margin: 0;
}

.home .jumbotron {
  background-image: url("../images/images-pages/home_its.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (orientation: landscape) and (max-width: 768px) {
  .home .jumbotron {
    height: auto;
  }
}
@media (min-width: 768px) {
  .home .jumbotron {
    padding-top: 120px;
    height: 90vh;
  }
}
.home .jumbotron h1 {
  margin-bottom: 60px;
  color: white;
}

#fil {
  margin-top: 30px;
}

/* ==========================================================================
   COUNTRIES BROWSER
   ========================================================================== */
/* ==========================================================================
   TRAVELS BROWSER
   ========================================================================== */
#travels-browser-its {
  width: 100%;
}
#travels-browser-its .form-group select {
  width: 100%;
  height: 45px;
}
#travels-browser-its .form-group select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, 0.8);
  border-color: white;
}
#travels-browser-its .form-group select option {
  padding: 15px;
}
#travels-browser-its button[type=submit] {
  height: 45px;
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  line-height: 0.9375;
}
@media (orientation: landscape) and (max-width: 768px) {
  #travels-browser-its {
    margin-top: 60px;
  }
  #travels-browser-its .form-group {
    display: inline-block;
    width: 32.75%;
  }
  #travels-browser-its .form-group select {
    width: 100%;
  }
  #travels-browser-its button[type=submit] {
    width: 25%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #travels-browser-its .form-group {
    display: inline-block;
    width: 49%;
  }
  #travels-browser-its .form-group select {
    width: 100%;
  }
  #travels-browser-its button[type=submit] {
    width: 25%;
    display: block;
    margin: 15px auto;
  }
}
@media (min-width: 1024px) {
  #travels-browser-its .form-group {
    display: inline-block;
    width: 44%;
  }
  #travels-browser-its .form-group select {
    width: 100%;
  }
  #travels-browser-its button[type=submit] {
    width: 11%;
    display: inline-block;
    margin: auto;
  }
}
#travels-browser-its p.resetter {
  font-size: 14px;
  padding: 12px;
  color: white;
  font-weight: bold;
}
#travels-browser-its p.resetter:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  #travels-browser-its p.resetter {
    float: right;
  }
}

#map-its {
  width: 100%;
  min-height: 400px;
  border: 1px #eee solid;
}

.jumbotron #map-its {
  width: 100%;
  min-height: 50vh;
  margin-bottom: 0;
}
.jumbotron #map-its .window-map p {
  font-size: 14px;
  font-weight: 600;
}

/* ==========================================================================
   PAGES
   ========================================================================== */
#its-customize-commitments {
  min-height: 50vh;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #26999c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #26999c 0%, #2db4b8 80%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #26999c 0%, #2db4b8 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top, #26999c 0%, #2db4b8 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$couleurCustomizeCommitments1, endColorstr=$couleurCustomizeCommitments2, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#its-customize-commitments h2 {
  color: #e14c5b;
  border-bottom: 1px dotted #e14c5b;
}
#its-customize-commitments .row > div .pave-its-customize-commitments {
  background-color: whitesmoke;
  border-radius: 6px;
  padding: 30px;
  height: 100%;
}
#its-customize-commitments .row > div .pave-its-customize-commitments .chapo-its {
  font-weight: 800;
  margin-top: 30px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments h3 {
  margin-top: 45px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments img {
  margin-left: auto;
  margin-right: auto;
}
#its-customize-commitments .row > div .pave-its-customize-commitments .btn {
  display: block;
  width: 75%;
  margin-bottom: 15px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#its-customize-commitments .row > div .pave-its-customize-commitments .btn a {
  color: white !important;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form {
  margin-top: 60px;
  /*hide the outline behind the border*/
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid whitesmoke;
  /*required for proper track sizing in FF*/
  width: 100%;
  height: 45px;
  background-color: transparent;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  border: solid 5px whitesmoke;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #26999c;
  margin-top: -12px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]:focus {
  outline: none;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-moz-range-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-moz-range-thumb {
  border: solid 5px whitesmoke;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #26999c;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]:-moz-focusring {
  outline: 1px solid whitesmoke;
  outline-offset: -1px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-ms-fill-lower {
  background: #ddd;
  border-radius: 10px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]::-ms-thumb {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #26999c;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]:focus::-ms-fill-lower {
  background: #ddd;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form input[type=range]:focus::-ms-fill-upper {
  background: #ddd;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form .icones-slide-its-customize img {
  opacity: 0.4;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form .icones-slide-its-customize span {
  width: 33.333%;
  display: inline-block;
  text-align: center;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form .icones-slide-its-customize span.first {
  text-align: left;
}
#its-customize-commitments .row > div .pave-its-customize-commitments form .icones-slide-its-customize span.last {
  text-align: right;
}

#its-new {
  height: 130vh;
  width: 100%;
  background-color: #e14c5b;
  padding-top: 60px;
  position: relative;
}
@media (orientation: portrait) and (min-height: 568px) and (max-height: 768px) {
  #its-new {
    height: 90vh;
  }
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new {
    height: auto;
    padding-top: 0;
  }
}
#its-new .container {
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new .container {
    position: relative;
    z-index: 1000;
  }
}
#its-new .container h1 {
  color: white;
  margin-top: 0;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new .container h1 {
    width: 100%;
    border-bottom: 1px dotted white;
  }
}
@media (min-width: 768px) {
  #its-new .container h1 {
    font-size: 63px;
    margin-top: 72px;
  }
}
#its-new #carousel-its-new {
  height: 100%;
  margin-top: 0;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new #carousel-its-new {
    margin-top: -120px;
  }
}
@media (orientation: landscape) and (max-width: 768px) and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  #its-new #carousel-its-new {
    margin-top: -228px;
    height: 100%;
  }
}
@media (orientation: landscape) and (max-width: 768px) and (min-width: 1280px), (min-width: 768px) and (min-width: 1280px) {
  #its-new #carousel-its-new {
    height: 80vh;
    overflow: hidden;
  }
}
#its-new #carousel-its-new .carousel-indicators {
  bottom: 10%;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new #carousel-its-new .carousel-indicators {
    bottom: 0;
  }
}
#its-new #carousel-its-new .carousel-inner {
  height: 100%;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new #carousel-its-new .carousel-inner {
    height: auto;
  }
}
#its-new #carousel-its-new .carousel-inner .item, #its-new #carousel-its-new .carousel-inner .item.active {
  height: 85%;
  max-height: 85%;
  width: 100%;
}
@media (orientation: landscape) and (max-width: 768px), (min-width: 768px) {
  #its-new #carousel-its-new .carousel-inner .item, #its-new #carousel-its-new .carousel-inner .item.active {
    height: auto;
    max-height: none;
  }
}
#its-new #carousel-its-new .carousel-inner .item .carousel-caption, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  max-height: 55%;
  overflow: hidden;
  text-shadow: none;
  left: 15px;
  right: 15px;
}
#its-new #carousel-its-new .carousel-inner .item .carousel-caption a, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption a {
  color: white;
}
@media (orientation: landscape) and (max-width: 768px) {
  #its-new #carousel-its-new .carousel-inner .item .carousel-caption, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption {
    bottom: 45px;
  }
}
@media (min-width: 768px) {
  #its-new #carousel-its-new .carousel-inner .item .carousel-caption, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption {
    top: 240px;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  #its-new #carousel-its-new .carousel-inner .item .carousel-caption, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption {
    left: 25%;
    right: 25%;
  }
}
#its-new #carousel-its-new .carousel-inner .item .carousel-caption h3, #its-new #carousel-its-new .carousel-inner .item.active .carousel-caption h3 {
  margin-top: 0;
}

.countries-liste .jumbotron #countries-its-liste {
  background-size: cover;
  height: 50vh;
  background-position: center center;
}
.countries-liste h2.intro {
  font-size: 16px;
  margin-top: 0;
}

.journey .jumbotron {
  background-size: cover;
  height: 85vh;
  background-position: center center;
}
.journey #journey-its {
  padding-bottom: 120px;
}
.journey #journey-its h2.intro {
  padding-bottom: 30px;
}
.journey #journey-its .infos-journey {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .journey #journey-its .infos-journey {
    border-bottom: 1px dotted #e14c5b;
  }
}
.journey #journey-its .infos-journey + hr {
  color: #e14c5b;
}
.journey #journey-its #prebooking-journey .quotation_request .btn {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 200;
  white-space: normal;
}
.journey #journey-its #prebooking-journey input {
  width: 50%;
  margin-right: 15px;
}
.journey #journey-its #duree-journey span {
  font-size: 24px;
  line-height: 0.75;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
.journey #journey-its .nav-tabs {
  margin-top: 30px;
}
.journey #journey-its .nav-tabs a {
  color: #e14c5b;
}
.journey #journey-its .nav-tabs img {
  margin: 0 15px;
}
@media (min-width: 768px) {
  .journey #journey-its .nav-tabs img {
    margin: 0 5px;
  }
}
.journey #journey-its .tab-content .tab-pane {
  padding-top: 5px;
}

.chapo-its {
  margin-top: 30px;
}

.city-its {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.city-its span {
  margin-right: 15px;
}
.city-its span.labelPays {
  margin: 0;
  text-transform: uppercase;
}
.city-its img {
  width: 30px;
  vertical-align: bottom;
}
#cities-its {
  padding-bottom: 120px;
}
#cities-its .city-its {
  border-bottom: 1px dotted #e14c5b;
}

.page .jumbotron #its-page {
  background-size: cover;
  height: 85vh;
  background-position: center;
}

.formulaire .col-lg-6.firstMoitie {
  padding: 0;
}
@media (min-width: 1200px) {
  .formulaire .col-lg-6.firstMoitie {
    padding-left: 0;
    padding-right: 15px;
  }
}
.formulaire .col-lg-6.lastMoitie {
  padding: 0;
}
@media (min-width: 1200px) {
  .formulaire .col-lg-6.lastMoitie {
    padding-left: 0;
    padding-right: 0;
  }
}
.formulaire fieldset {
  margin-top: 30px;
}
.formulaire .label {
  white-space: normal;
}
.formulaire .hasDatepicker {
  width: 100%;
}
@media (min-width: 768px) {
  .formulaire .hasDatepicker {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.formulaire #label_activites, .formulaire #label_age-students, .formulaire #label_number-students {
  width: 95%;
  margin-top: 15px;
}
.formulaire .check {
  width: auto;
}
@media (min-width: 1024px) {
  .formulaire .check {
    width: 49%;
    display: inline-block;
    float: left;
  }
}
.formulaire .label label, .formulaire .check label {
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-align: left;
}
.formulaire .label label, .formulaire select option {
  font-size: 18px;
}
.formulaire input[type=submit] {
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 0.75em;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  border-radius: 4px;
  margin: 30px auto;
  width: 70%;
  display: block;
}
@media (min-width: 768px) {
  .formulaire input[type=submit] {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .formulaire select {
    width: 25%;
  }
}
.formulaire select option {
  height: 1.5em;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  min-height: 30vh;
  padding-top: 30px;
  background: #26999c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #26999c 0%, #26999c 80%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #26999c 0%, #26999c 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top, #26999c 0%, #26999c 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$couleurFooter1, endColorstr=$couleurFooter2, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  line-height: 2;
}
footer p, footer h2, footer h4 {
  color: white;
}
footer a {
  color: white;
  text-decoration: none !important;
}
footer a:hover {
  color: #444;
}
footer .nav.nav-justified {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
footer .nav.nav-justified > li {
  border-left: 1px white dotted;
}
footer .nav.nav-justified > li a {
  text-align: left;
  outline: 0;
}
footer .nav.nav-justified > li > a {
  font-size: 2rem;
  font-weight: 700;
}
footer .nav.nav-justified > li > a:visited, footer .nav.nav-justified > li > a:hover, footer .nav.nav-justified > li > a:active, footer .nav.nav-justified > li > a:focus, footer .nav.nav-justified > li.open > a:visited, footer .nav.nav-justified > li.open > a:hover, footer .nav.nav-justified > li.open > a:active, footer .nav.nav-justified > li.open > a:focus {
  background-color: transparent;
  color: white;
}
footer .nav.nav-justified > li > a:hover, footer .nav.nav-justified > li.open > a:hover {
  background-color: transparent;
  color: black;
}
footer .nav.nav-justified > li ul {
  padding-left: 15px;
  list-style: none;
}
footer p span {
  display: block;
}
@media (min-width: 768px) {
  footer p span {
    display: inline-block;
    padding: 0 15px;
  }
}
footer #map {
  height: 200px;
}

/*# sourceMappingURL=main.css.map */
