.body1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}


.bouton{
    background-color: rgb(111, 23, 23);
    color: #fff;
}
.bouton:hover{
    background-color: rgb(74, 16, 16);
    transform: background;
    transition: 0.5s;
}
.form-control:focus {
    /* Vous pouvez personnaliser la couleur rouge selon vos préférences */
    box-shadow:none !important;
    background: rgb(225, 235, 235);
    /* Ajoutez une légère ombre rouge pour un effet de mise en évidence */
}
.card input{
    background-color: rgb(225, 235, 235);
    font-weight: 500;
}


/* sidebar */
.right-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px; /* Largeur de la barre de navigation */
    background-color: #333; /* Couleur de fond */
    color: #fff; /* Couleur du texte */
    padding: 20px;
}
.logo{
    width: 100px;
}
.logo1{
    width: 70px;
    height: 50px;
}

/* Styles pour les éléments de la barre de navigation */
.nav-item {
    margin-bottom: 15px;
}

/* Styles pour les liens */
.nav-link {
    color: #fff;
    text-decoration: none;
}



a{
    text-decoration: none;
    color: #000;
}
li{
    list-style-type: none;
}

/* Navbar */

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1px 10px;
}

@media screen and (max-width:1024px) {
    .contenu2{
        margin-left: 30px;
    }

}

@media screen and (max-width:912px) {
    .vert{
        position: static;
        top: 0;
        left: 0;
        bottom: 0;
    }

}
.head{
    margin-top: -300px;
    height: 100%;
}
@media (max-width:912px) {
    .head{
        margin-top: 0;
    }
    .logo{
        width: 80px;
        margin-top: 20px;
        display: none;
    }
}

.vert a, .header li{
    color: #ffffffd8;
}
.vert .compte:hover{
    border-bottom: #fff 1px solid;
}
.vert{
    background: hsl(164, 5%, 57%);
}
.AutrServ{
    color: #e8f3faf1;
    font-weight: bold;
}

.icone{
    font-weight: bold;

}


@media screen and (max-width:912px) {
    .contenu{
        margin-top: 45px;
        padding-right: 0;
    }

}
@media screen and (max-width:912px) {
    .head, .btns{
        background-color: hsl(164, 5%, 57%);
        padding-right: 0;
    }

}
.bnts2{
    float: right;
}


.modal-body input{
    background-color: #e8f3faf1;
}

.details img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}

#myModal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    width: 100%; /* Taille 'md' */
    padding: 20px;
    border: 1px solid #ccc;
}

.dtai{
    cursor: pointer;
    text-decoration: underline;
}
.modal-md{
    width: 100%;
}

.photo{
    width: 70px;
    border-radius: 50%;
}
#detailss p{
    font-weight: 700;
    color: rgb(111, 23, 23);
}
.esss{
    font-weight: normal;
    color: #000;
}

.error-border {
    border-color: #FF0000 !important;
}

