.author {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.author img:first-child {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.author-info {
    flex-grow: 1;
}

.author-info .name {
    display: block;
    font-weight: 600;
}

.author-info .role {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
}

.company-logo {
    width: 80px;
    height: auto;
}

.experts-section {
    margin-top: 7%;
    margin-bottom: 5%;
    text-align: center;
    background-color: #f4f7fa;
    padding: 4rem 2rem;
    
}

.experts-section h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.experts-section p {
    max-width: 800px;
    margin: 0 auto 2rem;
    color: #6b7280;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.primary-btn, .secondary-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; /* Supprime le soulignement */
}

.primary-btn {
    background-color: #5D6FFF;
    color: white;
    text-decoration: none; /* Supprime le soulignement */
    border: none;
}

.secondary-btn {
    background-color: white;
    color: #5D6FFF;
    border: 2px solid #5D6FFF;
}

.primary-btn:hover {
    background-color: #4a5bff;
}

.secondary-btn:hover {
    background-color: #f4f7fa;
}








.new-badge {
    background-color: #4a56e2;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    margin-left: 5px;
}

/* Hero section styles */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 10px;
    position: relative;
}

.hero h1 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}

.highlight {
    background-color: #f06ce5;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.hero p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    color: #555;
    margin-top: 10px;
    font-size: 17px;
}

.sparkles {
    position: absolute;
    right: 630px;
    top: 70px;
}

/* Wave and illustration */
.wave {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: white;
    border-radius: 100% 100% 0 0;
    z-index: -1;
}

.payment-illustration {
    width: 300px;
    height: 210px;
}








body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width:100%;
    height: 100%;
    background: #fFF;
    text-align: center;
 

    /* font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #E3E7FF, #FDE2E4); */
}
.main-p1-h{
    color: transparent;
}

.main-p1 {
    font-family: 'Arial', sans-serif;
    
    background-color: #e0bbf8;

    /* Ajout des bordures arrondies en bas */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 120px;

    /* Optionnel : Ajouter une bordure solide en bas */
    /* border-bottom: 5px solid #4A40FF; */
}

.main-p2{
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

 .main-p2-title{
    margin-top: 20px;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   padding: 30px 5%;
}

.main-p2-3{
    margin-top: 6%;
    width: 100%;
}


.main-p3{
    align-items: center;
    font-family: 'Arial', sans-serif;
    margin-left: 18%;
    padding: 0;
    background: #fff;
   
}

.main-p3-1{
    align-items: center;
    font-family: 'Arial', sans-serif;
    margin-left: 20%;
    padding: 0;
    background: #fff;
   
}




/* FOOTER */
.footer {
    background: #1C2331;
    color: white;
    padding: 50px 80px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-brand img {
    width: 60px;
    margin-right: 75%;
    margin-bottom: 8px;
}

.footer-brand p {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 250px;
    text-align: left;
}

.social-links a {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-right: 75%;
}

.social-links i {
    font-size: 18px;
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.new-tag {
    background: white;
    color: black;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

#newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#newsletter-form input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

#newsletter-form button {
    background: #4A40FF;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

#newsletter-form button:hover {
    background: #3a30e6;
}

/* FOOTER BOTTOM */
.footer-bottom {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-bottom ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom ul li a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    #newsletter-form {
        align-items: center;
    }

    #newsletter-form input {
        width: 80%;
    }

    .footer-bottom ul {
        flex-direction: column;
        gap: 10px;
    }
}


/* NAVIGATION */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin: 20px auto;
    max-width: 75%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 40px;
    margin-right: 10px;
}

.menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.menu li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.menu li a:hover {
    color: #4A40FF;
}

.menu .navbaract{
    color: #4A40FF;
}



  /* Rotation de la flèche au survol */
  .menu li:hover .dropdown-arrow {
    transform: rotate(90deg);
}

    /* Style du sous-menu */
    .menu li {
        position: relative; /* Permet le positionnement du sous-menu */
    }
    
    /* Flèche fine */
    .dropdown-arrow {
        display: inline-block;
        transform: rotate(270deg); /* Flèche vers la droite par défaut */
        font-size: 12px;
        opacity: 0.6;
        transition: transform 0.3s ease;
        margin-left: 5px;
    }
    
    /* Style du sous-menu (déroulant) */
    .submenu {
        position: absolute;
        /* top: 300%; */
        left: 0;
        background: white;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 180px;
        display: none; /* Caché par défaut */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transform: translateY(10px);
        z-index: 1000;
        padding: 10px 0; /* Ajoute un espace en haut pour éviter la disparition */
    }
    
    .submenu li {
        width: 100%;
    }
    
    .submenu a {
        display: block;
        color: black;
        padding: 10px;
        text-decoration: none;
    }
    
   
    
    /* Affichage du menu déroulant au survol */
    .menu li:hover .submenu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
    
   

   
  

.btn {
    background: #4A40FF;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}

/* SECTION HERO */
.hero {
    text-align: center;
    padding: 50px;
    position: relative;
}

.hero h1 {
    font-size: 25px;
    font-weight: bold;
}

.underline {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 3px;
    text-decoration-color: #4A40FF;
}

.hero-img {
    width: 200px;
    margin-top: 20px;
}



/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .navbar {
        flex-direction: column;
    }

    .menu {
        flex-direction: column;
        gap: 15px;
    }

  
}

/*section 1 */
.hero-ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5%;
    
}

.hero-imgs {
    max-width: 250px;
    margin-top: 20px;
    
}

.hero-as {
    display: flex;
    align-items: left;
    padding: 40px 5%;
    
}

@media (max-width: 768px) {
    .hero-as {
        flex-direction: column; /* Transforme les éléments en colonne */
        align-items: center; /* Centre les éléments (optionnel, ajustable) */
    }

    .hero-ac h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        text-align: left;
    }

    .hero-ac {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 2%;
        
    }
  
    
    .hero-ac p {
        margin-top: 10px;
        font-size: 13px;
        color: #555;
        line-height: 1.2;
    }
}

.hero-as .text {
    max-width: 45%;
}

.hero-as h1 {
    margin-top: 7%;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin-left: 15%;
}

.hero-as h1 span {
    color: red;
}


.hero-content {
    padding-left:  10%;
}


.hero-content h2{
    text-align: left;
}
.hero-content p{
    text-align: left;
}
.hero-ac .text {
    max-width: 45%;
}

.hero-ac h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

.hero-ac h1 span {
    color: red;
}

.hero-ac p {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.hero-ac .buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.hero-ac .btn {
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}



/* IMAGE HERO */
.hero-image .illustration {
    max-width: 40%;
}

.hero-image  img {
    width: 100%;
    display: block;
    padding-left: 10%;
    height: 300px;
}

 .animation {
    margin-left: 5%;
}

.btn-primary {
    background: #4A40FF;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #4A40FF;
    text-decoration: none; /* Supprime le soulignement */
}

.btn-secondary {
    background: #fff;
    color: #4A40FF;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none; /* Supprime le soulignement */
    
    /* Ajouter une bordure bleue */
    border: 2px solid #4A40FF;
}

.btn:hover {
    opacity: 0.8;
}

.btn-primary:hover {
    opacity: 0.8;
}

.btn-secondary:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .buttons {
        flex-direction: column; /* Transforme les éléments en colonne */
        align-items: center; /* Centre les éléments (optionnel, ajustable) */
    }

    .hero-content h1{
        text-align: left;
        font-size: 20px;
    }
    .hero-content p{
        text-align: left;
        font-size: 10px;
    }

    .hero-ac {
        flex-direction: column; /* Transforme les éléments en colonne */
        text-align: left;
        
    }

    .hero-image .animation {
        margin-left: 5%;
        height: 100px;
    }

    .hero-image img {
        max-width:100px;
        height: 100px;
    }

    .hero-imgs {
        max-width: 100px;
        margin-top: 20px;
        
    }

    .main-p3{
        flex-direction: column; /* Transforme les éléments en colonne */
        text-align: left;
       
    }

}


/* Icône hamburger (visible seulement sur mobile) */


.hamburger-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}



/* Media query pour mobile */
@media screen and (max-width: 768px) {
    .navbar {
        width: 70%;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .logo {
        width: 100%;
        justify-content: space-between;
    }

    .logo span{
       opacity: 1;
       margin-right: 35%;
    }
    
    .hamburger-icon {
        display: block;
        position: absolute;
        right: 30px;
        top: 55px;
    }
    
    .menu {
        flex-direction: column;
        width: 100%;
        display: none;
        margin-top: 15px;
    }
    
    .menu.active {
        display: flex;
    }
    
    .menu li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    
    .menu li a {
        padding: 15px 0;
    }
    
    .submenu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
        width: 100%;
    }
    
    .dropdown-arrow {
        float: right;
        transform: rotate(0deg);
        transition: transform 0.3s;
    }
    
    .dropdown-arrow.active {
        transform: rotate(90deg);
    }
    
    .btn {
        margin-top: 15px;
        text-align: center;
        width: 100%;
        display: none;
    }
    
    .btn.active {
        display: block;
    }
    
    /* Style spécifique pour ressembler à l'image de référence */
    .menu.active {
        background-color: white;
        padding: 0;
    }
    
    .menu.active li a {
        padding: 15px;
    }
    
    .menu.active li {
        border-bottom: none;
    }
    
    .submenu {
        display: none;
    }
    
    .submenu.active {
        display: block;
    }

    .submenu li a  {
       color: black;
    }
    
    /* Style pour le bouton "Se connecter" comme dans l'image */
    .btn.active {
        margin: 15px;
        width: calc(100% - 30px);
        text-align: center;
        background-color: #5367fa;
    }
    
    /* Nouveau badge */
    .menu li a .new-badge {
        background-color: #5367fa;
        color: white;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 10px;
    }

      .menu li:hover .dropdown-arrow {
    transform: rotate(90deg);
}

    /* Style du sous-menu */
    .menu li {
        position: relative; /* Permet le positionnement du sous-menu */
    }
    
    /* Flèche fine */
    .dropdown-arrow {
        display: inline-block;
        transform: rotate(270deg); /* Flèche vers la droite par défaut */
        font-size: 12px;
        opacity: 0.6;
        transition: transform 0.3s ease;
        margin-left: 5px;
    }
}


/* Pour les appareils tactiles - Désactiver le comportement au survol */
.touch-device .menu li:hover .submenu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
}

/* Pour les appareils tactiles - Activer uniquement avec la classe .active */
.touch-device .submenu.active {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Pour éviter les transitions trop rapides qui causent le clignotement */
@media (max-width: 768px) {
    .submenu {
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .content-sections {
        background-color: #fff;
    }
    .accordion {
        text-align: left;
        margin-top: 20px;
    }

    .main-p3-1{
        font-family: 'Arial', sans-serif;
        padding: 0;
        background: #fff;
    }

    .content-section {
        background-color: #fff;
        width: 100%;
    }

   
}


@media (max-width: 768px) {
    .submenu {
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    
    .accordion {
        text-align: left;
        margin-top: 20px;
    }

    .main-p3-1{
        font-family: 'Arial', sans-serif;
        padding: 0;
        background: #fff;
    }

    .content-section {
        background-color: #fff;
        width: 100%;
    }

    .content-sections {
        background-color: #fff;
        width: 100%;
        
    }

    .hero-as {
        flex-direction: column; /* Transforme les éléments en colonne */
      
        margin-right: 20%;
    }

    .main-p3{
        font-family: 'Arial', sans-serif;
        background: #fff;
        margin-right: 30%;
    }

    .container {
        width: 90%;
        margin-top: 20%;
    }

   
}

@media (min-width: 483px) {
   
    .btn {
        background: #4A40FF;
        color: white;
        padding: 10px 10px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        margin-left: 20px;
    }

    .hamburger-icon {
        
        margin-right: 50px;
    }

   
   
}


/*  facturation */

.platform-section {
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
  }
  
  .platform-heading {
    margin-bottom: 60px;
  }
  
  .platform-heading h2 {
    font-size: 28px;
    color: #1d3557;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
  }
  
  .platform-heading h3 {
    font-size: 24px;
    color: #1d3557;
    margin-top: 15px;
    font-weight: 500;
  }
  
  .process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
  }
  
  .process-icon {
    background-color: #e8f1ff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .process-step p {
    font-size: 14px;
    color: #1d3557;
    line-height: 1.4;
    text-align: center;
    margin: 0;
  }
  
  .process-arrow {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  
  @media (max-width: 768px) {
    .process-flow {
      flex-direction: column;
    }
    
    .process-arrow {
      transform: rotate(90deg);
      margin: 15px 0;
    }
    
    .process-step {
      margin-bottom: 10px;
    }
  }


  /*  deuxieme partie */

  .facturation-section {
    padding: 100px 60px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Styles des titres */
  .main-title {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  
  .main-title h2 {
    font-size: 28px;
    color: #1d3557;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
  }
  
  .highlight {
    color: white;
  }
  
  .section-title {
    margin: 80px 0 50px;
  }
  
  .section-title h2 {
    font-size: 28px;
    color: #1d3557;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  
  /* Disposition du contenu principal */
  .facturation-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    text-align: left;
  }
  
  /* Colonne de gauche - fonctionnalités */
  .facturation-features {
    width: 45%;
    padding-right: 20px;
  }
  
  .feature-item {
    margin-bottom: 25px;
    color: #6c757d;
    padding-left: 15px;
    border-left: 3px solid transparent;
    transition: all 0.5s ease;
  }
  
  .feature-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  
  .feature-item.active {
    border-left: 3px solid #4c6ef5;
    color: #1d3557;
  }
  
  .feature-item ul {
    padding-left: 20px;
    margin: 10px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  
  .feature-item.active ul {
    max-height: 100px;
  }
  
  .feature-item li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  
  /* Colonne de droite - capture d'écran */
  .facturation-screenshot {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .screenshot-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Ratio 4:3 */
  }
  
  .screenshot {
    position: absolute;
    top: 0;
    left: 0;
   
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .screenshot.active {
    opacity: 1;
  }
  
  /* Boutons d'action */
  .cta-buttons {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  
  
  .btn-primary {
    background-color: #4c6ef5;
    color: white;
  }
  
  .btn-outline {
    background-color: white;
    color: #4c6ef5;
    border: 1px solid #4c6ef5;
  }
  
  .icon {
    margin-right: 8px;
  }
  
  /* Flux du processus */
  .process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
  .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
  }
  
  .process-icon {
    background-color: #e8f1ff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .process-step p {
    font-size: 14px;
    color: #1d3557;
    text-align: center;
    margin: 0;
  }
  
  .process-arrow {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .facturation-content {
      flex-direction: column;
    }
    
    .facturation-features, 
    .facturation-screenshot {
      width: 100%;
      margin-bottom: 30px;
    }
    
    .process-flow {
      flex-direction: column;
    }
    
    .process-arrow {
      transform: rotate(90deg);
      margin: 15px 0;
    }

    .btns {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        width: 30%;
        margin-left: 28%;
      }

      .btn-outline {
        margin-left: 15%;
        background-color: white;
        color: #4c6ef5;
        border: 1px solid #4c6ef5;
        width: 55%;
        border-radius: 25px;

        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;

        padding: 10px 20px;
        border-radius: 25px;
         display: inline-flex;
        align-items: center;

      }

      .cta-buttons {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 1rem;
        display: grid;
        grid-template-columns: 1fr ;
        gap: 30px;
        margin: auto;
      }
      
  }


  /* fin */


  .facturation-sections {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Styles des titres */
  .main-titles {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  
  .main-titles h2 {
    font-size: 28px;
    color: #1d3557;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
  }
  
  .highlights {
    color: #f06ce5;
  }
  
  .section-titles {
    margin: 80px 0 50px;
  }
  
  .section-titles h2 {
    font-size: 28px;
    color: #1d3557;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
  }
  
  /* Disposition du contenu principal */
  .facturation-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    text-align: left;
  }
  
  /* Colonne de gauche - fonctionnalités */
  .facturation-featuress {
    width: 45%;
    padding-right: 20px;
  }
  
  .feature-items {
    margin-bottom: 25px;
    color: #6c757d;
    padding-left: 15px;
    border-left: 3px solid transparent;
    transition: all 0.5s ease;
  }
  
  .feature-items h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  
  .feature-items.active {
    border-left: 3px solid #4c6ef5;
    color: #1d3557;
  }
  
  .feature-items ul {
    padding-left: 20px;
    margin: 10px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  
  .feature-items.active ul {
    max-height: 100px;
  }
  
  .feature-items li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  
  /* Colonne de droite - capture d'écran */
  .facturation-screenshots {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .screenshot-containers {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Ratio 4:3 */
  }
  
  .screenshots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .screenshots.active {
    opacity: 1;
  }
  
  
 
  
  /* Responsive */
  @media (max-width: 768px) {
    .facturation-contents {
      flex-direction: column;
    }
    
    .facturation-featuress, 
    .facturation-screenshots {
      width: 100%;
      margin-bottom: 30px;
    }
    
  }

