<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.
(1075,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1076,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1077,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1078,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1079,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1080,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1090,23): run-time error CSS1039: Token not allowed after unary operator: '-slider-height'
(1095,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(1104,16): run-time error CSS1039: Token not allowed after unary operator: '-switch-width'
(1105,23): run-time error CSS1039: Token not allowed after unary operator: '-switch-shift'
(1108,20): run-time error CSS1039: Token not allowed after unary operator: '-transition'
(1109,15): run-time error CSS1039: Token not allowed after unary operator: '-switch-height'
(1126,21): run-time error CSS1039: Token not allowed after unary operator: '-slider-height'
(1131,26): run-time error CSS1039: Token not allowed after unary operator: '-switch-width'
(1131,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;
}

.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;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-loading .slick-list {
  background: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: inherit;
}

.slick-prev {
  left: 10px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left.svg);
}

.slick-next {
  right: 10px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right.svg);
}

.slick--hover-arrow {
  padding: 0 40px;
}

.slick-dots {
  display: block;
  text-align: center;
  margin: 10px 0;
  z-index: 1;
}
.slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 13px;
  background-color: #3567F6;
  color: transparent;
  margin: 5px;
  font-size: 0;
  opacity: 0.25;
  vertical-align: middle;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.slick--big-arrow, .slick--blue-arrow {
  padding: 0 50px;
}
.slick--big-arrow .slick-prev, .slick--blue-arrow .slick-prev, .slick--big-arrow .slick-next, .slick--blue-arrow .slick-next {
  height: 40px;
  width: 40px;
}

.slick--blue-arrow .slick-prev, .slick--blue-arrow .slick-next {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: white;
  opacity: 0.75;
}
.slick--blue-arrow .slick-prev:hover, .slick--blue-arrow .slick-prev:focus, .slick--blue-arrow .slick-next:hover, .slick--blue-arrow .slick-next:focus {
  opacity: 1;
}
.slick--blue-arrow .slick-prev {
  left: 0;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left.svg);
}
.slick--blue-arrow .slick-next {
  right: 0;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right.svg);
}

.slick-prev--white {
  left: 20px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-left--white.svg);
}

.slick-next--white {
  right: 20px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/chevron-right--white.svg);
}

.slick-text li {
  display: inline-block;
  margin: 10px;
}
.slick-text li a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.slick-text li .slider-text__content {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.slick-text li h3 {
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
}
.slick-text li p {
  margin-top: 10px;
  display: none;
}
.slick-text.slick-text--hover a:hover p {
  display: block;
}

.best-offer {
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
.best-offer:after {
  content: "";
  display: table;
  clear: both;
}
.best-offer &gt; article {
  float: left;
  padding: 10px;
  width: 33.33%;
}
.best-offer &gt; article.best-offer__main {
  width: 50%;
}
.best-offer a, .best-offer figure {
  display: block;
  min-height: 70px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.best-offer a img, .best-offer figure img {
  width: 100%;
  height: auto;
}
.best-offer a img {
  border-radius: 16px;
}
.best-offer a:hover .best-offer__hover, .best-offer a:focus .best-offer__hover, .best-offer figure:hover .best-offer__hover, .best-offer figure:focus .best-offer__hover {
  display: block;
}
.best-offer a:hover .best-offer__title &gt; h3,
.best-offer a:hover .best-offer__title &gt; div,
.best-offer a:hover .best-offer__title &gt; div p, .best-offer a:focus .best-offer__title &gt; h3,
.best-offer a:focus .best-offer__title &gt; div,
.best-offer a:focus .best-offer__title &gt; div p, .best-offer figure:hover .best-offer__title &gt; h3,
.best-offer figure:hover .best-offer__title &gt; div,
.best-offer figure:hover .best-offer__title &gt; div p, .best-offer figure:focus .best-offer__title &gt; h3,
.best-offer figure:focus .best-offer__title &gt; div,
.best-offer figure:focus .best-offer__title &gt; div p {
  line-height: normal;
  white-space: normal;
}

.best-offer__promo {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #092a5e;
  color: white;
  padding: 50px 10px 5px 10px;
  width: 200px;
  text-align: center;
  display: block;
  position: absolute;
  top: -35px;
  right: -80px;
}
.best-offer__promo &gt; span {
  display: block;
}
.best-offer__promo .bold {
  line-height: 30px;
}

.best-offer__content {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
  bottom: 0;
  max-height: 100%;
}

.best-offer__title.with-price {
  width: calc(100% - 150px);
  float: left;
}
.best-offer__title &gt; h3,
.best-offer__title &gt; div,
.best-offer__title &gt; div p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best-offer__title h3 {
  font-size: 24px;
  text-transform: uppercase;
}

.best-offer__main .bold p, .best-offer__title .bold p {
  font-size: 18px;
}

.best-offer__price {
  float: right;
  text-align: right;
  width: 140px;
}
.best-offer__price &gt; span {
  display: block;
}
.best-offer__price .bold {
  line-height: 30px;
}

.best-offer__hover {
  display: none;
  position: relative;
  margin-top: 20px;
}
.best-offer__hover .btn {
  width: 162px;
  float: right;
}

.best-offer__text {
  float: left;
  width: calc(100% - 170px);
}

.concept-merch .max-container {
  margin: unset;
}

.concept-merch--best-offer {
  display: flex;
  gap: 20px;
}
.concept-merch--best-offer .best-offer__main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #F2F2F2;
  width: min(575px, 50vw - 20px);
}
.concept-merch--best-offer .best-offer__main:hover {
  border: unset;
  box-shadow: 1px 1px 20px 0 #d7d2c3;
}
.concept-merch--best-offer .btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.concept-merch--best-offer img {
  width: 100%;
  height: auto;
  border-radius: 0 0 16px 16px;
  object-fit: cover;
}
.concept-merch--best-offer .best-offer--illus-fill img {
  height: 100%;
}

.best-offer__description {
  font-size: 18px;
  padding: 20px 0 20px 20px;
  line-height: 1.25;
}
.best-offer__description--title {
  font-family: "Ambit-Bold";
  font-weight: 700;
  font-size: 22px;
}
.best-offer__description--infos {
  max-width: calc(100% - 54px);
}
.best-offer__description--price span {
  font-size: 30px;
  font-weight: 700;
}

.concept-merch--conditions {
  text-align: center;
  font-size: 12px;
  color: #9D9D9D;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .concept-merch {
    margin-inline: 10px;
  }
}
@media screen and (max-width: 980px) {
  .concept-merch--best-offer {
    flex-direction: column;
    gap: 20px;
  }
  .concept-merch--best-offer .best-offer__main {
    height: unset;
    width: unset;
  }
  .concept-merch--best-offer img {
    width: 100%;
    height: auto;
  }
  .concept-merch--best-offer .best-offer--illus-fill img {
    height: 609px;
  }
  .best-offer {
    padding: 0 20px;
  }
  .best-offer &gt; article.best-offer__main {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .best-offer__hover {
    display: none !important;
  }
  .best-offer__title h3 {
    white-space: inherit;
  }
  .best-offer__content {
    padding-right: 35px;
  }
  .best-offer__content::after {
    display: inline-block;
    border: 1px solid #092a5e;
    border-width: 3px;
    border-left: none;
    border-bottom: none;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .best-offer__text.for-980 {
    margin-left: 10px;
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept-merch--best-offer .best-offer--illus-fill img {
    height: 310px;
  }
}
@media screen and (max-width: 480px) {
  .best-offer__title.with-price {
    width: calc(100% - 100px);
  }
  .best-offer__title h3 {
    font-size: 20px !important;
  }
  .best-offer__title .bold {
    display: none;
  }
  .best-offer__price {
    width: 100px;
  }
  .best-offer__price .bold {
    font-size: 30px;
  }
}
.inspiration:after {
  content: "";
  display: table;
  clear: both;
}
.inspiration li[class*=-col] {
  padding: 10px;
  margin: 0 !important;
}
.inspiration li[class*=-col] img {
  height: 280px;
  object-fit: cover;
}
.inspiration.inspiration--less {
  text-align: center;
}
.inspiration.inspiration--less .four-col {
  float: none;
  display: inline-block;
}
.inspiration .inspiration-col {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .inspiration &gt; li {
    width: 50%;
  }
  .inspiration &gt; li.inspiration-col {
    width: 100%;
  }
  .inspiration li[class*=-col] img {
    height: inherit;
  }
}
@media screen and (max-width: 480px) {
  .inspiration &gt; li {
    width: 100%;
  }
}
.header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.head-cover {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -270px;
}
.head-cover .headline, .head-cover .head-desc {
  color: white;
}

.link-header {
  position: absolute;
  width: 100%;
  top: -284px;
  text-align: center;
  height: 284px;
  padding: 20px;
  text-decoration: none !important;
}
.link-header &gt; .max-container {
  text-align: left;
}

.link-header__container {
  background-color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 10px 20px;
  width: 550px;
}
.link-header__container--nf {
  height: 140px;
  padding: 20px 20px 10px 155px;
  position: relative;
  width: 660px;
}
.link-header__container--nf img {
  position: absolute;
  top: 0;
  left: 0;
}

.link-header__title {
  font-family: "Ambit-Bold", Arial, sans-serif;
  font-size: 34px;
  font-weight: normal;
}

.link-header__desc {
  font-size: 20px;
  padding-top: 5px;
}

.link-header__cta {
  text-align: right;
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .header {
    background-size: 1920px 100%;
  }
}
@media screen and (max-width: 980px) {
  .header {
    height: 250px;
  }
  .head-cover {
    top: -240px;
  }
  .link-header {
    top: -214px;
    height: 214px;
    padding: 10px;
  }
  .link-header__container {
    padding: 20px;
  }
  .link-header__container--nf {
    margin-top: 28px;
    padding: 20px 20px 10px 155px;
  }
  .link-header__title {
    font-size: 24px;
  }
  .link-header__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .link-header__container {
    width: 100%;
  }
  .link-header__container--nf {
    height: 95px;
    padding: 10px 10px 10px 105px;
  }
  .link-header__container--nf img {
    height: auto;
    width: 95px;
  }
  .link-header__container--nf p {
    display: none;
  }
  .link-header__cta {
    margin-top: 10px;
  }
  .link-header__title {
    font-size: 24px;
  }
  .link-header__desc {
    font-size: 16px;
  }
}
.header {
  height: inherit;
}

.banner__countdown .countdown {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

.banner__navigation {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  bottom: 0;
  height: 40px;
  left: 50%;
}
.banner__navigation .btn-play-pause {
  display: inline-flex;
  align-items: center;
  padding: 9px;
}
.banner__navigation .btn-play-pause .slick-play-icon, .banner__navigation .btn-play-pause .slick-pause-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  height: 14px;
  width: 14px;
  position: relative;
}
.banner__navigation .btn-play-pause .slick-pause-icon {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/play-pause--white.svg);
}
.banner__navigation .btn-play-pause .slick-play-icon {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/play--white.svg);
}

.img-merch img {
  width: 100%;
}

.concept-container {
  position: relative;
  font-size: 20px;
}
.concept-container img {
  width: 100%;
}
.concept-container &gt; div {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 50%;
  z-index: 1;
}
.concept-container h3 {
  font-size: 30px;
}

.concepts nav {
  margin-top: -40px;
}

.block-quotation {
  text-align: center;
  margin-top: 40px;
}
.block-quotation img {
  display: block;
  margin: 10px auto;
}
.block-quotation img, .block-quotation p {
  position: relative;
}
.block-quotation &gt; a {
  color: white;
  text-decoration: none;
  position: relative;
  background-image: url(https://content.tui.fr/Content/img/home/tailormade.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  padding: 20px;
}
.block-quotation &gt; a:hover:before, .block-quotation &gt; a:focus:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
}
.block-quotation .btn {
  margin-top: 20px;
}

.title-earlybird {
  padding-left: 40px;
  font-weight: 700;
}
.title-earlybird &gt; h2 {
  font-size: 60px;
  position: relative;
}
.title-earlybird &gt; .rotate-90 {
  color: #d40e14;
  text-transform: uppercase;
  position: relative;
  right: 58px;
  top: 68px;
  font-size: 26px;
}
.title-earlybird &gt; .description {
  background-color: #092a5e;
  color: white;
  display: block;
  text-align: right;
  padding: 0 8px;
  line-height: 30px;
  position: relative;
}
.title-earlybird &gt; .description:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -57px;
  bottom: 0;
  background-color: #d40e14;
}

.link-header .countdown-container .countdown {
  width: 100%;
}
.link-header .countdown-container .countdown span {
  font-size: 30px;
}
.link-header .countdown-container.countdown--middle {
  max-width: 420px;
  margin: 200px auto 0;
}
.link-header .title-earlybird {
  margin-top: -30px;
  margin-bottom: 10px;
}
.link-header .title-earlybird &gt; .description {
  margin-right: 1px;
}

.countdown {
  background-color: #092a5e;
  margin: 0 auto;
  padding: 20px;
  padding-top: 10px;
  color: white;
  text-align: center;
  display: inline-block;
}
.countdown &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.countdown &gt; div {
  display: inline-block;
  margin: 0 14px;
  text-transform: uppercase;
  font-size: 15px;
}
.countdown span {
  font-size: 40px;
}

@media screen and (min-width: 981px) {
  #sticky--box.fixed .search__more {
    position: absolute;
    top: -41px;
    z-index: 1;
  }
  .wrapper .search {
    z-index: inherit;
  }
}
@media screen and (max-width: 980px) {
  .banner__text .max-container {
    margin: 10px;
  }
  .banner__text .max-container .link-header__container {
    z-index: 2;
    margin-top: 0;
  }
  .banner__countdown .countdown {
    -webkit-transform: translate(-50%, 10%);
    -moz-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    -o-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    z-index: 2;
    white-space: nowrap;
  }
  .concepts nav {
    margin-top: 0;
  }
  .concepts .concept-container {
    display: none;
  }
  .title-earlybird &gt; h2 {
    font-size: 40px;
  }
  .title-earlybird &gt; .rotate-90 {
    font-size: 20px;
    right: 49px;
    top: 51px;
  }
  .countdown &gt; div {
    font-size: 10px;
    margin: 0 10px;
  }
  .countdown span {
    font-size: 30px;
  }
  .link-header__container &gt; .countdown-container {
    position: unset;
  }
  .link-header__container &gt; .countdown-container .countdown {
    padding: 0;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  .link-header .countdown-container.countdown--middle {
    max-width: 310px;
    margin: 143px auto 0;
  }
  .search__more {
    height: inherit;
    line-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .block-quotation img {
    width: auto;
  }
  .search.js--active .search__tabs ul button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin: 0;
    background-color: #70cbf4;
    color: white;
  }
  .search.js--active .search__tabs ul button.js--active {
    background-color: white;
    color: #1B115C;
  }
  .search.js--active .search__tabs li {
    width: 50%;
  }
  .wrapper .search.js--active .search__tabs ul {
    display: block;
  }
  .link-header .countdown-container.countdown--middle .countdown {
    padding: 10px 5px 20px;
  }
  .link-header .countdown-container.countdown--middle {
    max-width: 310px;
    margin: 105px auto 0;
  }
}
.concepts nav ul {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px auto;
}
.concepts nav ul li {
  margin: 0 10px;
}
.concepts nav img {
  display: inline-block;
  width: 75px;
  height: auto;
  margin: 0 auto;
}
.concepts nav a {
  -webkit-transition: all ease-in 0.15s;
  -moz-transition: all ease-in 0.15s;
  -o-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
  display: block;
  text-decoration: none;
}
.concepts nav a span {
  display: block;
  margin-top: 5px;
  color: #737373;
  font-size: 14px;
}
.concepts nav a:hover, .concepts nav a:focus {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 980px) {
  .concepts nav &gt; ul {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .concepts nav ul {
    height: auto;
  }
  .concepts nav a:hover, .concepts nav a:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .concepts nav img {
    width: 105px;
  }
}

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