@charset "UTF-8";
.header.wp-block-template-part > .wp-block-group {
  padding: 5px 40px;
}
.header.wp-block-template-part .wp-block-navigation .header-menu-mobile-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header.wp-block-template-part .wp-block-navigation .header-menu-mobile-logo {
    display: block;
  }
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
  gap: 20px;
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container a {
  padding: 10px 20px;
  border-radius: 10px;
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container a:hover {
  background-color: var(--wp--preset--color--beige);
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container .current-menu-item a {
  color: var(--wp--preset--color--turquoise);
}
@media screen and (max-width: 1200px) {
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
    gap: 0;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container a {
    padding: 10px 12px;
  }
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: block !important;
}
.header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none !important;
}
@media (min-width: 1025px) {
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-close svg {
    display: none;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-close::before {
    content: "";
    background-image: url(../icons/mobile-menu-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-top: -10px;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container-open::before {
    content: "";
    background-image: url(../icons/mobile-menu-open.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    display: inline-block;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container {
    padding: 40px;
  }
  .header.wp-block-template-part .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    gap: 20px;
  }
}
.header.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper {
  gap: 20px;
}
.header.wp-block-template-part .wp-block-search.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  gap: 0;
}
.header.wp-block-template-part .wp-block-search .wp-block-search__input {
  border-radius: 10px;
  border: 2px solid var(--wp--preset--color--gris);
}
.header.wp-block-template-part .wp-block-search .wp-block-search__input:focus, .header.wp-block-template-part .wp-block-search .wp-block-search__input:focus-visible {
  border-color: var(--wp--preset--color--turquoise);
  outline-color: var(--wp--preset--color--turquoise);
}
.header.wp-block-template-part .wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
  display: none;
}
.header.wp-block-template-part .wp-block-search .wp-block-search__button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.wp-block-template-part .wp-block-search .wp-block-search__button::before {
  content: "";
  background-image: url(../icons/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header.wp-block-template-part .wp-block-search {
    display: none;
  }
}

body.admin-bar .header.wp-block-template-part {
  top: 32px;
}

.footer.wp-block-template-part > .main-footer {
  padding: 60px 40px;
}
.footer.wp-block-template-part p {
  margin: 0 0 0.5em 0;
}
.footer.wp-block-template-part a {
  text-decoration: none;
}
.footer.wp-block-template-part a:hover {
  color: var(--wp--preset--color--turquoise);
}
.footer.wp-block-template-part .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover svg {
  fill: var(--wp--preset--color--turquoise);
  color: var(--wp--preset--color--turquoise);
}
@media (max-width: 768px) {
  .footer.wp-block-template-part > .main-footer {
    padding: 60px 40px;
  }
}

/**
 * Mixin pour les styles des boutons
 * S'applique à la fois sur le front-end et dans l'éditeur Gutenberg
 * @include button;
 */
.reviews-list-container {
  position: relative;
  --swiper-theme-color: var(--wp--preset--color--turquoise);
  --swiper-navigation-color: var(--wp--preset--color--turquoise);
}
.reviews-list-container > p {
  text-align: center;
}
@media (max-width: 1300px) {
  .reviews-list-container {
    --swiper-navigation-sides-offset: -10px;
  }
}

.reviews-list.swiper {
  padding: 20px;
}
@media (max-width: 1024px) {
  .reviews-list.swiper {
    padding: 30px;
  }
  .reviews-list.swiper .swiper-slide {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .reviews-list.swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .reviews-list.swiper {
    max-width: 330px;
  }
  .reviews-list.swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
  }
}
.reviews-list.swiper .swiper-slide {
  height: auto;
}
.reviews-list .review-item {
  background: #fff;
  border-radius: 30px;
  padding: 40px 0;
  box-shadow: var(--wp--preset--shadow--box-shadow-01);
  -webkit-box-shadow: var(--wp--preset--shadow--box-shadow-01);
  text-align: center;
  height: 100%;
}
.reviews-list .review-avatar-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.reviews-list .review-avatar-default svg {
  width: 40px;
  height: 40px;
  display: block;
}
.reviews-list .review-avatar-custom {
  display: block;
  margin: 0 auto 15px auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.reviews-list .review-title {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: 0.5em;
}
.reviews-list .review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
}
.reviews-list .review-stars svg {
  width: 18px;
  height: 18px;
}
.reviews-list .review-content {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.is-main-slider .wp-block-image {
  margin: 0;
}
.is-main-slider .wp-block-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-main-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.is-main-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 50px;
  height: 10px;
  background-color: var(--wp--preset--color--blanc);
  border-radius: 10px;
  opacity: 1;
  margin: 0 10px;
}
.is-main-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--turquoise);
}

@media (max-width: 768px) {
  .is-main-slider .wp-block-image img {
    height: 360px;
  }
  .is-main-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
@media (max-width: 767px) {
  :root {
    --wp--preset--font-size--large: 24px;
    --wp--preset--font-size--x-large: 32px;
  }
}
:root,
:root body {
  scroll-behavior: smooth !important;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 90px 40px;
}
@media (max-width: 767px) {
  section {
    padding: 40px;
  }
}

.wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.wp-block-button .wp-block-button__link:before {
  content: "";
  mask-image: url("../icons/arrow-right-line.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../icons/arrow-right-line.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.wp-block-button.is-style-button-signup .wp-block-button__link:before {
  mask-image: url("../icons/user-line.svg");
  -webkit-mask-image: url("../icons/user-line.svg");
}
.wp-block-button.is-style-button-document .wp-block-button__link:before {
  mask-image: url("../icons/file-text-line.svg");
  -webkit-mask-image: url("../icons/file-text-line.svg");
}
.wp-block-button:hover .wp-block-button__link {
  background-color: var(--wp--preset--color--turquoise-fonce);
}
.wp-block-button:hover.is-style-button-secondary .wp-block-button__link {
  background-color: var(--wp--preset--color--rose-fonce);
}
.wp-block-button:hover .wp-block-button__link.wp-element-button.has-background {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.is-style-heading-with-line::after,
.is-style-duocolor-with-line::after {
  content: "";
  display: block;
  margin-top: 10px;
  margin-left: 0;
  width: 72px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.is-style-heading-with-line.has-text-align-center,
.is-style-duocolor-with-line.has-text-align-center {
  text-align: center;
}
.is-style-heading-with-line.has-text-align-center::after,
.is-style-duocolor-with-line.has-text-align-center::after {
  margin-left: auto;
  margin-right: auto;
}
.is-style-heading-with-line.has-text-align-right,
.is-style-duocolor-with-line.has-text-align-right {
  text-align: right;
}
.is-style-heading-with-line.has-text-align-right::after,
.is-style-duocolor-with-line.has-text-align-right::after {
  margin-left: auto;
  margin-right: 0;
}
.is-style-heading-with-line.has-text-align-left,
.is-style-duocolor-with-line.has-text-align-left {
  text-align: left;
}
.is-style-heading-with-line.has-text-align-left::after,
.is-style-duocolor-with-line.has-text-align-left::after {
  margin-left: 0;
  margin-right: auto;
}

.is-style-duocolor-with-line strong {
  font-weight: 700;
  color: var(--wp--preset--color--marron);
}
.is-style-duocolor-with-line::after {
  background-color: var(--wp--preset--color--marron);
}

p.is-style-focus,
p.is-style-puzzle,
p.is-style-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
p.is-style-focus::before,
p.is-style-puzzle::before,
p.is-style-star::before {
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  left: 20px;
  width: 20px;
  height: 20px;
}

p.is-style-focus::before {
  mask-image: url("../icons/target.svg");
  -webkit-mask-image: url("../icons/target.svg");
}

p.is-style-puzzle::before {
  mask-image: url("../icons/puzzle.svg");
  -webkit-mask-image: url("../icons/puzzle.svg");
}

p.is-style-star::before {
  mask-image: url("../icons/shooting-star.svg");
  -webkit-mask-image: url("../icons/shooting-star.svg");
}

ol.is-style-orange-blocks, ol.is-style-violet-blocks, ol.is-style-turquoise-blocks, ol.is-style-bleu-blocks,
ul.is-style-orange-blocks,
ul.is-style-violet-blocks,
ul.is-style-turquoise-blocks,
ul.is-style-bleu-blocks {
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
ol.is-style-orange-blocks li, ol.is-style-violet-blocks li, ol.is-style-turquoise-blocks li, ol.is-style-bleu-blocks li,
ul.is-style-orange-blocks li,
ul.is-style-violet-blocks li,
ul.is-style-turquoise-blocks li,
ul.is-style-bleu-blocks li {
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 10px 10px 32px;
  margin: 0;
  position: relative;
  display: block;
  counter-increment: custom-counter;
}
ol.is-style-orange-blocks li::before, ol.is-style-violet-blocks li::before, ol.is-style-turquoise-blocks li::before, ol.is-style-bleu-blocks li::before,
ul.is-style-orange-blocks li::before,
ul.is-style-violet-blocks li::before,
ul.is-style-turquoise-blocks li::before,
ul.is-style-bleu-blocks li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: inherit;
  font-weight: inherit;
  color: var(--wp--preset--color--blanc);
}
ol.is-style-orange-blocks li,
ul.is-style-orange-blocks li {
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--blanc);
}
ol.is-style-violet-blocks li,
ul.is-style-violet-blocks li {
  background-color: var(--wp--preset--color--violet);
  color: var(--wp--preset--color--blanc);
}
ol.is-style-turquoise-blocks li,
ul.is-style-turquoise-blocks li {
  background-color: var(--wp--preset--color--turquoise);
  color: var(--wp--preset--color--blanc);
}
ol.is-style-bleu-blocks li,
ul.is-style-bleu-blocks li {
  background-color: var(--wp--preset--color--bleu);
  color: var(--wp--preset--color--blanc);
}

ul.is-style-orange-blocks li::before, ul.is-style-violet-blocks li::before, ul.is-style-turquoise-blocks li::before, ul.is-style-bleu-blocks li::before {
  content: "•";
}

.wp-block-group.is-style-wave {
  margin-top: 180px;
  position: relative;
}
.wp-block-group.is-style-wave::before {
  content: "";
  display: block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: none;
  z-index: 1;
  pointer-events: none;
  background-image: url("../separators/wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.wp-block-group.is-style-wave.has-background {
  margin-top: 2px;
}
.wp-block-group.is-style-wave.has-background::before {
  height: 40px;
  top: -2px;
  background: none;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg width='1920' height='40' viewBox='0 0 1920 40' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0,0 H1920 V20 Q1440,0 960,20 Q480,40 0,20 Z' fill='white'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
}
.wp-block-group.is-style-wave > *:first-child {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .wp-block-group.is-style-wave {
    padding-top: 80px;
  }
}
.wp-block-details ::marker {
  content: none;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary {
  width: calc(100% - 100px);
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--wp--preset--color--marron);
  padding: 10px;
  margin-bottom: 30px;
  color: var(--wp--preset--color--marron);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--large);
}
.wp-block-details summary::after {
  content: url(../icons/angle-down.svg);
}
.wp-block-details[open] summary {
  margin-bottom: 65px;
}
.wp-block-details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-details[open] + details {
  margin-top: 65px;
}
.wp-block-details section:not(.has-default-padding) {
  padding: 0;
}

.wp-block-image.is-style-rounded img {
  border-radius: 30px;
}

@media (max-width: 1200px) {
  .wp-block-query .wp-block-post-template.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .wp-block-query .wp-block-post-template.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .wp-block-query .wp-block-post-template.columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wp-block-query .wp-block-query-pagination {
  margin: 40px;
  margin-bottom: 0;
  gap: 20px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  padding: 10px 20px;
  border: 1px solid var(--wp--preset--color--turquoise);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--turquoise);
  color: var(--wp--preset--color--white);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers a.page-numbers {
  text-decoration: none;
  color: var(--wp--preset--color--turquoise);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers a.page-numbers:hover {
  background-color: var(--wp--preset--color--turquoise);
  color: var(--wp--preset--color--white);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--turquoise-fonce);
}

.wp-block-post {
  position: relative;
}
.wp-block-post .is-style-box {
  height: 100%;
  padding: 25px;
}
.wp-block-post .wp-block-post-featured-image img {
  border-radius: 10px;
}
.wp-block-post .wp-block-post-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-post:hover .is-style-box {
  background-color: var(--wp--preset--color--beige);
}

.fixed-buttons {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
@media (max-width: 768px) {
  .fixed-buttons {
    bottom: 20px;
    right: 20px;
  }
}
.fixed-buttons figure {
  margin: 0;
}
.fixed-buttons .info-frame-container {
  position: relative;
  margin-bottom: 20px;
}
.fixed-buttons .info-frame-container .wp-block-buttons {
  gap: 17px;
}
.fixed-buttons .info-frame-container .info-frame {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 22px 24px 18px;
  max-width: 385px;
  display: none;
}
.fixed-buttons .info-frame-container .info-frame.is-active {
  display: block;
}
.fixed-buttons .info-frame-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fixed-buttons .info-frame-container .groupesaisons-location a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.fixed-buttons .info-frame-container .groupesaisons-location a::before {
  content: "";
  background-image: url(../icons/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fixed-buttons .info-frame-container .groupesaisons-email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.fixed-buttons .info-frame-container .groupesaisons-email a::before {
  content: "";
  background-image: url(../icons/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fixed-buttons .info-frame-container .info-button-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 1;
}

.groupesaisons-cycle {
  height: 100%;
  padding: 32px 25px;
}

.images-icons-group-component {
  position: relative;
  margin-bottom: 72px;
}
.images-icons-group-component .images-icons-group-component__main-image {
  width: calc(100% - clamp(100px, 13.88vw, 200px));
  margin-left: auto;
  margin-right: 0;
}
.images-icons-group-component .images-icons-group-component__secondary-image {
  max-width: clamp(171px, 20.8vw, 300px);
  height: auto;
  position: absolute;
  bottom: -72px;
  left: 0;
  margin: 0;
}
.images-icons-group-component .images-icons-group-component__first-icon,
.images-icons-group-component .images-icons-group-component__second-icon,
.images-icons-group-component .images-icons-group-component__third-icon {
  margin: 0;
  width: clamp(36px, 4.4vw, 64px);
  height: auto;
}
.images-icons-group-component .images-icons-group-component__first-icon {
  position: absolute;
  top: clamp(10px, 2.1vw, 30px);
  left: 20px;
}
.images-icons-group-component .images-icons-group-component__second-icon {
  position: absolute;
  top: -10px;
  left: clamp(32px, 6.94vw, 100px);
}
.images-icons-group-component .images-icons-group-component__third-icon {
  position: absolute;
  top: clamp(50px, 5.2vw, 75px);
  left: clamp(32px, 6.94vw, 100px);
}

.images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__main-image {
  margin-left: 0;
  margin-right: auto;
}
.images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__secondary-image {
  left: auto;
  right: 0;
}
.images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__first-icon {
  left: auto;
  right: 20px;
}
.images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__second-icon {
  left: auto;
  right: clamp(32px, 6.94vw, 100px);
}
.images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__third-icon {
  left: auto;
  right: clamp(32px, 6.94vw, 100px);
}

@media (max-width: 1024px) {
  .images-icons-group-component {
    margin-bottom: 9.32vw;
  }
  .images-icons-group-component .images-icons-group-component__main-image {
    width: calc(100% - 24.15vw);
  }
  .images-icons-group-component .images-icons-group-component__secondary-image {
    max-width: 32.23vw;
    bottom: -9.32vw;
  }
  .images-icons-group-component .images-icons-group-component__first-icon,
  .images-icons-group-component .images-icons-group-component__second-icon,
  .images-icons-group-component .images-icons-group-component__third-icon {
    width: 7.63vw;
  }
  .images-icons-group-component .images-icons-group-component__first-icon {
    top: 6.35vw;
    left: 1.69vw;
  }
  .images-icons-group-component .images-icons-group-component__second-icon {
    left: 12.14vw;
  }
  .images-icons-group-component .images-icons-group-component__third-icon {
    top: 10.42vw;
    left: 12.14vw;
  }
  .images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__first-icon {
    right: 1.69vw;
  }
  .images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__second-icon {
    right: 12.14vw;
  }
  .images-icons-group-component.images-icons-group-component--reverse .images-icons-group-component__third-icon {
    right: 12.14vw;
  }
}
.wp-block-details.groupesaisons-accordion[open] summary {
  margin-bottom: 0;
}

.slider-section .slider-section-buttons-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 10;
  gap: 12px;
}
@media (max-width: 767px) {
  .slider-section .slider-section-buttons-container {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .slider-section .slider-section-buttons-container .wp-block-button .wp-block-button__link {
    border-radius: 10px !important;
  }
}

.cycles-section {
  padding-top: 0;
  padding-bottom: 40px;
}
.cycles-section > .wp-block-columns {
  gap: 65px;
}
@media (max-width: 1280px) {
  .cycles-section .wp-block-columns {
    gap: 30px;
  }
}
@media (max-width: 1390px) {
  .cycles-section .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .cycles-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 33px) !important;
        flex-basis: calc(50% - 33px) !important;
  }
}
@media (max-width: 767px) {
  .cycles-section .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.presentation-section {
  padding-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .presentation-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .presentation-section .wp-block-columns {
    gap: 0;
  }
}

.summary-section .summary-section-video-container {
  text-align: center;
}
.summary-section .summary-section-video-container iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .summary-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.actu-section .wp-block-columns {
  gap: 65px;
}

.texts-images-icons-section .wp-block-columns {
  padding-left: 40px;
  padding-right: 40px;
  gap: 80px;
  margin-bottom: 0;
}
.texts-images-icons-section .wp-block-columns:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .texts-images-icons-section .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 20px;
  }
  .texts-images-icons-section .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .texts-images-icons-section .wp-block-columns:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .texts-images-icons-section .wp-block-columns:nth-child(odd) .wp-block-column:last-child {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 52.36vw;
  }
}
@media (max-width: 500px) {
  .texts-images-icons-section .wp-block-columns {
    gap: 0;
  }
}
.single-post h1,
.single-post h2 {
  font-size: var(--wp--preset--font-size--large);
}
.single-post h3 {
  font-size: var(--wp--preset--font-size--medium);
}
.single-post .wp-block-post-date:before {
  content: "Date de publication : ";
}
.single-post .wp-block-post-featured-image img {
  border-radius: 30px;
}
.single-post .wp-block-post-content img {
  border-radius: 30px;
  max-width: 100%;
}

.error404 .wp-block-search .wp-block-search__inside-wrapper {
  margin-top: 10px;
}/*# sourceMappingURL=main.css.map */