/* Icônes sociales */
ul.social {
    list-style: none;
    padding-left: 0;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 1rem;
}
ul.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
ul.social li a:hover {
    transform: scale(1.1);
}

/* Formulaire */
.get_in_touch_contents {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

/* Carte Google Maps */
.map_container {
    border: 2px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.texte-conciergerie {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #2c2c2c;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.6);
    border-left: 4px solid #ca9b50;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    max-width: 800px;
    margin: auto;
}

.texte-conciergerie strong {
    display: block;
    font-size: 1.4rem;
    color: #000;
}
