@charset "UTF-8";
/*
Theme Name: ERE
Theme URI:
Author:
Author URI:
Description:
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ng1-2025
Text Domain: ere
Tags:
*/
/*
@mixin style1() {
  padding: 4.5rem 1.5rem;
  background-color: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--contrast-4);

  // Typographie & couleur des titres
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--wp--preset--color--base);
  }

  // Liens
  a {
    color: var(--wp--preset--color--base);
    text-decoration: none;

    &:hover {
      color: var(--wp--preset--color--base-2);
    }
  }

  // Boutons
  button,
  .wp-element-button {
    text-transform: uppercase;
    border-radius: 0.3125rem;
    //    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--base);

    &:hover {
      background-color: var(--wp--preset--color--contrast);
      color: var(--wp--preset--color--base);
    }
  }

  // Images (core/image)
  .wp-block-image img {
    border-radius: 5px;
  }

  .wp-block-details {
    font-weight: 700;
    color: var(--wp--preset--color--contrast-4);
    summary {
      border-bottom: 1px solid var(--wp--preset--color--contrast-4);
      &::after {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-down_svgrepo.com'%3E%3Cpath id='Vector' d='M9.51184 16.7256C8.86096 17.3765 8.86096 18.4318 9.51184 19.0826L17.6655 27.2283C18.9675 28.529 21.0772 28.5285 22.3785 27.2273L30.529 19.0766C31.18 18.4258 31.18 17.3705 30.529 16.7196C29.8782 16.0687 28.8228 16.0687 28.172 16.7196L21.196 23.6956C20.5452 24.3466 19.4898 24.3465 18.839 23.6956L11.8689 16.7256C11.218 16.0747 10.1627 16.0747 9.51184 16.7256Z' fill='%23323B2C'/%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
  .wp-block-button {
    a {
      border-color: var(--wp--preset--color--contrast);
      &:hover {
        border-color: var(--wp--preset--color--contrast);
      }
    }

    &.is-style-outline a {
      border-color: var(--wp--preset--color--base);
      color: var(--wp--preset--color--base);
      &:hover {
        border-color: var(--wp--preset--color--contrast);
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
      }
    }
  }
}
*/
/*
@mixin style2() {
  padding: 4.5rem 1.5rem;
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--contrast);

  // Titres
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--wp--preset--color--contrast);
  }

  // Liens
  a {
    color: var(--wp--preset--color--accent);
    text-decoration: none;

    &:hover {
      color: var(--wp--preset--color--base);
    }
  }

  // Boutons
  button,
  .wp-element-button {
    text-transform: uppercase;
    border-radius: 0.3125rem;
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);

    &:hover {
      background-color: var(--wp--preset--color--base);
      color: var(--wp--preset--color--contrast);
    }
  }

  // Images (core/image)
  .wp-block-image img {
    border-radius: 5px;
  }

  &.praticiens {
    .wp-block-group.is-layout-grid {
      grid-template-columns: repeat(auto-fit, minmax(16rem, auto)) !important;
      text-align: center;
      align-items: center; 
      justify-items: center; 
    }
  }
  .wp-block-button {
    a {
      text-transform: uppercase;
      border-color: var(--wp--preset--color--contrast);
      background-color: var(--wp--preset--color--contrast);
      color: var(--wp--preset--color--base);
      &:hover {
        border-color: var(--wp--preset--color--contrast-2);
        background-color: var(--wp--preset--color--contrast-2);
        color: var(--wp--preset--color--base);
      }
    }

    &.is-style-outline a {
      background-color: transparent;
      border-color: var(--wp--preset--color--contrast);
      color: var(--wp--preset--color--contrast);
      &:hover {
        border-color: var(--wp--preset--color--contrast);
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
      }
    }
  }
  .wp-block-details {
    font-weight: 700;
    color: var(--wp--preset--color--accent);
    summary {
      border-bottom: 1px solid var(--wp--preset--color--accent);
      &::after {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-down_svgrepo.com'%3E%3Cpath id='Vector' d='M9.51184 16.7256C8.86096 17.3765 8.86096 18.4318 9.51184 19.0826L17.6655 27.2283C18.9675 28.529 21.0772 28.5285 22.3785 27.2273L30.529 19.0766C31.18 18.4258 31.18 17.3705 30.529 16.7196C29.8782 16.0687 28.8228 16.0687 28.172 16.7196L21.196 23.6956C20.5452 24.3466 19.4898 24.3465 18.839 23.6956L11.8689 16.7256C11.218 16.0747 10.1627 16.0747 9.51184 16.7256Z' fill='%2381604D'/%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
}
*/
/*
@mixin style3() {
  padding: 4.5rem 1.5rem;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);

  // Titres
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--wp--preset--color--contrast-3);
  }

  // Liens
  a {
    color: var(--wp--preset--color--base-2);
    text-decoration: none;

    &:hover {
      color: var(--wp--preset--color--base);
    }
  }
  hr {
    color: var(--wp--preset--color--contrast-3);
    border-top: 1px solid;
  }
  // Boutons
  button,
  .wp-element-button {
    text-transform: uppercase;
    border-radius: 0.3125rem;
    background-color: var(--wp--preset--color--contrast-3);
    color: var(--wp--preset--color--base);

    &:hover {
      background-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--base);
    }
  }

  // Images (core/image)
  .wp-block-image img {
    border-radius: 5px;
  }

  .wp-block-button {
    a {
      border-color: var(--wp--preset--color--contrast);
      &:hover {
        border-color: var(--wp--preset--color--contrast);
      }
    }

    &.is-style-outline a {
      background-color: transparent;
      border-color: var(--wp--preset--color--contrast-3);
      color: var(--wp--preset--color--contrast-3);
      &:hover {
        border-color: var(--wp--preset--color--contrast-2);
        background-color: var(--wp--preset--color--contrast-2);
        color: var(--wp--preset--color--base);
      }
    }
  }
  .wp-block-details {
    font-weight: 700;
    color: var(--wp--preset--color--base);
    .wp-block-button a {
      text-transform: uppercase;
    }
    summary {
      border-bottom: 1px solid var(--wp--preset--color--contrast-3);
      &::after {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-down_svgrepo.com'%3E%3Cpath id='Vector' d='M9.51184 16.7256C8.86096 17.3765 8.86096 18.4318 9.51184 19.0826L17.6655 27.2283C18.9675 28.529 21.0772 28.5285 22.3785 27.2273L30.529 19.0766C31.18 18.4258 31.18 17.3705 30.529 16.7196C29.8782 16.0687 28.8228 16.0687 28.172 16.7196L21.196 23.6956C20.5452 24.3466 19.4898 24.3465 18.839 23.6956L11.8689 16.7256C11.218 16.0747 10.1627 16.0747 9.51184 16.7256Z' fill='%23F9F6F3'/%3E%3C/g%3E%3C/svg%3E");
      }
    }
  }
}
*/
/*
@mixin style4() {
  padding: 4.5rem 1.5rem;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);

  // Titres
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--wp--preset--color--contrast-2);
  }

  // Liens
  a {
    color: var(--wp--preset--color--contrast);
    text-decoration: none;

    &:hover {
      color: var(--wp--preset--color--contrast-2);
    }
  }
  hr {
    color: var(--wp--preset--color--contrast);
    border-top: 1px solid;
  }
  // Boutons
  button,
  .wp-element-button {
    text-transform: uppercase;
    border-radius: 0.3125rem;
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);

    &:hover {
      background-color: var(--wp--preset--color--base);
      color: var(--wp--preset--color--contrast);
    }
  }

  // Images (core/image)
  .wp-block-image img {
    border-radius: 5px;
  }

  .wp-block-button {
    a {
      text-transform: uppercase;
      border-color: var(--wp--preset--color--contrast);
      background-color: var(--wp--preset--color--contrast);
      color: var(--wp--preset--color--base);
      &:hover {
        border-color: var(--wp--preset--color--contrast-2);
        background-color: var(--wp--preset--color--contrast-2);
        color: var(--wp--preset--color--base);
      }
    }

    &.is-style-outline a {
      text-transform: uppercase;
      background-color: transparent;
      border-color: var(--wp--preset--color--contrast-2);
      color: var(--wp--preset--color--contrast-2);
      &:hover {
        border-color: var(--wp--preset--color--contrast);
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
      }
    }
  }

  .wp-block-details {
    font-weight: 700;
    color: var(--wp--preset--color--contrast);
    summary {
      border-bottom: 1px solid var(--wp--preset--color--contrast);
      &::after {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-down_svgrepo.com'%3E%3Cpath id='Vector' d='M9.51184 16.7256C8.86096 17.3765 8.86096 18.4318 9.51184 19.0826L17.6655 27.2283C18.9675 28.529 21.0772 28.5285 22.3785 27.2273L30.529 19.0766C31.18 18.4258 31.18 17.3705 30.529 16.7196C29.8782 16.0687 28.8228 16.0687 28.172 16.7196L21.196 23.6956C20.5452 24.3466 19.4898 24.3465 18.839 23.6956L11.8689 16.7256C11.218 16.0747 10.1627 16.0747 9.51184 16.7256Z' fill='%23654F62'/%3E%3C/g%3E%3C/svg%3E");
      }
    }
    .wp-block-button a {
      text-transform: uppercase;
    }
  }
}
*/
.wp-block-cover.is-style-section-banner1, .wp-block-cover.is-style-section-banner2, .wp-block-cover.is-style-section-banner3, .wp-block-cover.is-style-section-banner4 {
  padding: 0;
}
.wp-block-cover.is-style-section-banner1 img.wp-block-cover__image-background, .wp-block-cover.is-style-section-banner2 img.wp-block-cover__image-background, .wp-block-cover.is-style-section-banner3 img.wp-block-cover__image-background, .wp-block-cover.is-style-section-banner4 img.wp-block-cover__image-background {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-cover.is-style-section-banner1 .wp-block-cover__inner-container, .wp-block-cover.is-style-section-banner2 .wp-block-cover__inner-container, .wp-block-cover.is-style-section-banner3 .wp-block-cover__inner-container, .wp-block-cover.is-style-section-banner4 .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
.wp-block-cover.is-style-section-banner1 .wp-block-cover__inner-container figure.wp-block-image, .wp-block-cover.is-style-section-banner2 .wp-block-cover__inner-container figure.wp-block-image, .wp-block-cover.is-style-section-banner3 .wp-block-cover__inner-container figure.wp-block-image, .wp-block-cover.is-style-section-banner4 .wp-block-cover__inner-container figure.wp-block-image {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vw !important;
}
.wp-block-cover.is-style-section-banner1 .wp-block-cover__inner-container figure.wp-block-image img, .wp-block-cover.is-style-section-banner2 .wp-block-cover__inner-container figure.wp-block-image img, .wp-block-cover.is-style-section-banner3 .wp-block-cover__inner-container figure.wp-block-image img, .wp-block-cover.is-style-section-banner4 .wp-block-cover__inner-container figure.wp-block-image img {
  max-width: 90vw !important;
  width: 212px;
}
.wp-block-cover.is-style-section-banner1 svg, .wp-block-cover.is-style-section-banner2 svg, .wp-block-cover.is-style-section-banner3 svg, .wp-block-cover.is-style-section-banner4 svg {
  max-width: 100vw;
  width: 100vw;
  margin-bottom: -5px;
  height: auto;
}
.single .wp-block-cover img.wp-block-cover__image-background {
  width: 100vw;
  height: 100%;
}
.wp-block-cover.is-style-section-banner1 svg path {
  fill: var(--wp--preset--color--contrast-2);
}
.wp-block-cover.is-style-section-banner2 svg path {
  fill: var(--wp--preset--color--base-2);
}
.wp-block-cover.is-style-section-banner3 svg path {
  fill: var(--wp--preset--color--base);
}
.wp-block-cover.is-style-section-banner4 svg path {
  fill: var(--wp--preset--color--contrast);
}

.banniere-home {
  padding: 0;
}
/* Supprime les flèches par défaut en pseudo-élément */
.is-style-slider-big .slick-prev:before,
.is-style-slider-big .slick-next:before {
  content: none !important;
  display: none !important;
}
.is-style-slider-big .slick-prev,
.is-style-slider-big .slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.is-style-slider-big .slick-prev svg,
.is-style-slider-big .slick-next svg {
  width: 30px;
  height: 30px;
}
.is-style-slider-big .slick-prev {
  left: -30px;
}
.is-style-slider-big .slick-next {
  right: -30px;
}
.is-style-slider-big .slick-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.is-style-slider-big .slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.is-style-slider-big .slick-dots {
  gap: 10px;
  display: flex;
  justify-content: center;
}
.is-style-slider-big .slick-dots li button:before {
  content: "";
  opacity: 1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #dcdcdc;
}
.is-style-slider-big .slick-dots li button:hover:before {
  background-color: var(--wp--preset--color--base-4);
}
.is-style-slider-big .slick-dots li.slick-active button:before {
  background-color: var(--wp--preset--color--base-4);
}

.is-style-slider-big.wp-block-gallery {
  display: block !important;
  gap: 0 !important;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-style-slider-big.wp-block-gallery figure {
  margin: 0 !important;
  width: auto !important;
}
.is-style-slider-big.wp-block-gallery.slider-ready {
  opacity: 1;
}

.wp-block-group.is-layout-grid {
  text-align: center;
  justify-content: center;
  place-content: center;
}

.wp-block-group.labels-qualite > .wp-block-group > .wp-block-group.is-layout-flex {
  justify-content: space-around;
}

.wp-block-group.imgs-decal {
  position: relative;
  min-height: 400px;
  transform: translate(20px, 72px);
}
.wp-block-group.imgs-decal figure:last-child {
  max-width: 250px;
  z-index: 2;
  width: 19vw;
  position: absolute;
}
.wp-block-group.imgs-decal figure:first-child {
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  transform: translate(125px, -72px);
  z-index: 1;
  width: 30vw;
}
@media (max-width: 781px) {
  .wp-block-group.imgs-decal {
    margin-bottom: 3rem;
    transform: translate(2px, 72px);
  }
  .wp-block-group.imgs-decal figure:last-child {
    max-width: 250px;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-80%);
  }
  .wp-block-group.imgs-decal figure:first-child {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-38%, -72px);
    z-index: 1;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .wp-block-group.imgs-decal figure:last-child {
    max-width: 250px;
    z-index: 2;
    width: 100%;
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
  }
  .wp-block-group.imgs-decal figure:first-child {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -72px);
    z-index: 1;
    width: 100%;
  }
}

/* =========================================
   BASE COMMUNE
========================================= */
/* =========================================
   BASE COMMUNE LISTES CUSTOM
========================================= */
.wp-block-list[class*=is-style-liste-] {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
.wp-block-list[class*=is-style-liste-] li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.wp-block-list[class*=is-style-liste-] li::before {
  content: "";
  flex: 0 0 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

/* =========================================
   PICTOS
========================================= */
.is-style-liste-borne li::before {
  background-image: url("./assets/images/picto-borne.svg");
}

.is-style-liste-chauf li::before {
  background-image: url("./assets/images/picto-chauf.svg");
}

.is-style-liste-domo li::before {
  background-image: url("./assets/images/picto-domo.svg");
}

.is-style-liste-elect li::before {
  background-image: url("./assets/images/picto-elec.svg");
}

.is-style-liste-secu li::before {
  background-image: url("./assets/images/picto-secu.svg");
}

.is-style-liste-sol li::before {
  background-image: url("./assets/images/picto-sol.svg");
}

.columns-3.wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.columns-3.wp-block-post-template li.realisation {
  position: relative;
  /* Titre en overlay */
  /* HOVER */
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie__count {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 6;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  pointer-events: none;
}
.columns-3.wp-block-post-template li.realisation h2.wp-block-post-title {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  margin: 0;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 300ms ease; /* PAS de mouvement */
  z-index: 3;
  pointer-events: none;
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  /* Dégradé avec une légère impression de mouvement */
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie a:first-child {
  position: relative;
  display: block;
  /* After qui rend tout l’item cliquable */
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie a:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5; /* juste sous le titre mais au-dessus du gradient */
  background: transparent;
  cursor: pointer;
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.columns-3.wp-block-post-template li.realisation .realisation-galerie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(214, 40, 40, 0) 0%, #d62828 73%);
  opacity: 0;
  transform: translateY(200px); /* LÉGER mouvement vers le bas */
  transition: opacity 300ms ease, transform 300ms ease;
  z-index: 2;
}
.columns-3.wp-block-post-template li.realisation:hover h2.wp-block-post-title {
  opacity: 1; /* juste apparition */
}
.columns-3.wp-block-post-template li.realisation:hover .realisation-galerie::after {
  opacity: 1;
  transform: translateY(0); /* remonte légèrement → animation subtile */
}

.wp-block-query-pagination {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
  /* -----------------------------------------
     1. SI le lien "précédent" n'est pas rendu,
        on force un espace réservé en colonne 1
  ------------------------------------------ */
  /* -----------------------------------------
     2. STYLE DES NUMÉROS
  ------------------------------------------ */
  /* -----------------------------------------
     3. LIEN "PRÉCÉDENT"
  ------------------------------------------ */
  /* -----------------------------------------
     4. LIEN "SUIVANT"
  ------------------------------------------ */
}
.wp-block-query-pagination:not(:has(.wp-block-query-pagination-previous))::before {
  content: "";
  grid-column: 1;
}
.wp-block-query-pagination:not(:has(.wp-block-query-pagination-next))::after {
  content: "";
  grid-column: 3;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  justify-self: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  color: var(--wp--preset--color--base-4);
  font-weight: 600;
  padding: 0 0.4rem;
  text-decoration: none;
  transition: color 0.25s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  color: var(--wp--preset--color--contrast-2);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--contrast-2) !important;
  cursor: default;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--wp--preset--color--base-4) !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:before {
  content: "←";
  font-size: 0.9em;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--wp--preset--color--base-4) !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}
.wp-block-query-pagination .wp-block-query-pagination-next:after {
  content: "→";
  font-size: 0.9em;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}

.bigl {
  background-image: url(./assets/images/bigl.svg);
  background-repeat: no-repeat;
  background-position-x: calc(50vw - 600px);
  background-position-y: calc(100% - 24px);
  min-height: 400px;
  padding-top: var(--wp--preset--spacing--2) !important;
}
.bigl H1 strong {
  font-weight: 700;
  color: var(--wp--preset--color--base-4);
}
@media screen and (max-width: 1500px) {
  .bigl {
    background-position-x: 0px;
  }
}
@media screen and (max-width: 650px) {
  .bigl {
    padding: var(--wp--preset--spacing--7) !important;
    background-image: url(./assets/images/littlel.svg);
    background-position-x: 1rem;
    background-position-y: calc(100% - 0rem);
    background-size: 80vw auto;
  }
}
@media screen and (min-width: 882px) {
  .bigl .wp-block-columns .wp-block-column:first-child .wp-block-group {
    padding-right: var(--wp--preset--spacing--1);
    padding-left: var(--wp--preset--spacing--8);
  }
}
@media screen and (max-width: 1100px) {
  .bigl {
    padding: var(--wp--preset--spacing--7) 5.5rem !important;
    background-image: url(./assets/images/littlel.svg);
    background-position-x: 1rem;
    background-position-y: calc(100% - 0rem);
    background-size: 90vw auto;
  }
}
@media screen and (max-width: 450px) {
  .bigl {
    padding: var(--wp--preset--spacing--6) !important;
  }
}
@media screen and (max-width: 882px) {
  .bigl .wp-block-columns.cols-imgs-decal {
    /* Le conteneur ne doit plus passer en colonne */
    flex-direction: column !important;
  }
  .bigl .wp-block-columns.cols-imgs-decal .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
.bigl .wp-block-group.imgs-decal {
  position: relative;
  min-height: 400px;
  transform: translate(0, 72px);
}
.bigl .wp-block-group.imgs-decal figure:last-child {
  max-width: 350px;
  z-index: 2;
  width: 25vw;
  position: absolute;
  margin-top: 0;
  transform: translate(0, 50px);
}
.bigl .wp-block-group.imgs-decal figure:first-child {
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  transform: translate(125px, -100px);
  z-index: 1;
  width: 30vw;
}
@media (max-width: 781px) {
  .bigl .wp-block-group.imgs-decal {
    margin-bottom: 3rem;
  }
  .bigl .wp-block-group.imgs-decal figure:last-child {
    max-width: 250px;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-80%);
  }
  .bigl .wp-block-group.imgs-decal figure:first-child {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-38%, -72px);
    z-index: 1;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .bigl .wp-block-group.imgs-decal figure:last-child {
    max-width: 250px;
    z-index: 2;
    width: 100%;
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
  }
  .bigl .wp-block-group.imgs-decal figure:first-child {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -72px);
    z-index: 1;
    width: 100%;
  }
}

.bigl2 {
  background-image: url(./assets/images/bigl2.svg);
  background-repeat: no-repeat;
  background-position-x: calc(50vw - 600px - 170px);
  background-position-y: calc(100% - 66px);
  min-height: 400px;
  padding-top: var(--wp--preset--spacing--2) !important;
}
@media screen and (max-width: 1500px) {
  .bigl2 {
    background-position-x: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .bigl2 {
    padding: var(--wp--preset--spacing--7) 5.5rem !important;
    background-image: url(./assets/images/littlel.svg);
    background-position-x: 1rem;
    background-position-y: calc(100% - 0rem);
    background-size: 90vw auto;
  }
}
@media screen and (max-width: 800px) {
  .bigl2 {
    padding: var(--wp--preset--spacing--7) 3rem 1rem !important;
  }
}

.biglhome:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(./assets/images/bigl-home.svg);
  background-repeat: no-repeat;
  background-position-x: calc(50vw - 600px - 0px);
  background-size: auto 100%;
  min-height: 400px;
  padding-top: var(--wp--preset--spacing--2) !important;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .biglhome:before {
    background-position-x: 0px;
  }
}
@media screen and (max-width: 882px) {
  .biglhome:before {
    background-position-x: -73px;
    background-size: 1380px;
  }
}

@media screen and (max-width: 882px) {
  body header.wp-block-template-part .logomenu-wrapper {
    padding-left: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--2) !important;
  }
  body .logo-header svg {
    transform: translateX(0px) translateY(20px) !important;
  }
  body.scrolled .logo-header svg {
    transform: translateX(0px) translateY(20px) !important;
  }
}

@media screen and (max-width: 882px) {
  body.home header.wp-block-template-part .logomenu-wrapper {
    padding-left: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--2) !important;
  }
}
@media screen and (max-width: 500px) {
  body.home header.wp-block-template-part .logomenu-wrapper .logo-header {
    height: 80px;
    overflow: hidden;
  }
  body.home header.wp-block-template-part .logomenu-wrapper .logo-header svg {
    color: var(--wp--preset--color--base-4);
  }
}

body.home.hover .hero-home .wp-block-cover__inner-container {
  margin-top: calc(var(--mega-menu-top-position) + 20px);
}

.hero-home::after {
  content: "";
  position: absolute;
  width: calc(50vw - 500px);
  height: 100%;
  background-color: var(--wp--preset--color--base-4);
  background-size: 100%;
  left: 0;
}
.hero-home .wp-block-cover__inner-container {
  z-index: 2;
  margin-top: var(--mega-menu-top-position);
  transition: all 0.4s ease-in-out;
}
.hero-home .wp-block-cover__inner-container > .wp-block-group h1 {
  font-size: 90px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 88px; /* 97.778% */
  letter-spacing: -1.8px;
}
.hero-home .wp-block-cover__inner-container > .wp-block-group h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
@media screen and (max-width: 882px) {
  .hero-home .wp-block-cover__inner-container > .wp-block-group {
    padding-right: var(--wp--preset--spacing--4) !important;
    padding-left: var(--wp--preset--spacing--1) !important;
  }
}
@media screen and (max-width: 500px) {
  .hero-home .wp-block-cover__inner-container > .wp-block-group h1 {
    font-size: 70px !important;
  }
  .hero-home .wp-block-cover__inner-container > .wp-block-group h3:first-child {
    font-size: 1.7rem;
    word-wrap: break-word;
  }
  .hero-home .wp-block-cover__inner-container > .wp-block-group h3:last-child {
    font-size: 1.7rem;
    max-width: 230px;
    word-wrap: break-word;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .hero-home .wp-block-cover__image-background {
    -o-object-position: 35% 50% !important;
       object-position: 35% 50% !important;
  }
}
.hero-home .wp-block-cover__background {
  background-color: transparent !important;
  opacity: 1 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 77.99%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 42.31%, rgba(0, 0, 0, 0.6) 69.71%);
}

@media (max-width: 882px) {
  body:not(.home) .entry-content > .wp-block-group:first-child .wp-block-columns .imgs-decal {
    display: none;
  }
}

@media screen and (max-width: 882px) {
  .banncta > .wp-block-group {
    margin-right: var(--wp--preset--spacing--3) !important;
    margin-left: var(--wp--preset--spacing--3) !important;
  }
}
footer.wp-block-template-part[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

footer.wp-block-template-part hr {
  opacity: 0.2;
  background: #fff;
  height: 1px;
  border: 0;
}
footer.wp-block-template-part a:hover {
  text-decoration: underline;
}
footer.wp-block-template-part a.wp-block-button__link {
  text-decoration: none;
}
footer.wp-block-template-part nav li.current-menu-item a {
  text-decoration: underline;
}
footer.wp-block-template-part .menu-footer {
  margin-top: 0;
  margin-bottom: 0;
}
footer.wp-block-template-part .menu-footer > p {
  margin-bottom: 24px;
}
footer.wp-block-template-part .bottom-barre nav {
  width: initial;
}
footer.wp-block-template-part .bottom-barre nav ul {
  justify-content: center;
}
footer.wp-block-template-part .bottom-barre p {
  text-align: center;
}
@media (max-width: 486px) {
  footer.wp-block-template-part .menu-footer > p {
    margin-bottom: 24px;
  }
  footer.wp-block-template-part .menu-footer > .wp-block-group {
    align-items: center;
  }
  footer.wp-block-template-part .menu-footer p {
    text-align: center;
  }
  footer.wp-block-template-part .menu-footer ul {
    align-items: center;
  }
}

@media (max-width: 900px) {
  footer.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group {
    justify-content: center;
  }
  footer.wp-block-template-part .wp-block-group {
    margin-right: auto;
    margin-left: auto;
  }
  footer.wp-block-template-part .bottom-group > .wp-block-group {
    padding-top: var(--wp--preset--spacing--4);
  }
  footer.wp-block-template-part .bottom-group > .wp-block-group p {
    margin: auto;
    text-align: center;
  }
}
.form-wrapper {
  color: var(--wp--preset--color--contrast) !important;
}
.form-wrapper a {
  color: var(--wp--preset--color--contrast);
}
.form-wrapper .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.form-wrapper .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .wpcf7-radio input[type=radio] {
  transform: scale(1.5) !important;
  margin: 0 0.2rem 0 0;
  accent-color: var(--wp--preset--color--contrast);
}
.form-wrapper .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  cursor: pointer;
}
.form-wrapper .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.form-wrapper .form-grid .form-left {
  grid-column: 1;
}
.form-wrapper .form-grid .form-right {
  grid-column: 2;
}
.form-wrapper .form-grid .form-full {
  grid-column: 1/-1;
}
.form-wrapper .form-grid p {
  margin: 0 !important;
}
.form-wrapper .form-grid input,
.form-wrapper .form-grid textarea,
.form-wrapper .form-grid select {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  font-family: inherit;
  border-radius: 8px;
  border: 1px solid var(--wp--preset--color--base-3);
}
.form-wrapper .form-grid input::-moz-placeholder, .form-wrapper .form-grid textarea::-moz-placeholder, .form-wrapper .form-grid select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.form-wrapper .form-grid input::placeholder,
.form-wrapper .form-grid textarea::placeholder,
.form-wrapper .form-grid select::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.form-wrapper .form-grid select {
  color: rgba(101, 79, 98, 0.6);
}
.form-wrapper .form-grid textarea {
  min-height: 150px;
  resize: vertical;
  border-radius: 4px !important;
  border: 1px solid var(--wp--preset--color--base-3);
}
.form-wrapper input[type=checkbox] {
  transform: scale(1.5) !important;
  width: 25px !important;
  height: 18px !important;
  aspect-ratio: 1/1;
  padding: initial !important;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  flex-grow: 1;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  flex-grow: 0;
}
.form-wrapper input[type=submit] {
  transition: all 0.4s ease-in-out;
  width: auto !important;
  margin-top: 0 !important;
  background-color: var(--wp--preset--color--base-3) !important;
  border-color: var(--wp--preset--color--base-3) !important;
  color: #fff !important;
  border-width: 2px;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 133.333% */
  letter-spacing: 0.01175rem;
  text-transform: uppercase;
}
.form-wrapper input[type=submit]:hover {
  background-color: #fff !important;
  color: var(--wp--preset--color--base-3) !important;
}
@media (max-width: 768px) {
  .form-wrapper .wpcf7-radio {
    flex-wrap: wrap;
  }
  .form-wrapper .form-grid {
    grid-template-columns: 1fr;
  }
  .form-wrapper .form-grid .form-left,
  .form-wrapper .form-grid .form-right,
  .form-wrapper .form-grid .form-full {
    grid-column: 1;
  }
}

/* Front-end uniquement */
body.logged-in.admin-bar {
  margin-top: 0 !important;
  padding-bottom: 32px !important;
}

body.logged-in.admin-bar #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

body.home.scrolled header.wp-block-template-part {
  background-color: #fff;
}
body.home.scrolled header.wp-block-template-part nav.has-mobile-menu > button > svg {
  fill: var(--wp--preset--color--base-4) !important;
}
body.home.scrolled header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) .wp-block-navigation-item {
  color: var(--wp--preset--color--accent-1);
}
body.home.scrolled header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) .wp-block-navigation-item a {
  color: var(--wp--preset--color--accent-1);
}
body.home.scrolled header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) ul.wp-block-navigation-submenu li a {
  color: var(--wp--preset--color--accent-1) !important;
}
body.home:not(.scrolled) header.wp-block-template-part nav.has-mobile-menu > button > svg {
  fill: #fff !important;
}
body.home:not(.scrolled) header.wp-block-template-part .logo-header svg {
  color: #fff;
}
body.home:not(.scrolled) header.wp-block-template-part .logo-header svg defs {
  display: none;
}
body.home:not(.scrolled) header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) nav.has-mobile-menu > button > svg {
  fill: var(--wp--preset--color--base-4);
}
body.home:not(.scrolled) header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) .wp-block-navigation-item {
  color: #fff !important;
}
body.home:not(.scrolled) header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) .wp-block-navigation-item a {
  color: #fff !important;
}
body.home:not(.scrolled) header.wp-block-template-part .wp-block-navigation__container:not(.is-mobile-menu) ul.wp-block-navigation-submenu li a {
  color: var(--wp--preset--color--accent-1) !important;
}
body.home:not(.scrolled) .wp-block-navigation__responsive-container-content > .wp-block-buttons > .wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--base-1);
  color: var(--wp--preset--color--base-4);
}
body.home:not(.scrolled) .wp-block-navigation__responsive-container-content > .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast-1);
  color: var(--wp--preset--color--base-3);
  border-color: var(--wp--preset--color--contrast-1);
}

nav.has-mobile-menu {
  justify-content: right;
}
nav.has-mobile-menu > button {
  margin-top: 17px;
}
nav.has-mobile-menu > button > svg {
  fill: var(--wp--preset--color--base-4);
  width: 35px;
  height: 35px;
}

body.scrolled {
  position: relative;
}
body.scrolled .logo-header {
  overflow: hidden;
}
@media (min-width: 900px) {
  body.scrolled .logo-header {
    height: 80px;
  }
}
body.scrolled .logo-header svg {
  height: auto;
  color: var(--wp--preset--color--base-4);
}
body.scrolled .logo-header svg > g > path:not(.ere) {
  opacity: 0;
}
body.scrolled .logo-header svg defs {
  display: initial;
}
body.scrolled.hover header.wp-block-template-part {
  top: 0px !important;
}
body.scrolled.menu-not-on-top header.wp-block-template-part .topbar {
  height: 0px;
  padding: 0px !important;
}
body.scrolled header.wp-block-template-part {
  background-color: #fff;
}
body.scrolled header.wp-block-template-part > .wp-block-template-part > .wp-block-group:nth-child(2) {
  transition: all 0.4s ease-in-out;
}
@media (min-width: 900px) {
  body.scrolled header.wp-block-template-part > .wp-block-template-part > .wp-block-group:nth-child(2) {
    height: 70px;
  }
}
body header.wp-block-template-part {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
}
body header.wp-block-template-part > .wp-block-template-part .topbar {
  transition: all 0.4s ease-in-out;
  padding-top: var(--wp--preset--spacing--2);
  padding-bottom: var(--wp--preset--spacing--2);
}
@media (max-width: 900px) {
  body header.wp-block-template-part > .wp-block-template-part .topbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--wp--preset--spacing--1) !important;
    padding-bottom: var(--wp--preset--spacing--1) !important;
  }
  body header.wp-block-template-part > .wp-block-template-part .topbar > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  body header.wp-block-template-part > .wp-block-template-part .topbar > .wp-block-group {
    padding-left: var(--wp--preset--spacing--3) !important;
    padding-right: var(--wp--preset--spacing--3) !important;
  }
}
body header.wp-block-template-part > .wp-block-template-part > .wp-block-group:nth-child(2) {
  height: 90px;
}
body header.wp-block-template-part > .wp-block-template-part > .wp-block-group:nth-child(2) .logo-header svg > g > path:not(.ere) {
  transition: all 0.4s ease-in-out;
}
body header.wp-block-template-part > .wp-block-template-part > .wp-block-group:nth-child(2) > .wp-block-group {
  transition: all 0.4s ease-in-out;
}
body header.wp-block-template-part > .wp-block-template-part nav#nav-5 {
  margin-top: 0.8rem;
  align-items: normal !important;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 900px) {
  .logo-header {
    min-width: 170px;
  }
}
body header.wp-block-template-part {
  top: 0;
}
@media (min-width: 900px) {
  body header.wp-block-template-part .logo-header {
    margin-top: 0.5rem;
    width: 280px;
  }
}
body header.wp-block-template-part .logo-header svg {
  color: var(--wp--preset--color--base-4);
}
body header.wp-block-template-part ul.wp-block-navigation__container li a {
  color: var(--wp--preset--color--accent-1);
}
body header.wp-block-template-part ul.wp-block-navigation__container li a:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}

@media (min-width: 900px) {
  .wp-block-navigation__responsive-container-content > .wp-block-buttons {
    margin-left: auto;
  }
}
@media (min-width: 900px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
nav {
  width: 100%;
}

.wp-block-navigation__responsive-container-close {
  top: 30px;
  right: 30px;
}

header.wp-block-template-part {
  position: fixed;
  width: 100vw;
  z-index: 11;
}
.scrolled header.wp-block-template-part {
  box-shadow: 0px 4px 5px 0px rgba(60, 77, 69, 0.34);
}
header.wp-block-template-part nav.wp-block-navigation {
  max-width: 1280px;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li {
  border-bottom: 1px solid transparent;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li:hover {
  border-bottom: 1px solid var(--wp--preset--color--contrast-2);
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.current-menu-item {
  border-bottom: 1px solid var(--wp--preset--color--contrast-2);
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child {
  /* === Cacher le SVG === */
  /* === Triangle CSS sur le bouton === */
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child:hover .wp-block-navigation__submenu-icon::after {
  transform: rotate(180deg);
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child .wp-block-navigation__submenu-icon svg {
  display: none !important;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child .wp-block-navigation__submenu-icon {
  position: relative;
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child .wp-block-navigation__submenu-icon::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  /* Triangle vers le bas */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.25s ease, border-top-color 0.25s ease;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul {
  position: absolute;
  top: 100%;
  margin-top: 15px;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 30px;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li {
  margin-left: 0.5rem;
  border-left: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li a {
  padding-left: 0.5rem;
  transition: all 0.4s ease-in-out;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li:hover, header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li.current-menu-item {
  border-left: 1px solid var(--wp--preset--color--contrast-2);
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li:hover a, header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li.current-menu-item a {
  transform: translateX(4px);
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li:hover a span, header.wp-block-template-part nav.wp-block-navigation ul.wp-block-navigation > li.has-child > ul > li.current-menu-item a span {
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation li {
  text-align: center;
  padding: 0 0.25rem;
  transition: all 0.4s ease-in-out;
  color: var(--wp--preset--color--accent-1) !important;
}
header.wp-block-template-part nav.wp-block-navigation li a {
  font-weight: 600;
  color: var(--wp--preset--color--accent-1) !important;
}
header.wp-block-template-part nav.wp-block-navigation li:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation li:hover > a {
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation li.current-menu-item {
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation li.current-menu-item > a {
  color: var(--wp--preset--color--contrast-2) !important;
}
header.wp-block-template-part nav.wp-block-navigation li .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  box-shadow: 0px 4px 5px 0px rgba(60, 77, 69, 0.34);
}
header.wp-block-template-part nav.wp-block-navigation li .wp-block-navigation__submenu-container.wp-block-navigation-submenu li {
  text-align: left;
}

body:not(.home) header.wp-block-template-part + main {
  margin-top: 130px !important;
}

body main {
  margin-top: -6px !important;
  transition: all 0.4s ease-in-out;
}

.wp-block-navigation__mobile-menu-content a[data-type=page] {
  font-weight: 600;
  color: var(--wp--preset--color--base-4) !important;
}
.wp-block-navigation__mobile-menu-content a[data-type=page]:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}
.wp-block-navigation__mobile-menu-content a[data-type=page].current-menu-item {
  color: var(--wp--preset--color--contrast-2) !important;
}

li.noclick > a {
  pointer-events: none;
  cursor: default;
}

/*[class*="is-style-section-style"] {
  @include is_section();
}
*/
/*
.is-style-section-style1{
    @include style1();
}



.is-style-section-style2{

    @include style2();
}



.is-style-section-style3{
    @include style3();
}


.is-style-section-style4{
    @include style4();
}
*/
.wp-block-button.is-style-chevron .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: currentColor;
  background: transparent;
  padding: 0;
  border: none;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.wp-block-button.is-style-chevron .wp-block-button__link::after {
  content: "›";
  font-size: 1.25rem;
  transition: transform 0.25s ease;
}
.wp-block-button.is-style-chevron .wp-block-button__link:hover::after {
  transform: translateX(4px);
}

@media (max-width: 782px) {
  header.wp-block-template-part .wp-block-group[class*=is-style-section-] {
    padding-top: var(--wp--preset--spacing--1) !important;
    padding-right: var(--wp--preset--spacing--1) !important;
    padding-bottom: var(--wp--preset--spacing--1) !important;
    padding-left: var(--wp--preset--spacing--1) !important;
  }
}

@media (max-width: 782px) {
  .wp-block-group:not(.bigl)[class*=is-style-section-] {
    padding-top: var(--wp--preset--spacing--6) !important;
    padding-right: var(--wp--preset--spacing--3) !important;
    padding-bottom: var(--wp--preset--spacing--6) !important;
    padding-left: var(--wp--preset--spacing--3) !important;
  }
}
.wp-block-group:not(.bigl).is-style-section-style1 .wp-block-heading strong {
  color: var(--wp--preset--color--base-4);
  font-weight: 700;
}
.wp-block-group:not(.bigl).is-style-section-style1 .wp-block-button.is-style-chevron .wp-block-button__link {
  color: var(--wp--preset--color--base-4) !important;
}
.wp-block-group:not(.bigl).is-style-section-style1 .wp-block-button.is-style-chevron .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}
.wp-block-group:not(.bigl).is-style-section-style2 .wp-block-heading strong {
  color: var(--wp--preset--color--contrast-1);
}
.wp-block-group:not(.bigl).is-style-section-style2 .wp-block-button.is-style-chevron .wp-block-button__link {
  color: var(--wp--preset--color--base-1);
}
.wp-block-group:not(.bigl).is-style-section-style2 .wp-block-button.is-style-chevron .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast-1);
}
.wp-block-group:not(.bigl).is-style-section-style2.coupe {
  background-color: transparent;
}
.wp-block-group:not(.bigl).is-style-section-style2.coupe:before {
  content: "";
  background-color: var(--wp--preset--color--base-4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70%;
}
@media (max-width: 782px) {
  .wp-block-group:not(.bigl).is-style-section-style2.coupe:before {
    height: 56%;
  }
}
.wp-block-group:not(.bigl).is-style-section-style3 .wp-block-heading strong {
  color: var(--wp--preset--color--contrast-2);
}
.wp-block-group:not(.bigl).is-style-section-style3 .wp-block-button.is-style-chevron .wp-block-button__link {
  color: var(--wp--preset--color--accent-1) !important;
}
.wp-block-group:not(.bigl).is-style-section-style3 .wp-block-button.is-style-chevron .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}
.wp-block-group:not(.bigl).is-style-section-style4 .wp-block-heading strong {
  color: var(--wp--preset--color--base-4);
}
.wp-block-group:not(.bigl).is-style-section-style4 .wp-block-button.is-style-chevron .wp-block-button__link {
  color: var(--wp--preset--color--base-1) !important;
}
.wp-block-group:not(.bigl).is-style-section-style4 .wp-block-button.is-style-chevron .wp-block-button__link:hover {
  color: var(--wp--preset--color--base-4) !important;
}
.wp-block-group:not(.bigl).is-style-section-style5 .wp-block-heading strong {
  color: var(--wp--preset--color--base-4);
}
.wp-block-group:not(.bigl).is-style-section-style5 .wp-block-button.is-style-chevron .wp-block-button__link {
  color: var(--wp--preset--color--base-4) !important;
}
.wp-block-group:not(.bigl).is-style-section-style5 .wp-block-button.is-style-chevron .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast-2) !important;
}

/* ----------------------------------------------------------
   STYLE 1
---------------------------------------------------------- */
.wp-block-button.is-style-button-style1 .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--base-4);
  color: var(--wp--preset--color--base-1);
}
.wp-block-button.is-style-button-style1 .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast-1);
  color: var(--wp--preset--color--base-3);
  border-color: var(--wp--preset--color--contrast-1);
}

/* ----------------------------------------------------------
   STYLE 2
---------------------------------------------------------- */
.wp-block-button.is-style-button-style2 .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--base-1);
  color: var(--wp--preset--color--base-4);
}
.wp-block-button.is-style-button-style2 .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast-1);
  color: var(--wp--preset--color--base-3);
  border-color: var(--wp--preset--color--contrast-1);
}

/* ----------------------------------------------------------
   STYLE 3
---------------------------------------------------------- */
.wp-block-button.is-style-button-style3 .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--base-3);
  color: var(--wp--preset--color--base-1);
}
.wp-block-button.is-style-button-style3 .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--base-1);
  border-color: var(--wp--preset--color--contrast-2);
}

/* ----------------------------------------------------------
   STYLE 4
---------------------------------------------------------- */
.wp-block-button.is-style-button-style4 .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--contrast-1);
  color: var(--wp--preset--color--base-3);
}
.wp-block-button.is-style-button-style4 .wp-block-button__link:hover {
  background: var(--wp--preset--color--base-4);
  color: var(--wp--preset--color--base-1);
  border-color: var(--wp--preset--color--base-4);
}

/* ----------------------------------------------------------
   STYLE 5
---------------------------------------------------------- */
.wp-block-button.is-style-button-style5 .wp-block-button__link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xxxs);
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01175rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border-width: 0;
  background: var(--wp--preset--color--base-4);
  color: var(--wp--preset--color--base-1);
}
.wp-block-button.is-style-button-style5 .wp-block-button__link:hover {
  background: var(--wp--preset--color--contrast-1);
  color: var(--wp--preset--color--base-3);
  border-color: var(--wp--preset--color--contrast-1);
}

@media (max-width: 900px) {
  .slider-group .wp-block-gallery {
    margin-block-start: 0;
  }
  .slider-group > .wp-block-columns {
    border: 1px solid var(--wp--preset--color--base-2);
    gap: 10px;
  }
  .slider-group > .wp-block-columns > .wp-block-column:first-child {
    padding: var(--wp--preset--spacing--5) !important;
  }
  .slider-group > .wp-block-columns > .wp-block-column:last-child > .wp-block-group {
    border: 0;
    padding: var(--wp--preset--spacing--5) !important;
  }
}
@media (max-width: 782px) {
  .slider-group > .wp-block-columns > .wp-block-column:first-child {
    padding-top: var(--wp--preset--spacing--1) !important;
  }
  .slider-group > .wp-block-columns > .wp-block-column:last-child {
    padding-bottom: var(--wp--preset--spacing--1) !important;
  }
  .slider-group > .wp-block-columns > .wp-block-column:last-child > .wp-block-group {
    padding-bottom: var(--wp--preset--spacing--1) !important;
  }
}

.hidden {
  display: none !important;
}

.services-accordion {
  display: flex;
  width: 100%;
  border-radius: 16px;
  overflow: hidden; /* <- tu peux remettre */
  background: var(--wp--preset--color--base-2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Chaque item de l’accordéon */
.service-item {
  display: flex;
  flex: 1 1 0;
  min-width: 60px;
  cursor: pointer;
  overflow: hidden;
  border-right: 1px solid #e3e3e3;
  transition: flex-basis 300ms ease;
  min-width: 0; /* <-- obligatoire pour éviter les débordements */
  height: var(--service-panel-max-height);
}
.service-item:last-child {
  border-right: none;
}
.service-item .service-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

/* ÉTAT ACTIF = prend toute la place */
.service-item.is-active {
  flex: 0 0 60%;
  min-width: 0;
}

/* Bande verticale (toujours visible) */
.service-side {
  background: var(--wp--preset--color--base-2);
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 90px;
  max-width: 120px;
  min-width: 60px;
  align-items: center;
  padding: 1.5rem 0.5rem;
  text-align: center;
  border-left: 1px solid #e9e9e9;
}
.service-side .service-number {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
  margin-top: 0; /* sécurité */
  margin-bottom: 1rem;
}
.service-side .service-category {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  /* Centre exactement le titre */
  margin-top: 0;
  margin-bottom: auto;
}

/* Quand actif → bande rouge */
.service-item.is-active .service-side {
  background: var(--wp--preset--color--base-4);
  color: #fff;
  border-right: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* Supprimer la bordure de l’item précédent */
.service-item:has(+ .service-item.is-active) {
  border: none;
}

:root {
  --service-panel-max-height: 100%; /* fallback par sécurité */
}

/* Panel de contenu : CACHE par défaut */
.service-panel {
  padding: 1.5rem;
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}
.service-panel a.service-link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-panel .service-image {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
  opacity: 0;
  transition: all 2s ease;
  width: 100%;
  height: 327px;
  position: relative;
}
.service-panel .service-image img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-panel .service-text {
  margin-bottom: 1.5rem;
}
.service-panel .service-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.service-panel .service-picto {
  position: relative;
  margin-top: -67px;
  left: 73%;
  padding: 0.6rem;
  border-radius: 8px;
  display: inline-flex;
}
.service-panel .service-picto img {
  width: 84px;
  height: 84px;
  display: block;
}

/* Panel visible si actif */
.service-item.is-active .service-panel {
  opacity: 1;
  visibility: visible;
  padding: 1.5rem;
}
.service-item.is-active .service-panel .service-image {
  opacity: 1;
}

/* Responsive simple */
@media (max-width: 768px) {
  .services-accordion {
    flex-direction: column;
  }
  .service-item {
    flex: 1 0 auto;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .service-item:last-child {
    border-bottom: none;
  }
  .service-inner {
    flex-direction: row;
  }
  .service-side {
    flex: 0 0 70px;
  }
}
/* Pendant la mesure : on coupe les transitions pour éviter les effets bizarres */
body.services-measuring .service-panel,
body.services-measuring .service-item {
  transition: none !important;
}

/* Pendant la mesure : on cache l’accordion pour ne rien voir bouger */
.services-accordion.is-measuring {
  visibility: hidden;
}

/* Une fois prête : affichage normal */
.services-accordion.is-ready {
  visibility: visible;
}

@media (max-width: 900px) {
  .services-accordion {
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
  .service-item {
    flex: 1 0 auto !important;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    height: 100%;
  }
  .service-item:last-child {
    border-bottom: none;
  }
  /* Le wrapper interne passe vertical */
  .service-inner {
    display: block;
    flex-direction: column;
    width: 100%;
  }
  /* 🔥 La bande verticale devient une ligne horizontale */
  .service-side {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 100%;
    padding: 1rem;
    width: 100%;
    max-height: 120px;
    min-height: 60px;
    min-width: auto;
    max-width: none;
    border-right: none;
    border-left: none;
    background: var(--wp--preset--color--base-2);
    gap: 1rem;
    box-sizing: border-box;
  }
  /* Numéro à gauche */
  .service-number {
    align-items: center;
    margin: auto 0 !important;
    font-size: 2rem;
    line-height: 1;
  }
  /* Titre redevenu horizontal */
  .service-category {
    text-align: left;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    align-items: center;
    margin: auto auto auto 0 !important;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025rem;
  }
  /* 🟥 Si actif → ligne rouge */
  .service-item.is-active .service-side {
    background: var(--wp--preset--color--base-4);
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
  }
  .service-item.is-active .service-panel {
    height: 100%;
  }
  /* Le panel apparaît sous la ligne */
  .service-panel {
    max-height: none;
    padding: 0;
    display: block;
    height: 0;
    max-height: 0;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    transition: height 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
  }
}
.wp-block-columns.cols4-rouge {
  gap: 2rem;
}
.wp-block-columns.cols4-rouge .wp-block-column > .wp-block-group {
  aspect-ratio: 1/1;
  height: 100%;
  padding: var(--wp--preset--spacing--2) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  margin: auto;
}
.wp-block-columns.cols4-rouge .wp-block-column > .wp-block-group p {
  margin-block-start: 20px;
}

@media (max-width: 1200px) {
  .wp-block-columns.cols4-rouge {
    gap: 2em 1.5rem !important;
  }
  .wp-block-columns.cols4-rouge > .wp-block-group {
    padding: var(--wp--preset--spacing--2) !important;
  }
  .wp-block-columns.cols4-rouge img {
    height: 50px;
  }
  .wp-block-columns.cols4-rouge p {
    margin-block-start: 10px !important;
  }
}
@media (max-width: 900px) {
  body.home .wp-block-columns.cols4-rouge {
    flex-wrap: wrap !important;
    gap: 2em 1rem !important;
  }
  body.home .wp-block-columns.cols4-rouge > .wp-block-column {
    flex-basis: 47%;
    flex-grow: 0;
  }
  body.home .wp-block-columns.cols4-rouge > .wp-block-column > .wp-block-group {
    padding: var(--wp--preset--spacing--2) !important;
  }
  body.home .wp-block-columns.cols4-rouge > .wp-block-column img {
    height: 100px;
  }
  body.home .wp-block-columns.cols4-rouge > .wp-block-column p {
    margin-block-start: 25px !important;
  }
}

@media (max-width: 1400px) {
  body.page-id-54 .wp-block-columns.cols4-rouge {
    flex-wrap: wrap !important;
    gap: 2em 1rem !important;
  }
  body.page-id-54 .wp-block-columns.cols4-rouge > .wp-block-column {
    flex-basis: 47%;
    flex-grow: 0;
  }
  body.page-id-54 .wp-block-columns.cols4-rouge > .wp-block-column > .wp-block-group {
    padding: var(--wp--preset--spacing--2) !important;
  }
  body.page-id-54 .wp-block-columns.cols4-rouge > .wp-block-column img {
    height: 100px;
  }
  body.page-id-54 .wp-block-columns.cols4-rouge > .wp-block-column p {
    margin-block-start: 25px !important;
  }
}

@media (max-width: 550px) {
  .wp-block-columns.cols4-rouge {
    flex-wrap: wrap !important;
    gap: 2em 1rem !important;
  }
  .wp-block-columns.cols4-rouge > .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
.wp-block-columns.cols3-puces {
  gap: 1rem;
}
.wp-block-columns.cols3-puces .wp-block-column > .wp-block-group {
  aspect-ratio: 1/1;
  height: 100%;
}
.wp-block-columns.cols3-puces .wp-block-column > .wp-block-group p {
  text-align: left;
  margin-left: 0 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
}
.wp-block-columns.cols3-puces .wp-block-column > .wp-block-group li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .wp-block-columns.cols3-puces .wp-block-column > .wp-block-group {
    padding: var(--wp--preset--spacing--2) !important;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-columns.cols3-puces {
    gap: 3rem;
    flex-wrap: wrap !important;
    padding-bottom: var(--wp--preset--spacing--8);
  }
  .wp-block-columns.cols3-puces .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns.cols3-puces .wp-block-column .wp-block-group {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-columns.cols3-puces .wp-block-column .wp-block-group p {
    text-align: left;
    margin-left: 0 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .wp-block-columns.cols3-puces .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--1) !important;
    padding-bottom: var(--wp--preset--spacing--2) !important;
    padding-left: var(--wp--preset--spacing--1) !important;
  }
  .wp-block-columns.cols3-puces .wp-block-group ul {
    margin-top: 0.5rem;
  }
  .wp-block-columns.cols3-puces .wp-block-group ul li {
    gap: 0.1rem;
  }
}
@media screen and (min-width: 1300px) {
  .wp-block-columns.cols3-puces {
    gap: 2rem;
  }
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.nowrap {
  white-space: nowrap;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

@media (max-width: 786px) {
  .reverse.wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }
  .reverse.wp-block-columns > .wp-block-column:last-child {
    order: 1;
    padding-top: 3rem;
  }
}

@media (min-width: 900px) {
  .is-mobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .is-center-mobile {
    text-align: center !important;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .is-desktop {
    display: none !important;
  }
}

.h1 {
  font-size: var(--wp--preset--font-size--h-one);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.065rem;
  line-height: 3.25rem;
}

.h2 {
  font-size: var(--wp--preset--font-size--h-two);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.055rem;
  line-height: 56px; /* 100% */
  text-transform: uppercase;
}

h1.h2 {
  font-size: 56px !important;
  line-height: 56px; /* 100% */
}

.h3 {
  font-size: var(--wp--preset--font-size--h-three);
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
}

.h4 {
  font-size: var(--wp--preset--font-size--h-four);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04rem;
  line-height: 2rem;
}

.h5 {
  font-size: var(--wp--preset--font-size--h-five);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03125rem;
  line-height: 1.5625rem;
}

.h6 {
  font-size: var(--wp--preset--font-size--h-six);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}