/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 782px) {
  h1 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 42px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E9465E;
  margin-bottom: 30px;
  scroll-margin-top: 80px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0.08em;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  scroll-margin-top: 90px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
}

p {
  margin-bottom: 10px;
  text-align: justify;
  scroll-margin-top: 100px;
}
@media (max-width: 600px) {
  p {
    text-align: left;
  }
}
p.is-style-lead {
  font-weight: 600;
  font-size: 1rem !important;
  letter-spacing: 0.02rem;
  text-align: unset;
}
p.is-style-small {
  font-size: 0.8rem !important;
}

a {
  color: #E9465E;
  position: relative;
}

p a:hover::after {
  width: 70%;
}
p a::after {
  content: "";
  background-color: #E9465E;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  transition: all 0.2s;
}

.wp-block-pbp-text-big p {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 782px) {
  .wp-block-pbp-text-big p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media (max-width: 600px) {
  .wp-block-pbp-text-big p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.container, .wp-block-group, .wp-block-cover, .article-body > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 782px) {
  .container, .wp-block-group, .wp-block-cover, .article-body > div {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 600px) {
  .container, .wp-block-group, .wp-block-cover, .article-body > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

section {
  padding: 55px 0px;
  scroll-margin-top: 40px;
}
@media (max-width: 782px) {
  section {
    padding: 25px 0px;
  }
}
section .container, section .wp-block-group, section .wp-block-cover, section .article-body > div {
  max-width: 1920px;
}

.wp-block-cover__inner-container {
  max-width: 1920px;
}

.hidden-section {
  display: none !important;
}

@media (max-width: 782px) {
  .display-none-md {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .display-none-sm {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .sm-20 {
    height: 20px !important;
  }
}

.no-py {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*header{
    background-color: red;

    .wrapper{
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 9px 0px;
    }

    .hdr-logo-link{
        display: flex;
    }
}*/
.header {
  font-family: "Oswald", sans-serif;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: all 0.3s;
}
.header .wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .hdr-logo-link {
  height: 100%;
  padding: 1rem 0;
  display: flex;
  min-width: 160px;
}
.header .hdr-logo-link img {
  height: 50px;
}
.header .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  min-width: 160px;
}
.header .social-links a {
  color: #000000;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
.header .social-links a:hover {
  color: #E9465E;
}
.header .social-links a::after {
  content: none;
}

nav a {
  color: black;
}
nav a::after {
  content: none;
}
nav .header-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  position: relative;
}
nav .header-menu > li {
  position: relative;
}
nav .header-menu > li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
nav .header-menu > li::after {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 2.5px;
  width: 0%;
  left: 50%;
  bottom: 0px;
  transition: all 0.2s;
}
nav .header-menu > li.current-menu-item::after, nav .header-menu > li:hover::after {
  left: 0;
  width: 100%;
}
nav .header-menu > li:hover .header-submenu {
  opacity: 1;
}
nav .header-submenu {
  display: flex;
  opacity: 0;
  flex-direction: column;
  background-color: #F8FAFC;
  padding: 20px 20px;
  gap: 0.6rem;
  position: absolute;
  min-width: 190px;
  background: #F8FAFC;
  border: 1px solid #F0F4F8;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.11);
  z-index: 2;
}
nav .header-submenu li {
  display: block;
}
nav .header-submenu > li a {
  display: block;
  font-weight: 600;
  padding: 0px;
  color: #475569;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
}
nav .header-submenu > li a:hover {
  color: #000000;
}

body.home:not(.scrolled) header.header .menu-toggle .open {
  color: white;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}
.menu-toggle .close {
  display: none;
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
}

@media (max-width: 1024px) {
  nav, .social-block {
    display: none;
  }
}

#mobile_language_selector {
  display: none;
}

.mobile-opened #mobile_language_selector {
  display: block;
  margin-bottom: 20px;
}
.mobile-opened.home:not(.scrolled) header.header a {
  color: black;
}
.mobile-opened .menu-toggle .open {
  display: none;
}
.mobile-opened .menu-toggle .close {
  display: block;
  position: relative;
  z-index: 100;
}
.mobile-opened nav {
  display: block;
  background-color: #F8FAFC;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  height: 100vh;
  position: absolute;
  padding: 4rem 2rem;
  text-align: center;
}
.mobile-opened nav .header-menu {
  flex-direction: column;
  gap: 1.5rem;
}
.mobile-opened nav .header-menu > li > a {
  font-size: 25px;
}
.mobile-opened nav .header-menu > li::after {
  display: none;
}
.mobile-opened nav .header-menu .header-submenu {
  display: flex;
  opacity: 1;
  flex-direction: column;
  background-color: unset;
  padding: 10px 20px;
  gap: 0.6rem;
  position: relative;
  min-width: unset;
  background: unset;
  border: unset;
  box-shadow: unset;
}

footer {
  background-color: #012E5B;
  color: white;
  padding: 40px 0px;
}
footer .container {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer .footer-logo-link {
    display: none;
  }
}
footer .footer-logo-link img {
  width: 50px;
  opacity: 1 !important;
}
@media (max-width: 600px) {
  footer .footer-logo-link img {
    width: 50px;
  }
}
footer ul.footer-menu {
  display: flex;
  flex-direction: column;
}
footer ul.footer-menu li ul li {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
footer ul.footer-menu.footer-menu {
  flex-direction: row;
  gap: 9rem;
}
@media (max-width: 1024px) {
  footer ul.footer-menu.footer-menu {
    justify-content: space-between;
    gap: unset;
    width: 100%;
  }
}
@media (max-width: 782px) {
  footer ul.footer-menu.footer-menu {
    flex-direction: column;
    width: auto;
  }
}
footer ul.social-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
footer a {
  color: white;
}
footer a::after {
  content: none;
}

.hero-section {
  padding-top: 80px;
  height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 80%;
}
.hero-section .hero-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section .container {
  z-index: 2;
}
.hero-section h1 {
  margin-top: 50px;
}

.page-id-369 .hero-section {
  background-position: 50%;
}

.glide .glide__track {
  position: relative;
  z-index: 1;
}
.glide .glide__slides {
  display: flex;
  align-items: center;
}
.glide .glide__arrows {
  z-index: 0;
  position: absolute;
  top: calc(50% - 6px);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.glide .glide__arrows button {
  cursor: pointer;
  border: none;
  background: transparent;
}
.glide .glide__bullets {
  display: inline-flex;
  list-style: none;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}
.glide .glide__bullets .glide__bullet {
  background-color: black;
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.25em;
}
.glide .glide__bullets .glide__bullet:focus {
  outline: none;
}
.glide .glide__bullets .glide__bullet:hover, .glide .glide__bullets .glide__bullet:focus {
  border: 2px solid #0073aa;
  background-color: #0073aa;
}
.glide .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #0073aa;
}

article.news-card, article.tease.tease-post {
  background-color: #F8FAFC;
  padding: 15px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* ombre douce */
}
article.news-card .news-card__title, article.tease.tease-post .news-card__title {
  margin-bottom: 10px;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.news-card .news-card__image, article.tease.tease-post .news-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
article.news-card .news-card__image img, article.tease.tease-post .news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
article.news-card .news-card__excerpt, article.tease.tease-post .news-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.news-card .news-card__date, article.tease.tease-post .news-card__date {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  color: #475569;
  letter-spacing: 0.03rem;
}

.wpml-ls-legacy-list-horizontal {
  width: auto;
  padding: 0px;
}
.wpml-ls-legacy-list-horizontal a {
  background: transparent;
  background-color: none;
  border: none;
  padding: 0px 5px 0px;
}
.wpml-ls-legacy-list-horizontal a .wpml-ls-flag {
  vertical-align: top;
}

body.home:not(.scrolled) header.header {
  background: transparent;
}
body.home:not(.scrolled) header.header a {
  color: white;
}
body.home:not(.scrolled) header.header ::after {
  background-color: white;
}
body.home:not(.scrolled) header.header .header-submenu a {
  color: #000000;
}
body.home:not(.scrolled) .hdr-logo-link img {
  filter: brightness(0) invert(1);
}
body.home .article-body > div:first-child.wp-block-cover {
  position: relative;
}
body.home .article-body > div:first-child.wp-block-cover .wp-block-cover__inner-container {
  position: initial;
  z-index: 99;
}

body.blog .post-list {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; /* ou 16px */
}

body.single {
  /* ====== Mise en page globale ====== */
  /* ====== Colonne principale ====== */
  /* ====== Sidebar ====== */
  /* ====== Bloc réseaux sociaux ====== */
  /* ====== Dernières actualités ====== */
}
body.single .article-layout {
  display: flex;
  gap: 80px; /* espace entre les colonnes */
  align-items: flex-start;
  padding: 55px 0px;
}
@media (max-width: 900px) {
  body.single .article-layout {
    flex-direction: column;
  }
}
body.single .article-main {
  flex: 2;
}
body.single .article-title {
  color: #000000;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 3.5rem;
}
body.single .article-date {
  color: #475569;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.03rem;
  margin-bottom: 40px;
}
body.single .article-image img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
body.single .article-body {
  line-height: 1.6;
}
body.single .article-sidebar {
  flex: 1;
}
body.single .sidebar-block {
  margin-bottom: 3rem;
}
body.single .social-follow {
  padding: 30px;
  background-color: #F8FAFC;
}
body.single .social-icons {
  display: flex;
  gap: 1rem;
}
body.single .social-icons a {
  color: #475569;
  transition: color 0.3s ease;
}
body.single .social-icons a:hover {
  color: #E9465E;
}
body.single .latest-news-item {
  display: flex;
  gap: 25px;
  align-items: stretch;
  padding: 0.8rem 0;
}
body.single .latest-news-image {
  flex: 0 0 20%;
}
body.single .latest-news-image img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single .latest-news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single .latest-news-title {
  font-weight: 600;
  font-size: 1.2rem !important;
  letter-spacing: 0.02rem;
  color: #000000;
}
body.single .latest-news-date {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 5px;
  color: #475569;
  letter-spacing: 0.03rem;
}
body.single hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.5rem 0;
}

.partenaires .wp-block-image {
  width: 100%;
}
.partenaires .wp-block-image a {
  width: 100%;
}
.partenaires .wp-block-image a img {
  width: 80%;
  max-width: 120px;
}

.wp-block-cover {
  min-height: 280px;
}
.wp-block-cover h3 {
  font-size: 1.2rem;
}
@media (max-width: 782px) {
  .wp-block-cover h3 {
    font-size: 1rem;
  }
}

@media (max-width: 782px) {
  .accueil-hero-section {
    min-height: 80vh !important;
  }
}
@media (max-width: 600px) {
  .accueil-hero-section img {
    -o-object-position: 20% 0% !important;
       object-position: 20% 0% !important;
  }
}
.accueil-hero-section .hero-author {
  position: absolute;
  bottom: 50px;
}
.accueil-hero-section .wp-block-heading {
  position: relative;
  top: -140px;
}
@media (max-width: 960px) {
  .accueil-hero-section .wp-block-heading {
    font-size: 2.3rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 782px) {
  .accueil-hero-section .wp-block-heading {
    font-size: 1.8rem !important;
    line-height: 3.6rem !important;
    top: -80px;
  }
}
@media (max-width: 600px) {
  .accueil-hero-section .wp-block-heading {
    font-size: 1.4rem !important;
    line-height: 2.5rem !important;
    top: -80px;
  }
}

.wp-block-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .wp-block-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wp-block-group.has-dark-blue-background-color {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wp-block-group.has-dark-blue-background-color * {
  color: white;
}
@media (max-width: 1024px) {
  .wp-block-group.has-dark-blue-background-color {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 782px) {
  .wp-block-group.has-dark-blue-background-color {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .wp-block-image {
    max-width: unset !important;
  }
}
.wp-block-image figcaption.wp-element-caption {
  text-align: center;
  font-size: 0.8rem;
}

.wp-block-table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-table table {
  border: 1px solid #E2E8F0;
}
.wp-block-table thead {
  border: none;
  color: white;
  background-color: #012E5B;
}
.wp-block-table tbody, .wp-block-table tr, .wp-block-table td {
  border-color: #E2E8F0;
}
.wp-block-table th, .wp-block-table td {
  text-align: left;
  padding: 0.5em 0.8rem;
  border-right-width: 0;
  border-left-width: 0;
}
@media (max-width: 600px) {
  .wp-block-table th, .wp-block-table td {
    font-size: 0.9rem;
  }
}
.wp-block-table tr:nth-child(even) {
  background-color: #F8FAFC;
}
.wp-block-table.table-reglement-vagues th:nth-child(1), .wp-block-table.table-reglement-vagues th:nth-child(2) {
  width: 190px;
}
.wp-block-table.table-reglement-vagues th:nth-child(3), .wp-block-table.table-reglement-vagues th:nth-child(4) {
  width: 80px;
}
@media (max-width: 782px) {
  .wp-block-table.planning-inscriptions-table th:nth-child(2) {
    width: 140px;
  }
}
@media (max-width: 782px) {
  .wp-block-table.penalisation-table th:nth-child(2) {
    width: 100px;
  }
}
.wp-block-table.penalisation-table td:nth-child(2) {
  text-align: center;
}
.wp-block-table.table-etapes {
  /* th:nth-child(10){
       width:190px;
   }*/
}
.wp-block-table.table-etapes th:nth-child(1) {
  width: 70px;
}
.wp-block-table.table-etapes th:nth-child(2) {
  width: 190px;
}
.wp-block-table.table-etapes th:nth-child(3), .wp-block-table.table-etapes th:nth-child(4), .wp-block-table.table-etapes th:nth-child(5) {
  width: 100px;
}
@media (max-width: 1024px) {
  .wp-block-table.table-etapes th:nth-child(3), .wp-block-table.table-etapes th:nth-child(4), .wp-block-table.table-etapes th:nth-child(5) {
    width: 75px;
  }
}
.wp-block-table.table-etapes th:nth-child(5) {
  word-wrap: normal;
  white-space: nowrap;
}
.wp-block-table.table-etapes th:nth-child(6), .wp-block-table.table-etapes th:nth-child(7), .wp-block-table.table-etapes th:nth-child(8), .wp-block-table.table-etapes th:nth-child(9), .wp-block-table.table-etapes th:nth-child(10) {
  width: 70px;
}
@media (max-width: 1024px) {
  .wp-block-table.table-etapes th:nth-child(6), .wp-block-table.table-etapes th:nth-child(7), .wp-block-table.table-etapes th:nth-child(8), .wp-block-table.table-etapes th:nth-child(9), .wp-block-table.table-etapes th:nth-child(10) {
    width: 40px;
  }
}
.wp-block-table.table-etapes td:nth-child(2) {
  font-weight: 500;
  white-space: nowrap;
}
.wp-block-table.table-etapes img.emoji {
  height: 1.2em !important;
  width: 1.2em !important;
}

.wp-block-pbp-partners .wp-block-group {
  background-color: #F8FAFC;
  border-bottom: 2px solid #0094CF;
  position: relative;
}
.wp-block-pbp-partners .wp-block-group::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 2px;
  left: 0;
  right: 0;
  border-top: 2px solid #E9465E;
}
.wp-block-pbp-partners .wp-block-group h2 {
  color: #000000;
  text-align: center;
}
.wp-block-pbp-partners .wp-block-group .glide .glide__slide {
  text-align: center;
}
.wp-block-pbp-partners .wp-block-group .glide .glide__slide a {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.wp-block-pbp-partners .wp-block-group .glide .glide__slide a > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.wp-block-pbp-partners .wp-block-group .glide .glide__arrows {
  z-index: 10;
  height: 0px;
}

.wp-block-buttons {
  gap: 20px;
}
@media (max-width: 782px) {
  .wp-block-buttons {
    gap: 15px;
  }
}

.wp-block-button a {
  background: transparent;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 30px;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 100px;
}
@media (max-width: 782px) {
  .wp-block-button a {
    padding: 7px 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-button a {
    font-size: 0.9rem;
  }
}
.wp-block-button a svg {
  position: relative;
  top: 2px;
}
.wp-block-button.is-style-white a {
  background-color: white;
  border-color: white;
}

.wp-block-pbp-key-figures .key-figures {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
@media (max-width: 1024px) {
  .wp-block-pbp-key-figures .key-figures {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (max-width: 782px) {
  .wp-block-pbp-key-figures .key-figures {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-pbp-key-figures .key-figures {
    grid-template-columns: 1fr 1fr;
  }
}
.wp-block-pbp-key-figures .key-figures .key-figure-item {
  text-align: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.wp-block-pbp-key-figures .key-figures .key-figure-item:not(:last-child)::after {
  content: "";
  position: absolute;
  border-right: 1px dashed #94A3B8;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 0;
}
@media (max-width: 782px) {
  .wp-block-pbp-key-figures .key-figures .key-figure-item:not(:last-child)::after {
    display: none;
  }
}
.wp-block-pbp-key-figures .key-figures .key-figure-item svg {
  stroke: #E9465E;
  width: 2.5rem;
  height: 2.5rem;
  stroke-width: 1;
}
@media (max-width: 782px) {
  .wp-block-pbp-key-figures .key-figures .key-figure-item svg {
    width: 2rem;
    height: 2rem;
  }
}
.wp-block-pbp-key-figures .key-figures .key-figure-item .value {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 782px) {
  .wp-block-pbp-key-figures .key-figures .key-figure-item .value {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 600px) {
  .wp-block-pbp-key-figures .key-figures .key-figure-item .value {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.wp-block-pbp-key-figures .key-figures .key-figure-item .value span {
  margin-left: 5px;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .wp-block-pbp-key-figures .key-figures .key-figure-item .value span {
    font-size: 1rem;
  }
}
.wp-block-pbp-key-figures .key-figures .key-figure-item .description {
  font-weight: 500;
  font-size: 1rem;
}

ul.wp-block-list {
  list-style: inside;
  margin-left: 15px;
  margin-bottom: 20px;
  text-align: justify;
}

.wp-block-pbp-countdown-hero-home {
  background-color: #fff;
  color: #fff;
  padding: 1rem 3rem;
  position: absolute;
  bottom: 50px;
  right: 50px;
  /*
  border-bottom: 2px solid abstracts.$blue-basis;

  &::after{
  	content: "";
  	position: absolute;
  	width: 100%;
  	bottom: 2px;
  	left: 0;
  	right: 0;
  	border-top: 2px solid abstracts.$red-basis;
  }*/
}
@media (max-width: 600px) {
  .wp-block-pbp-countdown-hero-home {
    padding: 1rem 2rem;
    bottom: 20px;
    right: 20px;
  }
}
.wp-block-pbp-countdown-hero-home .countdown-hero-display {
  display: flex;
  gap: 3rem;
}
.wp-block-pbp-countdown-hero-home .countdown-hero-display .countdown-hero-item {
  text-align: center;
}
.wp-block-pbp-countdown-hero-home .count {
  color: #E9465E;
  font-style: italic;
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .wp-block-pbp-countdown-hero-home .count {
    font-size: 1.8rem;
  }
}
.wp-block-pbp-countdown-hero-home .label {
  color: black !important;
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 600px) {
  .wp-block-pbp-countdown-hero-home .label {
    font-size: 1rem;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0px;
}
@media (max-width: 782px) {
  .wp-block-media-text {
    row-gap: 2rem;
  }
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0px;
}
.wp-block-media-text .wp-block-media-text__content {
  align-self: flex-start !important;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }
}
.wp-block-media-text .wp-block-media-text__content > :first-child {
  margin-top: 0;
}
.wp-block-media-text figure.wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text figure.wp-block-media-text__media figcaption {
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
  font-size: 0.8rem !important;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  min-height: 300px;
}

.wp-block-pbp-key-dates .key-dates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media (max-width: 782px) {
  .wp-block-pbp-key-dates .key-dates {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .wp-block-pbp-key-dates .key-dates {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}
.wp-block-pbp-key-dates .key-dates-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0px 1.5rem;
}
@media (max-width: 1280px) {
  .wp-block-pbp-key-dates .key-dates-item {
    padding: 0px 0.5rem;
  }
}
.wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  flex-direction: column;
  padding: 0px 25px;
  height: 76px;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 1280px) {
  .wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
    padding: 10px 20px;
  }
}
@media (max-width: 1024px) {
  .wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
    text-transform: none;
  }
}
@media (max-width: 960px) {
  .wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
    padding: 0px;
    background: none;
    font-size: 1rem;
  }
}
@media (max-width: 782px) {
  .wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .wp-block-pbp-key-dates .key-dates-item .key-dates-item-dates {
    width: 100%;
  }
}
.wp-block-pbp-key-dates .key-dates-item .description {
  font-weight: 500;
  font-size: 1.15rem !important;
  letter-spacing: 0.02rem;
}
@media (max-width: 1024px) {
  .wp-block-pbp-key-dates .key-dates-item .description {
    font-size: 1rem !important;
  }
}
.wp-block-pbp-key-dates .key-dates-item svg {
  stroke: #E9465E;
  width: 1rem;
  height: 1rem;
  stroke-width: 3;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .wp-block-pbp-key-dates .key-dates-item svg {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .wp-block-pbp-key-dates .key-dates-item svg {
    display: none;
  }
}
.wp-block-pbp-key-dates .key-dates-item::after, .wp-block-pbp-key-dates .key-dates-item::before {
  content: "";
  position: absolute;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #E9465E;
  top: calc(96px + 0.5rem);
  width: calc(50% - 0.5rem - 2px);
}
@media (max-width: 480px) {
  .wp-block-pbp-key-dates .key-dates-item::after, .wp-block-pbp-key-dates .key-dates-item::before {
    display: none;
  }
}
.wp-block-pbp-key-dates .key-dates-item::before {
  left: 0;
}
.wp-block-pbp-key-dates .key-dates-item::after {
  left: calc(50% + 0.5rem);
}
.wp-block-pbp-key-dates .key-dates-item:first-child::before {
  content: none;
}
.wp-block-pbp-key-dates .key-dates-item:last-child::after {
  content: none;
}

details.wp-block-details summary {
  border-bottom: 2px solid #E2E8F0;
  padding: 10px 0px;
  position: relative;
  font-weight: 600;
  font-size: 1.2rem !important;
  padding-right: 30px;
}
@media (max-width: 480px) {
  details.wp-block-details summary {
    font-size: 1rem !important;
  }
}
details.wp-block-details summary::marker, details.wp-block-details summary::-webkit-details-marker {
  content: "";
  display: none;
}
details.wp-block-details summary::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1em);
  width: 1.3em;
  height: 1.3em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27m6 9 6 6 6-6%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
details.wp-block-details[open] summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27m18 15-6-6-6 6%27/%3E%3C/svg%3E");
}
details.wp-block-details p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.wpcf7 .form-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; /* Pour mobile */
  margin-bottom: 15px;
}
.wpcf7 .form-col {
  flex: 1 1 30%;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid black;
  font-family: "Barlow", sans-serif;
}
.wpcf7 input[type=text].wpcf7-not-valid, .wpcf7 input[type=email].wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: #E9465E;
}
.wpcf7 label {
  color: #94A3B8;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.wpcf7 input[type=submit] {
  background: black;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 30px;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 100px;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1.6rem;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #E9465E;
  padding: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #22C55E;
  padding: 0px;
}

.wp-block-pbp-simple-carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding-bottom: 30px;
}
@media (max-width: 782px) {
  .wp-block-pbp-simple-carousel {
    max-width: 100% !important;
  }
}
.wp-block-pbp-simple-carousel .carousel-images {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  min-height: 250px;
}
.wp-block-pbp-simple-carousel .carousel-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.wp-block-pbp-simple-carousel .carousel-images img.active {
  opacity: 1;
  z-index: 1;
}
.wp-block-pbp-simple-carousel .carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.wp-block-pbp-simple-carousel .carousel-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.wp-block-pbp-simple-carousel .carousel-dots span.active {
  background: #0073aa;
}

.simple-carousel-editor {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  height: 100%;
}
.simple-carousel-editor .carousel-preview {
  position: relative;
  width: 100%;
  height: 60%;
  margin-bottom: 10px;
}
.simple-carousel-editor .carousel-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.simple-carousel-editor .carousel-preview img.active {
  opacity: 1;
  z-index: 1;
}
.simple-carousel-editor .carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.simple-carousel-editor .carousel-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.simple-carousel-editor .carousel-dots span.active {
  background: #333;
}

@media (max-width: 782px) {
  .wp-block-columns > div:first-child:has(.wp-block-pbp-simple-carousel) {
    padding-bottom: 40px;
  }
}

/* === MODAL GLOBAL POUR TOUS LES CAROUSELS === */
.carousel-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.carousel-modal.open {
  display: flex;
}
.carousel-modal .carousel-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.carousel-modal .carousel-modal-content {
  position: relative;
  z-index: 10;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-modal .carousel-modal-content img.carousel-modal-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.carousel-modal .carousel-modal-content button.carousel-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11;
}
.carousel-modal .carousel-modal-content button.carousel-prev,
.carousel-modal .carousel-modal-content button.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.3s;
}
.carousel-modal .carousel-modal-content button.carousel-prev:hover,
.carousel-modal .carousel-modal-content button.carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.carousel-modal .carousel-modal-content .carousel-prev {
  left: 10px;
}
.carousel-modal .carousel-modal-content .carousel-next {
  right: 10px;
}

/*# sourceMappingURL=style-style.css.map*/