        :root {
            --primary: #000000;
            --secondary: #1f2224a8;
            --accent: #e9404d;
           
            --light: #f8f9fa;
            --gray: #6c757d;
            --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        * {
            text-decoration: none;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-size: 0.9rem;
        }
        .service-icon i{
            font-size: 3.5rem;
        }
        .contact-info p{
            font-size: 1.08rem;
        }
        html {
            scroll-behavior: smooth;
        }

        body {
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            background-color: var(--light);
            overflow-x: hidden;
            height: 350rem;
        }
        
        h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        section {
            padding: 100px 0;
            position: relative;
        }

        .section-title {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
            overflow: hidden;
        }

        .section-title h2 {
            font-size: 3rem;
            color: var(--primary);
            display: inline-block;
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 0.8s forwards 0.3s;
        }
        #about-section{
            
            position: relative;
            bottom: 10rem;
        }
        #vehicles{
            
            position: relative;
            bottom: 22rem;
            
        }
        
        #galerie{
            
            position: relative;
            bottom: 25rem;
        }
        #contact{
            
            position: relative;
            bottom: 22rem;
        }
        #footer-section{
            
            position: relative;
            bottom: 22rem;
        }
        .section-title h2:after {
            content: '';
            position: absolute;
            width: 0;
            height: 5px;
            background: var(--accent);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 5px;
            animation: lineExpand 1s forwards 1s;
        }

        /* Header & Navigation */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: white ;
            padding: 20px 0;
            transition: var(--transition);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
        }

        header.scrolled {
            padding: 15px 0;
            background-color: white;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            color: var(--dark);
            text-decoration: none;
            font-size: 1.7rem;
            font-weight: 900;
            opacity: 0;
            transform: translateX(-50px);
            animation: slideRight 0.8s forwards 0.5s;
            position: relative;
            right: 7.5rem;
        }
        
        #logo-all-pass {
            width: clamp(4rem, 11vw, 6rem);
            height: clamp(5rem, 9vw, 5rem);
            position: relative;
            right: 0.4rem;
            bottom: 0.1rem;
            object-fit: contain;
            
        }
        #logo-all-pass:hover {
            transform: rotate(20deg) scale(1.2);
        }

        .logo:hover {
            margin-right: 15px;
            font-size: 1.9rem;
            transition: var(--transition);
            transform: rotate(20deg) scale(1.2);
            color: var(--accent);
        }

        .nav-links {
            display: flex;
            list-style: none;
            position: relative;
            left: 6rem;
        }

        .nav-links li {
            margin-left: 40px;
            opacity: 0;
            transform: translateY(-20px);
        }

        .nav-links li:nth-child(1) {
            animation: slideDown 0.5s forwards 0.6s;
            color: white;
        }
        .nav-links li:nth-child(2) { animation: slideDown 0.5s forwards 0.7s; }
        .nav-links li:nth-child(3) { animation: slideDown 0.5s forwards 0.8s; }
        .nav-links li:nth-child(4) { animation: slideDown 0.5s forwards 0.9s; }
        .nav-links li:nth-child(5) { animation: slideDown 0.5s forwards 1.0s; }

        .nav-links.active li a{
            color: white;
        }
        .nav-links a {
            color: black;
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition);
            position: relative;
            padding: 8px 0;
        }

        .nav-links a:hover {
            color: var(--accent);
        }

        .nav-links a:after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            background: var(--accent);
            bottom: 0;
            left: 0;
            transition: var(--transition);
            border-radius: 3px;
        }

        .nav-links a:hover:after {
            width: 100%;
        }

        .menu-toggle {
            display: none;
            color: var(--accent);
            font-size: 1.8rem;
            cursor: pointer;
            z-index: 1001;
            transition: var(--transition);
        }

        .menu-toggle:hover {
            color: var(--accent);
            transform: scale(1.1);
        }

        /* Hero Section */
        .hero {
            height: 100vh;
            
            background:  url('/static/images/gallery/16.jpeg');
            background-size: cover;
            position: relative;
           
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
            overflow: hidden;
            position: relative;
        }

        .floating-car {
            position: absolute;
            font-size: 10rem;
            color: rgba(255, 255, 255, 0.1);
            animation: float 6s ease-in-out infinite;
        }

        .floating-car:nth-child(1) { top: 15%; left: 5%; animation-delay: 0s; }
        .floating-car:nth-child(2) { top: 65%; right: 10%; animation-delay: 2s; }
        .floating-car:nth-child(3) { bottom: 20%; left: 15%; animation-delay: 4s; }

        .hero-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            
        }

        .hero h1 {
            font-size: 4.5rem;
            margin-bottom: 25px;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(50px);
            animation: fadeUp 1s forwards 0.8s;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        }

        .hero p {
            font-size: 1.4rem;
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 1s forwards 1s;
        }

        .cta-button {
            display: inline-block;
            background-color: var(--accent);
            color: white;
            padding: 18px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            transition: var(--transition);
            border: 2px solid var(--accent);
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 1s forwards 1.2s;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
        }

        .cta-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }

        .cta-button:hover:before {
            left: 100%;
        }

        .cta-button:hover {
            background-color: transparent;
            color: var(--accent);
            transform: translateY(-8px) scale(1.05);
            box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
        }

        /* Services Section */
        .services {
            background-color: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .services:before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(62, 146, 204, 0.1) 0%, transparent 70%);
            top: -150px;
            right: -150px;
            animation: pulse 8s infinite alternate;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            padding: 50px 35px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            z-index: 1;
            opacity: 0;
            transform: translateY(50px);
        }

        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            z-index: -1;
            opacity: 0;
            transition: var(--transition);
        }

        .service-card:hover:before {
            opacity: 1;
        }

        .service-card:hover {
            transform: translateY(-20px) scale(1.03);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            color: white;
        }

        .service-card:hover h3, .service-card:hover p {
            color: white;
        }

        .service-card:hover .service-icon {
            transform: scale(1.2) rotate(10deg);
            color: var(--accent);
        }

        .service-icon {
            font-size: 3.5rem;
            color: var(--primary);
            margin-bottom: 25px;
            transition: var(--transition);
            display: inline-block;
        }

        .service-card h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: var(--accent);
            transition: var(--transition);
        }

        .service-card p {
            transition: var(--transition);
        }

        /* Vehicles Section */
        .vehicles-section {
            position: relative;
            overflow: hidden;
        }

        .vehicles-section:after {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 107, 107, 0.1) 0%, transparent 70%);
            bottom: -200px;
            left: -200px;
            animation: pulse 10s infinite alternate-reverse;
        }

        .vehicles-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .vehicle-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
            opacity: 0;
            transform: translateY(50px);
            position: relative;
        }

        .vehicle-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

        .vehicle-img {
            height: 220px;
            background-size: cover;
            background-position: center;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .vehicle-card:hover .vehicle-img {
            transform: scale(1.1);
        }

        .vehicle-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7));
        }

        .vehicle-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--accent);
            color: white;
            padding: 8px 15px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            z-index: 2;
            transform: translateX(50px);
            opacity: 0;
            transition: var(--transition);
        }

        .vehicle-card:hover .vehicle-badge {
            transform: translateX(0);
            opacity: 1;
        }

        .vehicle-info {
            padding: 30px;
            position: relative;
        }

        .vehicle-info h3 {
            color: var(--primary);
            margin-bottom: 10px;
            font-size: 1.5rem;
        }

        .vehicle-price {
            color: var(--accent);
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        #about-color{
            color: #ff293b;
            font-weight:900;
        }
        .vehicle-price:before {
            content: 'FCFA';
            font-size: 1.2rem;
            margin-right: 5px;
        }

        .vehicle-details {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        .detail {
            text-align: center;
        }

        .detail i {
            color: var(--secondary);
            font-size: 1.2rem;
            margin-bottom: 5px;
            display: block;
        }

        /* About Section */
        .about-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }

        .about-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
            align-items: center;
        }

        .about-text {
            opacity: 0;
            transform: translateX(-50px);
        }

        .about-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            opacity: 0;
            transform: translateX(30px);
        }

        .stat {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }

        .stat:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 900;
            color: var(--primary);
            margin-bottom: 10px;
            display: block;
        }

        .stat-label {
            color: var(--gray);
            font-weight: 600;
        }
        /*Nos Galeries*/
        .galerie-section{

            background-color: #f8f9fa;
            color: white;
            position: relative;
            overflow: hidden;


        }

        /* Contact Section */
        .contact-section {

            justify-content: center;
            justify-items: center;
            text-align: center;
            background: rgba(0, 0, 0, 0.945);
            color: white;
            position: relative;
            
            overflow: hidden;

        }

        .contact-section:before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
            top: -250px;
            right: -250px;
        }

        .contact-section .section-title h2 {
            color: white;
        }

        .contact-section .section-title h2:after {
            background: var(--accent);
        }

        .contact-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 60px;
        }

        .contact-info h3 {
            color: white;
            margin-bottom: 25px;
            font-size: 1.8rem;
        }

        .contact-info p {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateX(-30px);
        }

        .contact-info i {
            color: var(--accent);
            margin-right: 15px;
            font-size: 1.3rem;
            width: 25px;
        }

      

      
        



       
        .contact-form {
            
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            padding: 50px;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            opacity: 0;
            transform: translateY(50px);
        }

        .form-group {
            margin-bottom: 25px;
            position: relative;
        }

        .form-control {
            width: 100%;
            padding: 18px;
            border: none;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.95);
            font-family: 'Poppins', sans-serif;
            transition: var(--transition);
            border: 2px solid transparent;
        }

        .form-control:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.3);
            background: white;
            border-color: var(--accent);
            transform: translateY(-3px);
        }

        textarea.form-control {
            min-height: 180px;
            resize: vertical;
        }

        .form-label {
            position: absolute;
            top: 18px;
            left: 18px;
            color: var(--gray);
            transition: var(--transition);
            pointer-events: none;
        }

        .form-control:focus + .form-label,
        .form-control:not(:placeholder-shown) + .form-label {
            top: -10px;
            left: 10px;
            font-size: 0.9rem;
            color: var(--accent);
            background: white;
            padding: 0 8px;
            border-radius: 5px;
        }

        .submit-btn {
            background: var(--accent);
            color: white;
            border: none;
            padding: 18px 50px;
            border-radius: 10px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .submit-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: 0.5s;
            z-index: -1;
        }

        .submit-btn:hover:before {
            left: 100%;
        }

        .submit-btn:hover {
            background: #ff5252;
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .submit-btn i {
            margin-right: 12px;
            font-size: 1.2rem;
        }

        /* Footer */
        footer {
            background: #191919;
            color: white;
            padding: 80px 0 40px;
            position: relative;
            overflow: hidden;
        }

        footer:before {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(62, 146, 204, 0.1) 0%, transparent 70%);
            bottom: -150px;
            right: -150px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 50px;
            margin-bottom: 50px;
            position: relative;
            z-index: 2;
        }

        .footer-logo {
            font-size: 2rem;
            font-weight: 900;
            color: white;
            margin-bottom: 25px;
            display: inline-block;
            opacity: 0;
            transform: translateX(-30px);
        }

        .footer-logo i {
            color: var(--accent);
            margin-right: 10px;
            transition: var(--transition);
        }

        .footer-logo:hover i {
            transform: rotate(15deg) scale(1.2);
        }

        .footer-links h4, .footer-newsletter h4 {
            color: white;
            margin-bottom: 25px;
            font-size: 1.3rem;
            opacity: 0;
            transform: translateY(20px);
        }

        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
            opacity: 0;
            transform: translateX(-20px);
        }

        .footer-links a {
            color: #bbb;
            text-decoration: none;
            transition: var(--transition);
            display: inline-block;
        }

        .footer-links a:hover {
            color: var(--accent);
            padding-left: 10px;
            transform: translateX(5px);
        }

        .copyright {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #bbb;
            font-size: 0.95rem;
            position: relative;
            z-index: 2;
        }

        /* Scroll to top button */
        .scroll-top {
            position: fixed;
            bottom: 40px;
            right: 40px;
            width: 60px;
            height: 60px;
            background: var(--accent);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
            transition: var(--transition);
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
            z-index: 999;
        }

        .scroll-top.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .scroll-top:hover {
            background: #ff5252;
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
        }

        /* Animations */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideRight {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes lineExpand {
            from {
                width: 0;
            }
            to {
                width: 80px;
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.5;
            }
            100% {
                transform: scale(1.1);
                opacity: 0.8;
            }
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        /* Particle effect */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            animation: float 5s infinite linear;
        }

        /* Message de confirmation */
        .message {
            padding: 20px;
            border-radius: 10px;
            margin-top: 25px;
            text-align: center;
            display: none;
            opacity: 0;
            transform: translateY(20px);
            transition: var(--transition);
        }

        .message.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
            animation: fadeUp 0.5s forwards;
        }

        .message.success {
            background-color: rgba(212, 237, 218, 0.9);
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        .message.error {
            background-color: rgba(248, 215, 218, 0.9);
            color: #721c24;
            border: 1px solid #f5c6cb;
        }



        /* nos galeries style*/


            .galerie-slider {
                position: relative;
                width: 100%;
                max-width: 800px;
                margin: 40px auto;
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            }

            .slider-container {
                position: relative;
                width: 100%;
                padding-bottom: 75%;
            }

            .slider-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: 0;
                transition: opacity 0.5s ease-in-out;
            }

            .slider-image.active {
                opacity: 1;
            }

            .slider-prev, .slider-next {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(0,0,0,0.5);
                color: white;
                border: none;
                padding: 15px 20px;
                cursor: pointer;
                font-size: 18px;
                transition: background 0.3s;
                z-index: 10;
            }

            .slider-prev:hover, .slider-next:hover {
                background: rgba(0,0,0,0.8);
            }

            .slider-prev {
                left: 10px;
            }

            .slider-next {
                right: 10px;
            }
        /* Responsive Styles */
        @media (max-width: 1200px) {
            *{
                text-decoration: none;
            }
            .hero h1 {
                font-size: 3.8rem;
            }
            
            .hero{

                background:  url('/static/images/gallery/16.jpeg');
                background-size: cover;
              
            }
            .section-title h2 {
                font-size: 2.8rem;
            }
            .form-group{

                min-width: 300px;
                
            }
            .about-stats{
                gap: 0.8rem;

                justify-content: center;
            }
            .contact-section{
                justify-content: center;
            }
            
        }

        @media (max-width: 992px) {
            *{
                text-decoration: none;
            }
            
            
            .hero h1 {
                font-size: 3.2rem;
            }
            
            .hero{

                background:  url('/static/images/gallery/16.jpeg');
                background-size: cover;
             
            }
            .section-title h2 {
                font-size: 2.5rem;
            }
            
            .services-grid, .vehicles-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }
            .about-stats{
                gap: 0.8rem;

                justify-content: center;
            }
            .contact-section{
                justify-content: center;
            }
            .form-group{

                min-width: 300px;
                
            }
            
        }

        @media (max-width: 768px) {
            *{
                text-decoration: none;
            }
            
            
            .menu-toggle {
                display: block;
            }
            .hero{

                background:  url('/static/images/gallery/16.jpeg');
                background-size: cover;
              
                
            }
            .nav-links {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: var(--primary);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                clip-path: circle(0% at 100% 0);
                transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
                z-index: 999;
            }

            .nav-links.active {
                clip-path: circle(150% at 100% 0);
                color: white;
            }

            .nav-links li {
                margin: 20px 0;
                opacity: 1;
                transform: translateY(0);
            }

            .nav-links a {
                font-size: 1.5rem;
            }

            .hero h1 {
                font-size: 2.8rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            section {
                padding: 80px 0;
            }
            
            .contact-form {
                padding: 40px 30px;
            }
            
            .scroll-top {
                bottom: 20px;
                right: 20px;
                width: 50px;
                height: 50px;
            }
            .about-stats{

                gap: 0.8rem;

                justify-content: center;
            }
            .contact-section{
                justify-content: center;
            }
            .form-group{

                min-width: 300px;
                
            }
            
        }

        @media (max-width: 576px) {
            *{
                text-decoration: none;
            }
            
            .logo{
                font-size: 1rem;
                position: relative;
                left: 1rem;
            }
            .hero{

                background:  url('/static/images/gallery/16.jpeg');
                background-size: cover;
               
            }
           
            #logo-all-pass {
            width: clamp(3rem, 6vw, 4rem);
            height: clamp(3rem, 6vw, 3rem);
            position: relative;
            right: 0.4rem;
            bottom: 0.1rem;
            object-fit: contain;
            
            }
            .lo
            .hero h1 {
                font-size: 2.6rem;

            }

            .section-title h2 {
                font-size: 2rem;
            }

            .service-card, .vehicle-card {
                padding: 40px 25px;
            }
            .stat{
                padding: 40px 25px;
                
            }
            .contact-section{
                justify-content: center;
                text-align: center;
            }

            .contact-form {
                padding: 30px 20px;
                min-height: 30vh;
                position: relative;
                left: -1rem;
                
            }
            .form-group{

                min-width: 320px;
                
            }
            
            .about-stats{

                justify-content: center;
                gap: 0.8rem;
            }
            
            .hero-content, .contact-container {
                padding: 0 15px;
            }
            .menu-toggle i {
                font-size: 2rem;
            }
            footer .container{
                justify-content: center;
                align-items: center;
                align-content: center;
                text-align: center;
            }
        
        }
        @media (max-width: 478px){

            *{
                text-decoration: none;
            }
        
            .logo{
                font-size: 1rem;
                position: relative;
                left: 1rem;
            }
            .hero{

                background:  url('/static/images/gallery/16.jpeg');
                background-size: cover;
               
            }
           
            #logo-all-pass {
            width: clamp(3rem, 6vw, 4rem);
            height: clamp(3rem, 6vw, 3rem);
            position: relative;
            right: 0.4rem;
            bottom: 0.1rem;
            object-fit: contain;
            
            }
            .lo
            .hero h1 {
                font-size: 2.6rem;

            }

            .section-title h2 {
                font-size: 2rem;
            }

            .service-card, .vehicle-card {
                padding: 40px 25px;
            }
            .stat{
                padding: 40px 25px;
                
            }
            .contact-section{
                justify-content: center;
                text-align: center;
            }

            .contact-form {
                padding: 30px 20px;
                min-height: 30vh;
                position: relative;
                right: 1.7rem;
                
                
            }

            .form-group{

                min-width: 270px;
                
            }
            
            .about-stats{

                justify-content: center;
                gap: 0.8rem;
            }
            
            .hero-content, .contact-container {
                padding: 0 15px;
            }
            
            footer .container{
                justify-content: center;
                align-items: center;
                align-content: center;
                text-align: center;
            }
      

        }
        
        
        
        
        
        
        /*Form*/




            .about-us-section {
                padding: 80px 0;
              
                position: relative;
                overflow: hidden;
            }

            .about-us-container {
                position: relative;
                z-index: 2;
            }

            .about-us-text {
                max-width: 800px;
                margin: 0 auto;
            }

            .about-paragraph {
                font-size: 18px;
                line-height: 1.8;
                color: #2c3e50;
                margin-bottom: 30px;
                font-family: 'Poppins', sans-serif;
                font-weight: 400;
                animation: fadeInUp 0.8s ease-out forwards;
                opacity: 0;
            }

            .about-paragraph:nth-child(1) {
                animation-delay: 0.2s;
            }

            .about-paragraph:nth-child(2) {
                animation-delay: 0.4s;
            }

            .about-paragraph:nth-child(3) {
                animation-delay: 0.6s;
            }

            .about-paragraph:nth-child(4) {
                animation-delay: 0.8s;
            }

            .text-highlight {
                color: #e9404d;
                font-weight: 700;
                position: relative;
                display: inline-block;
                padding: 2px 8px;
                border-radius: 4px;
                background: rgba(233, 64, 77, 0.1);
                animation: highlightPulse 2s ease-in-out infinite;
            }

            .text-accent {
                color: #e9404d;
                font-weight: 600;
                position: relative;
                animation: textGlow 2.5s ease-in-out infinite;
            }

            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }



            @media (max-width: 768px) {
                .about-us-section {
                    padding: 60px 0;
                }

                .about-paragraph {
                    font-size: 16px;
                    line-height: 1.7;
                    margin-bottom: 20px;
                }
            }





            /* Nos galeries */

             .about-us-section {
                    padding: 100px 0;
                    position: relative;
                    overflow: hidden;
                }

                .about-us-section::before {
                    content: '';
                    position: absolute;
                    top: -50%;
                    right: -10%;
                    width: 500px;
                    height: 500px;
                    background: rgba(233, 64, 77, 0.1);
                    border-radius: 50%;
                    animation: floatShape 8s ease-in-out infinite;
                }

                .about-us-section::after {
                    content: '';
                    position: absolute;
                    bottom: -30%;
                    left: -5%;
                    width: 400px;
                    height: 400px;
                    background: #e9404e11;
                    border-radius: 50%;
                    animation: floatShape 10s ease-in-out infinite reverse;
                }

                .about-us-container {
                    position: relative;
                    z-index: 2;
                }

                .about-us-text {
                    max-width: 900px;
                    margin: 0 auto;
                }

                .about-paragraph {
                    font-size: 18px;
                    line-height: 2;
                    color: #2c3e50;
                    margin-bottom: 35px;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 400;
                    animation: fadeInUp 0.9s ease-out forwards;
                    opacity: 0;
                    position: relative;
                    padding-left: 30px;
                }

                .about-paragraph::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 8px;
                    width: 12px;
                    height: 12px;
                    background: linear-gradient(135deg, #e9404d, #e9404ea5);
                    border-radius: 50%;
                    animation: pulse 2s ease-in-out infinite;
                }

                .about-paragraph:nth-child(1) {
                    animation-delay: 0.2s;
                }

                .about-paragraph:nth-child(2) {
                    animation-delay: 0.35s;
                }

                .about-paragraph:nth-child(3) {
                    animation-delay: 0.5s;
                }

                .about-paragraph:nth-child(4) {
                    animation-delay: 0.65s;
                }

                .text-highlight {
                    color: #e9404d;
                    font-weight: 700;
                    position: relative;
                    display: inline-block;
                    padding: 4px 12px;
                    border-radius: 6px;
                    
                    animation: highlightPulse 2.5s ease-in-out infinite;
                    border-left: 3px solid #e9404d;
                }

                .text-accent {
                    color: #e9404d;
                    font-weight: 600;
                    position: relative;
                    animation: textGlow 2.5s ease-in-out infinite;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }

                .text-accent:hover {
                    letter-spacing: 0.5px;
                }

                @keyframes fadeInUp {
                    from {
                        opacity: 0;
                        transform: translateY(40px);
                    }
                    to {
                        opacity: 1;
                        transform: translateY(0);
                    }
                }


                @keyframes pulse {
                    0%, 100% {
                        transform: scale(1);
                        opacity: 0.7;
                    }
                    50% {
                        transform: scale(1.3);
                        opacity: 0.4;
                    }
                }

                @keyframes floatShape {
                    0%, 100% {
                        transform: translateY(0px) rotate(0deg);
                    }
                    50% {
                        transform: translateY(30px) rotate(180deg);
                    }
                }

                @media (max-width: 768px) {
                    .about-us-section {
                        padding: 70px 0;
                    }

                    .about-paragraph {
                        font-size: 16px;
                        line-height: 1.8;
                        margin-bottom: 25px;
                    }

                    .about-us-section::before {
                        width: 300px;
                        height: 300px;
                    }

                    .about-us-section::after {
                        width: 250px;
                        height: 250px;
                    }
                }

                @media (max-width: 480px) {
                    .about-us-section {
                        padding: 50px 0;
                    }

                    .about-paragraph {
                        font-size: 15px;
                        line-height: 1.7;
                        margin-bottom: 20px;
                        padding-left: 25px;
                    }
                }


                /* social links */

                    .social-links {
                        position: relative;
                        right: 0;
                        display: flex;
                        gap: 20px;
                        margin-top: 30px;
                        justify-content: center;
                        flex-wrap: wrap;
                    }

                    .social-links a i {
                        color: white;

                    }

                    .social-links a {
                        width: 50px;
                        text-decoration: none;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        background: #e9404d;
                        color: white;
                        font-size: 20px;
                        transition: all 0.3s ease;
                        position: relative;
                        overflow: hidden;
                        box-shadow: 0 4px 15px #db717a;
                    }

                    .social-links a i {
                        transition: all 0.3s ease;
                        align-items: center;
                        justify-content: center;
                        justify-items: center;
                        align-content: center;
                        position: relative;
                        left: 0.4rem;
                    }

                    .social-links a::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: -100%;
                        width: 100%;
                        height: 100%;
                        color: #e9404d;
                        background: black;
                        transition: left 0.3s ease;
                        z-index: -1;
                    }

                    .social-links a:hover::before {
                        left: 0;
                    }

                    .social-links a:hover {
                        transform: translateY(-8px) scale(1.15);
                        box-shadow: 0 4px 15px rgb(233, 98, 98);
                    }

                    .social-links a:active {
                        transform: translateY(-4px) scale(1.1);
                    }

                    .social-links a:hover i {
                        animation: bounce 0.6s ease;
                    }

                    @keyframes bounce {
                        0%, 100% { transform: translateY(0); }
                        50% { transform: translateY(-10px); }
                    }

                    /* Responsive - Tablettes */
                    @media (max-width: 768px) {
                        .social-links {
                            margin-top: 25px;
                            gap: 15px;
                        }
                        
                        .social-links a {
                            width: 45px;
                            height: 45px;
                            font-size: 18px;
                        }
                    }

                    /* Responsive - Mobiles */
                    @media (max-width: 480px) {
                        .social-links {
                            margin-top: 20px;
                            gap: 12px;
                        }
                        
                        .social-links a {
                            width: 40px;
                            height: 40px;
                            font-size: 16px;
                        }
                        
                        .social-links a i {
                            left: 0.5rem;
                        }
                        
                        .social-links a:hover {
                            transform: translateY(-6px) scale(1.1);
                        }
                    }


                     /* mise en page du formulaire */
                    

                    .form-group {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                    }

                    .form-group label {
                        font-size: 14px;
                        font-weight: 600;
                        color: #2c3e50;
                        margin-bottom: 8px;
                        text-transform: uppercase;
                        letter-spacing: 0.5px;
                    }

                    .form-input {
                        width: 100%;
                        padding: 14px 18px;
                        border: 2px solid #e0e6ed;
                        border-radius: 8px;
                        background:white;
                        font-size: 16px;
                        color: black;
                        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        font-family: 'Poppins', sans-serif;
                    }

                    .form-input::placeholder {
                        color: #95a5a6;
                    }

                    .form-input:focus {
                        outline: none;
                        border-color: #e9404d;
                        background:white;
                        box-shadow: 0 8px 25px rgba(233, 64, 77, 0.15);
                        transform: translateY(-2px);
                    }

                    .form-input:hover {
                        border-color: #d12b3a;
                        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
                    }

                    .form-textarea {
                        resize: vertical;
                        min-height: 140px;
                        font-family: 'Poppins', sans-serif;
                    }

                  

                    .submit-btn {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        background: linear-gradient(135deg, #e9404d 0%, #d12b3a 100%);
                        color: #fff;
                        border: none;
                        padding: 16px 32px;
                        font-size: 18px;
                        font-weight: 600;
                        border-radius: 8px;
                        cursor: pointer;
                        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        position: relative;
                        overflow: hidden;
                        box-shadow: 0 8px 20px rgba(233, 64, 77, 0.3);
                        margin-top: 15px;
                    }

                    .submit-btn::before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 0;
                        height: 0;
                        border-radius: 50%;
                        background: rgba(255, 255, 255, 0.3);
                        transform: translate(-50%, -50%);
                        transition: width 0.6s, height 0.6s;
                    }

                    .submit-btn:hover::before {
                        width: 300px;
                        height: 300px;
                    }

                    .submit-btn:hover {
                        transform: translateY(-4px);
                        box-shadow: 0 12px 30px rgba(233, 64, 77, 0.4);
                    }

                    .submit-btn:active {
                        transform: translateY(-1px);
                        box-shadow: 0 6px 15px rgba(233, 64, 77, 0.3);
                    }

                    .btn-icon {
                        margin-right: 10px;
                        font-size: 20px;
                        transition: transform 0.4s ease;
                    }

                    .submit-btn:hover .btn-icon {
                        transform: rotate(20deg) scale(1.1);
                    }

                    .btn-text {
                        position: relative;
                        z-index: 1;
                    }

                    @media (max-width: 768px) {
                        .contact-form-wrapper {
                            gap: 20px;
                            padding: 30px;
                            border-radius: 12px;
                        }
                        
                        .form-input {
                            padding: 12px 15px;
                            font-size: 15px;
                        }
                        
                        .submit-btn {
                            padding: 14px 28px;
                            font-size: 16px;
                        }
                    }

                    @media (max-width: 480px) {
                        .contact-form-wrapper {
                            gap: 15px;
                            padding: 20px;
                            border-radius: 10px;
                            text-decoration: none;
                        }
                        
                        
                        
                        .form-input {
                            padding: 11px 13px;
                            font-size: 14px;
                        }
                        
                        .submit-btn {
                            font-size: 14px;
                            padding: 12px 24px;
                        }
                        
                        .btn-icon {
                            margin-right: 6px;
                            font-size: 16px;
                            
                        }
                    }
                    
                    
                    
                    
                    
                    html {
  -webkit-text-size-adjust: 100%; /* Empêche Safari de redimensionner le texte */
}
                    body {
                      /* Ajoute une marge automatique pour éviter que l'encoche ne cache le contenu */
                      padding-top: env(safe-area-inset-top);
                      padding-bottom: env(safe-area-inset-bottom);
                      padding-left: env(safe-area-inset-left);
                      padding-right: env(safe-area-inset-right);
                    }
                    
                    
                    * {
  -webkit-tap-highlight-color: transparent; /* Supprime le flash gris au clic */
}

                    input {
                      box-shadow: none;
                      -webkit-appearance: none;
                    }