Désolé, ce produit n'est pas disponible
Passer au contenu principal
Services
BMX Race
Vélos
Composantes
Accessoires
À Propos
Contact
Menu
/* 20260209 */ /* Début ajout dans la section mise au point */ /* --- CONFIGURATION GLOBALE --- */ .service-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 20px 10px; font-family: 'Helvetica', Arial, sans-serif; max-width: 1400px; margin: 0 auto; } /* --- STYLE DES CARTES --- */ .service-card { flex: 1; min-width: 280px; max-width: 320px; border: 1px solid #d1d1d1; border-radius: 12px; padding: 25px; display: flex; flex-direction: column; background: #ffffff; transition: all 0.3s ease; box-sizing: border-box; } /* --- LE COMPLET (MIS EN ÉVIDENCE) --- */ .service-card.featured-grey { background-color: #f2f2f2 !important; border: 2px solid #00aeef !important; box-shadow: 0 8px 20px rgba(0,0,0,0.1); z-index: 2; } @media (min-width: 769px) { .service-card.featured-grey { transform: scale(1.03); /* Agrandissement uniquement sur ordi */ } } /* --- TYPOGRAPHIE --- */ .service-header h3 { margin: 10px 0; color: #222; font-size: 1.5rem; } .subtitle { font-size: 0.9rem; color: #666; line-height: 1.4; min-height: 60px; } /* --- PRIX --- */ .service-prices ul { list-style: none; padding: 0; margin: 15px 0; } .service-prices li { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 4px 0; font-weight: bold; color: #333; } /* --- CARACTÉRISTIQUES --- */ .service-features { list-style: none; padding: 0; margin: 15px 0 25px 0; flex-grow: 1; /* Pousse le bouton vers le bas */ } .service-features li { font-size: 0.85rem; margin-bottom: 8px; padding-left: 20px; position: relative; color: #444; } .service-features li::before { content: "✓"; color: #00aeef; position: absolute; left: 0; font-weight: bold; } /* --- BOUTONS --- */ .service-button { display: block; text-align: center; background: #00aeef; color: #ffffff !important; padding: 14px; border-radius: 6px; text-decoration: none !important; font-weight: bold; margin-top: auto; /* Aligne le bouton tout en bas */ } .service-button.ghost { background: transparent; color: #00aeef !important; border: 2px solid #00aeef; } /* --- BADGES --- */ .badge { font-size: 0.75rem; padding: 4px 12px; border-radius: 20px; background: #9b9b9b; color: #fff; font-weight: bold; text-transform: uppercase; } .badge.highlight { background: #00aeef; } .badge.dark { background: #222; } .badge.kamikaze { background: #e62117; } /* --- ADAPTATION MOBILE (SAMSUNG S21) --- */ @media (max-width: 768px) { .service-container { flex-direction: column; align-items: center; } .service-card { width: 100%; max-width: 400px; min-height: auto; margin-bottom: 20px; } } /* 20260209 */ /* Fin ajout dans la section mise au point */