

p {
    font-size: 16px
}


//swiper js
.swiper-button-prev::after {
    color: black !important;
    padding:20px
}
/* Style pour le bouton suivant (next) */
.swiper-button-next {
    background-color: #002E51;
    color: #fff;
    height: 40px;
    width: 40px;
   border-radius: 9999px;
}

/* Style pour le bouton précédent (next) */
.swiper-button-prev {
    background-color: #002E51;
    color: #fff;
    height: 40px;
    width: 40px;
   border-radius: 9999px;
}
.swiper [class^="swiper-button-"]::after{
    color: white;
    font-size: 15px;
}

.swiper-pagination-bullet {
    background-color: #FFB600;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #002E51
}


/* Lien actif du menu */
.activelink {
    border-bottom: 3px solid #FFB600;
    font-weight: bold;
}

#mobile-menu.fade {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: none; /* Assurez-vous que le menu est initialement caché */
}

#mobile-menu.transition {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}


.breadcrumb{
    display:none
}

.hideinstatic {
    display: none
}

#news{
    display:none
}