@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

h2, h3, h4, h5 {
        font-weight: 200;
}
h5{
    font-size:1rem;
}
.bg-top-header{
    background-image: URL("../img/sa-bg-2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:150px;
}

 

.logo{
    width: 100%;
    max-width: 500px;
}
 
.navbar-nav li.nav-item a.nav-link {
    text-transform: uppercase; /* Mettre en majuscules */
    color: #fff;
}

.navbar{
    padding: 0px;
}

.navbar-nav li{
    margin-right: 5px !important;
}


*, :after, :before {
    box-sizing: border-box;
}

.section-heading {
    position: relative;
}

.section-heading .text-line-under {
    padding-bottom: 15px;

}
.text-line-under {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.text-line-under:before {
    border-bottom-color: #ced4da!important;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    border-bottom: 1px solid #0ab0ab;
    bottom: 2px;
    height: 1px;
    width: 150px;
    content: "";
    position: absolute;
}

.text-line-under:after {
    background: #0ab0ab;
    bottom: 0;
    height: 5px;
    width: 5px;
    z-index: 0
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    content: "";
    position: absolute;
}
 

.active .nav-link{
   background: #03b2ab;
    border-radius: 3px;
    color: #fff !important;
    
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
   background: #03b2ab;
    border-radius: 3px;
    color: #fff !important;
    
}

.navbar-nav li{
    padding: 8px 0px;
}
/*
.navbar-nav li:hover{
    background: #fff;
    color: #000000;
}

.navbar-nav li a:hover{
    color: #000000 !important;
}


.navbar-nav li:not(:first-child):hover {
    background: #fff;
    color: #000000;
}
*/

.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.list-unstyled{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.list-unstyled li a {
    font-weight: bold;
    color: #0B9444;
    font-size: 1.2rem;
}
.list-unstyled li a:hover {
     color: #000000;
     text-decoration: none;
}
.list-unstyled li {
    /* border-bottom: 1px solid #0B9444 !important; */
    margin: 5px 0px;
}
/*
.list-unstyled li:hover {
     border-bottom: 1px solid #000000 !important; 
}
*/

/* Style de base pour les images */
.parent img {
    transition: filter 0.3s; /* Ajoute une transition fluide */
}

/* Au survol de l'image, changez la couleur en #0B9444 */
.parent img:hover {
    filter: brightness(85%); /* Modifie la luminosité de l'image pour changer la couleur */
}

 


/* Ajoutez ces styles CSS pour personnaliser les flèches de navigation */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #fff; /* Couleur du texte des boutons */
    border: none;
    font-size: 40px; /* Taille de la police des boutons */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Styles hover pour les boutons (facultatif) */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent; /* Couleur de fond au survol */
}


.p3{
    padding-right: 3px !important;
    padding-left: 3px !important;

}


   /* Animation d'entrée */
   @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card {
    animation: fadeInUp 1s ease; /* Appliquer l'animation */
}
.card-title{
    color: #000000 ;
    text-align: center;
    text-transform: uppercase;
}


/* Styles pour le bouton flottant */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #0B9444;
   color: white;
    border: 2px solid #fff;  /* Pour supprimer les bordures par défaut des boutons */

}

 

.bg-secondary{
    padding: 0px !important;
    background: #f2f5fc !important;
}

.bg-dark {
    /*background-color: #0B9444!important;*/
    background-color: #45454573!important;
    position: absolute;
    width: 100%;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0B9444;
    border-color: #067735;
}

.pagination .active a {
    color: #ffffff !important;
    font-weight: bold;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0b9444;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.btn-primary {
    color: #fff;
    background-color: #0b9444;
    border-color: #0b9444;
}
.main-color{
    color:#0b9444;
}
.sommaire-box p {
    margin-bottom: 0px ;
}


.fa-circle{
    font-size: 10px;
    margin-right: 5px;
}

.list-unstyled li a {
    font-weight: 500;
    color: #000;
    font-size: 1rem;
}

.list-unstyled li a .fa{
    color: #0ab2ad;
}

.list-unstyled li {
    position: relative;
}

.list-unstyled li::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to left, rgba(14, 18, 5, 0) 0%, rgb(0 17 9 / 12%) 50%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 0px 4px -4px rgba(0, 0, 0, 0.3);
}

.bg-light {
    background-color: #fff !important;
}

