html div p h1 {
  font-family: Poppins, sans-serif;
}

li {
  font-family: "Montserrat", Sans-serif;
}


a {
  text-decoration: none; /* Supprimer le soulignement */
}

a:link {
  text-decoration: none; /* Supprimer le soulignement pour les liens non visités */
}

.form-floating.required .control-label:after {
  content:"*";
  color:red;
}

.custom-badge {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    font-size: 12px;
}

.tooltip-italic .tooltip-inner {
  font-style: italic;
}

.tab-buttons {
  display: flex; /* Utiliser flexbox */
  flex-wrap: nowrap; /* Empêcher le passage à la ligne */
  overflow-x: auto; /* Ajouter un scroll horizontal si besoin */
  justify-content: center; /* Centrer les boutons */
  gap: 10px; /* Ajouter un espacement entre les boutons */
  padding: 10px;
}

.tab-btn {
  background-color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
}

.btn-log
{
  background-color: #87c6be;
  border : none;
  color : white;
}

.tab-btn:hover {
  background-color: #ccc;

}

.tab-btn.active {
  background-color: #ffffff;
  color: #2898c1;
}

.tab-content {
  border-top: none;
}

/* Bande de fond avec image en arrière-plan */
.background-banner {
  background-image: url('../img/background.jpeg'); /* Remplacez par le chemin de votre image */
  background-size: cover;
  background-position: center;
  height: 60vh; /* Hauteur de la bande, ajustable */
  width: 100vw;
  margin: 0; /* Retirer les marges */
  padding: 0; /* Retirer les padding */
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* Centrer la bande */
}

/* Bande blanche entre les sections */
.background-separator {
  background-color: white;
  height: 20px; /* Hauteur ajustable */
  position: relative;
}

.SpaceInfo
{
  height: 17vw;
}

/* Section avec un fond opaque */
.section-overlay {
  background-color: rgba(240, 248, 255, 0); /* Couleur de fond avec opacité */
  border-radius: 8px;
  max-width: 50vw;
  padding: 20px;
  transform: translateX(-40%);
  font-size: 20px;
  color: #003f59;
  text-transform: uppercase;
  font-weight: bold;
} 



.section-overlay-2 {
  background-color: rgba(240, 248, 255, 0); /* Couleur de fond avec opacité */
  border-radius: 8px;
  max-width: 50vw;
  padding: 20px;
  font-size: 20px;
  color: #003f59;
  text-transform: uppercase;
  font-weight: bold;
  transform: translateX(10%);
}

.section-overlay-3 {
  background-color: rgba(240, 248, 255, 0); /* Couleur de fond avec opacité */
  border-radius: 8px;
  max-width: 50vw;
  font-size: 1.5vw;
  color: #137E8B;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.section-overlay-4 {
  background-color: rgba(240, 248, 255, 0); /* Couleur de fond avec opacité */
  border-radius: 8px;
  max-width: 50vw;
  font-size: 1vw;
  color: #137E8B;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.move {
  transform: translateY(180%);
}

.big
{
  font-size: 3vw;
}

.container h2, .container h5 {
  font-size: 2vw; /* Scale font size down for smaller screens */
  font-weight: bold;
}

.background-info {
  background-size: cover;
  background-position: center;
  height: 30vh; /* Hauteur de la bande, ajustable */
  width: 100vw;
  margin: 0; /* Retirer les marges */
  padding: 0; /* Retirer les padding */
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* Centrer la bande */
  /*background-color: #ebf5f6;*/
  background-image: url('../img/Bandeau.png'); /* Remplacez par le chemin de votre image */
  background-size: cover;
  background-position: center;
}

.background-info-2 {
  background-size: cover;
  background-position: center;
  height: 30vh; /* Hauteur de la bande, ajustable */
  width: 100vw;
  margin: 0; /* Retirer les marges */
  padding: 0; /* Retirer les padding */
  position: sticky;
  bottom: 0;
  background-image: url('../img/Bandeau.png'); /* Remplacez par le chemin de votre image */
  background-size: cover;
  background-position: center;
}

.test {
  padding: 8vw;
}


.btn-search 
{
  background-color: #87c6be;
  border : none;
  color : white;
}

.footer-1
{
  transform: translateY(-10%);
}
.btn-search:hover {
background-color: #017e8b;
}


.btn-reco
{
  background-color: #87c6be;
  border : none;
  color : white;
}

.btn-reco:hover
{
  background-color: #87c6be;
  border : none;
  color : white;
}


.btn1 {
background-color: #017e8b;
color: white;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 1.5rem;
cursor: pointer;
}

.btn1:hover {
background-color: #017e8b;
}

.btn2 {
color: white;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 1.5rem;
cursor: pointer;
}

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

.find {
  transform: translateX(-60%);
  width: 30vw
}


.box {
  transform: translateX(-45%);
  width: 40vw;
}


.impact
{
  transform: translate(-5vw,1.5vw);
}

#brandInput {
  z-index: 1000;
}
