
  
  /* Définir les transitions pour l'affichage et la disparition de la boîte de message */
  
  #message.show {
    opacity: 1;
    }
  
    #message.hide {
    opacity: 0;
    }
  
    @media (min-width : 800px) {
      #message {
        opacity: 0;
        transition: opacity 0.5s ease;
        margin-top: 10px;
        position: relative;
        width : 100%;
        z-index: 999999 !important;
      }
  
      .popup-content {
        position: absolute;
        display: inline-block;
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        right: 50px;
        background-color: var(--orange);
        color: white;
        z-index: 999999 !important;
      }
    }
  
  
    @media (max-width : 800px) {
      #message {
        opacity: 0;
        transition: opacity 0.5s ease;
        margin-top: 10px;
        position: relative;
        width : calc(100%);
        z-index: 999999 !important;
      }
  
      .popup-content {
        position: absolute;
        display: inline-block;
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        right: 20px;
        width : min(calc(100% - 65px), 558px);
        background-color: var(--orange);
        color: white;
        z-index: 999999 !important;
        margin-top: 30px;
      }
    }
  
    .popup ul {
        padding: 0;
        margin: 0;
    }
  
    .popup ul li {
        list-style: none;
    }
  
  
  .container-21 {
    font-size : 30px;
    color: white;
    width : 100%;
  }
  
  
  .centered-text {
    text-align: center;
  }
  
  .container-112 {
    margin-top: 10px;
    z-index: 2;
    opacity: 0; /* Commence avec une opacité de 0 pour le cacher */
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    transition: opacity 1s, transform 1s;
  }
  
  .container-112 h3 {
    font-weight: lighter;
    font-size: 21px;
    font-family: var(--font4), serif;
  }
  
  .container-12 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }
  
  .container-11 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    font-size : 30px;
    height : 250px;
    align-items: center;
    justify-content: center;
    margin-left : 100px;
    z-index: 9998;
  }
  
  .container-111 {
    margin-top: 50px;
    z-index: 2;
    opacity: 0; /* Commence avec une opacité de 0 pour le cacher */
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    transition: opacity 1s, transform 1s; 
    font-size: 35px;
  }
  
  .container-113 {
    margin-top: 10px;
    z-index: 2;
    opacity: 0; /* Commence avec une opacité de 0 pour le cacher */
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    transition: opacity 1s, transform 1s; 
  }
  
   
  .container-2-container {
    width : 1050px;
    height : 100%;
    margin-left : auto;
    margin-right : auto;
    display: grid;
    grid-template-rows: 100px 600px;
    z-index: 1;
  }
  
  .container-5 {
    margin-top : 100px;
  }
  
  .container-forum-titre {
    font-size : 30px;
    font-weight : bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    margin-bottom: 50px;
    opacity : 0;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
  }
  
  .container-forum-titre.active {
    opacity : 1;
    transform: translateY(0px); /* Déplace le div vers le bas de 100px */
  }
  
  .forum-container-titre p {
    text-align: center;
  }  
  
  .forum-container-discussions {
    transform: scale(0.8);
    transform-origin: top left; /* Origine de transformation */
    width : 1200px;
    height : 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .prestataire-container {
    position: relative;
  }
  
  .prestataire-container-text {
    padding-left: 10px;
    padding-right: 10px;
    height : 325px;
    width : 550px;
    border-radius : 20px;
    position: absolute;
    top: 180px;
    left: 250px;
    background-color: rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
  }
  
  .prestataire-container-titre {
    position: absolute;
    font-size: 30px;
    color: white;
    left: 360px;
    top: 50px;
    opacity : 0;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
  
  }
  
  .prestataire-container-titre.active {
    opacity : 1;
    transform: translateY(0px); /* Déplace le div vers le bas de 100px */
  }
  
  .container {
    opacity : 0;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
  }
  
  .container.active {
    opacity : 1;
    transform: translateY(0px); /* Déplace le div vers le bas de 100px */
  }
  
  .titre-presta {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
  .contenu-presta {
    font-size: 16px;
    margin-top: 2px;
    color: white;
    opacity: 0;
    transition: opacity 0.2s;
    font-family: var(--font4), serif;
  }
  
  .titre-presta.visible {
    opacity: 1; /* rendre visible */
  }
  
  .contenu-presta.visible {
    opacity: 1; /* rendre visible */
  }
  
  .prestataire-exemple {
    width: 530px;
    height: 1050px;
    position: absolute;
    right: 50px;
    top: 35px;
    transform: scale(0.6);
    transform-origin: 100% 0;  /* Point d'origine de la transformation : coin supérieur droit */
  }
  
  
  .prestataire-wrapper {
    position: relative;
    height: calc((200px + 20px) * 5); /* ajoutez la hauteur de votre carte */
  }
  
  .prestataire-box {
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0; /* rendre initialement invisible */
    width: 520px; 
    margin: 10px;
    border-radius: 20px;
    border: 1px solid rgb(189, 189, 189);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: white;
    display: grid;
    grid-template-rows: 110px 60px 37px 150px;
  }
  
  /* Classe ajoutée par JS pour les éléments empilés */
  .prestataire-box.active {
    opacity: 1; /* rendre visible */
    z-index: 1;
    transform: translateY(0); /* reset offset */
  }

  .prestataire-box {
    opacity: 1; 
    margin-left: calc(40px + 50% - 30px - 260px);
  }

  @media (max-width : 888px) {
    .prestataire-box {
      margin-left : calc(50% - 10px - 260px);
    }
  }

  @media (max-width : 688px) {
    .prestataire-box {
      margin-left : 0px;
    }
  }
  
  
  
  @media (max-width : 688px) and (min-width : 550px) {
  
    .prestataire-box {
      width: 100%; /* Moitié de la largeur moins les marges */
      border-radius: 20px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      background-color: white;
      display: grid;
      grid-template-rows: 110px auto 37px 125px;
      z-index: 2;
      border: 1px solid rgb(189, 189, 189);
    }
  
  }
  
  
  
  @media (max-width : 550px) and (min-width : 450px) {
  
    .prestataire-box {
      width: 100%; /* Moitié de la largeur moins les marges */
      border-radius: 20px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      background-color: white;
      display: grid;
      grid-template-rows: 130px auto 37px 140px;
      z-index: 2;
      border: 1px solid rgb(189, 189, 189);
    }

  }
  
  
  @media (max-width : 450px) and (min-width : 350px) {
  
    .prestataire-box {
      width: 100%; /* Moitié de la largeur moins les marges */
      border-radius: 20px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      background-color: white;
      display: grid;
      grid-template-rows: 130px auto 37px 165px;
      z-index: 2;
      border: 1px solid rgb(189, 189, 189);
    }
  
  }
  
  
  @media (max-width : 350px) {
  
    .prestataire-box {
      width: 100%; /* Moitié de la largeur moins les marges */
      border-radius: 20px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      background-color: white;
      display: grid;
      grid-template-rows: 130px auto 37px 185px;
      z-index: 2;
      border: 1px solid rgb(189, 189, 189);
    }
  
  }




  
  .chemin1 {
    display: none;
    z-index: 30000;
  }
  
  
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  .container-2-container {
    position: relative;
  }
  
  @media (max-width : 1300px) {
  
    .box-temoignage-1 {
      position: absolute;
      width : 327px;
      height : 143px;
      background-color: rgba(255, 255, 255, 0.442);
      bottom : -123px;
      left : 126px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  
    .box-temoignage-2 {
      position: absolute;
      width : 327px;
      height : 143px;
      background-color: rgba(255, 255, 255, 0.442);
      bottom : -123px;
      left : 556px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  }
  
  
  @media (min-width : 1340px) and (max-width : 1380px) {
  
    .box-temoignage-1 {
      position: absolute;
      width : 327px;
      height : 143px;
      bottom : -123px;
      left : 86px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  
    .box-temoignage-2 {
      position: absolute;
      width : 327px;
      height : 143px;
      bottom : -123px;
      left : 526px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  }
  
  
  @media (min-width : 1300px) and (max-width : 1340px) {
  
    .box-temoignage-1 {
      position: absolute;
      width : 327px;
      height : 143px;
      bottom : -123px;
      left : 116px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  
    .box-temoignage-2 {
      position: absolute;
      width : 327px;
      height : 143px;
      bottom : -123px;
      left : 546px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  }
  
  
  @media (min-width : 1380px) {
  
    .box-temoignage-1 {
      position: absolute;
      width : 327px;
      height : 143px;
      background-color: rgba(255, 255, 255, 0.442);
      bottom : -123px;
      left : 126px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  
    .box-temoignage-2 {
      position: absolute;
      width : 327px;
      height : 143px;
      background-color: rgba(255, 255, 255, 0.442);
      bottom : -123px;
      left : 556px;
      border-radius : 10px;
      padding: 10px;
      transition: opacity 0.5s;
      opacity : 0;
    }
  }
  
  
  .box-temoignage-1 h3,
  .box-temoignage-2 h3 {
    margin-top: 2px;
  }
  
  
  .box-temoignage-1 p,
  .box-temoignage-2 p {
    font-family: var(--font4), serif;
    font-size: 14px;
  }
  
  
  
  .box-temoignage-1.active,
  .box-temoignage-2.active {
    opacity: 1;
  }
  
  
  #apres-bulle {
    position: relative;
    margin-top: 100px;
  }
  
  
  #forumdessin {
    position: absolute; 
    top: 2295px;
    right: -208px;
    transform: scale(0.3);
  }
  
  #structdessin {
    position: absolute; 
    top: 2550px;
    right: -198px;
    transform: scale(0.4);
  }
  
  #chemin {
    position: absolute;
  }
  
  #apres-forum {
    position: relative;
  }
  
  .container-5 {
    position: relative;
  }
  
  
  @media (min-width: 800px) and (max-width : 1300px) {
  
    .text-container-forum-1 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 135px;
      bottom: -300px;
    }
  
    .text-container-forum-2 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 565px;
      bottom: -300px;
    }
  
    .text-container-forum-3 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 997px;
      bottom: -300px;
    }
  
  }
  
  
  
  @media (min-width: 1300px) and (max-width : 1340px) {
  
    .text-container-forum-1 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 110px;
      bottom: -300px;
    }
  
    .text-container-forum-2 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 540px;
      bottom: -300px;
    }
  
    .text-container-forum-3 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 972px;
      bottom: -300px;
    }
  
  }
  
  
  
  @media (min-width: 1340px) and (max-width : 1380px) {
  
    .text-container-forum-1 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 90px;
      bottom: -300px;
    }
  
    .text-container-forum-2 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 520px;
      bottom: -300px;
    }
  
    .text-container-forum-3 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 952px;
      bottom: -300px;
    }
  
  }
  
  
  
  @media (min-width: 1380px) {
  
    .text-container-forum-1 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 135px;
      bottom: -300px;
    }
  
    .text-container-forum-2 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 565px;
      bottom: -300px;
    }
  
    .text-container-forum-3 {
      position : absolute;
      padding : 10px 20px;
      width : 305px;
      height : 138px;
      border-radius: 20px;
      left: 997px;
      bottom: -300px;
    }
  
  }
  
  
  .text-container-forum-1,
  .text-container-forum-2,
  .text-container-forum-3 {
    opacity: 0;
    transition: opacity 0.5s;
  }
  
  .text-container-forum-1.active,
  .text-container-forum-2.active,
  .text-container-forum-3.active {
    opacity: 1;
  }
  
  
  .text-container-forum-1 h3,
  .text-container-forum-2 h3,
  .text-container-forum-3 h3 {
    margin-top: 15px;
    font-size: 24px;
    color: var(--orange);
    margin-bottom : 5px;
  }
  
  .text-container-forum-1 p,
  .text-container-forum-2 p,
  .text-container-forum-3 p {
    font-size : 20px;
    margin-top: 10px;
  }
  
  .chemin2,
  .chemin3 {
    display: none;
  }
  
  .partage1,
  .partage2 {
    width : 300px;
    position: absolute;
    top : 110px;
    height : 150px;
    background-color: var(--red);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    color: white;
  }
  
  .partage1.active,
  .partage2.active {
    opacity : 1;
    transform: translateY(0)
  }
  
  .partage1 {
    left: 30px;
  }
  
  .partage2 {
    left : 890px;
  }
  
  .partage1 h3,
  .partage2 h3 {
    margin-bottom : 0;
    text-align: center;
  }
  
  .partage1 p,
  .partage2 p {
    margin-top : 0;
    text-align: center;
    font-family: var(--font4), serif;
  }

  /*
  
  .container-7-titre {
    padding-top : 20px;
    text-align: center;
    color: white;
    opacity: 1;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px);  Déplace le div vers le bas de 100px 
  }
  
  .container-7-titre.active {
    opacity : 1;
    transform: translateY(0)
  }
  */
  
  
  
  #figure1 {
    position: absolute;
    top: 62px;
    left: 940px;
  }
  
  #figure2 {
    position: absolute; 
    top: 23px;
    left: 649px;
  }
  
  #figure3 {
    position: absolute;
    top: 225px;
    left: 570px;
  }
  
  #figure4 {
    position: absolute;
    top: -5px;
    left: 24px;
    color: white;
  }
  
  #figure5 {
    position: absolute;
    top: -5px;
    left: 75px;
    color: white;
  }
  
  #figure1,
  #figure2,
  #figure3,
  #figure4,
  #figure5 {
    opacity: 1;
    transition: opacity 1s, transform 1s; 
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
  }
  
  #figure1.active,
  #figure2.active,
  #figure3.active,
  #figure4.active,
  #figure5.active {
    opacity : 1;
    transform: translateY(0)
  }
  
  
  
  
  
  .container-22 {
    height: 100%;
    width : 935px;
  }
  
  .slider-wrap {
      height: 100%;
      width: 935px;
      padding-right : 20px;
      align-items: flex-start; /* Alignement à gauche */
  }
  
  
  .slider-item {
      width: auto;
      flex-direction: row; /* Assurez-vous que la disposition est en ligne */
      justify-content: flex-start;
      align-items: flex-start; /* Alignement à gauche */
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1; /* invisible au départ */
      z-index: 1; /* tous les éléments sont superposés à l'arrière au départ */
  }
  
  
  
  
  
  
  
  @media (min-width: 800px) {
  
    footer {
      margin-top : 100px;
      height : 250px;
      width : 100%;
      background-color: white;
      box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(to bottom, var(--orange-dark), var(--orange));
      position: relative; /* Ajout de la propriété position */
    }
  
    footer::after {
      content: ""; /* Création de l'élément pseudo-élément */
      position: absolute; /* Positionnement absolu par rapport au footer */
      bottom: 50px; /* Distance du bas du footer */
      left: 15%; /* Positionnement à gauche pour centrer la ligne */
      width: 70%; /* Largeur de la ligne */
      height: 1px; /* Épaisseur de la ligne */
      background-color: white; /* Couleur de la ligne */
      z-index: 10;
      min-width : 700px;
    }
  
    .footer-content {
      width : 70%;
      margin-left: 15%;
      display: flex;
      min-width : 700px;
    }
  
    .footer-titre-container {
      position: relative;
      width : 50%;
    }
  
    .footer-titre {
      color: white;
      margin-left: 120px;
      margin-top : 35px;
      position: relative;
    }
  
    #logo-svg {
      position: absolute;
      top: -190px;
      left: -190px;
    }
  
    .footer-titre p {
      font-family: var(--font3), serif;
    }
  
    .footer-titre h1 {
      font-size: 22px;
    }
  
    .contactez-nous {
      color : white;
      margin-top: 15px;
      width : 50%;
      text-align: right;
    }
  
    .contactez-nous-button {
      height: auto;
      font-size: 20px;
      display: inline-block;
      color: var(--orange);
      padding: 10px;
      background-color: white;
      text-decoration: none;
      border-radius: 10px;
      margin-bottom : 0px;
      width : auto;
      position: relative;
      box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
      font-family: var(--font3), serif;
    }
  
    .contactez-nous-button:hover {
      background-color: var(--orange-dark);
      color: white;
    }
  
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      padding-left: 15%;
      width : 70%;
      margin-top: 40px;
    }
    
    .footer-link {
      flex: 0 0 32%;
      margin-right: 1%;
      word-wrap: break-word;
      text-align: center;
    }
  
    .footer-link a {
      color: white;
    }
  
    .footer-link a:hover {
      color: lightgrey;
    }
  
  }

  @media (max-width : 1000px) and (min-width : 800px) {
    .footer-content {
      width : 90%;
      margin-left : 5%;
    }
  }
  
  
  
  @media (max-width: 800px) {
  
    footer {
      margin-top : 80px;
      height : auto;
      width : 100%;
      background-color: white;
      box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(to bottom, var(--orange-dark), var(--orange));
      position: relative; /* Ajout de la propriété position */
      padding-top: 20px;
      padding-bottom: 30px;
    }
  
    .contactez-nous::after {
      content: ""; /* Création de l'élément pseudo-élément */
      position: absolute; /* Positionnement absolu par rapport au footer */
      bottom: 90px; /* Distance du bas du footer */
      left: 15%; /* Positionnement à gauche pour centrer la ligne */
      width: 70%; /* Largeur de la ligne */
      height: 1px; /* Épaisseur de la ligne */
      background-color: white; /* Couleur de la ligne */
      z-index: 10;
    }
  
    .footer-content {
      width : 90%;
      margin-left: 5%;
    }
  
    .footer-titre-container {
      position: relative;
      width : 100%;
      margin-bottom: 20px;
      margin-top: 20px;
    }
  
    .footer-titre-container::after {
      content: ""; /* Création de l'élément pseudo-élément */
      position: absolute; /* Positionnement absolu par rapport au footer */
      bottom: -20px; /* Distance du bas du footer */
      left: 15%; /* Positionnement à gauche pour centrer la ligne */
      width: 70%; /* Largeur de la ligne */
      height: 1px; /* Épaisseur de la ligne */
      background-color: white; /* Couleur de la ligne */
      z-index: 10;
    }
  
    .footer-titre {
      color: white;
      margin-left: 120px;
      margin-top : 35px;
      position: relative;
    }
  
    #logo-svg {
      position: absolute;
      top: -220px;
      left: -185px;
    }
  
    .footer-titre p {
      font-family: var(--font3), serif;
    }
  
    .footer-titre h1 {
      font-size: 22px;
    }
  
    .contactez-nous {
      color : white;
      margin-top: 35px;
      width : 100%;
      text-align: center;
    }
  
    .contactez-nous-button {
      height: auto;
      font-size: 20px;
      display: inline-block;
      color: var(--orange);
      padding: 10px;
      background-color: white;
      text-decoration: none;
      border-radius: 10px;
      margin-bottom : 0px;
      width : auto;
      position: relative;
      box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
      font-family: var(--font3), serif;
    }
  
    .contactez-nous-button:hover {
      background-color: var(--orange-dark);
      color: white;
    }
  
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      padding-left: 15%;
      width : 85%;
      margin-top: 30px;
    }
    
    .footer-link {
      flex: 0 0 27%;
      margin-right: 1%;
      word-wrap: break-word;
      text-align: center;
    }
  
    .footer-link a {
      color: white;
    }
  
    .footer-link a:hover {
      color: lightgrey;
    }
  
  
  }
  
  
  
  
  
  .svg-debut {
    position: absolute;
    top: 40%;
    left : 30px;
    display: none;
  }
  
  .logo {
    display: block;
    font-family: Arial;
    height : 50px;
    width : auto;
    position: absolute;
    top: -53px;
    left: -13px;
    display: none;
  }
  
  .logo-bis {
    display: block;
    font-family: Arial;
    height : 15px;
    width : auto;
    position: absolute;
    display: none;
  }
  
  .show-svg-debut {
    display: block;
    animation: fadeIn 0.3s forwards;
  }
  
  .path-debut-container {
    position: absolute; 
    top : -10px;
  }
  
  .show-idea {
    display: block;
    animation: fadeIn 0.5s forwards;
  }
  
  .svg-debut-container {
    width : 0px;
    height : 100%;
    position: relative;
    margin-left: 0px;
  }
  
  .left-text-2 {
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    transition: opacity 0.5s, transform 0.5s; 
    width : 100%;
    margin-top: 30px;
    font-weight :bold;
  }
  
  .show-2  {
    text-align: center;
    z-index: 2;
    opacity: 1; /* Change l'opacité à 1 pour le rendre visible */
    transform: translateY(0); 
    width : 100%;
  }
  
  .slider-item {
    position: absolute;
    /* Autres styles */
  }
  
  
  .container-22 {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px); /* Déplace le div vers le bas de 100px */
    transition: opacity 0.5s, transform 0.5s;
  }
  
  .show-container-22  {
    z-index: 2;
    opacity: 1; /* Change l'opacité à 1 pour le rendre visible */
    transform: translateY(0); 
  }
  
  .chemin {
    position: absolute;
    width: 1280px;
    height: 4000px;
    margin-top: 100px;
    left: calc(50%);
    transform: translateX(-50%);
  }
  
  @media (max-width: 1379px) {
    .chemin {
      position: static;
      left: auto;
      transform: none;
    }
  }
  
  .bulle0 {
    display: none;
  }
  
  .chemin0 {
    display: none;
  }
  
  .forum0 {
    display: none;
  }
  
  
  
  .struct0 {
    display: none;
  }
  
  
  .chemin0.show-chemin {
      display: block;
      animation: dash linear forwards;
    }
  
    @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }
  
  
    .container-12 {
      position: relative;
      height : 550px;
      /* Ajoutez d'autres styles nécessaires */
    }
  
    #arrow-container {
      transform: scale(0.75);
      transform-origin: center right; /* Spécifiez le point d'origine pour la transformation */
      position: relative;
      display: flex;
      align-items: flex-start; /* Alignez les enfants en haut du conteneur */
      justify-content: flex-start; /* Alignez les enfants à gauche du conteneur */
      height: 680px;
    }
    
  
    .show-icon {
      display: inline-block;
      transform: scale(0);
      animation: fadeIn 0.3s forwards;
      /* Ajoutez d'autres styles nécessaires pour afficher l'icône */
    }
  
  
    .hide {
      display: none;
    }
  
  
    @keyframes fadeIn {
      0% { transform: scale(0)}
      45% { transform: scale(0.55);}
      90% { transform: scale(1.1);}
      100% { transform: scale(1);}
    }
  
  
    .path1 {
      display: none;
    }
    
  
    .move {
      display: block;
      animation: dash 0.5s linear forwards;
    }
  
    @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }
  
    #container-2-container {
        opacity: 0;
        transition: opacity 1s ease-in-out; /* Ici, le changement d'opacité prendra 1 seconde */
    }



  
  
  
  
  
  
  
















 
  
  .container-1 {
    padding: 124px 0px 68px 0px; /* Espacement interne */
  }

  .container-6 {
    background-color: var(--blue);
    background-image: linear-gradient(to bottom right, var(--blue-light), var(--blue), var(--blue));
    color: white;
  }

  .container-6-0 h3 {
    font-size: 30px;
    text-align: center;
    background: linear-gradient(180deg,#fff0,#ffffff12 78.65%);
    border: 2px solid var(--blue-light);
    border-radius: 8px;
    padding: 32px 24px;
    margin-top: 0;
    font-weight: normal;
  }

  .container-1-0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-2-0,
  .container-5-0,
  .container-6-0,
  .container-7-0 {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-7-0 {
    margin-top: -40px;
  }

  .container-1-1 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 24px;
    z-index: 2; /* Un 'z-index' plus élevé pour que 'container-1-1' soit au-dessus */
  }

  .container-1-2 {
    width : 100%;
    display: flex;
    position: relative;
    height : 500px;
    top: 0px;
    align-items: center;
    justify-content: center;
  }

  @media (max-width : 1024px) {

    .container-1-2 {
      position: absolute;
    }

    .container-1-2::before {
      content: ""; /* Nécessaire pour le pseudo-élément */
      position: absolute; /* Positionne le pseudo-élément par rapport à son parent */
      top: -5px;
      left: -100px;
      right: -100px;
      bottom: 0;
      background: rgba(255, 255, 255, 0.5); /* Couleur blanche avec 80% d'opacité */
      z-index: 1; /* Assurez-vous que ce soit au-dessus du contenu mais en dessous du texte ou des éléments interactifs */
    }

    .container-1 {
      overflow: hidden;
    }

  }

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

  .s-inscrire-bouton,
  .video-bouton {
    display: flex;
    height: auto;
    font-size: 20px;
    color: white;
    padding: 15px 0px;
    background-color: var(--orange);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
    font-family: var(--font3), serif;
    border: 1px solid var(--orange);
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width : 100%;
  }
  
  .s-inscrire-bouton:hover {
    background-color: var(--orange-dark);
  }

  .video-bouton {
    color: var(--orange);
    background-color: var(--back);
    border: 1px solid var(--orange);
  }

  .container-1-1 h1,
  .container-1-1 h2,
  .container-1-1 h3,
  .container-1-1 .boutons,
  .container-4-1 h2,
  .container-4-1 i,
  .container-4-1 .boutons {
    opacity: 0;
  }

  .container-1-1 h2 {
    font-weight: 300;
    margin-bottom: 50px;
    font-family: var(--font4);
  }

  .container-1-1 h3 {
    font-weight: normal;
    margin-top: 10px;
    color: rgb(81, 81, 81);
    font-family: var(--font4);
  }

  .container-2 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .container-2-0 h2,
  .container-5-0 h2,
  .container-7-0 h2,
  .initiateurs-container h2 {
    line-height: 32px;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin-bottom: 64px;
  }

  
  .container-6-0 h2 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
  }

  .container-2-1 {
    width : 100%;
  }

  .container-2-1-1 {
    overflow-x: auto;
    width : 100%;
    position: relative;
  }

  .container-2-1-1::-webkit-scrollbar { 
    display: none;
  }

  .container-2-1-1-1 {
    flex-direction: column;
    width: fit-content;
    display: flex;
    position: relative;
  }

  .container-2-1-1-1-1 {
    width : 100%;
    gap: 16px;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .TabElement {
    padding-left: 30px;
    padding-right: 30px;
  }

  .TabElement-1 {
    outline: 2px solid transparent;
    outline-offset: 2px;
    opacity: 1;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    height: 100%;
    display: flex;
    max-width: max-content;
    opacity: 0.5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
  }

  .TabElement-1:focus {
    opacity: 1;
  }

  .TabElement-1:hover {
    opacity: 1;
  }

  .opacity {
    opacity: 1;
  }

  .TabElement-1-1 {
    margin-bottom: 16px;
  }

  .TabElement-1-2 {
    text-align: center;
    justify-content: center;
    width: max-content;
    height: 100%;
    display: flex;
    margin-bottom: 16px;
    font-size: 19px;
  }

  #logo-respo {
    padding: 5px;
    border-radius: 6px;
    height: 70px;
    width: 50px;
    margin-left: auto;
    margin-right : auto;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex; /* Ajoutez display flex pour centrer le contenu */
    justify-content: center; /* Centre horizontalement le contenu */
    align-items: center; /* Centre verticalement le contenu */
  }

  .logo-rh {
    background-image: url('dossier_svg/logo_rh.svg');
  }

  .logo-rse {
    background-image: url('dossier_svg/logo_rse.svg');
    padding-left: 7px;
  }

  .logo-qhse {
    background-image: url('dossier_svg/logo_qhse.svg');
    padding-left: 10px;
  }

  .logo-ceo {
    background-image: url('dossier_svg/logo_ceo.svg');
  }

  .logo-dd {
    background-image: url('dossier_svg/logo_dd.svg');
  }

  .container-2-1-1-2 {
    width : 100%;
    height : 3px; 
    left: 0;
    bottom: 0;
    position : absolute;
    background-color: var(--blue-very-light);
  }

  .container-2-1-1-1-2 {
    width : 100%;
    left: 0;
    bottom: 0;
    background-color: var(--blue-very-light);
  }

  .container-2-1-1-1-2-1 {
    width : 240px;
    transform: translateX(256px);
    transition-timing-function: cubic-bezier(.42,1.44,.39,.87);
    transition-duration: .5s;
    transition-property: all;
    background-color: var(--blue);
    border-radius: 9999px;
    transform-origin: right;
    height : 3px;
    z-index: 10;
    position: relative
  }

  .TabElement-1-2 {
    width : 180px;
  }


  .container-2-1-2 {
    margin-top: 24px;
  }

  .persona-content {
    flex-direction: column;
    display: flex;
    align-items:baseline;
    gap: 40px;
  }

  .persona-content-1 {
    height : auto;
    width : 800px;
    max-width : 100%;
  }

  @keyframes slide-left {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .persona-content-2-container {
    background-color: var(--blue-very-light);
    border-radius: 20px;
    width : 100%;
    overflow: hidden;
  }

  .persona-content-2 {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height : auto;
    padding: 20px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: all;
    transition-duration: .5s;
    opacity : 0;
  }

  .animate-slide-left {
    animation: slide-left .5s cubic-bezier(.42,1.44,.39,.87);
    opacity: 1;
  }

  .prenom {
    font-size: 30px;
    font-weight: bold;
    color: var(--blue)
  }

  .post-prenom {
    font-size: 30px;
    font-weight : bold;
    font-family: var(--font4);
  }

  .description-recherche {
    font-size: 20px;
    font-family: var(--font4);
  }

  .container-4 {
    margin-top: 100px;
  }

  .container-4-0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 64px;
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    background: linear-gradient(135deg, var(--orange-light), #bcdbd5);
    border-radius : 20px;
    padding : 20px;
  }

  

  .container-5-0-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width : 100%;
    margin-bottom : 420px;
  }

  .container-4-1 h2 {
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--font4);
  }

  .container-4-1 h3 {
    font-weight: normal;
    margin-top: 10px;
    color: rgb(81, 81, 81);
    font-family: var(--font4);
  }

  .container-4-1 {
    justify-content:baseline;
    flex-direction: column;
    display: flex;
    margin-bottom: 24px;
  }

  .container-4-2,
  .container-5-2 {
    width : 100%;
    display: flex; 
    margin: auto;
    position: relative;
    flex-direction: column;
    margin-top: 0px;
    height : auto;
  }


  .container-5-1 ul,
  .container-5-1 li {
      list-style-type: none !important; /* Enlève les puces */    
  }

  .container-5-1 ul li {
    display: flex;
    align-self: start;
  }

  @keyframes popEffect {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  .container-5-1 ul li .avantages-li-text {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s, transform 0.5s; /* Optionnel si vous voulez une transition en dehors de l'animation */
  }
  
  .container-5-1 ul li .avantages-li-text.show-pop {
    animation: popEffect 0.5s forwards;
  }
  
  
  .container-5-1 h3 {
    font-size: 28px;
    margin-bottom: 8px;
    margin-top: 0px;
  }

  .container-5-1 p {
    font-family: var(--font4);
  }

  .container-5-2 {
    width : calc(100%);
    margin-left: 0px;
  }

  .container-5-2 {
    border-radius: 10px;
    position: relative;
  }


  .avantage-li {
    margin-top: 20px;
  }

  .avantages-li-text {
    margin-left: -20px;
  }


  .container-4-1 i {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .sub-container-7 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 16px;
    padding-top: 30px;
    padding-bottom : 30px;
  }

  .container-7-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: black;
    opacity: 1;
    transition: opacity 1s, transform 1s; 
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid white;
    box-shadow: 0px 4px 8px 0px #64739563;
  }


    
  .container-7-1.active {
    opacity : 1;
    transform: translateY(0)
  }

  .container-7-1 h3 {
    font-size: 24px;
    margin-top : 0; 
    margin-bottom: 20px;
  }

  .container-7-1 p {
    font-size: 16px;
    padding : 0px;
    font-family: var(--font4);
  }

  .dernier-element-formulaire {
    margin-bottom: 70px;
  }


  .container-3 {
    width : 100%;
  }

  .container-3-0 {
    width : 100%;
  }


  .initiateurs-container {
    font-size : 30px;
    font-weight : bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .initiateurs-container.active {
    opacity : 1;
    transform: translateY(0)
  }

  /*
  
  .initiateurs-container h2 {
    text-align: center;
    line-height: 48px;
    font-size: 40px;
    width: 70%;
  } */

  .container-bulle-1,
  .container-bulle-2 {
    position: relative;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
    transform: translateY(100px);
  }
  
  .container-bulle-1.active {
    opacity: 1;
    transform: translateY(0); /* reset offset */
  }
  
  .container-bulle-2.active {
    opacity: 1;
    transform: translateY(0); /* reset offset */
  }
  
  .profil-utilisateur-1,
  .profil-utilisateur-2 {
    width : 40px;
    height : 40px;
    border-radius : 100%;
    object-fit: cover;
    position: absolute;
  }
  
  
  .profil-utilisateur-1 {
    left: 250px;
    border: 1px solid var(--blue);
  }

  .profil-utilisateur-2 {
    right: 250px;
    border: 1px solid var(--orange);
  }

  
  .bulle1 {
    color: #0b0b0b;
    margin-bottom : 5px;
    padding : 8px 15px;
    z-index: 10;
    border-radius : 10px;
    border-top-left-radius: 0px;
    place-self: start;
    background: linear-gradient(135deg, #c2d0f0,var(--blue-very-light)) border-box;
    margin-right: auto; /* Aligner à droite */
    margin-left : 300px;
    max-width : 300px;
    font-family: var(--font4), serif;
    width : calc(100% - 180px);
  }
  
  .bulle2 {
    color: #0b0b0b;
    margin-bottom : 5px;
    padding : 8px 15px;
    z-index: 10;
    border-radius : 10px;
    border-top-right-radius: 0px;
    place-self: end;
    background: linear-gradient(135deg, var(--orange-light), #bcdbd5) border-box;
    margin-left: auto; /* Aligner à droite */
    margin-right : 300px;
    width : 200px;
  }
  
  #bulleconversation{
    position: absolute;
    transform: scale(0.7);
    left : 955px;
    top : 1260px;
  }


  .profil-utilisateur-1 {
    left: 20px;
  }

  .profil-utilisateur-2 {
    right: 20px;
  }

  .bulle1 {
    margin-left : 70px;
  }

  .bulle2 {
    margin-right: 70px;
  }

  #infobulle-1 {
    position: absolute;
    left: 70px;
  }
  
  #infobulle-2 {
    position: absolute;
    right: 70px;
  }

  @media (max-width : 490px) {
    .bulle2 {
      width : 160px;
      margin-top: 20px;
    }
  
  }

  .container-7 {
    background: linear-gradient(30deg, #bcdbd5, var(--blue-very-light));  
  }


  .container-8 {
    text-align: center;
    margin-top : 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom : 100px;
    width : min(1000px, calc(100% - 50px));
  }
  
  .container-8 h1 {
    margin-bottom: 50px;
    font-size: 50px;
  }
  
  .container-8 h3 {
    font-weight:lighter;
    font-family: var(--font4);
  }

  #container-8-h1,
  #container-8-h3-1,
  #container-8-h3-2,
  #container-8-h3-3,
  #container-8-a {
    opacity : 0;
  }

  #container-8-h3-3 {
    margin-bottom : 50px;
    margin-top : 50px;
    font-size: 80px;
    line-height: 10px;
  }
  
  #prestadessin {
    --presta-dessin : var(--blue-very-light);
    position: absolute; 
    transform: scale(0.5);
    z-index: -1;
    top: -160px;
    left: -125px;
  }

  .presta0 {
    display: none;
  }

  .move {
    display: block;
    animation: dash 0.5s linear forwards;
  }
  

  @media (min-width : 480px) {

    .container-1-0,
    .container-2-0,
    .container-4-0,
    .container-5-0,
    .container-6-0,
    .container-7-0 {
      padding-left: 56px;
      padding-right: 56px;
      max-width : 719px; 
    }

    .container-1-1 h1 {
      line-height: 42px;
      font-size: 48px;
    }

    .container-7-1 {
      padding: 30px;
    }

    #prestadessin {
      transform: scale(0.6);
      z-index: -1;
      top: -160px;
      left: -125px;
    }

    .container-7-1 {
      padding: 15px;
    }

    .container-7-1 p {
      font-size: 18px;
    }

    .description-recherche {
      font-size: 22px;
    }
  

  }

  @media (min-width : 826px) {
    .container-1-0 {
      margin-bottom: 64px;
    }
  }

  @media (min-width : 890px) {

    .container-1-0,
    .container-2-0,
    .container-4-0,
    .container-5-0,
    .container-6-0,
    .container-7-0 {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      max-width : 860px;
    }

    .container-4-0 {
      padding-left: 40px;
      padding-right: 40px;
    }

    .container-1-1 h1 {
      line-height: 50px;
      font-size: 56px;
    }

    .boutons {
      flex-direction: row;
    }

    .video-bouton,
    .s-inscrire-bouton {
      width : auto;
      padding: 15px 20px;
    }

    .container-2 {
      padding-top: 52px;
      padding-bottom: 52px;
    }

    .container-2-0 h2,
    .container-5-0 h2,
    .container-6-0 h2,
    .container-7-0 h2,
    .initiateurs-container h2 {
      line-height: 48px;
      font-size: 40px;
      width : 70%;
    }

    .sub-container-7 {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 16px;
    }

    .container-3-0 {
      width : 100%;
    }

    #prestadessin {
      transform: scale(0.8);
      z-index: -1;
      top: -100px;
      left: -30px;
    }

    .description-recherche {
      font-size: 25px;
    }

  }


  @media (min-width : 1024px) {

    .container-1-0,
    .container-4-0 {
      flex-direction: row;
      max-width : 980px;
    }

    .dernier-element-formulaire {
      margin-bottom: 0px;
    }

    .container-5-0 {
      max-width: 980px;
    }

    .container-1-1 {
      width : 90%;
      max-width : 483px;
      min-width : 400px;
      margin-bottom: 0;
    }

    .container-5-2 {
      width : calc(100% - 50px);
      margin-left: 50px;
    }

    .container-4-1 {
      width : 50%;
      max-width : 483px;
      margin-bottom: 0;
    }

    .container-5-1 {
      width : 50%;
      max-width : 483px;
      margin-bottom: 0;
    }

    .sub-container-7 {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 16px;
    }

    .container-7-0 {
      margin-top: -70px;
    }

    .container-7-1 {
      padding: 30px;
    }
  
    .container-7-1 h3 {
      font-size: 29px;
      margin-top : 0; 
    }
  
    .container-7-1 p {
      font-size: 20px;
      padding : 0px;
    }

    .container-5-0-1 {
      flex-direction: row;
      margin-bottom: 105px;
    }

    .container-3-0 {
      width : 980px;
      margin-left: auto;
      margin-right : auto;
    }

    #prestadessin {
      transform: scale(0.8);
      z-index: -1;
      top: -200px;
      left: -100px;
    }

    
    
  }

  @media (min-width : 1264px) {

    .container-1-0,
    .container-4-0 {
      flex-direction : row;
      max-width : 1230px;
    }

    .container-5-0 {
      max-width: 1230px;
    }

    .container-1-1,
    .container-4-1,
    .container-5-1 {
      width : 50%;
      max-width : 736px;
    }

    .container-1-1 {
      width : 90%;
    }

    .sub-container-7 {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 16px;
    }

    .container-3-0 {
      width : 1200px;
      margin-left: auto;
      margin-right : auto;
    }

    #prestadessin {
      transform: scale(0.8);
      z-index: -1;
      top: -200px;
      left: -150px;
    }

  }


  @media (min-width : 1280px) {
    .container-1-0,
    .container-2-0,
    .container-4-0,
    .container-5-0,
    .container-6-0,
    .container-7-0 {
      max-width : 1250px;
    }

    .container-1-1,
    .container-4-1,
    .container-5-1 {
      max-width: 736px;
    }

    .container-1-1 h1 {
      line-height: 68px;
      font-size: 64px;
    }

    .sub-container-7 {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      grid-gap: 16px;
    }

    .container-7-1 h3 {
      height : 64px;
    }
  }
 
  


  .text-h1{
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 10rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    min-height: calc(100vh - 16px);
    background: white;
    position: relative;
    background: var(--back);
    color: var(--blue);
  }
  
  h1:before{
    content: attr(data-text);
    position: absolute;
    background: var(--blue-light);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100% 90%;
    line-height: 0.9;
    clip-path: ellipse(120px 120px at -2.54% -9.25%);
    animation: swing 5s infinite;
    animation-direction: alternate;
  }
  
  @keyframes swing{
    0%{
       -webkit-clip-path: ellipse(120px 120px at -2.54% -9.25%);
      clip-path: ellipse(120px 120px at -2.54% -9.25%)
    }
    50%{
      -webkit-clip-path: ellipse(120px 120px at 49.66% 64.36%);
      clip-path: ellipse(120px 120px at 49.66% 64.36%);
  
    }
    100%{
       -webkit-clip-path: ellipse(120px 120px at 102.62% -1.61%);
      clip-path: ellipse(120px 120px at 102.62% -1.61%);
    }
  }



  .fleche-svg {
    width: 80px; /* Largeur du curseur */
    height: 80px; /* Hauteur du curseur */
    background-image: url('dossier_svg/fleche_rose.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right : 20px;
    margin-left: -50px;
    margin-top: 0px;
  }
  
  .fleche-text-container {
    display: flex;
    align-items: center;
  }

  .success-checkmark-container {
    max-height : 50px;
  }
  

  .success-checkmark {
    width: 80px;
    height: 115px;/*
    margin: 0 auto;*/
    margin-right : -15px;
    transform: scale(0.35);
    transform-origin: top left; 
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid var(--orange);
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: var(--back);
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: var(--orange);
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid #2ea19d6a;
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: var(--back);
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}




#startElement {
  position: relative;
  padding: 10px;
  margin-left: 5px;
}


.border-drawing .line {
  stroke: var(--red);
  stroke-width: 8;
  fill: none;
  stroke-dasharray: 62; /* Ajustez cette valeur pour correspondre à la longueur de vos chemins */
  stroke-dashoffset: 62;
  /* L'animation n'est pas encore appliquée ici */
}
           

.start-animation {
  animation: drawLine .5s linear forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}


.line2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke: var(--red);
  stroke-width: 4;
  fill: none;
}

.animate-drawing {
  animation: drawLine 1s linear forwards;
}

/* Animation pour faire apparaître la tête de la flèche */
@keyframes fadeInArrowHead {
  to {
    opacity: 1;
  }
}

/* Classe pour déclencher l'apparition de la tête de la flèche */
.animate-arrow-head {
  animation: fadeInArrowHead 0.5s linear forwards;
}

#arrow-head {
  z-index: 0;
}


.hidden-letter {
  visibility: hidden;
}
