@font-face {
  font-family: "maPolice2";
  src: url("assets/fonts/WhyteInktrap-Light.ttf") format("truetype");

  font-family: "maPolice3";
  src: url("assets/fonts/WhyteInktrap-Medium.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */

  font-family: "Roboto", sans-serif;
  background-color: #f5f0ed;
  transition: background-color 0.5s ease, color 0.5s ease;
  /* scroll-behavior: smooth; */
  /* display: flex;
    justify-content: center;
    align-items: center; */

  /* background-color:#f5f0ed; */
}

body.dark-mode {
  background-color: #121212;
}

#dark-mode-toggle {
  margin: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.ligne {
  position: absolute;
  background-color: black;
}

.horizontal {
  border-top: 1px solid black;
  width: calc(100% - 4.71vw);
  bottom: 3.6vh;
  left: 2.355vw;
}

.horizontalTop {
  border-top: 1px solid black;
  /* width: 60vw; */

  width: calc(100% - 4.71vw);

  position: fixed;
  top: 9vh;
  left: 2.355vw;
}

.vertical {
  border-left: 1px solid black;
}

.left {
  left: 2.355vw;
  top: 9vh;
  height: calc(100% - 12.59vh);
}

.right {
  right: 2.355vw;

  top: 9vh;
  height: calc(100% - 12.59vh);
}

.svgLayout {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 9;
  margin-top: 20%;
  height: fit-content;
}

.svgLayout svg {
  position: absolute;
  width: 100%;
}

.bg {
  height: 100%;
  width: 100%;
}

/* .display {
  width: auto;
  height: 80vh;

} */

#bg2,
#bg3 {
  opacity: 0;
}

#svg1 {
  clip-path: url(#mask);
  overflow: hidden;
}

.txt1-content {
  font-size: 80px;
  margin-top: 60vh;
  text-align: center;
  font-family: "maPolice3";
  z-index: 999;

  color: #cfa972;
}

#txt1-index {
  display: none;
  font-family: "maPolice3";
}

#txt1-page2 {
  display: none;
  font-family: "maPolice3";
}

#txt1-page4 {
  display: none;
  font-family: "maPolice3";
}

/* Menu Début */

.navbar {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */

  margin-top: 2.5%;
}

.logologo {
  display: flex;
  flex-direction: column;

  left: 2.355vw;
  font-family: Raleway;
  font-size: 24px;
  font-weight: bolder;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  background-color: #f5f0ed;
  transform: translateX(0px);
  opacity: 1;
  transition: all ease 1s;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.logologo span {
  font-size: 18px;
  font-weight: lighter;
}

.logologo.active {
  /* transform: translateX(-40px); */

  opacity: 0;
}

.logologo.dark-mode {
  background-color: #121212;
  color: #cfa972;
}

.menu-wrap {
  margin-right: 1.1%;

  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  opacity: 0;

  z-index: 9999;
}

.menu-wrap.active {
  /* border: solid 1px orange; */

  opacity: 1;

  z-index: 9999;
}

.menu-btn {
  width: 30px;
  height: 15px;

  position: fixed;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;

  /* border-radius: 50%; */
}
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
}
.menu-btn:before {
  background-color: #000;
  top: 0;
}
.menu-btn:after {
  background-color: #000;
  bottom: 0;
}
.menu-btn div {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: opacity ease 0.1s;
  border-radius: 6px;
}
nav.active .menu-btn div {
  opacity: 0;
}

nav.active .menu-btn:before {
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  top: 50%;
  /* background-color: orange; */
}
nav.active .menu-btn:after {
  transform: rotate(45deg) translate3d(5%, 50%, 0);
  bottom: 50%;
  /* background-color: orange; */
}
nav ul {
  position: fixed;
  /* margin-right: 2%; */
  display: flex;
  /* transform: translateX(-30px); */
  opacity: 0;
  transition: all ease 1s;
  list-style-type: none;

  background-color: #f5f0ed;

  /* margin-top: 10px; */
}
nav.active ul {
  opacity: 1;
  transform: translateX(0);
  margin-right: 5%;
  z-index: 9999;

  /* 
  flex-direction: column;
  background-color: #fc659e;
  margin-top: 10%; */
}

li {
  list-style-type: none;
  margin-left: 30px;
  /* color: #000; */
  font-family: Raleway;
  font-size: 1.2rem;
}

/* .SMN_effect-36 a:before, .SMN_effect-36 a:after {
  content: "";
  position: absolute;
  } */

/*  hover */

.navbar a {
  position: relative;

  text-decoration: none;

  color: inherit;
}

.SMN_effect-36 a:before,
.SMN_effect-36 a:after {
  content: "";
  position: absolute;
}

.logologo:before,
.logologo:after {
  content: "";
  position: absolute;
}

.menuEffect {
  background-color: #f5f0ed;
  color: #000000;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.menuEffect.dark-mode {
  background-color: #121212;
  color: #cfa972;
}

#flagFrance {
  /* width: 50%; */
  position: relative;
  bottom: 12%;
}

#flagBritain {
  /* width: 50%; */
  position: relative;
  bottom: 12%;
}

@media (max-width: 768px) {
  .menu-wrap {
    display: flex;
  }

  nav ul {
    position: fixed;

    margin-right: 0%;

    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0%;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.6s ease-in-out;
    z-index: 9999;
  }

  nav.active ul {
    transform: translateY(0);
    transition: transform 0.6s ease-in-out;

    margin-right: 0%;
  }

  nav ul li {
    margin: 20px 0;
  }

  .navbar {
    margin-top: 7%;
  }

  .navbar a {
    color: #cfa972;
    font-size: 1.5rem;
  }

  nav.active .menu-wrap {
    border: solid 1px black;
  }

  nav.active .menu-btn {
    border-color: black;
  }

  nav.active .menu-btn:before,
  nav.active .menu-btn:after,
  nav.active .menu-btn div {
    background-color: black;
  }
}

/* Menu Fin */

.ligne {
  position: absolute;
  background-color: black;
  /* position:fixed; */
}

.horizontal {
  border-top: 1px solid black;
  width: calc(100% - 4.71vw);
  bottom: 3.6vh;
  left: 2.355vw;
}

.horizontalTop {
  border-top: 1px solid black;

  width: calc(100% - 4.71vw);

  top: 9vh;
  left: 2.355vw;
}

.vertical {
  border-left: 1px solid black;
}

.left {
  left: 2.355vw;
  top: 9vh;
  height: calc(100% - 12.59vh);
}

.right {
  right: 2.355vw;

  top: 9vh;
  height: calc(100% - 12.59vh);
}

.centered-element {
  margin: 0 auto;

  margin-top: 85%;
  width: 100px;
  height: auto;
}

.centered-element svg {
  height: auto;
  margin-left: 50%;
}

.centered-element path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 1;
  fill: none;
}

#initial-path {
  opacity: 0;
}

section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.containerText {
  margin: 0 auto;
  width: 100%;
  height: auto;

  position: relative;
}

.pourdoublage {
  position: absolute;
}

.containerText1 {
  display: block;
}

.containerText2 {
  display: none;
}

.lang-eng .containerText1 {
  display: none;
}

.lang-eng .containerText2 {
  display: block;
}

.containerText svg {
  height: auto;
}

.containerText path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 1;
  fill: none;
  stroke: #4d4100;
}

.title {
  color: #cfa972;

  line-height: 5vh;
  /* font-family: 'Libre Baskerville', serif; */
  font-size: 25px;

  padding-top: 10px;
  padding-bottom: 4.8vh;
  width: 90%;
  background-color: transparent;
  /* margin: 30px auto; */
  overflow: hidden;
  box-sizing: border-box;
  font-kerning: none;

  font-family: "maPolice3";
}

.title.titleGreathorned1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%; /* Ajustez selon vos besoins */
}

.title.titleGreathorned2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%; /* Ajustez selon vos besoins */
}

.title span {
  color: black;
  overflow: hidden;

  /* font-size: 40px; */
}

/* Lettre se dessinant */

.containerE {
  margin: auto;

  position: relative;
  /* border: 2px solid blueviolet; */
}

#svgRond {
  width: 80%;
  height: 80%;
  display: block; /* Assure que le margin auto fonctionne */
  margin: auto;

  position: relative;
  align-items: center;
}

#yoyoyo {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke: white;
  stroke-width: 30; /* Assurez-vous que le contour est large */
  fill: none; /* On n'a plus besoin du remplissage ici */
}

/* Horizontal scrolling Début */

.process-wrap {
  overflow: hidden;
}

.process {
  background: linear-gradient(
    -45deg,
    #f6f7fb,
    #f0f8ec,
    #feeef5,
    #e7f3f8,
    #fbf3db
  );
  background-size: 200% 200%;
  animation: gradient 4s ease infinite;

  width: 300%;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  height: 120vh;

  /* border:2px solid red; */
}

.process,
.process2 {
  background: linear-gradient(
    -45deg,
    #f6f7fb,
    #f0f8ec,
    #feeef5,
    #e7f3f8,
    #fbf3db
  );
  background-size: 200% 200%;
  animation: gradient 4s ease infinite;

  width: 300%;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  height: 120vh;

  /* border:2px solid red; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.process__item {
  color: black;
  display: flex;

  justify-content: center; /* Centrer les enfants horizontalement */
  width: 100vw; /* Assurez que chaque item prend la largeur de la fenêtre */
  padding: 0 100px;

  align-items: center;
  height: 120vh;

  font-family: Raleway;
  font-size: 25px;
}

.process__item2 {
  color: black;
  display: flex;

  justify-content: center; /* Centrer les enfants horizontalement */
  width: 100vw; /* Assurez que chaque item prend la largeur de la fenêtre */
  padding: 0 100px;

  align-items: center;
  height: 120vh;

  font-family: Raleway;
  font-size: 25px;
}

.process__item p {
  position: relative;
  bottom: 15vh;
}

.process__item2 p {
  position: relative;
  bottom: 15vh;
}

.process__item span {
  font-family: "Playfair Display";

  display: inline; /* Change de block à inline */
  font-style: italic;
}

.process__item2 span {
  font-family: "Playfair Display";

  display: inline; /* Change de block à inline */
  font-style: italic;
}

.spanIndex1 {
  color: #cfa972;
}

.process-wrap1 {
  display: block;
}

.process-wrap2 {
  display: none;
}

.lang-eng .process-wrap1 {
  display: none;
}

.lang-eng .process-wrap2 {
  display: block;
}

/* Horizontal scrolling FIN */

.messageG {
  width: 100%;
  margin: auto;
  position: absolute;
  align-items: center;

  top: 30%; /* Vous pouvez ajuster la valeur selon votre besoin */
  left: 60%;
  transform: translateX(-60%); /* Centre horizontalement */
}

.messageG1 {
  display: block;
}

.messageG2 {
  display: none;
}

.lang-eng .messageG1 {
  display: none;
}

.lang-eng .messageG2 {
  display: block;
}

.boxG {
  width: 100vw;
  height: 100%;
  background: greenyellow;
  opacity: 0.5;
  position: absolute;
}

.animationG {
  /* font-family: Raleway;
    font-style: italic; */

  font-family: "maPolice3";
  line-height: 2vh;
  font-size: 15px;
  color: #cfa972;
  align-self: center;
  text-align: center;
}

.animationG span {
  font-style: normal;
  /* color: #72c6cf; */
  overflow: hidden;
  /* mix-blend-mode: difference; */
  text-align: center;
  align-self: center;
}

/* Lettre se dessinant Fin */

.writing {
  color: #cfa972;
}

.writing-container {
  width: 90vw;
  box-sizing: border-box;

  font-size: 20px;
  line-height: 40px;

  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30vh;
  font-family: "maPolice3";

  text-align: center;
  margin-left: auto;
  margin-right: auto;

  background-color: white;
}

.writing-container1 {
  display: block;
}

.writing-container2 {
  display: none;
}

.lang-eng .writing-container1 {
  display: none;
}

.lang-eng .writing-container2 {
  display: block;
}

.blur-word {
  /* width: 0; */
  height: 100%;
  color: #000000;

  overflow: hidden;

  filter: blur(10px);
}

.blur-word2 {
  /* width: 0; */
  height: 100%;
  color: #000000;

  overflow: hidden;

  filter: blur(10px);
}

.owl {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  background-image: url(assets/white-waves.png);
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 auto;
}

section {
  width: 100%;

  margin: 0 auto;
}

.cluster {
  position: relative;
  width: 100%;
  /* max-width: 874px; */
  height: 600px;
  margin-top: 70px;
  background-color: transparent;
  padding-bottom: 100px;
}

.clusterPieces {
  position: absolute;
  width: 100%;
}

/* Ajoutez ceci dans votre fichier CSS */
.owlHorned1 {
  display: block;
}

.owlHorned2 {
  display: none;
}

/* Ajoutez une classe pour la version anglaise */
.lang-eng .owlHorned1 {
  display: none;
}

.lang-eng .owlHorned2 {
  display: block;
}

.quote {
  color: #cfa972;
  overflow: hidden;
  font-size: 35px;
  font-family: "maPolice3";
  line-height: 1.6;
}

.circle {
  width: 100%;
  max-width: 360px;
  height: 360px;
  top: 200px;
  left: 600px;
  bottom: 200px;
  z-index: 3;
  /* display:none; */
}

.circle img {
  width: 100%;
}

.dotsBlue {
  width: 100%;
  height: auto;
  max-width: 380px;
  max-height: 434px;
  z-index: 2;
  left: -200px;
  top: 100px;
}

.owlHorned {
  width: 100%;

  height: 80%;
  top: 100;
  right: 0;
  z-index: 1;
}

.owlHorned img {
  height: 80%;
  object-fit: cover;
}

.caption span {
  color: #ffffff;
}

/* Page 2 */

/* Sliced Image Début */

.slices-wrapper {
  margin: 0 auto;
  margin-top: 60%;

  max-width: 997px;
  width: 100%;
  height: 500px;

  display: grid;
  grid-template-columns: repeat(10, 1fr);
  overflow: hidden;
  margin-bottom: 5%;
}
.slice {
  background-image: url("assets/landscape.avif");
  /* background-size: cover; */
  background-size: 1000% 100%;
  height: 100%;
  transform: translateY(100%);
  opacity: 0;
  /* margin-right: -1px; */
}

.scrolling-text {
  position: absolute;
  font-size: 8rem;
  white-space: nowrap;
  color: #000; /* Ajustez la couleur selon vos besoins */
  opacity: 0;
  align-self: center;
}

/* Stacking Cards Début */
:root {
  --color-light: #f8fafd;
  --color-dark: #222;
}

#card1 {
  /* background-color:#d7f9f8; */
  background-color: #f6f7fb;
}
#card2 {
  background-color: #f0f8ec;
}

#card3 {
  background-color: #feeef5;
}
#card4 {
  /* background-color:#d7e2ea; */
  background-color: #e7f3f8;
}
#card5 {
  /* background-color: #fff0d5; */
  background-color: #fbf3db;
}

.c-members .c-members__header {
  /* max-width: 1024px; */

  margin: 0 auto;
  padding: 64px 20px;
  color: var(--color-dark);
  text-align: center;
}

.c-members .c-members__header p {
  margin-bottom: 16px;
}

.c-members .c-members__header h1 {
  margin-bottom: 24px;
  /* font-size: 44px; */
}

.c-members .c-members__header div {
  /* font-size: 18px; */
  line-height: 32px;
}

.c-members__cards {
  width: 100%;
  /* max-width: 1200px; */

  margin: 0 auto;
}

.c-card {
  height: 60vh;
}

.c-members__cards .c-card {
  display: flex;

  justify-content: center;
  align-items: center;
  /* grid-template-columns: repeat(1, 1fr);
      grid-gap: 24px; */
  margin-top: 20px;
  width: 80%;
  margin: 0 auto;
  /* height: 60vh; */
  /* min-height: 600px; */
  background-color: none;
  border: 1px solid var(--color-dark);
  border-radius: 20px;
  font-family: "maPolice3";
}

.c-members__cards .c-card__description {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding: 40px;
}

/* .c-members__cards  {
   
   
      text-transform: uppercase;
    } */

.c-members__cards .c-card__title {
  text-align: center;
}

.c-card__title {
  font-size: 15px;
  line-height: 1.6;
}

.c-members__cards {
  line-height: 1.6;
}

.c-card__excerpt {
  font-size: 15px;
  line-height: 1.6;
}

.c-members__cards .c-card__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.c-members__cards .c-card__cta a {
  width: max-content;
  padding: 12px 24px;
  border: 1px solid black;
  color: black;
  /* font-size: 16px; */
  text-decoration: none;
}

.c-members__cards .c-card__figure {
  position: relative;
  overflow: hidden;
}

.c-members__cards .c-card__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spacer {
  width: 100%;
  height: 5vh;
}

/* Stacking Cards Fin */

/* Accordéon Début */

.methodologie {
  border-bottom: 1px solid #555;
  cursor: pointer;
  background-color: none;
}

.methodologie:last-child {
  border-bottom: none;
}

.titleMethodologie {
  width: 100%;
  padding: 1rem;
  font-family: "maPolice2";
  font-size: 18px;
  display: flex;
  align-items: center;
}
/* .methodologie.active .title,
  .methodologie:hover {
  
  } */

.titleSectionMethodologie {
  width: 90%;
  font-family: "maPolice3";
  font-size: 18px;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 15%;
}

.titleContact {
  width: 100%;
  font-family: "maPolice3";
  font-size: 36px;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 50%;
  color: #cfa972;
}

.icon-plus {
  width: 1em;
  height: 1em;
  margin-right: 0.8em;
}

.contentMethodologie {
  height: 0;
  overflow: hidden;
}

.contentMethodologie p {
  margin: 0;
  padding: 1rem;
  font-family: "maPolice3";
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}

/* Accordéon Fin */

/* Page 4 Contact Début */

/* Formulaire Début */
.contactTitre {
  margin-top: 52px;
  text-align: center;

  /* transition: margin-left 0.3s linear; */
}

.contactTitre h1 {
  color: #707070;

  font-family: Roboto;
  font-weight: 300;
  font-size: 2.7em;
}

.contactForm {
  margin-top: 79%;

  width: 100%;
  display: flex;

  /* flex-direction: column; */
  justify-content: center;
  /* align-items: center; */
}

.contactForm1 {
  display: block;
}

.contactForm2 {
  display: none;
}

.lang-eng .contactForm1 {
  display: none;
}

.lang-eng .contactForm2 {
  display: block;
}

form label {
  font-weight: 100;
  font-size: 0.8em;
}

form {
  /* display: grid;
    grid-gap: 100px;
    padding-top: 20px; */

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inputGroup {
  position: relative;
}

/* .inputGroup1 { grid-column: 1; grid-row: 1; }
  .inputGroup2 { grid-column: 2; grid-row: 1; }
  .inputGroup4 { grid-column: 1; grid-row: 2; }
  .inputGroup5 { grid-column: 2; grid-row: 2; }
  .inputGroup6 { grid-column: 1 / span 2; grid-row: 3;}
  .inputGroup7 { 
    grid-column: 2;
    grid-row: 4;
  
  } */

.inputGroup__textfield {
  background-color: white;
  width: 10rem;
  height: 2rem;
  font-size: 13px;
  padding: 20px;
  border: 2px solid #cfa972;
  outline: 0;
  border-radius: 5%;
  transition: border 0.3s ease-in-out;
  color: black;

  /* Nouvelles propriétés pour centrer le texte */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2%;
}

.inputGroup__textfield6 {
  background-color: white;
  width: 80vw;
  height: 10rem;
  font-size: 13px;
  padding: 20px;
  border: 2px solid #cfa972;
  outline: 0;
  border-radius: 5%;
  transition: border 0.3s ease-in-out;
  color: black;

  /* Nouvelles propriétés pour centrer le texte */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inputGroup__textfield:focus,
.inputGroup__textfield:active {
  border: 1px solid #cfa972;
}

/* Styles spécifiques pour le textarea */
textarea.inputGroup__textfield {
  resize: none;
  overflow: auto;
}

/* Style pour le placeholder */
.inputGroup__textfield::placeholder {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.buttonContact {
  background-color: #707070;
  color: white;
  font-family: Roboto;
  font-size: 1.2em;
  font-weight: 300;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  /* margin-top: 500px; */

  margin-top: 10px;
  margin-bottom: 50% !important;
  cursor: pointer;
}

button:hover {
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #606060;
  background-color: white;
}

.checkbox-container {
  grid-column: 1;
  grid-row: 4;
  text-align: left;
  display: flex;
  align-items: center;

  font-family: Roboto;
  font-size: 1.5em;
  font-weight: 300;
}

/* FOOTER Début */

.footer {
  position: relative;

  /* position: sticky;
    top: 100%;
    left: 0;
    right: 0; */

  display: flex;
  justify-content: center;
}
canvas {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

#canvas {
  border: 1px solid black;
  transition: background-color 0.5s ease, color 0.5s ease;
}

#canvas.dark-mode {
  border: 1px solid #cfa972;
}

.texteFooter {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);

  width: 100%;
  height: 100%;

  position: absolute;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 2;
}

/* .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
  
    font-size: 2em;
  
    z-index: 3;
  
  
  
  } */

/* Styles pour les éléments du footer en mode sombre */

body.dark-mode .blur-word,
body.dark-mode .blur-word2,
body.dark-mode .title span,
body.dark-mode .methodologie,
body.dark-mode .titleSectionMethodologie {
  color: #cfa972;
}

body.dark-mode .titleMethodologie img {
  background-color: #cfa972;
}

.indexGrid-item1.dark-mode,
.indexGrid-item2.dark-mode,
.indexGrid-item3.dark-mode,
.indexGrid-item4.dark-mode,
#canvas.dark-mode {
  border: 1px solid rgba(207, 169, 114, 0.2);
}

body.dark-mode .texteFooter,
body.dark-mode .indexGrid-item1,
body.dark-mode .indexGrid-item2,
body.dark-mode .indexGrid-item3,
body.dark-mode .indexGrid-item4 {
  color: #f5f0ed;
}

.indexGrid-item1,
.indexGrid-item2,
.indexGrid-item3,
.indexGrid-item4 {
  display: flex;
  justify-content: center;

  /* border: 1px solid greenyellow; */
  font-family: "Playfair Display";
  font-size: 1em;

  z-index: 3; /* Assure que le texte est au-dessus de tout le reste */
  position: relative; /* Crée un nouveau contexte d'empilement */
}

.indexGrid-item1 {
  box-sizing: border-box;

  font-size: 2.5rem;
  line-height: 0.8em;

  justify-content: center;
  align-items: center;
}

.indexGrid-item4 {
  display: flex;
  justify-content: flex-end;

  justify-content: center;
  align-items: center;
}

.indexGrid-item2 {
  display: flex;
  justify-content: flex-end;

  justify-content: center;
  align-items: center;
  /* margin-right: 10px; */
}

.indexGrid-item2Bis {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

.indexGrid-item3 {
  justify-content: center;
  align-items: center;
}

/* Fin FOOTER */

@media screen and (min-width: 481px) {
  .process__item {
    font-size: 30px;
  }

  .process__item2 {
    font-size: 30px;
  }

  .messageG {
    top: 40%;
  }

  .animationG {
    font-size: 30px;
  }

  .animationG {
    line-height: 3vh;
  }

  .writing-container {
    line-height: 50px;
    font-size: 30px;
  }

  .quote {
    font-size: 50px;
  }

  .c-card {
    height: 90vh;
  }

  .c-card__excerpt {
    font-size: 30px;
  }

  .c-card__title {
    font-size: 30px;
  }

  .titleMethodologie {
    font-size: 23px;
  }

  .titleSectionMethodologie {
    width: 100%;
    font-family: "maPolice3";
    font-size: 23px;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 10%;
    font-weight: bold;
  }

  .contentMethodologie p {
    font-size: 17px;
    /* margin-top: 40px; */
  }
}

@media screen and (min-width: 769px) {
  .title {
    line-height: 8vh;
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 40px;
  }

  .process__item {
    font-size: 40px;
  }
  .process__item2 {
    font-size: 40px;
  }

  .writing-container {
    line-height: 60px;
    font-size: 40px;
  }

  .quote {
    font-size: 60px;
  }

  .c-card {
    height: 90vh;
  }

  .c-card__excerpt {
    font-size: 40px;
  }

  .c-card__title {
    font-size: 40px;
  }

  .titleMethodologie {
    font-size: 40px;
  }

  .titleSectionMethodologie {
    width: 100%;
    font-family: "maPolice3";
    font-size: 30px;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 10%;
    font-weight: bold;
  }

  .contentMethodologie p {
    font-size: 20px;
    /* margin-top: 40px; */
  }
}

@media screen and (min-width: 1025px) {
  .title {
    line-height: 10vh;
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 50px;
  }

  .svgLayout {
    margin-top: 4%;
  }

  .svgLayout svg {
    position: absolute;
    width: 80%;
  }

  .txt1-content {
    font-size: 100px;
    margin-top: 60vh;
  }

  .titleContact {
    margin-top: 10%;
    font-size: 80px;
  }

  .centered-element {
    margin-top: 0%;
  }
  .process__item {
    font-size: 70px;
  }

  .process__item2 {
    font-size: 70px;
  }

  .messageG {
    top: 42%;
  }

  .animationG {
    font-size: 40px;
    line-height: 5vh;
  }

  .writing-container {
    line-height: 70px;
    font-size: 50px;
  }

  .quote {
    font-size: 70px;
  }

  .c-card {
    height: 90vh;
  }

  .c-card__excerpt {
    font-size: 40px;
  }

  .c-card__title {
    font-size: 50px;
  }

  .slices-wrapper {
    margin-top: 50%;
  }

  .titleMethodologie {
    width: 90%;
    font-size: 50px;
  }

  .titleSectionMethodologie {
    width: 100%;
    font-family: "maPolice3";
    font-size: 50px;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 10%;
    font-weight: bold;
  }

  .contentMethodologie p {
    font-size: 30px;
    margin-top: 40px;
  }

  .contactForm {
    width: 98.6%;
    margin-top: 10%;
  }

  form label {
    font-weight: 100;
    font-size: 0.8em;
  }

  form {
    display: grid;

    padding-top: 20px;
  }

  .inputGroup {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .inputGroup1 {
    grid-column: 1;
    grid-row: 1;
  }
  .inputGroup2 {
    grid-column: 2;
    grid-row: 1;
  }
  .inputGroup4 {
    grid-column: 1;
    grid-row: 2;
  }
  .inputGroup5 {
    grid-column: 2;
    grid-row: 2;
  }
  .inputGroup6 {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
  .inputGroup7 {
    grid-column: 2;
    grid-row: 4;
    /* text-align: left; */
  }

  .inputGroup__textfield {
    width: 15rem;
    height: 15rem;
    padding: 0px;
    align-items: center;
    font-size: 30px;

    border-radius: 50%;
  }

  .inputGroup__textfield6 {
    font-size: 25px;
  }

  .footer {
    position: relative;

    /* position: sticky;
    top: 100%;
    left: 0;
    right: 0; */

    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 99.9%;
  }
  canvas {
    width: 100%;
    height: 500px;
  }

  .texteFooter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);

    width: 100%;
    height: 100%;

    position: absolute;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 2;
  }
  .indexGrid-item1,
  .indexGrid-item2,
  .indexGrid-item3,
  .indexGrid-item4 {
    display: flex;

    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: "Playfair Display";
    font-size: 2em;

    z-index: 3; /* Assure que le texte est au-dessus de tout le reste */
    position: relative; /* Crée un nouveau contexte d'empilement */
  }

  .indexGrid-item1 {
    box-sizing: border-box;

    font-size: 6rem;
    line-height: 0.8em;
  }

  .indexGrid-item2,
  .indexGrid-item4 {
    display: flex;
    justify-content: flex-end;
  }

  .indexGrid-item2Bis {
    display: flex;
    flex-direction: column;

    margin-right: 1%;
  }

  .indexGrid-item3 {
    justify-content: center;
    align-items: center;
  }
}
