.ue_title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

[aria-expanded="false"] .ue_title {
    margin-bottom: 100% !important;
}

/* Actif : horizontal */
[aria-expanded="true"] .ue_title,
.uc_hover .ue_title {
    writing-mode: horizontal-tb !important;
    transform: rotate(0deg) !important;
    text-align: start !important;
    margin-left: 5% !important;
    width: max-content;
}

/* Afficher le contenu et bouton quand actif */
[aria-expanded="false"] .ue-content .ue_subtitle,
[aria-expanded="false"] .ue-content .uc_more_btn {
    display: none !important;
}

[aria-expanded="true"] .ue-content {
    margin-left: 5% !important;
    margin-bottom: 5% !important;
}

/* Afficher le contenu et bouton quand actif */
[aria-expanded="true"] .ue-content .ue_subtitle {
    display: block;
    text-align: start !important;
}

[aria-expanded="true"] .ue-content .uc_more_btn {
    display: table !important;
    text-align: start !important;
}