.elementor-458 .elementor-element.elementor-element-58d8847{--display:flex;}.elementor-458 .elementor-element.elementor-element-422a896{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-458 .elementor-element.elementor-element-535c753{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-458 .elementor-element.elementor-element-bb54346 iframe{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 297deg );transition-duration:0s;}.elementor-458 .elementor-element.elementor-element-eb4d5f9{--display:flex;}.elementor-458 .elementor-element.elementor-element-d147fe3{--spacer-size:28px;}/* Start custom CSS for html, class: .elementor-element-871813f */:root {
  --af-red: #da002e;
  --af-dark: #0f172a;
  --af-yellow: #fef08a;
  --af-cream: #fffbeb;
  --af-border: #0f172a;
  --af-gray-bg: #f8fafc;
}



.af-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.af-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--af-dark);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

/* Carte d'informations unique */
.af-contact-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 6px 6px 0px var(--af-border);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.af-contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.af-contact-icon {
  width: 45px;
  height: 45px;
  background: var(--af-yellow);
  border: 2px solid var(--af-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 2px 2px 0px var(--af-border);
}

.af-contact-details p, 
.af-contact-details a {
  font-size: 1rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
  margin: 0;
  line-height: 1.6;
  word-break: break-all; /* &lt;-- Ajoute cette ligne pour forcer le retour à la ligne sur mobile */
}

.af-contact-details p, 
.af-contact-details a {
  font-size: 1rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
  margin: 0;
  line-height: 1.6;
}

.af-contact-details a:hover {
  color: var(--af-red);
  text-decoration: underline;
}

/* Liste des horaires propre */
.af-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.af-schedule-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 4px;
}

.af-day {
  font-weight: 700;
  color: var(--af-dark);
}

.af-hours {
  color: #475569;
  text-align: right;
}

.af-closed {
  color: #94a3b8;
  font-style: italic;
}

/* Bouton WhatsApp direct */
.af-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #22c55e;
  color: #ffffff;
  border: 2px solid var(--af-border);
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 3px 3px 0px var(--af-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 10px;
  align-self: flex-start;
}

.af-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0px var(--af-border);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .af-contact-card {
    padding: 25px;
  }
  .af-schedule-row {
    flex-direction: column;
    gap: 2px;
  }
  .af-hours {
    text-align: left;
  }
}/* End custom CSS */