/*
Theme Name: EscortesGirl
Theme URI: https://escortesgirl.ch
Author: BG
Description: Thème officiel EscortesGirl — fond violet, texte blanc, boutons violet foncé personnalisables.
Version: 1.0
*/
/*
 Theme Name: EscortesGirl Child
 Theme URI: https://escortesgirl.ch
 Description: Thème enfant pour EscortesGirl — permet de modifier sans toucher au thème parent.
 Author: BG
 Template: EscortesGirl
 Version: 1.0
*/
/* --- CARTE GOOGLE MAPS --- */
#escort-map {
    width: 95%;
    height: 300px;        /* Hauteur rectangle */
    margin: 40px auto;    /* Placement bas */
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.3);
    overflow: hidden;
    background: #000;     /* fond en attendant chargement */
}
/* ---- ENTÊTE ---- */
.header-custom {
    background: #000;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* LOGO À GAUCHE */
    gap: 12px;
    width: 100%;
}

/* LOGO */
.header-custom img {
    height: 60px;
    width: auto;
}

/* TEXTE OUVERTURE */
.header-custom .opening-text {
    color: gold;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 8px rgba(255,215,0,0.8);
}

/* ---- VERSION MOBILE ---- */
@media (max-width: 480px) {

    .header-custom {
        padding: 10px;
        gap: 8px;
    }

    .header-custom img {
        height: 48px;   /* LOGO PLUS PETIT SUR MOBILE */
    }

    .header-custom .opening-text {
        font-size: 16px;   /* TEXTE PLUS GRAND ET LISIBLE */
        line-height: 1.2;
        display: block;
        width: 100%;
        text-align: center;
        padding-right: 10px;
    }
}
