.elementor-1706 .elementor-element.elementor-element-f27c97f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-823ced9 *//* SECTION PRINCIPALE */
.page-axes-detailles {
  padding: 60px 20px;
  background: #f8f9fb;
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* EN-TÊTE DE PAGE */
.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-title {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.page-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 4px;
  background: #FF6B00;
  border-radius: 2px;
}

.page-intro {
  color: #666666;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* GRILLE DES AXES */
.axes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* BLOC AXE */
.axe-bloc {
  background: white;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 107, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.axe-bloc:hover {
  box-shadow: 0 30px 60px rgba(255, 107, 0, 0.1);
  border-color: #FF6B00;
}

.axe-bloc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #FF6B00;
  opacity: 0.5;
}

/* EN-TÊTE D'AXE */
.axe-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 107, 0, 0.2);
}

.axe-number {
  width: 60px;
  height: 60px;
  background: #FF6B00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: white;
  font-family: "Verdana", sans-serif;
  box-shadow: 0 10px 20px rgba(255, 107, 0, 0.3);
}

.axe-header h2 {
  font-size: 28px;
  color: #000000;
  font-family: "Verdana", sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

/* CONTENU D'AXE */
.axe-content {
  padding-left: 80px; /* Pour aligner avec le titre */
}

.axe-description {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}

/* LISTE À PUCES */
.axe-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.axe-list li {
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.axe-list li::before {
  content: '•';
  color: #FF6B00;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.3s ease;
}

.axe-list li:hover {
  transform: translateX(5px);
  color: #000000;
}

.axe-list li:hover::before {
  transform: scale(1.3);
}

/* SOUS-LISTE */
.axe-sublist {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.axe-sublist li {
  font-size: 15px;
  color: #666666;
  margin-bottom: 8px;
  padding-left: 25px;
}

.axe-sublist li::before {
  content: '→';
  font-size: 14px;
  color: #FF6B00;
  left: 0;
  top: 0;
}

/* INFORMATIONS SPÉCIALES (HORAIRES, LIEUX) */
.axe-info {
  background: rgba(255, 107, 0, 0.05);
  border-left: 4px solid #FF6B00;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 25px 0;
}

.axe-info p {
  margin: 8px 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.axe-info strong {
  color: #FF6B00;
  font-weight: 600;
}

/* TEXTE DE CONCLUSION D'AXE */
.axe-conclusion {
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 107, 0, 0.3);
  font-style: italic;
}

/* BLOC SPÉCIAL POUR LE PREMIER AXE */
.axe-bloc:first-child .axe-info {
  background: rgba(255, 107, 0, 0.08);
}

/* HORAIRES DE MESSES */
.horaires-messes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.horaire-item {
  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 107, 0, 0.2);
  text-align: center;
}

.horaire-item .jour {
  color: #FF6B00;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.horaire-item .heure {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1024px) {
  .page-title {
    font-size: 42px;
  }
  
  .axe-header h2 {
    font-size: 24px;
  }
  
  .axe-content {
    padding-left: 0;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .page-axes-detailles {
    padding: 40px 15px;
  }
  
  .page-title {
    font-size: 32px;
  }
  
  .page-intro {
    font-size: 16px;
  }
  
  .axe-bloc {
    padding: 30px 20px;
  }
  
  .axe-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .axe-header h2 {
    font-size: 22px;
  }
  
  .axe-description {
    font-size: 16px;
  }
  
  .axe-list li {
    font-size: 15px;
  }
  
  .axe-info {
    padding: 15px;
  }
  
  .horaires-messes {
    grid-template-columns: 1fr;
  }
}

/* PETITS MOBILES */
@media (max-width: 480px) {
  .page-title {
    font-size: 26px;
  }
  
  .axe-header h2 {
    font-size: 20px;
  }
  
  .axe-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}/* End custom CSS */