@charset "utf-8";
body {
  font-family: "Open Sans",sans-serif;
}

hr.division {
  border-color: #ffcc00;
  margin: 40px auto;
  width: 75%;
}


@media (min-width: 768px) {
  hr.division {
    width: 100%;
    margin: 60px auto;
  }
}


/* ==========================================================================
SearchBox
========================================================================== */
#flights .od-ui-datepicker-field .od-ui-datepicker-rightButton, #home .od-ui-datepicker-field .od-ui-datepicker-rightButton {
  padding: 0 17px 0 4px !important;
}
.od-moreoptions .od-moreoptions-label .od-moreoptions-arrow {
  padding: 0 17px 0 4px !important;
}
.od-flightsManager-iframe > iframe {
  width: 100% !important;
}

hr.separator {
  border-top: 1px solid #ffcc00;
  margin: 20px auto 25px;
  position: relative;
  width: 100px;
}
.tsection {
  color: #433f33;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
  text-align:center;
  font-style:italic;
}
#page .od-home-main-layout {
  background-color: #ffffff !important;
}

/* OneFront Search */
.hero-vfr {
  background-repeat: no-repeat;
  height: 100%;
  max-width: 100%;
  padding-bottom: 115px;
  padding-top: 50px;
  width: 100%;

}

}
@media (min-width: 768px) {
  .hero-vfr.vfr {
    background-position: 70% top;
  }
}
@media (min-width: 992px) {
  .hero-vfr.vfr {
    background-position: 50% top;
  }
}
.hero-vfr h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.hero-vfr h2 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.dynamic-title {
  color: white;
    font-size: 32px;}

/* Offers */
.clusters-box  {
    background-color: #FFF;
    border-radius: 4px;
    margin: 15px 0px;
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.clusters-box-photo {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
}

.clusters-box-content {
    padding: 3% 6%;
}

.clusters-box-rating {
    margin: 2% 0%;
}

.clusters-box-rating span {
    font-weight: 700;
}

.clusters-box h3 {
    margin: 3% 0;
  font-weight: bold;
    font-size: 18px;
}

.use-btn {
    border-color: #ccc;
    color: #1e44d5;
    background: -webkit-linear-gradient(#F2F2F2, #fff);
    background: -o-linear-gradient(#F2F2F2, #fff);
    background: -moz-linear-gradient(#F2F2F2, #fff);
    background: linear-gradient(#F2F2F2, #fff);
    margin: 20px auto;
    display: table;
}


 .use-btn-bottom{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
       
}

  .use-btn-bottom a, a:hover{
color: #198bfb;
text-decoration: none;  
 }
.btn:hover, .btn:focus, .btn.focus{text-decoration: none; color: #1e44d5!important;}
/* Share buttons */
.sharebuttons {
}
.sharebuttons p {
  color: #433f33;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.sharebuttons p > span {
  color: #198cfb;
  font-size: 21px;
  font-weight: 600;
}
.follow-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.follow-container .follow-container-item {
  display: inline-block;
  padding: 15px 20px 0;
  vertical-align: top;
}

/* PARALLAX*/
.paracta { 
  margin-top: 60px;
  padding-bottom: 120px;
  padding-top: 80px;
  color: #ffffff;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: scroll;
  border-top: 5px solid #ffcc00;
  border-bottom: 5px solid #ffcc00;
}
.paracta {
  background-image: url("https://a1.odistatic.net/images/creas/campaign/vfr/vfr_hero.jpg");
  background-position: 30% center;

}

.paracta h3 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 60px;
  text-align:center;
}
.paracta h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.paracta h4 b {
  font-weight: 600;
}
.paracta .button-app {
  margin: 30px 0 60px;
}
.paracta .button-app img {
  display: inline-block; margin-right: 15px;
}
.paracta img.img-app {
    margin: 0 auto;
}

@media (min-width: 768px) {
  .paracta {
    text-align: left;
    background-position: center center;
  }
  .paracta h3, h4 {
    padding-right: 55px;
  }

}
@media (min-width: 992px) {
  .paracta {
    background-attachment: fixed;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .hero-vfr {
    margin-bottom: 10px;
    padding-bottom: 80px;
  }
  .tsection {
    font-size: 21px;
    line-height: 28px;
  }
  
 .sharebuttons p {
    font-size: 18px;
  }
  .sharebuttons p > span {
    display: block;
    font-size: 18px;
  }
  .paracta {
    margin-top: 25px;
    padding-top: 40px;
  }
  .paracta h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .paracta h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .button2 .clik {
  font-size: 11px;
    padding-top: 6px;}

}
/* Button parallax */
.button2 {
    margin: 0 auto;
    width: 25%;
    height: 45px;
    background: rgba(236, 236, 236, 0.04);
    overflow: hidden;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 1px solid white;
}
.hoveur {
  background : linear-gradient(rgba(255,255,255,255),rgba(204,204,204,204));
  width : 200px;
  height : 50px;
  margin-top : -50px;
  transform : rotate(40deg);
  margin-left : -180px;
  opacity : 0.3;
  transition : .5s;
}
.button2:hover .hoveur{
  margin-left : 180px;
}
.button2 .clik {
  font-size: 15px;
  padding-top:10px;
}

.ehover1 img {
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.ehover1 .overlay {
 -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ehover1:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.ehover1:hover .overlay {
  opacity: 1
}

/* ==========================================================================
 HERO PROMO BOX
========================================================================== */
 
/** hero-box **/
.voucher {float:right;}
.hero-box  {
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    margin-top: 42%;
    box-shadow: rgba(0,0,0,0.2) 0 1px 1px 0;
    border-top: 4px solid #fc0;
    height: 322px;
    overflow: hidden;
    font-size: 18px;
}

.hero-box-title {
    font-size: 38px; 
    font-weight: 600;
    margin-bottom: 6px;
}

.hero-box-subtitle {
    margin: 6px 0px;
    font-weight: 300;
}

.hero-box-code {
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
}

.hero-box-legal {
    font-size: 12px;
    margin: 25px 0px;
}

button.hero-CTA {
    border: 1px solid #fff;
    margin: 15px auto;
    padding: 0px 23px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    display: table;
    height: 40px;
}

@media (max-width: 768px) {

.hero-box {
    margin-top: 20px;
    height: 240px;
}
.carousel .item {
   width: 100%;
   height: 1000px !important;
    }
.button2{  width: 60%;}
.button2 .clik{ font-size: 12px;}
.hero-box-title {
    font-size: 26px;}
.hero-box-code{  font-size: 20px;}
}
/*Carrousel */
.carousel{    
position: relative;
border-bottom: 5px solid #ffcc00;}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {
    background: url(https://a1.odistatic.net/images/creas/campaign/vfr/1920x880_Hero_vfr_5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(https://a1.odistatic.net/images/creas/campaign/vfr/vfr_hero.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(https://a1.odistatic.net/images/creas/campaign/vfr/1920x880_vfr.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
}
.carousel .item {
   width: 100%;
  height: 745px;
}
.title {
    margin-top: 20px;
    padding: 10px;
    /* text-shadow: 2px 2px #000; */
    color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-box-code span{    
    font-size: 14px;
    font-style: italic;
    text-align: center;
  }

/* CSS Document */

