/*
Theme Name: Brio'gel
Theme URI: 
Author: Paul Roger
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: briogel
Tags:
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

@media (max-width: 1632px) {
  :root {
    --wp--style--global--wide-size: calc(100% - 64px)!important;
  }
}

@media (max-width: 1312px) {
  :root {
    --wp--style--global--content-size: calc(100% - 64px)!important;
  } 
}

@media (max-width: 768px) {
  :root {
    --wp--preset--font-size--9: clamp(18px, 8vw, 4.375rem)!important;
    --wp--preset--font-size--8: clamp(18px, 7vw, 3.75rem)!important;
    --wp--preset--font-size--7: clamp(18px, 6vw, 3.125rem)!important;

    --wp--preset--spacing--6: var(--wp--preset--spacing--4)!important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  margin: 0;
}

@media (min-width: 1181px) {
  body {
    overflow: visible!important;
  }
}

main {
  margin-top: 148px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  main {
    margin-top: 84px;
  }
}

footer a {
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--wp--preset--color--custom-vert);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
  z-index: 2;
}

.relative-3 {
  position: relative;
  z-index: 3;
}

.flex-col-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.mt-0 {
  margin-top: 0!important;
}

.overflow-hidden {
  overflow: hidden!important;
}

.min-width-24px {
  min-width: 24px!important;
}

.max-height-400px {
  max-height: 410px!important;
}

.margin-left-auto {
  margin-left: auto!important;
}

@media (min-width: 769px) {
  .pc-display-none {
    display: none!important;
  }
}

@media (max-width: 1500px) {
  :root {
    --wp--preset--font-size--4: calc(1.25rem * 0.8);
    --wp--preset--font-size--5: calc(1.5rem * 0.8);
    --wp--preset--font-size--6: calc(2rem * 0.8);
    --wp--preset--font-size--7: calc(2.5rem * 0.8);
    --wp--preset--font-size--8: calc(3rem * 0.8);
    --wp--preset--font-size--9: calc(4.375rem * 0.8);
    --wp--preset--spacing--1: calc(1rem * 0.8);
    --wp--preset--spacing--2: calc(1.5rem * 0.8);
    --wp--preset--spacing--3: calc(2rem * 0.8);
    --wp--preset--spacing--4: calc(3rem * 0.8);
    --wp--preset--spacing--5: calc(4rem * 0.8);
    --wp--preset--spacing--6: calc(5rem * 0.8);
    --wp--preset--spacing--7: calc(8rem * 0.8);
  }
}

@media (max-width: 768px) {
  .mob-display-none {display: none!important;}
  .mob-no-br br {display: none;}
  .mob-bg-img-none {background-image: none!important;}

  .mob-flex-start {display: flex!important; align-items: flex-start!important; justify-content: flex-start!important;}
  .mob-flex-center {display: flex!important; align-items: center!important; justify-content: center!important;}

  .mob-text-align-center {text-align: center!important;}
  .mob-text-align-left {text-align: left!important;}
  .mob-text-align-right {text-align: right!important;}


  .mob-width-25 {flex: 25%!important; width: 25%!important; max-width: 50%!important;}
  .mob-width-30 {flex: 30%!important; width: 30%!important; max-width: 50%!important;}
  .mob-width-40 {flex: 40%!important; width: 40%!important; max-width: 50%!important;}
  .mob-width-50 {flex: 50%!important; width: 50%!important; max-width: 50%!important;}
  .mob-width-100 {width: 100%!important; flex: 100%!important; max-width: 100%!important;}

  .mob-width-50px {width: 50px!important; flex: 50px!important; max-width: 50px!important;}
  .mob-width-75px {width: 75px!important; flex: 75px!important; max-width: 75px!important;}
  .mob-width-150px {width: 150px!important; flex: 150px!important; max-width: 150px!important;}

  .mob-max-width-500px {max-width: 500px!important;}

  .mob-br-t-0, figure.mob-br-t-0 img {border-top-left-radius: 0!important; border-top-right-radius: 0!important;}
  .mob-br-b-0, figure.mob-br-b-0 img {border-bottom-left-radius: 0!important; border-bottom-right-radius: 0!important;}

  .mob-br-tl-0 {border-top-left-radius: 0!important;}
  .mob-br-tr-0 {border-top-right-radius: 0!important;}
  .mob-br-bl-0 {border-bottom-left-radius: 0!important;}
  .mob-br-br-0 {border-bottom-right-radius: 0!important;}

  .mob-mt-minus-5 {margin-top: -5.5rem!important;}
  .mob-mb-minus-5 {margin-bottom: -5.5rem!important;}

  .mob-bg-beige-2 {background-color: var(--wp--preset--color--custom-beige-2)!important;}

  .mob-bg-width-80 {background-size: 80%!important;}

  .mob-aspect-ratio-1-1, figure.mob-aspect-ratio-1-1 img {aspect-ratio: 1/1!important; object-fit: cover!important;}
  .mob-aspect-ratio-4-3, figure.mob-aspect-ratio-4-3 img {aspect-ratio: 4/3!important; object-fit: cover!important;}

  .mob-order-minus-2 {order: -2!important;}
  .mob-order-minus-1 {order: -1!important;}
  .mob-order-0 {order: 0!important;}
  .mob-order-1 {order: 1!important;}

  .mob-flex-100 {flex: 100%!important; width: 100%!important;}
  .mob-flex-90 {flex: 90%!important; width: 90%!important;}
  .mob-flex-80 {flex: 80%!important; width: 80%!important;}
  .mob-flex-70 {flex: 70%!important; width: 70%!important;}
  .mob-flex-60 {flex: 60%!important; width: 60%!important;}
  .mob-flex-50 {flex: 50%!important; width: 50%!important;}
  .mob-flex-40 {flex: 40%!important; width: 40%!important;}
  .mob-flex-30 {flex: 30%!important; width: 30%!important;}
  .mob-flex-20 {flex: 20%!important; width: 20%!important;}
  .mob-flex-10 {flex: 10%!important; width: 10%!important;}
  .mob-flex-col {flex-direction: column!important;}


  .mob-fs-1 {font-size: var(--wp--preset--font-size--1)!important;}
  .mob-fs-2 {font-size: var(--wp--preset--font-size--2)!important;}
  .mob-fs-3 {font-size: var(--wp--preset--font-size--3)!important;}
  .mob-fs-4 {font-size: var(--wp--preset--font-size--4)!important;}
  .mob-fs-5 {font-size: var(--wp--preset--font-size--5)!important;}
  .mob-fs-6 {font-size: var(--wp--preset--font-size--6)!important;}
  .mob-fs-7 {font-size: var(--wp--preset--font-size--7)!important;}
  .mob-fs-8 {font-size: var(--wp--preset--font-size--8)!important;}
  .mob-fs-9 {font-size: var(--wp--preset--font-size--9)!important;}

  .mob-p-0 {padding: 0!important;}
  .mob-p-1 {padding: var(--wp--preset--spacing--1)!important;}
  .mob-p-2 {padding: var(--wp--preset--spacing--2)!important;}
  .mob-p-3 {padding: var(--wp--preset--spacing--3)!important;}
  .mob-p-4 {padding: var(--wp--preset--spacing--4)!important;}
  .mob-p-5 {padding: var(--wp--preset--spacing--5)!important;}
  .mob-p-6 {padding: var(--wp--preset--spacing--6)!important;}
  .mob-p-7 {padding: var(--wp--preset--spacing--7)!important;}
  .mob-p-8 {padding: 11rem!important;}

  .mob-pt-0 {padding-top: 0!important;}
  .mob-pt-1 {padding-top: var(--wp--preset--spacing--1)!important;}
  .mob-pt-2 {padding-top: var(--wp--preset--spacing--2)!important;}
  .mob-pt-3 {padding-top: var(--wp--preset--spacing--3)!important;}
  .mob-pt-4 {padding-top: var(--wp--preset--spacing--4)!important;}
  .mob-pt-5 {padding-top: var(--wp--preset--spacing--5)!important;}
  .mob-pt-6 {padding-top: var(--wp--preset--spacing--6)!important;}
  .mob-pt-7 {padding-top: var(--wp--preset--spacing--7)!important;}
  .mob-pt-8 {padding-top: 11rem!important;}

  .mob-pb-0 {padding-bottom: 0!important;}
  .mob-pb-1 {padding-bottom: var(--wp--preset--spacing--1)!important;}
  .mob-pb-2 {padding-bottom: var(--wp--preset--spacing--2)!important;}
  .mob-pb-3 {padding-bottom: var(--wp--preset--spacing--3)!important;}
  .mob-pb-4 {padding-bottom: var(--wp--preset--spacing--4)!important;}
  .mob-pb-5 {padding-bottom: var(--wp--preset--spacing--5)!important;}
  .mob-pb-6 {padding-bottom: var(--wp--preset--spacing--6)!important;}
  .mob-pb-7 {padding-bottom: var(--wp--preset--spacing--7)!important;}
  .mob-pb-8 {padding-bottom: 11rem!important;}

  .mob-pl-0 {padding-left: 0!important;}
  .mob-pl-1 {padding-left: var(--wp--preset--spacing--1)!important;}
  .mob-pl-2 {padding-left: var(--wp--preset--spacing--2)!important;}
  .mob-pl-3 {padding-left: var(--wp--preset--spacing--3)!important;}
  .mob-pl-4 {padding-left: var(--wp--preset--spacing--4)!important;}
  .mob-pl-5 {padding-left: var(--wp--preset--spacing--5)!important;}
  .mob-pl-6 {padding-left: var(--wp--preset--spacing--6)!important;}
  .mob-pl-7 {padding-left: var(--wp--preset--spacing--7)!important;}
  .mob-pl-8 {padding-left: 11rem!important;}

  .mob-pr-0 {padding-right: 0!important;}
  .mob-pr-1 {padding-right: var(--wp--preset--spacing--1)!important;}
  .mob-pr-2 {padding-right: var(--wp--preset--spacing--2)!important;}
  .mob-pr-3 {padding-right: var(--wp--preset--spacing--3)!important;}
  .mob-pr-4 {padding-right: var(--wp--preset--spacing--4)!important;}
  .mob-pr-5 {padding-right: var(--wp--preset--spacing--5)!important;}
  .mob-pr-6 {padding-right: var(--wp--preset--spacing--6)!important;}
  .mob-pr-7 {padding-right: var(--wp--preset--spacing--7)!important;}
  .mob-pr-8 {padding-right: 11rem!important;}

  .mob-m-0 {margin: 0!important;}
  .mob-m-1 {margin: var(--wp--preset--spacing--1)!important;}
  .mob-m-2 {margin: var(--wp--preset--spacing--2)!important;}
  .mob-m-3 {margin: var(--wp--preset--spacing--3)!important;}
  .mob-m-4 {margin: var(--wp--preset--spacing--4)!important;}
  .mob-m-5 {margin: var(--wp--preset--spacing--5)!important;}
  .mob-m-6 {margin: var(--wp--preset--spacing--6)!important;}
  .mob-m-7 {margin: var(--wp--preset--spacing--7)!important;}
  .mob-m-8 {margin: 11rem!important;}

  .mob-mt-0 {margin-top: 0!important;}
  .mob-mt-1 {margin-top: var(--wp--preset--spacing--1)!important;}
  .mob-mt-2 {margin-top: var(--wp--preset--spacing--2)!important;}
  .mob-mt-3 {margin-top: var(--wp--preset--spacing--3)!important;}
  .mob-mt-4 {margin-top: var(--wp--preset--spacing--4)!important;}
  .mob-mt-5 {margin-top: var(--wp--preset--spacing--5)!important;}
  .mob-mt-6 {margin-top: var(--wp--preset--spacing--6)!important;}
  .mob-mt-7 {margin-top: var(--wp--preset--spacing--7)!important;}
  .mob-mt-8 {margin-top: 11rem!important;}

  .mob-mb-0 {margin-bottom: 0!important;}
  .mob-mb-1 {margin-bottom: var(--wp--preset--spacing--1)!important;}
  .mob-mb-2 {margin-bottom: var(--wp--preset--spacing--2)!important;}
  .mob-mb-3 {margin-bottom: var(--wp--preset--spacing--3)!important;}
  .mob-mb-4 {margin-bottom: var(--wp--preset--spacing--4)!important;}
  .mob-mb-5 {margin-bottom: var(--wp--preset--spacing--5)!important;}
  .mob-mb-6 {margin-bottom: var(--wp--preset--spacing--6)!important;}
  .mob-mb-7 {margin-bottom: var(--wp--preset--spacing--7)!important;}
  .mob-mb-8 {margin-bottom: 11rem!important;}

  .mob-ml-0 {margin-left: 0!important;}
  .mob-ml-1 {margin-left: var(--wp--preset--spacing--1)!important;}
  .mob-ml-2 {margin-left: var(--wp--preset--spacing--2)!important;}
  .mob-ml-3 {margin-left: var(--wp--preset--spacing--3)!important;}
  .mob-ml-4 {margin-left: var(--wp--preset--spacing--4)!important;}
  .mob-ml-5 {margin-left: var(--wp--preset--spacing--5)!important;}
  .mob-ml-6 {margin-left: var(--wp--preset--spacing--6)!important;}
  .mob-ml-7 {margin-left: var(--wp--preset--spacing--7)!important;}
  .mob-ml-8 {margin-left: 11rem!important;}

  .mob-mr-0 {margin-right: 0!important;}
  .mob-mr-1 {margin-right: var(--wp--preset--spacing--1)!important;}
  .mob-mr-2 {margin-right: var(--wp--preset--spacing--2)!important;}
  .mob-mr-3 {margin-right: var(--wp--preset--spacing--3)!important;}
  .mob-mr-4 {margin-right: var(--wp--preset--spacing--4)!important;}
  .mob-mr-5 {margin-right: var(--wp--preset--spacing--5)!important;}
  .mob-mr-6 {margin-right: var(--wp--preset--spacing--6)!important;}
  .mob-mr-7 {margin-right: var(--wp--preset--spacing--7)!important;}
  .mob-mr-8 {margin-right: 11rem!important;}

  .mob-gap-0 {gap: 0!important;}
  .mob-gap-1 {gap: var(--wp--preset--spacing--1)!important;}
  .mob-gap-2 {gap: var(--wp--preset--spacing--2)!important;}
  .mob-gap-3 {gap: var(--wp--preset--spacing--3)!important;}
  .mob-gap-4 {gap: var(--wp--preset--spacing--4)!important;}
  .mob-gap-5 {gap: var(--wp--preset--spacing--5)!important;}
  .mob-gap-6 {gap: var(--wp--preset--spacing--6)!important;}
  .mob-gap-7 {gap: var(--wp--preset--spacing--7)!important;}
  .mob-gap-8 {gap: 11rem!important;}
}

@media (max-width: 768px) {
  .intro {
    padding: 0!important;
  }
  .intro-content {
    max-width: 100%!important;
  }
  .intro-content .wp-block-group {
    padding-left: 16px!important;
    padding-right: 16px!important;
  }
}

sub {
  font-size: 50%;
  vertical-align: baseline;
}

.wp-block-button .wp-block-button__link, .is-style-bouton-lien-lire-suite {
  position: relative;
  transition: all 0.3s ease;
}

.wp-block-button .wp-block-button__link:hover, .is-style-bouton-lien-lire-suite:hover {
  padding-right: 66px;
  background-color: var(--wp--preset--color--custom-vert);
  color: var(--wp--preset--color--custom-blanc);
}

.wp-block-button .wp-block-button__link::after, .is-style-bouton-lien-lire-suite::after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  width: 32px;
  height: 24px;
  background-image: url(./assets/chart/arrow-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.wp-block-button .wp-block-button__link:hover::after, .is-style-bouton-lien-lire-suite:hover::after {
  opacity: 1;
}

.wp-block-query-pagination {
  gap: 0;
}

.wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 0;
}

.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  text-decoration: none;
  border-radius: 5px;
  background: var(--wp--preset--color--custom-blanc);
  color: var(--wp--preset--color--custom-noir);
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-query-pagination-next span,
.wp-block-query-pagination-previous span {
  margin: 0!important;
}

.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
  background: var(--wp--preset--color--custom-beige-1);
  color: var(--wp--preset--color--custom-blanc);
  border-color: var(--wp--preset--color--custom-beige-1);
}

.is-style-details-charte,
.is-style-details-charte-blanc {
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--custom-beige-1);
}

.is-style-details-charte[open],
.is-style-details-charte-blanc[open] {
  padding-bottom: var(--wp--preset--spacing--2);
}

.is-style-details-charte:not(:first-of-type):last-of-type,
.is-style-details-charte-blanc:not(:first-of-type):last-of-type {
  border-bottom: none;
}

.is-style-details-charte summary,
.is-style-details-charte-blanc summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: var(--wp--preset--spacing--1) 0;
  padding-right: 40px;
  font-size: var(--wp--preset--font-size--4);
  font-weight: 800;
  line-height: 1.4;
  color: var(--wp--preset--color--custom-noir);
  cursor: pointer;
  transition: all 0.3s ease;
}

.is-style-details-charte summary + *,
.is-style-details-charte-blanc summary + * {
  margin-top: 0;
}

.is-style-details-charte summary:hover,
.is-style-details-charte-blanc summary:hover {
  margin-left: 10px;
  color: var(--wp--preset--color--custom-vert);
}

.is-style-details-charte-blanc summary:hover {
  color: var(--wp--preset--color--custom-blanc);
}

.is-style-details-charte summary::before,
.is-style-details-charte-blanc summary::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 4px;
  background-color: var(--wp--preset--color--custom-vert);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.is-style-details-charte-blanc summary::before {
  background-color: var(--wp--preset--color--custom-blanc);
}

.is-style-details-charte summary::after,
.is-style-details-charte-blanc summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 4px;
  height: 20px;
  background-color: var(--wp--preset--color--custom-vert);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.is-style-details-charte-blanc summary::after {
  background-color: var(--wp--preset--color--custom-blanc);
}

.is-style-details-charte summary:hover::before,
.is-style-details-charte summary:hover::after {
  background-color: var(--wp--preset--color--custom-vert);
}

.is-style-details-charte-blanc summary:hover::before,
.is-style-details-charte-blanc summary:hover::after {
  background-color: var(--wp--preset--color--custom-blanc);
}

.is-style-details-charte[open] summary::after,
.is-style-details-charte-blanc[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.is-style-details-charte ul li::marker {
  color: var(--wp--preset--color--custom-vert);
}

.is-style-details-charte-blanc ul li::marker {
  color: var(--wp--preset--color--custom-blanc);
}

.is-style-no-underline a {
  text-decoration: none!important;
}

.is-style-read-more-charte {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--wp--preset--font-size--3);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wp--preset--color--custom-noir);
  cursor: pointer;
  transition: all 0.3s ease;
}

.is-style-read-more-charte::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('./assets/chart-marque/arrow-taupe.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.is-style-read-more-charte:hover::after {
  transform: translateX(4px);
}

.is-style-navigation-footer ul li a {
  padding-left: 12px;
  color: var(--wp--preset--color--custom-noir);
  transition: all 0.3s ease;
}

.is-style-navigation-footer ul li a:hover {
  color: var(--wp--preset--color--custom-vert)!important;
}

.is-style-navigation-footer ul li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--wp--preset--color--custom-blanc);
  border-radius: 50%;
}

.is-style-navigation-footer ul li a:hover::before {
  background-color: var(--wp--preset--color--custom-vert);
}

.is-style-navigation-footer ul li a::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--custom-vert);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}

.is-style-navigation-footer ul li a:hover::after {
  transform: scaleX(1);
}

.is-style-navigation-footer.mentions ul li:first-of-type a::before,
.is-style-navigation-footer.mentions ul li a::after {
  display: none;
}

.is-style-navigation-footer.mentions ul li a:hover::before {
  background-color: var(--wp--preset--color--custom-noir);
}

.is-style-hover-bleu a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-bleu)!important;
  color: var(--wp--preset--color--custom-blanc)!important;
}

.is-style-hover-blanc a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-blanc)!important;
  color: var(--wp--preset--color--custom-noir)!important;
}

.is-style-hover-blanc a.wp-block-button__link:hover::after {
  background-image: url('./assets/chart/fleche-noir.svg');
}

.is-style-hover-noir a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-noir)!important;
  color: var(--wp--preset--color--custom-blanc)!important;
}

.is-style-hover-beige-1 a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-beige-1)!important;
  color: var(--wp--preset--color--custom-blanc)!important;
}

.is-style-hover-fleche-bas a.wp-block-button__link:hover {
  padding-right: 32px;
  background-color: var(--wp--preset--color--custom-noir)!important;
}

.is-style-hover-fleche-bas a.wp-block-button__link::after {
  background-image: url('./assets/chart/fleche-noir.svg');
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.is-style-hover-noir-sans-fleche a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-noir)!important;
  color: var(--wp--preset--color--custom-blanc)!important;
  padding-right: 32px;
}

.is-style-hover-noir-sans-fleche a.wp-block-button__link::after {
  display: none;
}

@media (max-width: 768px) {
  .is-style-hover-fleche-bas a.wp-block-button__link::after {
    display: none;
  }
}

@media (max-width: 1500px) {
  .bg-pain {
    background-size: 12%!important;
  }
}

.is-style-ancre {
  position: relative;
}

.is-style-ancre,
.is-style-ancre p {
  transition: all 0.3s ease;
}

.is-style-ancre a {
  color: inherit!important;
  text-decoration: none!important;
}

.is-style-ancre:hover {
  background-color: var(--wp--preset--color--custom-bleu)!important;
  border-color: var(--wp--preset--color--custom-bleu)!important;
}

.is-style-ancre:hover * {
  filter: brightness(1.5);
  color: var(--wp--preset--color--custom-blanc)!important;
}

.is-style-fond-beige-special {
  position: relative;
  z-index: 2;

}
.is-style-fond-beige-special::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100% - 160px);
  height: 100%;
  background-color: var(--wp--preset--color--custom-beige-1);
  border-radius: 50px;
}

@media (max-width: 1280px) {
  .is-style-fond-beige-special::before {
    width: 100%
  }
}

.is-style-fond-beige-clair-special,
.is-style-fond-vert-special {
  position: relative;
  z-index: 2;
}


.is-style-fond-beige-clair-special::before,
.is-style-fond-vert-special::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background-color: var(--wp--preset--color--custom-beige-2);
  transform: translateY(-50%);
}

.is-style-fond-vert-special::before {
  background-color: var(--wp--preset--color--custom-vert-clair);
}

.is-style-fond-beige-clair-special-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.is-style-fond-beige-clair-special-2::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 480px;
  height: 100%;
  background-color: #E2DBC4;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.is-style-fond-beige-clair-special-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
  background-color: #E2DBC4;
}

.is-style-picto-youtube {
  position: relative;
}

.is-style-picto-youtube::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  background-image: url('./assets/chart/youtube.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.is-style-eclats-rouges {
  position: relative;
  z-index: 2;
}

.is-style-eclats-rouges::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 60%;
  right: 0;
  width: 128px;
  height: 128px;
  background-image: url('./assets/chart/picto_eclates_marron.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.is-style-eclats-bleus {
  position: relative;
  z-index: 2;
}

.is-style-eclats-bleus::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -150px;
  left: 85%;
  width: 230px;
  height: 156px;
  background-image: url('./assets/chart/picto_eclate_vert.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .is-style-eclats-bleus::before {
    top: -90px;
    width: 150px;
  }
}

.is-style-puce-bleue li::marker {
  color: var(--wp--preset--color--custom-bleu);
}

.is-style-puce-vert li::marker {
  color: var(--wp--preset--color--custom-vert);
}

.is-style-bouton-lien-lire-suite {
  background-color: var(--wp--preset--color--custom-noir);
  color: var(--wp--preset--color--custom-blanc);
  border-radius: 10px;
  font-size: var(--wp--preset--font-size--4);
  font-style: normal;
  font-weight: 700;
  padding-top: 14px;
  padding-right: 32px;
  padding-bottom: 14px;
  padding-left: 32px;
  text-transform: uppercase;
}

.is-style-offres-emploi li:nth-child(2n) .wp-block-group.has-background {
  background-color: #1D1E1B!important;
}

.is-style-offres-emploi li:nth-child(2n) .is-style-bouton-lien-lire-suite {
  background-color: #000!important;
}

.is-style-bouton-lien-lire-suite:hover,
.is-style-offres-emploi li:nth-child(2n) .is-style-bouton-lien-lire-suite:hover {
  background-color: var(--wp--preset--color--custom-blanc)!important;
  color: var(--wp--preset--color--custom-bleu)!important;
}

.is-style-bouton-lien-lire-suite:hover::after,
.is-style-offres-emploi li:nth-child(2n) .is-style-bouton-lien-lire-suite:hover::after {
  background-image: url('./assets/chart/fleche-bleue.svg')!important;
}

.is-style-actualites {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
}

.is-style-actualites li.wp-block-post {
  grid-column: span 2;
  width: 100%;
  max-width: 100%;
}

.is-style-actualites li.wp-block-post:nth-child(1),
.is-style-actualites li.wp-block-post:nth-child(2) {
  grid-column: span 3;
}

.is-style-actualites li.wp-block-post:nth-child(1) .wp-block-post-featured-image,
.is-style-actualites li.wp-block-post:nth-child(2) .wp-block-post-featured-image {
  aspect-ratio: 3/2!important;
  height: auto!important;
}

@media (max-width: 768px) {
  .is-style-actualites {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .is-style-actualites li.wp-block-post:nth-child(1),
  .is-style-actualites li.wp-block-post:nth-child(2),
  .is-style-actualites li.wp-block-post {
    grid-column: span 3!important;
  }

  .is-style-actualites li.wp-block-post:nth-child(1) .wp-block-post-featured-image,
  .is-style-actualites li.wp-block-post:nth-child(2) .wp-block-post-featured-image {
    aspect-ratio: 1/1!important;
  }

}

.numero {
  position: relative;
  z-index: 2;
}

.numero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 108px;
  height: 4px;
  background-image: url('./assets/chart/ligne-points.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.numeros .wp-block-group:last-child .numero::before {
  display: none;
}

.numero-rouge {
  position: relative;
}

.numero-rouge::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 90px;
  height: 64px;
  background-image: url('./assets/chart/ligne-pointilles-rouge-droite.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  pointer-events: none;
  transform: translateY(-50%);
}

.numero-rouge::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 90px;
  height: 64px;
  background-image: url('./assets/chart/ligne-pointilles-rouge-gauche.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  pointer-events: none;
  transform: translateY(-50%);
}

.numeros .wp-block-group:first-child .numero-rouge::before,
.numeros .wp-block-group:last-child .numero-rouge::after {
  display: none;
}

.decouvrir-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.decouvrir-hover::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%)!important;
  transition: all 0.3s ease;
  transform: scaleY(1);
  transform-origin: bottom;
}

.decouvrir-hover:hover::before {
  transform: scaleY(1.5);
}

.decouvrir-hover .decouvrir-button {
  transition: all 0.3s ease;
}

.decouvrir-hover:hover .decouvrir-button {
  background-color: var(--wp--preset--color--custom-blanc)!important;
  color: var(--wp--preset--color--custom-vert)!important;
  padding-bottom: var(--wp--preset--spacing--3)!important;
}

.decouvrir-hover:hover .decouvrir-button a {
  color: var(--wp--preset--color--custom-vert)!important;
}

.marques-bg {
  position: relative;
  z-index: 2;
}

.marques-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
  background-color: var(--wp--preset--color--custom-noir);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 768px) {
  .marques-bg::before {
    width: calc(100vw - 32px);
    right: unset;
    left: -16px
  }
}

.lien-avec-fleche .wp-block-image img {
  transition: all 0.3s ease;
}

.lien-avec-fleche:hover .wp-block-image img {
  transform: translateX(6px);
}

.marque-lien-anim a {
  position: relative;
  color: var(--wp--preset--color--custom-noir);
  text-decoration: none;
  transition: all 0.3s ease;
}

.marque-lien-anim a::before {
  content: '';
  position: absolute;
  top: calc(100% + var(--wp--preset--spacing--1));
  left: 50%;
  width: 50px;
  height: 2px;
  background-color: var(--wp--preset--color--custom-bleu);
  border-radius: 10px;
  transition: all 0.3s ease;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}

.marque-lien-anim a:hover::before,
.marque-lien-anim a.active::before {
  transform: translateX(-50%) scaleX(1);
}

.marque-lien-anim a:hover,
.marque-lien-anim a.active {
  color: var(--wp--preset--color--custom-bleu);
}

.article-header-fond {
  position: relative;
  z-index: 2;
}

.article-header-fond::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + var(--wp--preset--spacing--7));
  background-color: var(--wp--preset--color--custom-beige-2);
}

.single-post .entry-content {
  margin-top: 0!important;
}

.form-absolute {
  position: absolute;
  top: -128px;
  right: 0;
  width: 35%;
}

.decouvrir-bg {
  aspect-ratio: 4/5.2;
}

/* === FORMULAIRE DE CONTACT === */
.wp-block-contact-form-7-contact-form-selector {
  margin: 0 auto;
}

.border-schema {
  position: relative;
  z-index: 2;
}

.border-schema::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 2px dashed var(--wp--preset--color--custom-noir);
  border-radius: 100%;
}

.contactForm {
}

.contactForm__inner {
  flex-wrap: wrap;
}

.contactForm__line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: var(--wp--preset--spacing--1);
}

.contactForm__item {
  position: relative;
  width: 100%;
}

.contactForm__item.contactForm__item__w50 {
  width: calc(50% - var(--wp--preset--spacing--1) / 2);
}

.contactForm__line .contactForm__item.contactForm__item__w50:first-child {
  margin-right: calc(var(--wp--preset--spacing--1) / 2);
}

.contactForm__line .contactForm__item.contactForm__item__w50:last-child {
  margin-left: calc(var(--wp--preset--spacing--1) / 2);
}


.contactForm__item p {
  margin: 0;
}

/* Styles des champs de saisie */
.contactForm input[type="text"],
.contactForm input[type="textarea"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea,
.contactForm select {
  width: 100%;
  padding: 12px 22px;
  border: none;
  border-radius: 10px;
  background: var(--wp--preset--color--custom-blanc);
  font-family: var(--wp--preset--font-family--noto-sans-jp)!important;
  font-size: var(--wp--preset--font-size--1);
  color: var(--wp--preset--color--custom-noir);
  box-sizing: border-box;
}

.contactForm input[type="text"]:focus,
.contactForm input[type="textarea"]:focus,
.contactForm input[type="email"]:focus,
.contactForm input[type="tel"]:focus,
.contactForm textarea:focus,
.contactForm select:focus {
  outline: none;
  background: var(--wp--preset--color--custom-blanc);
}

.contactForm input[type="text"]::placeholder,
.contactForm input[type="textarea"]::placeholder,
.contactForm input[type="email"]::placeholder,
.contactForm input[type="tel"]::placeholder,
.contactForm textarea::placeholder {
  font-family: var(--wp--preset--font-family--noto-sans-jp)!important;
  color: rgba(29, 30, 27, 0.6);
}

/* Style du textarea */
.contactForm textarea {
  min-height: 120px;
  resize: vertical;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}

/* Style du select */
.contactForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Style placeholder pour le select */
.contactForm select:invalid {
  color: rgba(29, 30, 27, 0.6);
}

/* Style par défaut quand la première option est sélectionnée */
.contactForm select[value=""] {
  color: rgba(29, 30, 27, 0.6);
}

.contactForm select option {
  padding: 8px 12px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--2);
  color: var(--wp--preset--color--custom-noir);
  background: var(--wp--preset--color--custom-blanc);
}

/* Style pour la première option (placeholder) */
.contactForm select option:first-child {
  color: rgba(29, 30, 27, 0.6);
  font-style: italic;
}

/* Quand une vraie option est sélectionnée */
.contactForm select:valid {
  color: var(--wp--preset--color--custom-noir);
}

/* Validation de la confirmation d'email */
.contactForm .email-validation-message {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.contactForm .email-mismatch-message {
  background: rgba(184, 98, 98, 0.1);
  border: 2px solid rgb(220, 50, 50);
  color: rgb(220, 50, 50);
}

.contactForm input.email-mismatch {
  border: 2px solid var(--wp--preset--color--custom-marron) !important;
  background: rgba(184, 98, 98, 0.05);
}

.contactForm input.email-match:focus {
  border-color: var(--wp--preset--color--custom-vert) !important;
  background: var(--wp--preset--color--custom-blanc);
}

.contactForm input.email-mismatch:focus {
  border-color: var(--wp--preset--color--custom-marron) !important;
  background: var(--wp--preset--color--custom-blanc);
}

/* Style du champ fichier */
.contactForm input[type="file"] {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.contactForm .contactForm__item:has(input[type="file"]) {
  position: relative;
}

.contactForm .contactForm__item:has(input[type="file"])::before {
  content: "Choisir un fichier";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: auto;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--3);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('./assets/chart/picto_upload.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40px;
  transition: all 0.3s ease;
  z-index: 1;
}

.contactForm .contactForm__item:has(input[type="file"])::before {
  background-image: url('./assets/chart/picto_upload-hover.svg');
}

.contactForm .contactForm__item:has(input[type="file"][name="cv"])::before {
  content: "Votre CV*";
}

.contactForm .contactForm__item:has(input[type="file"][name="pj"])::before {
  content: "Votre pièce jointe";
}

.contactForm .contactForm__item:has(input[type="file"])[data-text]::before {
  content: attr(data-text);
  background: var(--wp--preset--color--custom-vert);
}

/* Affichage du nom de fichier sélectionné */
.contactForm .file-name-display {
  margin-top: 0.5rem;
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--2);
  background: var(--wp--preset--color--custom-beige-2);
  border: 1px solid var(--wp--preset--color--custom-beige-1);
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--1);
  color: var(--wp--preset--color--custom-noir);
  display: none;
}

.contactForm .file-name-display.show {
  display: block;
}

.contactForm .file-name-display .file-name {
  font-weight: 600;
  color: var(--wp--preset--color--custom-bleu);
}

.contactForm .file-name-display .file-remove {
  float: right;
  color: var(--wp--preset--color--custom-marron);
  cursor: pointer;
  font-weight: 600;
  margin-left: var(--wp--preset--spacing--1);
}

.contactForm .file-name-display .file-remove:hover {
  color: var(--wp--preset--color--custom-noir);
}

/* Label pour le fichier */
.contactForm label[for="cv"],
.contactForm label[for="pj"] {
  display: block;
  margin-top: 0.5rem;
  font-size: var(--wp--preset--font-size--1);
  color: rgba(29, 30, 27, 0.7);
  font-style: italic;
  text-align: left;
}

/* Checkbox RGPD */
.contactForm__line-last {
  margin-bottom: 0;
}

.contactForm .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--2);
  margin-bottom: var(--wp--preset--spacing--3);
}

.contactForm .wpcf7-acceptance input[type="checkbox"] {
  width: auto;
  margin: 0;
  margin-top: 4px;
  flex-shrink: 0;
  accent-color: var(--wp--preset--color--custom-vert);
}

.contactForm p {
  line-height: 1.4!important;
}

.contactForm .wpcf7-list-item {
  margin: 0;
}

.contactForm .wpcf7-list-item-label {
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: 12px;
  color: var(--wp--preset--color--custom-noir);
  cursor: pointer;
}

/* Bouton de soumission */
.contactForm .wpcf7-submit {
  background: var(--wp--preset--color--custom-noir);
  color: var(--wp--preset--color--custom-blanc);
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--4);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: right;
  transition: all 0.3s ease;
}

.contactForm .wpcf7-submit:hover {
  background: var(--wp--preset--color--custom-vert);
}

.contactForm .wpcf7-submit:disabled {
  background: rgba(29, 30, 27, 0.3);
  cursor: not-allowed;
}

/* Spinner de chargement */
.contactForm .wpcf7-spinner {
  margin-left: var(--wp--preset--spacing--2);
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid var(--wp--preset--color--custom-blanc);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Messages de réponse */
.contactForm .wpcf7-response-output {
  margin-top: var(--wp--preset--spacing--3);
  padding: var(--wp--preset--spacing--2);
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--2);
}

.contactForm .wpcf7-mail-sent-ok {
  background: rgba(182, 198, 8, 0.1);
  border: 1px solid var(--wp--preset--color--custom-vert);
  color: var(--wp--preset--color--custom-vert);
}

.contactForm .wpcf7-validation-errors,
.contactForm .wpcf7-mail-sent-ng {
  background: rgba(184, 98, 98, 0.1);
  border: 1px solid var(--wp--preset--color--custom-marron);
  color: var(--wp--preset--color--custom-marron);
}

/* États d'erreur des champs */
.contactForm .wpcf7-not-valid {
  border: 2px solid var(--wp--preset--color--custom-marron) !important;
}

.contactForm .wpcf7-not-valid:focus {
  border-color: var(--wp--preset--color--custom-marron) !important;
}

.contactForm select.wpcf7-not-valid {
  border: 2px solid var(--wp--preset--color--custom-marron) !important;
}

.contactForm select.wpcf7-not-valid:focus {
  border-color: var(--wp--preset--color--custom-marron) !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-bottom: var(--wp--preset--spacing--1);
  background-color: var(--wp--preset--color--custom-blanc);
  font-size: var(--wp--preset--font-size--2);
  padding: var(--wp--preset--spacing--1);
  border-radius: 10px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--2);
  line-height: 1.4!important;
}

/* === BOUTONS RADIO PROFIL === */
.contactForm .profil-label {
  margin-bottom: var(--wp--preset--spacing--1);
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--2);
  color: var(--wp--preset--color--custom-noir);
  text-align: center;
  font-weight: 900;
}

.contactForm .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.contactForm .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  flex: 1;
  min-width: 120px;
}

.contactForm .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}

.contactForm .wpcf7-radio .wpcf7-list-item-label {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: var(--wp--preset--color--custom-blanc);
  border: 1px solid var(--wp--preset--color--custom-noir);
  border-radius: 10px;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
  font-size: var(--wp--preset--font-size--2);
  font-weight: 600;
  color: var(--wp--preset--color--custom-noir);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contactForm .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background: var(--wp--preset--color--custom-noir);
  color: var(--wp--preset--color--custom-blanc);
}

/* Responsive */
@media (max-width: 768px) {
  .contactForm .wpcf7-radio {
    flex-direction: column;
  }
  
  .contactForm .wpcf7-radio .wpcf7-list-item {
    flex: none;
    min-width: auto;
  }
}

.produit-before {
  position: relative;
}

.produit-before::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 1px);
  width: 128px;
  height: 100%;
  background-color: inherit;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.produit-after {
  position: relative;
}

.produit-after::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(100% - 1px);
  width: 128px;
  height: 100%;
  background-color: inherit;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 768px) {
  .produit-before,
  .produit-after {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
  }

  .produit-before::after,
  .produit-after::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(100% - 1px);
    width: calc(100% + 32px);
    height: 128px;
    background-color: inherit;
    border-radius: 50px;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
  }

  .produit-before::after {
    left: -32px;
    border-bottom-left-radius: 0!important;
  }

  .produit-after::after {
    right: -32px;
    border-bottom-right-radius: 0!important;
  }
}

.lien-parent {
  position: relative;
  z-index: 2;
}

.lien-parent a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lien-parent a {
  transition: all 0.3s ease;
}

.lien-parent:hover a {
  color: var(--wp--preset--color--custom-vert);
}

.hover-picto-vert:hover,
.hover-picto-vert:hover p,
.hover-picto-vert:hover p a {
  transition: color 0.3s ease;
}

.hover-picto-vert:hover,
.hover-picto-vert:hover p,
.hover-picto-vert:hover p a {
  color: var(--wp--preset--color--custom-vert)!important;
}

.hover-picto-vert-figure {
  position: relative;
  width: 120px;
  height: 100px;
}

.editor-styles-wrapper .hover-picto-vert-figure {
  height: auto!important;
}

.hover-picto-vert-figure figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.hover-picto-vert-figure figure:first-child {
  opacity: 1;
}

.hover-picto-vert:hover .hover-picto-vert-figure figure:first-child {
  opacity: 0;
}

.hover-picto-vert-figure figure:last-child {
  opacity: 0;
}

.hover-picto-vert:hover .hover-picto-vert-figure figure:last-child {
  opacity: 1;
}

.editor-styles-wrapper .hover-picto-vert-figure figure {
  position: unset!important;
  top: unset!important;
  left: unset!important;
  opacity: unset!important;
  width: unset!important;
  height: unset!important;
}

@media (max-width: 768px) {
  .intro-produit {
    flex-direction: column;
  }
  
  .intro-produit-img {
    order: 2;
    width: 170px;
    height: calc(100vw - -78px);
    transform: rotate(90deg) translateY(64px);
    aspect-ratio: 16 / 9;
    margin-top: -42vw !important;
    margin-bottom: -32vw !important;
  }

  .intro-produit-img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
  }

  .intro-produit-content {
    padding-top: var(--wp--preset--spacing--4)!important;
    padding-left: 0!important;
    padding-right: var(--wp--preset--spacing--4)!important;
  }
}

.grecaptcha-badge {
  display: none!important;
}