div.container-page-formation h2.liner {
    margin-bottom: 1.5em;
}

div.container-page-formation div.prestation div.tarif div.explain {
    font-style: italic;
    font-size: 0.8em;
    font-weight: normal;
}

div.container-page-formation div.prestation div.button-testPos:hover {
    cursor: pointer;
}

/* ***************************
    DEMANDE DEVIS
*************************** */

div.container-page-formation .besoin-devis {
    background-image: url("/image/formation.jpg");
}

div[class*="container-page-"] .besoin-devis .contact a,
div[class*="container-page-"] .besoin-devis .contact a:visited {
    right: 70px;
}

/* ***************************
    TRANSLATION
*************************** */

span.translate {
    text-decoration: none !important;
    font-style: italic;
}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {

    div.container-page-formation div.prestation {
        margin-bottom: 2em;
    }

    div.container-page-formation div.col-mt {
        margin-top: 0em;
    }

    div.container-page-formation .besoin-devis {
        margin-top: 2em;
    }
}