html,
body {
  height: 100%;
  margin: 20px;
  font-family: Arial, sans-serif;
}

.jumbotron {
  background-image: url('../images/arboretum.jpg') ;
  height: 400px;
  background-size: cover;
}

.body-login {
  background-color: #bdecb6;
  margin: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column; /* Afficher les éléments en colonne */

  align-items: center;
  min-height: 100vh;
  font-family: Arial, sans-serif;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  text-align: center;
  margin: 20px auto;
}

.login-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.login-form input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-form button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form button:hover {
  background-color: #45a049;
}

.login-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}



.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.form-container select {
  margin-right: 10px;
}




.submit-btn {
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}
.mbr-section-title {
  font-size: 3rem;
}
.tabl {
  text-align: left; 
}
.highlight-row {
  background-color: #82cb6c; /* Couleur de fond que vous souhaitez */
}
a.nomlat {
  color:black; 
  text-decoration:none; 
  font-style:italic;
  text-align: left;
}

a.doute {
  color:rgb(110, 4, 4); 
  text-decoration:none; 
  font-style:italic;
  text-align: left;
}

a.nomfr {
  color:black; 
  text-decoration:none; 
  font-weight: 200;
}

a.connex {
  text-align:right;
  text-decoration:none;
  color:#45a049 ;
}
h3.fiche {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
h2.fiche {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
h4.fiche {
  font-family: "Playfair Display", sans-serif;
}
p.fiche {
  font-family: "Playfair Display", sans-serif;
  text-align: center;
}
h3.titrepage {
  font-family: "Playfair Display", sans-serif;
  font-size: 3.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
.soustitrepage {
  font-family: "Playfair Display", sans-serif;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.my-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.my-button:hover {
  background-color: #45a049;
}

.message-box {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.success {
  background-color: #4caf50;
  color: white;
}

.error {
  background-color: #f44336;
  color: white;
}

#map {
  width: 100%;
  height: 600px;
 }
 /* Styles pour la galerie */
.gallery {
   display: flex;
   flex-wrap: wrap;
}

.gallery img {
   width: 150px;
   height: 150px;
   margin: 5px;
   cursor: pointer;
 object-fit: cover; /* Recadrer l'image en maintenant ses proportions */

}

/* Styles pour la fenêtre modale (lightbox) */
#lightbox {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.8);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999;
}

#lightbox img {
   max-width: 80%;
   max-height: 80%;
}

.hidden {
 visibility: hidden;
  /* display: none; */
}

@media (max-width: 768px) {
  h3.titrepage {
    font-size: 1.5rem;
  }

  .fixed-font {
    font-size: 20px; /* Ajustez la taille de police selon vos préférences */
  }
}
