.team-items{
    display: flex;
    justify-content: center;

}

.spline-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.spline-background spline-viewer {
    width: 100%;
    height: 100%;
    pointer-events: none; /* pour laisser passer les clics */
}

#text-carousel-intro-section {
    position: relative;
    z-index: 1;
}

.cacher-logo{

    width:150px;
    height: 100px;
    position: absolute;
    right: auto;
    background-color: red;
    z-index: 3;

}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{

    color: black;

}

.avis{
    color: white;
}

.subtitle{

    color: black;
}

.avis-subtitle{
    color: white;
}

.contacter{

    color: white;

}

.contacter-subtitle{

    color: white;

}

.ecrivez-moi{
    color: #e1ad01;
}

.lead{

    color: #e1ad01;
}

.populaire{
    color: black;
}


/* Mettre le texte en rouge */
.message-erreur-formulaire {
    color: red;
}

/* Ajouter une bordure rouge */
.controle-erreur {
    border: 2px solid red;
}

