:root {
    --primary: #3498db;
    --dark: #2c3e50;
    --light: #f8f9fa;
    --text: #333;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background-color: var(--light);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 0.5rem 0; /* Réduit pour s'adapter au logo */
    position: sticky;
    top: 0;
    z-index: 100;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style ajusté pour votre logo image */
.logo-img {
    height: 60px; /* Hauteur maximale dans le menu */
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li { margin-left: 20px; }

.nav-menu a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover { color: var(--primary); }

/* Section Hero */
#hero {
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                url('https://images.unsplash.com/photo-1473960104509-546e8b811317?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.cta-button {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
}

.cta-button:hover { transform: scale(1.05); }

@media (max-width: 768px) {
    .nav-menu { display: none; }
}

.section-title {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 1.8rem;
    color: var(--dark);
}

/* Grilles */
.info-grid, .sites-grid, .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

/* Cartes d'information */
.pricing-card, .events-card, .site-box, .presence-card, .auth-box {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-left: 5px solid var(--primary);
}

.pricing-card ul, .calendar {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.pricing-card li, .calendar li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.calendar li span {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    color: var(--primary);
}

.contact-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px dashed #eee;
}

.btn-email {
    display: inline-block;
    background: var(--dark);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 15px;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.btn-email:hover { background: var(--primary); }

/* Flotte */
.model-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.model-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(52, 152, 219, 0.2);
    border-color: var(--primary);
}

.model-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.model-info { padding: 20px; }
.model-info h3 {
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/* Météo */
.weather-card {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 15px 25px;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

#weather-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.weather-main {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.weather-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.status-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.wind-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

#windsock {
    display: inline-block;
    font-size: 1.5rem;
    transform-origin: left center;
    animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
}

/* Authentification & Présence */
.input-style {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-small {
    background: #95a5a6;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.members-style {
    list-style: none;
    text-align: left;
    margin: 15px 0;
}
/* Style pour les images intégrées dans les cartes et sections */
.section-img {
    width: 100%;          /* L'image prend toute la largeur de sa carte */
    height: 200px;        /* Hauteur fixe pour que toutes les cartes soient alignées */
    object-fit: cover;    /* L'image est recadrée proprement sans être écrasée */
    border-radius: 8px;   /* Petits bords arrondis esthétiques */
    margin-bottom: 15px;  /* Espace entre l'image et le titre */
}
* Section Hero modifiée avec votre propre image */
#hero {
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                url('images/terrain-hero.jpg'); /* <-- Le nom de votre nouvelle photo */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
     .highlight-box {
            background-color: var(--accent-bg);
            border-left: 4px solid var(--primary-color);
            padding: 15px;
            border-radius: 0 8px 8px 0;
            margin-bottom: 15px;
            font-style: italic;
        }
