.img-custom{
   background: url('/img/entreprise/partenariat.jpg') center center fixed no-repeat;
   background-size: cover;
}

.large-title {
    font-size: 1.5rem; /* Ajuste la taille selon tes besoins */
    font-weight: bold; /* Optionnel, pour rendre le texte plus épais */
}

.title-custom{
    color: white;
}

.title-container{
    background-color: #0591b8;

}

.p-custom{
    font-size: 1rem; /* Ajuste la taille selon tes besoins */
    font-weight: bold; 
}

.h-title{
    font-size: 1.2rem; /* Ajuste la taille selon tes besoins */
    font-weight: bold;
}

.card-custom{
    text-align: center;
    font-weight: bold;
    
}

.advance-card {
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    transition: transform 0.3s ease-in-out;
}

.advance-card:hover {
    cursor: pointer;
    transition: 1s;
    transform: translateZ(10px) scale(1.03); /* Avance et agrandit légèrement */
    box-shadow: 0 12px 24px #0591b89e; /* Ajoute une ombre pour l'effet de profondeur */

}

.btn-custom{
    border: #0591b8 solid 1px;
    background-color: transparent;
    border-radius: 3px;
    color: #0591b8;
}

.btn-custom:hover{
    cursor: pointer;
    transform: none scale(0);

}

.custom-title{
    color: #0591b8;
    font-size: 1rem ;
}

.custom-span{
    background-color: white;
    font-size: 30px;
    color: #0591b8;
}

.custom-offer{
    background-color: #0591b8;
}

.p-service{
    color: white;
    font-weight: bold;
    margin-top: 3rem;
}

/* card verticale*/
.card-img-top{
    height: 200px;
    object-fit: cover;
}

.h-custom{
    font-size: 17px;
}
