@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    @font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    }


body {
    font-family: "Gilroy";
    padding:0;
    margin:0;
}  

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0); /* Fond transparent */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    z-index: 1000;
}

.logo img {
    width: 250px;
    padding-left:50px;
}

.navbar {
    display: flex;
    align-items: center;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items:center;
    display: flex;
    font-weight:400;
    letter-spacing: 1px;
    padding-right:50px;
}

.nav-links {
    position: relative; /* Pour permettre le positionnement absolu du sous-menu */
}

.dropdown {
    position: relative; /* Positionner le conteneur pour le dropdown */
}

ul li a.nav-pc {
    position: relative;
    text-decoration: none;
  }
  
  
ul li a.nav-pc:hover {
    color: #333;
    text-decoration: none;
}

  #contact-link a {
    color:#FFF;
    background:#000;
    padding:10px 25px;
    border-radius:50px;
    border:2px solid transparent;
  }

  #contact-link a:hover {
    border-color: #000;
    background:transparent;
    color:#000;
  }

.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 35px;
    z-index: 1000;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 920px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateX(-70%) translateY(0);
}

.title {
    font-weight: 500;
    font-size: 1.05rem;
    margin-bottom: 30px;
    color: #777;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.dropdown-menu li {
    padding: 22px 25px;
    border-radius: 18px;
    display: flex;
    transition: all 0.3s ease;
    align-items: flex-start;
    background: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
}

.dropdown-menu li:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.dropdown-menu a {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.title-dropdown {
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #000;
}

.description {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

.dropdown-menu .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    min-width: 50px;
    font-size: 1.4rem;
    color: #111;
    background: #f0f0f0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dropdown-menu li:hover .icon-container {
    background: #e8e8e8;
    transform: scale(1.05);
}

.dropdown-menu .text-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nav-links li {
    margin: 0 15px; /* Espacement entre les éléments du menu */
}

.nav-links a {
    text-decoration: none; /* Supprimer le soulignement des liens */
    color: black; /* Couleur des liens du menu */
    position: relative; /* Positionner pour le pseudo-élément */
}

@media screen and (max-width:1220px) {
    .dropdown-menu {
        width: 800px;
        padding: 30px;
    }
}

@media screen and (max-width:1050px) {
    .dropdown-menu {
        width: 600px;
        left: 0;
        transform: translateX(0) translateY(0);
        padding: 25px;
    }
    
    .dropdown:hover .dropdown-menu {
        transform: translateX(0) translateY(0);
    }
    
    .dropdown-menu ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .title {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .dropdown-menu li {
        padding: 18px 20px;
    }
    
    .title-dropdown {
        font-size: 1rem;
    }
    
    .description {
        font-size: 0.8rem;
    }
}

.cta a {
    background-color: transparent; /* Fond transparent pour le bouton */
    color: black; /* Couleur du texte du bouton */
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.cta-hero i {
    color:#25d366;
}

@media screen and (max-width:400px) {
    .cta-hero a {
        display:inline-block;
        margin:0px 0 !important;
    }
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger-line {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 3px 0;
}

.cta {
    margin-left: auto; /* Pousser le CTA à droite */
}


@media screen and (max-width:1220px) {
    .dropdown-menu {
        right: -20px;
        width: 600px;
    }
}

@media screen and (max-width:1050px) {
    .dropdown-menu {
        right: -100px;
        width: 500px;
    }
    
    .dropdown-menu ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .title {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .title-dropdown {
        font-size: 1rem;
    }
    
    .description {
        font-size: 0.85rem;
    }
}

.full-screen-menu {
    display: none; /* Masquer le menu plein écran par défaut */
    position: fixed; /* Fixer en position absolue */
    top: 0;
    left: 0;
    width: 100%; /* Largeur totale de l'écran */
    height: 100%; /* Hauteur totale de l'écran */
    background-color: white; /* Fond blanc */
    color: black; /* Couleur du texte noir */
    flex-direction: column; /* Alignement vertical des éléments */
    justify-content: center; /* Centrer verticalement les éléments */
    align-items: center; /* Centrer horizontalement les éléments */
    z-index: 1000; /* Assurer que le menu soit au-dessus d'autres éléments */
}

.full-screen-menu.active {
    display: flex; /* Afficher le menu plein écran si actif */
}

.full-screen-menu a {
    text-decoration: none; /* Supprimer le soulignement des liens */
    color: black; /* Couleur du texte noir */
    font-size: 2rem; /* Taille du texte des liens dans le menu plein écran */
    margin-bottom: 20px; /* Espacement entre les liens */
}

.close-button {
    position: absolute; /* Positionner le bouton de fermeture */
    top: 20px; /* Positionner en haut à gauche */
    right: 20px; /* Positionner à droite */
    font-size: 2rem; /* Taille du bouton de fermeture */
    cursor: pointer; /* Changer le curseur au survol */
}

/* Styles pour les petits écrans */
@media (max-width: 1060px) {
    .nav-links {
        display: none; /* Masquer les liens par défaut */
        flex-direction: column; /* Alignement vertical */
        position: absolute; /* Position absolue pour le menu déroulant */
        top: 60px; /* Positionner sous le header */
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.95); /* Fond légèrement opaque */
        padding: 10px 0; /* Espacement interne */
        z-index: 999; /* Assurer que le menu soit au-dessus d'autres éléments */
    }

    .logo img {
        padding-left:0;
    }

    .nav-links.active {
        display: flex; /* Afficher les liens si actif */
    }

    .burger {
        display: flex; /* Afficher le burger sur petits écrans */
        flex-direction: column; /* Alignement vertical des lignes du burger */
        justify-content: center; /* Centrer verticalement */
        align-items: center; /* Centrer horizontalement */
        width: 50px; /* Largeur du bouton burger */
        height: 50px; /* Hauteur du bouton burger */
        cursor: pointer; /* Changer le curseur au survol */
    }

    .burger .line {
        width: 30px; /* Largeur des lignes du burger */
        height: 3px; /* Hauteur des lignes du burger */
        background-color: black; /* Couleur des lignes du burger */
        margin: 4px 0; /* Espacement entre les lignes du burger */
    }

    .full-screen-menu {
        display: none; /* Masquer le menu plein écran par défaut */
        position: fixed; /* Fixer en position absolue */
        top: 0;
        left: 0;
        width: 100%; /* Largeur totale de l'écran */
        height: 100%; /* Hauteur totale de l'écran */
        background-color: white; /* Fond blanc */
        color: black; /* Couleur du texte noir */
        flex-direction: column; /* Alignement vertical des éléments */
        justify-content: center; /* Centrer verticalement les éléments */
        align-items: center; /* Centrer horizontalement les éléments */
        z-index: 1000; /* Assurer que le menu soit au-dessus d'autres éléments */
    }

    .full-screen-menu.active {
        display: flex; /* Afficher le menu plein écran si actif */
    }

    .full-screen-menu img {
        max-width: 300px;
        margin:0px 0 60px 0;
        border-bottom:2px solid #000;
    }

    .full-screen-links {
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    .full-screen-menu a {
        text-decoration: none;
        color: black;
        font-size: 1.5rem; /* Légèrement plus grand pour plus d'impact */
        margin-bottom: 25px; /* Un peu plus d'espace entre les liens */
        padding: 8px 0; /* Plus de padding pour un meilleur toucher */
        position: relative;
        transition: all 0.3s ease; /* Transition douce pour tous les changements */
        letter-spacing: 1px; /* Espacement des lettres pour un look moderne */
        font-weight: 300; /* Police plus légère pour un aspect élégant */
    }
    
    .full-screen-menu a::before,
    .full-screen-menu a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background-color: black;
        transition: width 0.3s ease;
    }
    
    .full-screen-menu a::before {
        left: 0;
        top: 0;
    }
    
    .full-screen-menu a::after {
        right: 0;
        bottom: 0;
    }
    
    .full-screen-menu a:hover {
        transform: translateY(-2px); /* Léger effet de soulèvement au survol */
    }
    
    .full-screen-menu a:hover::before,
    .full-screen-menu a:hover::after {
        width: 100%; /* Les barres s'étendent des deux côtés au survol */
    }
    
}

/* Hero */

.hero {
    background: url("./images/bg.jpg") no-repeat center center;
    margin: 80px auto;
    width: 95%;
    height: 80vh;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative; /* Pour la superposition */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Superposition sombre */
    border-radius: 20px;
}

.hero2 {
    height:40vh;
}

.hero3 {
    height: 50vh;
}

.hero-content {
    z-index:2;
}

.hero2-content h1 {
    font-size:3rem !important;
}

@media screen and (max-width:1250px) {
    .hero2-content h1 {
        font-size:1.7rem !important;
    }
}

.hero h1 {
    color: #FFF;
    font-size: 3.5rem; /* Taille réduite */
    margin-bottom: 10px; /* Espacement entre les titres */
}

.cta-hero {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.cta-hero a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 160px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
}

.hero-description {
    color: #fff;
    text-align: center;
    max-width: 720px;
    margin: 18px auto 25px auto;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
}

@media screen and (max-width:1250px) {
    .hero-description {
        font-size: 1rem;
        width: 90%;
        margin: 18px auto 25px auto;
    }
}

.cta-hero a:first-child {
    background-color: #fff;
    color: #000;
}

.cta-hero a:first-child:hover {
    background-color: transparent;
    color: #fff;
}

.cta-hero a:last-child {
    background-color: transparent;
    color: #fff;
    border:2px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hero a:last-child:hover {
    background-color: #ffffff28;
}

.cta-hero i {
    color: #FFF;
    margin-right: 5px;
    font-size: 1.1rem;
}

.reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px auto;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    width: fit-content;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.reviews:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #fff;
}

.google-logo {
    background-image: url('./images/logo_google.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .cta-hero {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-hero a {
        width: 80%;
        max-width: 220px;
    }
    
    .reviews {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

.dynamic-text {
    display: inline-block; /* Permet d'appliquer les animations */
    opacity: 0; /* Commence invisible */
    transition: opacity 0.5s ease; /* Transition pour le fondu */
}

.dynamic-text.active {
    opacity: 1; /* Rendre visible */
}

.dynamic-text.fade-out {
    opacity: 0; /* Effet de fondu sortant */
}

.cta-hero a {
    color: #000; /* Couleur du texte */
    background: #FFF; /* Couleur d'arrière-plan */
    padding: 12px 30px; /* Espacement ajusté */
    border-radius: 25px; /* Coins arrondis */
    font-weight: bold;
    border:2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
}

.cta-hero a:hover {
    background: transparent; /* Couleur d'arrière-plan au survol */
    color:#FFF;
    border:2px solid #FFF;
}

/* Styles .reviews consolidés ci-dessus */

.hero-content a {
text-decoration: none;
}

.google-logo {
    width: 24px; /* Largeur du logo */
    height: 24px; /* Hauteur du logo */
    background-image: url('./images/logo_google.png'); /* Remplacez par le chemin de votre image */
    background-size: contain; /* Ajuster la taille de l'image */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    margin-right: 10px; /* Espacement entre le logo et le texte */
}

/* Styles .reviews consolidés ci-dessus */

@media (max-width: 1200px) {
    .hero h1 {
        text-align: center;
        font-size: 3rem; /* Réduction de la taille du texte pour les écrans moyens */
    }
 
    .reviews-text {
        font-size: 18px; /* Ajustement de la taille du texte pour les écrans moyens */
    }
 }
 
 @media (max-width: 992px) {
    .hero h1 {
        font-size: 2.5rem; /* Réduction supplémentaire pour les écrans plus petits */
    }
 
    .cta-hero a {
        padding: 10px 25px; /* Ajustement du padding des boutons pour les petits écrans */
    }
 
    .reviews-text {
        font-size: 16px; /* Ajustement de la taille du texte pour les petits écrans */
    }
 }
 
 @media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem; /* Taille encore plus petite sur mobile */
    }
 
    .reviews-text {
        font-size: 14px; /* Ajustement final pour mobile */
    }
 }

 /* Agence */

 .agency {
    background-color: #FFF;
    padding: 60px 30px;
    margin: 60px auto;
    max-width: 1200px;
}

.flex-agency {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.agency-title {
    font-size: 2.7rem;
    width: 40%;
    line-height: 1.3;
    font-weight: 500;
    color: #292929;
}

.agency-description {
    width: 50%;
    text-align: right;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    align-self: center;
}

.agency-description p {
    margin: 0;
}

.hightlight {
    font-weight: bold;
    color: #000;
    letter-spacing: 0.5px;
}

/* Nouvelle section de services */
.agency-services {
    margin-top: 50px;
}

.services-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.services-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #000;
}

/* Styles pour les boxes de services */
.agency-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin:120px auto 0 auto;
    max-width: 1200px;
}

.service-box {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.4s ease;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all 0.4s ease;
}

.service-box:hover .service-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.service-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease;
}

.service-box:hover .service-icon {
    transform: scale(1.1);
    background-color: #fff;
}

.service-icon i {
    font-size: 26px;
    color: #000;
}

.service-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    transition: all 0.4s ease;
}

.service-box:hover .service-content {
    transform: translateY(-5px);
}

.service-content h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.service-content h3 i {
    font-size: 1rem;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateX(-5px);
}

.service-box:hover .service-content h3 i {
    opacity: 1;
    transform: translateX(0);
}

.service-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

/* Images de fond pour chaque box */
.box1 {
    background-image: url('./images/box-2.jpg');
    background-size: cover;
    background-position: center;
}

.box2 {
    background-image: url('./images/box-3.jpg');
    background-size: cover;
    background-position: center;
}

.box3 {
    background-image: url('./images/box-1.jpg');
    background-size: cover;
    background-position: center;
}

/* Responsive */
@media (max-width: 1200px) {
    .agency {
        padding: 40px 30px;
        margin: 40px auto;
    }
    
    .agency-boxes {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .service-box {
        height: 350px;
    }
}

@media (max-width: 992px) {
    .flex-agency {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .agency-title, .agency-description {
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .agency-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .agency {
        padding: 30px 20px;
    }
    
    .agency-title {
        font-size: 2rem;
    }
    
    .agency-description {
        font-size: 1rem;
    }
    
    .services-title {
        font-size: 1.8rem;
    }
    
    .agency-boxes {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .service-box {
        height: 300px;
    }
    
    .service-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .agency {
        padding: 20px 15px;
    }
    
    .agency-title {
        font-size: 1.8rem;
    }
    
    .agency-description {
        font-size: 0.9rem;
    }
    
    .services-title {
        font-size: 1.6rem;
    }
    
    .agency-boxes {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .service-box {
        height: 250px;
    }
    
    .service-content h3 {
        font-size: 1.3rem;
    }
}

/* Chiffres Clés */

.key-metrics {
    padding:30px 0;
    background:#000;
    margin:0;
}

.flex-metrics {
    display:flex;
    justify-content:center;
    gap:120px;
    align-items: center;
}

.key-metrics h3, .key-metrics p {
    color:#FFF;
}

.about-metrics {
    width:30%;
}

.about-metrics h3 {
    font-size:2.8rem;
}

.about-metrics p {
    font-size:1.3rem;
}

.metrics {
    display: flex; /* Utiliser flexbox pour l'alignement */
    flex-direction: column; /* Alignement vertical */
    align-items: center; /* Centrer horizontalement */
    margin: 40px 0; /* Espacement autour de la section */
}

.metrics-row {
    display: flex; /* Utiliser flexbox pour aligner les éléments sur la même ligne */
    justify-content: center; /* Centrer les éléments horizontalement */
    margin-bottom: 20px; /* Espacement entre la première ligne et la seconde */
}

.realisations, .satisfaction {
    display: flex; /* Utiliser flexbox pour aligner le contenu */
    flex-direction: column; /* Alignement vertical du texte */
    align-items: center; /* Centrer le texte horizontalement */
    margin: 0 20px; /* Espacement entre les éléments */
    margin:20px 50px;
}

.ca {
    display: flex;
    flex-direction: column; /* Alignement vertical du texte */
    align-items: center; /* Centrer le texte horizontalement */
    margin:30px;
}

/* Styles pour les titres et les paragraphes */
.metrics h3 {
    font-size: 4rem; /* Taille de la police pour les titres */
    color: #FFF; /* Couleur du texte noir */
    margin:0;
}

.metrics p {
    font-size: 1.2rem; /* Taille de la police pour le texte normal */
    color: #b6b6b6; /* Couleur légèrement grise pour le texte normal */
    margin:0;
}

@media (max-width: 1200px) {
    .about-metrics {
        width: 40%; /* Ajustement de la largeur sur écrans moyens */
    }
 
    .flex-metrics {
        gap: 60px; /* Réduction de l'espacement entre les éléments sur écrans moyens */
    }
 
    .metrics h3 {
        font-size: 3rem; /* Réduction de la taille du titre sur écrans moyens */
    }
 
    .metrics p {
        font-size: 1.1rem; /* Ajustement de la taille du texte sur écrans moyens */
    }
 }
 
 @media (max-width: 768px) {
    .about-metrics {
        width: 80%; /* Largeur plus grande sur petits écrans */
        text-align: center; /* Centrer le texte sur petits écrans */
    }
 
    .flex-metrics {
        flex-direction: column; /* Changer la direction en colonne sur petits écrans */
        align-items: center; /* Centrer les éléments horizontalement */
        gap: 20px; /* Réduction de l'espacement entre les éléments sur petits écrans */
    }
 
    .metrics h3 {
        font-size: 2.5rem; /* Taille encore plus petite sur mobile */
    }
 
    .metrics p {
        font-size: 1rem; /* Ajustement final pour mobile */
    }
 }

 /* R.O.I */

 .roi {
    display: flex;
    justify-content: space-between;
}

.roi-text {
    width: 45%;
    padding-top:80px;
    padding-left:30px;
    color: #1a1a1a;
    margin:auto;
}

.roi-text h2 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    color:#000;
}

.roi-text > p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}

.elegant-list {
    list-style: none;
    padding: 0;
}

.elegant-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.elegant-list li:last-child {
    border-bottom: none;
}

.list-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.list-content p {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.4;
}

.list-icon {
    font-size: 2.5rem;
    margin-right: 20px;
    opacity: 0.8;
}

.list-icon {
    font-size: 2.5rem;
    margin-right: 20px;
    opacity: 0.9;
    color: #000; /* Couleur élégante */
    width: 50px; /* Largeur fixe pour aligner les icônes */
    text-align: center;
}

.list-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.list-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.5;
}

.roi-image {
    width: 40%;
    display: flex;
    align-items: center;
}

.roi-image img {
    width: 100%;
}

/* Tablette */
@media screen and (max-width: 1024px) {
    .roi {
        flex-direction: column;
    }

    .roi-text, .roi-image {
        width: 100%;
    }

    .roi-text {
        order: 2;
        width:80%;
    }

    .roi-image {
        order: 1;
        padding:0;
    }

    .elegant-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        width:80%;
    }


    .roi-text h2 {
        font-size: 2.5rem;
    }

    .roi-text > p {
        font-size: 1.4rem;
    }
}

/* Smartphone */
@media screen and (max-width: 768px) {
    .roi-text {
        padding: 20px;
        width:90%;
    }

    .roi-text h2 {
        font-size: 2rem;
    }

    .roi-text > p {
        font-size: 1.2rem;
    }

    .elegant-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        width:80%;
    }

    .list-icon {
        margin-bottom: 10px;
    }

    .list-content h3 {
        font-size: 1.2rem;
    }

    .list-content p {
        font-size: 1rem;
    }
}

/* Petits écrans */
@media screen and (max-width: 480px) {
    .roi-text h2 {
        font-size: 1.8rem;
    }

    .roi-text > p {
        font-size: 1rem;
    }

    .list-content h3 {
        font-size: 1.1rem;
    }

    .list-content p {
        font-size: 0.9rem;
    }
}

/* Avis Clients */

.client-feedback {
    padding: 60px 0;
    background: #000;
    color: #FFF;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.feedback-text {
    width: 50%; /* Ajustez la largeur selon vos besoins */
}

.feedback-text h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.feedback-text p {
    font-size: 1.2rem;
    color: #b6b6b6; /* Couleur légèrement grise pour le texte normal */
}

.metrics-section {
    width: 40%; /* Ajustez la largeur selon vos besoins */
    text-align: center;
}

.metrics-header h3 {
    font-size: 2.5rem;
    margin:20px 0;
}

.metrics-header p {
    font-size: 1.3rem;
}

.google-reviews-widget {
    text-align: center; /* Centrer le contenu */
    margin-top: 5px; /* Espacement au-dessus du widget */
}

.widget-link {
    display: inline-flex; /* Utiliser flexbox pour aligner l'icône et le texte */
    align-items: center; /* Centrer verticalement */
    background-color: #FFF; /* Couleur de fond bleu Google */
    color: #000; /* Texte blanc */
    padding: 10px 20px; /* Espacement interne */
    border-radius: 20px; /* Coins arrondis */
    text-decoration: none; /* Pas de soulignement sur le lien */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Transition douce pour les changements de couleur */
    border:2px solid transparent;
}

.widget-link:hover {
    background-color: #000; /* Couleur plus foncée au survol */
    color:#FFF;
    border:2px solid #FFF;
    transform: scale(1.05); /* Légère augmentation de taille au survol */
}

.metrics-values {
    display: flex;
    flex-direction: column; /* Alignement vertical */
    margin-top: 20px; /* Espacement autour de la section */
}

.metric-item {
    display: flex; /* Utiliser flexbox pour aligner le contenu */
    flex-direction: column; /* Alignement vertical du texte */
    align-items: center; /* Centrer le texte horizontalement */
    margin-bottom: 30px; /* Espacement entre les éléments */
}

.metric-item h3 {
    font-size: 4rem; /* Taille de la police pour les titres */
    color: #FFF; /* Couleur du texte noir */
    margin: 0;
}

.metric-item p {
    font-size: 1.2rem; /* Taille de la police pour le texte normal */
    color: #b6b6b6; /* Couleur légèrement grise pour le texte normal */
    margin: 0;
}

/* Responsive design */
@media (max-width: 1200px) {
    .flex-container {
        flex-direction: column; /* Changer la direction en colonne sur petits écrans */
        align-items: center; /* Centrer les éléments horizontalement */
        gap: 20px; /* Réduction de l'espacement entre les éléments sur petits écrans */
    }

    .feedback-text,
    .metrics-section {
        width: 90%; /* Largeur plus grande sur petits écrans */
        text-align: center; /* Centrer le texte sur petits écrans */
    }

    .metrics-header h3 {
        font-size: 2.5rem; /* Taille encore plus petite sur mobile */
    }

    .metrics-header p,
    .metric-item p {
        font-size: 1rem; /* Ajustement final pour mobile */
    }
}

/* F.A.Q */

.faq-section {
    padding: 60px 20px;
    background-color: #fff; /* Fond blanc */
    color: #202124; /* Texte sombre élégant */
    max-width: 1200px;
    margin: auto;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000; /* Noir élégant */
}

.faq-container {
    border-radius: 12px; /* Coins arrondis pour un look moderne */
    box-shadow: none; /* Pas d'ombre pour un look plus plat */
    overflow: hidden; /* Empêche le débordement des éléments */
    width: 80%;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0; /* Ligne séparatrice douce */
}

.faq-item:last-child {
    border-bottom: none; /* Supprime la ligne pour le dernier élément */
}

.faq-question {
    display: flex;
    justify-content: space-between; /* Espacement entre le texte et l'icône */
    align-items: center; /* Alignement vertical */
    padding: 30px; /* Bon padding autour de la question */
    cursor: pointer; /* Indique que l'élément est cliquable */
}

.faq-question h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
}

.faq-question i {
    font-size: 1.5rem;
    color: #000; /* Couleur sombre pour l'icône */
}

.faq-question:hover {
    background-color: #f7f8fa; /* Couleur de fond légère au survol */
}

.faq-answer {
    padding: 20px; /* Padding autour de la réponse */
    display: none; /* Masqué par défaut */
}

.faq-answer p {
    font-size: 1.1rem;
    line-height: 1.6; /* Hauteur de ligne confortable */
    color: #5f6368; /* Texte gris subtil pour un contraste doux */
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section h2 {
        font-size: 2.2rem; /* Réduction de la taille du titre sur mobile */
        margin-bottom: 30px;
    }

    .faq-question h3 {
        font-size: 1.3rem; /* Taille réduite des questions sur mobile */
    }

    .faq-answer p {
        font-size: 1rem; /* Ajustement final pour mobile */
        line-height: 1.5;
    }

    .faq-container {
        width: 90%; /* Augmentation de la largeur sur mobile pour une meilleure lisibilité */
    }
}

/* Contact C.T.A */

.contact-promo {
    padding: 7rem 2rem;
    background-color: #f8f8f8;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-promo h2 {
    color:#FFF !important;
}

.contact-promo p {
    color:#FFF !important;
}
.contact-card {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.03);
    z-index: 0;
}

.contact-card::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.02);
    z-index: 0;
}

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

.contact-text h2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.contact-text p {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0;
    max-width: 500px;
}

.contact-button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    white-space: nowrap;
}

.contact-button:hover {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 992px) {
    .contact-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 3.5rem;
        text-align: left;
    }
    
    .contact-text h2 {
        font-size: 2.4rem;
    }
    
    .contact-text p {
        margin-bottom: 2rem;
    }
    
    .contact-button {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .contact-promo {
        padding: 5rem 1.5rem;
    }
    
    .contact-card {
        padding: 3rem 2rem;
    }
    
    .contact-text h2 {
        font-size: 2rem;
    }
    
    .contact-text p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .contact-promo {
        padding: 4rem 1rem;
    }
    
    .contact-card {
        padding: 2.5rem 1.5rem;
        border-radius: 16px;
    }
    
    .contact-text h2 {
        font-size: 1.8rem;
    }
    
    .contact-text p {
        font-size: 1rem;
    }
    
    .contact-button {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
    }

    .contact-promo .contact-text {
        margin-bottom: 0;
    }

    .contact-promo .contact-button {
        width: 70%;
        margin:auto;
    }
}

/* Footer */

.footer {
    background-color: #fff;
    padding: 80px 0 40px;
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    padding: 0 20px;
}

.footer-logo img {
    max-width: 240px;
    margin-bottom: 20px;
}

.footer-logo p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 350px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section li {
    margin-bottom: 14px;
}

.footer-section a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-section a:hover {
    color: #000;
    padding-left: 3px;
}

.socials {
    margin-top: 20px;
}

.socials b {
    display: block;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #000;
}

.socials a {
    display: inline-block;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    transition: all 0.3s ease;
}

.socials a:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #999;
    font-size: 0.85rem;
}

.footer-bottom a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #000;
}

@media (max-width: 1455px) {
    .footer-content {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-logo {
        text-align: center;
    }
    
    .footer-logo p {
        margin: 0 auto 25px;
    }
    
    .socials {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .footer-content {
        gap: 30px;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-section h3 {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .footer-section li {
        margin-bottom: 10px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom p {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width:640px) {
    .footer-links {
        flex-direction: column;
    }

    .footer-section {
        padding:0;
    }

    .footer-logo {
        margin:40px 0 0 0;
        padding:0;
    }
}

/* Realisations */
.nos-realisations {
    margin:80px 0;
    padding: 40px 20px;
}

.nos-realisations-text h2 {
    font-size: 3rem;
    text-align: center;
    margin: 0;
}

.nos-realisations-text p {
    font-size: 1.3rem;
    text-align: center;
    margin: 10px auto;
    width: 70%;
    line-height: 35px;
}

.flex-nos-realisations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin: 60px auto;
    max-width: 1600px;
    padding: 0 40px;
}

.nos-realisations-item {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.nos-realisations-item:hover {
    transform: translateY(-8px);
}

.nos-realisations-item-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #0000000e;
}

.nos-realisations-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.nos-realisations-item-img:hover img {
    transform: scale(1.05);
}

.nos-realisations-infos {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nos-realisations-infos span {
    background: #000;
    color: #FFF;
    padding: 7px 25px;
    border-radius: 50px;
    font-size: 13px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.nos-realisations-infos span:hover {
    background: #FFF;
    color: #000;
    border: 2px solid #000;
}

.nos-realisations-item h3 {
    font-size: 2rem;
    margin: 10px 0;
    color:#000;
}

.nos-realisations-item a {
    text-decoration: none;
}

.nos-realisations-item p {
    font-size: 1.1rem;
    text-align: left;
    margin: 0;
    width: 100%;
    line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 1400px) {
    .flex-nos-realisations {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        padding: 0 30px;
        gap: 30px;
    }
    
    .nos-realisations-text p {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .nos-realisations-text h2 {
        font-size: 2.5rem;
    }

    .nos-realisations-text p {
        font-size: 1.2rem;
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .flex-nos-realisations {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        padding: 0 20px;
        gap: 25px;
    }

    .nos-realisations-text h2 {
        font-size: 2rem;
    }

    .nos-realisations-text p {
        font-size: 1.1rem;
        width: 90%;
        line-height: 30px;
    }

    .nos-realisations-item h3 {
        font-size: 1.8rem;
    }

    .nos-realisations-item p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .nos-realisations {
        padding: 30px 15px;
    }

    .flex-nos-realisations {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 40px auto;
    }

    .nos-realisations-text h2 {
        font-size: 1.8rem;
    }

    .nos-realisations-text p {
        font-size: 1rem;
        width: 95%;
        line-height: 25px;
    }

    .nos-realisations-infos {
        gap: 8px;
    }

    .nos-realisations-infos span {
        padding: 5px 15px;
        font-size: 12px;
    }

    .nos-realisations-item h3 {
        font-size: 1.5rem;
    }

    .nos-realisations-item p {
        font-size: 0.9rem;
    }
}


/* Compétences */

.competences .dev h2, .competences .seo h2 {
    font-size:2.5rem;
    text-align: center;
    margin:0;
}

.competences a {
    display:contents;
}

.competences .dev > p, .competences .seo > p {
    text-align: center;
    font-size:1.3rem;
    max-width:60%;
    margin:10px auto 80px auto;
    line-height:1.5;
}

.competences .dev .flex-boxes-competences, .competences .seo .flex-boxes-competences {
    display:flex;
    flex-wrap: wrap;
    gap:80px 50px;
    margin-bottom:100px;
    justify-content: center;
    align-items: stretch;
}

.flex-boxes-competences .box-competences {
    position: relative; /* Nécessaire pour positionner le rond par rapport à la boîte */
    width: 40%;
    padding: 20px; /* Augmentation du padding pour un aspect aéré */
    border: 2px solid #f8f8f8; /* Bordure pour un look épuré */
    border-radius: 30px; /* Coins légèrement arrondis */
    background-color: #ffffff; /* Fond blanc pour un contraste net */
    transition: transform 0.2s ease;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    overflow:hidden;
}

.flex-boxes-competences .box-competences::before {
    content: ''; /* Nécessaire pour afficher le pseudo-élément */
    position: absolute; /* Positionnement absolu par rapport à la boîte */
    top: -70px; /* Positionné légèrement au-dessus du coin supérieur droit */
    right: -70px; /* Positionné légèrement à droite du coin supérieur droit */
    width: 120px; /* Largeur du cercle */
    height: 150px; /* Hauteur du cercle */
    background-color: #000; /* Couleur noire pour le cercle */
    border-radius: 40px; /* Arrondi complet pour créer un cercle */
}

.seo .box-competences::before {
    background:rgb(142, 142, 255);
}

.flex-boxes-competences .box-competences:hover {
    transform: translateY(-3px); /* Légère élévation au survol */
}

.box-competences h3 {
    font-size: 1.8rem;
    color: #000; /* Couleur sombre pour le texte */
    margin-bottom: 10px; /* Espacement sous le titre */
}

.box-competences p {
    font-size: 1.1rem;
    width: 100%; /* Utilisation de toute la largeur disponible */
    line-height: 1.5; /* Espacement entre les lignes réduit pour un look plus compact */
    color: #666666; /* Couleur de texte grise pour un contraste doux */
}

/* Pour les écrans de moins de 1200px */
@media (max-width: 1200px) {
    .flex-boxes-competences .box-competences {
        width: 45%; /* Réduction de la largeur des boîtes */
    }
}

/* Pour les écrans de moins de 992px */
@media (max-width: 992px) {

    .flex-boxes-competences {
        gap:20px 0 !important;
    }


    .flex-boxes-competences .box-competences {
        width: 90%; /* Les boîtes prennent toute la largeur */
        margin: 20px auto; /* Espacement entre les boîtes */
    }

    .competences .dev > p, .competences .seo > p {
        max-width: 80%; /* Augmentation de la largeur maximale du texte */
    }
}

/* Pour les écrans de moins de 768px */
@media (max-width: 768px) {

    .flex-boxes-competences .box-competences  {
        width:80%;
        margin:0 auto;
    }
    .competences .dev h2, .competences .seo h2 {
        font-size: 2rem; /* Réduction de la taille du titre */
    }

    .box-competences h3 {
        font-size: 1.5rem; /* Réduction de la taille du sous-titre */
    }

    .box-competences p {
        font-size: 1rem; /* Réduction de la taille du texte du paragraphe */
    }
}

/* Pour les écrans de moins de 576px */
@media (max-width: 576px) {
    .flex-boxes-competences {
        flex-direction: column; /* Changement à une colonne pour les petites écrans */
        align-items: center; /* Centrer les éléments */
    }

    .competences .dev > p, .competences .seo > p {
        max-width: 90%; /* Augmentation de la largeur maximale pour les petits écrans */
        font-size:1rem;
    }

    .flex-boxes-competences .box-competences::before {
        width: 80px; /* Réduction de la taille du cercle */
        height: 80px; /* Réduction de la taille du cercle */
        top: -40px; /* Ajustement de la position du cercle */
        right: -40px; /* Ajustement de la position du cercle */
    }
}

/* Contact */

.contact-section {
    display: flex;
    justify-content:center;
    gap:0;
    padding: 40px 20px;
}

.contact-section .contact-text {
    flex:inherit;
}

.contact-text {
    width:45%;
    margin-bottom: 30px; /* Espacement entre le texte et le formulaire */
}

.contact-text h2 {
    font-size: 3rem;
    color: #000; /* Couleur sombre pour le titre */
    width:80%;
}

.contact-text p {
    font-size: 1.2rem;
    color: #666; /* Couleur douce pour le texte */
    max-width: 600px; /* Largeur maximale du texte */
    margin: 0; /* Centrer le texte */
    line-height:2;
    text-align: left;
}

.contact-form {
    width: 100%;
    max-width: 700px; /* Largeur maximale du formulaire */
    border-radius: 10px; /* Coins arrondis */
    padding: 20px; /* Espacement interne du formulaire */
}

form {
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de passer à la ligne suivante */
    gap: 10px 30px; /* Espacement entre les éléments */
}

.form-group {
    flex: 1 1 calc(48% - 30px); /* Ajustement pour tenir compte de l'espacement */
}

#form-message {
    flex: 1 1 100%; /* Prend toute la largeur disponible */
}

.button {
    flex: 1 1 100%; /* Prend toute la largeur disponible */
}

.form-group {
    margin-bottom: 20px; /* Espacement entre les groupes de champs */
}

mark {
    background:#000;
    color:#FFF;
    padding:0px 15px;
    border-radius: 5px;
}

@media screen and (max-width:920px) {
    mark {
        display:inline-block;
    }
}

#obligatoire {
    color:red;
}

.form-group label {
    display: block;
    font-size: 1rem;
    color: #333; /* Couleur sombre pour les labels */
    margin-bottom: 5px; /* Espacement sous le label */
}

.form-group input,  select,
.form-group textarea {
    width: 90%; /* Utilisation de toute la largeur disponible */
    padding: 12px; /* Augmentation de l'espacement interne pour un confort accru */
    border: 1px solid #000; /* Bordure noire pour les champs */
    border-radius: 5px; /* Coins légèrement arrondis pour les champs */
    font-size: 1rem; /* Taille de police des champs */
    margin:auto;
    font-family: Arial, sans-serif; /* Police claire et moderne */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Transition douce pour les effets au focus */
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none; /* Suppression du contour par défaut */
    border-color: #8e8eff; /* Changement de couleur de bordure au focus */
    box-shadow: 0 0 5px rgba(132, 0, 255, 0.5); /* Ombre légère au focus pour plus de profondeur */
}

.form-group textarea {
    width:95%;
    resize: vertical; /* Permettre le redimensionnement vertical uniquement */
    min-height: 100px; /* Hauteur minimale pour le textarea */
}

select {
    width:100%;
    display:block;
    margin:auto;
    text-align: center;
}

.button {
    color: #FFF;
    background: #000;
    padding: 15px 60px;
    border-radius: 25px;
    font-size:1rem;
    margin: 30px 0 30px 0;
    font-weight: bold;
    border: 2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
}

.button:hover {
    background:transparent;
    border-color: #000;
    color:#000;
    cursor:pointer;
}

@media screen and (max-width:1600px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-text {
        width:100%;
        text-align: center;
    }

    .contact-text h2, .contact-text p {
        width:100%;
        max-width: 100%;
    }

    .contact-form {
        margin:auto;
        width:90%;
    }
}

@media screen and (max-width:820px) {
    .contact-text h2 {
        font-size:2rem;
    }
}

/* Page */

.flex-page {
    display:flex;
    width:100%;
    margin-bottom:120px;
}

.reversed-page {
    flex-direction: row-reverse;
}

.reversed-page .text-page h2 {
    text-align: right;
    padding-right:80px;
}

.reversed-page .text-page p {
    width:80%;
    margin:20px auto;
    text-align: right;
}

.image-page {
    width:40%;
    margin: auto;
    text-align: center;
}

.image-page img {
    width:80%;
    border-radius:20px;
}

.text-page {
    width:50%;
}

.text-page h2 {
    font-size:3rem;
    margin-bottom:0;
}

.text-page p {
    font-size:1.5rem;
    line-height: 2;
    width:80%;
}

.avantages-page {
    margin:100px 0;
}

.avantages-page h2 {
    font-size:3rem;
    text-align: center;
    margin:80px 0;
}

.avantages-page ul {
    width:70%;
    margin:auto;
    list-style-type: disc; /* Style des puces */
    padding-left: 20px; /* Espacement à gauche pour la liste */
}

.avantages-page li {
    margin-bottom: 40px; /* Espacement entre les éléments de la liste */
    font-size: 22px; /* Taille de la police des éléments de la liste */
    color: #555; /* Couleur du texte des éléments de la liste */
}

.avantages-page li strong {
    color: #000; /* Couleur pour les éléments en gras (peut être une couleur principale) */
}

.avantages-page li em {
    font-style: italic; /* Style italique pour les éléments en italique */
}

@media screen and (max-width:1250px) {
    .flex-page {
        flex-direction: column;
    }

    .image-page {
        width:100%;
    }

    .text-page {
        width:100%;
    }

    .text-page h2, .text-page p {
        width:90%;
        text-align: center;
        margin:50px auto;
    }

    .text-page p, .reversed-page p {
        font-size:1.3rem !important;
    }

    .reversed-page h2, .reversed-page p {
        text-align: center !important;
        width:90% !important;
    }

    .reversed-page h2 {
        padding-right: 0 !important;
    }

    .image-page img {
        max-width:800px;
        width:inherit;
    }
}

@media screen and (max-width:750px) {
    .image-page img {
        max-width:90%;
    }
}

/* Mentions Legales */

.mentions-legales {
    max-width:800px;
    margin:auto;
}

.mentions-legales h3 {
    font-size:2rem;
    margin:60px 0 20px 0;
}

.mentions-legales p {
    font-size:1.2rem;
}

.mentions-legales a {
    color:#8e8eff;
}

@media screen and (max-width:600px) {
    .mentions-legales {
        text-align: center;
    }

    .mentions-legales h3 {
        font-size:1.3rem;
    }

    .mentions-legales p {
        font-size:1rem;
        width:90%;
        margin:auto;
        text-align:center;
    }
}

.cta-suiviplus {
    display:block;
    text-align: center;
    margin:50px 0;
}

.cta-suiviplus a {
    color: #FFF;
    background: #000;
    padding: 15px 45px;
    border-radius: 50px;
    border: 2px solid transparent;
    text-decoration: none;
}

.cta-suiviplus a:hover {
    border:2px solid #000;
    background:transparent;
    color:#000;
}

#temps-stats {
    text-align: center;
}

@media screen and (max-width:750px) {
    .feedback-text h3 {
        font-size:2rem;
    }

    .ca p {
        text-align: center !important;
    }

    form {
        width:100% !important;
    }

    .form-group input, select, .form-group textarea {
        padding:10px !important;
    }

    .contact-form {
        padding:0 !important;
    }
}

.btn-contact-whatsapp {
    margin-top:0 !important;
    width:100%;
}

.btn-contact-whatsapp a {
    color: #FFF;
    background: #000;
    padding: 15px 60px;
    border-radius: 25px;
    font-size: 1rem;
    margin: 30px 0 30px 0;
    font-weight: bold;
    border: 2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
    display:block;
}

.btn-contact-whatsapp a:hover {
    color:#000;
    border-color: #000;
}

#whatsapp-alternative {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0px auto 40px auto;
    font-size: 18px;
    color: #000;
    position: relative;
  }
  
  #whatsapp-alternative span {
    padding: 0 20px;
    background-color: #fff;
    z-index: 1;
  }
  
  #whatsapp-alternative::before,
  #whatsapp-alternative::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, #000, transparent);
  }
  
  #whatsapp-alternative::before {
    margin-right: 15px;
  }
  
  #whatsapp-alternative::after {
    margin-left: 15px;
  }
  
  @media (max-width: 768px) {
    #whatsapp-alternative {
      font-size: 16px;
      max-width: 300px;
    }
    
    .mentions-legales p {
        text-align: left;
        margin:15px auto;
    }
  }
  
  .socials a {
    color:#1a1a1a;
    font-size:1.1rem;
  }

  .socials b {
    color:#1a1a1a;
  }
  

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    left: 0; /* Ajout de cette ligne pour faire apparaître le menu */
}

.mobile-nav {
    flex: 1; /* Prend tout l'espace disponible */
    padding: 20px 0;
    overflow-y: auto; /* Permet le défilement si le contenu est trop long */
}

.menu-footer {
    padding: 20px;
    background: #f8f8f8;
    /* Suppression de margin-top: auto; */
    border-top: 1px solid #eee;
}

/* Suppression des styles liés à la searchbar */

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.menu-header img {
    height: 35px;
}

.close-icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.close-icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    transition: transform 0.3s ease;
}

.close-icon span:first-child {
    transform: rotate(45deg);
}

.close-icon span:last-child {
    transform: rotate(-45deg);
}

.menu-search {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.search-container {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 12px 15px;
    border-radius: 12px;
}

.search-container i {
    color: #666;
    margin-right: 10px;
}

.search-container input {
    border: none;
    background: none;
    width: 100%;
    font-size: 1rem;
    outline: none;
}

.mobile-nav {
    padding: 20px 0;
}

.nav-section {
    margin-bottom: 20px;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    transition: background 0.3s ease;
}

.nav-item:hover {
    background: #f8f8f8;
}

.nav-icon {
    width: 24px;
    margin-right: 15px;
    text-align: center;
}

.nav-text {
    font-size: 1.1rem;
    font-weight: 500;
}

.accordion-item {
    border-bottom: 1px solid #f5f5f5;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
}

.accordion-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.active {
    max-height: 1000px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.service-card:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.service-card i {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.service-card span {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-card small {
    font-size: 0.8rem;
    color: #666;
}

.service-card:hover small {
    color: #fff;
}

.menu-footer {
    padding: 20px;
    background: #f8f8f8;
    margin-top: auto;
}

.contact-section2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-btn, .phone-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-btn {
    background: #000;
    color: #fff;
}

.phone-btn {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

.contact-btn i, .phone-btn i {
    margin-right: 10px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* CGV NetFactory */
.cgv-netfactory {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 30px;
}

.cgv-netfactory i {
    display: block;
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.cgv-netfactory h3 {
    font-size: 2.2rem;
    color: #000;
    margin: 60px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.cgv-netfactory h4 {
    font-size: 1.8rem;
    color: #000;
    margin: 40px 0 20px 0;
}

.cgv-netfactory h5 {
    font-size: 1.4rem;
    color: #333;
    margin: 25px 0 15px 0;
}

.cgv-netfactory p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin: 15px 0;
}

.cgv-netfactory ul, 
.cgv-netfactory ol {
    margin: 20px 0;
    padding-left: 20px;
}

.cgv-netfactory li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin: 10px 0;
    padding-left: 10px;
}

.cgv-netfactory a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}

.cgv-netfactory a:hover {
    opacity: 0.7;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .cgv-netfactory {
        padding: 0 20px;
        margin: 40px auto;
    }

    .cgv-netfactory h3 {
        font-size: 1.8rem;
        margin: 40px 0 20px 0;
    }

    .cgv-netfactory h4 {
        font-size: 1.5rem;
    }

    .cgv-netfactory h5 {
        font-size: 1.2rem;
    }

    .cgv-netfactory p,
    .cgv-netfactory li {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
    .cgv-netfactory {
        padding: 0 15px;
        margin: 30px auto;
    }

    .cgv-netfactory h3 {
        font-size: 1.6rem;
    }

    .cgv-netfactory h4 {
        font-size: 1.3rem;
    }

    .cgv-netfactory h5 {
        font-size: 1.1rem;
    }

    .cgv-netfactory p,
    .cgv-netfactory li {
        font-size: 0.95rem;
    }
}

.cta-hero-contact a {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.cta-hero-contact a:hover {
    background-color: #FFF;
    color: #000;
}

/* R.O.I Section */
.roi-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    position: relative;
    overflow: hidden;
}

.roi-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.02) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgba(0, 0, 0, 0.02) 0%, transparent 60%);
    z-index: 0;
}

.roi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.roi-header {
    text-align: center;
    margin-bottom: 60px;
}

.roi-header2 {
    margin-top:150px;
}

.roi-header h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #292929;
    line-height: 1.2;
}

.roi-header mark {
    background: #000;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
}

.roi-subtitle {
    font-size: 1.3rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Benefits Cards */
.roi-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

@media (max-width: 1060px) {
    .roi-benefits {
        grid-template-columns: repeat(1, 1fr);
    }
}

.benefit-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefit-icon-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
}

.benefit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon i {
    font-size: 36px;
    color: #000;
}

.circle-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 8;
}

.progress-fill {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
    animation: progress 1.5s ease-out forwards;
}

.progress-1 {
    stroke: #af4744;
    animation-delay: 0.2s;
}

.progress-2 {
    stroke: #9cadc4;
    animation-delay: 0.4s;
}

.progress-3 {
    stroke: #98716e;
    animation-delay: 0.6s;
}

@keyframes progress {
    to {
        stroke-dashoffset: 50;
    }
}

.benefit-content {
    text-align: center;
}

.benefit-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.benefit-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.benefit-data {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.data-item {
    display: flex;
    flex-direction: column;
}

.data-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.data-label {
    font-size: 0.85rem;
    color: #777;
}

/* ROI Graphic */
.roi-graphic {
    margin-bottom: 60px;
}

.graphic-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Search Simulation */
.search-simulation {
    padding: 25px;
}

.search-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.search-logo {
    margin-right: 15px;
}

.search-logo i {
    font-size: 24px;
    color: #333;
}

.search-bar {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 8px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaeaea;
}

.search-bar input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
    padding: 0;
}

.search-button {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    font-size: 16px;
}

/* Search Stats */
.search-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: #555;
}

/* Search Results */
.search-results {
    margin-bottom: 25px;
}

.search-result {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
}

.search-result:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.search-result.highlighted {
    border: 2px solid #000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    animation: pulse-dark 2s infinite;
}

@keyframes pulse-dark {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.result-website {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
}

.result-title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.result-description {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.result-rating {
    color: #f0c14b;
    font-size: 13px;
    margin-bottom: 5px;
}

.rating-count {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}

.result-position {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.result-badge {
    display: inline-block;
    margin-top: 10px;
    background: #f0f0f0;
    color: #000;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}

/* Business Impact */
.business-impact {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #eaeaea;
}

.impact-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.impact-metrics {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.impact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.impact-icon {
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: white;
    font-size: 18px;
}

.impact-value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.impact-label {
    font-size: 12px;
    color: #555;
    max-width: 120px;
}

/* Client Quote */
.client-quote {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.client-quote i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    color: #ddd;
}

.client-quote p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 10px 0;
    padding-left: 25px;
    font-style: italic;
}

.quote-author {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

/* Responsive styles */
@media (max-width: 992px) {
    .impact-metrics {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .impact-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .search-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .search-logo {
        margin-bottom: 15px;
    }
    
    .search-bar {
        width: 90%;
        margin:auto;
    }
    
    .result-position {
        position: static;
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }
    
    .search-result {
        padding: 15px;
    }
    
    .client-quote p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .search-simulation {
        padding: 15px;
    }
    
    .stat-value, .impact-value {
        font-size: 18px;
    }
    
    .stat-label, .impact-label {
        font-size: 11px;
    }
    
    .result-title {
        font-size: 15px;
    }
    
    .result-description {
        font-size: 12px;
    }
    
    .impact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .business-impact {
        padding: 20px 15px;
    }
    
    .impact-title {
        font-size: 16px;
    }
}

/* ROI CTA */
.roi-cta {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.btn-roi {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #000;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-roi:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
}

.btn-roi:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

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

@media (max-width: 768px) {
    .roi-cta {
        margin-top: 40px;
    }
    
    .btn-roi {
        padding: 14px 35px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .btn-roi {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}


@media screen and (max-width:768px) {
    .hero {
        height: 70vh;
        background-position: 0;
    }

    .hero2 {
        height:30vh;
        background-position: 0;
    }
    
    .hero-description {
       display: none;
    }

    .reviews {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .google-logo {
        width:35px;
        height:35px;
    }   
}

/* Nouvelle section Introduction Site Internet */
.site-intro-section {
    padding: 20px 0 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

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

.site-intro-header {
    text-align: center;
    margin-bottom: 60px;
}

.site-intro-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.site-intro-header p {
    font-size: 1.3rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.intro-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}

.intro-advantage-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card-decoration {
    position: absolute;
    border-radius: 50%;
}

.card-decoration.circle1 {
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.03);
}

.card-decoration.circle2 {
    bottom: -30px;
    left: -30px;
    width: 140px;
    height: 140px;
    background: rgba(0,0,0,0.02);
}

.advantage-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.advantage-icon-container {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 28px;
}

.intro-advantage-card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.intro-advantage-card p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.advantage-stat-box {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.03);
    padding: 15px;
    border-radius: 10px;
}

.advantage-stat-box i {
    color: #000;
    font-size: 20px;
    margin-right: 15px;
}

.advantage-stat-box p {
    margin: 0;
    font-size: 0.95rem;
    color: #000;
}

.comparison-container {
    margin: 70px auto;
    max-width: 1000px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
}

.comparison-header {
    padding: 40px;
    text-align: center;
    background: #000;
    color: #fff;
}

.comparison-header h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.strikethrough {
    text-decoration: line-through;
    opacity: 0.6;
}

.highlight-mark {
    background: #fff;
    color: #000;
    padding: 0 10px;
}

.comparison-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.comparison-content {
    display: flex;
    flex-wrap: wrap;
}

.comparison-column {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    position: relative;
}

.without-site {
    background: #f8f8f8;
}

.with-site {
    background: #fff;
    box-shadow: inset 5px 0 15px rgba(0,0,0,0.03);
}

.comparison-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
}

.comparison-badge.negative {
    background: #ff6b6b;
}

.comparison-badge.positive {
    background: #000;
}

.comparison-column h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-top: 20px;
}

.comparison-column ul {
    padding-left: 20px;
    color: #555;
}

.comparison-column li {
    margin-bottom: 15px;
}

.comparison-stat {
    margin-top: 30px;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
}

.negative .stat-number {
    color: #ff6b6b;
}

.positive .stat-number {
    color: #000;
}

.comparison-stat p {
    font-size: 1rem;
    color: #666;
}

.testimonial-container {
    padding: 30px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}

.testimonial-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e0e0e0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #666;
}

.testimonial-text {
    flex: 1;
    min-width: 200px;
}

.testimonial-text p {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-author {
    font-weight: 600;
    color: #000;
    margin: 0;
}

.intro-cta-container {
    text-align: center;
    margin-top: 50px;
}

.intro-cta-container h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.intro-cta-container p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.intro-cta-button {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.intro-cta-button:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .site-intro-header h2 {
        font-size: 2.2rem;
    }
    
    .site-intro-header p {
        font-size: 1.1rem;
    }
    
    .comparison-header h3 {
        font-size: 1.6rem;
    }
    
    .comparison-header p {
        font-size: 1rem;
    }
    
    .testimonial-avatar {
        margin-bottom: 20px;
    }
    
    .intro-cta-container h3 {
        font-size: 1.7rem;
    }
    
    .intro-cta-container p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .site-intro-section {
        padding: 20px 0;
    }
    
    .site-intro-header h2 {
        font-size: 1.8rem;
    }
    
    .comparison-column {
        padding: 20px;
    }
    
    .comparison-badge {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-bottom: 15px;
    }
}

/* Section Déroulement du Projet */
.project-workflow-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

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

.workflow-header {
    text-align: center;
    margin-bottom: 60px;
}

.workflow-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.workflow-header p {
    font-size: 1.3rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.workflow-showcase {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
}

.dashboard-preview {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.dashboard-frame {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
}

.dashboard-header {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #000;
    color: #fff;
}

.dashboard-logo {
    margin-right: 15px;
}

.dashboard-logo-img {
    height: 40px;
    width: auto;
}

.dashboard-title h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}

.dashboard-title h3 span {
    opacity: 0.8;
    font-weight: 400;
}

.dashboard-content {
    display: flex;
    height: 450px;
}

.dashboard-sidebar {
    width: 200px;
    background: #f5f5f5;
    padding: 20px 0;
    border-right: 1px solid #eaeaea;
}

.dashboard-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-menu li {
    padding: 12px 20px;
    color: #444;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-menu li i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.dashboard-menu li.active {
    background: #000;
    color: #fff;
}

.dashboard-main {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
}

.dashboard-progress {
    margin-bottom: 30px;
}

.dashboard-progress h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
}

.progress-bar-container {
    height: 12px;
    background: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #000;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 0.7rem;
    line-height: 12px;
    border-radius: 10px;
    transition: width 1s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

.step-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.8rem;
}

.step.completed .step-icon {
    background: #000;
    color: #fff;
}

.step.active .step-icon {
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}

.step-label {
    font-size: 0.8rem;
    color: #555;
    text-align: center;
}

.step.active .step-label {
    color: #000;
    font-weight: 600;
}

.dashboard-preview-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.preview-card {
    flex: 1;
    min-width: 120px;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.preview-icon {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    font-size: 1.2rem;
}

.preview-card h5 {
    font-size: 1rem;
    margin: 0 0 10px 0;
    color: #333;
}

.preview-card p {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.workflow-benefits {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.workflow-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.workflow-benefit-item .benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
}

.workflow-benefit-item .benefit-content h3 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
    color: #000;
}

.workflow-benefit-item .benefit-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

.workflow-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

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

.feature-icon {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 1.8rem;
}

.feature-card h4 {
    font-size: 1.2rem;
    margin: 0 0 15px 0;
    color: #000;
}

.feature-card p {
    color: #555;
    line-height: 1.5;
    margin: 0;
    font-size: 0.95rem;
}

.workflow-cta {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.workflow-cta h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #000;
}

.workflow-cta p {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

.workflow-cta-button {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.workflow-cta-button:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 992px) {
    .dashboard-content {
        flex-direction: column;
        height: auto;
    }

    .dashboard-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding: 10px 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .dashboard-menu {
        display: flex;
    }

    .dashboard-menu li {
        padding: 10px 15px;
    }

    .dashboard-main {
        padding: 20px;
    }

    .progress-steps {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .step {
        min-width: 60px;
        margin: 0 5px;
    }

    .workflow-benefits {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .workflow-header h2 {
        font-size: 2.2rem;
    }

    .workflow-header p {
        font-size: 1.1rem;
    }

    .workflow-benefit-item {
        margin-bottom: 20px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .benefit-content h3 {
        font-size: 1.1rem;
    }

    .benefit-content p {
        font-size: 0.95rem;
    }

    .workflow-cta h3 {
        font-size: 1.7rem;
    }

    .workflow-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .project-workflow-section {
        padding: 60px 0;
    }

    .workflow-header h2 {
        font-size: 1.8rem;
    }

    .dashboard-frame {
        border-radius: 15px;
    }

    .dashboard-header {
        padding: 15px;
    }

    .dashboard-logo-img {
        height: 30px;
    }

    .dashboard-title h3 {
        font-size: 1.1rem;
    }

    .dashboard-menu li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .feature-card h4 {
        font-size: 1.1rem;
    }

    .workflow-cta {
        padding: 30px 20px;
    }
}

/* Section Teasing Réalisations */
.teasing-realisations-page {
    background-color: #000;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.teasing-realisations-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30,30,30,0.9) 0%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
}

.teasing-realisations-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.teasing-realisations-page-header {
    text-align: center;
    margin-bottom: 60px;
}

.teasing-realisations-page-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.teasing-realisations-page-header mark {
    background: transparent;
    color: #fff;
    position: relative;
    font-style: normal;
}

.teasing-realisations-page-header mark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
}

.teasing-realisations-page-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.teasing-realisations-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.teasing-realisations-page-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.teasing-realisations-page-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.teasing-realisations-page-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.teasing-realisations-page-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.teasing-realisations-page-item:hover .teasing-realisations-page-image img {
    transform: scale(1.05);
}

.teasing-realisations-page-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    transition: all 0.4s ease;
}

.teasing-realisations-page-item:hover .teasing-realisations-page-overlay {
    padding-bottom: 30px;
}

.teasing-realisations-page-tag {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teasing-realisations-page-overlay h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
}

.teasing-realisations-page-overlay p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.teasing-realisations-page-item:hover .teasing-realisations-page-overlay p {
    max-height: 100px;
    opacity: 1;
    margin-top: 8px;
}

.teasing-realisations-page-cta {
    text-align: center;
    margin-top: 50px;
}

.teasing-realisations-page-button {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 12px 30px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teasing-realisations-page-button i {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.teasing-realisations-page-button:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.teasing-realisations-page-button:hover i {
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .teasing-realisations-page {
        padding: 80px 0;
    }
    
    .teasing-realisations-page-header h2 {
        font-size: 2.4rem;
    }
    
    .teasing-realisations-page-header p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .teasing-realisations-page {
        padding: 60px 0;
    }
    
    .teasing-realisations-page-header h2 {
        font-size: 2rem;
    }
    
    .teasing-realisations-page-header p {
        font-size: 1rem;
    }
    
    .teasing-realisations-page-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .teasing-realisations-page {
        padding: 50px 0;
    }
    
    .teasing-realisations-page-header h2 {
        font-size: 1.8rem;
    }
    
    .teasing-realisations-page-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .teasing-realisations-page-button {
        font-size: 1rem;
        padding: 10px 25px;
    }
}

/* Section Technologies E-commerce */
.ecommerce-tech-section {
    padding: 100px 0;
    background: #fff;
}

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

.ecommerce-tech-intro {
    text-align: center;
    margin-bottom: 80px;
}

.ecommerce-tech-intro h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.ecommerce-tech-intro p {
    font-size: 1.2rem;
    color: #444;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.ecommerce-tech-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.ecommerce-tech-list {
    flex: 1;
}

.ecommerce-tech-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.ecommerce-tech-item:last-child {
    border-bottom: none;
}

.ecommerce-tech-item:hover {
    transform: translateX(10px);
}

.tech-icon-wrapper {
    margin-right: 25px;
    flex-shrink: 0;
}

.tech-icon {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.ecommerce-tech-item:hover .tech-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tech-content {
    flex: 1;
}

.tech-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}

.tech-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tech-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-features span {
    background: #f8f8f8;
    color: #000;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.tech-features span:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.ecommerce-tech-visual {
    flex: 0 0 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-dashboard {
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.dashboard-header {
    background: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-controls {
    display: flex;
    gap: 8px;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control.red {
    background: #ff5f56;
}

.control.yellow {
    background: #ffbd2e;
}

.control.green {
    background: #27ca3f;
}

.dashboard-header h4 {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.dashboard-stats {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

.dashboard-chart {
    padding: 25px 20px;
}

.chart-bars {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 100px;
    gap: 8px;
}

.bar {
    flex: 1;
    background: #000;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.bar:hover {
    opacity: 1;
    transform: scaleY(1.1);
}

.ecommerce-tech-cta {
    text-align: center;
    background: #f8f8f8;
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

.ecommerce-tech-cta h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.ecommerce-tech-cta p {
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
}

.tech-cta-button {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #000;
    letter-spacing: 0.5px;
}

.tech-cta-button i {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.tech-cta-button:hover {
    background: transparent;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tech-cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
    .ecommerce-tech-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .ecommerce-tech-visual {
        flex: none;
        align-self: center;
    }
    
    .ecommerce-tech-intro h2 {
        font-size: 2.4rem;
    }
    
    .ecommerce-tech-item {
        margin-bottom: 40px;
        padding: 25px 0;
    }
    
    .tech-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .ecommerce-tech-section {
        padding: 60px 0;
    }
    
    .ecommerce-tech-intro {
        margin-bottom: 60px;
    }
    
    .ecommerce-tech-intro h2 {
        font-size: 2rem;
    }
    
    .ecommerce-tech-intro p {
        font-size: 1rem;
    }
    
    .ecommerce-tech-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 35px;
        padding: 20px 0;
    }
    
    .tech-icon-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
        align-self: center;
    }
    
    .tech-content h3 {
        font-size: 1.3rem;
    }
    
    .tech-content p {
        font-size: 0.95rem;
    }
    
    .tech-features {
        justify-content: center;
    }
    
    .ecommerce-tech-cta {
        padding: 40px 30px;
    }
    
    .ecommerce-tech-cta h3 {
        font-size: 1.7rem;
    }
    
    .ecommerce-tech-cta p {
        font-size: 1rem;
    }
    
    .tech-dashboard {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .ecommerce-tech-section {
        padding: 50px 0;
    }
    
    .ecommerce-tech-intro h2 {
        font-size: 1.8rem;
    }
    
    .ecommerce-tech-item {
        margin-bottom: 30px;
        padding: 15px 0;
    }
    
    .tech-icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
    
    .tech-content h3 {
        font-size: 1.2rem;
    }
    
    .tech-content p {
        font-size: 0.9rem;
    }
    
    .tech-features span {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
    
    .ecommerce-tech-cta {
        padding: 30px 20px;
    }
    
    .ecommerce-tech-cta h3 {
        font-size: 1.5rem;
    }
    
    .tech-cta-button {
        font-size: 1rem;
        padding: 12px 30px;
    }
    
    .tech-dashboard {
        max-width: 280px;
    }
    
    .dashboard-stats {
        padding: 20px 15px;
    }
    
    .stat-number {
        font-size: 1.3rem;
    }
    
    .chart-bars {
        height: 80px;
    }
}

/* ====================================
   COMPETENCES PAGE STYLES
==================================== */

.competences-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    position: relative;
    overflow: hidden;
}

.marketing-section {
    background: #f8f8f8;
}

.competences-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.competences-header {
    text-align: center;
    margin-bottom: 60px;
}

.competences-header h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.2;
}

.competences-header h2 mark {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
    font-weight: 700;
}

.competences-header p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.competences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.marketing-grid {
    grid-template-columns: repeat(2, 1fr);
}

.competence-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.competence-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
}

.card-decoration.circle1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.01) 100%);
    border-radius: 50%;
    z-index: 1;
}

.card-decoration.circle2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.01) 100%);
    border-radius: 50%;
    z-index: 1;
}

.competence-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    border-radius: 16px;
    margin-bottom: 25px;
    font-size: 2rem;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.competence-card:hover .competence-icon-container {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: #fff;
    transform: scale(1.1);
}

.marketing-icon {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1976d2;
}

.competence-card:hover .marketing-icon {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    color: #fff;
}

.competence-content {
    position: relative;
    z-index: 2;
}

.competence-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3;
}

.competence-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.competence-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    display: inline-block;
    background: rgba(0,0,0,0.05);
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.competence-card:hover .feature-tag {
    background: rgba(0,0,0,0.08);
    color: #000;
}

.competence-stat {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.03);
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.competence-stat i {
    margin-right: 8px;
    color: #666;
}

.marketing-stat {
    background: rgba(25,118,210,0.08);
    color: #1565c0;
}

.marketing-stat i {
    color: #1976d2;
}

.full-width-card {
    grid-column: 1 / -1;
}

.full-width-card .competence-content {
    max-width: none;
}

.full-width-card .competence-features {
    justify-content: center;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .competences-container {
        padding: 0 15px;
    }
    
    .competences-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .competences-section {
        padding: 60px 0;
    }
    
    .competences-header h2 {
        font-size: 2.2rem;
    }
    
    .competences-header p {
        font-size: 1.1rem;
    }
    
    .competences-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .marketing-grid {
        grid-template-columns: 1fr;
    }
    
    .competence-card {
        padding: 30px 25px;
    }
    
    .competence-content h3 {
        font-size: 1.4rem;
    }
    
    .competence-content p {
        font-size: 1rem;
    }
    
    .competence-icon-container {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .full-width-card {
        grid-column: 1;
    }
}

    @media screen and (max-width: 480px) {
        .competences-header h2 {
            font-size: 1.8rem;
        }

        .competences-header p {
            font-size: 1rem;
        }

        .competence-card {
            padding: 25px 20px;
        }

        .competence-features {
            gap: 6px;
        }

        .feature-tag {
            font-size: 0.8rem;
            padding: 5px 10px;
        }
    }

/* ====================================
   MODERN CONTACT PAGE STYLES
==================================== */

.modern-contact-section {
    padding: 40px 0;
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.modern-contact-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 50%);
    z-index: 0;
}

.modern-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.modern-contact-header {
    text-align: center;
    margin-bottom: 80px;
}

.modern-contact-header h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
    line-height: 1.2;
}

.modern-contact-header h2 mark {
    background: #000;
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
}

.modern-contact-header p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 20px;
}

.modern-contact-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

/* Contact Info Cards */
.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    border-radius: 15px;
    font-size: 1.5rem;
    color: #333;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: #fff;
    transform: scale(1.1);
}

.contact-info-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.contact-info-content p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* Modern Contact Form */
.modern-contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.form-header p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.modern-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

.modern-form-group.full-width {
    grid-column: 1 / -1;
}

.modern-form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.required {
    color: #e74c3c;
    font-weight: 600;
}

.input-wrapper,
.select-wrapper,
.textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i,
.select-wrapper i:first-child,
.textarea-wrapper i {
    position: absolute;
    left: 15px;
    color: #999;
    font-size: 0.9rem;
    z-index: 2;
}

.textarea-wrapper i {
    top: 15px;
}

.input-wrapper input,
.select-wrapper select,
.textarea-wrapper textarea {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.input-wrapper input:focus,
.select-wrapper select:focus,
.textarea-wrapper textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.input-wrapper input:focus + i,
.select-wrapper select:focus + i:first-child,
.textarea-wrapper textarea:focus + i {
    color: #000;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    appearance: none;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 15px;
    color: #999;
    pointer-events: none;
    font-size: 0.8rem;
}

.textarea-wrapper textarea {
    resize: vertical;
    min-height: 120px;
    padding-top: 15px;
}

.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-transform: none;
    letter-spacing: 0.5px;
}

.modern-submit-btn:hover {
    background: linear-gradient(135deg, #333 0%, #000 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.modern-submit-btn i {
    font-size: 1rem;
}

.alternative-contact {
    text-align: center;
}

.alternative-contact p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    color: #fff;
}

.whatsapp-btn i {
    font-size: 1.1rem;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .modern-contact-container {
        padding: 0 15px;
    }
    
    .modern-contact-content {
        gap: 40px;
    }
}

@media screen and (max-width: 900px) {
    .modern-contact-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-info-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .contact-info-card {
        flex: 1;
        min-width: 200px;
        max-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .modern-contact-section {
        padding: 60px 0;
    }
    
    .modern-contact-header {
        margin-bottom: 50px;
    }
    
    .modern-contact-header h2 {
        font-size: 2.2rem;
    }
    
    .modern-contact-header p {
        font-size: 1.1rem;
    }
    
    .modern-contact-form {
        padding: 30px 25px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-cards {
        flex-direction: column;
    }
    
    .contact-info-card {
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .modern-contact-header h2 {
        font-size: 1.8rem;
    }
    
    .modern-contact-header p {
        font-size: 1rem;
    }
    
    .modern-contact-form {
        padding: 25px 20px;
    }
    
    .form-header h3 {
        font-size: 1.5rem;
    }
    
    .input-wrapper input,
    .select-wrapper select,
    .textarea-wrapper textarea {
        padding: 12px 12px 12px 40px;
        font-size: 0.95rem;
    }
    
    .modern-submit-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .whatsapp-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}


