.seances .seance {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333333;
}

.seances .accordion {
    font-size: 16px;
    font-weight: 700;
    width: 98px;
    height: 44px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 100px;
    outline: none;
    background-color: #ccc;
}

.seances .active, .seances .accordion:hover {
    background-color: #001860;
}

.seances .panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.seances .panel-open {
    margin-top: 30px;
    margin-bottom: 20px;
}

.seances .panel-header {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    cursor: pointer;
}

.seances .panel-header h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
}

.seances .panel-header p {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #AF0062;
}

.seances .deliberations {
    position: relative;
    right: 0;
    float: right;
    width: 518px;
    margin-top: -37.6rem;
    padding: 43px 21px 32px 38px;
    background-color: #ECEBEA;
}

.seances .deliberations h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 34px;
    margin-right: 11px;
    margin-bottom: 30px;
    margin-left: 16px;
    padding-bottom: 20px;
    color: #AF0062;
    border-bottom-width: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #001860;
}

.seances .deliberation {
    margin-top: 4px;
    margin-right: 7px;
    padding: 16px 19px 0 18px;
    cursor: pointer;
}

.seances .deliberation:hover {
    padding-left: 12px;
    border-left: 6px solid #AF0062;
    background-color: #fff;
}

.seances .deliberation:after {
    position: relative;
    right: 0;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 3px;
    padding-top: 14px;
    content: "";
    border-bottom: 4px dotted #BDBDBD;
}

.seances .liste-deliberations {
    overflow-y: scroll;
    max-height: 431px;
}

.seances .deliberation .meta {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 0;
    text-transform: lowercase;
}

.seances .deliberation .meta span {
    font-weight: bold;
    color: #AF0062;
}

.seances .deliberation .description {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 16px;
    padding-bottom: 0;
    text-transform: lowercase;
    color: #000;
}

.seances .deliberation .footer-deliberation {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.seances .footer-deliberation a {
    font-weight: bold;
    width: 114px;
    height: 24px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 98px;
    background-color: #828282;
}

.seances .deliberation:hover .footer-deliberation a {
    background-color: #AF0062;
}

.seances .deliberation .rapporteur {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.seances .deliberation .rapporteur strong {
    color: #001860
}

.seances .burger-deliberation {
    position: absolute;
    z-index: 999;
    top: 1rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.seances .burger-close {
    position: absolute;
    z-index: 999;
    top: 1rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.removestyle {
    height: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.wp-filter_year .annee {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    width: 10rem;
    padding: 21px 16px;
    cursor: pointer;
    color: #001860;
    border: 1px solid #001860;
    border-radius: 7px;
    background-color: #FFF;
    background-image: url(/wp-content/uploads/2022/07/triangle-e1658761015539.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 15px;
    appearance: none;
}

.wp-filter_year .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.wp-filter_year h2 {
    font-family: "Proxima Nova Alt Extra Bold";
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
    padding-bottom: 0;
    color: #001860;
}

.wp-filter_year p.separator {
    font-family: "Proxima Nova Alt Light";
    font-size: 40px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0.67px;
    color: #AF0062;
}

.seance-footer {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    gap: 23px;
}

.seance-footer img {
    width: 52px;
    height: 52px;
}

.seance-footer p {
    font-family: 'Proxima Nova Alt Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    color: #000;
}

.seance-footer a {
    font-family: 'Proxima Nova Alt Bold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #AF0062;
}

.seance-footer > div {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.seance-footer > div span {
    padding: 0 10px;
}

@media (max-width: 1025px) {
    .seances .deliberations {
        width: 100%;
        padding: 45px 10px;
    }

    .seances .image_placeholder_delib {
        min-height: 700px;
    }

    .seances .burger-deliberation, .seances .burger-close {
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .seances .deliberation .footer-deliberation {
        align-items: flex-start;
        flex-direction: column;
    }
}
