body {
    background: #f3f4fa;
    color: #7384a2;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row .col {
    padding: 0 15px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.btn-grey {
    background: #729fbc;
}

h2.sub-title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 2.5rem;
    position: relative;
}

h2.sub-title.sepa {
    margin-bottom: 60px;
}

h2.sub-title.center-align {
    text-align: center;
}

h2.sub-title.sepa:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ffcc31;
    bottom: -25px;
    left: 0;
}

h2.sub-title.sepa.center-align:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3.sub-title {
    font-size: 24px;
    line-height: 1.8rem;
    margin-bottom: 30px;
    position: relative;
}

h3.sub-title.sepa {
    margin-bottom: 50px;
}

h3.sub-title.sepa:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ffcc31;
    bottom: -25px;
    left: 0;
}

h3.sub-title.sepa.center-align:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-white {
    background: #fff;
}

.bdr-1 {
    border-top: 1px solid #dadbe1;
}

.bdr-t1 {
    border-top: 1px solid #dadbe1;
}

.bdr-b1 {
    border-bottom: 1px solid #dadbe1;
}

.bdr-l1 {
    border-left: 1px solid #dadbe1;
}

.bdr-r1 {
    border-right: 1px solid #dadbe1;
}

.bdr-0 {
    border-top: 0;
}

.bdr-t0 {
    border-top: 0 !important;
}

.bdr-b0 {
    border-bottom: 0 !important;
}

.bdr-l0 {
    border-left: 0 !important;
}

.bdr-r0 {
    border-right: 0 !important;
}


/* Form booking home */

#form-booking {
    position: relative;
    padding: 0 70px;
}

.block_resa {
    background: #fff;
    box-shadow: rgba(115, 122, 162, 0.3) 0px 0px 200px 0px;
    position: relative;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 1500px;
    padding: 0;
    border-radius: 4px;
}

.block_resa .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.block_resa .row .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 4px solid #ecf0f3;
}

.block_resa .row .col:last-child {
    border-right: 0;
}

.block_resa button {
    width: 100%;
}

#open_date_dep .material-icons,
#retour_date_dep .material-icons {
    line-height: 36px !important;
    opacity: 0.6;
}

.block_resa .step {
    border-bottom: 4px solid #ecf0f3;
    padding: 15px 20px;
    padding-right: 10px;
    background: #fcfcfc;
}

.block_resa .select-airport h4 {
    margin: 14px 20px;
    font-size: 18px;
}

.input-field > label:not(.label-icon).active {
    text-transform: uppercase;
}

.block_resa .select-airport .line {
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 1px;
    background: #F0F0F3;
}

.block_resa .step i {
    color: #ffcc31;
}

.block_resa .step h4 strong {
    color: #ffcc31;
    font-weight: 900;
}

.block_resa .collection {
    border: 0;
    height: 254px;
}

.block_resa .collection.airport-select {
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: scroll;
}

.block_resa .collection.airport-select h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 20px;
    margin-top: 14px;
    color: #7384a2;
}

.collection.airport-select h5:first-child {
    margin-top: 0;
}

.block_resa a.collection-item {
    background: #f3f4fa !important;
    border: 2px solid #efeef4 !important;
    margin-bottom: 3px !important;
}

.block_resa a.collection-item:hover {
    background: #ffcc31 !important;  
    border: 2px solid #ffcc31 !important;
    color: #fff !important;
}

.block_resa a.collection-item:active {
    background: #ffcc31 !important;
    border: 2px solid #ffcc31 !important;
    color: #fff !important;
}

.block_resa a.collection-item span {
    width: 50px;
    display: inline-block;
    font-weight: 600;
}

.collection .collection-item {
    padding: 4px 20px;
}

.block_resa a {
    color: #7384a2 !important;
}

.block_resa .btn-search-airport {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 10px;
    background: #ffcc31;
    display: block;
    cursor: pointer;text-align: center;
    color: #fff;
    padding: 10px;
    position: relative;
}

.block_resa .btn-search-airport:hover {
    background-color: #f4c433;
}

.block_resa .btn-search-airport .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block_resa .btn-search-airport p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.block_resa .btn-search-airport span {
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin: 30px 0;
}

.block_resa .btn-search-airport i {
    font-size: 60px;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.block_resa .btn-search-airport:hover i, .block_resa .btn-search-airport:focus i, .block_resa .btn-search-airport:active i {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.block_resa input.search-airport {
    margin: 0 20px !important;
    margin-bottom: 15px !important;
    width: calc(100% - 60px) !important;
    border: 1px solid #efeef4 !important;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.block_resa .input-field {
    padding: 0 15px;
    margin-top: 33px;
    margin-bottom: 12px;
}

.block_resa .input-field label {
    margin-left: 64px !important;
}

.block_resa .input-field input {
    height: 2.3rem;
}

.block_resa .down-airport,
.block_resa .up-airport {
    text-align: center;
    line-height: 0;
}

.block_resa .down-airport i, .block_resa .up-airport i {
    line-height: 30px;
    font-size: 30px;
    color: #919191;
    cursor: pointer;
}

.block_resa input::-webkit-input-placeholder {
    color: #ffcc31;
}
.block_resa input::-moz-placeholder {
    color: #ffcc31;
}
.block_resa input:-ms-input-placeholder {
    color: #ffcc31;
}
.block_resa input:-moz-placeholder {
    color: #ffcc31;
}

/* Teaser */

.teaser .icon {
    background: #76a0be;
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 25px;
    border-radius: 50px;
}

.teaser .icon img {
    width: 100%;
}

.teaser strong {
    font-size: 16px;
    font-weight: 700;
    display: block;
    position: relative;
}

.teaser strong:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ffcc31;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.bg-filter {
    position: relative;
    z-index: 0;
}

.bg-filter:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(210deg,#76a0be,#76a0be);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
}

.color-filter {
    background: #f3f4fa;
}


.select-country-map h4 {
    color: #ffcc31;
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.select-country-map ul li{
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg,hsla(0,0%,100%,.8) 33%,transparent 0);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    margin-bottom: 1rem;
    transition: all .4s ease-in-out;
}

.select-country-map ul li a {
    color: #fff;
}

.map {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 9;
    transform: translateY(-50%);
    margin-bottom: -245px;
}

.map-content {
    padding: 20px;
    background: #fff;
}

.map-content .img-map {
    width: 100%;
    height: 450px;
    background: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: cover;

}


.aside {
    display: flex;
}

.aside-left,
.aside-right {
    display: flex;
    flex-basis: 50%;
    flex-basis: 50%;
    position: relative;
}

.aside-left.img,
.aside-right.img {
    box-shadow: 0 0 10rem 0 rgba(99,109,255,.14);
}

.aside-left img,
.aside-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.aside-left .inner {
    margin-left: auto;
    background: #fff;
    padding: 80px;
    position: relative;
    z-index: 1;
}

.aside-right .inner {
    margin-right: auto;
    background: #fff;
    padding: 80px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {

.aside-left .inner,
.aside-right .inner {
    box-shadow: 0 0 10rem 0 rgba(99,109,255,.14);
}

}


/* Graphic */

.graphic-content {
    display: flex;
    margin-top: 60px;
    height: 420px;
}

.graphic-item.item-1 {
    align-self: flex-start;
    transform: translateX(50%);
}

.graphic-item.item-2 {
    align-self: flex-end;
}

@media (min-width: 992px) {

.graphic-item.item-2 {
    border-bottom: 2px dashed #ffcc31;
    border-left: 2px dashed #ffcc31;
    border-right: 2px dashed #ffcc31;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    margin-left: -2px;
}

}

.graphic-item.item-3 {
    align-self: flex-start;
}

@media (min-width: 992px) {

.graphic-item.item-3 {
    border-top: 2px dashed #ffcc31;
    border-left: 2px dashed #ffcc31;
    border-right: 2px dashed #ffcc31;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    margin-left: -2px;
}

}

.graphic-item.item-4 {
    align-self: flex-end;
}

@media (min-width: 992px) {

.graphic-item.item-4 {
    border-bottom: 2px dashed #ffcc31;
    border-left: 2px dashed #ffcc31;
    border-right: 2px dashed #ffcc31;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    margin-left: -2px;
}

}

.graphic-item.item-5 {
    align-self: flex-start;
}

@media (min-width: 992px) {

.graphic-item.item-5 {
    border-top: 2px dashed #ffcc31;
    border-left: 2px dashed #ffcc31;
    border-right: 2px dashed #ffcc31;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    margin-left: -2px;
}

}

.graphic-item.item-6 {
    align-self: flex-end;
    transform: translateX(-50%);
}

.graphic-item {
    flex-basis: 20%;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.graphic-item .icon {
    text-align: center;
}

.graphic-item .icon img {
    width: 60px;
    height: 60px;
}