
 
  /* ========================================
   PALETTE DE COULEURS
   Primaire: #333333 (gris foncé)
   Secondaire: #c2b280 (doré)
   ======================================== */
/* ========================================
   SECTION ACTIVITÉS À VENIR (Archive Page)
   ======================================== */

.upcoming-section-title {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    color: #333333;
    margin: 30px 0 10px 0;
    position: relative;
}

.upcoming-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #333333, #c2b280);
    margin: 10px auto 0;
    border-radius: 2px;
}

.upcoming-section-subtitle {
    text-align: center;
    color: #888;
    font-size: 1em;
    margin-bottom: 30px;
}

/* Wrapper de la grille Bootstrap */
.upcoming-activities-wrapper {
    padding: 10px 15px 30px;
}

.upcoming-activities-wrapper .col-md-6,
.upcoming-activities-wrapper .col-md-12 {
    padding: 10px;
}

/* Surcharge pour que les event-card s'adaptent au col Bootstrap */
.upcoming-activities-wrapper .event-card {
    height: 100%;
}

.upcoming-activities-wrapper .event-header {
    flex-wrap: wrap;
}

.upcoming-activities-wrapper .event-date {
    min-width: 130px;
    flex-shrink: 0;
}

/* Badge congrès (événement full-width) */
.upcoming-activities-wrapper .col-md-12 .event-card {
    border-left: 6px solid #c2b280;
    background: linear-gradient(135deg, rgba(51,51,51,0.03) 0%, rgba(194,178,128,0.08) 100%);
}

.upcoming-activities-wrapper .col-md-12 .event-title h3 {
    font-size: 1.8em;
}

.upcoming-activities-wrapper .col-md-12 .event-date {
    min-width: 160px;
}

.upcoming-activities-wrapper .col-md-12 .event-date .day {
    font-size: 2.4em;
}

/* Responsive */
@media (max-width: 768px) {
    .upcoming-activities-wrapper .col-md-6,
    .upcoming-activities-wrapper .col-md-12 {
        padding: 8px 6px;
    }

    .upcoming-activities-wrapper .event-date {
        min-width: 100%;
    }
}
  .header-banner {
    background: linear-gradient(135deg, #333333 0%, #555555 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
  }

  .header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(194,178,128,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,165.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    opacity: 0.3;
  }

  .header-icon {
    font-size: 60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #c2b280;
  }

  .header-banner h1 {
    font-size: 2em;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
  }

  .header-banner p {
    text-align: center;
    font-size: 1em;
    position: relative;
    z-index: 1;
    color: #c2b280;
  }

  .content {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .intro-text {
    background: linear-gradient(135deg, rgba(194, 178, 128, 0.1) 0%, rgba(51, 51, 51, 0.05) 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    border-left: 5px solid #c2b280;
    font-size: 1em;
    line-height: 1.8;
  }

  .calendar-grid {
    display: grid;
    gap: 25px;
    margin: 40px 0;
  }

  .event-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 5px solid #c2b280;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .event-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(194, 178, 128, 0.1), transparent);
    border-radius: 0 0 0 100%;
  }

  .event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(194, 178, 128, 0.3);
  }

  .event-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
  }

  .event-date {
    background: linear-gradient(135deg, #333333, #555555);
    color: white;
    padding: 15px 15px;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .event-date .day {
    font-size: 1.8em;
    font-weight: bold;
    color: #c2b280;
  }

  .event-date .month {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .event-title {
    flex: 1;
  }

  .event-title h3 {
    color: #333333;
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .event-type {
    display: inline-block;
    background: #c2b280;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.50em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .event-details {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed rgba(194, 178, 128, 0.3);
  }

  .event-details p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1.05em;
  }

  .event-details i {
    color: #c2b280;
    width: 20px;
  }

  .special-event {
    border-left-color: #333333;
    background: linear-gradient(135deg, rgba(51, 51, 51, 0.02) 0%, rgba(194, 178, 128, 0.05) 100%);
    margin-bottom: 15px;
  }

  .special-event .event-type {
    background: #333333;
  }

  .tentative-badge {
    background: #ffc107;
    color: #333;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.50em;
    font-weight: 600;
    margin-left: 10px; 
  }

  .highlight-box {
    background: linear-gradient(135deg, #c2b280 0%, #d4c59a 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(194, 178, 128, 0.3);
  }

  .note-section {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
  }

  .note-section h4 {
    color: #856404;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .note-section p {
    color: #856404;
    margin: 0;
  }

  .back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 12px 25px;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 30px;
  }

  .back-button:hover {
    background: #333333;
    color: white;
    transform: translateX(-5px);
  }

  @media (max-width: 768px) {
    .content {
      padding: 30px 20px;
    }

    .header-banner {
      padding: 40px 20px;
      border-radius: 0;
    }

    .header-banner h1 {
      font-size: 1.8em;
    }

    .event-header {
      flex-direction: column;
    }

    .event-date {
      width: 100%;
    }

    .event-title h3 {
      font-size: 1.2em;
    }
  }

  
  /* Lien retour */
  .smallest a.text-primary {
    color: #333333 !important;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(194, 178, 128, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .smallest a.text-primary:hover {
    background: #c2b280;
    color: white !important;
  }

  .smallest a.text-primary i {
    color: #c2b280;
  }

  .smallest a.text-primary:hover i {
    color: white;
  } 