:root {
  --primary-color: #FFEAD5;
  --tint-1: #F3DDC6;
  --tint-2: #E9CEB3;
  --tint-3: #D0B18B;
  --tint-4: #C6A47B;
  --secondary-color: #442314;
  --shade-1: #7A4933;
  --shade-2: #583322;
  --shade-3: #402418;
  --shade-4: #371A0C;
  --shade-5: #1E110C;
  --accent-1: #F0A224;
  --accent-2: #FFCA76;
  --d-grey: #4D4D4D;
  --grey: #717171;
  --l-grey: #AAAAAD;
  --top-light-grey: #D1D1D6;
  --silver: #E5E5EA;
  --neutral-white: #ffffff;
  --neutral-black: #1A1A1A;
}

* {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
}

body {
  background-color: var(--shade-5);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.separator {
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    var(--primary-color) 0px,
    var(--primary-color) 8px,
    transparent 8px,
    transparent 16px
  );
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------------- */
/* --- Fontes --- */
/* ---------------- */

.architects-daughter-regular {
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../fonts/ClashDisplay/ClashDisplay-Variable.woff2") format("woff2"),
       url("../fonts/ClashDisplay/ClashDisplay-Variable.woff") format("woff"),
       url("../fonts/ClashDisplay/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Archivo-Variable";
  src: url("../fonts/Archivo/Archivo-Variable.woff2") format("woff2"),
       url("../fonts/Archivo/Archivo-Variable.woff") format("woff"),
       url("../fonts/Archivo/Archivo-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Archivo-VariableItalic";
  src: url("../fonts/Archivo/Archivo-VariableItalic.woff2") format("woff2"),
       url("../fonts/Archivo/Archivo-VariableItalic.woff") format("woff"),
       url("../fonts/Archivo/Archivo-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}

/* ---------------- */
/* --- Colonnes --- */
/* ---------------- */

[class*="col-"] {
  /* min-height: 80px; */
  padding: 0 12px;
  box-sizing: border-box;
  /* border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.4); */
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

/* ------------------------ */
/* --- Titres et textes --- */
/* ------------------------ */
.aspect_h1 {
  font-family: "ClashDisplay-Variable";
  font-weight: 700;
  font-size: 128px;
  line-height: 120px;
  font-style: normal;
  color: var(--primary-color);
}

.aspect_h1-homepage {
  font-family: "ClashDisplay-Variable";
  font-weight: 700;
  font-size: 15vw;
  line-height: 80%;
  white-space: nowrap;
  font-style: normal;
  color: var(--primary-color);
}

.aspect_h2 {
  font-family: "ClashDisplay-Variable";
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  font-style: normal;
  text-transform: uppercase;
  color: var(--primary-color);
}

.cursive{
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  font-style: normal;
  text-transform: none;
  margin: 0 8px;
}

.color{
  color: var(--accent-1);
}

.aspect_h3 {
  font-family: "ClashDisplay-Variable";
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  font-style: normal;
  color: var(--primary-color);
}

.aspect_h4 {
  font-family: "ClashDisplay-Variable";
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
  color: var(--primary-color);
}

.body_regular-light {
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--primary-color);
}

.body_regular-dark {
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--secondary-color);
}


.body_medium-light {
  font-family: "Archivo-Variable";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--primary-color);
}

.body_medium-dark {
  font-family: "Archivo-Variable";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--secondary-color);
}

.body_sous-titre {
  font-family: "Archivo-Variable";
  font-weight: 600;
  font-size: 30px;
  line-height: 58px;
  font-style: normal;
  text-transform: uppercase;
  color: var(--primary-color);
}

.body_crochet {
  font-family: "Archivo-Variable";
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  text-transform: uppercase;
  color: var(--primary-color);
}

.body_showcase {
  font-family: "Archivo-Variable";
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  color: var(--primary-color);
}

/* --------------- */
/* --- Buttons --- */
/* --------------- */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 8px 40px;
}

.btn_primary-light,
.btn_primary-dark,
.btn_secondary-light,
.btn_secondary-dark,
.btn_header {
  transition: 0.3s ease-in-out;
}

.btn_primary-light {
  color: var(--secondary-color);
  background-color: var(--accent-1);
  border: 1px solid var(--secondary-color);
  box-shadow: 2px 2px 0px var(--secondary-color);
}

.btn_primary-light:hover {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 0px 0px var(--secondary-color);
}

.btn_primary-dark {
  color: var(--secondary-color);
  background-color: var(--accent-1);
  border: 1px solid var(--secondary-color);
  box-shadow: 2px 2px 0px var(--secondary-color);
}

.btn_primary-dark:hover {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  box-shadow: 0px 0px 0px var(--secondary-color);
}

.btn_secondary-light {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  box-shadow: 2px 2px 0px var(--primary-color);
}

.btn_secondary-light:hover {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  box-shadow: 0px 0px 0px var(--primary-color);
}

.btn_secondary-dark {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  box-shadow: 2px 2px 0px var(--secondary-color);
}

.btn_secondary-dark:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  box-shadow: 0px 0px 0px var(--secondary-color);
}

/* -------------- */
/* --- Header --- */
/* -------------- */

header {
  width: 100vw;
  position: fixed;
  z-index: 20;
}

.header_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 80px;
}

.header_logo {
  position: relative;
  z-index: 25;
}

.navigation_menu {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.btn_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 4px 8px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  box-shadow: 2px 2px 0px var(--primary-color);
}

.btn_header:hover {
  background-color: var(--accent-1);
}

.burger {
  display: none;
  cursor: pointer;
  font-size: 32px;
  padding: 2px 8px 4px 8px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: var(--tint-4);
}

/* - burger mobile -*/

.nav_mobile {
  position: fixed;
  top: -1000px;
  left: 0;
  width: 100%;
  height: 540px;
  background-image: url('../img/Header/Burger_texture.webp');
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  padding: 24px 32px;
  z-index: 15;
  transition: 0.3s ease-in-out;
}

.sous-nav_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.nav_mobile.open {
  top: 0;
}

.nav_close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--primary-color);
  cursor: pointer;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background-color: #1E110C80;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* - fin burger mobile -*/

/* -------------- */
/* --- Footer --- */
/* -------------- */

footer {
  background-image: url("../img/Footer/Fond_kraft_footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 80px;
  gap: 80px;
}

footer .bloc_img {
  position: relative;
  width: 16.66%;
  height: 100%;
  clip-path: inset(-100px -100px 0 -100px ); 
  overflow: visible;
}

footer .bloc_img img{
  width: auto;
  height: auto;
  position: absolute;
  transform: rotate(6deg) scale(1.2);
}

.footer_nav {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
  width: 75%;
  gap: 40px;
}

.upper_bloc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sous-bloc_nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sous-bloc_nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sous-bloc_nav ul a {
  font-family: "Archivo-Variable";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  color: var(--primary-color);
}

.sous-bloc_nav ul a:hover {
  color: var(--accent-1);
}

.footer_h3 {
  font-family: "ClashDisplay-Variable";
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
  color: var(--accent-1);
}

.footer_h3:hover {
  color: var(--accent-2);;
}

.bottom_bloc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}

.social {
  display: flex;
  flex-direction: row;
  gap: 28px;
}

.footer_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 70%;
}

.footer_logo img {
  object-fit: scale-down;
}

.social img {
  transition: 0.2s ease-in-out;
}

.social img:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}

/* --------------------- */
/* -------Lightbox------ */
/* --------------------- */

.thumbnail {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.thumbnail:hover {
  opacity: 0.8;
}

/* Overlay */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background-color: #1E110C80;
  z-index: 30;
  justify-content: center;
  align-items: center;
}

.lightbox.open {
  display: flex;
}

/* Image agrandie */
.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/* Croix */
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: var(--tint-4);
  cursor: pointer;
  line-height: 1;
}

.lightbox-close:hover {
  color: var(--primary-color);
}

/* --------------------------------------- */
/* -------------- Home Page -------------- */
/* --------------------------------------- */

/* -------------------- */
/* --- Section Hero --- */
/* -------------------- */

.section_hero {
  background-image: url("../img/Homepage/Hero_Homepage.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  max-height: 1080px;
}

.hero_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 80px 80px;
}

.hero_content .baseline-cta {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.marquee-container {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 4px 0;
  width: 400vw;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}

.marquee-container:hover {
  background-color: var(--accent-1);
  color: var(--primary-color);
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  font-family: "ClashDisplay-Variable";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0%); }
  to   { transform: translateX(-50%); }
}

/* ---------------------- */
/* -- Section Showcase -- */
/* ---------------------- */

.section_showcase {
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 10px;
  gap: 20px;
}

.section_showcase .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
  padding-right: 80px;
  padding-left: 80px;
  gap: 60px;
}

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

.section_showcase .content h2 {
  text-align: center;
}

.section_showcase .main-bloc_img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_showcase .bloc_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50%;
}

.section_showcase .sous-bloc_img {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section_showcase .sous-bloc_img .size_normal {
  aspect-ratio: 2 / 3;
}

.section_showcase .sous-bloc_img .size_large {
  aspect-ratio: 3 / 2; 
}

.section_showcase .img_color-background {
  background-color: var(--primary-color);
  position: relative;
  width: 100%;
  height: 100%;
}

.section_showcase .img_color-background img{
  width: auto;
  height: auto;
  position: absolute;
  top: 12px;
  transform: rotate(2deg) scale(1.15);
}

.section_showcase .sous-bloc_txt_01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section_showcase .sous-bloc_txt_02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section_showcase img {
  width: 100%;
  height: 100%;
}

/* ------------------------ */
/* ---- Section About ---- */
/* ------------------------ */

.section_about {
  background-image: url("../img/Homepage/Fond_kraft_home.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 10px;
  gap: 70px;
}

.section_about .main {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  gap: 40px;
}

.section_about .titrage {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.section_about .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section_about .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_about .bloc_img {
  padding: 0 0;
  transform: rotate(4deg);
  box-shadow: 4px 4px 30px rgba(0,0,0,0.3);
}

.section_about .col-6 {
  padding: 0 0;
}

/* -------------------- */
/* - Section Synderme - */
/* -------------------- */

.section_synderme {
  background-image: url("../img/Homepage/Fond_synderme_home.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_synderme .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px;
  gap: 40px;
}

.section_synderme .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}

.section_synderme .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

.section_synderme h3,
.section_synderme p {
  text-align: center;
}

/* ---------------------- */
/* - Section Newsletter - */
/* ---------------------- */

.section_newsletter {
  background-color: var(--primary-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_newsletter .main {
  display: flex;
  flex-direction: column;  
  align-items: center;
  padding: 80px 80px;
  gap: 60px;
}

.section_newsletter .titrage {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.form_newsletter button {
  margin-top: 40px;
}

.section_newsletter input {
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--secondary-color);
  width: 100%;
  background-color: var(--tint-2);
  border: 0px solid var(--tint-4);
}

.section_newsletter input:focus {
  border: 1px solid var(--tint-4);
}

.section_newsletter input::placeholder {
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: #44231480;
}

.section_newsletter h2,
.section_newsletter h3 {
  color: var(--secondary-color);
  text-align: center;
}

/* -------------------------------------- */
/* ------------- Page About ------------- */
/* -------------------------------------- */

/* -------------------- */
/* --- Section Hero --- */
/* -------------------- */

.section_hero-about {
  background-image: url("../img/About/About_hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-height: 1080px;
  aspect-ratio: 2 / 1;
  padding: 40px 80px;
}

/* ---------------------- */
/* --- Section Propos --- */
/* ---------------------- */

.section_propos {
  background-color: var(--secondary-color);
  padding: 80px 0;
}

.section_propos .histoire {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 80px;
  min-height: 1000px;
}

.section_propos .histoire .part_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_propos .histoire .part_left .titrage {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.section_propos .histoire .part_left .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}

.section_propos .histoire .part_right .stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_propos .histoire .stats h3 {
  font-family: "ClashDisplay-Variable";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  color: var(--primary-color);
}

.section_propos .histoire .stats h3,
.section_propos .histoire .stats p {
  text-align: right;
}

.section_propos .histoire .bloc_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.section_propos .histoire .bloc_img img{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: -200px;
  transform: scale(1.8);
}

.section_propos .fondatrices {
  display: flex;
  flex-direction: column;
}

.accordeon_header {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 80px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.accordeon_header:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.accordeon_header .accordeon_title {
  font-family: "ClashDisplay-Variable";
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  font-style: normal;
}

.accordeon_header .titrage {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.accordeon_header .separator {
  width: 100%;
}

.accordeon_header .bloc_etiquette {
  position: relative;
  width: 50%;
  height: auto;
}

.accordeon_header .etiquette_01 {
  background-color: var(--accent-1);
  width: auto;
  height: auto;
  position: absolute;
  padding: 8px 16px;
  top: -48px;
  right: 24px;
  transform: rotate(-5deg);
}

.accordeon_header .etiquette_02 {
  background-color: var(--accent-1);
  width: auto;
  height: auto;
  position: absolute;
  padding: 8px 16px;
  top: -40px;
  right: -188px;
  transform: rotate(5deg);
}

.accordeon_header .etiquette_03 {
  background-color: var(--accent-1);
  width: auto;
  height: auto;
  position: absolute;
  padding: 8px 16px;
  top: 80px;
  right: -140px;
  transform: rotate(-5deg);
}

.accordeon_header .bloc_etiquette span {
  font-family: "Archivo-Variable";
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  text-transform: uppercase;
  color: var(--primary-color);
}

.accordeon_content {
  background-image: url("../img/About/Fond_kraft_accordeon.webp");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f5f5f5;
  transition: 0.5s ease-in-out;
}

.accordeon_content.open {
  max-height: 1000px; /* valeur suffisamment grande */
  padding: 10px;
  overflow: visible;
}

.accordeon_content .separator{
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    var(--secondary-color) 0px,
    var(--secondary-color) 8px,
    transparent 8px,
    transparent 16px
  );
}

.accordeon_content .bottom_bloc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 40px 80px;
  gap: 40px;
}

.accordeon_content .bottom_bloc_amanda {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding: 40px 80px;
  gap: 40px;
}

.accordeon_content .bloc_badge {
  position: relative;
  height: 100px;
}

.accordeon_content .bloc_badge img {
  width: auto;
  height: auto;
  position: absolute;
  top: -140px;
  transform: scale(1.2);
}

.accordeon_content .bloc_img {
  position: relative;
  height: 100px;
}

.accordeon_content .bloc_img .img_01 {
  width: auto;
  height: auto;
  position: absolute;
  top: -80px;
}

.accordeon_content .bloc_img .img_02 {
  width: auto;
  height: auto;
  position: absolute;
  top: -80px;
    transform: scale(0.8);
}

.accordeon_content .bloc_img .img_03 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
}

/* ------------------------ */
/* --- Section Campagne --- */
/* ------------------------ */

.section_campagne {
  background-image: url("../img/About/Fond_kraft_marque.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.section_campagne .main {
  display: flex;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
}

.section_campagne .titrage {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.section_campagne .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.section_campagne .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

.section_campagne .barre {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 8px;
  padding: 16px 20px;
  width: 100%;
  background-color: var(--shade-5);
}

.section_campagne .part_right {
  position: relative;
  height: 600px;
}

.section_campagne .part_right img{
  width: auto;
  height: auto;
  max-height: 780px;
  position: absolute;
  top: -80px;
}

/* -------------------------------------- */
/* ------------ Page Produit ------------ */
/* -------------------------------------- */

/* -------------------- */
/* --- Section Hero --- */
/* -------------------- */

.section_hero-lua {
  background-image: url("../img/Lua/Lua_hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-height: 1080px;
  aspect-ratio: 2 / 1;
  padding: 40px 80px;
}

/* ----------------------- */
/* --- Section Produit --- */
/* ----------------------- */

.section_produit .col-12 {
  padding: 0;
}

.section_produit .upper-bloc_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section_produit .left-sous-bloc_img {
  background-image: url("../img/Lua/Produit_sac_01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 80px;
  width: 50%;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.section_produit .left-sous-bloc_img span {
  font-family: "ClashDisplay-Variable";
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  font-style: normal;
  color: var(--primary-color);
}

.section_produit .left-sous-bloc_img p {
  width: 80%;
}

.section_produit .right-sous-bloc_img {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.section_produit .right-sous-bloc_img img {
  width: 50%;
}

.section_produit .bottom-bloc_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section_produit .bottom-bloc_img img {
  width: 50%;
}

.section_produit .img_02 {
  border-right: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.section_produit .img_03 {
  border-bottom: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

.section_produit .img_04 {
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}

.section_produit .img_05 {
  border-top: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

/* ----------------------- */
/* --- Section Mesures --- */
/* ----------------------- */

.section_mesures {
  background-color: var(--primary-color);
}

.section_mesures .col-12 {
  padding: 0;
}

.section_mesures .titrage {
  padding: 80px 80px;
}

.section_mesures h2 {
  color: var(--secondary-color);
  text-align: center;
}

.section_mesures .bloc_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section_mesures .sous-bloc_img {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.section_mesures .sous-bloc_img img {
  width: 50%;
}

.section_mesures .img_01 {
  border-right: 2px solid var(--primary-color);
}

.section_mesures .img_02 {
  border-right: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

.section_mesures .img_03 {
  border-right: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
}

.section_mesures .img_04 {
  border-left: 2px solid var(--primary-color);
}

/* ------------------------ */
/* --- Section Matériau --- */
/* ------------------------ */

.section_matériau {
  background-image: url("../img/Lua/Fond_synderme_lua.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_matériau .main {
  display: flex;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
}

.section_matériau .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --------------------------- */
/* --- Section Précommande --- */
/* --------------------------- */

.section_précommande {
  background-image: url("../img/Lua/Fond_précommande_desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.section_précommande .main {
  display: flex;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
}

.section_précommande .titrage h2,
.section_précommande .titrage h3 {
  color: var(--secondary-color);
}

/* --------------------------------------- */
/* ------------ Page synderme ------------ */
/* --------------------------------------- */

/* -------------------- */
/* --- Section Hero --- */
/* -------------------- */

.section_hero-synderme {
  background-image: url("../img/Synderme/Synderme_hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-height: 1080px;
  aspect-ratio: 2 / 1;
  padding: 40px 80px;
}

/* --------------------- */
/* --- Section Motion--- */
/* --------------------- */

.section_motion {
  background-image: url("../img/Footer/Fond_kraft_footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_motion .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px;
  gap: 60px;
}

.section_motion iframe {
  width: 100%;
  max-width: 1440px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  border: 0px transparent;
}

.section_motion h2 {
  text-align: center;
}

/* ---------------------- */
/* --- Section Valeurs--- */
/* ---------------------- */

.section_valeurs {
  background-color: var(--secondary-color);
  padding-top: 80px;
  padding-bottom: 10px;
}

.section_valeurs .main {
  display: flex;
  flex-direction: row;
  padding-left: 80px;
  padding-bottom: 70px;
  gap: 80px;
}

.section_valeurs .content-cta {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.section_valeurs .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_valeurs .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section_valeurs .sous-bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section_valeurs .bloc_img {
  position: relative;
}

.section_valeurs .bloc_img img{
  width: auto;
  height: auto;
  position: absolute;
  left: 160px;
  top: 80px;
  transform: scale(1.4);
}

/* ------------------- */
/* --- Section lua --- */
/* ------------------- */

.section_lua {
  background-image: url("../img/Synderme/Le-lua.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_lua .main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 80px;
  min-height: 880px;
}

.section_lua .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --------------------------------------- */
/* ------------ Page contact ------------ */
/* --------------------------------------- */

/* -------------------- */
/* --- Section Hero --- */
/* -------------------- */

.section_hero-contact {
  background-image: url("../img/Contact/Contact_Hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-height: 1080px;
  aspect-ratio: 2 / 1;
  padding: 40px 80px;
}

/* --------------------------- */
/* --- Section Form-contact--- */
/* --------------------------- */

.section_form-contact {
  display: flex;
  flex-direction: column;
  background-color: var(--secondary-color);
  gap: 70px;
  padding-bottom: 10px;
}

.section_form-contact .main {
  display: flex;
  flex-direction: row;
  padding-top: 80px;
  padding-left: 80px;
}

.section_form-contact .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_form-contact form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section_form-contact .champs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_form-contact .nom-prénom {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.section_form-contact button {
  margin-top: 40px;
}

.section_form-contact input {
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--primary-color);
  width: 100%;
  background-color: var(--shade-4);
  border: 0px solid var(--shade-4);
}

.section_form-contact input:focus {
  border: 1px solid var(--tint-4);
}

.section_form-contact input::placeholder {
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: #FFEAD54D;
}

.section_form-contact select {
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--primary-color);
  width: 100%;
  background-color: var(--shade-4);
  border: 0px solid var(--shade-4);
  cursor: pointer;
}

.section_form-contact textarea {
  border-radius: 8px;
  padding: 16px 20px;
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: var(--primary-color);
  width: 100%;
  height: 100px;
  background-color: var(--shade-4);
  border: 0px solid var(--shade-4);
}

.section_form-contact textarea:focus {
  border: 1px solid var(--tint-4);
}

.section_form-contact textarea::placeholder {
  font-family: "Archivo-Variable";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: #FFEAD54D;
}

.section_form-contact .bloc_img {
  position: relative;
}

.section_form-contact .bloc_img img{
  width: auto;
  height: auto;
  position: absolute;
  left: 100px;
  top: 80px;
  transform: scale(1.2);
}

/* ----------------------------- */
/* --- Section découvrez-lua --- */
/* ----------------------------- */

.section_découvrez-lua {
  background-image: url("../img/Contact/Découvrez-le-lua.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section_découvrez-lua .main {
  display: flex;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
  min-height: 800px;
}

.section_découvrez-lua .bloc_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_découvrez-lua p {
  padding: 0;
}

/* -------------------------------------- */
/* ---------- Mentions légales ---------- */
/* -------------------------------------- */

.section_mentions-legales .container {
  display: flex;
  flex-direction: column;
  padding: 240px 80px;
  gap: 80px;
}

.section_mentions-legales .titrage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mentions-legales .titrage p {
  width: 40%;
}

.legal_paragraphe p {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 8px 0;
}

/* -------------- */
/* Version mobile */
/* -------------- */

@media (max-width: 768px) {

  .col-2 {
    width: 50%;
    padding: 0 8px;
  }

  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-12 {
    width: 100%;
    padding: 0px;
  }

  .img {
    height: auto;
  }

  .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 8px 32px;
  }

  .cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hero_titrage {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Titres et textes */
  .aspect_h1 {
  font-size: 64px;
  line-height: 100%;
  }

  .aspect_h1-homepage {
  font-size: 90px;
  line-height: 80px;
  white-space: wrap;
  }

  .aspect_h2 {
  font-size: 32px;
  line-height: 40px;
  }

  .cursive{
  font-size: 28px;
  line-height: 40px;
  }

  .aspect_h3 {
  font-size: 24px;
  line-height: 24px;
  }

  .aspect_h4 {
  font-size: 20px;
  line-height: 24px;
  }

  .body_crochet {
  font-size: 14px;
  line-height: 24px;
  }

  .body_sous-titre {
  font-size: 24px;
  line-height: 120%;
  }

  /* Header */

  .navigation {
    padding: 16px 24px;
  }

  .burger {
    display: block;
  }

  .navigation_menu {
    display: none;
  }

  .header_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  }

  .btn_header {
  width: 164px;
  font-size: 20px;
  line-height: 24px;
  padding: 4px 8px;
}

  /* Footer */

  footer .bloc_img {
  display: none;
  }

  .footer_nav {
  width: 100%;
  gap: 80px ;
  }


  .upper_bloc {
  flex-direction: column;
  width: 100%;
  gap: 40px;
  }

  .bottom_bloc {
  flex-direction: column;
  align-items: center;
  width: 100%;
  }

  footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  }

  .footer_logo {
  justify-content: center;
  width: 100%;
  }

  /* --------------------- */
  /* ----- Home page ----- */
  /* --------------------- */

  /* Section Hero */
  
  .section_hero {
  background-image: url("../img/Homepage/Hero_Homepage_mobile.webp");
  aspect-ratio: inherit;
  width: auto;
  height: 880px;
  }

  .hero_content {
  padding: 80px 20px 40px 20px;
  }

  .section_hero p {
  width: 50%;
  }

  .section_hero .baseline-cta {
    justify-content: space-between;
    height: 540px;
    gap: 0px;
  }

  .section_hero .hero_cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  /* Section Showcase */
  
  .section_showcase .main {
  padding-right: 20px;
  padding-left: 20px;
  }

  .section_showcase .bloc_img {
  flex-wrap: wrap;
  row-gap: 20px;
  }

  /* Section About */
  
  .section_about .main {
  padding: 0 20px;
  gap: 40px;
  }

  .section_about .titrage {
  flex-direction: column;
  gap: 8px;
  }

  .section_about .content {
  flex-direction: column;
  align-items: center;
  gap: 80px;
  }

  .section_about .bloc_img{
  width: 80%;
  }

  .section_about .bloc_txt {
  align-items: center;
  }

  /* Section Synderme */
  
  .section_synderme .main {
  padding: 60px 20px;
  gap: 80px;
  }

  .section_synderme .content {
  flex-direction: column;
  align-items: center;
  }

  .section_synderme .card {
  width: 70%;
  }

  /* Section Newsletter */
  
  .section_newsletter .main {
  padding: 60px 20px;
  }

  /* ------------------------- */
  /* ----- Page About ----- */
  /* ------------------------- */

  /* Section Hero */
  
  .section_hero-about {
  background-image: url("../img/About/About_hero_mobile.webp");
  aspect-ratio: inherit;
  width: auto;
  height: 880px;
  padding: 40px 20px;
  }

  /* Section Propos */

  .section_propos {
  padding: 60px 0;
  }

  .section_propos .histoire {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 20px;
  min-height: 1280px;
  gap: 60px;
  }

  .section_propos .histoire .part_left .bloc_txt {
  width: 100%;
  }

  .section_propos .histoire .part_left .titrage {
  flex-direction: column;
  gap: 8px;
  }

  .section_propos .histoire .stats h3 {
  font-size: 18px;
  line-height: 100%;
  }

  .section_propos .histoire .bloc_img img{
  width: auto;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0;
  transform: scale(1);
  }
  
  .accordeon_header {
  padding: 32px 20px;
  }

  .accordeon_header .accordeon_title {
  font-size: 32px;
  line-height: 40px;
  }

  .accordeon_header .etiquette_01 {
  right: -40px;
  }

  .accordeon_header .etiquette_02 {
  right: -160px;
  }

  .accordeon_header .etiquette_03 {
  top: 52px;
  right: -120px;
  }

  .accordeon_content p {
  height: 20%;
  text-align: center;
  }

  .accordeon_content.open {
  max-height: 1600px;
  }

  .accordeon_content .bottom_bloc {
  flex-direction: column;
  height: auto;
  padding: 40px 40px;
  gap: 60px;
  }

  .accordeon_content .bottom_bloc_amanda {
  flex-direction: column-reverse;
  height: auto;
  padding: 40px 40px;
  gap: 60px;
  }

  .accordeon_content .bloc_badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 40%;
  position: static;
  }

  .accordeon_content .bloc_badge img {
  max-width: 100%;
  max-height: 100%;
  position: static;
  object-fit: contain;
  transform: scale(0.8);
  }

  .accordeon_content .bloc_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 40%;
  position: static;
  }

  .accordeon_content .bloc_img .img_01 {
  max-width: 100%;
  max-height: 100%;
  position: static;
  object-fit: contain;
  transform: scale(1);
  }

  .accordeon_content .bloc_img .img_02 {
  max-width: 100%;
  max-height: 100%;
  position: static;
  object-fit: contain;
  transform: scale(0.6);
  }

  .accordeon_content .bloc_img .img_03 {
  max-width: 100%;
  max-height: 100%;
  position: static;
  object-fit: contain;
  transform: scale(0.8);
  } 

  /* Section Campagne */

  .section_campagne .main {
  padding: 60px 20px;
  gap: 40px;
  }

  .section_campagne .titrage {
  flex-direction: column;
  gap: 8px;
  }

  .section_campagne .content {
  flex-direction: column;
  justify-content: flex-start;
  }

  .section_campagne .part_right {
  position: static;
  height: 600px;
  }

  .section_campagne .part_right img{
  max-width: 100%;
  max-height: 100%;
  position: static;
  top: 0px;
  transform: scale(0.8);
  }

  /* -------------------- */
  /* ----- Page Lua ----- */
  /* -------------------- */

  /* Section Hero */
  
  .section_hero-lua {
  background-image: url("../img/Lua/Lua_hero_mobile.webp");
  aspect-ratio: inherit;
  width: auto;
  height: 880px;
  padding: 40px 20px;
  }

  /* Section Produit */

  .section_produit .left-sous-bloc_img {
  padding: 40px 20px;
  width: 100%;
  min-height: 480px;
  border-right: 0px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  }

  .section_produit .left-sous-bloc_img span {
  font-size: 24px;
  line-height: 24px;
  }

  .section_produit .right-sous-bloc_img {
  width: 100%;
  }

  .section_produit .bottom-bloc_img img {
  width: 100%;
  }

  .section_produit .img_02 {
  border-right: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  border-left: 0px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  }

  .section_produit .img_03 {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  }

  .section_produit .img_04 {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  border-right: 0px solid var(--primary-color);
  }

  .section_produit .img_05 {
  border-top: 2px solid var(--primary-color);
  border-left: 0px solid var(--primary-color);
  }

  /* Section Mesures */

  .section_mesures .titrage {
  padding: 60px 20px;
  }

  .section_mesures .sous-bloc_img {
  width: 100%;
  }

  .section_mesures .img_01 {
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  }

  .section_mesures .img_02 {
  border-right: 0px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  }

  .section_mesures .img_03 {
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  border-left: 0px solid var(--primary-color);
  }

  .section_mesures .img_04 {
  border-top: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  }

  /* Section Matériau */

  .section_matériau .main {
  padding: 60px 20px;
  }

  /* Section Précommande */

  .section_précommande {
  background-image: url("../img/Lua/Fond_précommande_mobile.webp");
  background-position: center;
  min-height: 1100px;
  }

  .section_précommande h2,
  .section_précommande h3 {
  text-align: center;
  }

  .section_précommande .main {
  padding: 60px 20px;
  gap: 60px;
  }

  /* ------------------------- */
  /* ----- Page Synderme ----- */
  /* ------------------------- */

  /* Section Hero */
  
  .section_hero-synderme {
  background-image: url("../img/Synderme/Synderme_hero_mobile.webp");
  aspect-ratio: inherit;
  width: auto;
  height: 880px;
  padding: 40px 20px;
  }

  /* Section Motion */

  .section_motion .main {
  padding: 60px 20px;
  }

  .section_motion iframe {
  border-radius: 8px;
  }

  /* Section Valeurs */

  .section_valeurs .main {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
  gap: 20px;
  }

  .section_valeurs .bloc_img {
  position: unset;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  }

  .section_valeurs .bloc_img img{
  width: auto;
  height: 100%;
  position: unset;
  top: -80px;
  transform: scale(0.8);
  }

  /* Section Lua */

  .section_lua .main {
  padding: 60px 20px;
  min-height: 880px;
  }

  .section_lua .main p {
  width: 80%;
  }

  /* ------------------------ */
  /* ----- Page contact ----- */
  /* ------------------------ */

  /* Section Hero */
  
  .section_hero-contact {
  background-image: url("../img/Contact/Contact_Hero_mobile.webp");
  aspect-ratio: inherit;
  width: auto;
  height: 880px;
  padding: 40px 20px;
  }

  /* Section Form-contact */
  
  .section_form-contact .main {
  flex-direction: column;
  width: 100%;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  }

  .section_form-contact .bloc_img {
  height: 400px;
  }

  .section_form-contact .bloc_img img {
  left: 0;
  top: -40px;
  transform: scale(0.6);
  }

  /* Section découvrez-lua */
  
  .section_découvrez-lua .main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px;
  gap: 0px;
  min-height: 800px;
  }

  .section_découvrez-lua .bloc_txt {
  width: 50%;
  }

  /* ------------------------ */
  /* --- Mentions légales --- */
  /* ------------------------ */

  .section_mentions-legales .container {
  padding: 240px 20px;
  gap: 60px;
}

.section_mentions-legales .titrage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mentions-legales .titrage p {
  width: 100%;
}

.legal_paragraphe p {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 0;
}
}
