.bandeau-nos-experts-pc {
    padding: 45px;
    background: linear-gradient(140deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
    outline: 1px solid rgba(0, 0, 0, 0.5); /* Bordure autour sans chevauchement */
}

.colone-gauche-bandeau-experts-pc {
display: grid;
align-items: center;
justify-content: center;
}

.titre-bandeau-experts-pc {
    color: #fff;
    font-size: 25px;
    font-family: Oswald;
    text-transform: uppercase;
}

.telephone-bandeau-experts-pc {
    color: #fff;
    font-size: 25px;
    font-family: Oswald;
    text-align: center;
    margin-top: 15px;
}

.trait-bandeau-experts {
    border: none;
    border-top: 2px solid white; /* Ligne blanche de 2px */
    margin: 20px 0; /* Espacement vertical */
    width: 100%; /* Largeur de la ligne */
}

.colonne-fb-bandeau-experts-pc {
    text-align: center;
}
.icone-fb-experts {
    color: #fff!important;
    font-size: 25px;
}

.colonne-in-bandeau-experts-pc {
    text-align: center;
}
.icone-in-experts {
    color: #fff!important;
    font-size: 25px;
}

.colonne-ytb-bandeau-experts-pc {
    text-align: center;
}
.icone-ytb-experts {
    color: #fff!important;
    font-size: 25px;
}

.colone-droite-bandeau-experts-pc {
    display: grid;
    align-items: center;
    max-width: fit-content;
    justify-content: center;
    margin: auto;

}

.bouton-devis-bandeau-experts-pc {
    color: #f27c00;
    border: 2px solid #f27c00;
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 75px;
    padding-left: 75px;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 600;

}

.bouton-devis-bandeau-experts-pc:hover {
    background-color: #f27c00;
    color: #fff;
}


@media (max-width: 768px) {
    .bandeau-nos-experts-pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .bandeau-nos-experts-mobile {
        display: none;
    }

    .bandeau-nos-experts-mobile-bouton {
        display: none;
    }
}

.bandeau-nos-experts-mobile {
    background-color: #000;
    padding: 35px;

}

.titre-bandeau-experts-mobile {
    color: #fff;
    font-size: 25px;
    font-family: Oswald;
    text-transform: uppercase;
    text-align: center;

}

.bouton-devis-bandeau-experts-mobile {
    font-size: 20px;
    font-family: Oswald;
    font-weight: 600; 
    color: #f27c00;
    border: 2px solid #f27c00;
    background-color: transparent;
}


.colonne-bouton-contact-mobile-banniere-experts {
justify-content: center;
  align-items: center;
  display: flex;
}