/* h5.card-title.mission-title {
    font-size: 17px;
    height: 12vh;
} */
button.btn.btn-primary.btn-postuler {
    width: 100%;
    margin: 1px;
    font-weight: normal;
    color: black;
    background-color: #ffc800c2;
    border-color: #ffd55b26;

}
button.btn.btn-primary.btn-details {
    font-weight: normal;
    color: black;
    font-size: 13px;
    width: 100%;
    margin: 1px;
    background-color: #ffc8003b;
    border-color: #ffd55b26;
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Nombre de lignes visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
    h5.card-title.mission-title {
    font-size: 17px;
    height: 6vh;
}
}

p.localisation {
    margin-bottom:0!important;
}