@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
bg-custom{
    background-color: #6ea8fe;
}
 h1 {
    color: #1A2F5A; /* Couleur principale du texte */
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 
        1px 1px 2px rgba(0, 0, 0, 0.2), 
        2px 2px 4px rgba(0, 0, 0, 0.1), 
        3px 3px 6px rgba(0, 0, 0, 0.05);
}
h1 {
    font-size: 2.5rem; /* Ajustez selon vos besoins */
    font-weight: bold;
    text-align: center;
    color: #1A2F5A;
    text-shadow: 7px 6px 5px rgba(0, 0, 0, 0.25); /* Ombre projetée */
}
#navbarNav {
    color: #1A2F5A; /* Couleur principale du texte */
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    text-shadow: 
        1px 1px 2px rgba(0, 0, 0, 0.2), 
        2px 2px 4px rgba(0, 0, 0, 0.1), 
        3px 3px 6px rgba(0, 0, 0, 0.05);
}
#navbarNav {
    font-size: 2.5rem; /* Ajustez selon vos besoins */
    font-weight: bold;
    text-align: center;
    color: #1A2F5A;
    text-shadow: 7px 6px 5px rgba(0, 0, 0, 0.25); /* Ombre projetée */
} 
#navbarNav{
    font-size: 1.4rem;
    
}
.navbar-nav .nav-link {
    color: #1A2F5A; /* Couleur normale */
    transition: all 0.3s ease; /* Transition douce */
    padding: 0.5rem 1rem;
    border-radius: 5px; /* Coins arrondis */
}

.navbar-nav .nav-link:hover {
    background-color: #6ea8fe; /* Couleur de fond lors du hover */
    color: #ffffff !important; /* Couleur du texte lors du hover */
    transform: scale(0.70); /* Agrandit légèrement le lien */
}
.navbar-nav .nav-link {
    color: #1A2F5A;
    padding: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link {
    color: #1A2F5A;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #6ea8fe;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 0;
    background-color: #6ea8fe;
    transition: all 0.4s ease;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
}


.navbar-nav .nav-link {
    color: #1A2F5A;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #548cf3;
    bottom: 0;
    left: 0;
    transition: width 0.7s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #6ea8fe;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.search{
    color:#1A2F5A;
}
.search:hover{
    background-color: #1A2F5A; /* Couleur de fond plus foncée au survol */
    transform: translateY(-2px); /* Légère élévation au survol */
    color: #d1e7dd;
}


body {
    font-family: "arialroundedmtbold", Arial, sans-serif;
    
}
footer.bg-light {
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1); /* Ombre légère pour le footer */
    padding-top: 20px;
    padding-bottom: 20px;
}

footer img {
    filter: grayscale(50%); /* Réduit la saturation du logo */
    transition: filter 0.3s ease;
}

footer img:hover {
    filter: grayscale(0%); /* Logo redevient coloré au survol */
}
footer p {
    font-weight: 500;
}

footer small {
    color: #777; /* Couleur plus discrète */
    display: block;
    margin-top: 5px;
}
/* Boutons pour le footer */
.footer-button {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    border-radius: 8px; /* Bords arrondis */
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-button:hover {
    background-color: #1A2F5A; /* Couleur de fond plus foncée au survol */
    transform: translateY(-2px); /* Légère élévation au survol */
}

.footer-button:active {
    transform: translateY(0); /* Redescend en cliquant */
    background-color: #4f89d6; /* Légère variation de couleur */
}

/* Espacement pour éviter qu'ils ne soient trop collés */
.list-inline-item {
    margin-right: 10px;
}

/* Personnalisation des couleurs */
.text-primary {
    color: #1A2F5A !important;
}

.bg-custom {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(202, 209, 228, 0.8)) !important;
}
.bg-custom-2 {
    background-color: #1A2F5A;;
}
/* Title Styling */
h1, h2 {
    color: #1A2F5A;
    font-weight: bold;
}

/* Footer text */
footer small, footer p {
    font-size: 0.8em;
}

/*----------------carousel-------------*/    



.wrapper {
    width: 100%;
    max-width: 1900px;
    overflow: hidden;
    
}

.carousel {
    width: 100%;
    overflow: hidden;
    position:relative
}

.carousel-track {
    display: grid;
    grid-template-columns: repeat(11, 100%); /* 11 images, chaque image prend   05050% de la largeur */
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    width: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0;
    width: 100%;
}

/* Carrousel: images couvrant toute la largeur sans distorsion */
.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Maintient les proportions sans compression */
}

/* Media Query pour écrans entre 500px et 700px */
@media (min-width: 500px) and (max-width: 768px) {
    .container-fluid {
        width: 100%;
        padding: 0;
    }

    /* Carrousel et images */
    .carousel, .carousel-inner, .carousel-item {
        width: 100%;
        height: auto; /* Évite la compression */
    }

    .carousel-item img {
        width: 100%;
        max-height:100%;
    }

    /* Ajustements de police et marges pour une bonne lisibilité */
    h1 {
        font-size: 1.7rem;
    }

    .navbar-nav .nav-link {
        font-size: 1.6rem;
        padding: 0.5rem;
    }
    
    footer p, footer small {
        font-size: 0.7rem;
    }
}

@media (min-width: 768px) and (max-width:891px) {
    /* Ajustements de police et marges pour une bonne lisibilité */
    h1 {
        font-size: 1.6rem;
    }
    #navbarNav{
        font-size: 1.4rem;
        padding: 0.5rem
    }
    .carousel-item img {
        max-width: 900px;
        max-height: 500px;
    }
}

@media (min-width: 892px) {
    .carousel-item img {
        max-width: 1500px;
        max-height: 770px;
        margin: auto;
    }
}

@media (max-width:500px){
    #navbarNav {
        font-size: 1.3rem;
        padding: 0.5rem;
       
    }
    h1{
        font-size: 1.8rem;
    }
    .carousel-item img{
        max-height: 250px;
    }
}
