/* ===== VARIABLES ET RESET ===== */
:root {
    --primary-color: #3e9fef;       /* Bleu profond du fond */
    --accent-color: #FFFFFF;        /* Blanc pour texte et boutons */
    --light-blue: #E6F2FF;          /* Bleu très clair pour accents */
    --text-color: #FFFFFF;
    --font-main: "Montserrat", sans-serif;
    --font-body: "Open Sans", sans-serif;
}

@font-face {
  font-family: "sfbold";
  src: url("../font/satoshi.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "sfsimple";
  src: url("../font/satoshi.ttf") format("truetype");
  font-style: normal;
}

.citation {
      background: rgba(255, 255, 255, 0.1);
      padding: 1.5rem;
      position: relative;
          border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .citation::before {
      content: '“';
      font-size: 48px;
      color: #ff0000; /* jaune doré */
      position: absolute;
      top: 5px;
      left: 10px;
      line-height: 1;
    }

    .citation p {
      font-style: italic;
      color: #ffffff;
      line-height: 1.6;
    }

    .citation cite {
      display: block;
      font-weight: bold;
      color: #ff0000; /* jaune doré */
      font-style: normal;
    }

    .timeline-title {
      text-align: center;
      color: #fff;
      font-size: 2.5rem;
      margin-bottom: 5px;
    }

    .timeline-subtitle {
      text-align: center;
      color: #ccc;
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .timeline {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
    }

    .timeline::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 4px;
      background: #333;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }

    .timeline-item {
      position: relative;
      margin: 40px 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .timeline-item.left {
      justify-content: flex-start;
    }

    .timeline-item.right {
      justify-content: flex-end;
    }

    .timeline-content {
      background: #3e9fef; 
      color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px #3e9fef; 
      width: 396px;
      position: relative;
      z-index: 2;
    }

    .timeline-date {
      background: #E6F2FF;
      color: #3e9fef; 
      padding: 4px 12px;
      border-radius: 15px;
      font-size: 0.85rem;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 10px;
    }

    .timeline-title-item {
      font-size: 1.3rem;
      margin: 5px 0;
      font-weight: bold;
    }

    .timeline-desc {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #ffffff;
    }

    .timeline-dot {
      position: absolute;
      width: 12px;
      height: 12px;
      background: #3e9fef; 
      border-radius: 50%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      box-shadow: 0 0 10px #3e9fef; ;
    }

    @media (max-width: 768px) {
      .timeline::before {
        left: 30px;
      }

      .timeline-item {
        justify-content: flex-start;
      }

      .timeline-item.right {
        flex-direction: row-reverse;
      }

      .timeline-content {
        margin-left: 60px;
      }

      .timeline-dot {
        left: 30px;
      }
    }
    .chronologie
    {
        color: black;
    }

.bg-footer
{
    background-color: #3e9fef; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "sfsimple";
    line-height: 1.6;
    transition: background-color 0.3s ease;
}

h1, h2, h3, h4, h5, h6, b {
    font-family: "sfbold";
    font-weight: 700;
}

/* ===== BARRE DE NAVIGATION BLANCHE ===== */
.navbar {
    background-color: white !important;
    padding: 0.8rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand .brand-text {
    font-size: 1.4rem;
    font-family: "sfbold";
    font-weight: 900;
    color: var(--primary-color) !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nav-link {
    font-weight: 600;
    color: var(--primary-color) !important;
    margin: 0 0.5rem;
    font-size: 0.9rem;
    transition: all 0.3s;
    position: relative;
}

.nav-link:hover
{
    border-bottom: #3e9fef 2px solid;
    transition: 2s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
    border-bottom: #3e9fef 2px solid;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
}

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

/* ===== SECTION HERO ===== */
/* ===== SECTION HERO - FOND ANIMÉ SOBRE ET PROFESSIONNEL ===== */
/* .hero-section {
    padding: 100px 0 100px;
    margin-top: 76px;
    color: white;
    position: relative;
    overflow: hidden;
} */

/* Section Hero */
.hero-section {
    padding: 100px 0 100px;
    margin-top: 76px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Arrière-plan avec cercles flottants - version bleu patriotique */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e9fef; /* Bleu patriotique de base */
    z-index: -2;
}

/* Conteneur des cercles animés */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}

/* Création des cercles avec animations individuelles */
.circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        inset 0 0 50px rgba(255, 255, 255, 0.1),
        0 0 80px rgba(92, 176, 255, 0.3);
    animation: float 20s infinite linear;
}

/* Tailles et positions des cercles */
.circle:nth-child(1) {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -50px;
    animation-duration: 25s;
    animation-delay: 0s;
}

.circle:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 10%;
    animation-duration: 20s;
    animation-delay: 2s;
    background: rgba(255, 255, 255, 0.08);
}

.circle:nth-child(3) {
    width: 150px;
    height: 150px;
    bottom: 10%;
    left: 15%;
    animation-duration: 30s;
    animation-delay: 5s;
}

.circle:nth-child(4) {
    width: 250px;
    height: 250px;
    bottom: -50px;
    right: -80px;
    animation-duration: 35s;
    animation-delay: 7s;
    background: rgba(255, 255, 255, 0.05);
}

.circle:nth-child(5) {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 30%;
    animation-duration: 28s;
    animation-delay: 3s;
}

.circle:nth-child(6) {
    width: 120px;
    height: 120px;
    bottom: 30%;
    right: 25%;
    animation-duration: 22s;
    animation-delay: 1s;
}

/* Animation de flottement des cercles */
@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
        box-shadow: 
            inset 0 0 50px rgba(255, 255, 255, 0.1),
            0 0 80px rgba(92, 176, 255, 0.3);
    }
    25% {
        transform: translate(30px, -40px) rotate(90deg);
        box-shadow: 
            inset 0 0 60px rgba(255, 255, 255, 0.15),
            0 0 100px rgba(92, 176, 255, 0.4);
    }
    50% {
        transform: translate(0, -80px) rotate(180deg);
        box-shadow: 
            inset 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 60px rgba(92, 176, 255, 0.3);
    }
    75% {
        transform: translate(-30px, -40px) rotate(270deg);
        box-shadow: 
            inset 0 0 60px rgba(255, 255, 255, 0.15),
            0 0 100px rgba(92, 176, 255, 0.4);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
        box-shadow: 
            inset 0 0 50px rgba(255, 255, 255, 0.1),
            0 0 80px rgba(92, 176, 255, 0.3);
    }
}

/* Effet de pulsation supplémentaire */
@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

.hero-section::after {
    animation: pulse 10s ease-in-out infinite;
}

/* .hero-content {
    max-width: 500px;
} */

.hero-title {
    font-size:3.4rem;
    letter-spacing: 7px;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.hero-titles {
    font-size:3rem;
    /* letter-spacing: 7px; */
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: white;
    text-transform: uppercase;
    font-family: "sfsimple";
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: none;
}

.hero-motto {
    font-size: 1rem;
    color: var(--light-blue);
    font-style: italic;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.hero-mottos {
    font-size: 1rem;
    color: var(--light-blue);
    font-style: italic;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-description {
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    text-align: justify;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-descriptions {
    font-size: 1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}


/* ===== PARTICULES D'ÉTOILES ANIMÉES EN ARRIÈRE-PLAN — VERSION COMPLÈTE ===== */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(2px 2px at 5% 10%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2.5px 2.5px at 15% 25%, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 25% 40%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2.5px 2.5px at 35% 55%, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 45% 70%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2.5px 2.5px at 55% 85%, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 65% 95%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2.5px 2.5px at 75% 10%, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 85% 25%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2.5px 2.5px at 95% 40%, rgba(255,255,255,0.8), transparent);
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.4;
    transform: scale(1.01); /* Léger zoom pour effet de profondeur */
    animation: 
        starTwinkle 6s ease-in-out infinite,
        starFloat 20s linear infinite,
        starZoom 40s ease-in-out infinite;
}

@keyframes starTwinkle {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes starFloat {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes starZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

/* ===== ANIMATION D'APPARITION DES ÉLÉMENTS DU HERO ===== */
.hero-content > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-content .hero-title {
    transition-delay: 0.2s;
}

.hero-content .hero-motto {
    transition-delay: 0.4s;
}

.hero-content .hero-description {
    transition-delay: 0.6s;
}

.hero-content .btn-primary,
.hero-content .btn-outline-light {
    transition-delay: 0.8s;
}

.hero-content.animated > * {
    opacity: 1;
    transform: translateY(0);
}

.btn-primary {
    background: #c30303; 
    border: none;
    padding: 9px 14px;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
    background: transparent;
    padding: 12px 25px;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary-color);
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}



/* ===== SECTION VALEURS ===== */
.values-section {
    background: #ebebec6f; 
    position: relative;
    overflow: hidden;
}

.values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.values-section > .container {
    position: relative;
    z-index: 2;
}

.values-main-title {
    font-family: "sfbold";
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem !important;
}

.values-subtitle {
    font-family: "sfsimple";
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cartes de valeurs */
.value-item {
    background: rgb(255, 255, 255);
    border-radius: 10px ;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-size: 200% 100%;
    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.value-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.value-icon-container {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(96, 165, 250, 0.1));
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.value-item:hover .value-icon-container {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.2));
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.value-icon {
    font-size: 2rem;
    color: #60A5FA;
    transition: all 0.3s ease;
}

.value-item:hover .value-icon {
    color: #3B82F6;
    transform: scale(1.1);
}

.value-title {
    font-family: "sfbold";
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.value-iteme {
    border-radius: 10px ;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.value-iteme::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-size: 200% 100%;
    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


.value-icone-container {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(96, 165, 250, 0.1));
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.value-iteme:hover .value-icon-container {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.2));
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.value-icon {
    font-size: 2rem;
    color: #60A5FA;
    transition: all 0.3s ease;
}

.value-iteme:hover .value-icon {
    color: #3B82F6;
    transform: scale(1.1);
}

.value-titles {
    font-family: "sfsimple";
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}


.value-description {
    font-family: "sfsimple";
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Espacement page A propos */
.valuese-section {
    background: #ffffff; 
    position: relative;
    overflow: hidden;
}

.valuese-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.valuese-section > .container {
    position: relative;
    z-index: 2;
}

.valuese-main-title {
    font-family: "sfbold";
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem !important;
}

.valuese-main-titles {
    font-family: "sfbold";
    font-size: 1.90rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem !important;
}

.valuese-subtitle {
    font-family: "sfsimple";
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cartes de valeurs */
.valuee-item {
    background: rgb(255, 255, 255);
    border-radius: 10px ;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.valuee-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-size: 200% 100%;
    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.valuee-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2); 
}

.valuee-icon-container {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(96, 165, 250, 0.1));
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.valuee-item:hover .value-icon-container {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.2));
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.valuee-icon {
    font-size: 1.5rem;
    color: #60A5FA;
    transition: all 0.3s ease;
}

.valuee-item:hover .value-icon {
    color: #3B82F6;
    transform: scale(1.1);
}

.valuee-title {
    font-family: "sfbold";
    font-size: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.valuee-description {
    font-family: "sfsimple";
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #6c757d;
}

.card {
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      padding: 25px;
      width: 100%;
      border: 1px solid #eee;
    }

    .card-title {
      font-size: 1rem;
      font-weight: bold;
      color: #111;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .card-title::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .card-title.academic::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23005cbf' d='M12 2L2 7l10 5 10-5M2 12v5l10 5 10-5M2 12l10 5m-10 5v-5m10 5l10-5M2 7l10 5m10-5v5m-10 5v5'%3E%3C/path%3E%3C/svg%3E");
    }

    .card-title.seminars::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23005cbf' d='M12 6.252a5.248 5.248 0 100 10.496 5.248 5.248 0 000-10.496zM12 14.252a2.248 2.248 0 100-4.496 2.248 2.248 0 000 4.496zM18.75 20H5.25C4.56 20 4 19.44 4 18.75V6.25C4 5.56 4.56 5 5.25 5h13.5C19.44 5 20 5.56 20 6.25v12.5c0 .69-.56 1.25-1.25 1.25z'%3E%3C/path%3E%3C/svg%3E");
    }

    .item {
      position: relative;
      padding-left: 20px;
      margin-bottom: 20px;
      border-left: 3px solid #005cbf;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .item-title {
      font-weight: bold;
      color: #111;
      font-size: 1.1em;
      text-transform: uppercase;
      margin: 0;
    }

    .item-subtitle {
      color: #777;
      font-size: 0.90rem;
      margin: 5px 0 0 0;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
      .card {
        max-width: 100%;
      }
    }

/* Séparateur */
.separator {
    width: 100%;
    max-width: 800px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0.4), 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
}

/* Footer de la section */
.values-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem !important;
}

.time-display {
    font-family: "sfbold";
    font-size: 2.5rem;
    color: #ffffff;
    letter-spacing: 2px;
}

.time-hours,
.time-minutes,
.time-seconds {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
}

.time-separator {
    color: #60A5FA;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.time-period {
    font-family: "sfsimple";
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.date-display {
    font-family: "sfbold";
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.dark-mode-info {
    font-family: "sfsimple";
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Animation d'entrée pour les cartes */
.value-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.value-item:nth-child(1) { animation-delay: 0.1s; }
.value-item:nth-child(2) { animation-delay: 0.2s; }
.value-item:nth-child(3) { animation-delay: 0.3s; }
.value-item:nth-child(4) { animation-delay: 0.4s; }
.value-item:nth-child(5) { animation-delay: 0.5s; }
.value-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .values-main-title {
        font-size: 2rem;
    }
    
    .values-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .time-display {
        font-size: 2rem;
    }
    
    .value-item {
        padding: 2rem 1rem !important;
    }
}

@media (max-width: 576px) {
    .values-main-title {
        font-size: 1.8rem;
    }
    
    .time-display {
        font-size: 1.8rem;
    }
    
    .time-hours,
    .time-minutes,
    .time-seconds {
        min-width: 40px;
    }
}


/* ===== SECTION DERNIÈRES ACTUALITÉS ===== */
.news-section {
    background: #ffffff;
    padding: 80px 0;
}

.section-title {
    font-size: 1.90rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #000;
}

.section-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
    text-align: center;
}

.news-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-color: #dee2e6;
}

.news-date {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.news-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.news-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.read-more {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.read-more:hover {
    gap: 2px;
    text-decoration: underline;
}

/* Bouton "Voir toutes les actualités" */
.btn-outline-secondary {
    border-color: #dee2e6;
    color: #495057;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover {
    background: #f8f9fa;
    border-color: #ced4da;
    color: #212529;
}

.call-to-action
{
    padding: 5%;
    background-color: #b8dfff9f;
}

/* ===== PIED DE PAGE ===== */
/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #0a1a3a 0%, #1a3a5f 100%);
    border-top: 4px solid #3e9fef;
}

.hover-primary {
    transition: color 0.3s ease;
}

.hover-primary:hover {
    color: #3e9fef !important;
}

.social-icon {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    background-color: #1e4f8f !important;
    transform: translateY(-3px);
}

.language-selector .form-select {
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-selector .form-select:focus {
    border-color: #3e9fef;
    box-shadow: 0 0 0 0.25rem rgba(62, 159, 239, 0.25);
}

/* ===== ANIMATIONS SUBTILES ===== */
.logo {
    animation: pulseLogo 2s ease-in-out infinite;
}

@keyframes pulseLogo {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.hero-title {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.6rem;
    }
    .hero-description {
        font-size: 0.95rem;
    }
    .btn-primary,
    .btn-outline-light {
        width: 100%;
        margin-bottom: 10px;
    }
    .navbar-brand {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 120px 0 80px;
    }
    .hero-title {
        font-size: 2rem;
    }
}