/* ARCHIVO */

@font-face {
    font-family: 'Archivo';
    src: url(/build/app/fonts/Archivo-Regular.1e89ee2f.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url(/build/app/fonts/Archivo-Bold.293b4fe6.ttf) format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Archivo';
    src: url(/build/app/fonts/Archivo-Italic.f0ce5921.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* STRATOS */

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-regular.61216227.eot);
    src: url(/build/app/fonts/stratosweb-regular.4697d4b0.woff) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-bold.fda568b2.eot);
    src: url(/build/app/fonts/stratosweb-bold.f52868de.woff) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-light.0a6b4c3f.eot);
    src: url(/build/app/fonts/stratosweb-light.857c5ddf.woff) format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-medium.f29829f2.eot);
    src: url(/build/app/fonts/stratosweb-medium.decaf731.woff) format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-semibolditalic.8a057a76.eot);
    src: url(/build/app/fonts/stratosweb-semibolditalic.008fe9be.woff) format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Stratos';
    src: url(/build/app/fonts/stratosweb-mediumitalic.2cb1e2f0.eot);
    src: url(/build/app/fonts/stratosweb-mediumitalic.3b362376.woff) format('woff');
    font-weight: 500;
    font-style: italic;
}

:root
{
    --text-color: #4f4f4f;

    --primary-color: #423A8E;
    --primary-light-color: #5449B3;
    --primary-lighter-color: #6054CC;

    --secondary-color: #A0C759;
    --secondary-dark-color: #a0c75949;
    --secondary-hover-color: #81bf0e;

    --grey-color: #e9e9e978;
    --orange-color: #EF7F0E;
    --red-color: #c63f1f;

    --shadow-color: #00000029;
    --shadow-primary-color:#423A8E34;
    --border-primary-color: #423a8e7e;

    --status-success-color: #58bb4f;
    --status-waiting-color: #fdb961;
    --status-refused-color:#ff8686;

    --btn-red-color: rgb(209, 62, 62);
    --btn-red-hover-color: rgb(214, 17, 17);

    --btn-hover-color: #280177;

    --font-family-primary: Stratos;

    --text-danger-color: #dc3545;
}

/* VIEWPORT */

@viewport {
    width: 1920px;
    zoom: 1;
}

/* PAGES */

html {
    scroll-behavior: smooth;
}

body>.row {
    margin: 0px;
}

/* THEME COLORS */

.primary-bg {
    background-color: var(--primary-color);
}

.primary-btn {
    color: var(--primary-color);
}

.primary-color {
    color: var(--primary-color);
}

.primary-font-family {
    font-family: var(--font-family-primary);
}

.secondary-btn {
    color: var(--secondary-color);
}

.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
    color: var(--secondary-color);
}

.ternary-btn {
    color: #FFFFFF;
}

.ternary-btn:hover, .ternary-btn:focus, .ternary-btn:active {
    color: inherit
}

/* ICONS */

.icon-user {
    background-image: url(/build/app/images/Mon-compte.c3f64ad6.svg);
    display: inline-block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background-size: cover;
}

.icon-logout {
    background-image: url(/build/app/images/Me-deconnecter.6f4a25cd.svg);
    display: inline-block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-left: 20px;
}

.icon-backtosite {
    background-image: url(/build/app/images/Vers-site-institutionnel.d61fbd14.svg);
    display: inline-block;
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    background-size: cover;
}

.icon-print {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3Cpath d=%27M7 17h10v5H7v-5zm12 3v-5H5v5H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2zM5 10v2h3v-2H5zm2-8h10a1 1 0 0 1 1 1v3H6V3a1 1 0 0 1 1-1z%27 fill=%27rgba%28239,127,14,1%29%27/%3E%3C/svg%3E");
    display: block;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    flex-shrink: 0;
    background-size: cover;
    cursor: pointer;
}

.detail-item-title .icon-print {
    margin-right: 50px;
}

.detail-item-inner-title .icon-print {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3Cpath d=%27M7 17h10v5H7v-5zm12 3v-5H5v5H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2zM5 10v2h3v-2H5zm2-8h10a1 1 0 0 1 1 1v3H6V3a1 1 0 0 1 1-1z%27 fill=%27rgba%28160, 199, 89,1%29%27/%3E%3C/svg%3E");
    margin-right: 50px;
}

.detail-item-title>label,
.detail-item-inner-title>label {
    width: 90%;
}

/* LOGO */

.logo {
    max-height: 110px;
    position: relative;
    max-width: 399px;
    padding: 15px;
}

/* Actions au clic sur le bouton Menu */

.hamburger-btn[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-btn[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.hamburger-btn[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger-btn[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

/* NAVBAR */

.navbar .hamburger-btn {
    height: 110px;
    width: 140px;
    background-color: var(--primary-color);
    padding: 0;
    border-radius: 0px;
    color: #FFFFFF;
    outline: none;
    border: 0;
}

.hamburger-btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.hamburger-btn:hover span {
    background: #ccc;
}

.navbar>div:not(#navbar-menu-dropdown) {
    margin: 0 20px;
}

.navbar .user-unconnected {
    width: 400px;
    text-align: right;
    font-family: Archivo;
    font-style: italic;
    color: var(--secondary-color);
    font-size: 17px;
    line-height: 21px;
}

.navbar {
    min-height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
    justify-content: left;
}

.navbar-menu {
    z-index: 999;
    top: 110px;
    position: absolute;
    width: 400px;
    background-color: var(--primary-color);
}

.navbar-menu ul {
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    padding: 40px 0 0 0;
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.navbar-menu ul li {
    width: 400px;
    font-size: 14px;
}

.navbar-menu ul li a {
    display: block;
    color: rgb(236, 236, 236);
    text-decoration: none;
    padding: 10px 0 10px 16px;
}

.navbar-menu a {
    position: relative;
    margin: 0 15px;
    font-family: var(--font-family-primary);
    font-weight: lighter;
}

.navbar-menu a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

.menu-arrow-right {
    border: solid white;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    right: 0;
    margin-top: 5px;
    position: absolute;
}

.navbar-menu .dropdown {
    position: unset;
}

.dropdown-content, .dropdown-content-2 {
    min-width: 150px;
    left: 400px;
    position: absolute;
    font-size: 14px;
    margin-top: 0px;
    top: 0;
}

.dropdown-content.collapsing, .dropdown-content-2.collapsing {
    transition: none;
}

.navbar-menu a::after {
    display: none;
}

@media only screen and (max-width: 399px) {
    .navbar-menu {
        width: 360px;
    }
    .navbar-menu ul li {
        width: 360px;
    }
}

@media (max-width: 899px) {
    .navbar>div:not(#navbar-menu-dropdown) {
        margin: 0 5px 10px 5px;
    }
    .navbar .hamburger-btn {
        width: 120px;
    }
    .navbar .hamburger-btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-content, .dropdown-content-2 {
        position: relative;
        left: 0px;
        top: 0px;
        padding-top: 0px;
        width: 100%;
        min-height: fit-content;
        height: 100%;
    }

    .navbar-menu ul {
        height: auto;
        padding: 0;
    }

    .navbar-menu ul li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-menu ul .dropdown .dropdown-content li,
    .navbar-menu ul .dropdown .dropdown-content-2 li {
        display: flex;
        flex-direction: column;
    }

    .navbar-menu ul .dropdown .dropdown-content li {
        padding-left: 20px;
    }

    .navbar-menu ul .dropdown .dropdown-content-2 li {
        padding-left: 30px;
    }

    .navbar-menu ul .dropdown a .menu-arrow-right {
        transform: rotate(45deg);
        right: 5px;
        top: 0px;
        left: auto;
        padding-top: 0px;
        position: relative;
    }
}

/* HOME CAROUSEL 1 */

#homeCarousel1 {
    padding: 0px;
}

#homeCarousel1 img {
    width: 100%;
}

#homeCarousel1 .custom-caption {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 120px;
    color: #FFFFFF;
    letter-spacing: 2.4px;
    font-family: var(--font-family-primary);
    font-weight: normal;
}

.carousel-h-btn {
    display: flex;
    justify-content: flex-end;
    text-decoration: underline;
}

.carousel-h-btn .link-arrow {
    border: solid;
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    display: inline-block;
    align-self: center;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

/* HOME CAROUSEL 2 */

#homeCarousel2 h1 {
    color: var(--secondary-color);
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 803px;
    text-transform: uppercase;
    opacity: 1;
}

#homeCarousel2 h1>a {
    text-decoration: none;
    color: inherit;
}

#homeCarousel2 .carousel-indicators {
    list-style: none;
}

#homeCarousel2 .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 2px solid var(--secondary-color);
}

#homeCarousel2 .carousel-indicators li.active {
    border-radius: 100%;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

#homeCarousel2 .carousel-item p {
    color: var(--secondary-color);
    font-size: 22px;
    max-width: 803px;
}

.dodecagon {
    width: 105px;
    height: 105px;
    clip-path: polygon(37% 0, 64% 0, 87% 14%, 100% 36%, 100% 64%, 86% 87%, 64% 100%, 36% 100%, 13% 86%, 0 63%, 0 37%, 13% 13%);
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: Archivo;
}

#homeCarousel2 .carousel-item .dodecagon {
    width: 255px;
    height: 255px;
}

#homeCarousel2 .carousel-item {
    width: 100%;
    padding: 50px 0;
}

#homeCarousel2 .carousel-item .carousel-arrow-right {
    border: solid var(--secondary-color);
    border-width: 0 2px 2px 0;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    position: absolute;
    left: 850px;
    top: 50%;
}


#homeCarousel2 .carousel-item .left>a {
    width: 100%;
    height: 0;
    display: flex;
    align-items: flex-end;
    justify-self: flex-end;
    justify-content: flex-end;
    position: relative;
    top: -20px;
}

.carousel-text-side {
    letter-spacing: 0px;
    color: var(--primary-color);
    margin: 0;
    padding: 40px;
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
}

.carousel-text-side h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 80%;
    height: 100%;
    line-height: 1.5;
}

/* BLOC ACTUS */

.bloc-actus {
    background-color: var(--primary-color);
    width: 100%;
    padding: 40px 0;
    box-shadow: 0px 3px 6px var(--shadow-color);
}

.bloc-actus .bloc-left {
    padding: 0px;
}

.bloc-actus .bloc-left h1 {
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
    max-width: 778px;
}

.bloc-actus .bloc-left h1::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 510px;
    border-bottom: 4px solid #FFFFFF;
}

.bloc-actus .bloc-left img {
    max-width: 778px;
    width: 100%;
    height: auto;
}

.bloc-actus .bloc-left p {
    width: 778px;
    max-width: 100%;
    padding: 20px 0 0 100px;
    margin-top: 40px;
    color: #FFFFFF;
    font-family: Archivo;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
}

.bloc-actus .actus {
    margin-top: 63px;
    display: inline-flex;
    flex-direction: column;
}

.bloc-actus .actu-item {
    padding-bottom: 30px;
    margin: 0 auto;
}

.bloc-actus .actus .dodecagon {
    float: left;
    margin: 40px 40px 0 0;
}

.bloc-actus .actus .actu {
    float: left;
    color: #FFFFFF;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    font-family: Archivo;
    max-width: 560px;
}

.bloc-actus .actus .actu p {
    font-size: 17px;
    font-weight: normal;
}

.actus .actu-item .actu a {
    text-decoration: none;
}

.actus .actu-item .actu h4 {
    position: relative;
    font-family: Archivo;
    font-weight: bold;
    padding-top: 25px;
    color: white;
}

.bloc-actus .actu span {
    font-size: 17px;
    font-family: Archivo;
    font-style: italic;
    font-weight: 100;
}

.actus-btn {
    text-decoration: underline;
    position: relative;
    right: 15%;
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
}

.actus-btn .link-arrow {
    margin-left: 10px;
    border: solid var(--secondary-color);
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    display: inline-block;
    align-self: center;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

.link-actu, .link-agenda {
    position: absolute;
    top: 50%;
    right: -25px;
    align-items: center;
    color: #FFFFFF;
    display: flex;
}

.arrow-right {
    border: solid white;
    border-width: 0 2px 2px 0;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
}

/* Agenda */

.agenda {
    background-color: var(--secondary-color);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
    color: #FFFFFF;
    min-height: 400px;
    box-shadow: 0px 3px 6px var(--shadow-color);
    display: inline-block;
}

.agenda .agenda-item {
    width: 90%;
    float: right;
    align-items: center;
    position: relative;
    padding: 20px 0px;
}

.agenda .agenda-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    border-top: 4px solid #FFFFFF;
}

.agenda .agenda-item>div {
    margin: 0px;
    font-size: 20px;
}

.agenda .agenda-item>div p {
    font-size: 17px;
    line-height: 1.2;
}

.agenda .agenda-item a {
    text-decoration: none;
}

.agenda .agenda-item h4 {
    font-weight: bold;
    position: relative;
    color: white;
}

.agenda h1 {
    width: 90%;
    float: right;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: var(--font-family-primary);
}

.agenda-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: underline;
    width: 100%;
}

.agenda-btn .link-arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    display: inline-block;
    align-self: center;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-left: 10px;
}

.agenda-item:hover * {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.ressources h1 {
    color: var(--primary-color);
    text-transform: uppercase;
}

.ressources {
    padding-top: 40px;
    padding-left: 60px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
    font-family: var(--font-family-primary);
    font-weight: 500;
}

.ressources-items {
    position: relative;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    float: left;
    padding-left: 0;
}

.ressources-items .ressource-item {
    flex: 0 0 33.333333%;
    padding: 20px;
}

.ressources-items .ressource-item h3 {
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.ressources .ressources-items a {
    text-decoration: none;
}

.ressources .ressources-items .dodecagon {
    margin: 0 auto;
    background-color: var(--primary-color);
    color: #fff;
}

.ressources .ressources-items::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    border-bottom: 4px solid var(--primary-color);
}

/* Responsive page d'acceuil */

@media screen and (min-width: 900px) {
    #homeCarousel2 .carousel-item .col-xl-9 {
        right: -10%;
    }
}

@media (min-width: 769px) {
    .bloc-actus .actus .actu::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 50%;
        border-bottom: 4px solid #FFFFFF;
    }
}

@media (min-width: 576px) {
    #homeCarousel1 {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1259px) {
    #homeCarousel2 .carousel-item .right,
    .carousel-arrow-right,
    .bloc-left img,
    .bloc-actus .bloc-left h1::before {
        display: none;
    }

    .bloc-actus .actus {
        margin-top: 0px;
    }

    .bloc-actus .bloc-left h1 {
        font-size: 2.5rem;
    }

    .bloc-actus .bloc-left p {
        margin: 0 0 20px 0;
        font-size: 18px;
        padding-left: 40px;
    }

    .bloc-actus .actu-item {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    #homeCarousel2 {
        min-height: auto;
        padding: 10px 40px 20px 40px;
    }

    #homeCarousel2 .carousel-item {
        padding: 30px 0;
    }

    #homeCarousel2 h1 {
        font-size: 2rem;
    }

    .carousel-text-side {
        padding: 20px 0;
    }

    .carousel-text-side h3 {
        line-height: 1.2;
    }

    .bloc-actus {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bloc-actus .bloc-left h1 {
        margin-bottom: 0px;
        max-width: none;
        text-align: left;
        padding: 0px 40px 0 40px;
    }

    .bloc-actus .actus .actu .link-actu {
        right: 0px;
    }

    .bloc-actus .actus .actus-btn {
        display: flex;
        justify-content: flex-end;
        align-items: end;
        width: 100%;
        position: inherit;
        right: auto;
    }

    .agenda {
        padding: 30px 0px 30px 40px;
        display: inline-flex;
        flex-direction: column;
    }

    .agenda .agenda-item > div {
        margin: 0px -15px;
    }

    .agenda .agenda-btn {
        margin: 0px -15px;
        padding-right: 25px;
    }

    .agenda h1 {
        font-size: 2.5rem;
    }
    .ressources {
        padding: 30px 40px 20px 40px;
    }

    .ressources .ressources-items {
        padding-top: 20px;
        width: 100%;
        justify-content: space-between;
    }
}

@media (min-width: 451px) and (max-width: 991px) {
    .ressources .ressources-items .ressource-item {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .bloc-actus .actus .dodecagon {
        margin: 20px 40px 20px 0;
    }

    .bloc-actus .actus {
        padding: 0px 40px 0px 40px;
    }

    .bloc-actus .actus .actus-btn {
        padding-right: 0px;
    }

    .actus .actu-item .actu h4 {
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .ressources .ressources-items .ressource-item .dodecagon {
        width: 105px;
        height: 105px;
        font-size: 25px;
    }

    .ressources .ressources-items .ressource-item {
        padding: 10px 10px;
    }
}

/* Partenaires */

.partenaires {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    background-color: #1A1A1A0D;
    font-size: 16px;
}

.partenaires img {
    margin: 10px;
}


a.go-top {
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px var(--shadow-color);
    position: fixed;
    background-color: #FFFFFF;
    border-radius: 50%;
    bottom: 100px;
    right: 110px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
}

a.go-top .go-top-arrow {
    background-image: url(/build/app/images/Remonter.faa07d24.svg);
    display: flex;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

/* FOOTER #1 */

.footer-top {
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-top > * {
    margin: 10px 20px;
}

.footer-top p {
    font-family: var(--font-family-primary);
    color: white;
}

.footer-top a {
    color: white;
}

.social-link img {
    width: 50px;
    height: 40px;
}

.social-link.facebook img {
    width: 40px;
}

.footer-bottom {
    height: 90px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom a {
    color: white;
    padding: 0 60px;
    font-family: var(--font-family-primary);
    font-weight: normal;
}

@media only screen and (max-width: 492px) {
    .footer-top {
        justify-content: left;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-bottom a {
        padding: 10px;
    }
}

@media (min-width:769px) and (max-width: 1280px) {
    .footer-bottom {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-bottom a {
        padding: 20px;
    }
}

/* LISTE TIRROIRS */

.list-collapse {
    padding: 50px 0;
}

.list-collapse button {
    background-color: unset;
    border: none;
    border-top: 4px solid var(--primary-color);
    padding-top: 15px;
    padding-left: 0;
    color: var(--primary-color);
    width: 100%;
    text-align: left;
    position: relative;
    font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 25px;
}

.list-collapse button:focus {
    outline: none !important;
}

.list-collapse button::after {
    border: solid var(--primary-color);
    border-width: 0 5px 5px 0;
    position: absolute;
    margin: 0 auto;
    right: 0;
    width: 20px;
    height: 20px;
    content: '';
    transform: rotate(45deg);
}

.list-collapse button[aria-expanded="true"]::after {
    content: '';
    transform: rotate(-135deg);
}

.list-collapse {
    width: 70%;
    margin: 0 auto;
}

/* BREADCRUMB */

.c-breadcrumb li {
    display: inline-flex;
    flex-direction: column;
    padding: 0 10px;
    position: relative;
    justify-content: center;
}

.c-breadcrumb li:first-child {
    padding-left: 0;
}

.c-breadcrumb li a {
    color: var(--secondary-color);
}

.c-breadcrumb li:not(:last-child)::after {
    border: solid var(--secondary-color);
    border-width: 0 1px 1px 0;
    position: absolute;
    display: flex;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';
    transform: rotate(-45deg);
}

.c-breadcrumb li:last-child, .c-breadcrumb li:last-child a {
    color: var(--primary-color);
}

.c-breadcrumb {
    background-color: unset;
    margin: 0 auto;
}

.c-breadcrumb ul {
    padding: 20px 0;
}

/* CUSTOM SELECT */

.my-select {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-select-wrapper {
    position: relative;
    float: right;
    color: var(--primary-color);
    font-family: Wigrum;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .custom-select-wrapper {
        width: 90%;
    }
    .bulle-aide {
        width: fit-content;
    }
}

.bulle-aide {
    display: inline-flex;
}

span.custom-select-wrapper {
    font-weight: normal;
    font-family: var(--font-family-primary);
}

.search-filter .custom-select-wrapper select {
    width: 220px;
}

.select select::-ms-expand {
    display: none;
}

.select_arrow {
    position: absolute;
    top: 12px;
    right: -15px;
    width: 10px;
    height: 10px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

form .select_arrow {
    right: 8px;
}

.select_arrow_up {
    transform: rotate(225deg);
    top: 17px;
}

.select-wrap {
    position: relative;
    width: 100%;
}

.select-styled {
    transition: all 0.2s ease-in;
    font-family: var(--font-family-primary);
    font-weight: normal;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    padding: 10px 0px;
    outline: 0;
    border-radius: 0px;
    color: var(--primary-color);
    appearance: none;
}

select:disabled ~ .select-styled {
    opacity: 0.4;
    cursor: default;
    padding-left: 12px;
}

select:disabled ~ .select_arrow {
    display: none;
}

.select-styled>span {
    border-bottom: 1px solid var(--primary-color);
}

.select-hr {
    width: 90%;
    margin-top: 0px;
    background-color: var(--primary-color);
}

.select-options {
    display: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFFFFF;
}

.select-options li {
    margin: 0 !important;
    font-family: var(--font-family-primary);
    font-weight: lighter;
    display: flex;
    padding: 8px 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 5px;
    transition: all 0.15s ease-in;
    line-height: 20px;
    cursor: pointer;
}

.select-options li:not(:last-child) {
    border-bottom: 1px solid var(--primary-color);
}

.select-options li:first-child {
    border-top: 1px solid var(--primary-color);
}

.select-options li:hover {
    color: #472583;
    background: #fff;
    font-style: var(--font-family-primary);
    font-weight: 500;
    border-bottom-width: 2px;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options li.selected {
    font-weight: bold;
}

.select-options li>span {
    margin-left: 5px;
}

/* HEADER */

.welcome-user p {
    color: var(--primary-color);
    font-family: var(--font-family-primary);
    font-weight: lighter;
    font-size: 14px;
    margin: 0;
}

.welcome-user .user-name {
    font-weight: bold;
}

.structure-select {
    font-family: var(--font-family-primary);
    font-weight: 100;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 16px;
}

.structure-select .select-styled {
    min-width: 200px;
}

.search-filter>span,
.structure-select>span {
    margin-right: 5px;
}

/* Affichage de l'environnement dans le header */
.header-environment {
    color: white;
    padding: 37px;
    font-size: 24px;
    font-weight: 600;
}
.header-adhesion  .header-environment {
    padding: 5px 15px;
    font-size: 1.75rem;
    position: absolute;
    right: 0;
}
.environment-dev {
    background-color: red;
}
.environment-recette {
    background-color: green;
}
.environment-preproduction {
    background-color: blue;
}

/* Bloc de recherche qui apparaît quand on clique sur la loupe du header */
.search-block {
    background-color: #47a7cf;
    padding: 2px;
}

.search-block.rechercheDesktop {
    width: 300px;
    border-radius: 20px;
}

@media screen and (max-width: 400px) {
    .search-block.rechercheDesktop {
        width: auto;
    }
}

#searchForm {
    display: flex;
}

#searchInput {
    border: 0;
    padding: 5px 5px 5px 12px;
    flex: 1 0 auto;
    margin-right: 2px;
    border-radius: 20px 0 0 20px;
}

#btnRecherche {
    width: 34px;
    border: 0;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 5px;
}

#btnRecherche img {
    margin-bottom: 5px;
}

/* PAGE RECHERCHE */

.search-wrapper {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 80%;
}

.search-filter {
    position: relative;
    float: right;
    color: var(--primary-color);
    font-family: var(--font-family-primary);
    letter-spacing: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-weight: 100px;
    border-bottom: 1px solid var(--primary-color);
}

.search-input {
    width: 500px;
    border: none;
    color: var(--primary-color);
    font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 18px;
    border: 0;
}

/* LISTE D'ARTICLES EDITORIAUX ET COMMERCIAUX */

.liste-articles-header {
    margin-left: 135px;
    padding-top: 20px;
}

.liste-articles {
    padding-top: 90px;
}

.liste-articles .result-item {
    display: flex;
}

.liste-articles .dodecagon {
    width: 95px;
    height: 95px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-size: 25px;
    float: left;
    margin: 40px 40px 0 0;
}

.liste-articles img {
    width: 95px;
    height: 95px;
    clip-path: polygon(37% 0, 64% 0, 87% 14%, 100% 36%, 100% 64%, 86% 87%, 64% 100%, 36% 100%, 13% 86%, 0 63%, 0 37%, 13% 13%);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 40px 40px 0 0;
}

.liste-articles .actu {
    float: left;
    color: var(--primary-color);
    position: relative;
    font-size: 25px;
    font-weight: bold;
    font-family: Archivo;
    width: 75%;
    padding-bottom: 50px;
}

.liste-articles .actu>a {
    text-decoration: none;
    color: inherit;
}

.liste-articles .actu h2 {
    padding-top: 25px;
}

.liste-articles .actu p {
    font-size: 17px;
    font-weight: normal;
}

.liste-articles .actu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 50%;
    border-bottom: 4px solid var(--primary-color);
}

.liste-articles .result-item .actu h2 {
    font-size: 30px;
    font-family: Archivo;
    font-weight: bold;
}

.liste-articles .actu span {
    font-size: 17px;
    font-family: Archivo;
    font-style: italic;
    font-weight: 100;
}

.liste-articles .actu a.btn {
    background-color: var(--primary-color);
    color: #fff;
    margin-right: 15px;
    border-radius: 0;
}

.actus-btn {
    text-decoration: underline;
    position: relative;
    right: 15%;
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
}

.actus-btn .link-arrow {
    margin-left: 10px;
    border: solid var(--secondary-color);
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    display: inline-block;
    align-self: center;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

.link-result {
    position: absolute;
    right: -16%;
    top: 100px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.resultats .arrow-right {
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
    .search-wrapper {
        width: 100%;
        justify-content: start;
    }

    .liste-articles {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .liste-articles .dodecagon {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .liste-articles .actu {
        width: auto;
        padding-bottom: 30px;
    }

    .liste-articles .result-item .actu h2 {
        font-size: 22px;
    }

    .liste-articles .result-item .actu p,
    .liste-articles .actu span,
    .liste-articles .resultats img {
        font-size: 15px;
    }

    .liste-articles .link-result {
        display: none;
    }
}

/* PAGINATION */

.my-pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.my-pagination li {
    margin: 0 5px;
    list-style: none;
}

.my-pagination .prev {
    position: relative;
    width: 10px;
    height: 10px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    transform: rotate(135deg);
}

.my-pagination .next {
    position: relative;
    width: 10px;
    height: 10px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1px;
    transform: rotate(-45deg);
}

.my-pagination li a {
    color: var(--primary-color) !important;
    font-size: 1rem;
}

.my-pagination li a:not(:hover) {
    text-decoration: none;
}

.my-pagination .active {
    text-decoration: none;
    color: var(--orange-color) !important;
}

/* DETAIL ARTICLE EDITORIAL */

.detail-title {
    text-align: left;
    font: normal normal medium 50px/80px var(--font-family-primary);
    letter-spacing: 0px;
    color: var(--primary-color);
    opacity: 1;
    width: 100%;
    align-items: center;
    display: flex;
}

.detail-title h1 {
    font-family: var(--font-family-primary);
    margin: 0 10px 0 10px;
    font-size: 50px;
}

.detail-title .dodecagon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background-color: var(--primary-color);
    color: #FFFFFF;
    margin-left: auto;
}

.detail-article-dates {
    color: var(--primary-color);
    font-size: 14px;
}

.detail-article-chapo {
    text-align: left;
    font-family: Archivo;
    letter-spacing: 0px;
    font-size: 14px;
    opacity: 1;
    margin: 30px 0;
    padding: 10px 10px 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.detail-article-header {
    background-color: var(--grey-color);
    border: 1px solid var(--primary-color);
    padding: 20px;
    height: auto;
    width: 100%;
    font-family: Archivo;
}

.detail-article .article-desc {
    flex-basis: 100%;
    padding: 20px 0;
    font-family: Archivo;
    margin: 10px 0;
}

.detail-pieces-jointes {
    color: var(--primary-color);
}

.detail-pieces-jointes>h4 {
    margin-left: 10px;
    font-family: var(--font-family-primary);
}

.detail-pieces-jointes img {
    margin-right: 5px;
}

.detail-actions {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}

.detail-actions a {
    font-family: var(--font-family-primary);
    font-style: italic;
    letter-spacing: 0px;
    opacity: 1;
    padding: 0 10px;
    text-decoration: underline;
    color: var(--orange-color);
    cursor: pointer;
}

.detail-actions .disabled {
    text-decoration: none;
    color: #1A1A1A4D;
}

.detail-actions a:hover {
    color: inherit;
}

.detail-item {
    box-shadow: 0px 0px 9px var(--shadow-color);
    padding: 10px 20px;
    margin: 10px 0;
}

.detail-item-title,
.detail-item-inner-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.detail-item-inner-title {
    font-family: var(--font-family-primary);
    color: var(--secondary-color);
    border-top: 2px solid var(--secondary-color);
    padding-top: 15px;
    margin-top: 10px;
    text-transform: uppercase;
}

.detail-item-arrow {
    border: solid var(--orange-color);
    border-width: 0 3px 3px 0;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
}

.detail-item-title[aria-expanded="true"]>span, .detail-item-inner-title[aria-expanded="true"]>span {
    transform: rotate(-135deg);
}

.detail-item-content, .detail-item-inner-content {
    width: 90%;
    padding-top: 20px;
    font-size: 14px;
    text-align: left;
    font-family: Archivo;
    letter-spacing: 0px;
}

.detail-item-content ul li {
    list-style: none;
    position: relative;
}

.detail-item-content ul li::before {
    content: "▬";
    color: var(--orange-color);
    position: absolute;
    left: -25px;
}

.detail-item-list {
    display: flex;
    flex-direction: column;
}

.detail-item-inner .detail-item-arrow {
    border: solid var(--secondary-color);
    border-width: 0 3px 3px 0;
    width: 15px;
    height: 15px;
}

.block-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
    font-family: var(--font-family-primary);
    text-transform: uppercase;
}

.block-content h1 {
    font-size: 22px;
}

.block-content h2 {
    font-size: 20px;
}

.block-content h3 {
    font-size: 18px;
}

.block-content h4 {
    font-size: 16px;
}

.block-content h5 {
    font-size: 14px;
}

.block-content h6 {
    font-size: 13px;
}

.disableClicks * {
    cursor: default !important;
    text-decoration: unset !important;
}

.disablePointer {
    pointer-events: none;
    touch-action: none;
}
.partial-collapse.collapse:not(.show) {
    display: block !important;
    height: 84px !important;
    overflow: hidden;
}

.partial-collapse.collapsing {
    height: 84px;
}

@media (max-width:769px) {
    .block-content table {
        width: auto !important;
    }
}

/* Navigation espace adhérent */

.subscriberTabs {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    gap: 1px;
}

.subscriberTabs > :first-child {
    margin-left: auto;
}

.subscriberTabs > :last-child {
    margin-right: auto;
}

.subscriberTabs .tab {
    padding: 15px 20px;
    background-color: var(--primary-color);
}

.subscriberTabs a {
    text-decoration: none;
    color: white;
}

.subscriberTabs a.active {
    background-color: var(--primary-lighter-color);
}

.subscriberTabs a:hover {
    background-color: var(--primary-light-color);
}

.subscriberTabs .dropdownContainer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.subscriberTabs .dropdownContainer > div:not(.dropdown) {
    display: flex;
    flex-direction: row;
    gap: 1px;
}

.subscriberTabs .tab .arrow {
    border: solid white;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-left: 10px;
    transition: 500ms;
    transform: rotate(135deg);
    margin-bottom: -3px;
}

.subscriberTabs .tab.collapsed .arrow {
    transform: rotate(-45deg);
    margin-bottom: 3px;
}

.subscriberTabs .dropdown.show,
.subscriberTabs .dropdown.collapsing {
    display: flex;
    flex-direction: column;
    background-color: var(--primary-color);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100%;
    margin-top: 1px;
}

.subscriberTabs .dropdown a {
    padding-left: 10px;
}

.subscriberTabs .dropdown a:first-child {
    margin-top: 10px;
}

.subscriberTabs .dropdown a:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .subscriberTabs .tab {
        flex: 49%;
    }

    .subscriberTabs a.tab {
        padding: 10px;
    }

    .subscriberTabs .dropdownContainer {
        flex: 100%;
    }
}

/* ACCUEIL ESPACE ADHERENT */

.title {
    font-family: var(--font-family-primary);
    text-transform: uppercase;
    color: var(--primary-color);
}

.all-questions {
    overflow-x: auto;
    padding-bottom: 10px;
}

table.custom-table {
    /* Variables Bootstrap 5 */
    --bs-table-color: #171717;
    --bs-table-bg: #fff;
    --bs-table-border-color: var(--border-primary-color);

    width: 100%;
    margin-bottom: 0;
    color: #171717;
    font-family: Archivo, sans-serif;
    font-weight: normal;
    border: 1px solid var(--border-primary-color);
    border-collapse: separate;
    border-spacing: 0;
}

/* Cellules du tableau */
table.custom-table > :not(caption) > * > * {
    padding: 0.75rem;
    vertical-align: middle;
    border-right: 1px solid var(--border-primary-color);
    border-bottom: 1px solid var(--border-primary-color);
}

/* Évite une double bordure à droite */
table.custom-table tr > :last-child {
    border-right: 0;
}

/* Évite une double bordure en bas */
table.custom-table tbody tr:last-child > * {
    border-bottom: 0;
}

/* En-tête Bootstrap 5 : appliquer la couleur aux cellules */
table.custom-table thead {
    color: #fff;
}

table.custom-table thead th {
    --bs-table-bg: var(--primary-color);
    --bs-table-color: #fff;

    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.523);
}

/* Bouton Voir */
table.custom-table .link-button {
    display: block;
    min-width: 62px;
    padding: 10px 12px;
    margin: 0;
    border: 0;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

table.custom-table .link-button:hover,
table.custom-table .link-button:focus {
    color: #fff;
    filter: brightness(1.1);
}

.adherent-actions .adherent-btn {
    display: flex;
    flex: 1;
    align-items: center;
    align-content: center;
    height: 40px;
    width: 100%;
    background-color: var(--primary-color);
    justify-content: center;
    color: #fff;
    padding: 5px;
    margin: 0 5px;
}

.adherent-actions .adherent-btn:not(:hover) {
    text-decoration: none;
}

.adherent-actions {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .adherent-actions {
        flex-direction: column;
    }
    .adherent-actions .adherent-btn {
        margin-bottom: 10px;
    }
}

/* Alertes de l'accueil de l'espace adhérent */

.alert-card .alert-card-header {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-family: Archivo;
    background-color: var(--primary-color);
    font-size: 18px;
    color: #fff;
}

.alert-card {
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
    margin-bottom: 20px;
}

.card.vertical-status {
    flex-direction: row;
}

.card-content {
    width: 100%;
}

.alert-card .alert-card-body {
    font-family: Archivo;
    padding: 10px;
}

.vertical-status .status {
    width: 30px;
}

.status {
    font-family: Archivo;
    width: 100%;
    padding: 2px 10px;
}

.status.blue {
    background-color: #5f94fc;
    color: white;
}

.status.red {
    background-color: var(--red-color);
    color: white;
}

.alert-card-body p {
    text-align: center;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.alert-card-body.parameteredAlert p {
    text-align: unset;
}

.alert-close {
    position: absolute;
    right: 0;
    margin: 5px 5px 0 auto;
    cursor: pointer;
}

.alert-close::after {
    display: block;
    content: "";
    background: url(/build/app/images/alert-close.a82916ed.svg) no-repeat center center;
    width: 15px;
    height: 15px;
}

/* AGENDA ET A LA UNE */

.right-block .agenda-widget {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
    overflow: hidden;
}

.agenda-widget .header {
    padding: 10px 20px;
    background-color: var(--secondary-color);
    width: 100%;
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 30px;
}

.agenda-widget .a-w-items {
    word-wrap: break-word;
    width: 100%;
    overflow: auto;
    height: 400px;
    padding: 20px;
}

.a-w-item {
    border-top: 3px solid var(--secondary-color);
    font-family: var(--font-family-primary);
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.a-w-item p {
    font-weight: lighter;
    padding: 10px;
    margin-bottom: 0;
}

.a-w-items .a-w-item:last-child {
    margin-bottom: 20px;
}

.a-w-item h3 {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0;
}

.a-w-item .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    text-decoration: none;
}

.a-w-item .link:hover {
    background-color: var(--secondary-dark-color);
    transition: width 0.5s;
    color: #fff;
}

/* CUSTOM SCROLL BAR */

/* width */

.custom-sb-green-widget::-webkit-scrollbar {
    width: 10px;
}

/* Handle */

.custom-sb-green-widget::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

/* Handle on hover */

.custom-sb-green-widget::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 162, 62);
}

/* width and color for Firefox */

.custom-sb-green-widget {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-color) white;
}

/* LISTE DES QUESTIONS JURIDIQUES */

.description-info {
    text-align: justify;
    font-family: var(--font-family-primary);
    padding: 25px 5px;
    color: var(--primary-color);
}

.all-questions {
    overflow-y: auto;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .hide-m {
        display: none;
    }
}

/* NOUVELLE QUESTION JURIDIQUE + FORMULAIRES */

.hidden {
    display: none !important;
}

.loader {
    min-height: 50px;
    background: url(/build/app/images/bx_loader.4adbd81a.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    opacity: 0.5;
}

label.required:after {
    content: " *";
}

.radio-button label {
    display: inline-block;
}

.custom-form {
    background-color: var(--grey-color);
    border: 1px solid var(--primary-color);
    padding: 20px;
    height: auto;
    margin-bottom: 50px;
}

.custom-form .form-control,
.custom-form .text-danger {
    font-family: var(--font-family-primary);
}

.custom-form .form-control-bold {
    font-weight: 600;
}

.custom-form .text-danger,
.custom-form .text-danger p {
    color: var(--text-danger-color) !important;
}

.custom-form .text-danger ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-form label {
    color: var(--primary-color);
    font-family: var(--font-family-primary);
    font-size: 16px;
    display: inline;
    margin-right: 10px;
}

.custom-form .custom-form-control {
    color: var(--primary-color);
    padding: 5px 0;
    border: 0;
    background-color: unset;
    width: 100%;
    border-bottom: solid 2px var(--primary-color);
}

.custom-form .custom-form-control-text-area {
    color: var(--primary-color);
    border: 0;
    width: 100%;
    border: solid 2px var(--primary-color);
}

.custom-form .custom-form-control::-webkit-input-placeholder {
    font-family: var(--font-family-primary);
    font-weight: lighter;
    color: var(--primary-color);
}

.custom-form .custom-form-control::-moz-placeholder {
    font-family: var(--font-family-primary);
    font-weight: lighter;
    color: var(--primary-color);
}

.custom-form .custom-form-control:-ms-input-placeholder {
    font-family: var(--font-family-primary);
    font-weight: lighter;
    color: var(--primary-color);
}

.custom-form .custom-form-control::-ms-input-placeholder {
    font-family: var(--font-family-primary);
    font-weight: lighter;
    color: var(--primary-color);
}

.custom-form .custom-form-control::placeholder {
    font-family: var(--font-family-primary);
    font-weight: lighter;
    color: var(--primary-color);
}

.vich-file input::file-selector-button,
.custom-form .browse-file input::file-selector-button {
    width: 200px;
    margin: 10px 10px 0 0;
    padding: 0;
    border: 1px solid black;
    height: 40px;
    cursor: pointer;
    background-color: var(--primary-color);
    color: #fff;
}

.custom-form .browse-file {
    display: flex;
}

.custom-form .remove {
    display: flex;
    align-items: center;
    position: relative;
    width: 20px;
    opacity: 0.3;
    margin-left: 30px;
    cursor: pointer;
}

.custom-form .remove:hover {
    opacity: 1;
}

.custom-form .remove:before, .custom-form .remove:after {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.custom-form .remove:before {
    transform: rotate(45deg);
}

.custom-form .remove:after {
    transform: rotate(-45deg);
}

button.red-btn, .green-btn {
    font-family: var(--font-family-primary);
    border-radius: 0;
    color: #fff;
    min-width: 100px;
}

button.red-btn {
    background-color: var(--btn-red-color);
}

.custom-btn-danger:hover,
button.red-btn:hover {
    background-color: var(--btn-red-hover-color);
}

button.green-btn {
    background-color: var(--secondary-color);
}

button.green-btn:hover {
    background-color: var(--secondary-hover-color);
}

.article-btn,
.custom-form .form-actions {
    padding-left: 10px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

form .select-styled {
    border-bottom: solid 2px var(--primary-color);
}

.custom-btn,
.add-file-btn {
    background-color: var(--primary-color);
    color: #fff;
    min-width: 200px;
    min-height: 40px;
    margin: 10px 0;
    font-family: var(--font-family-primary);
    font-size: 16px;
    border-style: none;
    text-decoration: none;
}

.custom-btn:hover {
    background-color: var(--btn-hover-color);
}

.btn[disabled],
.custom-btn[disabled],
.add-file-btn[disabled],
.btn[disabled]:hover,
.custom-btn[disabled]:hover,
.add-file-btn[disabled]:hover {
    opacity: 0.4;
}

/* DETAIL SERVICE + INSCRIPTION ARTICLE */

.article-btn {
    margin-top: 30px;
    margin-bottom: 50px;
}

.article-btn .btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 0;
}

.liste-articles--bloc {
    color: var(--primary-color);
}

.article-titre {
    margin: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
}

.detail-article .article-desc img {
    width: 60px;
    height: auto;
}

.detail-article-infos {
    margin-bottom: 20px;
}

.detail-article-infos .oneoption {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.detail-article-infos .oneoption span:last-child {
    padding-right: 15px;
}

.detail-article-infos .oneoption span:last-child {
    flex: 1;
    text-align: right;
}

.detail-article-infos .oneDoc a {
    display: block;
    padding-bottom: 5px;
}

.liste-articles--bloc .article-img {
    position: relative;
    width: 110px;
    min-height: 95px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
}

.liste-articles--bloc .article-img img {
    width: 100%;
    height: auto;
}

.img-article-status {
    position: absolute;
    top: 20px;
    left: -30px;
    display: block;
    padding: 5px 40px;
    background: #d62121;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
}

.out_of_stock .img-article-status {
    background: #9abf4b;
}

.article-status {
    color: #d62121;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}

.out_of_stock h2 .article-status {
    color: #9abf4b;
}

/* INSCRIPTION ARTICLE */

.fieldset-info {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
}

.fieldset-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addParticipant {
    justify-self: flex-end;
}

.participant-input {
    margin-bottom: 20px;
}

.participant-input input {
    margin: 5px 0;
}

.participant-input .sujet-container {
    padding: 0;
}

.deleteOptionElement {
    color: var(--primary-color);
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
}

.deleteOptionElement:hover, .deleteOptionElement:focus {
    color: var(--primary-color);
}

/* CONFIRMATION DE COMMANDE */

.confirm {
    padding: 30px 0;
}

.confirm .confirm-infos {
    color: var(--primary-color);
    font-size: 15px;
    font-family: var(--font-family-primary);
}

.confirm .confirm-paiement {
    color: var(--primary-color);
    font-style: italic;
}


/* MESSAGES FLASH */

.flash-message {
    padding: 10px 0 10px 20px;
    line-height: 2;
    color: white;
}

.flash-message.error {
    background-color: var(--status-refused-color);
}

.flash-message.warning {
    background-color: var(--status-waiting-color);
}

.flash-message.success {
    background-color: var(--status-success-color);
}

/* AFFICHER UNE QUESTION JURIDIQUE */

.question-card .question-card-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-family: Archivo;
    background-color: var(--primary-color);
    font-size: 18px;
    color: #fff;
}

.question-card {
    min-height: 150px;
    box-shadow: 0px 3px 6px var(--shadow-primary-color);
    margin-bottom: 20px;
}

.question-card .status.success {
    background-color: var(--status-success-color);
    color: white;
}

.question-card .status.waiting {
    background-color: var(--status-waiting-color);
    color: white;
}

.question-card .status.refused {
    background-color: var(--status-refused-color);
    color: white;
}

.question-card .question-card-body {
    font-family: Archivo;
    padding: 10px;
}

.question-card .status {
    font-family: Archivo;
    width: 100%;
    padding: 2px 10px;
}

.question-card-body p {
    margin-bottom: 5px;
    color: var(--primary-color);
}

.discussion .reponses {
    display: grid;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 5px;
    background-color: rgba(221, 221, 221, 0.347);
}

.discussion .reponses .reponse {
    margin-bottom: 40px;
}

.discussion .reponses .reponse.adherent .reponse-body {
    width: 600px;
    max-width: 100%;
    min-height: 100px;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-family: Archivo;
    color: #fff;
    padding: 20px;
}

.discussion .reponses .reponse.juriste .reponse-body {
    width: 600px;
    max-width: 100%;
    min-height: 100px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    font-family: Archivo;
    color: #fff;
    padding: 20px;
}

.discussion .reponse .reponse-header {
    font-family: Archivo;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 0;
    color: rgb(106, 106, 106);
    display: flex;
    justify-content: space-between;
    width: 450px;
    max-width: 90%;
}

.discussion .reponse .reponse-footer {
    font-family: Archivo;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 0;
    color: rgb(106, 106, 106);
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    width: 450px;
    max-width: 90%;
    margin-top: 5px;
}

.discussion .reponse .reponse-footer a {
    margin-right: 10px;
}

.reponse.adherent {
    margin-left: 10px;
    justify-self: start;
    position: relative;
}

.reponse.adherent .reponse-body {
    box-shadow: 4px 4px 13px 0px rgba(92, 92, 92, 0.75);
}

.reponse.juriste .reponse-body {
    box-shadow: -5px 4px 13px 0px rgba(92, 92, 92, 0.75);
}

.reponse.juriste {
    margin-right: 10px;
    justify-self: end;
    position: relative;
}

.reponse.adherent::after {
    content: '';
    position: absolute;
    width: 0;
    height: inherit;
    left: -14px;
    top: 45%;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent var(--primary-color) transparent transparent;
}

.reponse.juriste::after {
    content: '';
    position: absolute;
    width: 0;
    height: inherit;
    right: -14px;
    top: 50%;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent var(--secondary-color);
}

.reponse-body p {
    font-size: 15px;
}

.reponse:hover {
    transform: scale(1.02);
}

.print-question-link {
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    .discussion .reponses {
        display: flex;
    }
}

/* FORMULAIRE D'ADHESION */

.subtitle-form {
    font-family: var(--font-family-primary);
    color: var(--primary-color);
}

.custom-form p,
.custom-form li {
    font-family: var(--font-family-primary);
    color: var(--primary-color);
}

.custom-form small {
    font-family: var(--font-family-primary);
    color: var(--btn-red-color);
}

.btn-nav {
    display: flex;
    margin-bottom: 20px;
}

.custom-btn.btn-prev {
    background-color: var(--text-color);
    color: #fff;
    min-width: 200px;
    height: 40px;
    margin: 10px 0;
    margin-right: 10px;
    font-family: var(--font-family-primary);
    font-size: 16px;
    border-style: none;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.custom-btn.btn-prev:hover {
    background-color: black;
}

.custom-btn-danger {
    background-color: var(--btn-red-color);
    color: #fff;
    min-width: 200px;
    min-height: 40px;
    font-family: var(--font-family-primary);
    font-size: 16px;
    border-style: none;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 15px;
}

.header-adhesion {
    width: 100%;
    position: relative;
}

.header-logos {
    display: flex;
    justify-content: space-between;
}

.header-logos img {
    max-width: 400px;
    max-height: 110px;
}

ul.tunnel {
    font-size: 15px;
    font-family: Archivo;
    list-style-type: none;
    font-style: italic;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

ul.tunnel li {
    float: left;
    list-style-position: inside;
    background: #fff;
    padding: 5px 1% 5px 1.5%;
    margin: 0 1px;
    font-size: 15px;
}

ul.tunnel li.active {
    background-color: var(--primary-color);
    color: #fff;
    font-style: normal;
    list-style-type: none;
    margin: 0;
    position: relative;
}

ul.tunnel li a {
    color: #333;
}

ul.tunnel li.active a,
ul.tunnel li.active a:hover {
    color: #fff;
}

ul.tunnel li.active::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20%;
    right: -15px;
    background: var(--primary-color);
    transform: rotate(45deg);
    transform-origin: 0 0;
}

ul.tunnel li.rwd {
    display: none;
}

ul.tunnel li .count-rwd {
    display: none;
}

.star {
    background: url(/build/app/images/etoiles.0e79811f.png) no-repeat bottom;
    cursor: pointer;
    display: inline-block;
    filter: brightness(80%);
    height: 17px;
    width: 18px;
    line-height: 20px;
}

.star.favorite-star {
    background-position:top
}

.custom-select-wrapper input[type="radio"] {
    display: inline-flex;
    margin-right: 5px;
}

.sujet-container input {
    width: 100%;
}

.cannotSubscribeAlert {
    background: var(--btn-red-color);
    color: #fff !important;
    margin-bottom: 15px;
    padding: 10px;
    font-family: var(--font-family-primary);
}

.message-warning {
    background: var(--orange-color);
    padding: 5px 25px;
    font-family: Archivo;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
}

.message-succes {
    background: var(--secondary-color);
    padding: 5px 25px;
    font-family: Archivo;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
}

.message-erreur {
    background: var(--btn-red-color);
    padding: 5px 25px;
    font-family: Archivo;
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 5px;
}

.message-error-alt {
    color: var(--btn-red-color);
}

.list-subscriber-activities {
    list-style: none;
    padding: 0px;
    font-family: var(--font-family-primary);
    color: var(--primary-color);
}

.complementaryContributions h2:only-child {
    display: none;
}

@media (max-width: 630px) {
    ul.tunnel {
        margin-left: 12%;
    }
    ul.tunnel {
        margin-left: 90px;
    }
    .header-logos img {
        max-width: 120px;
        max-height: 30px;
    }
}

@media (max-width: 991px) {
    ul.tunnel li {
        padding: 5px 5% 5px 5%;
    }
    ul.tunnel li .count-rwd {
        display: inline-block;
    }
    ul.tunnel li:not(.active) {
        display: none;
    }
    ul.tunnel li.rwd {
        display: inline-block;
    }
    ul.tunnel li.last+li.rwd {
        display: none;
    }
}

.charter-text {
    max-height: 400px;
    overflow: scroll;
}

/* CONNEXION A L'ESPACE ADHERENT */

.bloc-connexion {
    font-family: var(--font-family-primary);
    color: var(--primary-color);
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.subscribe-teaser--forms .bloc-connexion {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;;
}

.bloc-connexion h1,
.bloc-connexion h2,
.bloc-connexion h3,
.bloc-connexion h4 {
    font-family: var(--font-family-primary);
}

.bloc-connexion > p {
    margin-top: 11px;
}

.btn-connexion {
    margin: 0 auto 30px;
}

.btn-connexion a {
    display: inline-block;
    padding: 15px 35px;
    background: var(--primary-color);
    font-family: var(--font-family-primary);
    color: #fff;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.btn-connexion a:hover {
    background-color: var(--btn-hover-color);
}

.adherer-savoir-plus {
    border-top: 1px solid var(--primary-color);
    padding-top: 20px;
}

.adherer-savoir-plus .click-to-more::after {
    background: url(/build/app/images/chevron-down-big.7e0675f5.svg) no-repeat center center;
    width: 20px;
    height: 10px;
    background-size: contain;
    transition: all 0.2s ease-out;
}

.connexionLogin input, .ajaxRequestPassword input {
    margin: 10px 0 10px 0;
}

.bloc-connexion-link {
    margin-top: 10px;
    display: inline-block;
}

button.bloc-connexion-link {
    background-color: transparent;
    border: none;
}

.bloc-connexion-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* MENU ARBORESCENT */

.block-arborescence {
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 9px var(--shadow-color);
}

.block-arborescence>a {
    color: black;
}

.block-arborescence h2 {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    font-family: "Quicksand Semibold", arial, sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.block-arborescence h2.click-to-more::after {
    transition: all 0.2s ease-out;
    right: 0;
    content: "";
    border-top: .4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.block-arborescence h3,
.block-arborescence-level3>a {
    font-family: "Quicksand Regular", Arial, Sans-Serif;
    font-size: 1.3rem;
    color: #47a7cf;
}

.block-arborescence h3:not(:first-child) {
    margin-top: 3rem;
}

.block-arborescence ul {
    list-style-type: none;
    padding-left: 0;
}

.block-arborescence ul:last-child {
    margin-bottom: 0;
}

.block-arborescence a {
    font-family: "Quicksand Regular", Arial, Sans-Serif;
    padding: 2px 0;
}

.block-arborescence-level3 {
    padding: 15px;
    border-left: 5px solid #47a7cf;
    background: #FAFAFA;
    box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.45);
}

.block-arborescence-level3 li {
    position: relative;
}

.block-arborescence-level3 ul a {
    display: inline-block;
    padding: 3px 5px 3px 20px;
    color: #1d1d1d;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.block-arborescence-level3 ul a:hover {
    padding-left: 25px;
}

.block-arborescence-level3 ul a::before {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    width: 10px;
    background: #47a7cf;
    top: 50%;
    left: 0;
    transition: all 0.2s ease-out;
}

.block-arborescence-level3 ul a:hover::before {
    width: 15px;
}

.block-arborescence-level4 {
    margin-bottom: 5px;
    background: #fff;
    padding: 5px 5px;
    margin-left: 20px;
}

.block-arborescence-level4 ul a {
    padding-left: 10px;
    color: #47a7cf;
}

.block-arborescence-level4 ul a::before {
    content: "";
    height: 1px;
    width: 5px;
}

.block-arborescence-level4 ul a:hover::before {
    width: 10px;
}

.block-arborescence-level4 ul {
    padding-left: 0;
}

.arborescence-content {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #F0F0F0;
}

.click-to-more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.click-to-more::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: auto;
}

.click-to-more.active::after {
    transform: rotate(180deg);
}

.more-content {
    display: none;
}

.cke_notifications_area {
    display: none;
}


/* Icônes du WYSIWYG */

p.check,
p.consent,
p.info,
p.like,
p.idea,
p.question,
p.warning {
    padding-left: 35px;
    position: relative;
}

p.check::before {
    content: "";
    background-image: url(/build/app/images/check.7f371f87.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
}

p.consent::before {
    content: "";
    background-image: url(/build/app/images/consent.b8678373.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
}

p.idea::before {
    content: "";
    background-image: url(/build/app/images/idea.01ff0181.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
}

p.info::before {
    content: "";
    background-image: url(/build/app/images/info.58445672.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
}

p.like::before {
    content: "";
    background-image: url(/build/app/images/like.992f5245.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
}

p.question::before {
    content: "";
    background-image: url(/build/app/images/question.f7e544f3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
}

p.warning:not(.flash-message)::before {
    content: "";
    background-image: url(/build/app/images/warning.aa1e24b2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 5px;
}



