@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
/*
  * Created by IRIS Interactive
  * User : IRIS Interactive
*/
/* Layout
/ ================================================== */
/* Header
/ ================================================== */
/* Gutter
/ ================================================== */
/* Margin
/ ================================================== */
/* Margin
/ ================================================== */
/* Breakpoint
/ ================================================== */
/* Global
/ ================================================== */
/* 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
/* ============================================= */
/* Text icon
/* ============================================= */
/* 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      Xavier Besson
 * @date        03/01/2024 09:01
 * @copyright   Copyright (c) 2002-2024 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Layout
/ ================================================== */
/* Margin
/ ================================================== */
/* Colors
/ ================================================== */
/* Fonts
/ ================================================== */
/* Mixins / Keyframes
/ ================================================== */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bump {
  0% {
    transform: scale(1.2, 1.2);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* 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
/ ================================================== */
body.fullscreen .header {
  height: 100px;
}
@media screen and (max-width: 1000px) {
  body.fullscreen .header {
    height: 90px;
  }
}
@media screen and (max-width: 650px) {
  body.fullscreen .header {
    height: 80px;
  }
}
body.fullscreen .header__content {
  display: none;
}
body.fullscreen .alignheight {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1000px) {
  body.fullscreen .alignheight {
    height: calc(100vh - 90px);
  }
}
@media screen and (max-width: 650px) {
  body.fullscreen .alignheight {
    height: calc(100vh - 80px);
  }
}

.wpet-anchors {
  transition: 0.2s ease;
  transform: translateY(100px);
}
.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(90px);
  }
}
@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
/ ================================================== */
/* Banner
/ ================================================== */
.header__banner {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.header__banner__item {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  transform: translate(-50%, -50%);
}
.header__banner__play > img {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header__banner {
    position: relative !important;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-bottom: 40px;
  }
  .header__banner__item {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
  }
}

/*!
 * 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-2, #102236);
  margin-top: 40px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
    margin-top: 30px;
    font-size: 0.75rem;
  }
}
.breadcrumbs a {
  color: var(--iris--global--color-4, #2dbd41);
  font-weight: 400 !important;
  text-decoration: none !important;
}
.header--with-banner .breadcrumbs a {
  color: #fff;
}
.single-wpet .breadcrumbs {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .single-wpet .breadcrumbs {
    text-align: left;
  }
}
.breadcrumbs span span:first-child > a {
  content: "";
  font-size: 0;
}
.breadcrumbs span span:first-child > a:before {
  content: var(--font-icon--customer-offices);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  font-size: 0.875rem;
}

/*!
 * 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 {
  padding: 40px 0 60px 0;
}
.header__heading__tags {
  margin-bottom: 20px;
}
.header__heading__tag {
  display: inline-block;
  width: max-content;
  color: var(--iris--global--color-2, #102236);
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border-radius: 7px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
.header__heading__tag i {
  color: var(--iris--global--color-4, #2dbd41);
}
.header__heading__tag i.fi--heart {
  color: #D92B2B;
}
.header__heading__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
}
.header__heading__title {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  margin: 0;
  pointer-events: none;
}
.header__heading__duree, .header__heading__cible {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 5px 0;
}
.header__heading__duree i, .header__heading__cible i {
  color: var(--iris--global--color-4, #2dbd41);
}
.header__heading__button {
  margin-top: 48px;
}
.header__heading__button i {
  margin-right: 8px;
  font-size: 20px;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  .header__heading__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .header__heading {
    padding: 20px 0 30px 0;
  }
  .header__heading__subtitle {
    margin-bottom: 15px;
  }
  .header__heading__title {
    font-size: 30px;
    line-height: 36px;
  }
  .header__heading__button {
    display: block;
    width: max-content;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
  }
}

/*!
 * 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 {
  margin: 0 30px 0 0;
}
.logo img {
  height: 60px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .logo {
    margin: 0;
  }
}

/* Map
/ ================================================== */
.header__map {
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 46%;
  overflow: hidden;
}
.header__map__item {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__map__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__map__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  background: linear-gradient(to right, #2B4360, transparent);
}
@media screen and (max-width: 1000px) {
  .header__map {
    position: relative !important;
    width: 100%;
  }
  .header__map__item::after {
    display: none;
  }
}

/*!
 * 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%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .menu {
    position: fixed;
    width: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    padding: 90px 20px 20px 20px;
    background-color: #102236;
    transform: translateX(100%);
    transition: 0.2s ease;
  }
  .menu-open .menu {
    transform: translateX(0);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu-open .menu:has(.submenu-open) {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 650px) {
  .menu {
    width: 100%;
    overflow: auto;
    padding-top: 80px;
  }
}
@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;
  }
}
.menu__item {
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1000.1px) {
  .menu__item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 30px;
  }
  .menu__item:last-of-type {
    margin-right: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .menu__item {
    padding: 10px 30px 10px 10px;
  }
  .menu__item:last-of-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .menu__item {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.menu__item__link {
  position: relative;
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700 !important;
}
@media screen and (max-width: 1000px) {
  .menu__item__link {
    width: 100%;
  }
}
.menu__item__link .first,
.menu__item__link .second {
  display: block;
  height: 20px;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .menu__item__link .first,
  .menu__item__link .second {
    display: inline;
  }
}
.menu__item__link .subtitle {
  display: none;
}
@media screen and (min-width: 1000.1px) {
  .menu__item__link .subtitle {
    position: absolute;
    top: -25px;
    left: -50%;
    font-size: 9px;
    line-height: 12px;
    font-weight: 500;
    width: max-content;
    background: var(--iris--global--color-5, #d4dfec);
    color: var(--iris--global--color-2, #102236);
    padding: 1px 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .menu__item__link .subtitle {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    height: 20px;
    max-width: calc(100% - 35px);
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000.1px) {
  .menu__item__link::before {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    display: block;
    width: 2px;
    height: 40px;
    background: var(--iris--global--color-5, #d4dfec);
    opacity: 0.5;
  }
  .menu__item__link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 5px;
    border-radius: 2px 2px 0 0;
    background: var(--iris--global--color-4, #2dbd41);
    transition: all ease-in-out 400ms;
    opacity: 0;
  }
}
body.iris-hover .menu__item:hover .menu__item__link::after, body.iris-hover .menu__item:focus .menu__item__link::after, body.iris-hover .menu__item:active .menu__item__link::after {
  opacity: 1;
}
.menu__item__more {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu__item__more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 1.875rem;
    right: 30px;
    height: auto;
    width: 30px;
  }
  .menu__item__more:after {
    color: #fff;
  }
}
.menu__item.has-submenu--current .menu__item__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .menu__item.has-submenu--current .menu__item__submenu {
    overflow: scroll;
  }
}
.menu__item__submenu {
  position: fixed;
  top: 100px;
  z-index: 123;
  width: 100%;
  overflow: hidden;
  cursor: initial;
}
.menu__item__submenu__content__card .card-menu__item .card-image {
  border-radius: 16px;
  overflow: hidden;
}
.menu__item__submenu__content__card .card-menu__item .card-image img {
  width: 100%;
  height: auto;
}
.menu__item__submenu__content__card .card-menu__item .card-text p a {
  text-decoration: none;
  color: var(--iris--global--color-3, #35608f) !important;
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu__content__card .card-menu__item .card-text p a {
    color: #fff !important;
  }
}
body.iris-hover .menu__item__submenu__content__card .card-menu__item:hover .card-text p a, body.iris-hover .menu__item__submenu__content__card .card-menu__item:focus .card-text p a, body.iris-hover .menu__item__submenu__content__card .card-menu__item:active .card-text p a {
  color: var(--iris--global--color-4, #2dbd41) !important;
}
@media screen and (min-width: 1000.1px) {
  .menu__item__submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    background: var(--iris--global--color-5, #d4dfec);
    max-width: 1220px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
  }
  .menu__item__submenu::before, .menu__item__submenu::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    top: -32px;
    background: var(--iris--global--color-2, #102236);
    border-radius: 16px;
    transition: unset;
  }
  .menu__item__submenu::before {
    left: 0;
  }
  .menu__item__submenu::after {
    right: 0;
  }
  .menu__item__submenu__useless {
    transition: unset;
  }
  .menu__item__submenu__useless::before, .menu__item__submenu__useless::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: -16px;
    background: var(--iris--global--color-5, #d4dfec);
    transition: unset;
  }
  .menu__item__submenu__useless::before {
    left: 0;
  }
  .menu__item__submenu__useless::after {
    right: 0;
  }
  .menu__item__submenu__content {
    padding: 60px 105px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
  }
  .menu__item__submenu__content__close {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    color: var(--iris--global--color-4, #2dbd41);
    width: 30px;
    height: 30px;
  }
  .menu__item__submenu__content__close:hover {
    cursor: pointer;
    color: var(--iris--global--color-1, #404e5e);
  }
  .menu__item__submenu__content__links {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
  }
  .menu__item__submenu__content__links a {
    display: block;
    color: var(--iris--global--color-3, #35608f);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000.1px) and (min-height: 700px) {
  .menu__item__submenu__content__links a {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000.1px) {
  .menu__item__submenu__content__link_all {
    text-align: left;
  }
  .menu__item__submenu__content__link_all .advanced-link {
    color: var(--iris--global--color-2, #102236) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__link_all .advanced-link:hover, body.iris-hover .menu__item__submenu__content__link_all .advanced-link:focus, body.iris-hover .menu__item__submenu__content__link_all .advanced-link:active {
    color: var(--iris--global--color-3, #35608f) !important;
  }
  .menu__item__submenu__content__langs {
    margin-top: 40px;
  }
  .menu__item__submenu__content__langs .langswitcher {
    max-width: 300px;
    text-align: left;
  }
  .menu__item__submenu__content__langs .langswitcher__title {
    color: var(--iris--global--color-2, #102236);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
  .menu__item__submenu__content__langs .langswitcher__lang {
    display: inline-block;
    margin: 0 20px 10px 0;
  }
  .menu__item__submenu__content__langs .langswitcher__lang a {
    color: var(--iris--global--color-2, #102236) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  .menu__item__submenu__content__langs .langswitcher__lang a.current {
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__langs .langswitcher__lang a:hover, body.iris-hover .menu__item__submenu__content__langs .langswitcher__lang a:focus, body.iris-hover .menu__item__submenu__content__langs .langswitcher__lang a:active {
    color: var(--iris--global--color-3, #35608f) !important;
  }
  .menu__item__submenu__content__right-column {
    grid-column: 2/3;
  }
  .menu__item__submenu__content__experiences {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-gap: 20px;
    text-align: left;
    margin-bottom: 30px;
  }
  .menu__item__submenu__content__experiences__title {
    color: var(--iris--global--color-2, #102236);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
  .menu__item__submenu__content__experiences__subtitle {
    color: var(--iris--global--color-2, #102236);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-text {
    padding-top: 0;
  }
  .menu__item__submenu__content__experiences .advanced-link {
    color: var(--iris--global--color-2, #102236) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__experiences .advanced-link:hover, body.iris-hover .menu__item__submenu__content__experiences .advanced-link:focus, body.iris-hover .menu__item__submenu__content__experiences .advanced-link:active {
    color: var(--iris--global--color-3, #35608f) !important;
  }
  .menu__item__submenu__content__pushs {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .menu__item__submenu__content__pushs .submenu__push {
    background: #fff;
    height: max-content;
    padding: 40px;
    border-radius: 16px;
    text-align: left;
  }
  .menu__item__submenu__content__pushs .submenu__push__icon {
    color: var(--iris--global--color-4, #2dbd41);
  }
  .menu__item__submenu__content__pushs .submenu__push__title {
    color: var(--iris--global--color-3, #35608f);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
  }
  .menu__item__submenu__content__pushs .submenu__push__text {
    color: var(--iris--global--color-1, #404e5e);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 15px;
  }
  .menu__item__submenu__content__pushs .submenu__push__link {
    color: var(--iris--global--color-2, #102236) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__pushs .submenu__push__link:hover, body.iris-hover .menu__item__submenu__content__pushs .submenu__push__link:focus, body.iris-hover .menu__item__submenu__content__pushs .submenu__push__link:active {
    color: var(--iris--global--color-3, #35608f) !important;
  }
}
@media screen and (max-width: 1000px) {
  .menu__item__submenu {
    overflow: auto;
    width: 350px;
    top: 0;
    left: 0;
    height: 100%;
    padding: 90px 20px 20px;
    background-color: var(--iris--global--color-2, #102236);
    transform: translateX(100%);
  }
  .menu__item__submenu__content__close {
    display: none;
  }
  .menu__item__submenu__content__links a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .menu__item__submenu__content__links a:last-of-type {
    border-bottom: unset;
  }
  .menu__item__submenu__content__link_all {
    margin-top: 10px;
    text-align: left;
  }
  .menu__item__submenu__content__link_all .advanced-link {
    color: #fff !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__link_all .advanced-link:hover, body.iris-hover .menu__item__submenu__content__link_all .advanced-link:focus, body.iris-hover .menu__item__submenu__content__link_all .advanced-link:active {
    color: #fff !important;
  }
  .menu__item__submenu__content__langs {
    display: none;
  }
  .menu__item__submenu__content__experiences {
    display: grid;
    grid-row-gap: 30px;
    margin: 30px 0 0 0;
  }
  .menu__item__submenu__content__experiences__title {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .menu__item__submenu__content__experiences__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-image {
    background: #fff;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-text {
    padding: 0;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-text .title {
    color: #fff;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-text .title a {
    color: #fff;
  }
  .menu__item__submenu__content__experiences .card-experience__item .experiences-text .location {
    color: #fff;
  }
  .menu__item__submenu__content__experiences .card-experience__item:last-of-type {
    margin-bottom: 15px;
  }
  .menu__item__submenu__content__experiences .advanced-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  body.iris-hover .menu__item__submenu__content__experiences .advanced-link:hover, body.iris-hover .menu__item__submenu__content__experiences .advanced-link:focus, body.iris-hover .menu__item__submenu__content__experiences .advanced-link:active {
    color: #fff !important;
  }
  .menu__item__submenu__content__pushs {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .menu__item__submenu {
    width: 100%;
    padding-top: 80px;
  }
}
@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: block;
    margin-bottom: 10px;
    color: #fff;
  }
  .menu__item__submenu__heading__prev::before {
    float: left;
    font-size: 30px;
    margin-right: 20px;
  }
  .menu__item__submenu__heading__prev .title,
  .menu__item__submenu__heading__prev .subtitle {
    display: block;
  }
  .menu__item__submenu__heading__prev .title {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
  .menu__item__submenu__heading__prev .subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.menu .menu__mobile__title {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu .menu__mobile__title {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 40px 0 20px 0;
  }
}
.menu .menu__mobile__push {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu .menu__mobile__push {
    display: block;
  }
  .menu .menu__mobile__push .submenu__push {
    height: max-content;
    padding: 20px;
    margin: 20px -20px;
    text-align: left;
  }
  .menu .menu__mobile__push .submenu__push__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
  }
  .menu .menu__mobile__push .submenu__push__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 8px 0;
  }
  .menu .menu__mobile__push .submenu__push__link {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-decoration: underline !important;
    text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
    text-underline-offset: 6px !important;
    text-decoration-thickness: 2px !important;
  }
  .menu .menu__mobile__push-1 .submenu__push {
    background: rgba(255, 255, 255, 0.07);
  }
  .menu .menu__mobile__push-1 .submenu__push__icon {
    color: var(--iris--global--color-4, #2dbd41);
  }
  .menu .menu__mobile__push-1 .submenu__push__title {
    color: #fff;
  }
  .menu .menu__mobile__push-1 .submenu__push__text {
    color: #fff;
  }
  .menu .menu__mobile__push-1 .submenu__push__link {
    color: #fff !important;
  }
  .menu .menu__mobile__push-2 .submenu__push {
    margin-top: 0;
    background: var(--iris--global--color-5, #d4dfec);
  }
  .menu .menu__mobile__push-2 .submenu__push__icon {
    color: var(--iris--global--color-4, #2dbd41);
  }
  .menu .menu__mobile__push-2 .submenu__push__title {
    color: var(--iris--global--color-3, #35608f);
  }
  .menu .menu__mobile__push-2 .submenu__push__text {
    color: var(--iris--global--color-1, #404e5e);
  }
  .menu .menu__mobile__push-2 .submenu__push__link {
    color: var(--iris--global--color-2, #102236) !important;
  }
}
.menu .menu__mobile__sejour {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-normal .menu__item[data-open-menu-mobile] {
    display: none;
  }
  .menu .menu__mobile__sejour {
    display: block;
  }
  .menu .menu__mobile__sejour a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .menu .menu__mobile__sejour a:last-of-type {
    border-bottom: unset;
  }
}
.menu .menu__mobile__search {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu .menu__mobile__search {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: calc(100% + 40px);
    transform: translate(-20px, 20px);
  }
  .menu .menu__mobile__search a {
    display: block;
    width: 100%;
    background: var(--iris--global--color-5, #d4dfec);
    height: 80px;
    padding: 30px;
    color: var(--iris--global--color-1, #404e5e);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }
  .menu .menu__mobile__search a::after {
    float: right;
    color: var(--iris--global--color-2, #102236);
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .menu .menu__mobile__search a {
    height: 50px;
    padding: 15px 20px;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .header__navbar {
  margin-top: 0 !important;
}
body.menu-open .header__navbar .logo,
body.menu-open .header__navbar .tools {
  z-index: 2;
}
body.menu-open .header__navbar:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--iris--global--color-2, #102236);
  height: 100px;
}
@media screen and (max-width: 1000px) {
  body.menu-open .header__navbar:after {
    height: 90px;
  }
}
@media screen and (max-width: 650px) {
  body.menu-open .header__navbar:after {
    height: 80px;
  }
}
body.menu-open .wpet-bottom-bar {
  display: none;
}
@media screen and (max-width: 1000px) {
  body.menu-open .iris-bottom-bar {
    z-index: -100 !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)
 */
/* Navbar
/ ================================================== */
.header__navbar {
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  height: 100px;
  background-color: #102236;
  max-width: 100vw;
  margin: 0;
  border-radius: 0 0 16px 16px;
  transition: 0.2s ease;
}
@media (min-width: 1220px) {
  .header__navbar {
    max-width: 1220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .header__navbar {
    padding: 0 20px;
    height: 90px;
    border-radius: 0;
  }
}
@media screen and (max-width: 650px) {
  .header__navbar {
    height: 80px;
  }
}
.header__navbar--onscroll {
  background-color: #102236 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.header-is-hidden .header__navbar {
  margin-top: -100px;
  box-shadow: none;
}
@media screen and (max-width: 1000px) {
  .header-is-hidden .header__navbar {
    margin-top: -90px;
  }
}
@media screen and (max-width: 650px) {
  .header-is-hidden .header__navbar {
    margin-top: -80px;
  }
}

/*!
 * 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;
}
@media screen and (max-width: 1000px) {
  .tools {
    margin-left: auto;
  }
}
.tools__item {
  margin-left: 15px;
}
.tools__item:first-of-type {
  margin-left: 0;
}
.tools__item > a {
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
body.iris-hover .tools__item > a:hover, body.iris-hover .tools__item > a:focus, body.iris-hover .tools__item > a:active {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .tools__item > a:hover::before, body.iris-hover .tools__item > a:focus::before, body.iris-hover .tools__item > a:active::before {
  color: inherit;
}
.tools__item--cart {
  margin-left: 5px;
}
.tools__item--cart .OsPanier {
  transform: translateY(6px);
}
.tools__item--cart .OsPanier.api .ospanier .entete .EnteteNbArticles {
  background: var(--iris--global--color-4, #2dbd41);
}
.tools__item--langs {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tools__item--search, .tools__item--cart, .tools__item--contact {
    display: none;
  }
  .tools__item--langs {
    position: relative;
    display: none;
  }
  .menu-open .tools__item--langs {
    display: block;
  }
  .tools__item--langs .lang__current {
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .tools__item--langs .lang__current:after {
    content: var(--font-icon--chevron-bottom);
    font-family: "collection-font";
    font-style: initial;
    text-transform: none;
    font-weight: 400;
    font-display: swap;
    font-size: 20px;
    color: #fff;
  }
  .tools__item--langs .lang__list {
    position: absolute;
    background: var(--iris--global--color-4, #2dbd41);
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
  }
  .tools__item--langs .lang__list a {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
}
.tools__item__burger {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tools__item__burger {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
  }
}
.tools__item__burger__bar {
  display: block;
  position: absolute;
  height: 2px;
  left: 14px;
  background: var(--iris--global--color-2, #102236);
  border-radius: 1px;
  transition: 0.2s ease;
}
.tools__item__burger__bar--1 {
  top: 17px;
  width: 24px;
}
.tools__item__burger__bar--2 {
  top: 25px;
  width: 8px;
}
.tools__item__burger__bar--3 {
  top: 33px;
  width: 11px;
}
.tools__item__burger:after {
  position: absolute;
  top: 23px;
  left: 26px;
  content: "";
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  z-index: 0;
  color: var(--iris--global--color-2, #102236);
  content: var(--font-icon--customer-recherche);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
}

body.menu-open .tools__item__burger__bar--1 {
  width: 24px;
  transform: translateY(7px) rotate(45deg);
}
body.menu-open .tools__item__burger__bar--2 {
  opacity: 0;
}
body.menu-open .tools__item__burger__bar--3 {
  width: 24px;
  transform: translateY(-9px) rotate(-45deg);
}
body.menu-open .tools__item__burger:after {
  display: none;
}

/* Header
/ ================================================== */
.header {
  position: relative;
  overflow: hidden;
  background: #2B4360;
  border-radius: 0 0 16px 16px;
}
.header__content {
  position: relative;
  z-index: 1;
  padding-top: calc(100px + 20px) !important;
}
@media screen and (max-width: 1000px) {
  .header__content {
    padding-top: calc(90px + 20px) !important;
  }
}
@media screen and (max-width: 650px) {
  .header__content {
    padding-top: calc(80px + 20px) !important;
  }
}
.header.header-type-1 {
  background-color: #2B4360;
}
.header.header-type-1 .header__heading {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header.header-type-1 {
    background: #2B4360 !important;
    border-radius: 0 0 24px 24px;
  }
  .header.header-type-1 .header__heading {
    padding-bottom: 40px;
  }
  .single-wpet .header.header-type-1 {
    border-radius: 0;
  }
  .single-wpet .header.header-type-1 .header__content {
    padding-top: 80px !important;
  }
  .single-wpet .header.header-type-1 .header__heading {
    padding: 0;
  }
}
.header.header-type-2 .header__heading {
  max-width: 100%;
  width: 50%;
  padding-right: 40px;
}
@media (min-width: 1200px) {
  .header.header-type-2 {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .header.header-type-2 .header__heading {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000.1px) {
  .header.header-type-3 {
    min-height: 650px;
  }
}
.header.header-type-3 .header__heading {
  max-width: 100%;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .header.header-type-3 {
    aspect-ratio: unset;
  }
  .header.header-type-3 .header__content {
    position: initial;
  }
  .header.header-type-3 .header__heading {
    width: 100%;
    padding-right: 0;
  }
  .header.header-type-3:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    margin-top: -1px;
    background: var(--iris--global--color-2, #102236);
  }
}
.header.header-type-4 {
  height: 100vh;
}
@media screen and (min-width: 1000.1px) {
  .header.header-type-4 {
    min-height: 900px;
  }
}
.header.header-type-4 .header__heading {
  max-width: 100%;
  width: 50%;
  padding-right: 40px;
}
.header.header-type-4 .header__map {
  right: 50%;
}
@media screen and (max-width: 1000px) {
  .header.header-type-4 {
    min-height: 100vh;
    height: auto;
  }
  .header.header-type-4 .header__content {
    position: initial;
  }
  .header.header-type-4 .header__heading {
    width: 100%;
    padding-right: 0;
  }
  .header.header-type-4 .header__heading__button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
  }
  .header.header-type-4 .header__map {
    right: 0;
  }
  .header.header-type-4:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    margin-top: -1px;
    background: var(--iris--global--color-2, #102236);
  }
}

/*!
 * 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      Xavier Besson
 * @date        02/01/2024 12:34
 * @copyright   Copyright (c) 2002-2024 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/* Footer
/ ================================================== */
.footer__content {
  position: relative;
  padding: 100px 0 40px 0;
  color: #fff;
  background-color: var(--iris--global--color-2, #102236);
}
.footer__content__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  width: calc(100% - 60px);
}
@media (min-width: 1280px) {
  .footer__content__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__content {
    padding: 60px 0 40px 0;
  }
  .footer__content__wrapper {
    width: calc(100% - 50px);
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.footer__content__newsletter {
  display: block;
  background: var(--iris--global--color-5, #d4dfec);
  min-height: 200px;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .footer__content__newsletter {
    min-height: auto;
  }
}
.footer__content__newsletter .fi {
  color: var(--iris--global--color-4, #2dbd41);
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}
.footer__content__newsletter .label {
  margin: 0 0 10px 0;
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.footer__content__newsletter .desc {
  margin: 10px 0;
  color: var(--iris--global--color-2, #102236);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  .footer__content__newsletter {
    padding: 30px;
    height: auto;
  }
  .footer__content__newsletter .fi {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .footer__content__newsletter .label {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer__content__newsletter a {
    clear: both;
    display: block;
    width: max-content;
  }
}
.footer__content__socials {
  text-align: center;
}
.footer__content__socials .label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.footer__content__socials .social {
  margin-top: 10px;
}
.footer__content__socials .social-item {
  display: inline-block;
  margin-right: 15px;
}
.footer__content__socials .social-item a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  text-decoration: none !important;
}
.footer__content__socials .social-item a i {
  width: inherit;
  height: inherit;
}
.footer__content__socials .social-item a i:before {
  display: block;
  width: inherit;
  height: inherit;
  color: #2dbd41;
}
.footer__content__socials .social-item a:hover i:before {
  color: #fff;
}
body.iris-hover .footer__content__socials .social-item a:hover, body.iris-hover .footer__content__socials .social-item a:focus, body.iris-hover .footer__content__socials .social-item a:active {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer__content__socials {
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__content__accelerators {
  margin: 0;
}
.footer__content__accelerators__item {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.footer__content__accelerators__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 57px;
}
.footer__content__accelerators__item a .icon {
  margin: 0 5px 0 0;
  height: 57px;
  color: #fff;
  overflow: hidden;
  transition: 0.2s ease;
}
.footer__content__accelerators__item a .icon .fi {
  font-size: 50px;
  line-height: 50px;
}
.footer__content__accelerators__item a .label {
  color: #fff !important;
  font-family: var(--iris--global--font-family-2, "Montserrat");
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .footer__content__accelerators {
    width: 100%;
  }
  .footer__content__accelerators__item {
    width: 100%;
  }
}
.footer__content__navigation__item a {
  display: flex;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__content__navigation__item a:after {
  content: var(--font-icon--chevron-right);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  margin-left: auto;
  font-size: 24px;
  transition: all ease-in-out 400ms;
}
body.iris-hover .footer__content__navigation__item a:hover, body.iris-hover .footer__content__navigation__item a:focus, body.iris-hover .footer__content__navigation__item a:active {
  color: var(--iris--global--color-4, #2dbd41) !important;
}
body.iris-hover .footer__content__navigation__item a:hover:after, body.iris-hover .footer__content__navigation__item a:focus:after, body.iris-hover .footer__content__navigation__item a:active:after {
  color: var(--iris--global--color-4, #2dbd41);
}
.footer__content__navigation__item:last-of-type a {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .footer__content__navigation__item {
    display: block;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__content__navigation__item:last-of-type {
    border-bottom: none;
  }
  .footer__content__navigation__item a {
    display: block;
    padding: 0;
  }
  .footer__content__navigation__item a:after {
    display: block;
    float: right;
  }
}
.footer__content__attractivite {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  background: var(--iris--global--color-5, #d4dfec);
  min-height: 200px;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .footer__content__attractivite {
    min-height: auto;
  }
}
.footer__content__attractivite > img {
  margin-top: auto;
}
.footer__content__attractivite .label {
  margin: 10px 0;
  color: var(--iris--global--color-2, #102236);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.footer__content__attractivite .advanced-link {
  margin-bottom: auto;
  color: var(--iris--global--color-2, #102236);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline !important;
  text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
  text-underline-offset: 6px !important;
  text-decoration-thickness: 2px !important;
}
@media screen and (max-width: 1000px) {
  .footer__content__attractivite {
    margin: 0 auto 30px auto;
  }
}
.footer__content__partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: max-content;
  text-align: center;
  margin: 0 auto;
}
.footer__content__partner__item .label {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  margin-bottom: 10px;
}
.footer__content__partner__item a {
  display: block;
  text-align: center;
}
.footer__content__partner__item a img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer__content__partner {
    margin: 0 auto;
  }
}
.footer__copyright {
  color: #fff;
  background-color: var(--iris--global--color-2, #102236);
  font-size: 0.875rem;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer__copyright .copyright__item {
  padding: 0 5px;
}
.footer__copyright .copyright__item [data-obf],
.footer__copyright .copyright__item a {
  opacity: 0.5;
  color: #fff;
  text-decoration: none !important;
  font-weight: normal !important;
}
body.iris-hover .footer__copyright .copyright__item [data-obf]:hover, body.iris-hover .footer__copyright .copyright__item [data-obf]:focus, body.iris-hover .footer__copyright .copyright__item [data-obf]:active,
body.iris-hover .footer__copyright .copyright__item a:hover,
body.iris-hover .footer__copyright .copyright__item a:focus,
body.iris-hover .footer__copyright .copyright__item a:active {
  opacity: 1;
  color: #fff;
}
.footer__copyright .copyright__item__iris [data-obf],
.footer__copyright .copyright__item__iris a {
  opacity: 1;
}
.footer__copyright .copyright__item__iris .fi {
  color: var(--iris--global--color-4, #2dbd41);
}
@media screen and (max-width: 1000px) {
  .footer__copyright {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .footer__copyright .copyright__item {
    display: inline-block;
  }
  .footer__copyright .copyright__item__iris {
    display: block;
    width: max-content;
    margin: 10px auto 0;
  }
}
.footer .backtotop {
  position: fixed;
  width: 48px;
  z-index: 4;
  height: 48px;
  bottom: 50px;
  right: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--iris--global--color-5, #d4dfec);
  text-decoration: none;
  font-size: 1rem;
}
.footer .backtotop:before {
  color: var(--iris--global--color-2, #102236) !important;
}
body.iris-hover .footer .backtotop:hover, body.iris-hover .footer .backtotop:focus, body.iris-hover .footer .backtotop:active {
  background-color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .footer .backtotop:hover:before, body.iris-hover .footer .backtotop:focus:before, body.iris-hover .footer .backtotop:active:before {
  color: #fff !important;
}
@media screen and (max-width: 1452.380952381px) {
  .footer .backtotop {
    right: 10px;
    bottom: 20px;
    z-index: 1;
  }
}

/*
  * 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;
  }
}

/* Modal
/ ================================================== */
.custom-modal {
  position: absolute;
  z-index: 123;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  background: var(--iris--global--color-1, #404e5e);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition: transform ease-in-out 500ms;
}
.custom-modal#details-map-modal {
  position: fixed;
}
@media screen and (max-width: 1000px) {
  .custom-modal {
    width: 100%;
    height: 100vh;
  }
}
.custom-modal.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.custom-modal.loading .loader {
  z-index: 3;
  border-radius: 0;
  background: var(--iris--global--color-1, #404e5e);
}
.custom-modal.loading .loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  border-top: 5px solid var(--iris--global--color-2, #102236);
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}
.custom-modal p.titre {
  font-size: 50px;
  line-height: 50px;
  font-family: var(--iris--global--font-family-1, sans-serif);
  max-width: 1220px;
  margin: 15px auto;
  padding-left: 15px;
}
.custom-modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 123456789;
}
.custom-modal .close:before {
  content: var(--font-icon--close);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .custom-modal .close {
    top: 10px;
    right: 20px;
  }
}
.custom-modal .modal-container {
  height: 100%;
}
.custom-modal .modal-container p.titre,
.custom-modal .modal-container .close,
.custom-modal .modal-container .modal-content {
  color: #fff;
}
.custom-modal .modal-container.modal-dark p.titre,
.custom-modal .modal-container.modal-dark .close,
.custom-modal .modal-container.modal-dark .modal-content {
  color: var(--iris--global--color-2, #102236);
}
.custom-modal .modal-content {
  height: 100%;
}

/* Page
/ ================================================== */
.iris-advanced-search-modal {
  z-index: 12345;
}

hr.wp-block-separator {
  max-width: 100% !important;
}

.wp-block-related-posts--link .large-link__title {
  font-size: var(--iris--global--font-size-large);
  margin: 0;
}
.wp-block-related-posts--link .large-link__title a {
  padding: 20px 40px 20px 0;
}
@media screen and (max-width: 1000px) {
  .wp-block-related-posts--link .large-link__title {
    font-size: var(--iris--global--font-size-regular);
  }
}

.hentry ul.is-style-arrows li::before {
  content: var(--font-icon--customer-fleche);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
}
.hentry .wp-block-columns .wp-block-column h1, .hentry .wp-block-columns .wp-block-column h2, .hentry .wp-block-columns .wp-block-column h3, .hentry .wp-block-columns .wp-block-column h4, .hentry .wp-block-columns .wp-block-column h5, .hentry .wp-block-columns .wp-block-column h6 {
  margin-bottom: 10px;
}
.hentry .wp-block-columns .wp-block-column .wp-block-buttons {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .hentry .wp-block-columns .wp-block-column {
    margin-bottom: 15px;
  }
}

body .menu_mask {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 400ms;
  cursor: pointer;
}
body.submenu-hover {
  overflow: hidden;
}
body.submenu-hover .menu_mask {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 1000.1px) {
  .error-404:before {
    margin-top: -16px;
  }
}
.blog #main .anchors,
.single-wpet #main .anchors,
.page #main .anchors {
  max-width: 1220px !important;
  border-radius: 0 0 16px 16px;
  left: 50%;
  height: 66px;
  padding-top: 16px;
  padding-left: 15px;
  transform: translate(0, 0);
  transition: 0.2s ease;
}
.blog.header-is-visible #main .anchors--is-sticky,
.single-wpet.header-is-visible #main .anchors--is-sticky,
.page.header-is-visible #main .anchors--is-sticky {
  transform: translate(0, 84px);
}
.blog.header-is-hidden #main .anchors,
.single-wpet.header-is-hidden #main .anchors,
.page.header-is-hidden #main .anchors {
  top: -1px;
  height: 50px;
  padding-top: 0;
  transform: translate(0, 0);
}
.blog.header-is-hidden #main .anchors--is-sticky,
.single-wpet.header-is-hidden #main .anchors--is-sticky,
.page.header-is-hidden #main .anchors--is-sticky {
  transform: translate(0, 0);
}

.page #main .anchors.iris-appearance {
  transform: translate(-50%, 84px);
}
@media screen and (max-width: 1000px) {
  .page #main .anchors.iris-appearance {
    transform: translate(-50%, 80px);
    padding-top: 0;
  }
}
.page.header-is-hidden #main .anchors.iris-appearance {
  transform: translate(-50%, 0);
}

/* Top Page
/ ================================================== */
.customer-top-page__container {
  display: grid;
  grid-gap: 40px;
}
.customer-top-page__container.has-side-column {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.customer-top-page__container.has-side-column .customer-top-page__bottom {
  grid-column: 1/3;
}
@media screen and (max-width: 1000px) {
  .customer-top-page__container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .customer-top-page__container.has-side-column {
    grid-template-columns: 100%;
  }
  .customer-top-page__container.has-side-column .customer-top-page__content {
    display: contents;
  }
  .customer-top-page__container.has-side-column .customer-top-page__content .customer-top-page__main {
    order: 1;
  }
  .customer-top-page__container.has-side-column .customer-top-page__content .hentry {
    order: 3;
  }
  .customer-top-page__container.has-side-column .customer-top-page__side {
    order: 2;
  }
  .customer-top-page__container.has-side-column .customer-top-page__bottom {
    order: 4;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1000.1px) {
  .customer-top-page__side {
    position: sticky;
    top: 20px;
    max-height: 100vh;
    transition: 0.2s ease;
  }
  .header-is-visible .customer-top-page__side {
    top: 120px;
  }
}
.customer-top-page__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
}
.customer-top-page__images a {
  position: relative;
}
.customer-top-page__images a:first-of-type {
  grid-column: 1/3;
}
.customer-top-page__images picture {
  width: 100%;
}
.customer-top-page__images picture img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .customer-top-page__images {
    grid-gap: 10px;
  }
}
.customer-top-page__intro {
  margin-top: 40px;
}
.customer-top-page__intro p {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .customer-top-page__intro {
    margin-top: 20px;
  }
}
.customer-top-page__dark-block {
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .customer-top-page__dark-block {
    margin-bottom: 20px;
  }
}
.customer-top-page__dark-block__title {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.customer-top-page__dark-block__text {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.customer-top-page__dark-block__item {
  padding-left: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px !important;
}
.customer-top-page__dark-block__item .fi {
  color: var(--iris--global--color-4, #2dbd41);
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
}
.customer-top-page__dark-block__button .btn {
  color: #fff !important;
  background: var(--iris--global--color-4, #2dbd41);
  display: block;
  width: max-content;
  margin: 25px auto 0 auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 18px 25px;
  border-radius: 7px;
  text-decoration: none;
}
body.iris-hover .customer-top-page__dark-block__button .btn:hover, body.iris-hover .customer-top-page__dark-block__button .btn:focus, body.iris-hover .customer-top-page__dark-block__button .btn:active {
  text-decoration: none;
  background: var(--iris--global--color-1, #404e5e);
}
.customer-top-page__light-block {
  background: var(--iris--global--color-5, #d4dfec);
  border-radius: 16px;
  padding: 30px;
}
.customer-top-page__light-block__title {
  color: var(--iris--global--color-3, #35608f);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.customer-top-page__light-block__title .fi {
  color: var(--iris--global--color-4, #2dbd41);
  font-size: 20px;
  line-height: 24px;
  margin-right: 8px;
}
.customer-top-page__light-block__text {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0 !important;
}
.customer-top-page__bottom-bar {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  transition: all ease-in-out 400ms;
}
.customer-top-page__bottom-bar.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.customer-top-page__bottom-bar__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  background: var(--iris--global--color-2, #102236);
  padding: 10px 20px;
  border-top: 2px solid rgb(64, 78, 94);
}
.customer-top-page__bottom-bar__title {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin: auto 0 !important;
}
.customer-top-page__bottom-bar__button .btn {
  color: #fff !important;
  background: var(--iris--global--color-4, #2dbd41);
  display: block;
  width: max-content;
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 18px 25px;
  border-radius: 7px;
  text-decoration: none;
}
body.iris-hover .customer-top-page__bottom-bar__button .btn:hover, body.iris-hover .customer-top-page__bottom-bar__button .btn:focus, body.iris-hover .customer-top-page__bottom-bar__button .btn:active {
  text-decoration: none;
  background: var(--iris--global--color-1, #404e5e);
}
.customer-top-page__bottom__related, .customer-top-page__bottom__liked-also {
  margin: 40px 0 60px 0;
}
.customer-top-page__bottom__related__header, .customer-top-page__bottom__liked-also__header {
  margin: 0 auto 40px auto;
}
.customer-top-page__bottom__related__header .subtitle, .customer-top-page__bottom__liked-also__header .subtitle {
  color: var(--iris--global--color-1, #404e5e);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.customer-top-page__bottom__related__header .title, .customer-top-page__bottom__liked-also__header .title {
  color: var(--iris--global--color-3, #35608f);
  margin: 0 0 25px 0;
}
.customer-top-page__bottom__related {
  background: var(--iris--global--color-5, #d4dfec);
  padding: 40px;
  margin: 0 0 20px 0;
}
.customer-top-page__bottom__related__header {
  max-width: 800px;
}
.customer-top-page__bottom__related__list {
  display: flex;
  place-content: stretch;
  grid-gap: 20px;
  justify-content: center;
}
.customer-top-page__bottom__related__item {
  max-width: 290px;
  flex-basis: 100%;
}
.customer-top-page__bottom__related__link {
  max-width: 800px;
  margin: 30px auto 0;
}
.customer-top-page__bottom__liked-also > .container {
  max-width: 800px;
}
.customer-top-page__bottom__liked-also__list .large-link__title {
  margin: 0;
  font-size: var(--iris--global--font-size-large);
}
.customer-top-page__bottom__liked-also__list .large-link__title a {
  padding: 20px 40px 20px 0;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .customer-top-page__dark-block {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .customer-top-page__dark-block > i.fi, .customer-top-page__dark-block__title, .customer-top-page__dark-block__text {
    margin-bottom: 5px !important;
  }
  .customer-top-page__dark-block__item {
    padding-left: 0;
    margin-bottom: 2px !important;
  }
  .customer-top-page__light-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .customer-top-page__light-block__title, .customer-top-page__light-block__text {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1000px) {
  .customer-top-page__bottom__related, .customer-top-page__bottom__liked-also {
    margin: 20px 0 30px 0;
  }
  .customer-top-page__bottom__related__header, .customer-top-page__bottom__liked-also__header {
    margin: 0 auto 20px auto;
  }
  .customer-top-page__bottom__related__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customer-top-page__bottom__liked-also__list .large-link__title {
    font-size: var(--iris--global--font-size-regular);
  }
}
@media screen and (max-width: 650px) {
  .customer-top-page__bottom__related__list {
    grid-template-columns: 1fr;
  }
}

.archive .archives_pagination {
  margin-top: 20px;
  text-align: center;
}
.archive .archives_pagination span.current {
  color: #fff;
  background: var(--iris--global--color-1, #404e5e);
}
.archive .archives_pagination span,
.archive .archives_pagination a {
  display: inline-block;
  font-weight: bold;
  margin-right: 6px;
  text-decoration: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  background: var(--iris--global--color-4, #2dbd41);
  color: #fff;
}
.archive .archives_pagination a:hover {
  background: var(--iris--global--color-1, #404e5e) !important;
  color: #fff !important;
}

.sejour-search-form__filter,
.experience-search-form__filter {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
.sejour-search-form__filter label,
.experience-search-form__filter label {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-weight: bold;
}
.sejour-search-form__reinit,
.experience-search-form__reinit {
  font-size: 14px;
  text-align: center;
  color: var(--iris--global--color-4, #2dbd41);
}

/* Custom card (any post type)
/ ================================================== */
.card-custom__item {
  display: block;
  position: relative;
  height: auto !important;
}
.card-custom__item__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--iris--global--color-5, #d4dfec);
}
.card-custom__item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.card-custom__item__text {
  padding: 15px 0 0 0;
  align-self: start;
}
.card-custom__item__text .title {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.card-custom__item__text .title a {
  color: var(--iris--global--color-2, #102236);
  text-decoration: none;
}
.card-custom__item__text .subtitle {
  color: var(--iris--global--color-1, #404e5e);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.card-custom__item__text .location {
  color: #5B7EA5;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.card-custom__item__text .location::before {
  content: var(--font-icon--map-marker);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  margin-right: 5px;
}
body.iris-hover .card-custom__item:hover .title, body.iris-hover .card-custom__item:focus .title, body.iris-hover .card-custom__item:active .title {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-custom__item:hover .title a, body.iris-hover .card-custom__item:focus .title a, body.iris-hover .card-custom__item:active .title a {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-custom__item:hover img, body.iris-hover .card-custom__item:focus img, body.iris-hover .card-custom__item:active img {
  transform: scale(1.1);
}

/* Custom map card use in custom map
/ ================================================== */
#details-map-modal .maplibregl-popup {
  max-width: 350px;
}
@media screen and (max-width: 1000px) {
  #details-map-modal .maplibregl-popup {
    max-width: 250px;
  }
}

.card-map__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--iris--global--border-radius);
}
.card-map__item__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (max-width: 1000px) {
  .card-map__item__container {
    grid-template-columns: 100px 1fr;
  }
}
.card-map__item__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.card-map__item__close:before {
  content: var(--font-icon--close);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  font-size: 12px;
}
.card-map__item__image {
  display: block;
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--iris--global--color-1, #404e5e);
}
.card-map__item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.card-map__item__text {
  padding: 5px 5px 5px 0;
  align-self: center;
}
.card-map__item__text .title {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.card-map__item__text .title a {
  color: var(--iris--global--color-2, #102236);
  text-decoration: none;
}
.card-map__item__text .commune {
  color: var(--iris--global--color-3, #35608f);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body.iris-hover .card-map__item:hover .title, body.iris-hover .card-map__item:focus .title, body.iris-hover .card-map__item:active .title {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-map__item:hover .title a, body.iris-hover .card-map__item:focus .title a, body.iris-hover .card-map__item:active .title a {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-map__item:hover img, body.iris-hover .card-map__item:focus img, body.iris-hover .card-map__item:active img {
  transform: scale(1.1);
}

/* Custom card (type post only)
/ ================================================== */
.card-custom-post__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  position: relative;
}
.card-custom-post__item__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--iris--global--color-1, #404e5e);
}
.card-custom-post__item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.card-custom-post__item__text {
  align-self: center;
}
.card-custom-post__item__text .categories {
  color: var(--iris--global--color-1, #404e5e);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 6px 0;
}
.card-custom-post__item__text .title {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.card-custom-post__item__text .title a {
  color: var(--iris--global--color-2, #102236);
  text-decoration: none;
}
body.iris-hover .card-custom-post__item:hover .title, body.iris-hover .card-custom-post__item:focus .title, body.iris-hover .card-custom-post__item:active .title {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-custom-post__item:hover .title a, body.iris-hover .card-custom-post__item:focus .title a, body.iris-hover .card-custom-post__item:active .title a {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-custom-post__item:hover img, body.iris-hover .card-custom-post__item:focus img, body.iris-hover .card-custom-post__item:active img {
  transform: scale(1.1);
}

/* Sejours / Trips
/ ================================================== */
.card-sejour__item {
  display: block;
  position: relative;
  height: auto !important;
}
.card-sejour__item .sejours-tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.card-sejour__item .sejours-tags__tag {
  background: #fff;
  color: var(--iris--global--color-2, #102236);
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  line-height: 30px;
  padding: 0 15px;
}
.card-sejour__item .sejours-tags__tag i {
  color: var(--iris--global--color-4, #2dbd41);
  margin-left: 5px;
}
.card-sejour__item .sejours-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  overflow: hidden;
}
.card-sejour__item .sejours-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.card-sejour__item .sejours-text {
  padding: 15px 0 0 0;
  align-self: start;
}
.card-sejour__item .sejours-text .title {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.card-sejour__item .sejours-text .title a {
  color: var(--iris--global--color-2, #102236);
  text-decoration: none;
}
.card-sejour__item .sejours-text .location {
  color: #5B7EA5;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.card-sejour__item .sejours-text .location::before {
  content: var(--font-icon--map-marker);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  margin-right: 5px;
}
.card-sejour__item .sejours-text .duree {
  color: #5B7EA5;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
body.iris-hover .card-sejour__item:hover .sejours-text .title, body.iris-hover .card-sejour__item:focus .sejours-text .title, body.iris-hover .card-sejour__item:active .sejours-text .title {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-sejour__item:hover .sejours-text .title a, body.iris-hover .card-sejour__item:focus .sejours-text .title a, body.iris-hover .card-sejour__item:active .sejours-text .title a {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-sejour__item:hover .sejours-image img, body.iris-hover .card-sejour__item:focus .sejours-image img, body.iris-hover .card-sejour__item:active .sejours-image img {
  transform: scale(1.1);
}
/* Experiences
/ ================================================== */
.card-experience__item {
  display: block;
  position: relative;
  height: auto !important;
}
.card-experience__item .experiences-tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.card-experience__item .experiences-tags__tag {
  background: #fff;
  color: var(--iris--global--color-2, #102236);
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  line-height: 20px;
  padding: 5px 15px;
  transition: 0.2s ease;
}
.card-experience__item .experiences-tags__tag i {
  color: var(--iris--global--color-4, #2dbd41);
  margin-left: 5px;
}
.card-experience__item .experiences-tags__tag i.fi--heart {
  color: #D92B2B;
}
.card-experience__item .experiences-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  overflow: hidden;
}
.card-experience__item .experiences-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.card-experience__item .experiences-text {
  padding: 15px 0 0 0;
  align-self: start;
}
.iris-map .card-experience__item .experiences-text {
  padding: 15px;
}
.card-experience__item .experiences-text .title {
  color: var(--iris--global--color-2, #102236);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.card-experience__item .experiences-text .title a {
  color: var(--iris--global--color-2, #102236);
  text-decoration: none;
}
.card-experience__item .experiences-text .location {
  color: #5B7EA5;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
}
.card-experience__item .experiences-text .location::before {
  float: left;
  content: var(--font-icon--map-marker);
  font-family: "collection-font";
  font-style: initial;
  text-transform: none;
  font-weight: 400;
  font-display: swap;
  margin-right: 5px;
  font-size: 15px;
  line-height: 15px;
}
body.iris-hover .card-experience__item:hover .experiences-text .title, body.iris-hover .card-experience__item:focus .experiences-text .title, body.iris-hover .card-experience__item:active .experiences-text .title {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-experience__item:hover .experiences-text .title a, body.iris-hover .card-experience__item:focus .experiences-text .title a, body.iris-hover .card-experience__item:active .experiences-text .title a {
  color: var(--iris--global--color-4, #2dbd41);
}
body.iris-hover .card-experience__item:hover .experiences-image img, body.iris-hover .card-experience__item:focus .experiences-image img, body.iris-hover .card-experience__item:active .experiences-image img {
  transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
  .card-experience__item .experiences-tags {
    top: 10px;
    left: 10px;
  }
  .card-experience__item .experiences-tags__tag {
    padding: 0 5px;
  }
}
@media screen and (max-width: 650px) {
  .card-experience__item .experiences-tags__tag {
    font-size: 10px;
  }
}
.card-experience__item.card-mini-experience__item {
  position: relative;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 25px;
}

/* 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 auto 65px auto;
}
@media screen and (max-width: 1000px) {
  .home .strate {
    margin: 60px 0;
  }
}
.home .strate__subtitle {
  color: var(--iris--global--color-1, #404e5e);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .home .strate__subtitle {
    margin-bottom: 7px;
  }
}
.home .strate__title {
  color: var(--iris--global--color-2, #102236);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .home .strate__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.home .strate__excerpt {
  color: var(--iris--global--color-1, #404e5e);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* Strates
/ ================================================== */
.home__header {
  display: flex;
  z-index: 1;
  position: relative;
  overflow: hidden;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  background-color: var(--iris--global--color-5, #d4dfec);
  background-position: 50vw 100px;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 100px);
}
.home__header.with-image {
  background-position: left 40px;
}
.home__header__content {
  max-width: 695px;
  padding: 65px 105px;
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  transition: all ease-in-out 400ms;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .home__header__content {
    padding: 45px 65px;
  }
}
@media (min-height: 820px) {
  .home__header__content {
    padding: 105px;
  }
}
.home__header__content__title {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  margin: 0 0 15px 0;
}
.home__header__content__subtitle {
  color: var(--iris--global--color-5, #d4dfec);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.home__header__content__separator {
  position: relative;
  margin: 20px 0;
}
.home__header__content__separator__leopard {
  width: 30px;
  height: 14px;
  background-color: var(--iris--global--color-2, #102236);
}
.home__header__content__separator::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 40px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(212, 223, 236, 0.5);
}
.home__header__content__excerpt {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 25px 0;
  opacity: 0.8;
}
.home__header__content__welcome {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
@media screen and (min-width: 1000.1px) {
  .home__header__content__welcome br {
    display: none;
  }
}
.home__header__content__link {
  color: #fff !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline !important;
  text-decoration-color: var(--iris--global--color-4, #2dbd41) !important;
  text-underline-offset: 6px !important;
  text-decoration-thickness: 2px !important;
}
.home__header__content__mobile__leopard {
  display: none;
}
.home__header__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 50vw;
  aspect-ratio: 885/900;
}
.home__header__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home__header__scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc((100vw - 1220px) / 2 + 100px);
  color: rgba(16, 34, 54, 0.75) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px;
  text-decoration: none !important;
  cursor: pointer;
}
.home__header__scroll::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 2px;
  height: 27px;
  background: rgba(16, 34, 54, 0.2);
}
@media screen and (max-width: 1000px) {
  .home__header {
    background: var(--iris--global--color-2, #102236) !important;
    border-radius: 0 0 24px 24px;
    height: 75vh;
    min-height: max-content;
  }
  .home__header__content {
    max-width: 100%;
    padding: 0 20px 30px 20px;
    text-align: center;
  }
  .home__header__content__title {
    font-size: 48px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 10px;
  }
  .home__header__content__subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .home__header__content__separator {
    display: none;
  }
  .home__header__content__excerpt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .home__header__content__welcome {
    font-size: 13px;
    line-height: 20px;
  }
  .home__header__content__mobile__leopard {
    display: block;
    width: 30px;
    height: 14px;
    margin: 20px auto 0;
  }
  .home__header__image, .home__header__scroll {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .home__header__content__title {
    font-size: 38px;
  }
}

.strate__pushs {
  background: var(--iris--global--color-5, #d4dfec);
  margin: 0 auto;
}
.strate__pushs .container {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: auto auto;
  column-gap: 40px;
  padding: 40px 80px;
}
.strate__pushs__title {
  grid-column: 1/2;
  grid-row: 1/2;
  color: var(--iris--global--color-3, #35608f);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.strate__pushs__title .fi {
  color: var(--iris--global--color-4, #2dbd41);
  margin-right: 10px;
}
.strate__pushs__excerpt {
  grid-column: 1/2;
  grid-row: 2/3;
  color: var(--iris--global--color-1, #404e5e);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.strate__pushs .wp-block-button__link {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: start;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .strate__pushs {
    transform: translateY(-24px);
    padding-top: 24px;
  }
  .strate__pushs .container {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  .strate__pushs__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .strate__pushs__excerpt {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 25px;
  }
  .strate__pushs .wp-block-button__link {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-left: 0;
  }
}

.strate__voyager .strate__excerpt {
  max-width: 380px;
}
.strate__voyager__accelerators {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .home .strate__voyager {
    margin-top: 30px;
  }
  .strate__voyager__accelerators {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }
}

.strate__envies .container {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .strate__envies .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.strate__envies__content {
  align-self: center;
}
.strate__envies__content .strate__excerpt {
  max-width: 380px;
}
.strate__envies__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.strate__envies__tags a.wp-block-button__link {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .strate__envies__tags {
    gap: 8px;
  }
  .strate__envies__tags a.wp-block-button__link {
    padding: 8px 15px;
  }
}

.strate__visiter {
  position: relative;
  margin: 130px 0 0 0 !important;
  padding: 0;
}
.strate__visiter:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: var(--iris--global--color-5, #d4dfec);
}
.strate__visiter .container {
  display: grid;
  grid-template-columns: 40% 60%;
  z-index: 2;
  background: #2B4360;
  padding: 0;
  border-radius: 16px;
}
.strate__visiter__content {
  display: flex;
  flex-direction: column;
  padding: 60px 30px 60px 60px;
}
.strate__visiter__content .strate__title {
  color: #fff;
  font-size: 33px;
  line-height: 44px;
  margin-bottom: 15px;
  z-index: 1;
}
.strate__visiter__content .strate__excerpt {
  color: #fff;
  margin-bottom: 15px;
  opacity: 0.8;
}
.strate__visiter__content .strate__excerpt:hover {
  opacity: 1;
}
.strate__visiter__content .wp-block-button__link {
  margin-top: auto;
  max-width: 300px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
}
.strate__visiter__map {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #fff;
}
.strate__visiter__map picture,
.strate__visiter__map img {
  height: 100%;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  .strate__visiter {
    margin: 60px 0 0 0 !important;
  }
  .strate__visiter .container {
    grid-template-columns: 1fr;
  }
  .strate__visiter__content {
    z-index: 2;
    padding: 30px;
    margin-bottom: -100px;
  }
  .strate__visiter__content .strate__title {
    font-size: 22px;
    line-height: 30px;
  }
  .strate__visiter__content .strate__excerpt {
    margin-bottom: 25px;
  }
  .strate__visiter__content .wp-block-button__link {
    max-width: 100%;
    justify-content: center;
  }
  .strate__visiter__map {
    display: block;
  }
  .strate__visiter__map picture,
  .strate__visiter__map img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.strate__moment {
  background: var(--iris--global--color-5, #d4dfec);
  margin: 0 !important;
  padding: 130px 0;
}
.strate__moment .container {
  display: grid;
  grid-template-columns: 2fr 380px;
  column-gap: 40px;
}
.strate__moment .strate__title {
  grid-column: 1/2;
  margin-bottom: 40px !important;
}
.strate__moment__posts {
  grid-column: 1/2;
}
.strate__moment__posts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .strate__moment__posts__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .strate__moment__posts__grid .card-custom-post__item {
    grid-template-columns: 100px auto;
    grid-gap: 20px;
  }
}
.strate__moment__events {
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  padding: 95px 40px;
  aspect-ratio: 1;
}
.strate__moment__events .fi {
  color: var(--iris--global--color-4, #2dbd41);
  font-size: 35px;
}
.strate__moment__events__title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.strate__moment__events .wp-block-button__link {
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .strate__moment {
    padding: 60px 0;
  }
  .strate__moment .container {
    grid-template-columns: 1fr;
  }
  .strate__moment .strate__title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 30px !important;
  }
  .strate__moment__events {
    grid-column: 1/2;
    grid-row: 2/3;
    aspect-ratio: auto;
    margin-bottom: 40px;
    padding: 40px;
  }
  .strate__moment__posts {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.strate__decouvrir__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .strate__decouvrir__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0px;
  }
}
.strate__decouvrir__content__column {
  align-self: center;
}
.strate__decouvrir__content .strate_title {
  margin-bottom: 0;
}
.strate__decouvrir__experiences {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .strate__decouvrir__experiences {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .strate__decouvrir__experiences .card-experience__item {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 20px;
  }
  .strate__decouvrir__experiences .card-experience__item .experiences-tags {
    display: none;
  }
}
.strate__decouvrir .wp-block-button__link {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .strate__decouvrir .wp-block-button__link {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}

.home .strate__sejour {
  padding-bottom: 130px;
  margin-bottom: 0;
}
.strate__sejour .container {
  display: grid;
  grid-template-columns: 2fr 380px;
  grid-template-rows: auto 1fr;
  column-gap: 40px;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .strate__sejour .container {
    grid-template-columns: 2fr 280px;
  }
}
.strate__sejour .strate__title {
  grid-column: 1/2;
  margin-top: 15px;
  margin-bottom: 40px;
}
.strate__sejour__links {
  grid-column: 1/2;
}
.strate__sejour__links__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 40px;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .strate__sejour__links__grid {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .strate__sejour__links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
.strate__sejour__links__grid > a {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 40px 20px;
  background: var(--iris--global--color-4, #2dbd41);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .strate__sejour__links__grid > a {
    height: 100%;
  }
}
.strate__sejour__links__grid > a i {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  background: #fff;
  color: var(--iris--global--color-4, #2dbd41);
  border-radius: 30px;
  font-size: 30px;
  line-height: 55px;
}
body.iris-hover .strate__sejour__links__grid > a:hover, body.iris-hover .strate__sejour__links__grid > a:focus, body.iris-hover .strate__sejour__links__grid > a:active {
  background: var(--iris--global--color-1, #404e5e);
  color: #fff;
  text-decoration: none;
}
body.iris-hover .strate__sejour__links__grid > a:hover i, body.iris-hover .strate__sejour__links__grid > a:focus i, body.iris-hover .strate__sejour__links__grid > a:active i {
  color: var(--iris--global--color-2, #102236);
}
.strate__sejour__events {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
  background: var(--iris--global--color-2, #102236);
  border-radius: 16px;
  padding: 95px 40px;
}
.strate__sejour__events .fi {
  color: var(--iris--global--color-4, #2dbd41);
  font-size: 35px;
}
.strate__sejour__events__title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 20px 0;
}
.strate__sejour__events .wp-block-button__link {
  width: max-content;
  margin: 0 auto;
}
.strate__sejour .leopard {
  display: none;
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 70px;
  z-index: 123;
  background: url(../../../../iris-optimize/resources-shared/images/mini-leopard-green.svg?6cd44583e20482467d30736d6b49a27b) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .home .strate__sejour {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .strate__sejour .container {
    grid-template-columns: 1fr;
  }
  .strate__sejour .strate__title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 30px;
  }
  .strate__sejour__events {
    grid-column: 1/2;
    grid-row: 2/3;
    aspect-ratio: auto;
    margin-bottom: 10px;
    padding: 40px;
  }
  .strate__sejour__links {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .strate__sejour__links__grid > a {
    padding: 20px;
    aspect-ratio: auto;
  }
}

/* Specific
/ ================================================== */
.customer_icons_list {
  font-size: 15px;
}
.customer_icons_list h3 {
  display: block;
}
.customer_icons_list__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.customer_icons_list__list .fi:before {
  font-size: 20px;
  margin-right: 10px;
}
.customer_icons_list__list .fi:hover {
  color: var(--iris--global--color-4, #2dbd41);
}
