/* Conteneur principal */
.horaires-container {
    background: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Titre */
.horaires-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.horaires-title i {
    color: #333;
    margin-right: 8px;
}

/* Texte descriptif */
.horaires-description {
    font-size: 15px;
    color: #555;
}

/* Bloc des horaires */
.horaires-hours {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
    background: #f1f8f1;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #28a745;
}

/* Texte du contact */
.horaires-contact-text {
    font-size: 15px;
    color: #555;
}

/* Numéro de téléphone */
.horaires-phone {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.horaires-phone i {
    color: #333;
    margin-right: 5px;
}

/* Bloc de précisions */
.horaires-precisions {
    font-size: 14px;
    color: #222;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.5;
    text-align: center;
}

/* Icône d'information */
.horaires-precisions i {
    color: #222;
    margin-top: 3px;
}

