@charset "UTF-8";
@font-face {
  font-family: Wix Madefor Display;
  src: url("../fonts/WixMadeforDisplay/WixMadeforDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display;
  src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 800;
  font-style: italic;
}
/* ===========================
   RESET + BASE GLOBALE
   =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 19px;
  color: #933429;
  font-weight: 500;
}

html, body {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

ul {
  margin: 0;
}

/* ===========================
   TYPOGRAPHIE SYMBIOZ
   =========================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 128%;
  margin: 0;
  font-synthesis: none;
}
@media (max-width: 1050px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 34px;
  }
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: inherit;
  font-size: inherit;
}

h2 {
  font-weight: 600;
  font-size: 40px;
}

p {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  margin: 0;
}

a {
  text-decoration: none;
  font-weight: 600;
}

strong, .bold, .strong {
  font-weight: 700;
}

em, .italic {
  font-style: italic;
  font-weight: 400;
}

.semiBold {
  font-weight: 600;
}

u {
  font-weight: inherit;
}

/* ===========================
   BOUTONS
   =========================== */
button,
.btn,
.button {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  background-color: #933429;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
button:hover,
.btn:hover,
.button:hover {
  background-color: #7F2C23;
}
button.reverse,
.btn.reverse,
.button.reverse {
  color: #933429;
  background-color: white;
}
button.reverse:hover,
.btn.reverse:hover,
.button.reverse:hover {
  background-color: rgba(147, 52, 41, 0.7);
}

.groupButton {
  display: grid;
  gap: 8px;
}

/* ===========================
   AUTRES ÉLÉMENTS
   =========================== */
hr {
  width: 50%;
  text-align: left;
  border: none;
  height: 0;
  margin: 15px 0;
  background: none;
  border-top: 1px solid #933429;
}

pre,
pre * {
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote {
  background-color: #F6EFE6;
  padding: 20px;
  margin-inline: 10px;
}

.inlineLink,
.articleContentContainer a {
  color: #7F2C23;
  font-weight: 500;
  text-decoration: underline;
}

/* ===========================
   LISTES
   =========================== */
li img {
  width: 28px;
  height: 30px;
  flex-shrink: 0;
}

.iconsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iconsList > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 15px;
}

/* ===========================
   IMAGES
   =========================== */
.imageDecorationContainer {
  position: relative;
  display: inline-block;
}

.imageDecorationContainer img {
  position: relative;
}

.twoRoundCornersPic {
  border-radius: 0 140px 0 140px;
  width: 490px;
  max-height: 387px;
  z-index: 2;
}

.archPic {
  border-radius: 2000px 2000px 0 0;
  width: 430px;
  max-height: 700px;
  position: relative;
}

.rectanglePic {
  width: 430px;
}

.twoThirdPic {
  margin-top: 50px;
  width: 100%;
  max-width: 800px;
  border-radius: 0 140px 0 140px;
}

.halfSectionImage {
  position: absolute;
  right: 0;
  bottom: -480px;
  width: 40%;
  height: auto;
}

.anchoredAligner {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 45%;
  max-width: 800px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.anchoredImage {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1050px) {
  .twoRoundCornersPic,
  .archPic,
  .rectanglePic,
  .twoThirdPic {
    width: 100%;
    max-width: 600px;
  }
  .twoRoundCornersPic,
  .twoThirdPic {
    border-radius: 0 110px 0 110px;
  }
  .twoThirdPic {
    border-radius: 0 70px 0 70px;
  }
  .anchoredAligner {
    position: static;
    width: 100%;
    justify-content: center;
    margin-bottom: -90px;
  }
  .anchoredImage {
    max-width: 100%;
  }
}
/* ===========================
   QUOTES
   =========================== */
.quote {
  background-color: #7F2C23;
  background-image: url("../img/curvedPathWhite1.svg"), url("../img/curvedPathWhite2.svg");
  background-position: bottom left, bottom right -10px;
  background-repeat: no-repeat;
  background-size: 30% 100%, 35% 100%;
  padding: 55px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}

.quote span {
  color: white;
  font-size: 27px;
  max-width: 800px;
  text-align: center;
}

.quote button {
  align-self: center;
}

@media screen and (max-width: 1050px) {
  .quote {
    background-image: url("../img/curvedPathWhite2.svg");
    background-position: bottom -50px right -30px;
    background-size: 60% 100%;
  }
}
/* ===========================
   ROUND WIDGET SECTION
   =========================== */
.roundWidgetSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.roundWidgetSection > span {
  text-align: center;
  max-width: 500px;
}

.roundWidgetContainer {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 33px;
}

.roundWidget {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 128px;
  gap: 17px;
}

.roundIllustration {
  height: 100px;
  width: 100px;
  background-color: #F6EFE6;
  border-radius: 1000px;
}

.roundIllustration > img {
  width: 100%;
  height: 100%;
}

.roundWidget > span {
  text-align: center;
  line-height: 23px;
}

/* ===========================
   STEPS SECTION
   =========================== */
.textIconBlock {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 30px;
  border-radius: 15px;
}

.textContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.secondParagraphDetails {
  background-color: #F6EFE6;
}

.loader {
  text-align: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #933429, 24px 0 #FFF;
  }
  66% {
    background: #933429;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #933429;
  }
}
/* ===========================
              ICON
   =========================== */
.link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.link-with-arrow::before {
  content: "";
  width: 0.9em;
  height: 1em;
  display: block;
  -webkit-mask: url("../images/UI/arrow.svg") no-repeat center;
          mask: url("../images/UI/arrow.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}

.leftChevron {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.leftChevron::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-mask: url("../images/UI/leftChevron.svg") no-repeat center;
          mask: url("../images/UI/leftChevron.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
  margin-right: 4px;
}

/* ===========================
   CONTENEURS GÉNÉRAUX
   =========================== */
.section {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 2rem 130px 2rem;
  gap: 90px;
}
.section.small {
  padding: 17px 2rem 17px 2rem;
}
.section.small p {
  text-align: center;
}
.section:last-of-type {
  padding: 80px 2rem 220px 2rem;
}

.withAnchored {
  padding-bottom: 200px;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media screen and (max-width: 1050px) {
  .section {
    padding: 80px 6rem;
    gap: 50px;
  }
  .withAnchored {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 700px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* ===========================
   VARIANTS DE COULEURS
   =========================== */
.colored {
  background-color: #933429;
  color: #F6EFE6;
}

.colored-beige {
  background-color: #F6EFE6;
}

.darkPeached {
  background-color: #7F2C23;
  color: white;
}
.darkPeached * {
  color: white;
}

.white {
  background-color: white;
}

/* ===========================
   CONTENEURS DE LARGEUR
   =========================== */
.containerLarge {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.containerSmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.containerSmall.border {
  border: 1px solid #933429;
}

/* ===========================
   LAYOUTS DE CONTENU
   =========================== */
.twoSideContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}

.equalChild {
  flex: 1;
}

@media screen and (max-width: 1050px) {
  .twoSideContainer {
    flex-direction: column;
    gap: 50px;
  }
  .twoSideContainer:has(> img:first-child),
  .twoSideContainer:has(> div.imageDecorationContainer2:first-child) {
    flex-direction: column-reverse;
  }
}
/* ===========================
   CONTENU TEXTE
   =========================== */
.sideParagraphContainer {
  display: flex;
  flex-direction: column;
  gap: 45px;
  z-index: 1;
}
.sideParagraphContainer .sideParagraph {
  color: #933429;
  max-width: 400px;
}

.topBar {
  margin: 0;
  background-color: white;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  justify-content: center;
}
.topBar .topBarContent {
  font-family: "Wix Madefor Display", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
}
.topBar .topBarContent .logo {
  margin-right: auto;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}
.topBar .topBarContent .logo img {
  display: block;
  width: auto;
  height: 53px;
}
.topBar .topBarContent {
  /* ===== NAV DESKTOP ===== */
}
.topBar .topBarContent .main-nav {
  display: flex;
  gap: 47px;
}
.topBar .topBarContent .main-nav a {
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
.topBar .topBarContent .main-nav a:hover {
  color: #7F2C23;
}
.topBar .topBarContent .main-nav a.active {
  position: relative;
  font-weight: 700;
}
.topBar .topBarContent .main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #933429;
}
.topBar .topBarContent {
  /* ===== LANG SWITCHER ===== */
}
.topBar .topBarContent .lang-switcher {
  display: flex;
  list-style: none;
  padding-left: 47px;
  margin: 0;
  justify-content: flex-end;
}
.topBar .topBarContent .lang-switcher li a {
  padding: 0.2rem 0.2rem;
  transition: all 0.2s ease;
  font-weight: 500;
  text-decoration: underline;
}
.topBar .topBarContent .lang-switcher li a.active {
  font-weight: 600;
  text-decoration: none;
}
.topBar .topBarContent {
  /* ===== BURGER ===== */
}
.topBar .topBarContent .menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: 22px;
  background-color: inherit;
  gap: 6px;
}
.topBar .topBarContent .menu-toggle .menu-rectangles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topBar .topBarContent .menu-toggle .menu-rectangles .rect {
  width: 25px;
  height: 4px;
  background: #933429;
}
.topBar .topBarContent .menu-toggle span {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

/* ================= MOBILE ================= */
@media screen and (max-width: 1240px) {
  .topBar .topBarContent {
    align-items: inherit;
    padding: 20px;
  }
  .topBar .topBarContent .menu-toggle {
    display: flex;
  }
  .topBar .topBarContent .main-nav,
  .topBar .topBarContent .lang-switcher,
  .topBar .topBarContent .logo-container p {
    display: none;
  }
  .topBar .topBarContent .logo .logo-container .logo-default {
    width: 150px;
  }
  .topBar {
    /* ===== MENU OUVERT ===== */
  }
  .topBar.responsive .topBarContent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    animation: slideDown 0.3s ease forwards;
    padding-bottom: 12px;
  }
  .topBar.responsive .topBarContent .main-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .topBar.responsive .topBarContent .main-nav a {
    padding: 14px 0;
    text-align: left;
    position: relative;
  }
  .topBar.responsive .topBarContent .main-nav a:first-child {
    margin-top: 12px;
  }
  .topBar.responsive .topBarContent .main-nav a.active::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #7F2C23;
  }
  .topBar.responsive .topBarContent .lang-switcher {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 10px;
  }
}
/* ===========================
   FOOTER 1
   =========================== */
#footer1 {
  position: relative;
  padding-top: 80px;
  margin-top: -80px;
  overflow-x: hidden;
}
#footer1 .section {
  padding-top: 162px;
}
#footer1::before {
  content: "";
  position: absolute;
  z-index: 10000;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 150px;
  background-image: url("../images/UI/arc.svg");
  background-repeat: repeat-x;
  background-size: 150px 150px;
  background-position: center top;
}
@media screen and (max-width: 1050px) {
  #footer1::before {
    background-size: 80px 80px;
    top: 21px;
  }
}
#footer1 h2, #footer1 span {
  color: white;
  font-weight: 600;
}
#footer1 h3 {
  font-weight: 700;
  font-size: 22px;
  font-family: "Wix Madefor Display", sans-serif;
}
#footer1 .logo-default {
  width: 200px;
  margin-bottom: 20px;
}
#footer1 .footerContact {
  background-color: white;
  padding: 30px 30px 30px 30px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#footer1 .footerContact .schedule {
  display: flex;
  flex-direction: column;
}
#footer1 .footerContact span {
  color: #933429;
}
#footer1 .footerContact hr {
  width: 100%;
  margin: 0;
}
#footer1 .footerContact .sideParagraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer1 .sideParagraphContainer:nth-child(2) {
  padding: 30px 0 3px 0;
  min-width: 400px;
  gap: 0;
}
#footer1 .sideParagraphContainer:nth-child(2) .secondaryInfo {
  margin-bottom: 50px;
}
#footer1 .secondaryInfo {
  width: 280px;
  word-break: keep-all;
}
#footer1 .contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer1 {
  /* ===========================
     LISTES & LIENS
     =========================== */
}
#footer1 .noBullets {
  list-style-type: none;
  padding-inline-start: 0;
  line-height: 40px;
}
#footer1 .footerLinks {
  padding-left: 25px;
  border-left: 1px solid white;
}
#footer1 .footerLinks > li > a {
  text-decoration: none;
  color: white;
}
#footer1 .footerLinks > li > a.button {
  display: inline-block;
  margin-top: 12px;
  line-height: initial;
}
#footer1 .footerLogo {
  position: absolute;
  bottom: 11%;
  right: 8%;
  width: 150px;
  height: auto;
}
#footer1 {
  /* ===========================
     ICONES SOCIALES
     =========================== */
}
#footer1 .socialIcons {
  display: flex;
  align-items: center;
  gap: 35px;
}
#footer1 .socialIcons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
#footer1 .socialIcon {
  display: block;
  max-height: 100%;
  width: auto;
}

/* ===========================
   BAS DE PAGE (FOOTER 2)
   =========================== */
#footer2 .footer2 {
  background-color: #7F2C23;
  padding-top: 4px;
  padding-bottom: 4px;
}
#footer2 .footer2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}
#footer2 .footer2 li {
  display: flex;
  align-items: center;
}
#footer2 .footer2 li.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F6EFE6;
}
#footer2 .footer2 li a {
  color: #F6EFE6;
  text-decoration: none;
}

/* ===============================
   ===   ARTICLES SECTION     ===
   =============================== */
.highlightedArticlesContainer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 1050px) {
  .highlightedArticlesContainer {
    flex-direction: column;
    align-items: center;
  }
}

.highlightedArticleContainer {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.highlightedArticleContainer .topimage img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.articlesContainer {
  border-top: 1px solid #cacaca;
  margin: 3rem 0;
  padding-top: 1rem;
}

.articleContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.articleContainer:last-child {
  border-bottom: none;
}
.articleContainer h3 {
  font-size: 1.4rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.articleContainer h3:hover {
  color: #7F2C23;
}
@media screen and (max-width: 1050px) {
  .articleContainer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.leftArticleContainer {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.leftArticleContainer .actuImage img {
  border-radius: 6px;
  width: 160px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.leftArticleContainer .articleTextInfosContainer {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.leftArticleContainer .articleTextInfosContainer .articleDate {
  color: var(--text2-color);
  font-family: brygada1918;
  font-weight: 600;
  font-size: 1rem;
}
.leftArticleContainer .articleTextInfosContainer .summary {
  color: #666;
  line-height: 1.6;
}
.leftArticleContainer .articleTextInfosContainer h3 {
  font-size: 1.3rem;
}
@media screen and (max-width: 1050px) {
  .leftArticleContainer {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .leftArticleContainer .actuImage img {
    width: 100px;
    height: auto;
  }
  .leftArticleContainer .summary {
    display: none;
  }
  .leftArticleContainer .articleDate {
    font-size: 0.9rem;
  }
  .leftArticleContainer h3 {
    font-size: 1.1rem;
  }
}

/* ===============================
   ===   BUTTONS + ICONS       ===
   =============================== */
.buttonWithIcon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1.25rem;
  background: #933429;
  color: white;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.buttonWithIcon:hover {
  background: #7F2C23;
}
.buttonWithIcon svg {
  width: 18px;
  height: 18px;
}

/* ===============================
   ===   "VOIR PLUS" BUTTON    ===
   =============================== */
#voir-plus {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
#voir-plus #voir-plus-btn {
  background: #933429;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease;
}
#voir-plus #voir-plus-btn:hover {
  background: #7F2C23;
}

/* ===============================
   ===   ARTICLE PAGE STYLES   ===
   =============================== */
.articleHeader {
  padding: 2rem 0;
}

.articleContentContainer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}
.articleContentContainer h2 {
  margin: 2rem 0 1rem;
}
.articleContentContainer p, .articleContentContainer ul, .articleContentContainer blockquote p, .articleContentContainer h3 {
  margin: revert;
}
.articleContentContainer blockquote {
  margin: 0;
  padding-left: 1.5rem;
  border-left: 3px solid rgba(147, 52, 41, 0.7);
}
.articleContentContainer blockquote p {
  margin: 0;
}
.articleContentContainer img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 6px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* → Adaptation à la structure de Grav */
form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
form ::-moz-placeholder {
  color: #9B8972;
}
form ::placeholder {
  color: #9B8972;
}
form .form-field {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
form .form-label {
  margin-bottom: 12px;
  font-weight: 600;
}
form .form-label * {
  font-weight: inherit;
}
form {
  /* Inputs & textarea */
}
form .form-input-wrapper input,
form .form-textarea-wrapper textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  color: #933429;
  background-color: white;
  font-family: inherit;
}
form .form-input-wrapper input:focus,
form .form-textarea-wrapper textarea:focus {
  outline: none;
  border-color: #7F2C23;
  box-shadow: 0 0 0 2px rgba(147, 52, 41, 0.2);
}
form .form-textarea-wrapper textarea {
  resize: vertical;
  min-height: 150px;
}
form input {
  height: 40px;
}
form textarea {
  height: 200px;
}
@media screen and (max-width: 1050px) {
  form .contact-title {
    font-size: 2rem;
  }
}

.hero {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: clip;
  height: 740px;
  justify-content: center;
}
.hero h1, .hero p, .hero a {
  color: white;
}
.hero svg {
  position: absolute;
  left: 36%;
  width: 735px;
  height: auto;
}
.hero #trace {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.hero #trace.animate {
  animation-delay: 1.5s;
  animation: dash 2s ease forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hero .secondaryInfo {
  color: #F6EFE6;
}
.hero .twoSideContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}
.hero .sideParagraphContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.hero .sideParagraphContainer p {
  font-family: "Playfair Display", serif;
  font-size: 54px;
}
.hero .sideParagraphContainer .text2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.hero .sideParagraphContainer div {
  margin-bottom: 20px;
}
.hero .sideParagraphContainer .hero-btn {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.hero .sideParagraphContainer .hero-btn .arrow {
  height: 55%;
  display: block;
}
@media screen and (max-width: 1050px) {
  .hero {
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 10%;
    justify-content: inherit;
    height: 576px;
  }
  .hero svg {
    left: 19%;
    width: 358px;
    bottom: -23%;
  }
  .hero .sideParagraphContainer {
    position: relative;
    font-size: 20px;
  }
  .hero .sideParagraphContainer p {
    font-family: "Playfair Display", serif;
    margin: 2px;
    font-size: 40px;
  }
  .hero .sideParagraphContainer div {
    margin-bottom: 0;
  }
}

.onepictureonetext .sideParagraphContainer {
  padding: 1rem;
  margin: auto;
}
.onepictureonetext h2 {
  line-height: 50px;
}
.onepictureonetext h2:nth-of-type(2) {
  font-style: italic;
}
@media screen and (max-width: 1050px) {
  .onepictureonetext.section {
    padding: 0;
  }
  .onepictureonetext .rectanglePic {
    width: 100vw;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.threepictures {
  background-color: #F6EFE6;
}
.threepictures h2 {
  margin-bottom: 30px;
  text-align: center;
}
.threepictures .picturesRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.threepictures .picturesRow .pictureItem {
  min-width: 330px;
  max-width: 326px;
  text-align: center;
}
.threepictures .picturesRow .pictureItem .maskImage {
  width: 100%;
  height: 535px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.threepictures .picturesRow .pictureItem .maskImage img.rectanglePic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.threepictures .picturesRow .pictureItem .maskImage:hover img.rectanglePic {
  transform: scale(1.12);
}
.threepictures .picturesRow .pictureItem span {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .threepictures .picturesRow {
    flex-direction: column;
    align-items: stretch;
  }
  .threepictures .picturesRow .pictureItem {
    width: 100%;
  }
  .threepictures .picturesRow .pictureItem .maskImage {
    height: 20dvh;
  }
}

.onetextonepicture {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.onetextonepicture .sideParagraphContainer {
  max-width: 650px;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.onetextonepicture svg {
  position: static;
  width: 730px;
  height: auto;
  margin-left: auto;
  margin-right: -13rem;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .onetextonepicture {
    flex-direction: column;
  }
  .onetextonepicture svg {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
  }
  .onetextonepicture .sideParagraphContainer {
    width: 100%;
    max-width: 500px;
    text-align: center;
    align-items: center;
  }
}

.onebigpictureonetext {
  position: relative;
}
.onebigpictureonetext.section {
  padding: 0;
}
.onebigpictureonetext .containerLarge {
  max-width: none;
  width: 100%;
  padding: 0;
}
.onebigpictureonetext .twoSideContainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  gap: 0;
}
.onebigpictureonetext {
  /* === IMAGE GAUCHE PLEINE HAUTEUR === */
}
.onebigpictureonetext .bigLeftImage {
  width: 50vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.onebigpictureonetext {
  /* === CONTENU TEXTE DROITE === */
}
.onebigpictureonetext .sideParagraphContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 200px;
}
.onebigpictureonetext .textIntro {
  display: flex;
  flex-direction: column;
  margin-bottom: 77px;
  gap: 50px;
}
.onebigpictureonetext .textIntro * {
  color: white;
}
.onebigpictureonetext .textIntro h2 {
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.onebigpictureonetext {
  /* === Liste des live shows === */
}
.onebigpictureonetext .liveShows {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.onebigpictureonetext .liveShows h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 19px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.onebigpictureonetext .liveShows .liveCard {
  color: #933429;
  background: white;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.onebigpictureonetext .liveShows .liveCard .eventTitle {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.onebigpictureonetext .liveShows .liveCard .eventDate {
  font-weight: 600;
  color: rgba(147, 52, 41, 0.7);
}
.onebigpictureonetext .liveShows .whiteButton {
  align-self: center;
  margin-top: 10px;
  background-color: white;
  color: #933429;
  transition: 0.3s;
}
.onebigpictureonetext .liveShows .whiteButton:hover {
  background-color: #933429;
  color: white;
}
.onebigpictureonetext {
  /* === RESPONSIVE === */
}
@media screen and (max-width: 1050px) {
  .onebigpictureonetext .twoSideContainer {
    flex-direction: column;
  }
  .onebigpictureonetext .bigLeftImage {
    width: 100%;
    height: 300px;
  }
  .onebigpictureonetext .sideParagraphContainer {
    margin: 0 auto;
    padding: 2rem 1rem;
    max-width: 100%;
    text-align: center;
  }
}

.onetitlethreepictures {
  background-color: #F6EFE6;
}
.onetitlethreepictures .containerLarge a.button {
  text-align: center;
  display: block;
  margin: 40px auto 0 auto;
}
.onetitlethreepictures h2 {
  margin-bottom: 41px;
}
.onetitlethreepictures h2 .bold {
  font-weight: 500;
}
.onetitlethreepictures .picturesRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.onetitlethreepictures .pictureItem {
  gap: 20px;
  min-width: 250px;
  max-width: 320px;
  text-align: center;
}
.onetitlethreepictures .pictureItem .squarePic {
  width: 326px;
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.onetitlethreepictures .pictureItem p {
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .onetitlethreepictures .picturesRow {
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
  }
  .onetitlethreepictures .pictureItem {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .onetitlethreepictures .pictureItem .squarePic {
    height: 20dvh;
    width: 100%;
  }
}

/* ************** A propos ************** */
.aboutContainer {
  max-width: 700px;
}

.approachContainer {
  flex-direction: row;
  gap: 50px;
}

@media screen and (max-width: 1050px) {
  .approachContainer {
    flex-direction: column;
  }
}
.approachContainer h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.timelineContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-left: 50px;
}

.timelineItem {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 2rem 0;
}

.timelineBlock {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  max-width: 400px;
}

/* Positionnement des blocs à gauche */
.timelineItem.left .timelineBlock {
  margin-left: 0;
}

/* Positionnement des blocs à droite */
.timelineItem.right .timelineBlock {
  margin-left: auto;
}

.timelineBlock .year {
  display: block;
  font-weight: bold;
  color: var(--text2-color);
  margin-bottom: 0.5rem;
}

.formationInitialeLine {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 140%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.twocards {
  text-align: center;
}
.twocards .formulesContainer {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
  flex-wrap: wrap;
}
.twocards .formuleCard {
  background-color: white;
  padding: 2rem 2rem;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.twocards .formuleCard h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.twocards .formuleCard .subtitle {
  font-size: 1.1rem;
  color: #7F2C23;
  margin-bottom: 1.5rem;
}
.twocards .formuleCard .menuItems {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.twocards .formuleCard .menuItems li {
  margin-bottom: 0.5rem;
}
.twocards .formuleCard .separator {
  border-top: 2px dotted #933429;
  margin: 1.5rem 0;
}
.twocards .formuleCard .price {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.twocards .formuleCard .discount {
  background-color: #F6EFE6;
  padding: 0.8rem 1rem;
  border-left: 4px solid #933429;
  font-size: 0.95rem;
  line-height: 1.4;
}
.twocards .formuleCard.beige {
  background-color: #F6EFE6;
}
.twocards button {
  align-self: center;
  background-color: white;
  color: #933429;
  transition: 0.3s;
}
.twocards button:hover {
  background-color: #F6EFE6;
}
@media screen and (max-width: 1050px) {
  .twocards .formulesContainer {
    flex-direction: column;
    align-items: center;
  }
  .twocards .formuleCard {
    width: 100%;
    max-width: 400px;
  }
}

.onebigpicturerightonetext {
  position: relative;
}
.onebigpicturerightonetext.section {
  padding: 0;
}
.onebigpicturerightonetext .containerLarge {
  max-width: none;
  width: 100%;
  padding: 0;
}
.onebigpicturerightonetext {
  /* ===== LAYOUT DESKTOP ===== */
}
.onebigpicturerightonetext .twoSideContainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 800px;
  max-height: 800px;
}
.onebigpicturerightonetext {
  /* === IMAGE === */
}
.onebigpicturerightonetext .bigLeftImage {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.onebigpicturerightonetext {
  /* === TEXTE === */
}
.onebigpicturerightonetext .sideParagraphContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
}
.onebigpicturerightonetext .textIntro {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.onebigpicturerightonetext .textIntro h2 {
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.onebigpicturerightonetext .textIntro p {
  font-weight: 600;
}
.onebigpicturerightonetext .textIntro .highlight {
  color: rgba(147, 52, 41, 0.75);
  font-weight: 600;
}
.onebigpicturerightonetext {
  /* ================= MOBILE ================= */
}
@media screen and (max-width: 1240px) {
  .onebigpicturerightonetext .twoSideContainer {
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  .onebigpicturerightonetext {
    /* IMAGE HERO */
  }
  .onebigpicturerightonetext .bigLeftImage {
    width: 100%;
    height: 38vh;
    min-height: 240px;
    max-height: 360px;
  }
  .onebigpicturerightonetext {
    /* TEXTE */
  }
  .onebigpicturerightonetext .sideParagraphContainer {
    padding: 2.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .onebigpicturerightonetext .sideParagraphContainer .textIntro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 540px;
    gap: 24px;
  }
}

.tearoomband.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tearoomband .containerLarge {
  border: 1px solid #933429;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 2rem;
  width: 100%;
  box-sizing: border-box;
}
.tearoomband .containerLarge div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tearoomband .containerLarge .socialIcon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.tearoomband {
  /* === RESPONSIVE === */
}
@media screen and (max-width: 1050px) {
  .tearoomband .containerSmall {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem;
  }
  .tearoomband .containerSmall div {
    flex-direction: row;
    align-items: center;
  }
}

.productList {
  padding: 5rem 2rem;
  min-width: 800px;
}
.productList .tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.productList .tabs .tabContainer {
  flex: 1 1 auto;
  border-bottom: 1px solid #933429;
}
.productList .tabs .tabContainer .tab {
  text-wrap: nowrap;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  color: inherit;
  transition: color 0.3s;
  margin: 20px 20px 0 0;
  display: inline-block;
  padding-bottom: 20px;
}
.productList .tabs .tabContainer .tab:hover {
  color: #7F2C23;
}
.productList .tabs .tabContainer .tab.active {
  font-weight: 600;
}
.productList .tabs .tabContainer .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #7F2C23;
}
.productList .productGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 60px;
}
.productList {
  /* ===============================
     ===      PRODUCT CARD      ===
     =============================== */
}
.productList .productCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.productList .productCard .imageWrapper {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.productList .productCard .imageWrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease, opacity 0.4s ease;
}
.productList .productCard .imageWrapper .img-hover {
  opacity: 0;
}
.productList .productCard:hover .imageWrapper img {
  transform: scale(1.12);
}
.productList .productCard:hover .imageWrapper .img-default {
  opacity: 0;
}
.productList .productCard:hover .imageWrapper .img-hover {
  opacity: 1;
}
.productList .productCard h3 {
  margin-top: 5px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .productList {
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .productList {
    padding: 3rem 1rem;
  }
}

.recipe {
  overflow-x: inherit;
}
.recipe .twoColumns {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1000px) {
  .recipe .twoColumns {
    flex-direction: column;
    gap: 60px;
  }
}
.recipe .twoColumns .leftImages {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recipe .twoColumns .leftImages .imgTop {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe .twoColumns .leftImages .imgBottom {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .recipe .twoColumns .leftImages {
    width: 100%;
  }
  .recipe .twoColumns .leftImages .imgTop, .recipe .twoColumns .leftImages .imgBottom {
    height: auto;
  }
}
.recipe .twoColumns .rightContent {
  flex: 0 0 450px;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 20px;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .recipe .twoColumns .rightContent {
    position: relative;
    top: auto;
    max-width: 100%;
  }
}
.recipe .twoColumns .rightContent .smallTag {
  font-weight: 700;
  font-family: "Wix Madefor Display", sans-serif;
}
.recipe .twoColumns .rightContent .productTitle {
  text-transform: uppercase;
}
.recipe .twoColumns .rightContent .productPrice {
  color: #933429;
  font-weight: 600;
  margin-bottom: 10px;
}
.recipe .twoColumns .rightContent .description {
  margin-bottom: 20px;
}
.recipe .twoColumns .rightContent .compositionTitle {
  margin-top: 10px;
  font-weight: 700;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 19px;
}
.recipe .twoColumns .rightContent .compositionList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.recipe .twoColumns .rightContent .compositionList li {
  position: relative;
  padding-left: 15px;
}
.recipe .twoColumns .rightContent .compositionList li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #933429;
}

.returnProducts {
  padding: 50px 0 50px 0;
  color: #F6EFE6;
}

.threecards {
  text-align: center;
}
.threecards .sectionTitle1 {
  line-height: 1.2;
  color: #F6EFE6;
}
.threecards .sectionTitle2 {
  margin-bottom: 3rem;
  line-height: 1.2;
  color: #F6EFE6;
  font-style: italic;
}
.threecards .liveShowsGrid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.threecards .liveShowsGrid .liveShowCard {
  text-align: left;
  background-color: white;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  gap: 1rem;
}
.threecards .liveShowsGrid .liveShowCard .eventTitle {
  font-weight: 600;
  font-size: 1.1rem;
  color: #933429;
}
.threecards .liveShowsGrid .liveShowCard .eventDate {
  font-size: 0.95rem;
  color: rgba(147, 52, 41, 0.7);
}
.threecards .button {
  margin-top: 50px;
}
@media screen and (max-width: 1050px) {
  .threecards .liveShowsGrid {
    width: 100%;
  }
}

.onetextonespiral .sideParagraphContainer {
  margin: auto;
  gap: 3.5rem;
}
.onetextonespiral h2 {
  line-height: 50px;
}
.onetextonespiral h2:nth-of-type(2) {
  font-style: italic;
}
.onetextonespiral svg {
  width: 500px;
}

.onebigpictureonetextsimple {
  position: relative;
}
.onebigpictureonetextsimple.section {
  padding: 0;
}
.onebigpictureonetextsimple.light {
  background-color: #F6EFE6;
  color: #933429;
}
.onebigpictureonetextsimple.light h2, .onebigpictureonetextsimple.light p, .onebigpictureonetextsimple.light strong {
  color: #933429;
}
.onebigpictureonetextsimple.dark {
  background-color: #933429;
  color: #F6EFE6;
}
.onebigpictureonetextsimple.dark h2, .onebigpictureonetextsimple.dark p, .onebigpictureonetextsimple.dark strong {
  color: #F6EFE6;
}
.onebigpictureonetextsimple .containerLarge {
  max-width: none;
  width: 100%;
  padding: 0;
}
.onebigpictureonetextsimple .twoSideContainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  gap: 0;
}
.onebigpictureonetextsimple.reverse .twoSideContainer {
  flex-direction: row-reverse;
}
.onebigpictureonetextsimple .bigLeftImage {
  width: 50vw;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.onebigpictureonetextsimple .sideParagraphContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 224px;
}
.onebigpictureonetextsimple .textIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onebigpictureonetextsimple .textIntro h2 {
  font-size: 2.2rem;
}
.onebigpictureonetextsimple .textIntro .title1 {
  text-transform: uppercase;
  font-weight: 200;
}
.onebigpictureonetextsimple .textIntro .title2 {
  font-style: italic;
  font-weight: 200;
}
.onebigpictureonetextsimple .textIntro p {
  line-height: 1.6;
}
.onebigpictureonetextsimple .textIntro strong {
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .onebigpictureonetextsimple .twoSideContainer {
    flex-direction: column;
  }
  .onebigpictureonetextsimple .bigLeftImage {
    width: 100%;
    height: 300px;
  }
  .onebigpictureonetextsimple .sideParagraphContainer {
    margin: 0 auto;
    padding: 2rem 1rem;
    max-width: 100%;
    text-align: center;
  }
}

.oneparagraph {
  overflow: unset;
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.oneparagraph .introLogoWrapper {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.oneparagraph .introLogoWrapper .introLogo {
  width: 120px;
  height: auto;
}
.oneparagraph .introTitle {
  font-size: 2.6rem;
  color: #933429;
  margin-bottom: 40px;
  font-family: "Wix Madefor Display", sans-serif;
}
.oneparagraph .introContentBox {
  background-color: #F6EFE6;
  padding: 60px 50px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.oneparagraph .introContentBox p {
  line-height: 1.7;
  font-size: 1.05rem;
  text-align: left;
}
.oneparagraph .introContentBox strong {
  color: #933429;
}
.oneparagraph .introContentBox .finalTitle {
  margin-top: 60px;
  font-size: 2.4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .oneparagraph .introContentBox {
    padding: 40px 25px;
  }
  .oneparagraph .introTitle {
    font-size: 2.2rem;
  }
  .oneparagraph .finalTitle {
    font-size: 2rem;
  }
  .oneparagraph .introLogoWrapper .introLogo {
    width: 90px;
  }
}

.aboutContainer {
  max-width: 700px;
}

.approachContainer {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1050px) {
  .approachContainer {
    flex-direction: column;
  }
}
.approachContainer h3 {
  margin: 10px 0;
}

.timelineContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-left: 50px;
}

.timelineItem {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 2rem 0;
}
.timelineItem.left .timelineBlock {
  margin-left: 0;
}
.timelineItem.right .timelineBlock {
  margin-left: auto;
}

.timelineBlock {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  max-width: 400px;
}
.timelineBlock .year {
  display: block;
  font-weight: bold;
  color: #933429;
  margin-bottom: 0.5rem;
}

.formationInitialeLine {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  height: 140%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.contactSection {
  background-color: #F6EFE6;
  color: #933429;
  text-align: center;
  padding: 8rem 2rem;
}
.contactSection .containerLarge h2 {
  font-family: "Wix Madefor Display", sans-serif;
}
.contactSection .containerLarge {
  max-width: 700px;
  margin: 0 auto;
}
.contactSection .contact-title {
  font-size: 35px;
  margin: 0 auto 3rem;
  width: 50%;
}

.contactInfoSection {
  padding: 8rem 2rem;
}
.contactInfoSection .twoColumns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .contactInfoSection .twoColumns {
    flex-direction: column;
    gap: 4rem;
  }
}
.contactInfoSection .info-block {
  flex: 1;
  border-left: 1px solid #933429;
  padding-left: 3rem;
  display: flex;
  align-items: center;
}
.contactInfoSection .info-block .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactInfoSection .info-block .content p {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.contactInfoSection .info-block .content p:last-of-type {
  margin-bottom: 0;
}
.contactInfoSection .info-block .content img {
  width: 140px;
  height: auto;
  margin-bottom: 10px;
}
.contactInfoSection .info-block .content a {
  color: #933429;
  text-decoration: underline;
  transition: 0.3s ease;
}
.contactInfoSection .info-block .content a:hover {
  color: #7F2C23;
}
.contactInfoSection #my-map {
  height: 450px;
  width: 450px;
}
.contactInfoSection #my-map .leaflet-control-attribution {
  display: none;
}

/* ===========================
   WRAPPER GLOBAL .maintenance
   =========================== */
.maintenance {
  /* --- Lang Switcher --- */
}
.maintenance .lang-switcher {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 1rem;
  margin: 0;
  background: #f6efe6;
  justify-content: flex-end;
  font-family: "Inter", sans-serif;
}
.maintenance .lang-switcher li a {
  color: #933429;
  text-decoration: none;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.maintenance .lang-switcher li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.maintenance {
  /* ===========================
     WRAP
     =========================== */
}
.maintenance .wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  background: #f6efe6;
  color: #8b5e3b;
}
.maintenance .wrap .logo {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  flex-shrink: 0;
}
.maintenance {
  /* ===========================
     MAIN CARD
     =========================== */
}
.maintenance .card {
  width: 100%;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(139, 94, 59, 0.2);
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2rem;
  align-items: start;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .maintenance .card {
    grid-template-columns: 1fr;
    max-width: 95%;
    padding: 1rem;
  }
}
.maintenance .card {
  /* --- Section (gauche) --- */
}
.maintenance .card section .brand {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.maintenance .card section .brand h1 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin: 0;
  color: #8b5e3b;
}
@media (max-width: 500px) {
  .maintenance .card section .brand h1 {
    font-size: 22px;
  }
}
.maintenance .card section .brand .lead {
  font-size: 16px;
  color: #a48a76;
  margin: 0.25rem 0 0;
}
@media (max-width: 500px) {
  .maintenance .card section .brand .lead {
    font-size: 14px;
  }
}
.maintenance .card section .features {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.maintenance .card section .features .feat {
  background: #fffaf3;
  padding: 0.5rem 0.8rem;
  border-radius: 10px;
  font-size: 13px;
  color: #8b5e3b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 500px) {
  .maintenance .card section .features .feat {
    font-size: 12px;
    padding: 0.4rem 0.6rem;
  }
}
.maintenance .card section footer {
  margin-top: 1.5rem;
}
.maintenance .card section footer div:first-child {
  margin-bottom: 0.3rem;
}
.maintenance .card {
  /* --- Aside (droite) --- */
}
.maintenance .card .right {
  width: 100%;
  max-width: 340px;
  background: #fffaf3;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .maintenance .card .right {
    max-width: 100%;
  }
}
.maintenance .card .right .countdown {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maintenance .card .right .countdown .item {
  flex: 1 1 48%;
  background: rgba(147, 52, 41, 0.08);
  padding: 0.5rem;
  border-radius: 8px;
  text-align: center;
}
.maintenance .card .right .countdown .item .num {
  font-size: 18px;
  font-weight: 700;
  color: #933429;
}
@media (max-width: 500px) {
  .maintenance .card .right .countdown .item .num {
    font-size: 16px;
  }
}
.maintenance .card .right .countdown .item .small {
  font-size: 12px;
}
@media (max-width: 500px) {
  .maintenance .card .right .countdown .item .small {
    font-size: 11px;
  }
}

/* ************** Prices ************** */
.pricesSection {
  background-color: var(--darkPeach-color);
  gap: 15px !important;
}

.priceBlock {
  background-color: var(--lightPeach-color);
  max-width: 430px;
  border-radius: 15px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/*.priceBlock .secondaryInfo {

	font-size: 25px;

}*/
.priceTag {
  color: var(--emphasis-color);
  font-size: 40px;
  font-weight: 600;
}

.subPrice {
  color: var(--emphasis-color);
  font-size: 20px;
  font-weight: 500;
}

.divider {
  border: none;
  border-top: 1px dashed var(--text-color);
  margin: 10px 0;
  width: 100%;
}

.contentList {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.priceList {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.4;
}

.optionBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: white;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 10px;
}

.optionBox div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.optionBox * {
  color: var(--emphasis-color);
}

.optionPrice {
  font-weight: bold;
}

.optionText {
  line-height: 1.2;
}

.optionIcon {
  width: 36px;
}

.priceBlock .groupButton {
  align-self: center;
  text-align: center;
}

.combinationBlock > span {
  color: var(--text2-color);
}

.notFoundSection.section {
  padding-top: 2%;
}
.notFoundSection .containerLarge {
  max-width: 500px;
  text-align: center;
}
.notFoundSection .containerLarge .notFoundTitle {
  font-size: 4rem;
  margin-bottom: 25px;
  font-family: "Wix Madefor Display", sans-serif;
}
.notFoundSection .containerLarge .notFoundSubtitle {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
}
.notFoundSection .containerLarge .notFoundParagraph {
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.notFoundSection .containerLarge svg {
  width: 40%;
}

/* ===========================
   components
   =========================== */
.heroSection {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 6rem 2rem;
}
.heroSection .hero-text {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.heroSection .hero-text h1 {
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.heroSection .hero-text p {
  color: white;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.onetextoneimage2 .sideParagraphContainer {
  padding: 10% 0 0 0;
  width: 413px;
}
.onetextoneimage2 .sideParagraphContainer h2 {
  width: 400px;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
}
.onetextoneimage2 .bottomParagraphContainer {
  padding: 20px;
  border: 1px solid #933429;
}
/*# sourceMappingURL=theme.css.map */
