@charset "UTF-8";
/*
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Layout
/ ================================================== */
/* Gutter
/ ================================================== */
/* Margin
/ ================================================== */
/* Margin
/ ================================================== */
/* Breakpoint
/ ================================================== */
/* Global
/ ================================================== */
/* Appearance
/ ================================================== */
/* Global SIT
/ ================================================== */
/* Notifications
/ ================================================== */
/* Difficulty
/ ================================================== */
/*
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Main gutter
/ ================================================== */
/* Breakpoints
/* ============================================= */
/* display flex
/* ============================================= */
/* Hover
/* ============================================= */
/* Touch
/* ============================================= */
/* Clear
/* ============================================= */
/*
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Transition
/* ============================================= */
/* Animate
/* ============================================= */
/* Ellipsis
/* ============================================= */
/*  Adaptive height block
/* ============================================= */
/* Line clamp
/* ============================================= */
/* Object fit
/* ============================================= */
/* Linear Gradient
/* ============================================= */
/* fit-content
/* ============================================= */
/* stretched-link
/* ============================================= */
/* sr-only
/* ============================================= */
/* Button
/* ============================================= */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Lucas ROCHE
 * @date        28/01/2022 07:41
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Font icon
/* ============================================= */
/* Font size
/* ============================================= */
/* Variables
/ ================================================== */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Layout
/ ================================================== */
/* Margin
/ ================================================== */
/* Colors
/ ================================================== */
/* Fonts
/ ================================================== */
/* Customer Mixins
/ ================================================== */
/* Layout
/ ================================================== */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Layout
/ ================================================== */
::selection {
  color: var(--iris--global--color-1, #FFC000);
  background-color: var(--iris--global--color-3, #2A402F);
}

.home .advanced-link {
  text-decoration: underline !important;
  text-decoration-color: var(--iris--global--color-1, #FFC000) !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 2px !important;
}

body.fullscreen .header {
  height: 140px;
}
@media screen and (max-width: 1000px) {
  body.fullscreen .header {
    height: 130px;
  }
}
@media screen and (max-width: 650px) {
  body.fullscreen .header {
    height: 80px;
  }
}
body.fullscreen .header__content {
  display: none;
}
body.fullscreen .alignheight {
  height: calc(100vh - 140px);
}
@media screen and (max-width: 1000px) {
  body.fullscreen .alignheight {
    height: calc(100vh - 130px);
  }
}
@media screen and (max-width: 650px) {
  body.fullscreen .alignheight {
    height: calc(100vh - 80px);
  }
}

.wpet-anchors {
  transition: 0.2s ease;
}
.header-is-hidden .wpet-anchors {
  transform: translateY(0);
}

.header-is-hidden .wpet-icons {
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .wpet-icons {
    transition: 0.2s ease;
    transform: translateY(130px);
  }
}
@media screen and (max-width: 650px) {
  .wpet-icons {
    transform: translateY(80px);
  }
}

@media screen and (max-width: 1000px) {
  .section-wpet {
    margin-top: calc(60px + 20px) !important;
  }
  .section-wpet__gallery-aside {
    margin-top: calc(60px - 20px) !important;
  }
}

/* Partials
/ ================================================== */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Lucas ROCHE
 * @date        31/12/2021 14:43
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Import header components
/ ================================================== */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Lucas ROCHE
 * @date        30/12/2021 15:38
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Banner
/ ================================================== */
.header__banner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 540px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .header__banner {
    max-height: 100%;
  }
}
@media screen and (max-width: 650px) {
  .header__banner {
    min-height: unset;
  }
}
.header__banner:before, .header__banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.header__banner:before {
  top: 0;
  height: 140px;
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.28) 0%, hsla(0, 0%, 0%, 0.276) 8.1%, hsla(0, 0%, 0%, 0.266) 15.5%, hsla(0, 0%, 0%, 0.251) 22.5%, hsla(0, 0%, 0%, 0.231) 29%, hsla(0, 0%, 0%, 0.207) 35.3%, hsla(0, 0%, 0%, 0.181) 41.2%, hsla(0, 0%, 0%, 0.154) 47.1%, hsla(0, 0%, 0%, 0.126) 52.9%, hsla(0, 0%, 0%, 0.099) 58.8%, hsla(0, 0%, 0%, 0.073) 64.7%, hsla(0, 0%, 0%, 0.049) 71%, hsla(0, 0%, 0%, 0.029) 77.5%, hsla(0, 0%, 0%, 0.014) 84.5%, hsla(0, 0%, 0%, 0.004) 91.9%, hsla(0, 0%, 0%, 0) 100%);
}
.header__banner:after {
  bottom: 0;
  height: 60%;
  background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0.28) 0%, hsla(0, 0%, 0%, 0.276) 8.1%, hsla(0, 0%, 0%, 0.266) 15.5%, hsla(0, 0%, 0%, 0.251) 22.5%, hsla(0, 0%, 0%, 0.231) 29%, hsla(0, 0%, 0%, 0.207) 35.3%, hsla(0, 0%, 0%, 0.181) 41.2%, hsla(0, 0%, 0%, 0.154) 47.1%, hsla(0, 0%, 0%, 0.126) 52.9%, hsla(0, 0%, 0%, 0.099) 58.8%, hsla(0, 0%, 0%, 0.073) 64.7%, hsla(0, 0%, 0%, 0.049) 71%, hsla(0, 0%, 0%, 0.029) 77.5%, hsla(0, 0%, 0%, 0.014) 84.5%, hsla(0, 0%, 0%, 0.004) 91.9%, hsla(0, 0%, 0%, 0) 100%);
}
@media screen and (min-width: 1000.1px) {
  .header__banner--hidden-desktop {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__banner--hidden-mobile {
    display: none;
  }
}
.header__banner__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__banner__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Fil d'arianne
/ ================================================== */
.breadcrumbs {
  font-size: 0.875rem;
  text-align: center;
  color: var(--iris--global--color-4, #707070);
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    overflow: auto;
    direction: rtl;
  }
}
.header--with-banner .breadcrumbs {
  color: #fff;
}
.breadcrumbs a {
  color: var(--iris--global--color-4, #707070);
  font-weight: 400 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.header--with-banner .breadcrumbs a {
  color: #fff;
}
.breadcrumbs .breadcrumb_last {
  white-space: nowrap;
}
.single-wpet .breadcrumbs {
  margin-top: 20px;
  text-align: left;
}
body:not(.home) .header--with-banner .breadcrumbs {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  body:not(.home) .header--with-banner .breadcrumbs {
    margin: 0 auto 25px auto;
  }
}
@media screen and (max-width: 650px) {
  body:not(.home) .header--with-banner .breadcrumbs {
    text-align: center;
    padding: 0 25px;
  }
}
body:not(.home) .header--without-banner .breadcrumbs {
  text-align: center;
  margin-bottom: 10px;
}

/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Lucas ROCHE
 * @date        30/12/2021 15:40
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
.header__heading__title {
  margin-top: 0;
  margin-bottom: 20px;
  pointer-events: none;
}
body.has-banner .header__heading__title {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.has-banner .header__heading__title {
    width: 35%;
  }
  body.has-banner .header__heading__title svg {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body.has-banner .header__heading__title {
    width: inherit;
  }
}
.header__heading__subtitle {
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
}
body.has-banner .header__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
  body.has-banner.home .header__heading__title {
    max-width: 200px;
  }
  body.has-banner.home .header__heading__title svg {
    width: 100%;
  }
}
body.has-banner:not(.home) .header__heading {
  top: unset;
  bottom: 60px;
  left: 130px;
  transform: none;
}
@media screen and (max-width: 1000px) {
  body.has-banner:not(.home) .header__heading {
    left: 60px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 650px) {
  body.has-banner:not(.home) .header__heading {
    left: 0;
  }
}
body.has-banner:not(.home) .header__heading__subtitle, body.has-banner:not(.home) .header__heading__title {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 650px) {
  body.has-banner:not(.home) .header__heading__subtitle, body.has-banner:not(.home) .header__heading__title {
    text-align: center;
  }
}
body.has-banner:not(.home) .header__heading__title {
  width: 60%;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  body.has-banner:not(.home) .header__heading__title {
    width: 80%;
  }
}
@media screen and (max-width: 650px) {
  body.has-banner:not(.home) .header__heading__title {
    width: 100%;
    text-align: center;
  }
}
body:not(.has-banner):not(.home) .header__heading__subtitle {
  text-align: center;
}

/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Logo
/ ================================================== */
.logo {
  --reveal-distance: -100px;
  --reveal-delay: 1000ms;
  --reveal-interval: 200ms;
  --reveal-duration: 1000ms;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
@media screen and (min-width: 1000.1px) {
  .home .logo {
    opacity: 0;
    margin-top: var(--reveal-distance);
    animation-name: reveal-logo;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
}
body.has-banner .logo__item--has-no-banner {
  display: none;
}
body:not(.has-banner) .logo__item--has-banner, .header--without-banner .logo__item--has-banner {
  display: none;
}
.logo img {
  height: 110px;
  transition: 0.2s ease;
}
body.menu-open .logo {
  height: 70px;
}
@media screen and (max-width: 1000px) {
  .header__navbar:not(.header__navbar--onscroll) > .logo {
    display: none;
  }
  .header__navbar--onscroll > .logo img {
    height: 70px;
  }
}
@media screen and (max-width: 650px) {
  .header__navbar--onscroll > .logo img {
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  body.menu-open .header__navbar > .logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes reveal-logo {
  from {
    margin-top: var(--reveal-distance);
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Menu
/ ================================================== */
@media screen and (min-width: 1000.1px) {
  .menu {
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .menu {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    row-gap: 30px;
    position: fixed;
    overflow: hidden;
    width: 400px;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    padding: 150px 40px 0 40px;
    background-color: var(--iris--global--color-3, #2A402F);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease;
  }
  body.menu-open .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 650px) {
  .menu {
    width: 100%;
  }
}
@media screen and (min-width: 1000.1px) {
  .menu__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .menu__wrapper {
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.menu__background-image {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__background-image {
    display: block;
    position: absolute;
    bottom: -60px;
    left: -40px;
    opacity: 0.06;
    width: 100%;
    height: auto;
    transform: scale(1.2);
    z-index: -1;
    pointer-events: none;
  }
}
.menu__item {
  --reveal-distance: -100px;
  --reveal-delay: 600ms;
  --reveal-interval: 200ms;
  --reveal-duration: 1000ms;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1000.1px) {
  .menu__item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px;
  }
  .home .menu__item {
    margin-top: var(--reveal-distance);
    opacity: 0;
  }
  .home .menu__item:nth-child(1) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 1);
  }
  .home .menu__item:nth-child(2) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 2);
  }
  .home .menu__item:nth-child(3) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 3);
  }
  .home .menu__item:nth-child(4) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 4);
  }
  .home .menu__item:nth-child(5) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 5);
  }
  .home .menu__item:nth-child(6) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 6);
  }
  .home .menu__item:nth-child(7) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 7);
  }
  .home .menu__item:nth-child(8) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 8);
  }
  .home .menu__item:nth-child(9) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 9);
  }
  .home .menu__item:nth-child(10) {
    animation-name: reveal-menu;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 10);
  }
  .menu__item:hover .menu__item__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: grid;
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  .menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
  }
}
.header__navbar--onscroll .menu__item > a {
  color: var(--iris--global--color-3, #2A402F) !important;
}
.menu__item__link {
  position: relative;
  text-transform: uppercase;
  font-family: var(--iris--global--font-family-2, sans-serif), var(--iris--global--font-family-3, sans-serif);
  letter-spacing: 1px;
  font-size: 1rem;
  color: var(--iris--global--color-3, #2A402F);
}
@media screen and (max-width: 1000px) {
  .menu__item__link {
    font-family: var(--iris--global--font-family-1, serif);
    text-transform: none;
    font-size: 1.625rem;
    font-weight: 400 !important;
  }
  .menu__item__link:after {
    content: none;
  }
}
.header__navbar--onscroll .menu__item__link {
  color: var(--iris--global--color-3, #2A402F);
}
body.has-banner .menu__item__link {
  color: #fff;
}
body.menu-open .menu__item__link {
  color: #fff !important;
}
.menu__item__link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--iris--global--color-1, #FFC000);
  transition: 0.2s ease;
}
@media screen and (max-width: 650px) {
  .menu__item__link:after {
    height: 2px;
  }
}
body.has-banner .header__navbar--ontop .menu__item__link:hover {
  color: #fff !important;
}
.header__navbar--onscroll .menu__item__link:hover {
  color: var(--iris--global--color-3, #2A402F);
}
.menu__item:hover .menu__item__link:after {
  width: 100%;
}
.menu__item__more {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__item__more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    height: 100%;
    width: 30px;
  }
  .menu__item__more:after {
    color: #fff;
  }
}
.menu__item__submenu {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 140px;
  left: 50%;
  z-index: 12;
  width: clamp(1000px, 70vw, 1220px);
  min-height: 505px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 3px 60px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: 0.2s ease;
  transform: translateX(-50%) translateY(20px);
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.menu__item__submenu__background-image {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu__background-image {
    display: block;
    position: absolute;
    bottom: -60px;
    left: -40px;
    opacity: 0.06;
    width: 100%;
    height: auto;
    transform: scale(1.2);
    z-index: -1;
    pointer-events: none;
  }
  .menu__item__submenu {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    width: 400px;
    top: 0;
    right: 0;
    left: unset;
    height: 100%;
    background-color: var(--iris--global--color-3, #2A402F);
    transform: translateX(100%);
    pointer-events: auto;
    animation: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 650px) {
  .menu__item__submenu {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu.submenu-open {
    transform: translateX(0);
  }
}
.menu__item__submenu__heading {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
  }
  .menu__item__submenu__heading__prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 26px;
    padding-bottom: 25px;
  }
  .menu__item__submenu__heading__parent-page a {
    color: #fff;
    font-family: var(--iris--global--font-family-1, serif);
    font-weight: 400;
    font-size: 1.625rem;
  }
}
.menu__item__submenu .column__menu {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 20px;
}
.menu__item__submenu .column__menu .iris-card {
  height: 100%;
}
.menu__item__submenu .column__menu .iris-card__media__background a:before {
  background-color: unset;
}
.menu__item__submenu .column__menu .iris-card__media__background img {
  transition-duration: 500ms;
}
.menu__item__submenu .column__menu .iris-card__media:before {
  display: none;
}
.menu__item__submenu .column__menu .iris-card__media:after {
  padding-bottom: 0 !important;
}
.menu__item__submenu .column__menu .iris-card__content {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.menu__item__submenu .column__menu .iris-card__content:after {
  display: none;
}
.menu__item__submenu .column__menu .iris-card__content__title {
  text-align: center !important;
}
.menu__item__submenu .column__menu .iris-card__content__title a {
  text-align: center;
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9375rem;
}
.menu__item__submenu .column__menu .iris-card__content__title a:before {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.menu__item__submenu .column__menu .iris-card:hover img {
  transform: scale(1.05);
}
.menu__item__submenu .column__menu .links-list {
  text-align: left;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 20px;
  line-height: 1.1;
}
.menu__item__submenu .column__menu .links-list .parent, .menu__item__submenu .column__menu .links-list .children {
  color: var(--iris--global--color-3, #2A402F);
}
.menu__item__submenu .column__menu .links-list .parent:hover, .menu__item__submenu .column__menu .links-list .children:hover {
  color: var(--iris--global--color-1, #FFC000) !important;
}
.menu__item__submenu .column__menu .links-list .parent {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.menu__item__submenu .column__menu .links-list .children {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media screen and (min-width: 1000.1px) {
  .menu__item__submenu .column__menu .links-list .more-button {
    margin-bottom: 12px;
  }
}
.menu__item__submenu .column__menu .links-list .more-button .more {
  position: relative;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: var(--iris--global--color-3, #2A402F);
}
.menu__item__submenu .column__menu .links-list .more-button .more:hover {
  color: var(--iris--global--color-1, #FFC000) !important;
}
.menu__item__submenu .column__menu .links-list .more-button .more:hover:after {
  background: var(--iris--global--color-3, #2A402F);
}
.menu__item__submenu .column__menu .links-list .more-button .more:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--iris--global--color-1, #FFC000);
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu .column__menu {
    display: none;
  }
}
.menu__item__submenu .parent-links--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu .parent-links__link {
    margin: 15px 0;
  }
  .menu__item__submenu .parent-links__link__item {
    color: #fff;
  }
  .menu__item__submenu .parent-links__link__item:hover {
    color: unset;
  }
  .menu__item__submenu .parent-links--mobile {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: var(--iris--global--font-family-2, sans-serif), var(--iris--global--font-family-3, sans-serif);
  }
}
.menu .logo {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu .logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .header__navbar {
  margin-top: 0 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes reveal-menu {
  from {
    margin-top: var(--reveal-distance);
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Navbar
/ ================================================== */
.header__navbar {
  display: flex;
  position: sticky;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transform: translateY(0);
  top: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  height: 140px;
  background-color: #fff;
  transition: 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .header__navbar {
    padding: 0 40px;
    height: 130px;
  }
}
@media screen and (max-width: 650px) {
  .header__navbar {
    height: 80px;
  }
}
body.has-banner .header__navbar {
  background-color: transparent;
}
.header__navbar--onscroll, body:not(.has-banner) .header__navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
body:not(.has-banner) .header__navbar--ontop {
  box-shadow: none;
}
.header-is-hidden .header__navbar {
  transform: translateY(-140px);
  box-shadow: none;
}
@media screen and (max-width: 1000px) {
  .header-is-hidden .header__navbar {
    transform: translateY(-130px);
  }
}
@media screen and (max-width: 650px) {
  .header-is-hidden .header__navbar {
    transform: translateY(-80px);
  }
}

body:not(.menu-open) body.has-banner .header__navbar--ontop .menu__item__link,
body:not(.menu-open) body.has-banner .header__navbar--ontop .tools__item > a:before {
  color: #fff !important;
}
body:not(.menu-open) body.has-banner .header__navbar--ontop .tools__item__burger__bar {
  background-color: #fff !important;
}

/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* tools
/ ================================================== */
.tools {
  display: flex;
  align-items: center;
}
.menu .tools {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tools {
    width: 100%;
    justify-content: space-between;
  }
  body.menu-open .tools {
    justify-content: flex-end;
  }
  .menu .tools {
    display: flex;
    column-gap: 15px;
    flex-direction: row-reverse;
  }
  .header__navbar--onscroll > .tools {
    width: unset;
  }
}
.tools__item > a {
  font-weight: normal;
  cursor: pointer;
  color: var(--iris--global--color-3, #2A402F);
}
body.iris-hover .tools__item > a:hover {
  color: var(--iris--global--color-1, #FFC000);
}
body.has-banner .header__navbar--ontop .tools__item > a {
  color: #fff;
}
body.menu-open .tools__item > a {
  color: #fff;
}
.tools__item--infolive {
  position: relative;
  line-height: 1;
  width: 63px;
  height: 63px;
  transition: 0.2s ease;
}
.tools__item--infolive a > img {
  width: 63px;
  height: 63px;
  transition: 0.2s ease;
}
@media screen and (max-width: 650px) {
  .header__navbar > .tools .tools__item--infolive a > img {
    width: 45px;
    height: 45px;
  }
}
.tools__item--infolive a {
  position: relative;
}
.tools__item--infolive__logos-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tools__item--infolive__logos-container > * {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.tools__item--infolive__logos-container > *:nth-child(1) {
  animation: slidetop 6s 2s ease-in-out infinite;
}
.tools__item--infolive__logos-container > *:nth-child(2) {
  animation: slidetop 6s 4s ease-in-out infinite;
}
.tools__item--infolive__logos-container > *:nth-child(3) {
  animation: slidetop 6s 6s ease-in-out infinite;
}
@keyframes slidetop {
  0% {
    transform: translate(-50%, 100%);
  }
  10% {
    transform: translate(-50%, -54%);
  }
  12% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-50%, -200%);
  }
  100% {
    transform: translate(-50%, 100%);
  }
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slidebottom {
  0% {
    transform: translate(-50%, -200%);
  }
  10% {
    transform: translate(-50%, -200%);
  }
  20% {
    transform: translate(-50%, -48%);
  }
  22% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, -200%);
  }
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideright {
  0% {
    transform: translate(-200%, -50%);
  }
  10% {
    transform: translate(-200%, -50%);
  }
  20% {
    transform: translate(-48%, -50%);
  }
  22% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(100%, -50%);
  }
  100% {
    transform: translate(-200%, -50%);
  }
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideleft {
  0% {
    transform: translate(100%, -50%);
  }
  10% {
    transform: translate(100%, -50%);
  }
  20% {
    transform: translate(-54%, -50%);
  }
  22% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-200%, -50%);
  }
  100% {
    transform: translate(100%, -50%);
  }
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tools__item--infolive:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 0 0 white;
  transform: scale(1);
}
.tools__item--infolive:hover:after {
  animation: pulse 2s infinite;
}
.tools__item--infolive:hover a > img {
  transform: rotate(-68deg);
}
@media screen and (max-width: 1000px) {
  body.menu-open .header__navbar > .tools > .tools__item--infolive, .header__navbar--onscroll > .tools > .tools__item--infolive {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header__navbar > .tools > .tools__item--infolive {
    height: 45px;
    width: 45px;
  }
}
.tools__item--search a {
  font-size: 1.625rem;
}
@media screen and (max-width: 1000px) {
  .tools__item--search {
    display: none;
  }
  .menu .tools__item--search {
    display: block;
  }
}
.tools__item--langs {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .tools__item--langs {
    display: none;
  }
  .menu .tools__item--langs {
    display: block;
  }
}
body:not(.has-banner) .tools__item--langs, .header__navbar--onscroll .tools__item--langs {
  color: var(--iris--global--color-3, #2A402F);
}
@media screen and (max-width: 650px) {
  body:not(.has-banner) .tools__item--langs, .header__navbar--onscroll .tools__item--langs {
    color: #fff;
  }
}
.tools__item--langs .langs__current {
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 1rem;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
  translate: 0 13px;
  cursor: pointer;
  transition: 0.2s ease;
}
.tools__item--langs .langs__current:hover {
  color: var(--iris--global--color-1, #FFC000);
}
.tools__item--langs .langs__list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
}
.tools__item--langs .langs__list a {
  color: #000;
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
body.iris-hover .tools__item--langs .langs__list a:hover {
  color: var(--iris--global--color-1, #FFC000);
}
.tools__item--langs:hover .langs__list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tools__item__social-links {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .tools__item__social-links {
    display: none;
  }
}
.tools__item__burger {
  display: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .tools__item__burger {
    position: relative;
    display: block;
    width: 22px;
    height: 18px;
    cursor: pointer;
  }
  body.menu-open .tools__item__burger {
    margin-top: -50px;
  }
  .menu .tools__item__burger {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .tools__item__burger {
    margin-top: 0;
  }
  body.menu-open .tools__item__burger {
    margin-top: 0;
  }
}
.tools__item__burger__bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--iris--link--color);
  transition: 0.2s ease;
}
body.has-banner .header__navbar--ontop .tools__item__burger__bar {
  background-color: #fff;
}
.header__navbar--onscroll .tools__item__burger__bar {
  background-color: var(--iris--global--color-3, #2A402F);
}
.tools__item__burger__bar--1 {
  top: 1px;
}
.tools__item__burger__bar--2 {
  top: 8px;
}
.tools__item__burger__bar--3 {
  top: 15px;
}
@media screen and (min-width: 1000.1px) {
  .tools__item {
    --reveal-distance: -100px;
    --reveal-delay: 1000ms;
    --reveal-interval: 200ms;
    --reveal-duration: 1000ms;
  }
  .tools__item:not(:first-child) {
    margin-left: 15px;
  }
  .home .tools__item {
    opacity: 0;
  }
  .home .tools__item:nth-child(1) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 1);
  }
  .home .tools__item:nth-child(2) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 2);
  }
  .home .tools__item:nth-child(3) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 3);
  }
  .home .tools__item:nth-child(4) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 4);
  }
  .home .tools__item:nth-child(5) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 5);
  }
  .home .tools__item:nth-child(6) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 6);
  }
  .home .tools__item:nth-child(7) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 7);
  }
  .home .tools__item:nth-child(8) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 8);
  }
  .home .tools__item:nth-child(9) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 9);
  }
  .home .tools__item:nth-child(10) {
    animation-name: reveal-tools;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: calc(var(--reveal-delay) + var(--reveal-interval) * 10);
  }
}

body.menu-open .tools__item__burger__bar {
  background-color: #fff;
}
body.menu-open .tools__item__burger__bar--1 {
  transform: translateY(7px) rotate(45deg);
}
body.menu-open .tools__item__burger__bar--2 {
  opacity: 0;
}
body.menu-open .tools__item__burger__bar--3 {
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes reveal-tools {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Header
/ ================================================== */
.header {
  margin-top: -140px;
}
body:not(.has-banner) .header {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  body.has-banner .header {
    margin-top: -130px;
  }
}
@media screen and (max-width: 650px) {
  body.has-banner .header {
    margin-top: -80px;
  }
}
body.home .header.header--with-banner {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  body.home .header.header--with-banner {
    min-height: 540px;
    max-height: 800px;
  }
}
@media screen and (max-width: 650px) {
  body.home .header.header--with-banner {
    min-height: unset;
    max-height: 78vh !important;
  }
}
.header__content {
  position: relative;
}
body.has-banner:not(.home) .header__content {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body.has-banner:not(.home) .header__content:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
@media screen and (max-width: 1000px) {
  body.has-banner:not(.home) .header__content:after {
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 650px) {
  body.has-banner:not(.home) .header__content:after {
    padding-bottom: 120%;
  }
}
@media screen and (max-width: 370px) {
  body.has-banner:not(.home) .header__content:after {
    padding-bottom: 120%;
  }
}
body.has-banner:not(.home) .header__content img:not(.emoji) {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease;
}
.header__content__go-to-btn {
  display: none;
}
body.home .header--with-banner .header__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
body.home .header--with-banner .header__content__go-to-btn {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  z-index: 2;
  transform: rotate(90deg);
  cursor: pointer;
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__go-to-btn .text {
  display: block;
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__go-to-btn .text:after {
  content: "";
  display: block;
  width: 160%;
  height: 2px;
  background-color: var(--iris--global--color-1, #FFC000);
  margin-top: 4px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1200px) {
  body.home .header--with-banner .header__content__go-to-btn {
    bottom: 150px;
  }
}
@media screen and (max-width: 650px) {
  body.home .header--with-banner .header__content__go-to-btn {
    display: none;
  }
}
body.home .header--with-banner .header__content__mute-btn {
  position: absolute;
  right: 100px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
}
body.home .header--with-banner .header__content__mute-btn .speaker {
  box-sizing: border-box;
  background: #000;
  background-clip: content-box;
  width: 16px;
  height: 18px;
  border: 5px solid transparent;
  border-right-color: #000;
  position: relative;
  left: -5px;
  padding-right: 1px;
  border-radius: 7px 3px 3px 7px;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-on {
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-on:before, body.home .header--with-banner .header__content__mute-btn .speaker.-on:after {
  content: "";
  background: #000;
  width: 1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-on:before {
  height: 7px;
  right: -8px;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-on:after {
  height: 14px;
  right: -11px;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-off {
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-off:before, body.home .header--with-banner .header__content__mute-btn .speaker.-off:after {
  content: "";
  background: #000;
  width: 1px;
  position: absolute;
  height: 10px;
  right: -11px;
  top: 50%;
  border-radius: 50px;
  transition: 0.2s ease;
}
body.home .header--with-banner .header__content__mute-btn .speaker.-off:before {
  transform: translateY(-50%) rotate(45deg);
}
body.home .header--with-banner .header__content__mute-btn .speaker.-off:after {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  body.home .header--with-banner .header__content__mute-btn {
    bottom: 120px;
  }
}
@media screen and (max-width: 1000px) {
  body.home .header--with-banner .header__content__mute-btn {
    display: none;
  }
}
.header__content__push-btn {
  position: absolute;
  bottom: 30px;
  left: 50px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
  --reveal-delay: 1000ms;
  --reveal-duration: 1000ms;
}
.header__content__push-btn a {
  display: block;
  width: 114px;
  height: 114px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .header__content__push-btn a {
    width: 100px;
    height: 100px;
  }
}
.header__content__push-btn a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.header__content__push-btn:hover {
  transform: rotate(68deg);
}
.header__content__push-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 0 white;
  transform: scale(1);
}
.header__content__push-btn:hover:after {
  animation: pulse 2s infinite;
}
@media screen and (min-width: 1000.1px) {
  .home .header__content__push-btn {
    opacity: 0;
  }
  .home .header__content__push-btn:nth-child(1) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(2) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(3) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(4) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(5) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(6) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(7) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(8) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(9) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
  .home .header__content__push-btn:nth-child(10) {
    animation-name: reveal-push-btn;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: var(--reveal-duration);
    animation-delay: var(--reveal-delay);
  }
}
@media screen and (max-width: 1200px) {
  .header__content__push-btn {
    bottom: 120px;
  }
}
@media screen and (max-width: 650px) {
  .header__content__push-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
  .header__content__push-btn:hover {
    transform: translateX(-50%) rotate(68deg);
  }
}
.header--without-banner .header__content {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .header--without-banner .header__content {
    padding-top: 40px;
  }
}

body.eco-mode-active .header__content__mute-btn {
  display: none !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes reveal-push-btn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Footer
/ ================================================== */
.footer {
  position: relative;
  background-color: var(--iris--global--color-3, #2A402F);
  padding-top: 110px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    row-gap: 55px;
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .footer {
    row-gap: 30px;
    padding-top: 50px;
  }
}
.footer a {
  color: #fff;
}
.footer [class*=footer__content__]:not(.footer__content__copyright) a:not(.social-link):not(.office-phone) {
  font-size: 0.75rem;
  color: #fff;
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration-color: #fff !important;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px !important;
  transition: 0.2s ease;
}
body.iris-hover .footer [class*=footer__content__]:not(.footer__content__copyright) a:not(.social-link):not(.office-phone):hover {
  color: var(--iris--global--color-2, #F1E7B4);
  text-decoration-color: var(--iris--global--color-2, #F1E7B4) !important;
}
.footer__container {
  display: flex;
  justify-content: flex-end;
  align-items: normal;
  flex-direction: row;
  padding-bottom: 50px;
}
.footer__map {
  position: absolute;
  left: -125px;
  top: -2px;
  width: 53%;
}
.footer__map img {
  width: 100%;
  max-width: 1080px;
  max-height: 690px;
}
@media screen and (max-width: 650px) {
  .footer__map.small-hidden {
    display: none;
  }
}
.footer__map.desktop-hidden {
  display: none;
}
@media screen and (max-width: 650px) {
  .footer__map.desktop-hidden {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .footer__map {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__map {
    width: 85%;
    position: relative;
    left: -20px;
  }
}
@media screen and (max-width: 650px) {
  .footer__map--mobile {
    width: 44%;
    min-width: 165px;
    position: static;
    margin: 0 auto;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  grid-template-areas: "left separator right" "copyright copyright copyright";
  grid-column-gap: 85px;
  grid-row-gap: 40px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer__content {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer__content {
    grid-template-areas: "left left left" "right right right" "copyright copyright copyright";
    grid-column-gap: unset;
    grid-row-gap: 50px;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    width: 75%;
    text-align: center;
  }
}
.footer__content__left {
  grid-area: left;
}
.footer__content__separator {
  grid-area: separator;
  height: 100%;
  border-left: 1px dashed #F5E9E4;
}
@media screen and (max-width: 650px) {
  .footer__content__separator {
    display: none;
  }
}
.footer__content__right {
  grid-area: right;
}
.footer__content__left, .footer__content__right {
  align-self: center;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.footer__content__copyright {
  grid-area: copyright;
  font-family: var(--iris--global--font-family-3, sans-serif);
  font-size: 0.875rem;
}
@media screen and (max-width: 1000px) {
  .footer__content__copyright {
    text-align: center;
  }
}
.footer__content__copyright [data-obf],
.footer__content__copyright a {
  color: #fff;
  text-decoration: none !important;
  font-weight: 400 !important;
}
body.iris-hover .footer__content__copyright [data-obf]:hover,
body.iris-hover .footer__content__copyright a:hover {
  color: var(--iris--global--color-2, #F1E7B4);
}
.footer__content__copyright span:not(.copyright__item-separator) {
  white-space: nowrap;
}
.footer__content__copyright span:not(.copyright__item-separator) > i.fi.fi--heart:before {
  color: var(--iris--global--color-1, #FFC000);
}
.footer__content__office__title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
.footer__content__office__street, .footer__content__office__city {
  font-size: 0.875rem;
  opacity: 0.7;
}
.footer__content__office__phone {
  margin-top: 5px;
}
.footer__content__office__phone a {
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
}
.footer__content__navigation {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 12px;
}
.footer__content__newsletter__title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__content__newsletter__text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  opacity: 0.7;
  margin-bottom: 20px;
}
.footer__content__newsletter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  font-size: 0.875rem;
  background-color: transparent;
  border: 1px solid #fff !important;
}
.footer__content__newsletter__button:hover {
  background-color: var(--iris--global--color-1, #FFC000) !important;
  border-color: var(--iris--global--color-1, #FFC000) !important;
}
body.iris-hover .footer__content__newsletter__button:hover, body.iris-hover .footer__content__newsletter__button:focus, body.iris-hover .footer__content__newsletter__button:active {
  color: var(--iris--global--color-3, #2A402F) !important;
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  .footer__content__newsletter__button {
    display: inline-block;
  }
}
.footer__content__social-links__title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__content__social-links__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: 18px;
}
.footer__content__social-links__items a:before {
  font-size: 1.25rem;
}
@media screen and (max-width: 650px) {
  .footer__content__social-links__items {
    justify-content: center;
  }
}
.footer__partner {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 0;
  width: 100%;
  background-color: #fff;
}
.footer__partner__item {
  display: inline-flex;
  cursor: pointer;
  margin: 0 20px 30px;
  vertical-align: middle;
  transition: 0.2s ease;
}
.footer__partner__item img {
  object-fit: contain;
  max-width: 150px;
  height: 65px;
}
@media screen and (max-width: 650px) {
  .footer__partner__item img {
    max-width: 120px;
  }
}
body.iris-hover .footer__partner__item:hover {
  opacity: 0.8;
}

/*
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* WP search modal
/ ================================================== */
.form--inline {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .form--inline {
    flex-direction: column;
    text-align: center;
  }
}
.form--inline input {
  height: var(--iris--form-field--height);
  width: 100%;
}
.form--inline input:focus {
  outline: none !important;
}
@media screen and (max-width: 650px) {
  .form--inline input {
    margin-right: 0;
  }
}
.form--inline [type=submit] {
  right: 0;
  bottom: 0;
  margin: 0;
  height: var(--iris--form-field--height);
}
@media screen and (max-width: 650px) {
  .form--inline [type=submit] {
    position: relative;
    margin-top: 15px;
  }
}

/* Front page
/ ================================================== */
/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Stephan JAMBOU
 * @date        22/04/2022 10:12
 * @copyright   Copyright (c) 2002-2021 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Front page
/ ================================================== */
.home .strate {
  margin: 130px 0;
}
@media screen and (max-width: 1000px) {
  .home .strate {
    margin: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .home .strate {
    margin: 50px 0;
  }
}
/* Strates
/ ================================================== */
.strates {
  overflow: hidden;
}

.strate-one {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .strate-one {
    min-height: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .strate-one {
    min-height: unset;
    max-height: 800px;
  }
}
@media screen and (max-width: 750px) {
  .strate-one {
    min-height: 670px;
  }
}
@media screen and (max-width: 650px) {
  .strate-one {
    min-height: unset;
    max-height: unset;
    margin-top: 50px !important;
  }
}
.strate-one h1.site-title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .strate-one h1.site-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-one h1.site-title {
    margin-left: 30px;
    width: 100%;
    font-size: 1rem;
  }
}
.strate-one__container {
  display: grid;
  grid-template-columns: minmax(300px, 545px) 275px;
  grid-column-gap: 85px;
}
@media screen and (max-width: 1000px) {
  .strate-one__container {
    grid-column-gap: 25px;
  }
}
@media screen and (max-width: 650px) {
  .strate-one__container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.strate-one__leaf {
  position: absolute;
  right: -140px;
  top: 0;
  width: 27%;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .strate-one__leaf {
    right: -95px;
    top: -10px;
    width: 25%;
  }
}
@media screen and (max-width: 650px) {
  .strate-one__leaf {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .strate-one__image {
    max-height: 575px;
  }
}
.strate-one__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strate-one__content {
  padding-top: 70px;
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (max-width: 1000px) {
  .strate-one__content {
    padding-top: 40px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-one__content {
    row-gap: 15px;
  }
  .strate-one__content [class*=strate-one__content__]:not(.strate-one__content__360) {
    margin-left: 30px;
  }
}
.strate-one__content__360 {
  font-size: 12.0625rem;
  font-family: var(--iris--global--font-family-1, serif);
  line-height: 1;
  word-wrap: normal;
  position: relative;
  left: -105px;
  color: #FFC000;
}
.strate-one__content__360 span {
  font-size: 8.125rem;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .strate-one__content__360 {
    font-size: 9.6875rem;
    left: -40px;
  }
  .strate-one__content__360 span {
    font-size: 5rem;
    top: -55px;
  }
}
@media screen and (max-width: 650px) {
  .strate-one__content__360 {
    left: unset;
    text-align: center;
    width: 100%;
  }
}
.strate-one__content__title {
  font-size: 1.5rem;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .strate-one__content__title {
    font-size: 1.375rem;
  }
}
.strate-one__content__text {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .strate-one__content__text {
    font-size: 0.875rem;
  }
}
.strate-one__content__button {
  margin-top: 15px;
}

.strate-two {
  height: clamp(920px, 100vh, 1200px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: -80px !important;
}
@media screen and (max-width: 1000px) {
  .strate-two {
    height: clamp(635px, 63vh, 800px);
    margin-top: -40px !important;
  }
}
@media screen and (max-width: 650px) {
  .strate-two {
    height: clamp(620px, 100vh, 1000px);
    margin-top: 50px !important;
  }
}
.strate-two__slider {
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .strate-two__slider {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__slider {
    padding: 0;
  }
}
.strate-two__slider__item {
  height: 100%;
  background: #fff;
  padding-top: clamp(140px, 28vh, 200px);
  padding-bottom: clamp(100px, 21vh, 140px);
}
@media screen and (max-width: 1300px) {
  .strate-two__slider__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.strate-two__slider__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strate-two__slider__item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strate-two__slider__item .slide-bg-opacity {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.strate-two__slider__item__container {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .strate-two__slider__item__container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .strate-two__slider__item__container {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__slider__item__container {
    justify-content: space-between;
    padding: 50px 40px 0 40px;
  }
}
.strate-two__slider__item__container a {
  color: #fff;
}
.strate-two__slider__item__content {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 15px;
  width: clamp(220px, 40%, 600px);
}
@media screen and (max-width: 1200px) {
  .strate-two__slider__item__content {
    width: clamp(220px, 50%, 600px);
  }
}
@media screen and (max-width: 650px) {
  .strate-two__slider__item__content {
    row-gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .strate-two__slider__item__content h2 {
    font-size: 2.1875rem;
    line-height: 2.375rem;
  }
}
.strate-two__slider__item__content h2 {
  line-height: 1;
}
.strate-two__slider__item__content__over-title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .strate-two__slider__item__content__over-title {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.strate-two__slider__item__content__title {
  font-size: 4.0625rem;
  line-height: 3.625rem;
  font-weight: 400 !important;
}
@media screen and (max-width: 1000px) {
  .strate-two__slider__item__content__title {
    font-size: 2.1875rem;
    line-height: 1;
  }
}
.strate-two__slider__item__content__excerpt {
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .strate-two__slider__item__content__excerpt {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    width: 75%;
    -webkit-line-clamp: 8;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__slider__item__content__excerpt {
    display: none;
  }
}
.strate-two__slider__item__content__link {
  margin-top: 20px;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration-color: var(--iris--global--color-1, #FFC000) !important;
}
@media screen and (max-width: 650px) {
  .strate-two__slider__item__content__link {
    margin-top: 0;
  }
}
body.iris-hover .strate-two__slider__item__content__link:hover {
  color: var(--iris--global--color-1, #FFC000);
}
.strate-two__map {
  position: absolute;
  right: 11.875%;
  top: calc(160px + 40px);
  z-index: 1;
  width: clamp(300px, 37.5%, 600px);
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .strate-two__map {
    right: 45px;
    top: 9%;
    width: clamp(300px, 44%, 600px);
    display: flex;
    flex-direction: column;
    justify-content: normal;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__map {
    top: 210px;
    pointer-events: none;
    right: 50%;
    transform: translateX(50%);
    width: 75%;
  }
}
.strate-two__map svg [data-name] {
  opacity: 0;
  transition: 0.2s ease;
}
.strate-two__map svg [data-name].show-area {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .strate-two__map svg [data-label], .strate-two__map svg [data-routes], .strate-two__map svg [data-sentiers] {
    display: none;
  }
}
.strate-two__swiper-navigation__container {
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .strate-two__swiper-navigation__container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .strate-two__swiper-navigation__container {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1300px) {
  .strate-two__swiper-navigation__container {
    padding-left: 55px;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation__container {
    bottom: 25px;
    padding-left: 0;
  }
}
.strate-two__swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 35px;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .strate-two__swiper-navigation {
    bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation {
    bottom: 20px;
    margin: 0 auto;
  }
}
.strate-two__swiper-navigation .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  color: #000;
  border-radius: 50%;
  border: 1px dashed #000;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease;
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation .swiper-button {
    width: 29px;
    height: 29px;
  }
}
.strate-two__swiper-navigation .swiper-button::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.2s ease;
}
.strate-two__swiper-navigation .swiper-button-disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.strate-two__swiper-navigation .swiper-button-disabled::after {
  border-color: rgba(255, 255, 255, 0.5);
}
.strate-two__swiper-navigation .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: static;
  column-gap: 16px;
  /*@include d-flex(center, center, column);
  position: static;
  row-gap: 16px;*/
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation .swiper-pagination {
    row-gap: 13px;
  }
}
.strate-two__swiper-navigation .swiper-pagination.swiper-pagination-vertical.swiper-pagination-bullets {
  transform: none;
}
.strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  margin: 0 !important;
  position: relative;
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
  width: 4px !important;
  height: 4px !important;
}
.strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--iris--global--color-1, #FFC000);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
  .strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
    width: 3px !important;
    height: 3px !important;
  }
  .strate-two__swiper-navigation .swiper-pagination .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid var(--iris--global--color-1, #FFC000);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
  }
}
.strate-two__cta-button {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .strate-two__cta-button {
    margin-top: 50px;
  }
}
.strate-two__cta-button.bp-desktop {
  display: block;
}
@media screen and (max-width: 650px) {
  .strate-two__cta-button.bp-desktop {
    display: none;
  }
}
.strate-two__cta-button.bp-small {
  display: none;
}
@media screen and (max-width: 650px) {
  .strate-two__cta-button.bp-small {
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    z-index: 2;
  }
}
.strate-two__cta-button a {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff !important;
}

.strate-three {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .strate-three {
    padding-top: 30px;
  }
}
.strate-three__leaf {
  position: absolute;
  left: -400px;
  top: -310px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .strate-three__leaf {
    left: -234px;
    top: -144px;
    width: 470px;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__leaf {
    display: none;
  }
}
.strate-three__container {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 65px;
}
@media screen and (max-width: 1000px) {
  .strate-three__container {
    column-gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__container {
    flex-direction: column;
    row-gap: 20px;
  }
}
.strate-three__title {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 4.0625rem;
  line-height: 1;
  writing-mode: vertical-lr;
  display: inline-block;
  transform: rotate(-180deg);
}
@media screen and (max-width: 1000px) {
  .strate-three__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__title {
    writing-mode: initial;
    transform: none;
    font-size: 3.375rem;
    line-height: 3.625rem;
  }
}
.strate-three__slider {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  width: 90%;
}
@media screen and (max-width: 650px) {
  .strate-three__slider {
    width: 84.5%;
  }
  body.eco-mode-active .strate-three__slider {
    width: 100%;
  }
}
.strate-three__slider--pages {
  width: 100%;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
}
.strate-three__slider--pages__item {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  column-gap: 65px;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item {
    column-gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item {
    flex-direction: column;
  }
}
.strate-three__slider--pages__item .image {
  width: 42%;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .image {
    width: 45%;
    min-width: 240px;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .image {
    width: 100%;
    min-width: unset;
  }
}
.strate-three__slider--pages__item .image a {
  display: block;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .image a {
    aspect-ratio: 12/16;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .image a {
    aspect-ratio: 14/15;
  }
}
.strate-three__slider--pages__item .image a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.strate-three__slider--pages__item .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 35px;
  padding-right: 140px;
  width: calc(58% - 65px);
}
@media screen and (max-width: 1450px) {
  .strate-three__slider--pages__item .content {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  .strate-three__slider--pages__item .content {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    width: calc(58% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    margin-top: -45px;
    row-gap: 7px;
  }
}
.strate-three__slider--pages__item .content__over-title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__over-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .content__over-title {
    font-size: 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 370px) {
  .strate-three__slider--pages__item .content__over-title {
    font-size: 5vw;
  }
}
.strate-three__slider--pages__item .content__title {
  transform: translateX(-105px);
  width: calc(100% + 105px);
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__title {
    transform: translateX(-33px);
    width: calc(100% + 33px);
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .content__title {
    transform: translateX(-30px);
    width: 100%;
  }
}
.strate-three__slider--pages__item .content__title a {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 7.5rem;
  color: var(--iris--global--color-1, #FFC000);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1450px) {
  .strate-three__slider--pages__item .content__title a {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__title a {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 370px) {
  .strate-three__slider--pages__item .content__title a {
    font-size: 18vw;
  }
}
.strate-three__slider--pages__item .content__excerpt {
  line-height: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__excerpt {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 650px) {
  .strate-three__slider--pages__item .content__excerpt {
    font-size: 1rem;
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 370px) {
  .strate-three__slider--pages__item .content__excerpt {
    font-size: 5vw;
  }
}
.strate-three__slider--pages__item .content__push-buttons {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__push-buttons {
    row-gap: 10px;
  }
}
.strate-three__slider--pages__item .content__push-buttons__wrapper {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  column-gap: 13px;
}
.strate-three__slider--pages__item .content__push-buttons__wrapper i {
  font-size: 1.625rem;
  color: var(--iris--global--color-3, #2A402F);
  width: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__push-buttons__wrapper i {
    font-size: 1.25rem;
    width: 20px;
  }
}
.strate-three__slider--pages__item .content__push-buttons__button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  text-decoration-color: var(--iris--global--color-1, #FFC000) !important;
}
@media screen and (max-width: 1000px) {
  .strate-three__slider--pages__item .content__push-buttons__button {
    font-size: 0.6875rem;
    letter-spacing: 0.7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
body.iris-hover .strate-three__slider--pages__item .content__push-buttons__button:hover {
  text-decoration-color: var(--iris--global--color-3, #2A402F) !important;
}
.strate-three__swiper-navigation {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  column-gap: 10px;
}
@media screen and (max-width: 1000px) {
  .strate-three__swiper-navigation {
    display: none;
  }
}
.strate-three__swiper-navigation.nav-hide {
  opacity: 0;
  pointer-events: none;
}
.strate-three__swiper-navigation .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 36px;
  height: 36px;
  color: var(--iris--global--color-3, #2A402F);
  border-radius: 50%;
  border: 1px dashed var(--iris--global--color-3, #2A402F);
  cursor: pointer;
  transition: 0.2s ease;
}
.strate-three__swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
}
.strate-three__see-all {
  margin-top: 50px;
  padding-left: 130px;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .strate-three__see-all {
    margin-top: 30px;
    padding-left: 0;
    justify-content: center;
  }
}

.strate-four {
  margin-bottom: 0 !important;
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .strate-four {
    height: 75vh;
  }
}
@media screen and (max-width: 650px) {
  .strate-four {
    min-height: unset;
    height: auto;
  }
}
.strate-four__background {
  padding: 50px 40px 40px 40px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .strate-four__background {
    padding: 25px 20px 20px 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-four__background {
    display: none;
  }
}
.strate-four__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.strate-four__container {
  display: flex;
  justify-content: flex-end;
  align-items: normal;
  flex-direction: row;
}
@media screen and (max-width: 650px) {
  .strate-four__container.container {
    width: 100%;
  }
}
.strate-four__container__engine {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  padding: 70px 6%;
  width: clamp(300px, 38%, 460px);
  background-color: var(--iris--global--color-1, #FFC000);
  position: relative;
  overflow: hidden;
  min-height: 490px;
}
@media screen and (max-width: 1000px) {
  .strate-four__container__engine {
    justify-content: space-between;
    row-gap: 0;
  }
}
@media screen and (max-width: 650px) {
  .strate-four__container__engine {
    width: 100%;
    padding: 70px 35px;
    row-gap: 35px;
  }
}
.strate-four__container__engine__background {
  position: absolute;
  z-index: 1;
  top: -156px;
  right: -80px;
  opacity: 0.15;
  width: 498px;
  height: 753px;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  .strate-four__container__engine__background {
    top: -95px;
    right: -65px;
  }
}
.strate-four__container__engine__macaron {
  position: relative;
  z-index: 1;
}
.strate-four__container__engine__title {
  position: relative;
  z-index: 1;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.72px;
  margin: 5px 0 15px 0;
}
@media screen and (max-width: 1000px) {
  .strate-four__container__engine__title {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .strate-four__container__engine__title {
    font-size: 1rem;
  }
}
.strate-four__container__engine__items {
  position: relative;
  z-index: 1;
  width: 100%;
}
.strate-four__container__engine__items .parents-block {
  margin-bottom: 35px;
  height: auto;
}
.strate-four__container__engine__items .parents-block .form__select .select2-selection__rendered {
  font-size: clamp(2rem, 4.0625vw, 4.0625rem);
  line-height: 1;
}
html:not([lang=fr-FR]) .strate-four__container__engine__items .parents-block .form__select .select2-selection__rendered {
  --customer--min-font-size: calc(32 / 16 * 1rem);
  --customer--max-font-size: calc(38 / 16 * 1rem);
  font-size: clamp(var(--customer--min-font-size), 2.375vw, var(--customer--max-font-size));
}
.strate-four__container__engine__items .form__select {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .strate-four__container__engine__items .form__select {
    max-width: 320px;
    margin: auto;
  }
}
.strate-four__container__engine__items .form__select .select2-selection {
  border: none;
  border-radius: unset;
  background: unset;
  height: 100%;
  position: relative;
}
.strate-four__container__engine__items .form__select .select2-selection__rendered {
  font-family: var(--iris--global--font-family-1, serif);
  text-transform: lowercase;
  color: #fff !important;
  font-size: clamp(2rem, 2.25vw, 2.25rem);
  height: 100%;
  border: none;
  text-align: center;
  overflow: visible !important;
}
html:not([lang=fr-FR]) .strate-four__container__engine__items .form__select .select2-selection__rendered {
  --customer--min-font-size: calc(24 / 16 * 1rem);
  --customer--max-font-size: calc(30 / 16 * 1rem);
  font-size: clamp(var(--customer--min-font-size), 1.875vw, var(--customer--max-font-size));
  white-space: unset;
  line-height: 1.1;
}
.strate-four__container__engine__items .form__select .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.strate-four__container__engine__items .form__select .select2-selection__arrow::after {
  content: var(--font-icon--add);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  color: #fff;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.strate-four__container__engine__items .form__select .select2-selection__arrow b {
  display: none;
}
.strate-four__container__engine__items .underline {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
  height: 5px;
  width: 100%;
  margin: 5px auto 0;
}
.strate-four__container__engine__items .underline::before, .strate-four__container__engine__items .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 650px) {
  .strate-four__container__engine__items .underline {
    max-width: 320px;
  }
}
.strate-four__container__engine__button {
  background-color: transparent;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.select2-dropdown {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

.select2-container--default {
  height: 100%;
}
.select2-container--default .select2-results__option {
  font-family: var(--iris--global--font-family-1, serif);
  text-transform: lowercase;
  color: var(--iris--global--color-3, #2A402F) !important;
  font-size: 1.25rem;
  text-align: center;
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.select2-container--default .select2-results__option:before {
  display: none;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: var(--iris--global--color-3, #2A402F) !important;
  background-image: unset !important;
  color: var(--iris--global--color-1, #FFC000) !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: unset !important;
  background-image: linear-gradient(rgba(214, 231, 225, 0.4), rgba(241, 231, 180, 0.4)) !important;
}

.strate-five {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .strate-five {
    height: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five {
    padding: 0;
  }
}
.strate-five__leaf {
  position: absolute;
  left: -400px;
  top: -310px;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .strate-five__leaf {
    left: -250px;
    top: 0;
    width: 380px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__leaf {
    display: none;
  }
}
.strate-five__container {
  background-image: linear-gradient(rgba(214, 231, 225, 0.4), rgba(241, 231, 180, 0.4));
  height: 100%;
}
.strate-five__container .container {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 30px;
  height: 100%;
  padding-top: 105px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .strate-five__container .container {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__container .container {
    flex-direction: column;
    row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.strate-five__title {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 4.0625rem;
  line-height: 1;
  writing-mode: vertical-lr;
  display: inline-block;
  transform: rotate(-180deg);
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .strate-five__title {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__title {
    writing-mode: inherit;
    transform: none;
    font-size: 3.375rem;
    padding-bottom: 0;
  }
}
.strate-five__description {
  margin: 0 auto 55px auto;
  width: 80%;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .strate-five__description {
    margin: 0 auto 20px auto;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__description {
    margin: 0;
    font-size: 1rem;
  }
}
.strate-five__description.bp-small {
  display: none;
}
@media screen and (max-width: 650px) {
  .strate-five__description.bp-small {
    display: block;
  }
}
.strate-five__slider {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  column-gap: 65px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider {
    column-gap: 20px;
  }
}
.strate-five__slider__wrapper {
  width: 41%;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider__wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__slider__wrapper {
    width: 90%;
  }
  body.eco-mode-active .strate-five__slider__wrapper {
    width: 100%;
  }
}
.strate-five__slider .wrapper-1 {
  position: relative;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 55px;
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider .wrapper-1 {
    row-gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__slider .wrapper-1 {
    row-gap: 30px;
    padding-top: 0;
  }
}
.strate-five__slider .wrapper-2 {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 650px) {
  .strate-five__slider .wrapper-2 {
    display: none;
  }
}
.strate-five__slider .wrapper-3 {
  position: absolute;
  left: calc(100% + 65px);
  top: 40px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider .wrapper-3 {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 650px) {
  .strate-five__slider .wrapper-3 {
    display: none;
  }
}
.strate-five__slider--posts {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider--posts {
    aspect-ratio: 28/38;
  }
  body.eco-mode-active .strate-five__slider--posts {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__slider--posts {
    overflow: visible;
  }
}
.strate-five__slider--posts .iris-card__content {
  padding: 70px 65px;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider--posts .iris-card__content {
    padding: 30px;
  }
  .strate-five__slider--posts .iris-card__content:after {
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.strate-five__slider--posts .iris-card__content__categories {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.strate-five__slider--posts .iris-card__content__categories.list-flex > * {
  margin: 0;
}
.strate-five__slider--posts .iris-card__content__categories.list-flex > *:not(:last-child):after {
  content: "·";
  display: inline-block;
  margin: 0 2px;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider--posts .iris-card__content__categories {
    font-size: 0.6875rem;
    line-height: 1.1875rem;
  }
}
.strate-five__slider--posts .iris-card__content__title a {
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.72px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider--posts .iris-card__content__title a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.strate-five__slider--posts .iris-card__content .author-meta__content {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .strate-five__slider--posts .iris-card__content .author-meta__content {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}
.strate-five__bottom {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .strate-five__bottom {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__bottom {
    margin-top: 10px;
  }
}
.strate-five__bottom .strate-five__swiper-navigation {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  column-gap: 5px;
}
@media screen and (max-width: 1000px) {
  .strate-five__bottom .strate-five__swiper-navigation {
    column-gap: 15px;
  }
}
@media screen and (max-width: 650px) {
  .strate-five__bottom .strate-five__swiper-navigation {
    display: none;
  }
}
.strate-five__bottom .strate-five__swiper-navigation .swiper-strate-five-button-prev, .strate-five__bottom .strate-five__swiper-navigation .swiper-strate-five-button-next {
  width: 36px;
  height: 36px;
  border: 1px dashed var(--iris--global--color-3, #2A402F);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .strate-five__bottom .strate-five__swiper-navigation .swiper-strate-five-button-prev, .strate-five__bottom .strate-five__swiper-navigation .swiper-strate-five-button-next {
    width: 50px;
    height: 50px;
  }
}
.strate-five__bottom .strate-five__swiper-navigation .hc-slider-button-disabled {
  opacity: 0.7;
}
.strate-five__cta a {
  background-color: transparent;
}

.strate-six {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .strate-six {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 650px) {
  .strate-six {
    padding: 0 30px;
    margin-top: 80px !important;
  }
}
.strate-six__temps-forts {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts {
    margin-bottom: 30px;
  }
}
.strate-six__temps-forts .wrapper {
  height: clamp(640px, 65.56vh + 50px, 800px);
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts .wrapper {
    height: clamp(450px, 41vh + 50px, 640px);
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts .wrapper {
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    row-gap: 20px;
    height: auto;
  }
}
.strate-six__temps-forts__title {
  display: none;
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__title {
    display: block;
  }
  .strate-six__temps-forts__title__over-title {
    text-align: center;
    font-family: var(--iris--global--font-family-2, sans-serif);
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .strate-six__temps-forts__title__main-title {
    font-family: var(--iris--global--font-family-1, serif);
    font-size: 3.375rem;
    text-align: center;
    line-height: 1;
  }
}
.strate-six__temps-forts__slider {
  height: 100%;
}
body.eco-mode-active .strate-six__temps-forts__slider {
  display: flex;
}
.strate-six__temps-forts__slider__item {
  position: relative;
}
body.eco-mode-active .strate-six__temps-forts__slider__item {
  width: 100%;
}
.strate-six__temps-forts__slider__item__image {
  width: 100%;
  height: calc(100% - 50px);
  object-fit: cover;
  object-position: top;
  background-image: linear-gradient(rgb(214, 231, 225), rgb(241, 231, 180));
  transition: 500ms ease;
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__image {
    height: clamp(300px, 45vh, 350px);
  }
}
.strate-six__temps-forts__slider__item__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  bottom: 0;
  left: clamp(100px, 9.87%, 200px);
  width: clamp(440px, 30.2%, 500px);
  height: clamp(540px, 89%, 640px);
  padding: 100px 50px 30px;
  background-color: var(--iris--global--color-1, #FFC000);
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block {
    left: clamp(40px, 8%, 80px);
    width: clamp(300px, 30.2%, 500px);
    height: clamp(430px, 89%, 640px);
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block {
    position: relative;
    height: auto;
    width: 100%;
    padding: 30px 15px 20px;
    bottom: unset;
    left: unset;
    row-gap: 10px;
  }
}
.strate-six__temps-forts__slider__item__block__leaf {
  position: absolute;
  z-index: -1;
  opacity: 0.13;
  top: 0;
  left: -85px;
  width: 440px;
  max-width: unset;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__leaf {
    top: -70px;
    left: -80px;
    height: 610px;
    width: 420px;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block__leaf {
    top: -80px;
    left: -45px;
    height: 415px;
    width: 275px;
  }
  .strate-six__temps-forts__slider__item__block__top {
    display: none;
  }
}
.strate-six__temps-forts__slider__item__block__top__over-title {
  text-align: center;
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__top__over-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.strate-six__temps-forts__slider__item__block__top__title {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 4.0625rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__top__title {
    font-size: 2.1875rem;
  }
}
.strate-six__temps-forts__slider__item__block__rounded-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  min-width: 92px;
  min-height: 92px;
  border-radius: 50%;
  border: 1px dashed;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__rounded-date {
    min-width: 72px;
    min-height: 72px;
    border-radius: 50%;
    font-size: 10px;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block__rounded-date {
    gap: 3px;
  }
}
.strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day-name, .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day, .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__month-name {
  line-height: 1;
  text-transform: capitalize;
}
.strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day-name {
  font-size: 0.875rem;
}
.strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day, .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__month-name {
  font-family: var(--iris--global--font-family-1, serif);
}
.strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day {
  font-size: 1.5rem;
}
.strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__month-name {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__day-name {
    font-size: 0.625rem;
  }
  .strate-six__temps-forts__slider__item__block__rounded-date .rounded-date__month-name {
    font-size: 0.8125rem;
  }
}
.strate-six__temps-forts__slider__item__block__bottom__category, .strate-six__temps-forts__slider__item__block__bottom__title a h2 {
  color: #fff !important;
  text-align: center;
}
.strate-six__temps-forts__slider__item__block__bottom__category {
  text-align: center;
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__bottom__category {
    font-size: 0.625rem;
  }
}
.strate-six__temps-forts__slider__item__block__bottom__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 105px;
  transition: 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__bottom__title {
    height: 80px;
    font-size: 2rem;
  }
}
html:not([lang=fr_FR]) .strate-six__temps-forts__slider__item__block__bottom__title {
  height: auto;
  min-height: 105px;
}
.strate-six__temps-forts__slider__item__block__bottom__title a {
  color: #fff !important;
  text-align: center;
}
.strate-six__temps-forts__slider__item__block__bottom__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.iris-hover .strate-six__temps-forts__slider__item__block__bottom__title a:hover {
  color: var(--iris--global--color-3, #2A402F) !important;
}
.strate-six__temps-forts__slider__item__block__bottom__full-date {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__bottom__full-date {
    font-size: 0.625rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block__bottom__full-date {
    font-size: 0.75rem;
    height: 42px;
  }
}
.strate-six__temps-forts__slider__item__block__bottom__pagination {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .strate-six__temps-forts__slider__item__block__bottom__pagination {
    display: none;
  }
}
.strate-six__temps-forts__slider__item__block__bottom__pagination__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__prev, .strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
  border: 1px dashed;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__prev, .strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__next {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
  }
  .strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__prev:before, .strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper__arrows__next:before {
    font-size: 0.9375rem;
  }
}
.strate-six__temps-forts__slider__item__block__bottom__pagination__arrows .swiper-button-disabled {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .strate-six .container {
    width: 100%;
  }
}
.strate-six__agenda__items {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
  min-height: 160px;
}
@media screen and (max-width: 1000px) {
  .strate-six__agenda__items {
    display: none;
  }
}
.strate-six__agenda__items__item {
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  gap: 7px;
  border-right: 1px dashed;
  padding-right: 40px;
  display: flex;
  flex: 1;
  position: relative;
}
.strate-six__agenda__items__item:not(:first-child) {
  margin-left: 40px;
}
.strate-six__agenda__items__item__type {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 1rem;
}
.strate-six__agenda__items__item__title {
  font-family: var(--iris--global--font-family-2, sans-serif);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.375rem;
}
.strate-six__agenda__items__item__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.strate-six__agenda__items__item__date {
  margin-top: auto;
}
.strate-six__agenda__items__item__periode {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--iris--global--color-4, #707070);
}
.strate-six__agenda__items__item__periode > * {
  text-transform: lowercase;
}
.strate-six__agenda__accelerators {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  column-gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .strate-six__agenda__accelerators {
    column-gap: 3vw;
    row-gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.strate-six__agenda__accelerators__form {
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
  column-gap: 25px;
}
@media screen and (max-width: 1000px) {
  .strate-six__agenda__accelerators__form {
    column-gap: 3vw;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__agenda__accelerators__form {
    row-gap: 30px;
  }
}
.strate-six__agenda__accelerators__link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration-color: var(--iris--global--color-1, #FFC000) !important;
  transition: 0.2s ease;
}
body.iris-hover .strate-six__agenda__accelerators__link:hover {
  outline: none;
  border: none;
  text-decoration-color: var(--iris--global--color-3, #2A402F) !important;
}
@media screen and (max-width: 1000px) {
  .strate-six__agenda__accelerators__link {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-six__agenda__accelerators__link {
    font-size: 0.75rem;
  }
}

.strate-social-wall {
  position: relative;
  padding: 40px;
  margin: 0 !important;
}
@media screen and (max-width: 1000px) {
  .strate-social-wall {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall {
    padding: 0;
    overflow: hidden;
  }
}
.strate-social-wall__leaf {
  position: absolute;
  right: -500px;
  top: -600px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__leaf {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__leaf {
    display: block;
    width: 269px;
    right: -82px;
    opacity: 0.4;
    top: -193px;
    z-index: 0;
  }
}
.strate-social-wall__container {
  background-image: linear-gradient(rgba(214, 231, 225, 0.4), rgba(241, 231, 180, 0.4));
  height: 100%;
  padding: 120px 0 135px 0;
}
body.eco-mode-active .strate-social-wall__container {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__container {
    padding: 45px 0;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__container {
    padding: 32px 0;
  }
}
.strate-social-wall__container .container {
  height: 100%;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: column;
  row-gap: 20px;
}
.strate-social-wall__container .container .wrapper {
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .strate-social-wall__container .container .wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__container .container .wrapper {
    flex-direction: column;
  }
}
body.eco-mode-active .strate-social-wall__container .container .wrapper {
  flex-direction: column;
  gap: 0;
}
.strate-social-wall__hashtag {
  font-family: var(--iris--global--font-family-1, serif);
  font-size: 2.8125rem;
  display: flex;
  justify-content: normal;
  align-items: normal;
  flex-direction: row;
}
.strate-social-wall__hashtag > span:nth-child(even) {
  color: var(--iris--global--color-1, #FFC000);
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__hashtag {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__hashtag {
    font-size: 1.3125rem;
  }
}
.strate-social-wall__social-links {
  display: inline-flex;
  align-items: center;
  font-family: var(--iris--global--font-family-2, sans-serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  column-gap: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__social-links {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__social-links {
    flex-direction: column;
    margin-top: 0;
  }
}
.strate-social-wall__social-links__items {
  display: inline-flex;
  column-gap: 14px;
}
@media screen and (max-width: 650px) {
  .strate-social-wall__social-links__items {
    column-gap: 18px;
  }
}
.strate-social-wall__social-links__items a {
  line-height: 1;
}
.strate-social-wall__social-links__items a:before {
  font-size: 1.375rem;
  color: var(--iris--global--color-1, #FFC000);
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__social-links__items a:before {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 650px) {
  .strate-social-wall__social-links__items a:before {
    font-size: 1.375rem;
  }
}
.strate-social-wall__thumbnails {
  width: 100%;
}
body.eco-mode-active .strate-social-wall__thumbnails {
  display: none;
}
@media screen and (max-width: 650px) {
  .strate-social-wall__thumbnails {
    display: none;
  }
}
.strate-social-wall__thumbnails > div {
  height: 100%;
}
.strate-social-wall__thumbnails .instagramList {
  --aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  place-items: start;
}
@media screen and (max-width: 1200px) {
  .strate-social-wall__thumbnails .instagramList {
    grid-column-gap: 20px;
  }
}
.strate-social-wall__thumbnails .instagramList .instagramItem {
  float: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.strate-social-wall__thumbnails .instagramList .instagramItem:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.strate-social-wall__thumbnails .instagramList .instagramItemPermalink {
  transition: 0.5s ease;
}
.strate-social-wall__thumbnails .instagramList .instagramItem:hover .instagramItemPermalink {
  transform: scale(1.02);
}
