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

.img-top{
    height: 400px;
    width: 450px;
    object-fit: cover;
    transition: 1s;

}

.img-top:hover{
    transform: scale(1.1);
    transition: 1s;
}
.foot-card{
    background-color: #0591b8;
    padding: 15px;
    font-size: 1.3rem;
    color: white;
    transition: 1s;


}

.foot-card:hover{
    background-color:#0591b857 ;
    color: white;
    font-size: 1.3rem;
    transition: 1s;
}

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

.btn-custom{
    margin-top: 40px;
    color: #0591b8;
    border: #0591b8 solid 2px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
}

.btn-custom:hover{
    background-color: white;
    color: #0591b8;
    transform: scale(1.1);
    transition: 1s;
    
}

.h-title{
    text-align: center;
    color: white;
    font-size:  20px;
}

.title-custom{
    background-color: #0591b8;
    text-align: center;
    color: white;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 18px;
}
.temoin-custom{
    margin-top: 40px;
}

.caroussel-custom{
    margin-bottom: 80px;
}
