/* CSS Override ULTIME pour forcer les couleurs sur tarifs.php */

/* Force la couleur grise sur TOUS les paragraphes de tarif-note */
.tarif-note,
.tarif-note p,
.tarif-note p *,
div.tarif-note > p {
    color: #333333 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* Force la couleur grise sur TOUS les paragraphes de info-box */
.info-box,
.info-box p,
.info-box p *,
div.info-box > p {
    color: #333333 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* Strong dans info-box en plus foncé */
.info-box strong,
.info-box p strong {
    color: #2c3e50 !important;
    font-weight: 700 !important;
}

/* Liens dans info-box */
.info-box a,
.info-box p a {
    color: #667eea !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.info-box a:hover,
.info-box p a:hover {
    color: #1a237e !important;
}

/* Verrouiller la sélection de texte sur toute la page */
body,
p, span, div, h1, h2, h3, h4, h5, h6, li, a {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}
