div.container-page-correction div.prestation div.tarif div.explain {
    font-style: italic;
    font-size: 0.8em;
    font-weight: normal;
}

div.container-page-correction div.prestation div.detail-tarifs {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 15px;
}

div.container-page-prestation div.tarif table th {
    width: 25%;
}

div.container-page-prestation div.tarif table td.label {
    padding-left: 15px;
}

/* ***************************
    DEMANDE DEVIS
*************************** */

div.container-page-correction .besoin-devis {
    background-image: url("/image/handwritten-page.jpg");
}

div.container-page-correction .besoin-devis h2 {
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    padding-top: 15px;
    padding-left: 32px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    border-radius: 15px;
    font-family: Gabriela;
    line-height: 1.8em;
}

div.container-page-prestation h3 {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 45px;
    color: #687477;
}

div.container-page-prestation div.explain-list-mt a,
div.container-page-prestation div.explain-list-mt a:active,
div.container-page-prestation div.explain-list-mt a:visited {
    color: #403234;
    text-decoration: underline;
}

div.container-page-prestation div.explain-list ul li,
div.container-page-prestation div.explain-list-mt ul li {
    text-align: left;
}

div.container-page-prestation div.explain-list-mt p {
    text-align: left;
}

div.container-page-prestation div.explain-list-mt {
    margin-top: 4em;
}

div.container-page-correction .besoin-devis .contact a,
div.container-page-correction .besoin-devis .contact a:visited {
    left: 32px;
}


/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {
    div[class*="container-"] .besoin-devis {
        margin-top: -5em;
    }
}


