<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.
(1159,39): run-time error CSS1030: Expected identifier, found '.'
(1159,46): run-time error CSS1031: Expected selector, found ')'
(1159,46): run-time error CSS1025: Expected comma or open brace, found ')'
(1508,20): run-time error CSS1039: Token not allowed after unary operator: '-image-url'
(1524,20): run-time error CSS1039: Token not allowed after unary operator: '-header-wrapper-bg-color'
(1606,32): run-time error CSS1030: Expected identifier, found '.'
(1606,45): run-time error CSS1031: Expected selector, found ')'
(1606,45): run-time error CSS1025: Expected comma or open brace, found ')'
(1609,32): run-time error CSS1030: Expected identifier, found '.'
(1609,45): run-time error CSS1031: Expected selector, found ')'
(1609,45): run-time error CSS1025: Expected comma or open brace, found ')'
(1648,86): run-time error CSS1039: Token not allowed after unary operator: '-image-url'
 */
.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;
}

.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%;
  }
}
.img-link .col-elements {
  text-align: center;
  font-size: 0;
}
.img-link .col-elements &gt; * {
  font-size: initial;
}

.img-link [class*=-col] {
  overflow: hidden;
  display: inline-block;
  float: none;
}
.img-link [class*=-col] &gt; a {
  height: 200px;
}
.img-link [class*=-col] &gt; a img {
  height: 100%;
}
.img-link [class*=-col] &gt; a &gt; div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 0 20px;
}

.img-link__quotation &gt; div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #F2F2F2;
  text-align: center;
  height: 200px;
  padding: 20px;
}
.img-link__quotation p {
  margin: 20px 0;
}

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

.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;
  }
}
.trip-gammes {
  padding: 0 10px;
}
.trip-gammes:after {
  content: "";
  display: table;
  clear: both;
}

.search {
  top: -30px;
}

.fixed .search {
  top: 0;
}

.link-header + #sticky--box.fixed:has(.search) + section {
  top: -34px;
  position: relative;
}

.trip-gammes article {
  padding: 10px;
}
.trip-gammes article &gt; a {
  display: block;
  text-decoration: none;
}
.trip-gammes article &gt; a:hover .link-right {
  text-decoration: underline;
}
.trip-gammes article &gt; a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trip-gammes article:first-child .trip-gammes__content {
  color: white;
}
.trip-gammes article .link-right {
  color: white;
  font-weight: bold;
}

.trip-gammes .trip-gammes__img-container {
  height: 385px;
}

.trip-gammes--three article {
  width: 33.3333333333%;
}
.trip-gammes--three .trip-gammes__img-container {
  height: 235px;
}

.trip-gammes__header, .trip-gammes-container {
  position: relative;
  overflow: hidden;
}
.trip-gammes__header .trip-gammes_logo, .trip-gammes-container .trip-gammes_logo {
  right: 25px;
  display: block;
  position: absolute;
  top: 25px;
  height: 100px;
  width: 100px;
}

.trip-gammes__content {
  padding: 20px;
  min-height: 190px;
  position: absolute;
  top: 164px;
  right: 88px;
}
.trip-gammes__content .description {
  margin: 20px 0;
}
.trip-gammes__content .link-right {
  display: block;
  text-align: center;
}
.trip-gammes__content .link-right:after {
  border-color: white;
}

.trip-gammes__content .description ul {
  line-height: 22px;
}
.trip-gammes__content .description ul.list-white li {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/plus-circled--fill--white.svg);
}
.trip-gammes__content .description ul.list-blue li {
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/plus-circled--fill.svg);
}
.trip-gammes__content .description ul li {
  padding-left: 25px;
  background-position: left 0 center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 20px;
  margin: 10px 0;
}

@media screen and (max-width: 980px) {
  .search {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .trip-gammes .trip-gammes__img-container {
    height: 387px;
  }
  .trip-gammes__content {
    min-height: 210px;
  }
}
@media screen and (max-width: 640px) {
  .search {
    min-height: inherit !important;
    margin-top: 0;
  }
  .trip-gammes {
    padding: 0;
  }
  .trip-gammes article {
    width: 100%;
    padding: 0 10px;
  }
  .trip-gammes .trip-gammes-container {
    height: 387px;
  }
  .trip-gammes .trip-gammes_logo {
    height: 65px;
    right: 61px;
    width: 65px;
  }
  .trip-gammes__content {
    top: 152px;
    text-align: center;
    width: 100%;
    right: inherit;
    padding: 0 20px;
  }
  .trip-gammes__content h3 {
    font-size: 1.25em;
    width: 210px;
    margin: 0 auto;
  }
  .trip-gammes__content .description {
    margin: 10px 0;
  }
  .trip-gammes__content .description ul {
    text-align: left;
  }
  .trip-gammes__content .description ul li {
    background-position: 0 4px;
    background-size: 14px 14px;
    font-size: 16px;
    margin: 7px 0;
  }
}
@media screen and (max-width: 320px) {
  .trip-gammes__content {
    min-height: 260px;
  }
}
.tabs.js--active {
  margin-bottom: -45px;
}

.search__form {
  top: -25px;
}

.js--sticky-search.fixed .tabs.js--active {
  margin-bottom: 0;
}
.js--sticky-search.fixed .search__form {
  top: 0px;
}

.link {
  color: #1B115C;
}
.link.btn-reset {
  color: #1B115C;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.link.btn-reset.js--show-next:after {
  border-color: #092a5e;
  border-width: 2px;
}
.link.btn-reset:hover, .link.btn-reset:focus {
  color: #1B115C;
}

.link-header__desc &gt; p {
  font-size: 24px;
}

.cms-circuit h2, .cms-circuit h3 {
  font-weight: 400;
}
.cms-circuit h2 {
  font-size: 24px;
}
.cms-circuit h3 {
  font-size: 22px;
}
.cms-circuit p {
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  #sticky--box.fixed {
    top: 0;
  }
  .tabs.js--active {
    margin-bottom: 0;
  }
  .search__form {
    top: 0;
  }
}
@media screen and (max-width: 459px) {
  .search__tabs {
    display: none;
  }
}
.concepts-page .headline {
  margin: unset;
  padding: unset;
}
.concepts-page &gt; section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.concepts-page &gt; section:not(:first-of-type) {
  margin-inline: 10px;
  padding-top: 60px;
}
.concepts-page &gt; section:not(:first-of-type) #reactDownloadMobileApp {
  padding-top: 74px;
}
.concepts-page &gt; section .cta-container {
  margin: 0 auto;
}
.concepts-page &gt; section .cta-container &gt; .btn {
  margin: unset;
}
.concepts-page .concepts-page-header {
  margin: 0 0 20px;
}
.concepts-page .concept-welcome__container {
  display: block;
  font-size: 22px;
}
.concepts-page .concept-why-tui__container {
  display: block;
  padding: 40px;
  background: linear-gradient(177deg, #E2F5FD 9.63%, #FFF 89.14%);
  border-radius: 40px;
  font-size: 22px;
}

.concept-why-tui__title {
  margin-right: 110px;
  margin-bottom: 10px;
}

.concept-why-tui__sub--title, .concept-why-tui__description {
  font-size: 22px;
  color: #092a5e;
}

.concept-why-tui__description {
  padding-top: 10px;
}

.concept-flex-choice__img {
  border-radius: 16px;
  margin-right: auto;
  max-width: calc(100% - 40px);
}

.concept-flex-choice__title {
  margin-top: 10px;
}

.concept-flex-choice__flag {
  color: white;
  background-color: #1B115C;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 8px;
  text-transform: uppercase;
  border-radius: 5px;
  max-width: fit-content;
}

.concept-flex-choice__description-icons {
  display: flex;
  padding-top: 60px;
}

.concept-flex-choice__icon-description-container {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 16px;
  border: 2px solid #E2F5FD;
  align-items: center;
  width: 175px;
  text-align: center;
  background-color: white;
  padding: 48px 15px 24px 15px;
}
.concept-flex-choice__icon-description-container:not(:last-child) {
  margin-right: 10px;
}

.concept-flex-choice__icon-container {
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E2F5FD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-flex-choice__icon {
  width: 48px;
  height: 48px;
}

.concept-flex-choice__description {
  font-size: 24px;
  font-weight: 700;
}

.concept-welcome__container.col-elements {
  padding-inline: unset;
}

.concept-hotel__container {
  gap: unset;
}
.concept-hotel__container p {
  margin-top: 10px;
  font-size: 22px;
}

.concepts-page-header {
  overflow: hidden;
  position: relative;
  min-height: 561px;
  mask-image: radial-gradient(ellipse 65% 47.5% at 50% 40%, black 125%, transparent 125.5%);
  border-radius: 40px 40px 0 0;
  background: var(--image-url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.concepts-page-header + #sticky--box .search {
  top: unset;
  height: 84px;
}
.concepts-page-header + #sticky--box.fixed + section {
  padding-top: 144px;
}

.concepts-page-header__wrapper {
  position: absolute;
  top: -5px;
  background: var(--header-wrapper-bg-color);
  height: calc(100% + 10px);
  padding: 40px 50px 0 40px;
  width: max(35%, 400px);
  border-radius: 0% 5% 45% 0%/0% 30% 70% 0%;
}

.concepts-page-header__content {
  position: relative;
  top: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.concepts-page-header__content img {
  border-radius: 8px;
  width: 150px;
  height: 150px;
}
.concepts-page-header__content &gt; h1 {
  font-size: 44px;
  font-family: "Ambit-Bold";
  font-weight: 700;
}
.concepts-page-header__content .concepts-page-header__description {
  font-size: 24px;
  font-weight: 700;
}

.concept-welcome__title, .concept-why-tui__title, .concept-flex-choice__title {
  font-size: 44px;
  font-family: "Ambit-Bold";
  font-weight: 700;
}

.concept-welcome__sub--title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.concept-welcome__img, .concept--why-tui__img {
  border-radius: 16px;
  margin-left: auto;
  max-width: calc(100% - 60px);
}

.concept-hotel-logos__container {
  display: flex;
  flex-wrap: wrap;
}
.concept-hotel-logos__container li {
  margin-top: 20px;
}
.concept-hotel-logos__container li:not(:last-child) .concept-hotel-logo__img {
  margin-right: 20px;
}

.concept-hotel-logo__img {
  border-radius: 8px;
  height: 75px;
  width: 75px;
}

@media screen and (max-width: 980px) {
  .concepts-page-header {
    min-height: 513px;
  }
  .concepts-page-header + #sticky--box .search {
    height: auto;
  }
  .concept-hotel-logos__container li {
    margin-top: 10px;
  }
  .concept-hotel-logos__container li:not(:last-child) .concept-hotel-logo__img {
    margin-right: 10px;
  }
  .concepts-page &gt; section:not(:first-of-type) {
    margin-inline: 20px;
  }
  .concepts-page &gt; section:not(:first-of-type) #reactDownloadMobileApp {
    padding-top: 60px;
  }
  .concepts-page &gt; section:has(.slick-slider), .concepts-page &gt; section:has(#reactCarousel) {
    margin-right: unset;
  }
  .concepts-page &gt; section:has(.slick-slider) h2, .concepts-page &gt; section:has(.slick-slider) p, .concepts-page &gt; section:has(.slick-slider) .cta-container, .concepts-page &gt; section:has(.slick-slider) .carousel-dots, .concepts-page &gt; section:has(#reactCarousel) h2, .concepts-page &gt; section:has(#reactCarousel) p, .concepts-page &gt; section:has(#reactCarousel) .cta-container, .concepts-page &gt; section:has(#reactCarousel) .carousel-dots {
    padding-right: 20px;
  }
  .concepts-page section.top-desti__container .top-desti__container {
    margin-right: 0;
  }
  .concepts-page .concept-welcome__title, .concepts-page .concept-why-tui__title, .concepts-page .concept-flex-choice__title {
    margin-right: 45px;
  }
  .concepts-page .concept-why-tui__container {
    max-width: calc(100vw - 40px);
  }
  .concepts-page .concept-why-tui__title {
    font-size: 38px;
    margin-right: 0px;
  }
  .concepts-page .concept--why-tui__img {
    max-width: calc(100% - 40px);
  }
  .concepts-page .concept-flex-choice__title {
    font-size: 38px;
  }
  .concepts-page .concept-flex-choice__description-icons {
    justify-content: center;
    transform: translate(-50%);
    width: 102%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .concepts-page .concept-flex-choice__icon-description-container {
    padding: 64px 35px 40px 35px;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .concepts-page-header {
    mask-image: unset;
    min-height: 577px;
    border-radius: 30px 30px 0 0;
    background-image: linear-gradient(to bottom, white 30px, transparent 30px), var(--image-url);
  }
  .concepts-page-header__wrapper {
    top: 0;
    left: -10px;
    height: 45%;
    padding: 30px 40px 0;
    width: calc(100% + 20px);
    border-radius: unset;
    mask-image: radial-gradient(ellipse 65% 47.5% at 50% 40%, black 125%, transparent 126%);
  }
  .concepts-page-header__content {
    top: unset;
  }
  .concepts-page-header__content &gt; img {
    display: none;
  }
  .concepts-page-header__content &gt; h1 {
    font-size: 38px;
  }
  .concept-welcome__img, .concept--why-tui__img {
    margin-left: unset;
    max-width: 100%;
    margin-top: 20px;
  }
  .concepts-page .concept-why-tui__container {
    padding: 20px;
    border-radius: 20px;
  }
  .concepts-page .concept--why-tui__img {
    max-width: 100%;
  }
  .concepts-page .concept-flex-choice__img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .concepts-page .concept-flex-choice__icon-description-container {
    padding: 64px 50px 40px 50px;
    width: unset;
  }
  .concepts-page .concept-flex-choice__icon-description-container:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 70px;
  }
  .concepts-page .concept-flex-choice__description-icons {
    flex-wrap: wrap;
    transform: unset;
    width: unset;
    position: unset;
    padding-left: 0px;
    padding-right: 0px;
  }
  .concepts-page .cta-container {
    width: 100%;
  }
  .concepts-page .cta-container &gt; a {
    width: inherit;
  }
}
.top-desti__container .cta-container {
  margin: 0 auto;
}
.top-desti__container .cta-container &gt; .btn {
  margin: unset;
}

.carousel-concept--container {
  display: flex;
  gap: 20px;
}
.carousel-concept--container .slick-slide {
  width: min(376.67px, (100vw - 60px) / 3);
}
.carousel-concept--container .slick-slide:not(:last-child) {
  margin-right: 20px;
}

.top-desti__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #F2F2F2;
  width: min(376.67px, (100vw - 60px) / 3);
}
.top-desti__card:hover {
  border: unset;
  box-shadow: 1px 1px 20px 0 #d7d2c3;
}
.top-desti__card:hover .btn {
  background-color: #0039DD;
  border-color: #0039DD;
  color: white;
}
.top-desti__card--description {
  font-size: 18px;
  padding: 20px;
  line-height: 1.25;
}
.top-desti__card--title {
  font-family: "Ambit-Bold";
  font-size: 22px;
  font-weight: 700;
}
.top-desti__card--price span {
  font-weight: 700;
  font-size: 30px;
}
.top-desti__card .btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.top-desti__card img {
  border-radius: 0 0 16px 16px;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  .carousel-concept--container {
    display: block;
  }
  .carousel-concept--container .slick-slide {
    width: 45vw;
  }
}
@media screen and (max-width: 480px) {
  .carousel-concept--container .slick-slide {
    width: 85vw;
  }
  .carousel-concept--container .slick-slide img {
    max-height: 46.7vw;
  }
}
.concepts-page .theme__container {
  gap: 10px;
}
.concepts-page .theme__container &gt; p {
  font-size: 22px;
  margin-bottom: 10px;
}

.carousel-theme-concept--container {
  display: flex;
}
.carousel-theme-concept--container:not(:hover) .theme__card:first-child {
  flex: 1.48;
}
.carousel-theme-concept--container:not(:hover) .theme__card:first-child .theme__card--description {
  grid-template-rows: 1fr;
  opacity: 1;
}
.carousel-theme-concept--container .slick-slide {
  width: 300px;
}
.carousel-theme-concept--container .slick-slide:not(:last-child) {
  margin-right: 20px;
}

.theme__card {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  cursor: pointer;
  flex: 1;
  transition: flex 0.25s linear;
}
.theme__card:hover {
  flex: 1.48;
}
.theme__card:hover .theme__card--description {
  grid-template-rows: 1fr;
  opacity: 1;
}
.theme__card:not(:first-child) {
  border-left: 5px solid white;
}
.theme__card:not(:last-child) {
  border-right: 5px solid white;
}

.theme__card--illus {
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.theme__card--content {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  padding: 20px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333) 60px);
  color: white;
  font-weight: 700;
}

.theme__card--title {
  font-size: 24px;
}

.theme__card--description {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 16px;
  font-weight: 400;
  width: 280px;
  opacity: 0;
  transition: grid-template-rows 0.3s ease-in-out, 0.3s opacity ease-in-out;
}
.theme__card--description &gt; div {
  overflow: hidden;
}

@media screen and (max-width: 1170px) {
  .carousel-theme-concept--container {
    display: block;
  }
  .carousel-theme-concept--container .theme__card--content {
    min-height: 130px;
  }
  .carousel-theme-concept--container .theme__card--description {
    grid-template-rows: 1fr;
    opacity: unset;
  }
}
.concept-gammes &gt; p {
  font-size: 22px;
}

.concept-gammes__article-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.concept-gammes__article-container article {
  position: sticky;
  top: 94px;
  max-width: 1170px;
  background: linear-gradient(177deg, #F2F2F2 9.63%, #FFF 89.14%);
  display: flex;
  justify-content: space-evenly;
  transform-origin: top center;
  padding: 40px;
  border-radius: 40px;
  font-size: 22px;
  gap: 40px;
}
.concept-gammes__article-container article:nth-of-type(even) {
  flex-direction: row-reverse;
}
.concept-gammes__article-container article:nth-of-type(even) .concept-gammes__images-container img:nth-child(1):nth-last-child(1) {
  grid-area: span 2/span 2;
}
.concept-gammes__article-container article:nth-of-type(even) .concept-gammes__images-container img:nth-child(1) {
  grid-area: a/c;
  grid-row: span 2;
}
.concept-gammes__article-container article:nth-of-type(even) .concept-gammes__images-container img:nth-child(2) {
  grid-area: b;
}
.concept-gammes__article-container article:nth-of-type(even) .concept-gammes__images-container img:nth-child(3) {
  grid-area: d;
}

/* Images */
.concept-gammes__images-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 220px);
  grid-template-rows: repeat(2, 220px);
  grid-template-areas: "a b" "c d";
  justify-content: center;
}
.concept-gammes__images-container img {
  object-fit: cover;
  border-radius: 12px;
}

/* only one image */
.concept-gammes__images-container img:nth-child(1):nth-last-child(1) {
  width: 460px;
  height: 460px;
  grid-area: span 2/span 2;
}

/* three images */
.concept-gammes__images-container img:nth-child(1) {
  grid-area: b/d;
  grid-row: span 2;
  width: 220px;
  height: 360px;
}

.concept-gammes__images-container img:nth-child(2), .concept-gammes__images-container img:nth-child(3) {
  width: 220px;
  height: 220px;
}

.concept-gammes__images-container img:nth-child(2) {
  grid-area: a;
}

.concept-gammes__images-container img:nth-child(3) {
  grid-area: c;
}

/* Description */
.concept-gammes__description-container {
  font-size: 22px;
}
.concept-gammes__description-container &gt; *:not(last-child) {
  margin-bottom: 20px;
}

.concept-gammes__flag {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  background: #A10E2F;
}

.concept-gammes__title {
  font-family: "Ambit-Bold";
  font-size: 44px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .concept-gammes__article-container article {
    position: static;
  }
  .concept-gammes__article-container article.concept-gammes__article {
    flex-direction: column;
  }
  .concept-gammes__article-container article.concept-gammes__article:nth-of-type(even) .concept-gammes__images-container {
    grid-template-columns: 1fr 145px;
  }
  .concept-gammes__article-container article.concept-gammes__article .concept-gammes__images-container {
    grid-template-columns: 145px 1fr;
    grid-template-rows: 145px 145px;
  }
  .concept-gammes__article-container article.concept-gammes__article .concept-gammes__images-container img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .concept-gammes__article-container article.concept-gammes__article {
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  .concept-gammes__description-container a.btn {
    width: auto;
  }
}

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

.icon-play, .cms-content article.play-img a {
  display: block;
  text-decoration: none;
  position: relative;
}
.icon-play:before, .cms-content article.play-img a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  background-image: url(https://content.tui.fr/Content/img/common/icon/icons-svg/play--circled--white.svg);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
}
.icon-play:hover:before, .cms-content article.play-img a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cms-content {
  padding: 20px 10px;
}
.cms-content article.play-img {
  text-align: center;
  position: relative;
}
.cms-content p {
  text-align: left;
  padding-left: 0;
  margin: 10px auto 20px;
  font-size: 20px;
  color: #737373;
}
.cms-content ul {
  margin-bottom: 20px;
}
.cms-content ul li {
  font-size: 20px;
  color: #737373;
}

.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%;
  }
}
.thematic {
  padding: 10px;
}
.thematic:after {
  content: "";
  display: table;
  clear: both;
}
.thematic li {
  padding: 10px;
  margin: 0 !important;
}
.thematic li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: justify;
  height: 267px;
}
.thematic li img {
  height: 100%;
}

.second-nav nav li {
  float: left;
  width: 20%;
}

.for-devis {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #F2F2F2;
  padding: 20px;
  margin: 20px 20px 0 20px;
  width: auto;
}
.for-devis &gt; div {
  padding-right: 470px;
}
.for-devis p {
  margin: 10px 0 20px;
}
.for-devis &gt; img:last-child {
  width: 450px;
  height: auto;
  margin-top: -33px;
}

.tabs {
  display: none;
}
.tabs.js--active {
  display: block;
}

@media screen and (max-width: 980px) {
  .thematic li a {
    height: inherit;
  }
  .for-devis {
    text-align: center;
  }
  .for-devis &gt; div:first-child {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  .for-devis &gt; img:last-child {
    position: relative;
    margin: 0;
    right: inherit;
    width: 100%;
    height: auto;
  }
}

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

.box--france figure {
  border: 1px solid #d7d2c3;
  text-align: center;
}
.box--france figure figcaption {
  height: 195px;
  padding: 20px;
  position: relative;
}
.box--france figure figcaption p {
  padding: 0 0 20px;
}
.box--france figure figcaption .btn {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.other-offer-banner {
  display: block;
  height: 235px;
  overflow: hidden;
  position: relative;
}
.other-offer-banner img {
  width: 450px;
}
.other-offer-banner figcaption {
  background-color: #F2F2F2;
  display: block;
  height: 100%;
  margin-left: 450px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .other-offer-banner {
    height: 200px;
  }
  .other-offer-banner img {
    width: 300px;
  }
  .other-offer-banner figcaption {
    font-size: 15px;
    margin-left: 300px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .other-offer-banner {
    height: auto;
    margin: 0 20px;
  }
  .other-offer-banner img {
    height: 230px;
  }
  .other-offer-banner figcaption {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .box--france figure figcaption {
    height: auto;
  }
  .box--france figure figcaption .btn {
    bottom: auto;
    position: relative;
    left: auto;
    transform: none;
  }
  .other-offer-banner img {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: auto;
  }
}

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