.text-justify {
    text-align: justify;
}

.bg-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/lad/images/entrep.jpg) center !important;
}
.bg-about {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/lad/images/apropos.jpg) center !important;
}
.bg-stage {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/lad/images/stageii.jpg) !important;
}
.bg-stage-pro {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/lad/images/stageii.jpg) !important;
}
.bg-emploi {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/lad/images/emploiii.jpg) center/cover !important;
}

/* oeil */
.toggle-password {
    position: absolute;
    top: 30px;
    cursor: pointer;
    font-size: 20px;
    float: right; ;
    right: 15px;
    color: #666;
}

.toggle-password:hover {
    color: #000;
}

/* Form */
/* .form-control, .form-select {
    height: auto !important;
} */

#navbarCollapse .demandeur-recruteur
{
    display: none !important;
}
@media (max-width: 992px) {
    #navbarCollapse .demandeur-recruteur {
        display: flex !important;
    }
}