h1{
    font-family: Knewave, sans-serif !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 35px !important;
    letter-spacing: 0.02em;
    text-align: center;
    color: black !important;
    text-shadow: none;
}

.tab {
    width: 100%;
    overflow: hidden;
}

.tab-label {
    display: block;
    padding: 1.25em 3em 1.25em 0;
    background: white;
    cursor: pointer;
    color: black;
    margin: 0;
    position: relative;
    font-family: Roboto Slab, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    border: none;
    border-top: 1px solid black;
}

.tab:last-child .tab-label{
    border-bottom: 1px solid black;
}

.tab-label::after{
    content: url("https://www.mfrpoitou.fr/wp-content/uploads/2020/12/Arrow.png");
    position: absolute;
    display: block;
    right: 15px;
    bottom: 10px;
    transition: 0.3s;
}

.tab-content label{
    color: black !important;
}

.tab > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    background: #E2E5EB;
    transition: all 0.35s;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
}

input:checked ~ .tab-label::after{
    transform: rotate(180deg);
    transition: 0.3s;
}

input:checked ~ .tab-label {
    background: #E2E5EB;
}

input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1.5em 2em 1.5em 0;
    border-top: 5px solid black;
}

#zone-contact-faq{
    background: rgba(139, 151, 175, 1);
}

#zone-contact-faq h2{
    font-family: Roboto Slab, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

#zone-contact-faq h2::after{
    content: "";
    width: 230px;
    position: absolute;
    display: block;
    height: 5px;
    background-color: black;
    margin-top: 15px;
    left: 8vw;
}

@media screen and (min-width: 1024px){
    .tab-label {
        padding: 1.75em 3em 1.75em 0;
    }

    .tab-label::after{
        bottom: 8px;
    }

    h1{
        font-family: Knewave, sans-serif !important;
        font-size: 60px !important;
        font-style: normal;
        letter-spacing: 0.02em;
    }
}