
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

       :root {
            --primary-blue: #0A1D56;
            --accent-orange: #E68A2E;
            --text-dark: #1A1A1A;
            --bg-light: #F8F9FA;
            --white: #ffffff;
            --primary: rgb(0,0,125);
        }
        
.accueil{color: #00d2ff; font-weight: bold;border-bottom: 2px solid #00d2ff;}    


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #ffffff;
            color: #222;
            line-height: 1.6;

              font-family: 'Poppins', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.6;
        
        }
        body,html{overflow-x: hidden;}


                .hero {

           
                 
           
            justify-content: center;
            align-items: center;
            text-align: center;
           
            color: var(--white);
           
            max-width: 100%;
            margin: auto;            display: flex;
            flex-direction: column;
        }
             .hero h1 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 30px;
            max-width: 90%;
            text-transform: none;
             
        }


                /* HERO */
        .hero {
            background: linear-gradient(rgba(0,0,125,0.85), rgba(0,0,125,0.85)),
            url("/static/img/accueil_2.jpg") center/cover no-repeat;
            color: white;
            padding: 80px 20px;
            text-align: center;
        }

        .hero h1 {
            
            margin-bottom: 15px;
             font-size: 2.1rem;
        }





        .div-about{
            width: 100%;
              display: flex;
              flex-direction: column;
             
               justify-content: center;
            align-items: center;
            text-align: center;
             padding: 20px;
             
        }

        .about-image-container {
           
            display: none;
            
             
        }

        .main-img {
            display: 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);
        }



         .expertise-section {
            padding: 40px 10px;

        }

         .section-tag {
            color: var(--accent-orange);
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 10px;
            display: block;
        }



        .card-content{
          
            display: flex;gap: 50px;
            
            align-items: center;
            flex-direction: column-reverse;
            

            padding: 0px!important;
        }
         .expertise-header {
            text-align: left;
            padding-left: 20px;
            margin-bottom: 30px;
        }


        .image-maison{width: 100%;margin: auto;
        margin: 0px;padding: 20px;}
        .image-maison img{
            min-width: 100%;
            width: 100%;
            height: auto;border-radius: 20px;
        }

        .contenaire-carte{padding: 0px;}



         .card {
            background: var(--white);
            border-radius: 30px;
            padding: 30px;
            margin-bottom: 25px;
            position: relative;
          
            min-width: 100!important;
            
        }
        @media (min-width:600px) {
             .card {
            background: var(--white);
            border-radius: 30px;
            padding: 30px;
            margin-bottom: 25px;
            position: relative;
            border: 1px solid #ddd;
            min-width: 100!important;
            
        }
            
        }
        .card_img{
            
           
         
          display: flex;
          align-items: center;
           
           width: 100%;
           max-width: 500px;
           margin: auto;
           margin-top: 0px;
            
        }
         .card_img img{
            width: 100%;
            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;
        }




         .secure-doc{display: flex;
        
         display: flex;gap: 30px;
         flex-direction: column;
            max-width: 1000px;
            margin: auto;
            align-items: center!important;
            }

        .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;
        }


        
      






.hide-mobile{display: none!important;}
        /* ANIMATIONS */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }


        














 /* --- 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;
        }
         .footer-section p{
            margin-bottom: 20px;
         }

        .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);
        }
        