/* Styles spécifiques pour les pages de recrutement */

#recruitment_content {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Introduction */
.exigences_intro {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.exigences_intro h2 {
  color: #D4AF37;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Sections d'exigences */
.exigences_section {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.exigences_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #D4AF37, #FFD700, #D4AF37);
}

.exigences_section:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* En-tête des sections */
.section_header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.section_icon {
  font-size: 48px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 60px;
}

.section_header h3 {
  font-size: 28px;
  color: #333;
  margin: 0;
  font-weight: 700;
}

/* Grille des documents */
.documents_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.document_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.document_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.doc_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.doc_info h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.doc_info p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Informations sur les frais */
.fees_info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.fee_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.fee_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.fee_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.fee_content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.fee_content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Grille des déclarations */
.declarations_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.declaration_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.declaration_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.decl_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.decl_info h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.decl_info p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Grille du dossier */
.dossier_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.dossier_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.dossier_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.dossier_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.dossier_info h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.dossier_info p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Grille des modalités */
.modalites_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.modalite_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.modalite_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.modalite_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.modalite_info h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.modalite_info p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Informations de validation */
.validation_info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.validation_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
}

.validation_item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
  transform: translateX(10px);
}

.validation_icon {
  font-size: 36px;
  color: #D4AF37;
  margin-right: 20px;
  min-width: 50px;
}

.validation_content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.validation_content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Section des instructions */
.instructions_section {
  background: linear-gradient(135deg, #aa891e, #FFD700);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin: 40px 0;
}

.rec{
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.instructions_section h3 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
}

.instructions_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.instruction_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.instruction_item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.instruction_icon {
  font-size: 36px;
  color: #fff;
  margin-right: 20px;
  min-width: 50px;
}

.instruction_content h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.instruction_content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Styles pour les conditions de participation */
.conditions_intro {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.conditions_intro h2,.conditions_intro h1 {
  color: #D4AF37;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

.download_section {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  border-radius: 15px;
  color: #fff;
}

.download_section h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.download_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.download_btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  background: #fff;
  color: #D4AF37;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.download_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  color: #D4AF37;
  text-decoration: none;
}

.download_btn.secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid #fff;
}

.download_btn.secondary:hover {
  background: #fff;
  color: #D4AF37;
}

.download_btn i {
  margin-right: 10px;
  font-size: 18px;
}

/* Sections d'articles */
.article_section {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.article_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #D4AF37, #FFD700, #D4AF37);
}

.article_section:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.article_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.article_number {
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 50px;
  margin-right: 20px;
  min-width: 80px;
  text-align: center;
}

.article_header h3 {
  font-size: 28px;
  color: #333;
  margin: 0;
  font-weight: 700;
}

.article_content {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.subsection {
  margin-bottom: 25px;
}

.subsection h4 {
  color: #D4AF37;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.eligibility_list,
.requirements_list {
  list-style: none;
  padding: 0;
}

.eligibility_list li,
.requirements_list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 25px;
}

.eligibility_list li:before,
.requirements_list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D4AF37;
  font-weight: bold;
  font-size: 18px;
}

.eligibility_list li:last-child,
.requirements_list li:last-child {
  border-bottom: none;
}

/* Section de contact */
.contact_section {
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin: 40px 0;
}

.contact_section h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.contact_section p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.contact_info {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact_item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.contact_item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.contact_item i {
  font-size: 24px;
  margin-right: 15px;
  color: #fff;
}

.contact_item span {
  font-size: 16px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .exigences_intro,
  .conditions_intro {
    padding: 30px 20px;
  }
  
  .exigences_intro h2,
  .conditions_intro h2 {
    font-size: 28px;
  }
  
  .intro-text {
    font-size: 16px;
  }
  
  .exigences_section,
  .article_section {
    padding: 30px 20px;
  }
  
  .section_header,
  .article_header {
    flex-direction: column;
    text-align: center;
  }
  
  .section_icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .article_number {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .download_buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .download_btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .documents_grid,
  .fees_info,
  .declarations_grid,
  .dossier_grid,
  .modalites_grid,
  .validation_info,
  .instructions_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .document_item,
  .fee_item,
  .declaration_item,
  .dossier_item,
  .modalite_item,
  .validation_item,
  .instruction_item {
    flex-direction: column;
    text-align: center;
  }
  
  .doc_icon,
  .fee_icon,
  .decl_icon,
  .dossier_icon,
  .modalite_icon,
  .validation_icon,
  .instruction_icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .contact_info {
    flex-direction: column;
    gap: 20px;
  }
  
  .contact_item {
    justify-content: center;
  }
}

/* Styles pour le calendrier */
.calendrier_intro {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.calendrier_intro h2 {
  color: #D4AF37;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Timeline */
.timeline_section {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.timeline_section h3 {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
  font-weight: 700;
}

.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline {
  /* valeur responsive centrale utilisée partout */
  --date-box-w: clamp(72px, 11vw, 120px); /* ajuste si tu veux plus petit/grand */
  --date-box-padding: 8px;
  --date-font-day: clamp(16px, 3.2vw, 28px);
  --date-font-month: clamp(11px, 2.2vw, 14px);
  --date-font-year: clamp(10px, 2vw, 12px);
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #D4AF37, #FFD700, #D4AF37);
  border-radius: 2px;
  left: calc(var(--date-box-w) / 2);
}

.timeline_item {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}

.timeline_item::before {
  content: '';
  position: absolute;
  width: 18px;                    /* taille du point (ajuster si besoin) */
  height: 18px;
  border-radius: 50%;
  background-color: #D4AF37;
  border: 3px solid #fff;         /* anneau blanc si tu veux */
  box-shadow: 0 0 0 4px rgba(212,175,55,0.12); /* halo discret */
  /* centre horizontalement selon la taille dynamique du bloc date */
  left: calc(var(--date-box-w) / 2 - 9px); /* 9px = demi-largeur du point */
  /* placer le point au-dessus du cadre date (valeur négative) */
  top: calc(-1 * (var(--date-box-w) * 0.25)); /* 25% de la taille du cadre au-dessus */
  z-index: 2; /* < 3 pour rester derrière .timeline_date */
  transition: top .15s ease;
}

.timeline_item.final::before {
  background: #FFD700;
  box-shadow: 0 0 0 4px #FFD700;
}

.timeline_date {
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  margin-right: 30px;
  width: var(--date-box-w) !important;
  height: var(--date-box-w) !important;         /* carré, change si tu veux rectangle */
  min-width: 56px;
  min-height: 56px;
  padding: var(--date-box-padding);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;               /* empêche débordement / superposition */
  border-radius: 12px;
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  color: #fff;
  box-shadow: 0 8px 20px rgba(212,175,55,0.25);
  position: relative;
  z-index: 3;
}

.date_number {
  font-size: var(--date-font-day);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  letter-spacing: 0.2px;
}

.date_month {
  font-size: var(--date-font-month);
  font-weight: 600;
  margin: 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date_year {
  font-size: var(--date-font-year);
  opacity: 0.95;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timeline_content {
  flex: 1;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  border-left: 5px solid #D4AF37;
  transition: all 0.3s ease;
}

.timeline_content:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transform: translateX(10px);
}

.timeline_content h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}

.timeline_description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.timeline_actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.action_item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.action_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.action_item i {
  color: #D4AF37;
  margin-right: 10px;
  font-size: 16px;
}

.action_item span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Détails des étapes */
.details_section {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.details_section h3 {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
  font-weight: 700;
}

.details_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.detail_card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s ease;
  border-left: 5px solid #D4AF37;
  position: relative;
  overflow: hidden;
}

.detail_card:hover {
  background: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.detail_card.final {
  border-left-color: #FFD700;
}

.detail_card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 215, 0, 0.1));
  border-radius: 0 15px 0 100px;
}

.card_icon {
  font-size: 48px;
  color: #D4AF37;
  margin-bottom: 20px;
}

.detail_card.final .card_icon {
  color: #FFD700;
}

.card_content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.card_date {
  font-size: 18px;
  color: #D4AF37;
  font-weight: 600;
  margin-bottom: 15px;
}

.card_description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card_requirements {
  list-style: none;
  padding: 0;
}

.card_requirements li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #555;
}

.card_requirements li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D4AF37;
  font-weight: bold;
}

.card_requirements li:last-child {
  border-bottom: none;
}

/* Recommandations */
.recommendations_section {
  background: linear-gradient(135deg, #aa891e, #FFD700);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin: 40px 0;
}

.recommendations_section h3 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}

.recommendations_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.recommendation_item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.recommendation_item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.rec_icon {
  font-size: 36px;
  color: #fff;
  margin-right: 20px;
  min-width: 50px;
}

.rec_content h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.rec_content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive pour le calendrier */
@media (max-width: 768px) {
  .calendrier_intro {
    padding: 30px 20px;
  }
  
  .calendrier_intro h2 {
    font-size: 28px;
  }
  
  .timeline_section,
  .details_section {
    padding: 30px 20px;
  }
  
  .timeline::before {
    left: 30px;
  }
  
  .timeline_item::before {
    left: 18px;
  }
  
  .timeline_item {
    flex-direction: column;
  }
  
  .timeline_date {
    margin-right: 0;
    margin-bottom: 20px;
    align-self: flex-start;
  }
  
  .timeline_actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .action_item {
    justify-content: center;
  }
  
  .details_grid {
    grid-template-columns: 1fr;
  }
  
  .recommendations_grid {
    grid-template-columns: 1fr;
  }
  
  .recommendation_item {
    flex-direction: column;
    text-align: center;
  }
  
  .rec_icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .timeline {
    --date-box-w: clamp(56px, 18vw, 84px);
    --date-font-day: clamp(14px, 4.5vw, 22px);
    --date-font-month: 11px;
    --date-font-year: 10px;
  }
  .timeline::before { left: calc(var(--date-box-w) / 2); }
  .timeline_item::before { 
    width: 14px;
    height: 14px;
    left: calc(var(--date-box-w) / 2 - 7px);
    top: calc(-1 * (var(--date-box-w) * 0.28));
   }
}
h1.mgt, .calendrier_intro h2, .exigences_intro h2, .conditions_intro h2 {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}