.uniform-text { font-family: Arial, sans-serif !important; font-size: 15px !important; line-height: 1.7 !important;
} .uniform-text * { font-family: inherit !important; font-size: inherit !important; line-height: inherit !important;
} /* Ajoute un espace vertical autour des
et
*/
.uniform-text p,
.uniform-text div {
/* margin-top: 0.5em;*/ margin-bottom: 0.5em;
} .uniform-text .youtube-embed-wrapper iframe { border-radius: 16px; /* Ajuste la valeur selon l'arrondi souhaité */ overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* Optionnel, ajoute une ombre douce */
} .hidden-before-ready { display: none;
} .uniform-text ul,
.uniform-text li { list-style: none !important; margin-left: 0 !important; padding-left: 0 !important;
} /* Premier niveau : cercle plein */
.uniform-text ul > li { position: relative !important; padding-left: 25px !important; margin-bottom: 6px !important;
}
.uniform-text ul > li::before { content: !important...