/* screen - blanche-ripoche */

.blanche-ripoche {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 1024px;
  width: 100%; /* Modifier la largeur pour qu'elle soit de 100% de la largeur de l'écran */
}


.blanche-ripoche .navbar {
  align-items: center;
  flex-direction: row;
  background-color: var(--eerie-black);
  display: flex;
  height: 40px;
  overflow: hidden;
  width: 100%;
}

    .blanche-ripoche .overlap-group {
      align-items: center;
      justify-content: center;
      flex-direction: row;
      background-color: var(--eerie-black);
      display: flex;
      width: 100%;
      height: 50px;
      margin-top: -5px;
      min-width: 100%;
      padding: 13.5px 350px;
    }

          .blanche-ripoche .logo-texte {
            align-items: center;
            display: inline-flex;
            /*flex-wrap: wrap;*/
            gap: 44px 44px;
            justify-content: center;
            position: relative;
            flex-direction: row;
          }

              .blanche-ripoche .logo {
                cursor: pointer;
                height: 22px;
                position: relative;
                width: 38px;
              }

/*Ici Commence la page */

.blanche-ripoche .frame-blanche-ripoche {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: fit-content; /* Modifier la hauteur pour qu'elle s'adapte au contenu */
  margin-top: 32px;
  position: relative;
  width: 90%; /* Modifier la largeur pour qu'elle soit de 90% de la largeur de l'écran */
  max-width: 580px; /* Ajouter une largeur maximale pour s'assurer que le contenu ne devienne pas trop large sur de grands écrans */
}


.blanche-ripoche .blanche-ripoche-1 {
  height: auto; /* Modifier la hauteur pour qu'elle s'adapte au contenu */
  width: 100%; /* Modifier la largeur pour qu'elle soit de 100% de son conteneur */
}


.blanche-ripoche .name {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 13px;
  position: relative;
  text-align: center;
}

.blanche-ripoche .flex-container-206371 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.blanche-ripoche .text0-206371 {
  align-self: stretch;
  color: var(--black);
  font-weight: 400;
  line-height: 13px;
  position: relative;
  text-align: justify;
}

.blanche-ripoche .span {
  font-weight: 300;
}

.blanche-ripoche .text1-206371 {
  align-self: stretch;
  color: var(--black);
  font-weight: 400;
  line-height: 13px;
  margin-bottom: -56.00px;
  position: relative;
  text-align: justify;
}

.blanche-ripoche .bouton-retour:hover {
  transform: scale(1.1);
}

.blanche-ripoche .scrap-book-volume-9-p44-22eb14-2 {
  height: 54px;
  mix-blend-mode: multiply;
  position: relative;
  Top: 60px;
  width: 98px;
}

.blanche-ripoche .group-29 {
  height: 14px;
  left: 0;
  position: absolute;
  top: 82px;
  width: 81px;
}

.blanche-ripoche .compagnie-52-hertz-b {
  align-items: flex-start;
  display: flex;
  height: 65px;
  margin-right: 2.0px;
  margin-top: 194px;
  min-width: 244px;
}

@media only screen and (max-width: 720px) {
  .blanche-ripoche .frame-blanche-ripoche {
    width: 100%; /* Modifier la largeur pour qu'elle soit de 100% de la largeur de l'écran */
    padding: 0 20px; /* Ajouter un espacement sur les côtés pour éviter que le contenu ne touche les bords de l'écran */
    height: fit-content;
  }

  .blanche-ripoche .frame-blanche-ripoche{
    height: fit-content;
  }

  
  .blanche-ripoche .navbar {
    align-items: flex-end;
    justify-content: flex-end;
    background-color: var(--white);
    display: flex;
    height: fit-content;
    overflow: hidden;
    width: 100%;
  }

      .blanche-ripoche .overlap-group {
        align-items: flex-end;
        justify-content: flex-end;
        background-color: var(--eerie-black);
        display: flex;
        width: 100%;
        height: fit-content;
        margin-top: -5px;
        min-width: 100%;
        padding: 13.5px;
      }

            .blanche-ripoche .logo-texte {
              align-items: flex-end;
              display: inline-flex;
              flex-direction: column;
              gap: 30px 30px;
              justify-content: flex-end;
              position: relative;
              height: fit-content;
              margin-top: 10px;
              margin-bottom: 10px;
            }

                .blanche-ripoche .logo {
                  cursor: pointer;
                  height: 22px;
                  position: relative;
                  width: 38px;
                }

}


