

 .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar{
    z-index:2000 !important;
}
.carousel-control-prev,
.carousel-control-next {
    z-index:1000 !important;
    
}
.breadcrumb-container {
    font-size: 0.9rem;
    background-color: white !important;
    /*border-bottom: 1px solid #eaeaea;*/
}

.breadcrumb {
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    
}
.order-2 {
    order: 2 !important;
    align-content: center;
}
.order-1 {
    order: 1 !important;
    align-content: center;
}
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 0.5rem;
    color: #6c757d;
}

.breadcrumb-item a {
    color: #003594;
    text-decoration: none;
    transition: color 0.2s ease;
}



.breadcrumb-item.active {
    color: #6c757d;
}

.text-primary {
    color: #0f3780 !important;
    font-size: 30px;
    padding-bottom: 15px;
    /*line-height:10px;*/
}
/* Dropdown Base Styles */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    min-width: 250px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0.5rem 0;
    margin: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown item styling */
.dropdown-item {
    display: block;
    padding: 0.5rem 1rem;
    color: #0f3780;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: left;
    width: 100%;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0f3780;
}

/* Submenu positioning and styling */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.5rem;
    margin-left: -0.1rem;
    border-radius: 4px;
}

/* Arrow indicator for submenus */
.dropdown-submenu > a.dropdown-toggle::after {
    display: none;
    margin-left: 0.5em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    float: right;
    margin-top: 8px;
}

/* Offcanvas specific styles */
.offcanvas .dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: #f8f9fa;
    border: none;
    border-left: 2px solid #0f3780;
    padding-left: 1rem;
    margin-left: 1rem;
    width: auto;
}

.offcanvas .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 2rem;
}

.offcanvas .dropdown-menu.show {
    display: block;
}

.offcanvas .dropdown-item {
    color: #333;
}

.offcanvas .dropdown-item:hover {
    background-color: #e9ecef;
}

/* Adjust dropdown toggle direction for mobile */
.offcanvas .dropdown-submenu > a.dropdown-toggle::after {
    transform: rotate(90deg);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    /* Ensure dropdowns are visible when toggled in mobile */
    .dropdown-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-left: 2px solid #0f3780;
        padding-left: 1rem;
        margin-left: 1rem;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
    /* Reset hover effects for mobile */
    .nav-item.dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }
}


@media (min-width: 992px) {
    /* Prevent dropdown from going off-screen */
    .dropdown-menu-end,
    .dropdown-submenu:hover > .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: 100%;
    }
    
    /* Handle edge cases for dropdowns near page edge */
    .navbar-nav > .nav-item.dropdown:last-child .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu.edge-detected {
        right: 0;
        left: auto;
    }
}

@font-face {
    font-family: "GlobalSans-Bold";
    src: url('/content/fonts/PKFGlobalSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "GlobalSans-Regular";
    src: url('/content/fonts/PKFGlobalSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "GlobalSans-Regular", sans-serif;
    font-size: 18px;
    background-color: var(--grey-white);
    color: #212529;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
}

.fa{
    font-size: 24px;
    margin: 1rem 0.5rem;
    
}
.paragraphe_section_images_apropos{
    font-size: 33px !important;
    color:#0f3780 !important;
	text-align: center !important;
} 
.section_one{
    position: absolute;
    top: 0;
    right: 10;
    z-index: 9999;
}
.nav-item{
    margin: 1rem 1rem;
}
.nav-link{
    color: white !important;
}
.content_icons{
    z-index:9999;
}
.fa_nav_top{
    color:white;
    margin-left: 0.5rem !important;
    font-size: 15px !important;


}
.manavbar {
    background-color:transparent !important;
    position: absolute;
    width: 100%;
    margin-top:1rem;
    z-index: 9999;
}
.manavbar .nav-link {
    color: white !important;
    font-size: 18px;
}
.manavbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
}
.manavbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.manavbar .navbar-brand {
    color: #fff;
}

.manavbar .fa {
    color: #fff !important;
}
.offcanvas-body .navbar-nav .nav-item .nav-link{
    color: black !important;
}
.offcanvas-body .navbar-nav .nav-item .nav-link .fa{
    color: black !important;
}
.scrolled-navbar{
    margin-top:0rem !important;
    position: fixed;
    background-color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    top: 0;
}
.scrolled-navbar .container .navbar-toggler{
    color: black;
    background-color: black;
}
.scrolled-navbar .container .collapse .navbar-nav .nav-item .nav-link{
    color: black !important;
}
.scrolled-navbar .container .collapse .navbar-nav .nav-item .nav-link .fa{
    color: black !important;
}
.carousel{
    background-color: #0d398c;
    position: relative;
}
.titre_carousel {
    font-size: 32px;
    color: white;
}

.paragraphe_carousel {
    font-size: 17px;
    color: white;
    padding: 0 0 19px 0;
    line-height: 26px !important;
    font-weight: normal;
}

.carousel_content {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}


.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/starburst1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; 
}


.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.btn-site{
        position: relative;
    z-index: 200;
    background-color: white;
    color: #0f3780;
    border-radius: 10px;
}
.btn-communaute{
    font-size:18px;
    color: #ffffff;
    background-color: #0f3780;
    border-radius: 10px;
}
.btn-site1{
        position: relative;
    z-index: 200;
    background-color: #0f3780;
    color: white;
    border-radius: 10px;

}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    background-color: #fcfaf4;
    padding: 5rem;
}
.flex-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;

}
/* Style du slider */
.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Style des éléments du slider */
.slide-item {
    display: flex;
    flex-direction: column; /* Met l'image et le texte en colonne */
    align-items: center; /* Centre les éléments */
    text-align: center;
    padding: 15px;
    flex-direction: column !important;

    display: flex !important;
}



/* Style du texte */
.section_home1 {
    font-size: 18px;
    /*font-weight: bold;*/
}

/* Style des flèches de navigation */
.slick-prev, .slick-next {
    background: #333;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev {
    left: -40px;
    z-index: 999;
}

.slick-next {
    right: -40px;
    z-index: 999;

}
.flex-item {
    flex: 1 1 calc(20% - 10px); 
    min-width: 150px; 
    
    text-align: center;

}
.section_home{
    font-size: 20px;
    color: #0f3780;
    /* text-align: center; */
}
.section_home1{
    font-size: 19px;
    color: #0f3780;
    text-align: center !important;
}
.titre_home_section {
    color: #003593;
    font-size: 30px;
}
.paragraphe_home{
    font-size: 18.67px;
}
.section_image_bottom{
    position: absolute;
    bottom: 0;
}
.section{
    background-color: #f9fafa;
    padding: 5rem 0rem;
}
.titre_home{
    font-size: 32px;
    color: #003593;
}
.section_site{

    background-image: url('/images/calque.jpg');
    width: 100%;
    height: 250px;
    
    /* background-repeat: no-repeat; */
    
}

.section_site h3{

    color: white;
    font-size: 35px;
    
}
.animation_image{
    position: absolute;
    top: 70%;
    left: -7%;
    width: 30%;
    transform: translate(-50%, -50%);
 
    z-index: 10;
}
.animation_image1{
    position: absolute;
    top: 50%;
    right: -40%;
    width: 30%;
    transform: translate(-50%, -50%);
 
    z-index: 10;
}
.animation_image2{
    position: absolute;
    top: 50%;
    right: -25%;
    /* width: 30%; */
    transform: translate(-50%, -50%);
 
    z-index: 10;
}
.titre_home_block{
    font-size: 32px;
    color: #003593;
}
.h5{
    font-size: 28px;
    color: #003593;
}
.h4{
    font-size: 27px;
    color: #003593;
}
.text-card{
    font-size: 18.67px;
}
.section_footer{
    width: 100%;
    background-color: #f3fbfd;
    padding: 5rem 0rem;
}
.My_footer_icon{
    font-size: 24px;
    color: #0f3780;
}
.My_footer_titre{
    color: #0f3780;
    font-size: 18px;

}
footer{
    background-color: #f2efe7;
}
.padding_footer{
     padding-top: 4rem !important;
    padding-bottom: 2rem !important;

}
li{
    list-style: none;
    line-height: 2;
}
.My_footer_text{
    color: #0f3780;
    font-size: 15px;
    text-decoration: none;
    list-style: none;
}
.bg-site{
    background-color: #f9fafa;
}
p {
    line-height: 35px !important;
	text-align: justify !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #0f3780 !important;
    border-color: #0f3780 !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff !important;
    background-color: #0f3780 !important;
    border-color: #0f3780 !important;
    box-shadow: 0 0 0 .25rem rgba(49, 132,253,.5) !important;
}
@media (max-width: 991px) {
    .ma_slick_content{
        display: flex
;
    flex-direction: column-reverse;
    }
    .animation_image,.animation_image1,.animation_image2,.slick-prev, .slick-next{
        display:none !important;
    }
    .titre_carousel{
        font-size: 30px;
    }
    .paragraphe_carousel{
        font-size: 14px;
    }
    .carousel_content{
        /*display: none;*/
        /*padding: 30rem 1rem !important;*/
    }
    .nav-item{
        margin: 0rem 0rem;
    }
    .fa{
        font-size: 24px;
        margin: 0rem 0.5rem;
        
    }
}