*{
    font-family: "Roboto", sans-serif;
}

.container-lg {
    max-width: 1000px; /* Limite la largeur à 1140px sur grands écrans */
}

@media (min-width: 1600px) {
    .container-lg {
        max-width: 1440px; /* Augmente la largeur maximale sur très grands écrans */
    }
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* Pour une bordure blanche semi-transparente */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Icône blanche */
}
.hh {
    background-image: url('image/1.png');
    background-size: cover;
    background-position: center;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.hh1 {
    background-image: url('image/Image.png');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.place::placeholder{
    color: #B6A69D;
}
.plac::placeholder{
    color: #404040;
}
.place{
    border: 2px solid white;
}

.positio{
    position: absolute;
    top: 20%;
    right: 3%;
}

.modal {
    --bs-modal-width: 800px;
}

.modal-content {
    background-color:#EEDABF;
  }

  .position{
    position: absolute;
    top: 10%;
    right: 0;
}

.ttt::placeholder{
    color: white;
    font-size: 13px;
}
.ttt{
    padding: 1rem;
}