 :root {
            --primary-blue: #0A1D56;
            --accent-orange: #E68A2E;
            --text-dark: #1A1A1A;
            --bg-light: #F8F9FA;
            --white: #ffffff;
        }
        
.accueil{color: #00d2ff; font-weight: bold;border-bottom: 2px solid #00d2ff;}    


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.6;
        }

        /* --- HERO SECTION --- */
        .hero {

           
            background: linear-gradient(rgba(10, 29, 86, 0.9), rgba(10, 29, 86, 0.9)), 
                        url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=800&q=80'); /* Image de fond tech */
            background-size: cover;
            background-position: center;
           
          height: 350px;
           
            justify-content: center;
            align-items: center;
            text-align: center;
           
            color: var(--white);
            width: 1000px;
            max-width: 98%;
            margin: auto;border-radius: 20px;
            display: flex;

                animation: slideUpFade 1s ease-out forwards;
            }

            @keyframes slideUpFade {
                from {
                    opacity: 0;
                    transform: translateY(40px); /* Départ : bas et invisible */
                }
                to {
                    opacity: 1;
                    transform: translateY(0);    /* Arrivée : position normale */
                }
            }
            .div-about{
            width: calc(100% - 300px);
              display: flex;
              flex-direction: column;
             
               justify-content: center;
            align-items: center;
            text-align: center;
             padding: 20px;
        }

        .about-image-container {
            position: relative;
           
           
            height: 100%;
            background-color: #ffffff;
           width: calc(100% - 500px)!important;
            overflow-y: hidden;
            overflow-x: hidden;
            border-right: 1px solid white;
            border-radius: 20px 0px 0px 20px;
             
        }

        .main-img {
            width: 600px;
            
            display: block;
        }

        .hero h1 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 30px;
            max-width: 90%;
            text-transform: none;
             
        }

        .btn-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            width: 100%;
            max-width: 300px;
        }

        .btn {
            padding: 15px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
        }

        .btn-orange {
            background-color: var(--accent-orange);
            color: var(--white);
        }

        .btn-outline {
            background-color: rgba(255, 255, 255, 0.2);
            color: var(--white);
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

        /* --- PARTNERS --- */
        .partners {
            padding: 20px;
            display: flex;
            justify-content: center;
            gap: 30px;
            background: var(--white);
            overflow-x: auto;
        }

        .partners img {
            height: 35px;
            filter: grayscale(1);
            opacity: 0.7;
        }

        /* --- SECTION ABOUT --- */
        .about {
            padding: 40px 20px;
            background: var(--white);
        }


        .card-content{
          
            display: flex;gap: 50px;
            max-width: 1000px;
            margin: auto;
            align-items: center;
            margin-top: 80px;
        }
        .image-maison{width: 700px;}
        .image-maison img{
            width: 100%;
            height: auto;border-radius: 20px;
        }

        .secure-doc{display: flex;
        
         display: flex;gap: 30px;
            max-width: 1000px;
            margin: auto;
            align-items: center!important;
            margin-top: 80px;}

        .expertise-badge {
            position: absolute;
            bottom: 0px;
            left: 0;
            background-color: var(--accent-orange);
            color: white;
            padding: 20px 10px;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            border-radius: 0px;
            font-weight: 600;
        }

        .section-tag {
            color: var(--accent-orange);
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 10px;
            display: block;
        }

        .about h2 {
            color: var(--primary-blue);
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        /* --- EXPERTISE CARDS --- */
        .expertise-section {
            padding: 40px 20px;
        }

        .expertise-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .card {
            background: var(--white);
            border-radius: 30px;
            padding: 30px;
            margin-bottom: 25px;
            position: relative;
            border: 1px solid #ddd;
        }
        .card_img{
            
           
         
          display: flex;
          align-items: center;
           
            min-height: 400px;
            
        }
         .card_img img{
            width: 400px;
            height: auto;
            border-radius:  20px;
         }

        .card-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: var(--accent-orange);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-icon svg {
            width: 30px;
            fill: white;
        }

        .card h3 {
            color: var(--primary-blue);
            font-size: 1.4rem;
            margin-bottom: 20px;
            padding-right: 60px;
        }

        .card p {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .learn-more {
            color: var(--primary-blue);
            text-decoration: none;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 5px;
        }








 /* --- FOOTER --- */
   footer h3{color: #00d2ff!important;}
        footer {
            background: #050c24;
            color: white;
            padding: 60px 20px 30px;
            margin-top: 60px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-section h3 {
            color: var(--accent-cyan);
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .app-svgs {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-top: 15px;
        }

        .app-svgs svg {
            width: 180px;
            height: auto;
            margin-bottom: -40px; /* Ajustement car tes SVGs ont bcp de vide */
        }

         @media (min-width: 768px) {
            .cards-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
          
        }


        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }