#module-colfaq-faq #wrapper>.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#module-colfaq-faq #wrapper {
    padding-top: 0px;
}

.container-foire-aux-questions,
.container-foire-aux-questions .row {
    background-color: #0A0B0B;
    padding-bottom: 50px;
}

.faq h1 {
    color: #9E8C4A;
    font-size: 45px;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", Arial, sans-serif;
    margin-bottom: 20px;
    padding-top: 80px;
    font-weight: 400;
    text-align: center;
    background: transparent
}

.faq h1 span {
    background: transparent
}

.btn-gris {
    background-color: #1D1D1D;
    border-radius: 5px;
    color: #9E8C4A !important;
    text-transform: uppercase !important;
    width: 20%;
    transition: all .3s ease;
}

.btn-gris:hover {
    background-color: #0e0e0e;
}

#faq {
    background-color: #fff;
    margin: 0px;
}

#faq .faq_item {
    margin-top: 0px;
}

#faq h2 {
    margin-top: 0px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 25px;
}

.serv {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.servsearch {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:500px) {
    .servsearch {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.serv button {
    list-style: none;
    flex: 0 0 30%;
    margin: 10px 0 0 2%;
}

.servsearch button {
    list-style: none;
    flex: 0 0 30%;
    margin: 10px 0 0 2%;
}

#faq .accordion,
.accordion2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: white;
    color: #B9B9B9;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    width: 65vw;
    border-bottom: solid 0.2px #B9B9B9;
    padding: 25px;
    color: #7D7D7D;
}

#faq .active,
#faq .accordion:hover,
.accordion2:hover {
    background-color: white;
}

#faq .active {
    border: none;
    color: #9E8C49;
    font-weight: bold;
}

#faq .accordion:after,
.accordion2:after {
    content: '\002B';
    color: #9E8C4B;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    border: none;
}

#faq .active:after {
    content: "\2212";
}

#faq .panel {
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 70vw;
}

#faq .panel p {
    color: #7D7D7D;
    text-align: left;
    font-size: 14px;
}

.faq_products {
    text-align: center;
}

@media screen and (max-width:1000px) {
    .svgg {
        display: none;
    }
    .TitreBtn {
        font-size: 2vw;
        padding-top: 7px;
    }
}

@media screen and (max-width:500px) {
    .svgg {
        display: none;
    }
    .TitreBtn {
        font-size: 3.1vw;
        padding-top: 7px;
    }
    .accordion {
        font-size: 2.6vw;
        padding: 10px;
    }
    .panel p {
        font-size: 2.5vw;
    }
}

.svgg {
    height: 36px;
    width: 76px;
    padding-left: 20px;
    padding-right: 20px;
    filter: invert(49%) sepia(67%) saturate(304%) hue-rotate(10deg) brightness(98%) contrast(89%);
}

.TitreBtn {
    /*font-size: 1.5vw;*/
    padding-top: 7px;
}

.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:500px) {
    .serv button {
        list-style: none;
        flex: 0 0 47%;
        margin: 10px 0 0 2%;
    }
    #faq .accordion {
        width: 100%;
    }
    #faq .panel {
        width: 100%;
    }
}