.current-menu-item{
    background-color: #77195b;
    color: white;
    border-radius: 10px
}
.current-menu-parent > a{
    background-color: rgba(119, 25, 91, 0.6);
    color: white!important;
}
.pagination .current{
    background-color: #77195b!important;
    color: white!important;
}
.pagination a:not(.current){
    background-color: white !important;
    color: unset !important;
}
.pagination a:not(.current){
    background-color: unset!important;
    color: unset !important;
}
.url-list{
    margin: 1.4rem!important;
}
.document-list{
    margin: 1.4rem!important;

}
.content:has(.ressources){
    width: 100%;
}
.ressources{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: .7rem;
}
.ressource{
    width: calc(50% - 3.5rem);
    min-width: 300px;
    background-color: rgba(245, 234, 220, 0.6);
    padding: 1.4rem;
    border-radius: 12px;
}
.plan-selector{
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.hover-not:hover{
    color: white!important;

}
.site-content,#site-content{
    min-height: calc(100vh);
}

@media (max-width: 1000px) {
    .panel-menu{
        transform: translateX(-100%);
        z-index: 3000;
    }
    .panel-menu[data-open]{
        transform: translateX(0);
        transition: transform .2s;
        top: 192px!important;
    }
    .panel-menu[data-open] a{
    }
    .post-inner{
        transition: margin-left .2s;
    }
    .post-inner[data-open]{
        margin-left: 300px;
        transition: margin-left .2s;

    }
    .responsive-menu-action{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        transition: all .2s;
        align-self: end;
        background-color: unset!important;

    }
    .responsive-menu-action:hover{
        scale: 1.2;
        transform: rotate(8deg);
        transition: all .2s;
    }
    .responsive-menu-action::before{
        content: "\F479";
        display: block;
        font-family: bootstrap-icons;
        font-size: 40px;
    }
    .responsive-menu-action[data-open]{
        rotate: -360deg;
        transition: all .2s;
    }
    .responsive-menu-action[data-open]::before{
        content: "\F659";
        display: block;
        font-family: bootstrap-icons;
        font-size: 40px;
    }
}
@media (min-width: 1001px){
    .responsive-menu-action{
        display: none;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px){
    .panel-menu[data-open]{
        transform: translateX(0);
        transition: transform .2s;
        top: 172px!important;
    }
}
