/* Réinitialisation des styles de base */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#page-row-364109 {
  background-image: url("https://www.agencecentaure.fr/siplast/configurateur-fond-01.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Aligne les éléments en haut sur l'axe principal */
  align-items: flex-start;     /* Aligne les éléments en haut sur l'axe transversal */
  height: 100vh;
  text-align: center;
  overflow: hidden;
}


.text-center .btn-primary {
  width: 75% !important;
}

.text-center {
  text-align: center;
}
/* Supprimer le fond blanc transparent et ajuster la position du texte */
.text-intro {
  font-size: 4vh;
  font-weight: bold;
  text-align: center;
  margin-top: 7vh; /* Réduit la marge supérieure pour remonter le texte */
  margin-bottom: 2vh; /* Ajoute une marge inférieure pour espacer du bouton */
  padding: 1.3vh;
  background-color: transparent; /* Supprime le fond blanc transparent */
}

/* Ajuster la position du bouton */
.text-center .btn-blanc {
  background-color: white;
  color: black;
  font-size: 4vh;
  font-weight: bold;
  border-radius: 1.3vh;
  margin-top: 40vh; /* Augmente la marge supérieure pour descendre le bouton */
  margin-bottom: 2vh;
  margin-right: 2.7vh;
  margin-left: 2.7vh;
  text-align: center;
}

.img-intro {
  text-align: center; 
  margin-bottom: 4vh;           /* ~30px */
  /*padding-top: 4vh;             /* ~30px */
}

.img-intro img {
  /* width: 50% !important; */
}