div.container-page-prestation div.prestation {
    margin: 6em auto 6em auto;
}

div.container-page-prestation h2.liner {
    font-family: 'Gabriela';
    font-size: 2em;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

div.container-page-prestation h2.liner:before {
    content: '';
    height: 3px;
    background: #fff;
    width: 35px;
    margin: auto 25px auto auto;
}

div.container-page-prestation h2.liner:after {
    content: '';
    flex-grow: 1;
    height: 3px;
    background: #fff;
    min-width: 20px;
    margin: auto auto auto 25px;
}

div.container-page-prestation div[class*=explain-list] {
    font-size: 1.1em;
    font-family: Gabriela;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #687477;
    width: 90%;
    margin: auto;
    overflow: auto;
}

div.container-page-prestation div[class*=explain-list] ul li {
    margin: 10px 0;
}

div.container-page-prestation div.explain-text {
    margin: 0 1em 3em 1em;
    background-color: #7E8283;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #484D4F;
}

div.container-page-prestation div.explain-text p {
    margin-bottom: 0 !important;
    font-size: 1.2em;
    font-family: 'Gabriela';
    color: #fff;
}

div.container-page-prestation div.explain-text p span {
    text-decoration: underline;
}

div.container-page-prestation div.col-mt {
    margin-top: 3.5em;
}

/* ***************************
    TARIFS
*************************** */

div.container-page-prestation div.tarif {
    width: 95%;
    margin: auto;
}

div.container-page-prestation div.tarif table {
    width: 90%;
    margin: auto;
}

div.container-page-prestation div.tarif table th {
    width: 50%;
    background-color: #403234;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    text-align: center;
}

div.container-page-prestation div.tarif table tr {
    height: 60px;
    vertical-align: center;
}

div.container-page-prestation div.tarif table td {
    border: 1px solid #fff;
}

div.container-page-prestation div.tarif table td.price {
    text-align: center;
    font-weight: bold;
}

div.container-page-prestation div.detail-tarif {
    width: 95%;
    color: #403234;
    margin: 1.5em auto 0.6em auto;
    font-style: italic;
}

div.container-page-prestation div.detail-tva {
    margin-top: 0.6em;
}

/* ***************************
    DEMANDE DEVIS
*************************** */

div[class*="container-"] .besoin-devis {
    margin-top: 0em;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #363535;
}

div[class*="container-"] .besoin-devis h2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
}

div[class*="container-"] .besoin-devis .contact a,
div[class*="container-"] .besoin-devis .contact a:visited {
    display: block;
    position: absolute;
    top: 70%;
    padding: 15px;
    background-color: #687477;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 10px;
    text-decoration: none;
}

div[class*="container-"] .besoin-devis .contact a:hover {
    background-color: #fff;
    color: #687477;
    cursor: pointer;
}

div.container-page-prestation div.button-more {
    display: none;
}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {

    div.container-page-prestation h2.liner {
        border: 3px solid #fff;
        text-align: center;
        padding: 5px 10px;
        margin-bottom: 20px;
        display:block;
    }

    div.container-page-prestation h2.liner:before,
    div.container-page-prestation h2.liner:after {
        content: none;
    }

    div.container-page-prestation {
        text-align: center;
    }

    div.container-page-prestation div.mobile-explain {
        display: none;
    }

    /* BOUTON - EN SAVOIR PLUS */
    div.container-page-prestation div.button-more {
        display: block;
        position: relative;
        overflow: hidden;
        border: none;
        width: 200px;
        height: 40px;
        border-radius: 7px;
        background-color: #474b4c;
        margin: -20px auto 20px auto;
    }

    div.container-page-prestation div.button-more div.text {
        position: relative;
        line-height: 40px;
        margin-left: 10px;
        float: left;
        color: #fff;
        background-color: #474b4c;
    }

    div.container-page-prestation div.button-more div.arrow {
        position: relative;
        border: none;
        background-color: #fff;
        width: 50px;
        line-height: 40px;
        height: 40px;
        float: right;
        text-align: center;
        font-size: 2em;
    }

    /* *************** */

    div[class*="container-"] .besoin-devis {
        text-align: left;
    }

    /* *************** */

    div.container-page-prestation div.tarif {
        margin-top: 25px;
    }
}