<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 80em) {
  .m-content-asset .m-content-asset__breadcrumbs {
    display: none;
  }
}

.summer {
  --SCROLLBAR-WIDTH: 0px;
  --WIDTH: 100vw;
  --GRID-COL: calc(0.0833333333333333 * var(--WIDTH));
  --COL-01: 8.33%;
  --COL-02: 16.66%;
  --COL-03: 25%;
  --COL-04: 33.33%;
  --COL-05: 41.66%;
  --COL-06: 50%;
  --COL-07: 58.33%;
  --COL-08: 66.66%;
  --COL-09: 75%;
  --COL-10: 83.33%;
  --COL-11: 91.66%;
  --COL-12: 100%;
  --COLOR-GOLD: #DBC37D;
  --COLOR-GRAY: #919191;
  --FONT-SIZE-BIG: 64px;
  --FONT-SIZE-MEDIUM: 42px;
  --FONT-SIZE-NORMAL: 18px;
  --FONT-SIZE-SMALL: 14px;
  --MAX-WIDTH: 1920px;
  --ROBOTO: "Roboto";
  --PLAY-FAIR-FONT: "Playfair Display", serif;
  --HELVETICA-NEUE-LIGHT-FONT: "HelveticaNeueLTW05-45Light";
  --HELVETICA-NEUE-BOLD-FONT: "HelveticaNeueLTW05-75Bold";
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 200px;
  color:#000;
}

.summer {
  --PADDING-VERTICAL: 100px;
  --GUTTER-VERTICAL: 40px;
  --PADDING-HORIZONTAL: calc(24.54545px - 4.54545vw);
  --GUTTER-HORIZONTAL: calc(4.54545vw - 9.54545px);
}

@media screen and (min-width: 48em) {
  .summer {
    --PADDING-VERTICAL: 80px;
    --GUTTER-VERTICAL: 40px;
    --PADDING-HORIZONTAL: calc(44.18182px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 17.18182px);
  }
}

@media screen and (min-width: 80em) {
  .summer {
    --PADDING-VERTICAL: 80px;
    --GUTTER-VERTICAL: 40px;
    --PADDING-HORIZONTAL: calc(108px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 42px);
  }
}

.summer section {
  max-width: var(--WIDTH);
  font-size: 0;
}

.summer * {
  box-sizing: border-box;
}

.summer sup {
  font-size: 0.5em;
  vertical-align: middle;
}

.summer-inline {
  display: inline-block;
}

.summer picture img {
  display: block;
  width: 100%;
  height: auto;
}

.summer-cta {
  margin: 0;
  font-family: var(--ROBOTO);
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-decoration: none!important;
  text-transform: uppercase!important;
  min-width: 215px;
  height: 45px;
  padding: 0px 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff!important;
  color: #000!important;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #B2B2B2;
}
.c-pagedesigner a.summer-cta:hover,
.summer-cta:hover {
  background-color: #000!important;
  color: #fff!important;
}

/*-----------------------------------*/
/*--- SLIDE -------------------------*/
/*-----------------------------------*/
.summer-slide {
  position: relative;
  overflow: hidden;
  border: 2px solid #ccc;
}

.summer-slide__wrapper {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  padding: 100px;
  background-color: #fff;
  color: #000;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/*-----------------------------------*/
/*--- VIDEO -------------------------*/
/*-----------------------------------*/
.summer-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.summer-video video {
  object-fit: cover;
}

.summer-video flowplayer-ui {
  /* display: none !important;*/
}

.summer-header .freecaster-player.has-poster:not(.is-stretching-fill),
.summer-header .freecaster-player.has-poster:not(.is-stretching-cover),
.summer-header .freecaster-player.has-poster:not(.is-stretching-none) {
  background-size: cover !important;
}

/*-----------------------------------*/
/*--- block HEADER ------------------*/
/*-----------------------------------*/
.summer-header {
  text-align: center;
  color: #fff;
  min-height: 100vh;
  position: relative;
  padding: 0 var(--PADDING-HORIZONTAL);
}

.summer-header__hidden {
  font-size: 0 !important;
}

.summer-header__background {
  position: fixed;
  width: 2300px;
  left: calc(50% - 1150px);
  top: 0;
  height: auto;
  overflow: hidden;
}

.summer-header__background picture {
  height: 100%;
}

.summer-header__background picture img {
  height: 100%;
  object-fit: cover;
}

.summer-header__wrapper {
  position: relative;
  margin: 0 auto;
  width: var(--COL-08);
  padding: 0px var(--GUTTER-HORIZONTAL);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 296px;
  padding-bottom: 200px;
}

.summer-header__title {
  margin: 0;
  color: #FFF;
  font-size: 90px;
  font-weight: normal;
  font-family: var(--PLAY-FAIR-FONT);
  line-height: 1.33em;
  letter-spacing: 0;

}

.summer-header__title em {
  font-weight: 700;
  font-family: var(--PLAY-FAIR-FONT);
}

.summer-header__tag {
  color: #fff;
  text-align: center;
  font-family: var(--ROBOTO);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 11px;
  text-transform: uppercase;
  height: 24px;
  display: block;
}

.summer-header__scroll {
  margin: 200px auto;
  width: 1px;
  height: 104px;
}

.summer-header__text {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8em;
  width: 100%;
}

.summer-header__text+.summer-header__text {
  margin-top: 52px;
}

/**************************************************************/
.summer-section {
  padding-top: 200px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

.summer-chapter {
  padding: 0 var(--PADDING-HORIZONTAL);
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.summer-chapter__picto {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: var(--COL-03);
  padding: 0px var(--GUTTER-HORIZONTAL);
  padding-top: 23px;
  /******************************/
  padding-top: 15px;

}

.summer-chapter__picto&gt;img {
  display: block;
  width: calc(2* var(--GUTTER-HORIZONTAL));
  height: calc(2* var(--GUTTER-HORIZONTAL));
  transition: filter ease-in-out 0.5s;
  margin-right: calc(-1* var(--GUTTER-HORIZONTAL));
  /****************************/
  width: 77px;
  height: 77px;
  margin-right: -38px;
}

.summer-chapter__picto::before {
  display: block;
  width: 1px;
  content: "";
  background-color: #D0D0D0;
  flex: 1;
  margin-right: 0;
  margin-top: 23px;
  position: absolute;
  top: -223px;
  height: 133px;
}

#PICTO-01::before {
  display: none;
}

.summer-chapter__picto::after {
  display: block;
  width: 1px;
  content: "";
  background-color: #D0D0D0;
  flex: 1;
  margin-right: 0;
  margin-top: 23px;
  /***************************/
  margin-top: 39px;
}

.summer-chapter__content {
  position: relative;
  margin: 0;
  width: var(--COL-07);
  padding: 0px var(--GUTTER-HORIZONTAL);
  padding-bottom: 130px;
}

.summer-chapter__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  color: #000;
  font-family: var(--PLAY-FAIR-FONT);
}

.summer-chapter__title em {
  font-weight: 400;
}

.summer-chapter__text {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-family: var(--PLAY-FAIR-FONT);
  max-width: 662px;
}

.summer-section__row {
  padding: 0 var(--PADDING-HORIZONTAL);
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.summer-section__player {
  width: var(--COL-05);
  padding: 0px var(--GUTTER-HORIZONTAL);
}

.summer-section__spacer {
  width: var(--COL-02);
}

.summer-section__products {
  width: var(--COL-03);
  padding: 0px var(--GUTTER-HORIZONTAL);
}

.summer-product {
  display: flex;
  /* padding-left: 299px;*/
  position: relative;
  min-height: calc(2/12*(100vw - var(--SCROLLBAR-WIDTH) - 2*var(--PADDING-HORIZONTAL)));
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom:20px;
}

.summer-product .summer-cta {
  min-width: calc(2 / 12*(100vw - var(--SCROLLBAR-WIDTH) - 2* var(--PADDING-HORIZONTAL)) - 2* var(--GUTTER-HORIZONTAL));
}

.summer-product__packshot {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(2/12*(100vw - var(--SCROLLBAR-WIDTH) - 2*var(--PADDING-HORIZONTAL)));
  display: block;
  transform: translateX(-100%);
}

.summer-product__packshot&gt;img {
  width: 100%;
  display: block;
}

.summer-product__name {
  margin: 0;
  font-size: 15px;
  font-family: var(--ROBOTO);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.summer-product__description {
  margin: 0;
  font-size: 13px;
  font-family: var(--ROBOTO);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.summer-product__price {
  margin: 0;
  font-size: 12px;
  font-family: var(--ROBOTO);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}


@media(max-width:1023px) and (min-width:762px) {
  .summer {
    --WIDTH: 100vw;
    --GRID-COL: calc(0.0833333333333333 * var(--WIDTH));
    --COLOR-GOLD: #f8e0b7;
    --COLOR-GRAY: #919191;
    --FONT-SIZE-BIG: 40px;
    --FONT-SIZE-MEDIUM: 32px;
    --FONT-SIZE-NORMAL: 18px;
    --FONT-SIZE-SMALL: 14px;
    --MAX-WIDTH: 1920px;
    --PADDING-VERTICAL: 80px;
    padding-bottom: 100px;
  }

  .summer-header {
    height: auto;
    min-height: unset;
    overflow: hidden;
  }

  .summer-header__scroll {
    display: none;
  }

  .summer-header__wrapper {
    width: var(--COL-10);
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .summer-header__title {
    margin-top: 0;
    font-size: 60px;
  }

  .summer-header__text {
    font-size: 22px;
    line-height: 40px;
    margin-top: 90px;
  }

  .summer-header__tag {
    width: auto;
    white-space: nowrap;
    letter-spacing: 8px;
    font-size: 18px;
  }

  .summer-header__text+.summer-header__text {
    margin-top: 40px;
  }

  .summer-header__background {
    width: 180%;
    left: -40%;
    height: auto;
    position: absolute;
  }

  .summer-section {
    padding-top: 130px;
    position: unset;
  }

  .summer-chapter__picto {
    width: var(--COL-01);
    align-items: flex-start;
    z-index: 1;
    position: relative;
  }

  .summer-chapter__picto&gt;img {
    width: 60px;
    height: 60px;
    margin-right: unset;
    margin-left: -30px;
    max-width: 60px;
  }

  .summer-chapter__picto::before {
    top: -523px;
    height: 433px;
  }

  .summer-chapter__content {
    width: var(--COL-09);
    padding-bottom: 80px;
  }

  .summer-chapter__title {
    font-size: 56px;
  }

  .summer-section__player {
    width: var(--COL-05);
    position: relative;
    z-index: 2;
  }

  .summer-section__spacer {
    width: var(--COL-03);
  }

  .summer-section__products {
    width: var(--COL-04);
  }
  .summer-product {
    padding-top:0px;
    padding-bottom:60px;
  }

  .summer-product__packshot {
    position: absolute;
    top: 0;
    left: calc(-2* var(--GUTTER-HORIZONTAL));
    width: calc(3 / 12*(100vw - var(--SCROLLBAR-WIDTH)) - 2* var(--GUTTER-HORIZONTAL));
    display: block;
    transform: translateX(-100%);
  }

  .summer-product .summer-cta {
    min-width: 100%;
  }
}

@media (max-width: 761px) {
  .summer {
    background-color: #FFF;    
    padding-bottom: 50px;
  }

  .summer section {
    padding-top: 85px;
  }

  .summer-header {
    height: auto;
    background-color: #FFF;
    min-height: unset;
    padding-top: 0px !important;
  }


  .summer-header__background {
    width: 768px;
    left: calc(50% - 384px);
    height: 768px;
  }

  .summer-header__wrapper {
    width: 100%;
    padding: 0;
    padding-bottom: 133px;
  }

  .summer-header__title {
    margin-top: 133px;
    line-height: 1em;
    font-size: 50px;
    width: var(--COL-12);
    padding: 0 var(--GUTTER-HORIZONTAL);
  }
  .summer-header__title em{
    white-space: nowrap;
  }
  .summer-header__tag {
    width: auto;
    white-space: nowrap;
    letter-spacing: 7px;
    font-size: 15px;
    margin-top: 10px;
  }

  .summer-header__text {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    padding: 0 var(--GUTTER-HORIZONTAL);
    margin-top: 60px;
  }

  .summer-header__text+.summer-header__text {
    margin-top: 30px;
  }

  .summer-header__scroll {
    display: none;
  }



  .summer-chapter {
    flex-direction: column;
  }

  .summer-chapter__picto {
    flex-direction: column;
    align-items: center;
    width: var(--COL-12);
    padding: 0;
  }

  .summer-chapter__picto::before {
    display: none;
  }

  .summer-chapter__picto&gt;img {
    margin-left: 0;
    margin-right: 0;
    width: 55px;
    height: 55px;
  }

  .summer-chapter__picto::after {
    display: none;
  }

  .summer-chapter__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .summer-chapter__text {
    font-size: 14px;
  }

  .summer-chapter__content {
    position: relative;
    margin: 0;
    margin-top: 12px;
    width: var(--COL-12);
    padding: 0px var(--GUTTER-HORIZONTAL);
    text-align: center;
    align-items: center;
  }

  .summer-section__row {
    padding: 0;
    flex-direction: column;
    width: 100%;
  }

  .summer-section__player {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 50px;
  }

  .summer-section__products {
    width: 100%;
    margin: 0;
    margin-top: 40px;
    padding: 0;
  }

  .summer-section__products .slick-list {
    /*padding: 0 calc(4.54545vw - 9.54545px);*/
  }

  .summer-section__products .slick-track {
    display: flex;
    margin-left: -33.3333333vw;
  }

  .summer-section__products .slick-slide {
    float: unset;
    height: unset;
    min-height: 1px;
    width: 66.666666vw !important;
  }

  .summer-section__products.slick-initialized .slick-slide {
    display: flex;
  }

  .summer-section__products .summer-product__description {
    flex: 1;
  }

  .summer-product {
    padding: 0;
    padding-left: calc(2*(4.54545vw - 9.54545px));
    width: 66.666666vw !important;
    display: flex !important;
    flex-direction: column;
    gap: calc(4.54545vw - 9.54545px);
    height: 100%;

  }

  .summer-product__packshot {
    position: relative;
    top: auto;
    left: 0;
    width: auto;
    display: block;
    transform: none;
  }

  .summer-product__price {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .summer-product .summer-cta {
    display: none;
  }
}

.summer .c-minisite-slider__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.summer .c-minisite-slider__spinner svg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.summer .c-minisite-slider__spinner circle {
  stroke-dasharray: 1 226.19467px;
  stroke-dashoffset: -226.19467px;
  fill: none;
  stroke: #fff;
  stroke-linecap: square
}

.summer .c-minisite-slider__spinner--black circle {
  stroke: #000
}

.summer .c-minisite-slider__spinner.forward circle {
  -webkit-animation: forward 2s cubic-bezier(.8, 0, .9, 1);
  animation: forward 2s cubic-bezier(.8, 0, .9, 1)
}

.summer .c-minisite-slider__spinner.forward svg {
  -webkit-animation: rotate-forward 2s ease-out;
  animation: rotate-forward 2s ease-out
}

.summer .c-minisite-slider__spinner.animate svg {
  -webkit-animation: rotate-spinner 3.5s;
  animation: rotate-spinner 3.5s
}

.summer .c-minisite-slider__spinner.animate circle {
  -webkit-animation: animate 3.5s;
  animation: animate 3.5s
}

@keyframes animate {
  0% {
    stroke-dasharray: 1 226.19467px;
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: cubic-bezier(.8, 0, .9, 1);
    animation-timing-function: cubic-bezier(.8, 0, .9, 1)
  }

  30% {
    stroke-dasharray: 226.19467px, 226.19467px;
    stroke-dashoffset: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  65% {
    stroke-dasharray: 1 226.19467px;
    stroke-dashoffset: -226.19467px;
    -webkit-animation-timing-function: cubic-bezier(.8, 0, .9, 1);
    animation-timing-function: cubic-bezier(.8, 0, .9, 1)
  }

  to {
    stroke-dasharray: 226.19467px, 0;
    stroke-dashoffset: -226.19467px;
    -webkit-animation-timing-function: cubic-bezier(.8, 0, .9, 1);
    animation-timing-function: cubic-bezier(.8, 0, .9, 1)
  }
}


@keyframes rotate-spinner {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
  }

  30% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  63% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
  }

  65% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
  }

  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

.summer-section__products .slick-dots {
  font-size: 13px;
  font-family: var(--ROBOTO);
  padding: 0;
  margin: 0;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.summer-section__products .slick-dots li {
  display: none;
  padding: 0;
  margin: 0;
}

.summer-section__products .slick-dots li.slick-active {
  display: block;
}

.summer-section__products .c-carousel__pagination {
  padding-top: 3.125rem
}

.summer-section__products .c-carousel__btn--prev {
  margin-right: 3.75rem;
  right: 50%;
}

.summer-section__products .c-carousel__btn--next {
  margin-left: 3.75rem;
  left: 50%;
}


.summer-section__products .slick-arrow {
  border: .0625rem solid #dfdfdf;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  height: 2.375rem;
  padding: 0;
  position: absolute;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  width: 2.375rem;
  z-index: 1;
}

.summer-section__products .slick-arrow:after {
  content: "";
  background: url(./images/arrow-bigger.svg) no-repeat 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: .875rem;
  width: .875rem;
}

.summer-section__products .c-carousel__btn--next:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.summer-section__products .c-carousel__btn--prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}


/**************************************/
/**** ARABIC LANGUAGE *****************/


@media (min-width: 762px) {
  .summer[lang="AR"] .summer-chapter__picto&gt;img {
    margin-right: unset;
    margin-left: -38px;
  }
  .summer[lang="AR"] .summer-product__packshot {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
}

@media (max-width: 761px) {
  .summer[lang="AR"] .summer-section__products .slick-track {
    margin-right: -33.3333333vw;
    margin-left: auto;
  }
  .summer[lang="AR"]  .summer-product {
      padding: 0;
      padding-right: calc(2*(4.54545vw - 9.54545px));
  }
}</pre></body></html>