/* Styles pour le plugin Restauration */

#rest-ml-corps-fr,
#rest-ml-corps-de,
#rest-ml-corps-en {
    width: 100%;
    margin: 0 auto;
}

#rest-ml-contenu-fr,
#rest-ml-contenu-de,
#rest-ml-contenu-en {
    width: 100%;
}

.rest-ml-ligne {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rest-ml-couleur-ligne {
    background-color: #f9f9f9;
}

.rest-ml-flotteg {
    width: 100%;
    margin-bottom: 15px;
}

.rest-ml-titre-ligne-2020 {
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.rest-ml-adresse-2020 {
    font-size: 1em;
    color: #666;
    margin: 5px 0;
    line-height: 1.5;
}

.rest-ml-liste-img-2020 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.rest-ml-imageg {
    flex: 1;
    min-width: 250px;
}

.rest-ml-imgheb {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.rest-ml-contact {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.rest-ml-contact-titre {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #0073aa;
}

.rest-ml-contact strong {
    color: #333;
}

.rest-ml-contact a {
    color: #0073aa;
    text-decoration: none;
}

.rest-ml-contact a:hover {
    text-decoration: underline;
}

.rest-ml-centre {
    text-align: center;
}

.rest-ml-plan {
    margin: 15px 0;
}

.rest-ml-googlemap {
    height: 400px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rest-ml-filet-pointille-2020 {
    border-bottom: 2px dotted #ccc;
    margin: 20px 0;
}

.rest-ml-clear {
    clear: both;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .rest-ml-liste-img-2020 {
        flex-direction: column;
    }
    
    .rest-ml-imageg,
    .rest-ml-contact {
        min-width: 100%;
    }
    
    .rest-ml-googlemap {
        height: 300px;
    }
}
