#menu-main-menu a.nav-link.active, li.current-menu-item{
    color: rgb(115 150 182) !important;
}

.row-sf-bloc-1 {
    display: -webkit-box;
}

.container-btn-sf {
    gap: 10px;
    margin-top: 50px; 
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .title-sf {
        font-size: 3.5rem;
    }

    .container-btn-sf {
        gap: 10px;
        margin-top: 25px; 
        margin-bottom: 75px;
    }
}

@media (max-width:767px){
    .container-btn-sf {
        gap: 10px;
        margin-top: 5px; 
        margin-bottom: 50px;
    }

    .btn-sf-bloc-1 {
        width: 100%;
        max-width: 250px;
        font-size: 1.3rem;
    }
}

@media (max-width: 425px) {
    .bloc-sf-conseil-stratégique {
        height: 50vh !important;
        background: url(img/fond-sfconseil.jpg) center / 225% auto no-repeat;
    }

}

.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea {
    color: black !important ; 
}
