<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(1548,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1549,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1550,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1551,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1552,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1553,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1563,23): run-time error CSS1039: Token not allowed after unary operator: '-slider-height'
(1568,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(1577,16): run-time error CSS1039: Token not allowed after unary operator: '-switch-width'
(1578,23): run-time error CSS1039: Token not allowed after unary operator: '-switch-shift'
(1581,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(1582,15): run-time error CSS1039: Token not allowed after unary operator: '-switch-height'
(1599,21): run-time error CSS1039: Token not allowed after unary operator: '-slider-height'
(1604,26): run-time error CSS1039: Token not allowed after unary operator: '-switch-width'
(1604,48): run-time error CSS1039: Token not allowed after unary operator: '-switch-shift'
 */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: not-allowed !important;
  pointer-events: none;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  color: white;
  cursor: pointer;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title select option {
  color: black;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
  min-height: 0;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-autocomplete {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: white;
  border: 1px solid #70cbf4;
  border-top: none;
  max-height: 320px;
  max-width: 320px;
  overflow-y: scroll;
  z-index: 999;
}
.ui-autocomplete li:hover {
  background-color: #70cbf4;
  color: white;
}

.ui-datepicker-week-end a, .ui-datepicker-week-end span {
  font-weight: 700;
}

.ui-datepicker-multi-2 .ui-datepicker-group-first {
  padding-right: 10px;
}
.ui-datepicker-multi-2 .ui-datepicker-group-last {
  padding-left: 10px;
}

.ui-datepicker {
  border: 1px solid #b9b9b9;
  background-color: white;
  display: none;
}
.ui-datepicker thead {
  color: #737373;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 2px;
}
.ui-datepicker th a, .ui-datepicker th span, .ui-datepicker td a, .ui-datepicker td span {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin: 5px auto;
  text-align: center;
  text-decoration: none;
  color: #1B115C;
  border-radius: 50%;
}
.ui-datepicker td.hover-range a, .ui-datepicker td.hover-range span {
  background-color: #3567F6;
  color: white;
}
.ui-datepicker td.hover-range--in a, .ui-datepicker td.hover-range--in span,
.ui-datepicker td.hover-range--out a,
.ui-datepicker td.hover-range--out span {
  background-color: #3567F6;
  border-color: #3567F6;
  color: white;
  position: relative;
}
.ui-datepicker td.hover-range--in a::after, .ui-datepicker td.hover-range--in span::after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #70cbf4;
  position: absolute;
  top: -1px;
  right: -11px;
}
.ui-datepicker td.hover-range--out a::after, .ui-datepicker td.hover-range--out span::after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 10px solid #70cbf4;
  position: absolute;
  top: -1px;
  left: -11px;
}
.ui-datepicker td a, .ui-datepicker td span {
  color: #1B115C;
  cursor: pointer;
}
.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active, .ui-datepicker td span:hover, .ui-datepicker td span.ui-state-active {
  background-color: #3567F6;
  border-color: #3567F6;
  color: white;
  border-radius: 50%;
}
.ui-datepicker td.ui-datepicker-today a, .ui-datepicker td.ui-datepicker-today span {
  border-color: #288ad6;
  color: #288ad6;
  font-weight: 700;
}
.ui-datepicker td.ui-datepicker-today a:hover, .ui-datepicker td.ui-datepicker-today a.ui-state-active, .ui-datepicker td.ui-datepicker-today span:hover, .ui-datepicker td.ui-datepicker-today span.ui-state-active {
  background-color: #70cbf4;
  border-color: #70cbf4;
  color: white;
}
.ui-datepicker td.ui-datepicker-unselectable,
.ui-datepicker td.ui-state-disabled {
  pointer-events: auto;
}
.ui-datepicker td.ui-datepicker-unselectable a, .ui-datepicker td.ui-datepicker-unselectable span,
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
  background-color: white;
  border: none;
  color: #dcdcdc;
  cursor: not-allowed;
}
.ui-datepicker td.ui-datepicker-unselectable a:hover, .ui-datepicker td.ui-datepicker-unselectable a.ui-state-active, .ui-datepicker td.ui-datepicker-unselectable span:hover, .ui-datepicker td.ui-datepicker-unselectable span.ui-state-active,
.ui-datepicker td.ui-state-disabled a:hover,
.ui-datepicker td.ui-state-disabled a.ui-state-active,
.ui-datepicker td.ui-state-disabled span:hover,
.ui-datepicker td.ui-state-disabled span.ui-state-active {
  background-color: white;
  border: none;
  color: #dcdcdc;
}
.ui-datepicker td.ui-datepicker-other-month {
  background-color: transparent;
}
.ui-datepicker td.ui-state-highlight {
  background-color: #70cbf4;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  text-align: center;
  color: white;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-radius: 50%;
  background-color: white;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right--white.svg);
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left--white.svg);
}

.ui-slider {
  position: relative;
  text-align: left;
  width: 90%;
  margin: 20px 5%;
  cursor: pointer;
  background-color: #092a5e;
}

.ui-slider .ui-slider-handle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: -8px;
  margin-left: -11px;
  cursor: pointer;
  background-color: #092a5e;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle.ui-state-active, .ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #70cbf4;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #70cbf4;
}

.ui-slider,
.ui-slider .ui-slider-range {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 6px;
}

.ui-slider .ui-slider-range-min {
  left: 0;
}

.ui-slider .ui-slider-range-max {
  right: 0;
}

.card {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.card &gt; * {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border: 10px solid white;
}
.card .input-inline {
  padding-bottom: 30px;
}
.card .input-inline.js--active:after {
  background-color: #aad700;
}
.card .input-inline + .input-inline {
  margin-top: 0;
}
.card.card--icon li {
  text-align: center;
  padding-top: 60px;
}
.card.card--icon li &gt; i {
  border-radius: 120px;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: #e2f3fe;
  color: #737373;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  border: 2px solid #70cbf4;
  font-size: 30px;
  top: -10px;
  z-index: 1;
}
.card.card--icon li &gt; i:after {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  content: "";
  display: block;
  left: -5px;
  right: -5px;
  height: 30px;
  background-color: #e2f3fe;
  z-index: -1;
}
.card.card--icon li &gt; i svg {
  position: relative;
  top: 7px;
}
.card.card--img img {
  margin-bottom: 10px;
  width: 100%;
  max-width: inherit;
}
.card.card--blue li {
  background-color: #e2f3fe;
}
.card.card--blue li:after {
  background-color: #70cbf4;
}
.card.card--beige li {
  background-color: #f3f0ec;
}
.card.card--beige li:after {
  background-color: #d7d2c3;
}

@media screen and (max-width: 768px) {
  .card &gt; li {
    display: block !important;
    width: 100% !important;
  }
  .card h2 {
    font-size: 24px;
  }
}
.no-result {
  background-color: #ffe100;
}
.no-result &gt; div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  padding: 20px 20px 20px 100px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/letter-exclamation--circled.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.no-result &gt; div p {
  font-size: 20px;
}
.no-result strong {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  .no-result &gt; div {
    background-image: none;
    padding: 20px;
  }
}
.product {
  background-color: white;
  border: 1px solid #e7e3db;
  position: relative;
}
.product.js-product--clickToLink {
  cursor: pointer;
}
.product &gt; .sticker {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: -6px;
  border-radius: 3px 3px 3px 0;
}
.product &gt; .sticker::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent black transparent transparent;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.product .product__stickers {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 20px;
}
.product .product__stickers .sticker {
  border-radius: 3px;
}

.product__img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.product__img:hover::before, .product__img:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.product__img:hover .product__arrow--prev {
  left: 0;
}
.product__img:hover .product__arrow--next {
  right: 0;
}
.product__img &gt; img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product__img::before, .product__img::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.product__img::before {
  left: 0;
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000", GradientType=1 );
}
.product__img::after {
  right: 0;
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000", GradientType=1 );
}

.product__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.product__arrow--prev {
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  left: -40px;
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left--white.svg");
}

.product__arrow--next {
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  right: -40px;
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right--white.svg");
}

.product__bullets {
  line-height: 30px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 0;
}
.product__bullets li {
  display: inline-block;
  width: 16px;
}
.product__bullets span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: white;
  height: 6px;
  width: 6px;
  display: inline-block;
  vertical-align: middle;
}
.product__bullets span.js--active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  height: 8px;
  width: 8px;
}

.product__infos {
  display: table;
  width: 100%;
}
.product__infos &gt; * {
  display: table-cell;
  vertical-align: top;
}
.product__infos &gt; * + * {
  text-align: right;
  width: 65px;
  padding-left: 15px;
}
.product__infos &gt; div:first-child {
  position: relative;
  top: -4px;
}

.product__logo {
  display: inline-block;
}

.product__title {
  font-family: "Ambit-Bold", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.product__title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product__title a &gt; span {
  display: inline-block;
}
.product__title a:hover &gt; span, .product__title a:focus &gt; span {
  text-decoration: underline;
}

.product__destination {
  font-size: 18px;
}

.product__rating {
  margin-top: 5px;
  color: #70cbf4;
}
.product__rating &gt; span {
  color: #1B115C;
  display: inline-block;
  margin-left: 2px;
}

.product__recap {
  color: #737373;
}

.product__price {
  color: #d40e14;
  line-height: 18px;
}
.product__price strong {
  font-size: 30px;
}
.product__price sup {
  font-size: 11px;
  display: inline-block;
  position: relative;
  top: 5px;
  line-height: 10px;
}
.product__price .tooltip-i {
  background-color: transparent;
  border: 1px solid #d40e14;
  color: #d40e14;
  position: relative;
  z-index: 2;
}

.products-list .product {
  min-height: 470px;
}
.products-list .product:hover, .products-list .product:focus {
  -webkit-box-shadow: 1px 1px 20px 0 #d7d2c3;
  box-shadow: 1px 1px 20px 0 #d7d2c3;
}
.products-list .product .product__list,
.products-list .product .product__cta,
.products-list .product .product__stress {
  display: none;
}
.products-list .product .product__img {
  height: 210px;
}
.products-list .product .product__details {
  padding: 15px 15px 0;
}
.products-list .product .product__details .product__stickers {
  display: none;
}
.products-list .product .product__recap {
  padding: 10px 15px 15px;
}
.products-list .product .product__pricing {
  display: table;
}
.products-list .product .product__pricing &gt; * {
  display: table-cell;
  vertical-align: middle;
}
.products-list .product .product__pricing &gt; * + * {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .products-list .product .product__img {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .products-list .product {
    min-height: inherit;
  }
  .products-list .product .product__stickers {
    position: unset;
    margin: 20px 0 5px;
  }
  .products-list &gt; [class*=-col] {
    width: 100%;
  }
}
.head-picture + .head-desc {
  display: none;
}

.other-pages &gt; .max-container {
  padding: 0 10px;
}
.other-pages li {
  vertical-align: middle;
  padding: 10px;
  width: 33.33%;
}
.other-pages article {
  padding: 20px;
  text-align: center;
}
.other-pages h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 5px 0;
}
.other-pages .btn {
  margin-top: 20px;
}
.other-pages .other-pages__offer {
  background-color: #70cbf4;
}
.other-pages .other-pages__offer i {
  font-size: 100px;
}
.other-pages .other-pages__package {
  background-color: #092a5e;
}
.other-pages .other-pages__package i {
  font-size: 50px;
  margin-bottom: 5px;
  display: inline-block;
}
.other-pages .other-pages__quotation {
  background-color: #F2F2F2;
}
.other-pages .other-pages__quotation img {
  width: 100%;
  margin: 0 auto;
}

.no-result {
  margin: 20px 0;
}

@media screen and (max-width: 980px) {
  .other-pages li {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .search {
    min-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .other-pages .other-pages__quotation i {
    font-size: 50px;
  }
}

.passengers-container {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 37px;
  left: 0;
  width: 100%;
  color: #737373;
  padding: 20px;
}
.passengers-container.js--active {
  display: block;
}
.passengers-container &gt; div {
  display: table;
  width: 100%;
}
.passengers-container &gt; div + div {
  margin-top: 10px;
}
.passengers-container &gt; div &gt; span {
  display: table-cell;
  vertical-align: top;
}
.passengers-container .passengers__label {
  font-weight: 700;
}
.passengers-container .passengers__label span {
  font-weight: 400;
  display: block;
  color: #737373;
}
.passengers-container .passengers__number {
  text-align: right;
}
.passengers-container .passengers__number &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.passengers-container .passengers__number span {
  margin: 0 10px;
  line-height: 20px;
  color: #1B115C;
  font-weight: bold;
}
.passengers-container .passengers__number button {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  background-color: #092a5e;
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.passengers-container .passengers__number button:hover {
  background-color: #0c397f;
}
.passengers-container .js--plus {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/plus--white.svg);
}
.passengers-container .js--minus {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/minus--white.svg);
}
.passengers-container .cta-only {
  text-align: right;
}
.passengers-container .alert-container {
  position: relative !important;
  padding: 0 !important;
  margin-bottom: 10px;
}
.passengers-container .alert-container .alert {
  position: relative;
}
.passengers-container .alert-container .alert::before {
  display: none;
}

.search .passengers-container .passengers__number button {
  background-color: #3567F6;
}
.search .passengers-container .passengers__number button.disabled {
  filter: none;
}
.search .passengers-container .passengers__label[data-label=adult], .search .passengers-container .passengers__label[data-label=child], .search .passengers-container .passengers__label[data-label=baby] {
  color: #1B115C;
}

.chips-input {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
}
.chips-input + label {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  padding: 5px 20px;
  display: inline-block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.chips-input:checked + label {
  background-color: #70cbf4;
  font-weight: 700;
}

.custom-combobox-toggle {
  display: none;
}

.search {
  position: relative;
  z-index: 9;
}
.search.spinner {
  min-width: inherit !important;
  min-height: inherit !important;
}
.search .icon-close {
  background-size: auto 50%;
  background-position: center right 10px;
}
.search .custom-input + label::before, .search .custom-input + label::after {
  top: 7px;
}
.search .custom-input + label::before {
  border: solid 2px #E2E2E2;
  height: 20px;
  margin-top: -8px;
  width: 20px;
}
.search .custom-input + label::after {
  height: 10px;
  margin-left: 2px;
  margin-top: -3px;
  width: 10px;
}
.search .custom-input:checked + label {
  font-weight: 700;
}
.search .custom-input:checked + label::after {
  background-color: #3567F6;
}
.search .search__more--checkbox .custom-input + label::before, .search .search__more--checkbox .custom-input + label::after {
  top: 43%;
}
.search .tabs {
  display: none;
}
.search .tabs.js--active {
  display: block;
}
.search .search-container .bg--blue {
  padding: 10px 0 20px 0;
  position: relative;
}
.search .search-container .bg--blue:after {
  content: "";
  display: table;
  clear: both;
}
.search .form-container {
  position: relative;
}
.search .alert-container {
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  display: none;
}
.search .alert-container .alert {
  display: inline-block;
  margin: 0;
}
.search .alert-container + div {
  padding-bottom: 12px;
}
.search .alert {
  position: absolute;
  margin-bottom: 0;
}
.search .alert.alert--error {
  background-image: none;
  padding: 5px 10px;
  z-index: 1;
}
.search .alert:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fddadb;
  position: absolute;
  left: 20px;
  top: -10px;
}
.search .form-validate .btn-icon {
  font-size: 12px !important;
  color: white;
  right: 0;
}
.search .form-validate.error, .search .form-validate.success {
  padding-right: 0 !important;
}
.search .form-validate.error:before, .search .form-validate.success:before {
  display: none;
}
.search .ui-datepicker {
  border: none;
}
.search .ui-datepicker .ui-datepicker-next {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right--electric.svg);
}
.search .ui-datepicker .ui-datepicker-prev {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left--electric.svg);
}
.search .ui-datepicker .rmdp-arrow-container:hover {
  background-color: initial;
  box-shadow: initial;
}

.hide + .search .alert {
  position: relative;
}

.search__title {
  color: #092a5e;
  display: none;
  padding: 10px 10px 0 10px;
  font-size: 18px;
  text-align: left;
}

.search__form &gt; li &gt; ul &gt; li:first-child .js--placeholder.js--active &gt; label, .search__form &gt; li &gt; ul &gt; li:first-child .js--placeholder.js--selected &gt; label {
  left: 30px;
}
.search__form &gt; li &gt; ul &gt; li:first-child .js--placeholder.js--active .form-control {
  background-position: right 20px center;
}
.search__form &gt; li &gt; ul &gt; li.search-for-tablet:last-child {
  width: 140px;
}
.search__form &gt; li &gt; ul &gt; li:nth-of-type(3) .form-validate:before {
  display: none;
}
.search__form &gt; li &gt; ul &gt; li .js--active .form-control:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: white;
  border-top: 2px solid #dcdcdc;
  position: absolute;
  z-index: 5;
  left: 45%;
  top: 45px;
  transform: rotate(45deg);
}

.js--toggleListFocus.js--active + .autocomplete-container {
  display: block;
}
.js--toggleListFocus.js--active + .autocomplete-container + .alert-container {
  display: none;
}

.autocomplete-container {
  display: none;
  position: absolute;
  z-index: 9;
  top: 53px;
  left: 10px;
  width: 260px;
  padding: 20px;
  background-color: white;
  border: 2px solid #dcdcdc;
  color: #737373;
  max-height: 422px;
  border-radius: 10px;
}
.autocomplete-container:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: white;
  border-top: 2px solid #dcdcdc;
  position: absolute;
  z-index: 1;
  left: 45%;
  top: -10px;
  transform: rotate(45deg);
}
.autocomplete-container.next-container {
  left: -2px;
}
.autocomplete-container.next-container.max-width {
  width: 204px;
}
.autocomplete-container.next-container .autocomplete-list button {
  padding-left: 5px;
}
.autocomplete-container .btn-all-desti {
  font-weight: bold;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/world-travel.svg);
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 24px 24px;
  color: black;
  padding: 10px 10px 10px 40px;
  font-size: 18px;
  border: none;
  height: 40px;
}
.autocomplete-container .alert {
  position: relative;
  margin: 10px 0 0;
}
.autocomplete-container &gt; input.js--searchDesti, .autocomplete-container input.js--searchDepartureCity {
  width: 100%;
  border: 1px solid #b9b9b9;
}
.autocomplete-container &gt; input.js--searchDesti:focus, .autocomplete-container input.js--searchDepartureCity:focus {
  border-color: #70cbf4;
}

.autocomplete-list {
  overflow: auto;
  max-height: 362px;
  position: relative;
}
.autocomplete-list li &gt; span {
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0;
}
.autocomplete-list li:hover button, .autocomplete-list li:focus button {
  background-color: #70cbf4;
  color: white;
}
.autocomplete-list li:hover button:before, .autocomplete-list li:hover button p span, .autocomplete-list li:focus button:before, .autocomplete-list li:focus button p span {
  color: white;
}
.autocomplete-list &gt; li:last-child button {
  border-bottom: none;
}
.autocomplete-list &gt; li.visible button {
  border-bottom: none;
}
.autocomplete-list &gt; li.visible ~ li button {
  border-bottom: none;
  border-top: 1px solid #b9b9b9;
}
.autocomplete-list button {
  color: #737373;
  display: block;
  position: relative;
  padding: 5px 5px 5px 40px;
  border-bottom: 1px solid #b9b9b9;
  text-decoration: none;
  line-height: 14px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 24px 24px;
}
.autocomplete-list button p span {
  font-size: 16px;
  color: #092a5e;
  font-weight: 700;
}
.autocomplete-list button.autocomplete-list__top {
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/thumb-up.svg");
}
.autocomplete-list button.autocomplete-list__country {
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/globe.svg");
}
.autocomplete-list button.autocomplete-list__region {
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/location.svg");
}
.autocomplete-list button.autocomplete-list__town {
  background-image: url("https://content.tui.fr/Content/img/common/icon/icons-svg/building.svg");
}
.autocomplete-list button.autocomplete-list__no-icon {
  height: 35px;
}

.datepicker-container__layer {
  position: absolute;
  top: 43px;
  left: -100%;
  z-index: 1;
  background: white;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 10px;
  display: none;
  width: 680px;
}
.datepicker-container__layer .link {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.datepicker-container__layer .ui-datepicker td.hover-range--out a:after, .datepicker-container__layer .ui-datepicker td.hover-range--in a:after {
  Content: none;
}
.datepicker-container__layer .ui-datepicker-group-first {
  padding-right: 20px;
}
.datepicker-container__layer .ui-datepicker-group-last {
  padding-left: 20px;
}

.container__layer,
.passengers-container {
  margin: 0;
}
.container__layer .cta-container,
.passengers-container .cta-container {
  margin-top: 20px;
  padding: 0;
}
.container__layer .cta-container .btn,
.passengers-container .cta-container .btn {
  border-radius: 22px;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  width: 143px;
}

.datepicker-container.js--active &gt; label {
  display: none;
}
.datepicker-container.js--active &gt; label + .form-control {
  padding-top: 0;
}
.datepicker-container.js--active .datepicker-container__layer {
  display: block;
}
.datepicker-container .cta-container {
  margin-top: 10px;
}
.datepicker-container .cta-container .btn {
  width: auto;
  border-radius: 22px;
  text-transform: capitalize;
}
.datepicker-container.js--selected {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/calendar.svg);
}
.datepicker-container.js--selected &gt; label {
  display: block;
}
.datepicker-container.js--selected &gt; label + .form-control {
  padding-top: 12px;
  color: #092a5e;
  font-weight: 700;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/calendar.svg);
}

.datepicker-container__chips {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.datepicker-container__chips ul {
  text-align: center;
  justify-content: space-between;
  display: flex;
}
.datepicker-container__chips li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.datepicker-container__chips li:first-child {
  text-align: left;
}
.datepicker-container__chips li:last-child {
  text-align: right;
}

.form-validate.error .datepicker-container.js--placeholder &gt; label + .form-control {
  color: #d40e14;
}

.more-options {
  position: relative;
}
.more-options.js--active {
  display: block;
}
.more-options.js--active .form-label {
  display: none;
}
.more-options.js--active .form-label + .form-control {
  padding-top: 0;
}
.more-options.js--active .more-options__layer {
  display: block;
}
.more-options.js--active .more-options__layer .cta-only {
  text-align: right;
}
.more-options.js--selected &gt; label, .more-options.js--selected.js--active &gt; label {
  display: block;
}
.more-options.js--selected &gt; label + .form-control, .more-options.js--selected.js--active &gt; label + .form-control {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/close.svg);
  padding-top: 12px;
  color: #092a5e;
  font-weight: 700;
}

.more-options__layer {
  background-color: white;
  border: 2px solid #70cbf4;
  border-radius: 10px;
  display: none;
  left: -2px;
  padding: 20px;
  position: absolute;
  top: 53px;
  width: 255px;
  z-index: 1;
}
.more-options__layer.spinner {
  position: absolute !important;
}
.more-options__layer li {
  margin-bottom: 10px;
}

.more-options--type .more-options__layer {
  width: 210px;
}

.more-options__container input:checked + label {
  font-weight: 700;
}

.custom-combobox {
  position: relative;
}
.custom-combobox.js--active + .autocomplete-container {
  display: block;
  position: absolute !important;
  min-height: 40px;
}
.custom-combobox.js--active + .autocomplete-container .autocomplete-list {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
}
.custom-combobox.js--active + .autocomplete-container .autocomplete-list &gt; li {
  border-bottom: 1px solid #b9b9b9;
  font-weight: 700;
  position: relative;
  line-height: 40px;
  color: #1B115C;
  padding-left: 10px;
  cursor: pointer;
}
.custom-combobox.js--active + .autocomplete-container .autocomplete-list &gt; li:hover, .custom-combobox.js--active + .autocomplete-container .autocomplete-list &gt; li:focus {
  background-color: #70cbf4;
  color: white;
}
.custom-combobox.js--active + .autocomplete-container .autocomplete-list &gt; li:last-of-type {
  border-bottom: none;
}
.custom-combobox + .autocomplete-container + .alert--warning {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
}

[data-tabs=flight-search] .search__form &gt; li:first-child {
  width: calc(100% - 204px);
}
[data-tabs=flight-search] .search__form &gt; li:nth-of-type(2) {
  width: 118px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 20px;
}
[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li .form-control {
  background-position: right 20px center;
}
[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:first-child .form-control, [data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:nth-child(2) .form-control {
  padding-right: 20px;
}
[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:first-child .js--placeholder.js--active .form-control, [data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:nth-child(2) .js--placeholder.js--active .form-control {
  padding-right: 45px;
}
[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:last-child .form-control {
  background-position: right 25px center;
}
[data-tabs=flight-search] .search__form li .link {
  text-decoration: none;
  font-size: 16px;
}
[data-tabs=flight-search] .search__form li .link:hover,
[data-tabs=flight-search] .search__form li .link:focus {
  text-decoration: underline;
}
[data-tabs=flight-search] .search__form label {
  cursor: pointer;
}
[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li.disabled {
  display: none !important;
}
[data-tabs=flight-search] .search__form .datepicker-container__layer .ui-datepicker {
  border-bottom: none;
}
[data-tabs=flight-search] .search__form .form-control-container .form-control.form-control--select span {
  font-weight: bold;
  color: #1B115C;
}
[data-tabs=flight-search] .search__form .btn-primary {
  background: #d40e14;
  border: 1px solid #d40e14;
}
[data-tabs=flight-search] .search__form .btn-primary:hover {
  background: #ef0000;
  border: 1px solid #d40e14;
}

.switch-container {
  --slider-height: 6px;
  --slider-width: calc(var(--slider-height) * 4);
  --switch-height: calc(var(--slider-height) * 3);
  --switch-width: var(--switch-height);
  --switch-shift: var(--slider-height);
  --transition: all 0.2s ease;
  margin-bottom: 2px;
}
.switch-container .switch {
  display: block;
  text-align: left;
  width: 118px;
}
.switch-container .switch .slider {
  background: #E2E2E2;
  border-radius: var(--slider-height);
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  transition: var(--transition);
  width: 33px;
}
.switch-container .switch .slider:after {
  background: white;
  border: 2px solid #E2E2E2;
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--switch-width);
  left: calc(0 * var(--switch-shift));
  top: -2px;
  position: absolute;
  transition: var(--transition);
  width: var(--switch-height);
}
.switch-container .switch label {
  margin-right: 7px;
}
.switch-container .switch label &gt; span {
  display: block;
  height: 15px;
  left: 42px;
  position: absolute;
  top: -3px;
  width: 60px;
}
.switch-container .switch .input {
  display: none;
}
.switch-container .switch .input ~ .label {
  margin-left: var(--slider-height);
}
.switch-container .switch .input:checked ~ .slider:after {
  background: #3567F6;
  border-color: #3567F6;
  left: calc(29px - var(--switch-width) + var(--switch-shift));
}

section:not(.search--one-way) .tabs[data-tabs=flight-search] .form-validate .js--placeholder.js--active .close-action, section:not(.search--one-way) .tabs[data-tabs=flight-search] .form-validate.js--placeholder.js--active .close-action {
  right: 14px;
}

.search__more {
  padding: 0 20px;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 210px;
  background-color: white;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 20;
  line-height: 40px;
}
.search__more:after {
  content: "";
  display: block;
  background-color: #e7e3db;
  height: 2px;
  width: 96%;
  position: absolute;
  left: -7px;
  z-index: 0;
  border-radius: 22px;
}
.search__more .search__more--checkbox li {
  display: inline-block;
}
.search__more label {
  cursor: pointer;
  margin-right: 10px;
  color: #1B115C;
}
.search__more input {
  margin: 0;
  vertical-align: middle;
}
.search__more input.custom-input {
  display: none;
}
.search__more &gt; span {
  display: inline-block;
  margin-right: 10px;
}
.search__more + .link-right {
  position: absolute;
  right: 12px;
  bottom: 7px;
  z-index: 1;
}
.search__more + .link-right::after {
  border-color: #092a5e;
}

.passengers-container {
  border: 2px solid #dcdcdc;
  min-width: 225px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  top: 53px;
}

.mobile-header {
  display: none;
}

.datepicker-container__switch {
  font-size: 0;
  background-color: #70cbf4;
  margin-top: 40px;
  text-align: left;
  padding: 0 5px;
}
.datepicker-container__switch li {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.datepicker-container__switch li button {
  font-size: 14px;
  line-height: 15px;
  height: 40px;
  padding-left: 50px;
  position: relative;
  width: 100%;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/calendar--white.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: white;
  background-color: #70cbf4;
  text-align: left;
}
.datepicker-container__switch li button span {
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.datepicker-container__switch li button.active {
  background-color: white;
  color: #1B115C;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/calendar.svg);
}

.search--one-way .datepicker-container__switch li {
  width: 100%;
}
.search--one-way .datepicker-container__switch li + li {
  display: none;
}

:not(search--one-way) .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:not(.ui-state-disabled):hover a,
:not(search--one-way) .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:not(.ui-state-disabled):hover span,
:not(search--one-way) .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:not(.ui-state-disabled):hover a,
:not(search--one-way) .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:not(.ui-state-disabled):hover span {
  background-color: #3567F6;
  border-color: #3567F6;
  color: white;
  position: relative;
}

:not(search--one-way) .tabs[data-tabs=flight-search] #endDate + .js--datepicker td:not(.ui-state-disabled):hover a,
:not(search--one-way) .tabs[data-tabs=flight-search] #endDate + .js--datepicker td:not(.ui-state-disabled):hover span {
  background-color: #1B115C;
  border-color: #1B115C;
  color: white;
  position: relative;
}

.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:hover a:after, .search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:hover a:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:hover span:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td:hover span:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td a:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td a:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td span:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .js--datepicker td span:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:hover a:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:hover a:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:hover span:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td:hover span:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td a:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td a:before,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td span:after,
.search--one-way .tabs[data-tabs=flight-search] #beginDate + .datepicker-container__layer td span:before {
  content: none;
}

.search--one-way .tabs[data-tabs=flight-search] td.hover-range a:not(.ui-state-active) {
  background-color: white;
}

@media screen and (min-width: 981px) {
  .search--one-way #beginDate + .datepicker-container__layer {
    left: -224px;
  }
  #endDate + .datepicker-container__layer {
    left: -374px;
  }
  section.search--one-way .tabs[data-tabs=flight-search] .search__form &gt; li &gt; ul li {
    width: 230px;
  }
  section:not(.search--one-way) .tabs[data-tabs=flight-search] .search__form &gt; li &gt; ul li {
    width: 188px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1190px) {
  .search .search__form &gt; li &gt; ul &gt; li:first-child .form-container.js--active .form-control {
    padding-right: 45px;
    padding-left: 30px;
  }
  .autocomplete-container:before {
    left: 35%;
  }
  .autocomplete-container.next-container:before {
    left: 45%;
  }
  .js--placeholder.js--active &gt; label, .js--placeholder.js--selected &gt; label {
    left: 20px;
  }
  .tabs[data-tabs=flight-search] .autocomplete-container.next-container:before {
    left: 35%;
  }
  .tabs[data-tabs=flight-search] .js--placeholder.js--active .close-action {
    right: 12px;
  }
  section.search--one-way .tabs[data-tabs=flight-search] .search__form &gt; li &gt; ul li, section:not(.search--one-way) .tabs[data-tabs=flight-search] .search__form &gt; li &gt; ul li {
    width: 100%;
  }
  section:not(.search--one-way) .tabs[data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:nth-child(2) .js--placeholder js--active .form-control {
    padding-right: 45px;
  }
}
@media screen and (max-width: 980px) {
  .search .alert-container, .search .alert {
    position: relative;
    width: 100%;
  }
  .search__form {
    padding: 20px;
  }
  .search__form &gt; li {
    width: 100% !important;
    display: block !important;
    padding: 0;
  }
  .search__form &gt; li + li {
    margin-top: 10px;
  }
  .search__form &gt; li .btn-primary {
    width: 100%;
  }
  .search__form &gt; li:nth-child(2) .autocomplete-container {
    left: 0;
    right: 0;
  }
  .search__form &gt; li .js--active .form-control:before {
    z-index: 5;
  }
  .search__form &gt; li &gt; ul &gt; li:first-child .js--placeholder.js--active .form-control {
    background-position: right 30px center;
  }
  .search__form &gt; ul &gt; li .js--active .form-control:before {
    top: 45px;
  }
  .js--placeholder.js--selected &gt; label {
    left: 30px;
  }
  .datepicker-container.js--selected {
    background-image: none;
  }
  .container__layer .cta-container .btn,
  .passengers-container .cta-container .btn {
    width: auto;
  }
  .search__tabs button[data-tabsgroup*=search] {
    font-size: 20px;
    font-weight: 400;
    min-width: inherit;
    padding: 0 10px;
  }
  .search__tabs button[data-tabsgroup*=search].js--active {
    font-weight: 700;
  }
  .search.search--one-way [data-tabs=flight-search] .search__form &gt; li:nth-of-type(3) {
    width: 100% !important;
    padding: 0;
  }
  .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(2) {
    margin: 20px 0;
    display: table !important;
    padding: 0 40px;
  }
  .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(2) .switch-container, .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(2) .link {
    display: inline-block;
    width: 50%;
  }
  .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(2) .link {
    text-align: right;
  }
  .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(4) {
    padding-left: 5px;
  }
  .search [data-tabs=flight-search] .search__form &gt; li:nth-of-type(4).disabled {
    display: none !important;
  }
  .search [data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li .form-control {
    background-position: right 30px center;
  }
  .search [data-tabs=flight-search] .search__form &gt; li &gt; ul &gt; li:last-child .form-control {
    background-position: right 25px center;
  }
  .search [data-tabs=flight-search] .alert-container {
    position: relative;
  }
  .search [data-tabs=flight-search] .alert {
    position: relative;
  }
  .search .search__more {
    left: 181px;
    text-align: center;
    top: 13px;
    padding: 0;
  }
  .search .search__more + .link-right {
    right: 25px;
    bottom: 90px;
  }
  .search .search__more:after {
    bottom: -11px;
    left: -5px;
    width: 101%;
  }
  .search .switch-container .switch {
    position: relative;
    top: 3px;
  }
  .search .switch-container .switch label &gt; span {
    top: -2px;
  }
  #sticky--box.fixed .search__more {
    top: -27px;
  }
  .form-validate.js--placeholder.js--active .close-action {
    right: 23px;
  }
  .passengers-container {
    top: 48px;
    left: 0;
    right: 0;
    width: auto;
  }
  .autocomplete-container {
    top: 46px;
    left: 0;
    right: 0;
    width: auto;
  }
  .autocomplete-container.next-container {
    left: -1px;
  }
  .autocomplete-container.next-container.max-width {
    width: auto;
  }
  .search__box {
    left: 0;
    top: 53px;
    width: 100%;
    z-index: 2;
  }
  .search__box.datepicker-container__layer {
    top: 43px;
  }
  .datepicker-container.js--active .datepicker-container__layer .choice-days-flexibility span {
    display: block;
  }
  .datepicker-container.js--active .datepicker-container__layer .choice-days-flexibility ul li {
    width: 49%;
    margin-left: 0;
  }
  .datepicker-container.js--active .datepicker-container__layer .choice-days-flexibility .cta-only {
    float: none;
    margin-top: 0;
  }
  .js--datepicker .ui-datepicker {
    left: inherit;
    right: 0;
  }
  #endDate + .js--datepicker .ui-datepicker {
    left: 0;
    right: inherit;
  }
  .more-options--type .more-options__layer {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .search.js--active .alert-container {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
  }
  .search.js--active .alert-container .alert {
    display: inline-block !important;
  }
}
@media screen and (max-width: 459px) {
  .search .js--toggle-search:not(.icon-close) {
    background-color: white;
  }
  .search .js--toggle-search:not(.icon-close):before {
    font-weight: normal;
  }
  .search.js--active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
  }
  .search.js--active .search__tabs {
    display: none;
  }
  .search.js--active datepicker-container {
    display: none;
  }
  .search.js--active datepicker-container + .js--active {
    display: block;
  }
  .search.js--active .datepicker-container__layer {
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    position: fixed;
    z-index: 20;
    overflow: auto;
  }
  .search.js--active .mobile-header {
    display: block;
  }
  .search .search__tabs {
    text-align: center;
  }
  .search .search__tabs &gt; ul.max-container {
    box-shadow: none;
    display: inline-block;
    position: relative;
    width: auto;
  }
  .search .search__tabs ul li + li {
    margin-left: 0;
  }
  .search .search__tabs ul button.js--active svg {
    fill: #092a5e;
  }
  .search .search__tabs .js--toggle-search {
    background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/close.svg);
  }
  .search .search__more {
    left: 0;
    width: 100%;
    padding: 0 0 15px;
    position: relative;
  }
  .search .search__more:after {
    display: none;
  }
  .search .search__more + .link-right {
    bottom: 10px;
    top: inherit;
    left: 0;
    width: 100%;
  }
  .search .search__more + .not-mobile {
    display: none;
  }
  .search .search__form .link-right {
    float: none;
    margin-top: 10px;
  }
  .search .search__form .link-right::after {
    border-color: #092a5e;
  }
  .search .search__form .for-desktop, .search .search__form + .not-mobile {
    display: none;
  }
  .search .search__form .for-mobile {
    display: block !important;
  }
  .search .desti-container &gt; .desti {
    max-height: 237px !important;
  }
  .container__layer .cta-container .btn,
  .passengers-container .cta-container .btn {
    width: 100%;
  }
  .search__box:not(.autocomplete-container) {
    width: 100%;
    top: 53px;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0;
  }
  .search__box:not(.autocomplete-container) .mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
  }
  .search__box:not(.autocomplete-container) .mobile-header .icon-close {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #70cbf4;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-size: auto 50%;
  }
  .search__box:not(.autocomplete-container):not(.passengers-container) .cta-container {
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 10px;
    border-top: 1px solid #b9b9b9;
    background-color: white;
  }
  .datepicker-container.js--active .datepicker-container__chips,
  .datepicker-container.js--active .ui-datepicker-group-first thead,
  .datepicker-container.js--active .cta-container {
    position: fixed;
    left: 5px;
    right: 5px;
    background-color: white;
    z-index: 1;
  }
  .datepicker-container.js--active .datepicker-container__chips {
    top: 40px;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
  }
  .datepicker-container.js--active .ui-datepicker-group-first thead {
    display: table;
    top: 100px;
    width: calc(100% - 10px);
    left: 5px;
  }
  .datepicker-container.js--active .cta-container {
    margin-top: 0;
    padding: 10px;
    bottom: 5px;
    border-top: 1px solid #b9b9b9;
    width: auto;
  }
  .js--datepicker .ui-datepicker {
    width: 100% !important;
    max-height: calc(100% - 260px);
    overflow: auto;
    position: absolute;
    margin-top: 160px;
  }
  .js--datepicker .ui-datepicker .ui-datepicker-group {
    width: 100%;
    float: none;
    padding: 0;
  }
  .js--datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin-top: 20px;
  }
  .js--datepicker .ui-datepicker .ui-datepicker-group .ui-datepicker-other-month {
    visibility: hidden;
    font-size: 0;
  }
  .js--datepicker .ui-datepicker .ui-datepicker-group:not(.ui-datepicker-group-first) thead {
    display: none;
  }
  .datepicker-container__chips ul {
    text-align: center;
  }
  .datepicker-container__chips ul label {
    padding: 5px 6px;
  }
  .datepicker-container .cta-container .btn {
    width: 100%;
  }
  .autocomplete-container {
    top: 40px;
    border: none;
    border: 2px solid #dcdcdc;
    margin-top: 10px;
    padding: 10px;
  }
  .autocomplete-container.next-container {
    left: 0;
  }
  [data-tabs=flight-search] .search__more {
    background-color: white;
  }
  [data-tabs=flight-search] .datepicker-container__layer {
    top: 80px;
  }
  [data-tabs=flight-search] .datepicker-container__layer .container__layer {
    padding-top: 20px;
  }
  [data-tabs=flight-search] .search__form .datepicker-container__layer .ui-datepicker {
    margin-top: 0px;
    max-height: inherit;
    height: 90vh;
  }
  [data-tabs=flight-search] .search__form .datepicker-container__layer .ui-datepicker .ui-datepicker-prev {
    left: 10px;
  }
  [data-tabs=flight-search] .search__form .datepicker-container__layer .ui-datepicker .ui-datepicker-next {
    right: 10px;
  }
  .search [data-tabs=flight-search] .search__form {
    margin-top: 5px;
  }
  .passengers-container .alert-container {
    top: -10px;
    left: 0 !important;
    width: 100%;
    height: auto;
  }
  .passengers-container &gt; div {
    width: 100%;
  }
  .autocomplete-list {
    max-height: 315px;
  }
  .container__layer {
    background-color: white;
    padding: 5px;
    min-height: 100%;
  }
  .choice-days-flexibility .cta-only {
    display: block;
  }
  .choice-days-flexibility .cta-only button {
    width: 100%;
  }
  .more-options.js--active .btn-close {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #092a5e;
    z-index: 2;
  }
  .more-options.js--active .btn-close .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/close--white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    height: 40px;
    width: 40px;
  }
  .more-options.js--active .more-options__layer .container__layer {
    background-color: white;
    min-height: 100%;
  }
  .more-options.js--active .more-options__layer li {
    margin-bottom: 20px;
  }
  .more-options.js--active .more-options__container {
    display: block;
  }
  .more-options.js--active .more-options__container &gt; * {
    display: block;
  }
  .more-options.js--active .more-options__container &gt; * ul {
    margin-left: 15px;
  }
  .more-options.js--active .more-options__container &gt; * ul li {
    width: 100%;
  }
  .search.js--active {
    background-color: white;
    overflow: auto;
  }
  .search .search-container {
    display: block;
  }
  .search .search__form &gt; li .js--active .form-control:before {
    z-index: 5;
  }
  .search .alert-container .alert {
    display: block !important;
  }
  .search [data-tabs=trip-search] .search__form &gt; ul &gt; li {
    width: 100% !important;
  }
  .search [data-tabs=trip-search] .list-container {
    width: 100%;
  }
  .search [data-tabs=flight-search] .search__form:nth-of-type(2) .autocomplete-list {
    max-height: 200px;
  }
  .search [data-tabs=flight-search] .autocomplete-list {
    max-height: 247px;
  }
  .search [data-tabs=flight-search] .datepicker-container__layer {
    top: 80px;
  }
  .search [data-tabs=flight-search] .passengers-container {
    padding: 20px;
  }
  .search .ui-datepicker {
    border-bottom: none;
  }
  .search .js--passengers .passengers__label {
    font-size: 16px;
  }
  .search .js--passengers .passengers__number {
    top: inherit;
    float: none;
    background: white;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    width: 110px;
  }
  .search .js--passengers .js--number {
    font-size: 30px;
  }
}

</pre></body></html>