 .sup-04 {font-size: 0.4em;}.sup-05 {font-size: 0.5em;}.sup-06 {font-size: 0.6em;}.centrer {text-align: center;}.tarifs-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: var(--espacement-md);margin-bottom: var(--espacement-xl);}.tarif-card {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);text-align: center;transition: transform var(--transition-normale), box-shadow var(--transition-normale);text-decoration: none;}.tarif-card a{display: block;text-decoration: none;}.tarif-card:hover {transform: translateY(-5px);box-shadow: var(--ombre-forte);text-decoration: none;}.tarif-card h3 {color: var(--couleur-primaire);font-size: 1.2rem;margin-bottom: var(--espacement-sm);}.tarif-duration {color: var(--couleur-texte-clair);font-size: 0.95rem;margin-bottom: var(--espacement-xs);}.tarif-price {font-size: 2.5rem;font-weight: bold;color: var(--couleur-accent);margin: var(--espacement-sm) 0;}.tarif-desc {font-size: 0.9rem;color: var(--couleur-texte-clair);margin: 0;}.formules-title {text-align: center;color: var(--couleur-primaire);font-size: 2rem;margin: var(--espacement-lg) 0 var(--espacement-md);}.formules-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: var(--espacement-md);margin-bottom: var(--espacement-lg);}.formule-card {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);text-align: center;border: 2px solid var(--couleur-bordure);position: relative;transition: transform var(--transition-normale), box-shadow var(--transition-normale);text-decoration: none;}.formule-card a {display: block;text-decoration: none;}.formule-card:hover {transform: translateY(-5px);box-shadow: var(--ombre-forte);text-decoration: none;}.formule-card.featured {border-color: var(--couleur-accent);border-width: 3px;}.formule-card.featured a {display: block;text-decoration: none;}.formule-badge {position: absolute;top: -15px;right: var(--espacement-sm);background-color: var(--couleur-primaire);color: white;padding: var(--espacement-xs) var(--espacement-sm);border-radius: 20px;font-size: 0.9rem;font-weight: 600;}.formule-badge.featured-badge {background-color: var(--couleur-accent);}.formule-card h3 {color: var(--couleur-primaire);margin: var(--espacement-sm) 0;}.formule-content {color: var(--couleur-texte);font-size: 1rem;margin-bottom: var(--espacement-md);}.formule-old-price {color: var(--couleur-texte-clair);text-decoration: line-through;font-size: 1.2rem;margin-bottom: var(--espacement-xs);}.formule-price {font-size: 2.5rem;font-weight: bold;color: var(--couleur-accent);margin: var(--espacement-xs) 0;}.formule-economy {color: var(--couleur-primaire);font-weight: 600;font-size: 1rem;}.payment-info {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);max-width: 800px;margin: 0 auto;}.payment-info h3 {color: var(--couleur-primaire);margin-bottom: var(--espacement-sm);}.payment-info ul {margin-bottom: var(--espacement-md);}.insurance-info {background-color: var(--couleur-fond-alt);padding: var(--espacement-sm);border-radius: 4px;margin-top: var(--espacement-sm);}.insurance-info p {margin-bottom: var(--espacement-xs);}.horaires-section {background-color: var(--couleur-fond-alt);}.horaires-section h2 {text-align: center;margin-bottom: var(--espacement-lg);}.horaires-grid {max-width: 600px;margin: 0 auto;background-color: white;border-radius: 8px;box-shadow: var(--ombre-legere);overflow: hidden;}.horaire-item {display: flex;justify-content: space-between;align-items: center;padding: var(--espacement-sm) var(--espacement-md);border-bottom: 1px solid var(--couleur-bordure);}.horaire-item:last-child {border-bottom: none;}.horaire-item.closed {background-color: var(--couleur-fond-alt);opacity: 0.6;}.jour {font-weight: 600;color: var(--couleur-primaire);}.heures {color: var(--couleur-texte);font-weight: 500;}.horaire-item.closed .heures {color: var(--couleur-texte-clair);}.contact-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));gap: var(--espacement-lg);}.contact-info-card {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);}.contact-item {display: flex;gap: var(--espacement-sm);margin-bottom: var(--espacement-md);padding-bottom: var(--espacement-md);border-bottom: 1px solid var(--couleur-bordure);}.contact-item:last-of-type {border-bottom: none;}.contact-icon {font-size: 2rem;flex-shrink: 0;}.contact-details h3 {color: var(--couleur-primaire);font-size: 1.1rem;margin-bottom: var(--espacement-xs);}.contact-details p {margin: 0;}.contact-details a {color: var(--couleur-accent);font-weight: 500;}.map-container {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);}.map-container h3 {color: var(--couleur-primaire);margin-bottom: var(--espacement-sm);}.map-note {margin-top: var(--espacement-sm);font-size: 0.85rem;color: var(--couleur-avertissement-texte);background-color: var(--couleur-avertissement);padding: var(--espacement-xs);border-radius: 4px;text-align: center;}.practical-info {background-color: var(--couleur-fond-alt);}.practical-info h2 {text-align: center;margin-bottom: var(--espacement-lg);}.info-boxes {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: var(--espacement-md);}.info-box {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);border-left: 4px solid var(--couleur-primaire);}.info-box.warning {border-left-color: var(--couleur-urgence);background-color: #fff5f5;}.info-box h3 {color: var(--couleur-primaire);font-size: 1.2rem;margin-bottom: var(--espacement-sm);}.info-box.warning h3 {color: var(--couleur-urgence);}.info-box p {margin: 0;font-size: 0.95rem;}@media (max-width: 768px) {.tarifs-grid {grid-template-columns: 1fr;}.formules-grid {grid-template-columns: 1fr;}.contact-grid {grid-template-columns: 1fr;}.info-boxes {grid-template-columns: 1fr;}}