.gtr-container-f7h2k3 {
font-family: Verdana, Helvetica, "Times New Roman", Arial, sans-serif; counter-increment: none; /* Incrémenter le compteur pour chaque élément de la liste */
line-height: 1.6; padding: 15px; max-width: 100%; box-sizing: border-box;
}
/* Style général des paragraphes */.gtr-container-f7h2k3 p {
font-size: 14px; margin-bottom: 1em;
text-align: left !important; word-break: normal;
overflow-wrap: normal;}
/* Style du titre principal */.gtr-container-f7h2k3 .gtr-heading-1 {
font-size: 18px; font-weight: bold;
color: #0056b3; /* Un accent bleu professionnel */ margin-bottom: 1.5em;
text-align: left !important;}
/* Style des titres de section (remplace h2) */
.gtr-container-f7h2k3 .gtr-heading-2 { font-size: 18px;
font-weight: bold; color: #0056b3; /* Un accent bleu professionnel */
margin-top: 2em;
margin-bottom: 1em; text-align: left !important;
}
/* Texte en gras dans les paragraphes */.gtr-container-f7h2k3 p strong {
font-weight: bold;}
/* Style de la règle horizontale */
.gtr-container-f7h2k3 hr {
border: none;
![]()
border-top: 1px solid #eee;
margin: 2em 0;
![]()
}
![]()
/* Style des listes ordonnées */
.gtr-container-f7h2k3 ol {
![]()
list-style: none !important;
padding-left: 25px; /* Espace pour les numéros personnalisés */
![]()
margin-bottom: 1em;
counter-reset: list-item; /* Initialiser le compteur pour les listes ordonnées */
![]()
}
![]()
.gtr-container-f7h2k3 ol li {
list-style: none !important;
![]()
position: relative;
margin-bottom: 0.8em; padding-left: 20px; /* Espace pour les numéros personnalisés */
![]()
font-size: 14px;
}
![]()
.gtr-container-f7h2k3 ol li::before {
content: counter(list-item) "." !important; counter-increment: none; /* Incrémenter le compteur pour chaque élément de la liste */
position: absolute !important; left: 0 !important;
font-weight: bold; color: #0056b3; /* Couleur d'accentuation pour les numéros */
width: 20px; /* Assurer une largeur constante pour les numéros */ text-align: right;
}
/* Style des listes non ordonnées */
.gtr-container-f7h2k3 ul { list-style: none !important;
padding-left: 25px; /* Espace pour les puces personnalisées */ margin-bottom: 1em;
}
.gtr-container-f7h2k3 ul li { list-style: none !important;
position: relative;
margin-bottom: 0.8em;