HTML,
BODY {
    background: #000;
}

.bandeBlanche {
    background: #000 !important;
}

.faq {
    color: #fff;
}

.faqTitle {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 9rem;
    line-height: 1;
    transform: rotate(-15deg);
}

.faq .txt-container {
    padding-top: 10%;
}

.qr {
    margin-bottom: 3em;
}

.qr UL {
    text-align: left;
    background: #000;
}

.qr UL LI {
    /*list-style: none;*/
}

.faqq {
    font-weight: bold;
}


/*RESPONSIVE*/

@media only screen and (max-width: 600px) {
    .faq {
        width: 100%;
        height: auto;
        top: 55%;
        padding-bottom: 20px;
        transform: none;
    }
    .faqTitle {
        width: calc(100% - 40px);
        padding-bottom: 30px;
        font-size: 3rem;
    }
    .faq .txt-container {
        padding-top: 50px;
        transform: none;
    }
}