
/* Variables CSS globales */
:root {
    --primary-color: #FFCD03;
    --dark-color: #2D2D2D;
    --light-gray: #F8F9FA;
}

/* Styles de base */
body {
    font-family: 'Inter', sans-serif;
}

.navbar-brand {width:150px;}
.navbar-brand img{width:120px;}
.dropdown-menu a:hover{
	color: var(--dark-color)!important;
}
/* Barre supérieure */
.top-bar {
    background-color: var(--dark-color);
    color: white;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 1030;
}

/* Navigation */
.navbar {
    padding: 1rem 0;
    background-color: transparent !important;
    backdrop-filter: none;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1020;
}

/* Navigation pour la page contact */
.navbar.contact-page {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    top: 0;
}

.navbar-brand {
    background-color: white;
    padding: 10px 20px;
    border-radius: 25px;
    color: var(--dark-color) !important;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

.nav-item a:hover {
    color: var(--primary-color) !important;
}

/* Liens de navigation pour page contact */
.contact-page .nav-link {
    color: var(--dark-color) !important;
}

/* Dropdown menu */
.dropdown-menu {
    background: var(--dark-color);
    border: none;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background: var(--primary-color);
    color: var(--dark-color) !important;
}

/* Section héros */
.hero-section {
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    margin-top: -120px;
    padding-top: 120px;
}


/* Section héros pour la page contact */
.hero-section.contact-hero {
    background: url('contact-banner.jpg') center/cover no-repeat;
    background-color: #f7f7f7;
    min-height: 300px;
    text-align: center;
    margin-top: 0;
    padding-top: 2rem;
}

.hero-section.contact-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.hero-title.large {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.highlight-yellow {
    color: var(--primary-color);
}

/* Titres de section */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 2rem;
    text-align: center;
}

.section-title .highlight {
    color: var(--primary-color);
}

/* Cartes et conteneurs */
.condition-card, .advantage-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.advantage-card {
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

/* Boîtes d'information */
.warning-box {
    background: #FFF9E6;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.contact-info {
    background: #FFF9E6;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.info-highlight {
    background: #E8F4FD;
    border-left: 4px solid var(--primary-color);
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 5px;
}

.promo-box {
    background: linear-gradient(135deg, var(--primary-color), #FFA500);
    color: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
}

.promo-box h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.paypal-info-box {
    background: white;
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.paypal-info-box::before {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.1;
}

/* Sections spéciales */
.food-drink-section {
    background: #FFF9E6;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.food-drink-section .icon {
    background: var(--primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.child-safety-section {
    background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.waiting-section {
    background-color: #F8F9FA;
}

.waiting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.waiting-column h6 {
    color: var(--dark-color);
    font-weight: bold;
    margin-bottom: 1rem;
}

.waiting-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.waiting-item i {
    color: var(--primary-color);
    margin-right: 10px;
    width: 20px;
}

/* Sections avec arrière-plans */
.advantages-section {
    background: #f8f9fa;
    padding: 5rem 0;
}

.why-choose-section {
    background: var(--dark-color);
    color: white;
    padding: 5rem 0;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.final-section {
    padding: 5rem 0;
    background: white;
}

.contact-section {
    padding: 60px 0;
}

.contact-info h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.contact-info .info-block {
    margin-bottom: 20px;
}

.contact-info .info-block i {
    color: var(--primary-color);
    margin-right: 10px;
}

/* Section CTA */
.cta-section {
    background: var(--primary-color);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: repeating-linear-gradient(
        45deg,
        var(--dark-color),
        var(--dark-color) 10px,
        var(--primary-color) 10px,
        var(--primary-color) 20px
    );
}

.cta-text {
    color: var(--dark-color);
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

/* Icônes */
.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--dark-color);
}

.feature-icon-large {
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 3rem;
    color: var(--dark-color);
}

.baggage-icon {
    color: var(--primary-color);
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Éléments décoratifs */
.checkmark {
    color: #28a745;
    margin-right: 10px;
}

.checkmark-list {
    list-style: none;
    padding: 0;
}

.checkmark-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2rem;
}

.checkmark-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.decorative-shape {
    position: relative;
    overflow: hidden;
}

.decorative-shape::before {
    content: '';
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

/* Formulaires */
.reservation-form {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 3rem;
}


 /* Styles for autocomplete */
        .input-group {
            position: relative;
        }

        .autocomplete-list {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-top: none;
            border-radius: 0 0 10px 10px;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .autocomplete-list.active {
            display: block;
        }

        .autocomplete-item {
            padding: 10px 15px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
            font-size: 13px;
            color: #333;
        }

        .autocomplete-item:hover {
            background-color: #f9f9f9;
            color: var(--primary-color);
        }

        .result-box {
            background: #f0f0f0;
            padding: 20px;
            border-radius: 10px;
            margin-top: 15px;
            display: none;
        }

        .result-box.active {
            display: block;
        }

        .result-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }

        .result-row:last-child {
            border-bottom: none;
        }

        .result-label {
            color: #666;
            font-size: 13px;
            font-weight: 600;
        }

        .result-value {
            font-weight: 600;
            color: var(--dark-color);
        }

        .price-total {
            background: var(--primary-color);
            color: var(--dark-color);
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            margin-top: 10px;
        }

        .error-msg {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }

        .error-msg.active {
            display: block;
        }

        .loading-spinner {
            display: none;
            color: var(--primary-color);
            font-size: 12px;
            margin-top: 5px;
        }

        .loading-spinner.active {
            display: block;
        }

        .input-group-text{
			height:50px;
		}




.form-control, .form-select {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.contact-form .form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
}

/* Boutons */
.btn-calculate {
    background: var(--primary-color);
    color: var(--dark-color);
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: bold;
    width: 100%;
    font-size: 1.1rem;
}

.btn-reserve {
    background: var(--dark-color);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.btn-reserve2 {
    background: var(--primary-color) !important;
}

.btn-submit {
    background: var(--primary-color);
    border: none;
    border-radius: 25px;
    font-weight: bold;
    padding: 12px 40px;
    color: var(--dark-color);
    transition: all 0.3s ease-in-out;
}

.btn-submit:hover {
    background: #e6a700;
}

.phone-btn {
    background-color: var(--primary-color);
    color: var(--dark-color) !important;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Images */
.car-image {
    max-width: 100%;
    height: auto;
}

/* Footer */
.footer {
    background-color: var(--dark-color);
    color: #DDDDDD;
    padding: 3rem 0 0.1rem;
}

.footer h5 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.footer a:hover {
    color: var(--primary-color);
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    display: inline-block !important;
}

.footer2, .footer3, .footer4 {
    padding-left: 50px;
}

.footer1 p {
    font-size: 14px;
    line-height: 24px;
}

.copyright {
    color: #8B8B8B;
    font-size: 12px;
}

/* Media Queries - Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-title.large {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .top-bar .row {
        text-align: center;
    }
    
    .top-bar .col-md-6:first-child {
        margin-bottom: 10px;
    }
    
    .condition-card {
        padding: 1.5rem;
    }
    
    .navbar {
        position: relative;
        top: 0;
    }
    
    .hero-section {
        margin-top: 0;
        padding-top: 2rem;
    }
    
    .navbar-collapse .nav-link {
        color: var(--dark-color) !important;
    }
    
    .waiting-grid {
        grid-template-columns: 1fr;
    }
    
    .hidemobile {
        display: none;
    }
    
    .reservation-form {
        padding: 1.5rem;
    }
    
    .contact-section {
        text-align: center;
    }
	.footer1 {
		padding-left:50px; 
	}
}