.site {
    background-color: #0A3C74;
}

.admin-nav {
    background-color: #8b0000 !important;
}

.admin-nav ul {
    text-align: left !important;
}

.admin-nav a {
    color: #a79d9d !important;
}

.faq-accordeon {
    background-color: #0A3C74;
}

.stack__accordeon {
    padding: 20px 35px;
}

.stack__accordeon__item__titre__heading {
    margin-bottom: 20px !important;
    width: 1217px;
    color: #D6E200;
    font-family: "Sofia Pro", sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.46px;
    line-height: 40px;
}

.heading-4-answer {
    width: 1217px !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    letter-spacing: 0.05px !important;
    line-height: 24px !important;
}

.heading-4-answer a {
    color: #D6E200;
}

.stack__accordeon__item__contenu__item-custom {
    position: relative;
    padding-top: 30px;
    border-bottom: 3px solid #4c84c1;
}

h3, .heading-3 {
    font: 900 2em/1em 'sofia_pro', sans-serif;
}

.admin-edit {
    color: #8b0000;
}

.stack__accordeon__item__titre {
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}

.stack__accordeon__item__titre__trigger {
    float: right;
}

@media only screen and (max-width: 1350px) {
    .stack__accordeon__item__titre__heading {
        width: 1000px !important;
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 1150px) {
    .stack__accordeon__item__titre__heading {
        width: 700px !important;
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 800px) {
    .stack__accordeon__item__titre__heading {
        width: 600px !important;
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 725px) {
    .stack__accordeon__item__titre__heading {
        width: 500px !important;
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 625px) {
    .stack__accordeon__item__titre__heading {
        width: 450px !important;
    }
}

@media only screen and (max-width: 575px) {
    .stack__accordeon__item__titre__heading {
        width: 400px !important;
    }
}

@media only screen and (max-width: 500px) {
    .stack__accordeon__item__titre__heading {
        width: 90vw !important;
    }

    .stack__accordeon__item__titre__trigger {
        position: absolute;
        top: -51px !important;
        right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .heading-4-answer p {
        width: 80vw;
    }

    .stack__accordeon__item__titre__trigger {
        display: none;
    }
}