.title-mentions-legales {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.description-mentions p,
ol li,
ul li {
    text-align: justify;
    font-size: 15px !important;
}

.description-mentions h2{
    color: black;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 10px;
}

.description-mentions h3 {
    font-size: 16px !important;
    font-style: italic;
    font-weight: 600;
    color: #5a6771;
}

.title-mentions h1 {
    margin-top: 50px;
    color: #c1d72e;
}

.a-link-mentions-legales{
    text-decoration: none;
    color: #007edb;
    color: #c1d72e !important;
}

.a-link-mentions-legales:hover {
    text-decoration: underline !important;
}

/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 992px) {

    .title-services {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .title-mentions h1 {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 767px) {

    .title-mentions-legales {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .title-mentions h1 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 15px;
        text-align: left;
    }
}