.cardOffre{
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1em;
    justify-content: space-between;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cardOffre{
    color: black;
}

.cardOffre:active{
    color: black;
}

.candidSpontane{
    margin-top: 2em;
    margin-bottom: 2em;
}

.candidSpontane button{
    margin-top: 1em;
}

.candidSpontane button a{
    color: var(--color-3);
}


@media (max-width:700px) {
    .listIconOffre{
        flex-direction: column;
    }

    .listIconOffre .align-center{
        align-items: normal;
        align-self: normal;
    }
}

/** Detail offre **/
.enteteDetail{
    justify-content: space-between;
    margin-bottom: 1em;
}

.contenuDetailOffre{
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (max-width: 700px){
    .enteteDetail{
        flex-direction: column-reverse;
    }

    .detailOffre .align-center{
        align-items: normal;
        align-self: normal;
    }
}

/** Postuler **/
.choixCivilite{
    justify-content: space-between;
}