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

html {
  box-sizing: border-box;
  font-size: 62.5%; /* Facilite la conversion rem en rem (1rem = 10rem) */
}

*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body, html {
  height: 100%;
  background-color: #061107;
  font-family: var(--font-primary);
  color: var(--color-text);
  margin-top: 12rem;
}

.gradient-image{
  position: absolute;
  z-index: 1;
}

#gradient-image-full-top {
  top: 0;
  left: 50%;
  width: 70%;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-full-top {
    width: 90%;
    top: 5rem;
  }
}

#petite-luciole-top {
  top: 7rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
  z-index: 2;
  height: 80%;
}

@media screen and (max-width: 800px) {
  #petite-luciole-top {
    top: 10rem;
    height: 20%;
  }
}


#gradient-image-full-top-right{
  top: 0;
  right: 0;
  width: 30%;
}

#gradient-image-principal {
  inset: 20rem 0% 0% 50%;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
  width: 98vw;
  height: 150rem;
}

#gradient-image-un-gauche{
  top: 200rem;
  left: 50%;
  width: 50rem;
  transform: translateX(-150%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-un-gauche {
    top: 205rem;
    left: 0%;
    transform: translateX(-20%);
    width: 45rem;

  }
}

#gradient-image-deux-droite{
  top: 260rem;
  left: 50%;
  width: 50rem;
  transform: translateX(15%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-deux-droite {
    top: 295rem;
    left: 0%;
    width: 45rem;
    transform: translateX(-30%);
  }
}

#gradient-image-trois-gauche{
  top: 300rem;
  left: 50%;
  width: 50rem;
  transform: translateX(-140%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-trois-gauche {
    top: 385rem;
    left: 0%;
    width: 45rem;
    transform: translateX(-20%);
  }
}

#gradient-image-quatre-centre{
  top: 350rem;
  left: 50%;
  width: 90rem;
  transform: translateX(-30%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-quatre-centre {
    top: 470rem;
    left: 0%;
    width: 45rem;
    transform: translateX(-30%);
  }
}

#gradient-image-principal-section-huit {
  top: 500rem;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
  left: 50%;
  width: 98vw;
  height: 150rem;
}

#big-lucioles-steps{
  top: 600rem;
  left: 50%;
  width: 98vw;
  height: 150rem;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #big-lucioles-steps {
    top: 590rem;
    left: 50%;
    width: 99vw;
    height: 70rem;
    transform: translateX(-50%);
  }
}

#gradient-image-dix-droite{
  top: 680rem;
  left: 50%;
  width: 50rem;
  transform: translateX(20%); /* Centre parfaitement l'image en prenant en compte sa largeur */
}

@media screen and (max-width: 800px) {
  #gradient-image-dix-droite {
    top: 780rem;
    left: 0%;
    width: 45rem;
    transform: translateX(-20%);
  }
}

#petite-luciole-bottom {
  top: 970rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
  z-index: 2;
  height: 80%;
}

@media screen and (max-width: 800px) {
  #petite-luciole-bottom {
    top: 1000rem;
    height: 30%;
  }
}

#gradient-last-principal {
  top: 980rem;
  transform: translateX(-50%); /* Centre parfaitement l'image en prenant en compte sa largeur */
  left: 50%;
  width: 98vw;
  height: 120rem;
}

#bubble-last-left{
  left: 0;
  top: 990rem;
  height: 65rem;
}

#bubble-last-right{
  right: 0;
  top: 990rem;
  height: 65rem;
}

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

.flex-row{
  display: flex;
  flex-direction: row;
}

.flex-row-always{
  display: flex;
  flex-direction: row;
}

.flex-row-reverse{
  display: flex;
  flex-direction: row-reverse;
}

.container-large h1{
  font-size: calc(var(--font-size-massive) + 0.45rem);
  text-align: center;
  font-family: var(--font-secondary);
  margin-bottom: 1rem;
  text-align: left;
}

.vertical-margin-large{
  margin: 15rem auto !important;
}

.section .big{
  font-size: var(--font-size-monster);
  letter-spacing: -1px;
}

.section-three h1, .section-four h1, .section-five h1, .section-six h1, .section-ten-right-side h1{
  font-size: 5.4rem;
}

.section p, .tab-faq{
  font-size: var(--font-size-medium);
  line-height: 1.4;
  font-weight: 200;
  text-align: left;
}

.section h3{
  color: var(--color-text-green);
  text-transform: uppercase;
  font-weight: 200;
  font-size: var(--font-size-super-tiny);
  letter-spacing: 0.4rem;
  margin-bottom: 1rem;
  text-align: left;
}

.section .text-align-center{
  text-align: center;
}

.container-large{
  height: auto;
  margin: 17rem 0;
  z-index: 50;
  position: relative;
}

.section {
  width: 1200px;
  margin: auto;
}

.section img{
  display: block;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 1rem;
}

.free-trial{
  margin: 4rem auto;
  margin-bottom: 0.6rem;
  background-color: var(--color-green);
  border: none;
  padding: 1.5rem 0;
  width: 33rem;
  color: var(--color-white);
  font-family: var(--font-primary);
  border-radius: 1rem;
  font-size: var(--font-size-medium-large);
  font-weight: 200;
  cursor: pointer;
}

.note{
  border: var(--border-width) var(--border-style) var(--color-gray-light);
  padding: 1.2rem 0;
  font-size: var(--font-size-super-tiny);
  border-radius: 1rem;
  font-weight: 200;
  margin-bottom: 0.3rem;
  width: 33rem;
  text-align: center;
}

.image-first-section{
  margin-top: 5.5rem;
}

.second-section-flex-row{
  justify-content: space-between;
  width: 100%;
}

.second-section-container{
  border: var(--border-width) var(--border-style) var(--color-gray-darker);
  padding: 3rem 2rem;
  padding-bottom: 4rem;
  border-radius: 3rem;
  margin-top: 2rem;
  background-color: #1a2c21;
  width: 31.7%;
}

.second-section-container img{
  display: block;
  margin: auto;
  width: 9rem;
  height: 9rem;
  margin-bottom: 4.5rem;
  border: none;
}

.second-section-container h2{
  font-size: calc(var(--font-size-large) + 0.3rem);
  margin-bottom: 0.8rem;
}

.second-section-container p{
  line-height: 1.4;
}

.left-side{
  padding-right: 10rem;
  width: 95%;
  padding-top: 1rem;
}

.flex-row-reverse .left-side{
  padding-right: 0;
  padding-left: 10rem;
}

.right-side{
  width: 69%;
}

.right-side img{
  height: 52rem;
  object-fit: contain;
}

.left-side h3{
  margin-bottom: 2rem;
}

.green{
  color: var(--color-green);
}

.left-side p{
  width: 90%;
  margin-top: 2.5rem;
}

.left-side ul{
  margin-left: 3rem;
  margin-top: 2rem;
}

.left-side ul li::marker {
  font-size: var(--font-size-xxl);
  color: var(--color-green);
}

.left-side ul li{
  margin-bottom: 0.5rem;
}

.left-side ul li a {
  color: var(--color-white);
  text-decoration: underline;
  font-size: var(--font-size-medium);
  display: inline-block;
  height: 100%;
  transform: translateY(-30%);
  font-weight: 200;
  position: relative; /* Nécessaire pour positionner l'élément ::after */
}

.left-side ul li a::after {
  content: "+"; /* Ajoute le symbole "+" */
  margin-left: 2rem; /* Espace entre le lien et le "+" */
  text-decoration: none; /* Retire l'underline */
  position: absolute;
  margin-top: -1.5rem;
  right: -2.5rem; /* Ajuste la position à droite (optionnel) */
  top: 60%; /* Centrer verticalement */
  transition: transform 0.3s ease;
}

ul li a.active::after {
  transform: rotate(180deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  font-size: var(--font-size-super-tiny);
}

/* Styles lorsque le contenu est actif */
.content.active {
  max-height: 500px; /* Ajustez cette valeur selon le contenu */
  opacity: 1;
  margin-top: 0.5rem;
}

.section-seven, .section-eleven{
  width: 1400px;
  justify-content: space-between;
  margin: 17rem auto;
}

.section-seven-container{
  width: 19%;
  text-align: left;
  align-items: flex-start;
}

.section-seven-container h1{
  font-size: var(--font-size-massive);
}


.section-eight{
  width: 1050px;
  margin-bottom: 20rem;
}

.section-eight h1{
  margin-bottom: 3rem;
}

.section-eight-all-elements{
  width: 100%;
  justify-content: space-between;
  margin: 5rem 0;
}

.section-eight-all-elements a{
  text-decoration: none;
  color: var(--color-white);
  font-size: var(--font-size-medium);
  font-weight: 200;
  padding: 0.4rem 2rem;
  border-radius: 2rem;
  transition: background-color 0.3s ease;
}

.section-eight-all-elements a.active{
  background-color: #00663f;
}

.section-eight-unique-all-container{
  max-width: 1050px;
  width: 100%;
  background-color: #1a2c21;
  border-radius: 2rem;
  border: var(--border-width) var(--border-style) var(--color-gray-light);
  padding: 1.3rem 4rem;
  margin-bottom: 2rem;
}

.section-eight-unique-container{
  width: 100%;
  font-size: var(--font-size-large);
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: 200;
  position: relative;
}

.section-eight-unique-plus{
  font-size: var(--font-size-massive);
  background-color: #00663f;
  padding: 1rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  text-align: center;
  cursor: pointer;
  line-height: 60%;
  transition: transform 0.3s ease;
}

.section-eight-unique-plus.rotate {
  transform: rotate(45deg);
}

.section-eight img{
  height: 58rem;
}

.section-eight-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  text-align: center;
  width: 100%; /* Pour que la description prenne toute la largeur */
}

.section-eight-description.active {
  max-height: 1000px; /* Valeur suffisamment grande pour contenir le contenu */
  opacity: 1;
  margin-top: 1rem;
}

.section-eight-description p {
  margin-bottom: 1rem;
}

.steps-section {
  border-radius: var(--border-radius-medium);
  width: 100%;
  max-width: 130rem;
  height: 60rem;
  display: flex;
  margin: 5rem auto;
  font-family: var(--font-secondary);
  font-weight: normal;
  opacity: 1;
  visibility: visible;
  border: 1px solid var(--color-border-light);
  transition: opacity var(--transition-medium), visibility 0s var(--transition-medium);
}

.steps-section #step-image{
  padding: 0;
  max-width: 600px;
}

.steps-section.transitioning {
  opacity: 0;
  visibility: hidden;
}

.steps-content, .steps-image {
  padding: 2rem 40px;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 1.5rem;
}

.steps-content {
  border-right: 1px solid var(--color-border-light);
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
}

.steps-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 3rem;
}

.steps-section h2, .steps-header h2 {
  font-size: var(--font-size-super-large);
  color: var(--color-text);
  margin: 0 0 2rem;
  margin-left: 1.4rem;
}

.steps-section .highlight {
  color: var(--color-green);
}

.step-numbers {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1.5rem;
  margin-top: 3rem;
}

.step-number:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: -8rem;
  width: 0.35rem;
  background-color: var(--color-gray-light);
  z-index: -1;
}

.steps-info {
  flex: 1;
}

.step-number {
  width: 7rem;
  height: 7rem;
  border-radius: var(--border-radius-medium);
  text-align: center;
  font-weight: var(--font-weight-bold);
  margin: 3rem 0 3rem 20px;
  font-size: var(--font-size-giant);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-family: var(--font-primary);
}

.step-description {
  color: var(--color-gray-medium);
  font-size: var(--font-size-medium-large);
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  margin-left: 1rem;
  display: none;
  line-height: var(--line-height-default);
  font-family: var(--font-primary);
}

.step-description.active {
  display: block;
}

.learn-more {
  color: var(--color-green);
  font-weight: var(--font-weight-bold);
  margin-left: 12rem;
  line-height: 2.5rem;
  display: block;
  margin-top: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  font-size: var(--font-size-medium-large);
}

#step-title {
  font-size: var(--font-size-super-large);
  margin-top: 1rem;
}

.step-number.active {
  background-color: var(--color-green);
  color: var(--color-white);
  border: 2px solid var(--color-green);
}

.step-number.inactive {
  background-color: var(--color-gray-light);
  color: var(--color-gray-medium);
  border: 2px solid var(--color-gray-medium);
}

.steps-image {
  background-size: cover;
  background-position: center;
  border-radius: 0 var(--border-radius-medium) var(--border-radius-medium) 0;
}

.space-text {
  margin-top: 1.5rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .steps-section {
    flex-direction: column;
    align-items: center;
    width: 70%;
    height: auto;
  }

  .steps-content {
    width: 100%;
    padding: 2rem;
    margin-top: 0rem;
    border: none;
    order: 2;
  }

  .step-number {
    flex: 1;
    margin: 0 10%;
    height: 8rem;
  }

  .steps-image {
    order: 1;
    width: 100%;
    height: 30rem;
    border-radius: var(--border-radius-medium);
  }

  .learn-more {
    margin-top: 3.5rem;
    order: 2;
  }
}

@media screen and (max-width: 700px) {
  .steps-section {
    width: 90%;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .step-number {
    height: auto;
    margin: 0 1.5rem;
    font-size: var(--font-size-large);
    padding: 0.5rem 0;
  }

  .step-description {
    font-size: var(--font-size-tiny);
    line-height: 2rem;
    margin: 0;
    margin-top: 3rem;
  }

  .learn-more {
    margin-left: 0;
    margin-top: 1rem;
    font-size: var(--font-size-tiny);
  }

  .steps-content {
    margin-bottom: 1rem;
    height: auto;
  }
}

.modal-header {
  background-color: var(--color-gray-darker);
  display: flex;
  justify-content: center;
  padding: 2rem;
  font-family: var(--font-secondary);
  font-size: var(--font-size-medium-large);
  height: 7rem;
  align-items: center;
}

.tab {
  flex-grow: 1;
  text-align: center;
  padding: 1rem 2rem;
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  transition: background-color var(--transition-fast);
  border-radius: var(--border-radius-medium);
  margin: 0 3rem;
  display: block;
}

.tab.active {
  background-color: var(--color-green);
  color: var(--color-background);
}

.tab:not(.active):hover {
  background-color: var(--color-light-green);
}

.modal-body {
  background-color: var(--color-background);
  color: var(--color-text);
  padding: 2rem;
  border-bottom-left-radius: var(--border-radius-medium);
  border-bottom-right-radius: var(--border-radius-medium);
  overflow: auto;
}

#myModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  overflow: auto;
  background-color: var(--color-background);
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-medium);
  margin: auto;
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
}

.modal-content {
  display: flex;
  flex-direction: column;
  background-color: var(--color-background);
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}

.close {
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: var(--border-radius-medium);
  font-size: var(--font-size-medium-large);
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  color: var(--color-text);
  font-weight: var(--font-weight-bold);
  background-color: var(--color-gray-darker);
  transition: color var(--transition-fast) var(--transition-ease);
}

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

.body-no-scroll {
  overflow: hidden;
}

.section-ten{
  justify-content: space-between;
  gap: 7rem;
  width: 1370px
}

.section-ten-left-side-wrapper {
  position: relative;
  flex: 0 0 auto; 
  width: 420px;
}

.section-ten-left-side{
  padding: 4rem;
  background-color: #1a2c21;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 2rem;
  height: auto;
}

.section-ten-right-side{
  padding-top: 2rem;
  align-items: flex-start;
  gap: 2.3rem;
  position: relative;
}

.section-ten-left-side span{
  font-size: calc(var(--font-size-xxxl) - 0.2rem);
  font-weight: var(--font-weight-bold);
  font-family: var(--font-secondary);
}

.section-ten-left-side .dark-green-left-side{
  font-weight: var(---font-weight-light);
  text-align: center;
  padding: 1.8rem 0;
  border-radius: 1rem;
  background-color: #314e32;
  width: 100%;
  margin-bottom: 0;
  margin-top: 2rem;
  font-family: var(--font-primary);
  border-radius: 1.5rem;
  font-size: var(--font-size-large);

}

.section-ten-left-side .free-trial, .section-ten-right-side .free-trial{
  margin-top: 0;
  width: 100%;
  padding: 1.8rem 0;
  border-radius: 1.5rem;
  font-size: var(--font-size-large);

}

.green-separation-line{
  display: block;
  width: 100%;
  border-bottom: 2px solid #314e32;
}

.section-ten-left-side .text-align-center{
  margin: 0 auto;
  margin-top: -1rem;
}

/* Classes qu'on utilisera pour positionner dynamiquement via JS */
.section-ten-left-side.fixed {
  position: fixed;
  top: 20px; /* ou 0 selon la marge souhaitée */
  z-index: 10;
  width: 420px; /* Ajuste selon la largeur finale souhaitée */
}

.section-ten-left-side.bottom-stop {
  position: absolute;
  bottom: 0;
  top: auto;
}

.section-ten-left-side .separation-green-line {
  display: block;
  width: 120%;
  margin: 0rem auto;
  margin-left: -4rem;
  border: none;
}

.margin-top{
  margin-top: 1rem;
}

.section-ten-right-side ul{
  margin-left: 3rem;
  margin-top: -2rem;
}

.section-ten-right-side ul li{
  font-weight: var(---font-weight-light);
  font-size: var(--font-size-medium);
  margin: 0.5rem 0;
}

.section-ten-right-side .free-trial{
  width: 37rem;
  margin: 0;
}

.section-ten-right-side .smaller-h1{
  font-size: var(--font-size-xxxl);
}

.container-large .text-align-center{
  text-align: center;
}

.section-eleven{
  margin: 6rem auto;
}

.section-twelve h1{
  margin-bottom: 3rem
}

.five-stars {
  display: flex;
  justify-content: flex-start; /* Centrer les étoiles */
  margin-right: 1rem;
  margin-top: -0.5rem;
}

.star {
  font-size: 24px; /* Taille des étoiles */
  color: #FFD700; /* Couleur or */
  margin: 0 2px; /* Espacement entre les étoiles */
}

.section-twelve img{
  width: 700px;
  border: none;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #1a2c21;
  border-radius: 7rem;
  padding: 0.7rem 1rem;
  margin-top: 4rem;
  border: var(--border-style) var(--border-width) var(--color-border-darker);

}

.tab-faq {
  padding: 5px 40px;
  margin: 0 5px;
  border-radius: 5rem;
  cursor: pointer;
  color: #fff;
  text-align: center;
  flex: 1;
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  transition: background-color var(--transition-fast);
  font-weight: var(---font-weight-light);
}

.tab-faq.active {
  background-color: var(--color-green);
}

.faq {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  background-color: #1a2c21;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 700px;
  border: var(--border-style) var(--border-width) var(--color-border-darker);
}

.faq-item:hover {
  background-color: var(--color-green);
}

.faq-item .question {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  margin-right: 2rem;
}

.faq-item .answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-right: 7rem;

}

.faq-item.open .answer {
  max-height: 1000px; /* Une valeur suffisamment grande pour contenir tout le contenu */

}

.faq-item span {
  font-size: var(--font-size-giant);
  transition: transform 0.3s ease-out; /* Animation pour le symbole */
}

.faq-item.open span {
  transform: rotate(45deg); /* Tourne le symbole '+' pour indiquer la fermeture */
}

.phone-yes{
  display: none !important;
}

.section-eight img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  display: block;
  margin: 20px auto; /* Centrer l'image */
}

.section-eight img.fade-out {
  opacity: 0;
  transform: scale(0.95); /* Réduction légère pendant la disparition */
}

.section-eight img.fade-in {
  opacity: 1;
  transform: scale(1); /* Retour à la taille normale pendant l'apparition */
}

@media screen and (max-width: 800px) {
  .phone-none{
    display: none !important;
  }
  .phone-yes{
    display: block;
  }

  body, html {
    margin-top: 8rem;
  }

  .container-large {
    margin: 4rem 0;
  }

  .section {
    width: 95%;
  }

  .section .big {
    font-size: var(--font-size-xxl);
    letter-spacing: -1px;
    width: 100%;
  }

  .section p {
    font-size: var(--font-size-tiny);
  }

  .phone-width-80{
    width: 80%;
  }

  .free-trial, .note{
    width: 76%;
    border-radius: 0.5rem;
    font-size: var(--font-size-medium);
  }

  .note{
    font-size: var(--font-size-small);
    margin-bottom: 1rem;
  }

  .five-stars {
    margin-top: -0.8rem;
  }

  .section .image-first-section{
    border: none;
    margin-top: 5rem;
  }

  .section h3 {
    font-size: var(--font-size-tiny);
  }

  .container-large h1 {
    font-size: calc(var(--font-size-super-large) + 0.22rem);
    width: 80%;
  }

  .flex-row{
    flex-direction: column;
  }

  .flex-row-reverse{
    flex-direction: column-reverse;
    margin-top: 2rem;
  }

  .second-section-container {
    margin: auto;
    width: 95%;
    margin-top: 2rem;
    padding: 2rem;
  }

  .container-large .phone-text-align-left{
    text-align: left;
  }

  .container-large .second-section-container img {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .second-section-container h2{
    width: 100%;
    margin-bottom: 1rem;
  }

  .left-side {
    padding-right: 0rem;
    width: 100%;
    padding-top: 1rem;
  }

  .container-large .section-three, .container-large .section-five{
    flex-direction: column-reverse;
  }

  .right-side {
    width: 100%;
  }

  .section img {
    border: none;
  }

  .vertical-margin-large{
    margin: 7rem 0!important;
  }

  .right-side img {
    height: auto;
    margin-bottom: 2rem;
  }

  .section-three h1, .section-four h1, .section-five h1, .section-six h1{
    font-size: calc(var(--font-size-super-large) + 0.15rem);
    width: 100%;
  }

  .left-side ul {
    margin-top: 1rem;
  }
  
  .left-side ul li a{
    font-size: var(--font-size-super-tiny);
  }

  .left-side p {
    font-size: var(--font-size-super-tiny);
    width: 100%;
  }

  .flex-row-reverse .left-side{
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .container-large .section-seven, .container-large .section-eleven{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes de taille égale */
    grid-template-rows: repeat(2, auto);  /* 2 lignes ajustées à leur contenu */
    gap: 20px 30px; /* Espacement entre les éléments (facultatif) */ 
    margin: 0 auto; 
  }

  .section-seven-container{
    width: 100%;
  }

  .section-eight{
    margin: 8rem auto;
  }

  .container-large h1{
    width: 100%;
  }

  .section-eight-all-elements{
    flex-direction: row;
    overflow-x: auto;
    margin: 4rem auto 2rem auto;
  }

  .section-eight-all-elements a{
    font-size: var(--font-size-small);
    padding: 0.4rem 1.3rem
  }

  .section-eight-unique-all-container {
    padding: 1rem;
    border-radius: 1rem ;
  }

  .section-eight-unique-container{
    font-size:  var(--font-size-super-tiny);
    flex-direction: row;
    text-align: left;
  }

  .section-eight-unique-plus {
    width: 4rem;
    height: 3.5rem;
    margin-left: 1rem;
    font-size: var(--font-size-super-large)
  }

  .section-eight img {
    height: auto;
  }

  .steps-header{
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .step-numbers {
    flex-direction: row;
  }

  .step-number:not(:last-child)::after {
    display: none;
  }

  .steps-section h2, .steps-header h2 {
    margin-left: 0;
  }

  .steps-content{
    padding: 1.4rem;
  }

  .step-descriptions p{
    font-size: calc(var(--font-size-smaller) - 0.22rem);
  }

  .section-ten-left-side-wrapper {
    width: 97%;
    margin: auto;
  }

  .section-ten {
    gap: 2rem;
  } 

  .section-ten-left-side {
    padding: 3rem;
    gap: 1rem;
  }

  .section-ten-left-side span {
    font-size: calc(var(--font-size-xxl));
    font-weight: var(--font-weight-bold);
    font-family: var(--font-secondary);
  }

  .container-large .section-ten-left-side .phone-font-size-section-ten-right-side-p{
    font-size: var(--font-size-super-tiny);
  }

  .section-ten-left-side .dark-green-left-side, .section-ten-left-side .free-trial, .section-ten-right-side .free-trial {
    border-radius: 0.5rem;
    font-size: var(--font-size-medium);
    padding: 1.2rem 0;  
  }

  .section-ten-left-side .free-trial {
    margin-bottom: 1rem;
  }

  .section-ten-right-side {
    padding: 1rem;
  }

  .section-ten-right-side h1, .section-ten-right-side .smaller-h1 {
    font-size: calc(var(--font-size-xxl) - 0.4rem);

  }

  .section-ten-right-side ul li {
    font-size: var(--font-size-tiny);
  }

  .section-ten-right-side .free-trial {
    width: 100%;
  }

  .container-large .section-eleven{
    margin: 1rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 30px 15px;
  }

  .tab-faq {
    padding: 5px 20px;
    font-size: var(--font-size-small);
  }

  .faq-item {
    width: 100%;
  }

  .faq-item .question{
    font-size: var(--font-size-tiny);

  }

  .faq-item .answer {
    margin-right: 3rem;
  }

  .faq-item:hover {
    background-color: var(--color-green-container);
  }

  .faq-item .answer {
    transition: margin-top 0.3s ease;
}

  .faq-item.open .answer {
    margin-top: 2rem;
  }

  .section-twelve img{
    width: 100%;
  }

  .section-twelve .flex-row{
    flex-direction: row;
  }

  .left-side ul li::marker {
    font-size: var(--font-size-tiny);
    color: var(--color-green);
  }

  .content.active{
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .left-side ul li a {
    transform: translateY(-15%);
  }
  
}

.lucy-a-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  text-decoration: underline;
  cursor: pointer;
  color: #a6a6a6;
  font-weight: bold;
  transition: color 0.2s;
}
