/* ============================================================
   Page : Aide
   URL  : https://piveo.fr/aide/
   ============================================================ */
/* On force le lien du toggle à aligner ses enfants verticalement */
.elementor-toggle-title {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
}

.custom-toggle-subtitle {
    font-size: 0.85em; 
    font-weight: normal;
    font-style: italic;
    opacity: 0.9;
    line-height: 1.3;
    padding-left: 10px;
}

.astuce-content h2 {
   font-family: "AG Book Rounded", Sans-serif;
   font-size: 25px;
   font-weight: 500;
   color: var(--e-global-color-accent);
}