/* =====================================================
   SUD CREANCES - PERSONNALISATIONS
   ===================================================== */

/* MENU MOBILE */
@media (max-width: 767px) {

    select[data-rt-menu-mobile] {
        width: 92% !important;
        height: 48px !important;
        font-size: 18px !important;
        padding: 6px 12px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

}

@media (max-width: 767px) {

    .rt-menu-mobile::before {
        content: "MENU";
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .rt-menu-mobile select[data-rt-menu-mobile] {
        width: 92% !important;
        max-width: 420px !important;
        height: 48px !important;
        font-size: 18px !important;
        padding: 6px 12px !important;
        margin: 0 auto 12px auto !important;
        display: block !important;
    }

}

/* =====================================================
   LIENS VILLES SEO
   ===================================================== */

.seo-villes {
    margin-top: 18px;
    line-height: 2;
}

.seo-villes a {
    display: inline-block;
    margin: 0 14px 6px 0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.seo-villes a:hover {
    text-decoration: underline;
}

/* =====================================================
   BOUTON "EN SAVOIR PLUS POUR COMMANDER"
   Même style que les boutons standards du template
   ===================================================== */

a.readon {
    color: #ffffff !important;
}

a.readon span {
    color: #ffffff !important;
}
