.form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form-label {
    font-weight: 600;
    margin-bottom: 5px;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.div2{
    background-color: #283733;
}
.monelement{
    background-image: url(image/blob-scene-haikei.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.mon-image-hauteur-limitee {
    max-height: 300px; /* Limite la hauteur à 300 pixels (ajustez selon vos besoins) */
    object-fit: cover; /* Important : assure que l'image remplit l'espace sans se déformer */
  }
  .imagecontainer{
    margin-top: 10px;
  }
  
  .imagemodif{
    margin-top: -200px;
  }
@media screen and (max-width:1080px) {
    .imagemodif{margin-top: 5px;}
    .imagecontaner{margin-top: 10px;}
    
}