.faq{
    padding-top: 20px;
    margin-bottom: 0;
}

.h2Faq{
    font-size: 90px;
    line-height: 128px;
}

.image-container-commitment {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
    }

    #commitmentImg2{
        width: 100%;
        max-width: 800px;
        display: block;
        border-radius: 20px;
        aspect-ratio: 4 / 1;
        object-fit: cover;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    
.custom-accordion-button {
    background-color: transparent !important; /* Annule la couleur de fond */
    color: #09090B !important; /* Couleur du texte par défaut */
    font-weight: 500;
    font-family: 'DM Sans', 'sans-serif';
    font-size: 18px;
    line-height: 28px;
}

.custom-accordion-button:not(.collapsed) {
    color: #000 !important; /* Couleur du texte lorsque l'accordion est ouvert */
}

.custom-accordion-button:hover {
    background-color: #FAFAFA !important; /* Annule la couleur de fond au survol */
}

/* Annuler les effets de bordure de l'accordéon Bootstrap au clic */
.accordion-button:focus {
    box-shadow: none !important; /* Supprimer l'effet de l'ombre portée */
    border-color: transparent !important; /* Supprimer la couleur de la bordure */
}

/* Couleur du texte à l'intérieur de l'accordéon */
.text-accordion {
    color: rgba(60, 60, 67, 0.85) !important;
}

.custom-accordion-item{
    height: 20px;
}

.accordion-button > p {
    margin-bottom: 0;
}
    /* Responsive FAQ */

@media screen and (max-width:576px){
    
    .h2Faq{
        font-size: 60px;
        line-height: 60px;
    }
}


.btn-servicesContainer{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Bouton services inactif*/
.btn-services{
    /* width: 188px;*/
    height: 44px;
    border-radius: 6px;
    background-color: #09090B;
    color: #FAFAFA;
    font-family: 'DM Sans', 'sans-serif';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 14px;
}

/* Bouton services hover */
.btn-services:hover{
    background-color: #0EA5E9;
}

/* Bouton services actif */
.btn-services:active{
    background-color: #0369A1;
}

.img100px{
    width: 55px;
    margin-top: 10px;
    margin-right: 10px;
}