body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
}

.list-group-item ul {
    margin-top: 15px !important;
}

.list-group-item li {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    list-style-type: disc;
}

.btnContact {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    line-height: 45px;
    position: absolute;
    right: 10px;
    top: 5px;
    background: #004aad;
    text-align: center;
    
}

.display-6 {
    color: #004aad;
}

.btnContact a {
    color: #fff;
    font-size: 1rem;
}

nav {
    width: 100%;
   
}

h1 {
    font-size: 3rem;
}

h2 {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 2.5rem;
    padding-bottom: 10px;
    
}

h3 {
    color: #004aad;
}

.navbar {
    background: rgba(255, 255, 255, 0.5) !important;
    z-index: 9999;
}

.nav-item a {
    font-weight: 700 !important;
    font-size: 1.2rem;
}

.logo {
    width: 350px;
    height: auto;
}

h1 {
    color: #000;
}

.card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* Styles pour le header avec une image de fond */
.bg-image {
    background-image: url('banniere.jpg'); /* Remplacez par le chemin de votre image de fond */
    background-size: cover;
    background-position: center;
    color: white;
}

#avantages {
    background: #004aad;
    color: #fff;
}

#prestations {
    background: #f6f6f6;
}

/* Styles pour le footer */
footer {
    bottom: 0;
    width: 100%;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    opacity: 0.7;
}

.slick-carousel .inner {
    padding: 20px;
    text-align: center;
}

.list-group li {
    padding-top: 20px;
    padding-bottom: 20px;
} 

.list-group i {
    font-size: 2rem;
    margin-bottom: 15px;
}

.slick-carousel i {
    font-size: 2rem;
    margin-bottom: 15px;
}

.slick-carousel h3 {
    color: white;
}

/* Custom styles for Slick carousel dots */
.slick-dots li button::before {

    color: white !important;
    font-size: 1rem;

}

.phone {
    font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {

    
.navbar {
    background: rgba(255, 255, 255, 0.7) !important;
   
}

    button {
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

}
