/* Styles pour le plugin Hébergements Saint-Avold */

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

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

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

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

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

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

.hsa-etoiles,
.hsa-ml-etoiles {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

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

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

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

.hsa-imgheb,
.hsa-ml-imgheb {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hsa-imgheb2,
.hsa-ml-imgheb2 {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.hsa-pictoweb,
.hsa-ml-pictoweb {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.hsa-pictoweb img,
.hsa-ml-pictoweb img {
    margin: 2px;
}

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

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

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

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

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

.hsa-commentaire-2020,
.hsa-ml-commentaire-2020 {
    margin: 15px 0;
    padding: 15px;
    background-color: #f0f8ff;
    border-left: 4px solid #0073aa;
    line-height: 1.6;
}

.hsa-centre,
.hsa-ml-centre {
    text-align: center;
}

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

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

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

.hsa-clear,
.hsa-ml-clear {
    clear: both;
}

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