@media (max-width: 767px) {
    .extHeader3 .container p {
        font-size: 34px;
    }

    .CadreVoir_Categorie2 {
        display: none;
    }


    .cat2 .row{
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    #ext_menu-14 .navbar, .cat2 {
        max-width: 100vw;
    }

    .extFeatures6 h5, .mbr-iconfont.mbr-iconfont-features4 {
        color : #000 !important;
    }

    #bg-estimation  {
        background-position-y: 50px;
    }

    #bg-acheter  {
        background-position-y: 0px;
    }

    #bg-conseiller {
        background-position-y: 80px;
    }

    .mbr-section-subtitle {
        color : #000 !important;
    }

    .display-2 {
        font-size: 2rem;
    }

    #header3-1v .section, #header3-1v {
        padding : 20px 0 !important;
    }

    .article h1 {
        font-size: 2rem;
    }

    .avantages .container {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .section-content h3 {
        font-size: 1.6rem;
    }

    #Politique {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 20px;
    }
}


@media (max-width: 375px) {
    .section-content h3 {
        font-size: 1.4rem;
    }

    #formulaireConseiller h2 {
        font-size: 1.8rem;
    }
}