.ws-formations-accordeon-panel{
    display:none;
    flex-direction:column;
    gap:0.5rem;
    padding:1.5rem;
}
.ws-formations-accordeon{
    margin-bottom:1.5rem;
    background-color: var(--e-global-color-e07b830);
}
.ws-formations-accordeon.ws-formations-accordeon--selected .ws-formations-accordeon-panel{
    display:inline-flex;
}
.ws-formations-accordeon-panel a:hover{
    color:var(--e-global-color-accent);
}
.ws-agence-formations-accordeon-wrapper h2 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 3.3rem;
}

.ws-formations-accordeon-title{
    padding:1.5rem;
    background-color: var(--e-global-color-e07b830);
    cursor:pointer;
    display:flex;
    transition:background-color 0.2s;
    align-items: center;
}

.ws-formations-accordeon-title:hover{
    background-color:var(--e-global-color-349ce83);
}
.ws-formations-accordeon-title span{
    text-transform:uppercase;
    font-weight:bold;
    user-select: none;
}
.ws-formations-accordeon-title svg,
.ws-formations-accordeon-title i{
    color:var(--e-global-color-accent);
    
    margin-left:auto;
    transition:transform 0.2s;
    transform-origin:center;
}
.ws-formations-accordeon.ws-formations-accordeon--selected .ws-formations-accordeon-title svg,
.ws-formations-accordeon.ws-formations-accordeon--selected .ws-formations-accordeon-title i{
    transform:rotate(180deg);
}