@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

header {
    padding: 1rem;
    text-align: center;
    padding: 20px 40px 20px 40px;
    background-color: #ffffffb6;
}

main {
    padding: 2rem;
    height: max-content;
}

footer p {
    margin: 0!important;
}
footer{
position: relative;    
z-index: 10;

}

.activeNav {
    font-weight: bold;
    color: #008CFF !important;
    border-bottom: 2px solid #008CFF; /* Optionnel, pour un effet visuel */
}


/* Navbar principale */
.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%; /* Fait s'étendre la barre de navigation sur toute la largeur */
    z-index: 1000;
    background-color: white; /* Couleur de fond */
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
    padding: 0.5rem 4rem; /* Ajuster la hauteur */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Légère ombre pour plus de style */
}

.container-fluid {
    max-width: 100%; /* Empêche les marges latérales */
    padding: 0; /* Supprime le padding interne */
}
/* Navbar cachée */
.navbar-toggle {
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 9999;
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.navbar-toggle:hover {
    background-color: #555;
}

.navbar-hidden-mobile {
    display: none;
}

.navbar-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.navbar-toggle-visible {
    display: block !important; /* Garde le bouton visible même si la navbar est masquée */
    
}


.a-style-none {
    text-decoration: none;

}


.logo-svg {
    color: #008CFF;
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
  }

path{
    fill: #008CFF;
}

  .logo-svg:hover {
    transform: scale(1.05); /* Zoom au survol */
  }

  
.logo {
    display: flex;
    align-items: center;
}

.logo-2 {
    display: flex;
    flex-direction: column;
    justify-items: center;
    height: 100%;
    line-height: 89.4%;
    margin-left: 13px;
}

.navbar-brand {
    font-family: "Libre Franklin", sans-serif;
    font-weight: bolder;
    font-style: italic;
    font-size: 24px;
    color: #008CFF;
}

.navbar-brand:hover {
    font-family: "Libre Franklin", sans-serif;
    font-weight: bolder;
    font-style: italic;
    font-size: 24px;
    color: #008CFF;
}

.soustitre-logo {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    margin: 0;
    color: #008CFF;
}

.nav-links ul li a {
    font-size: 16px;
    text-transform: uppercase;

}


.btn-primary {
    background-color: #008CFF!important;
    border: none!important;
    border-radius: 10px;
    text-transform: uppercase;
}

.titre {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 900;
    line-height: 98%;

}

.titre2 {
    font-size: 64px;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-weight:900;
    color: #3D4A57;
}

.titre3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    font-weight:900;
    color: #000000;
}

.soustitre {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.soustitre2 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
}

.soustitre3 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-align: center;
}

.text-section1 button {
    font-size: 24px;
}

.section1 {
    margin-top: 156px;
}

#canape svg {
    width: 40rem;
    height: 38rem;
    margin-top: -200px;
}

/*------services section -----------*/
.service-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 60px;
    color: #4A90E2;
    margin-bottom: 20px;
    transition: transform 0.3s, opacity 0.3s;
}

.service-card:hover .service-icon {
    transform: translateY(-20px) scale(0.8);
    opacity: 0.8;
}

.btn-quote {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    opacity: 0;
    font-size: 12px
}

.service-card:hover .btn-quote {
    opacity: 1;
    bottom: 20px;
}

.service-name {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

/*----------solution section -----------*/
.espacevide {
    height: 50px;
}

.image-container {
    background-color: #008CFF;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    height: 550px;
}

.image-container img {
   margin-top: -107px;
}


.text-container {
    background-color: #008CFF;
    border-radius: 20px;
    color: white;
    padding: 20px;
    border-radius: 20px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.button {
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 20px;
    padding: 0;
    width: 180px;
    height: 100%;
    background-color: #005396!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-btn {
    height: 150px;
}

.icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    background-color: #008CFF;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.icon-box:hover {
    transform: scale(1.1);
}

.button span {
    font-size: 120px;
    transition: transform 0.3s;
    font-weight: 100;


}

.button:hover  span {
    transform: scale(1.1);

}

.icon-box i {
    font-size: 32px;
    color: #4A90E2;
}

#solution-nettoyage-titre {
    line-height: 89.4%;
}

#soustitre-solution {
    width: 343px;
    text-align: justify!important;
}

/*---------section avis -------------*/
.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    height: 350px;
}

.testimonial-container {
    display: flex;
    width: auto;
    gap: 40px;
    align-items: center;

}

.testimonial-left {
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: flex; /* Utiliser Flexbox */
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
}

.carousel-carousel-testimonial {
    display: flex;
    position: relative;
}

/* Cartes d'avis */
.carousel-item {
    width: auto; /* Ajuster la largeur pour mieux s'adapter */
    opacity: 0; /* Cachée par défaut */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Animation */
    z-index: 0;
    height: 100%;
}

.carousel-item.active {
    opacity: 1; /* Visible */
    z-index: 1; /* Mettre en avant la carte active */
}


.testimonial-card {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    text-align: left;
    max-width: 400px;
    max-height: 100%; /* Évite que la carte dépasse */
    height: 250px;
    width: 100%; /* Responsive */
    box-sizing: border-box; /* Inclure le padding dans la largeur totale */
}

.testimonial-card h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.role {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}

.review {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
}

/* Partie droite : Titre et Boutons */
.testimonial-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 500px;
}

.subtitle {
    font-size: 14px;
    color: #C1C1C1;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.testimonial-controls {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.control-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: none;
    background-color: #008cff;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.control-btn:hover {
    background-color: #0056b3;
}

.animate__faster {
    --animate-duration: 0.9s; /* Durée personnalisée */
}

/*------section portfolio---------*/
.titre-portfolio {
    color: #000;
    line-height: 89.4%;
}

.services-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Pour s'adapter aux écrans plus petits */
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

/* Première carte */
.service-card-portfolio:first-child {
    margin-top: -40px; /* Décalage vers le bas */
    position: relative;
    z-index: 1; /* Pour la mettre au-dessus si nécessaire */
}

/* Deuxième carte */
.service-card-portfolio:nth-child(2) {
    margin-top: 20px; /* Décalage vers le haut */
    position: relative;
    z-index: 2;
}

/* Cartes */
.service-card-portfolio {
    background: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px;
    overflow: hidden;
    max-width: 550px;
    width: 100%;
    max-height: 650px;
    height: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    padding: 0;
}

.service-card-portfolio:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px, rgba(0, 0, 0, 0.2) 0px 4px 6px;
}

/* Image */
.service-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Contenu */
.service-content {
    padding: 20px;
    text-align: left;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-details {
    font-size: 14px;
    color: gray;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.service-details span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-details i {
    color: #BEBEBE;
    font-size: 16px;
    transition: 0.5s;

}

.service-card-portfolio:hover .service-details i{
    transition: 0.5s;

    color: #008cff;
}

.text-portfolio {
    background-color: #ffffffab;
    backdrop-filter: blur(5px);
}
/* Ajoutez une position sticky avec une limite */
.section-portfolio {
    position: relative; /* Parent pour limiter sticky */
}

.text-portfolio {
    position: sticky; /* Active le comportement sticky */
    top: 0; /* Définit le point où l'élément devient sticky */
    z-index: 10; /* Assure que l'élément reste au-dessus des autres */
}


/*---------section contact---------------*/
/* Section du formulaire */
.contact-form-section {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

/* Formulaire principal */
.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Ligne de formulaire */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Groupe de formulaire */
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Étiquette */
.form-group label {
    font-size: 14px;
    color: gray;
}

/* Champ de saisie */
.form-group input {
    border: none;
    border-bottom: 1px solid gray;
    font-size: 16px;
    padding: 5px;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-bottom: 1px solid #008CFF;
}

/* Bouton d'envoi */
.form-submit {
    display: flex;
    justify-content: flex-end;
}

.btn-submit {
    display: flex;
    align-items: center;
    background-color: #008CFF;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit span {
    margin-left: 5px;
}

.btn-submit:hover {
    background-color: #0056b3;
}


/*---------------section social -----------------*/
/* Section principale */
.section-social {
   
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-container {
    background-color: #008CFF;
    max-width: 1200px;
    width: 100%;
    display: flex;
   padding: 34px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Responsive */
    border-radius: 30px;
}

/* Image */
.social-image {
    flex: 0.3;
    display: flex;
    justify-content: start;
    align-items: center;
}

.social-image img {
    width: 350px;
    max-width: 100%;
    position: absolute;
    border-radius: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: -50px;
}

/* Texte */
.social-text {
    flex: 1;
    color: white;
    text-align: left;
    z-index: 10;
}

.social-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #C2E4FF;
    margin-bottom: 10px;
    display: block;
}

.social-title {
    color: #ffff;
    line-height: 89.4%;
    margin-bottom: 20px;
}

/* Icônes */
.social-icons {
    display: flex;
    gap: 15px;

}

.social-icons a {
    color: white;
    font-size: 24px;
    transition: color 0.3s;
    transition: 0.3s;

}

.social-icons a:hover {
    color: #C2E4FF;
    scale: 1.1;
    transition: 0.3s;
}


/*------------section footer----------*/
/* Section principale */
.footer-section {
    background-color: #2F3A45;
    color: #D1D1D1;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* Conteneur principal */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* Pour les petits écrans */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Logo */
.logo-footer {
    margin-right: 200px;
}

.logo img {
    max-width: 100px;
}

.logo-3{
    line-height: 30px;
}

.navbar-brand-footer {
    font-family: "Libre Franklin", sans-serif;
    text-decoration: none;
    font-weight: bolder;
    font-style: italic;
    font-size: 48px;
    color: #ffffff;
}



.navbar-hidden {

    transform: translateY(-100%);
    transition: transform 0.3s ease;
}


.soustitre-logo-footer {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    margin: 0;
    color: #ffffff;
}

/* Menu, Réseaux sociaux, Contacts */
.footer-menu, .footer-social, .footer-contacts {
    flex: 1;
}

.footer-menu h4, .footer-social h4, .footer-contacts h4 {
    font-size: 16px;
    color: #C1C1C1;
    margin-bottom: 10px;
}

.footer-menu ul, .footer-social ul {
    list-style: none;
    padding: 0;
}

.footer-menu li, .footer-social li {
    margin-bottom: 5px;
}

.footer-menu a, .footer-social a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 18px;
}

.footer-menu a:hover, .footer-social a:hover {
    color: #008CFF;
}

/* Contacts */
.footer-contacts p {
    margin: 5px 0;
    color: #ffffff;
    font-size: 18px;
}

/* Bottom Footer */
.footer-bottom {
    border-top: 1px solid #404D59;
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #D1D1D1;
}

.footer-bottom a {
    color: #D1D1D1;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #008CFF;
}



/*---------page tarifs ------------*/

/* Section principale */
.pricing-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  
  .service-buttons {
    display: flex;
    gap: 20px;
    z-index: 10;
  }
  
  .service-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #008CFF;
    transition: background-color 0.3s, transform 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  
  .service-btn:hover {
    background-color: #008CFF;
    color: white;
    transform: scale(1.1);
  }
  
  .service-btn.active {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
  }
  
  /* Description */
  .service-description {
    font-size: 18px;
    color: #555;
    transition: opacity 0.3s ease;
    min-height: 24px;
  }
  
  /* Conteneur des détails */
  .details-container {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
  }
  
  .details-container.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  .main-elementsZ {
    z-index: 2;
  }


  .service-card-tarif {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
  }
  
  .pricing-list-tarif {
    margin-top: 20px;
  }
  
  .price-item-tarif {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .price-item-tarif:last-child {
    border-bottom: none;
  }
  
  .price-item-tarif i {
    color: #007bff;
    margin-right: 10px;
  }
  
  .price-item-tarif span {
    flex: 1;
    color: #555;
    font-size: 14px;
  }
  
  .price-item-tarif strong {
    color: #000;
    font-size: 16px;
  }

  /*-----------page contact ---------------*/
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-section .form-label {
    font-weight: bold;
  }
  
  .contact-section .btn-primary {
    background-color: #008cff;
    border-color: #008cff;
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .contact-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
  }
  
/*----------------a propos ------------------*/
.about-section {
    background-color: #fdfdfd;
  }
  
  .small-label {
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .about-section h2 {
    line-height: 89.9%;
  }
  
  .about-section p {
    font-size: 1rem;
    color: #666;
  }
  
  .stats-list {
    padding-left: 0;
  }
  
  .stat-item {
    position: relative;
    text-align: left;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
  }
  
  .stat-item h3 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  
  .stat-item p {
    margin: 0;
    color: #666;
  }
  
  .stat-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  

  /*----------------*/
 /* Section styles */
 .photo-carousel-section {
    padding:0 0 40px 0;
  }
  
  .carousel {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .propos-item {
    flex: 0 0 300px; /* Taille fixe des images */
    height: 200px;
    margin: 0 10px;
  }
  
  .propos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .carousel-nav {
    display: flex;
    justify-content: start;
    gap: 10px;
  }
  
  .carousel-btn {
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.247);
  }
  
  /*---------------------*/
  .work-steps {
    background-color: #0056b3;
    padding: 3rem 0;
  }
  
  .work-steps .subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #4ca2fd!important;
  }
  
  .work-steps h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 2rem;
    line-height: 84.9%;
    
  }
  
  .step-icon {
    color: #4ca2fd;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
  .step-icon i {
    font-size: 30px;
  }
  
  .work-steps p {
    font-size: 16px;
    color: #c0e0d5;
  }
  

  .inspiration-section {
    background-color: #0a3b33; /* Couleur de fond */
    padding: 4rem 0;
    color: #ffffff;
  }
  
  .inspiration-image img {
    width: 100%;
    max-width: 1400px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
 
  
  .inspiration-text p {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 1rem;
  }
  
  .explore-link {
    margin-top: 2rem;
    display: inline-block;
    font-size: 1rem;
    color: #4ca2fd;
    transition: color 0.3s ease;
  }
  
  .explore-link:hover {
    color: #ffffff;
  }
  

  .faq-section {
    background-color: #f9f9f9;
    padding: 4rem 0;
  }
  
  .accordion-button {
    background-color: #ffffff;
    color: #333;
    font-weight: bold;
    border: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:not(.collapsed) {
    color: #007bff;
    background-color: #e7f1ff;
  }
  
  .accordion-item {
    border: none;
    margin-bottom: 1rem;
  }
  
  .accordion-body {
    font-size: 0.9rem;
    color: #555;
  }
  

  @media (max-width: 480px) {

    .resp-s1{
        display: flex;
        flex-direction: column;
    }

    /* Styles spécifiques pour les téléphones portables */
    #canape svg{
        width: 100%;
    }

    .titre {
        font-size: 60px; /* Réduit la taille pour les téléphones */
        line-height: 110%; /* Ajuste l'espacement entre les lignes */
        text-align: start; /* Centrer le texte si nécessaire */
       
    }

    .icons-container {
        flex-wrap: wrap; /* Permet de passer les icônes sur plusieurs lignes si nécessaire */
        padding: 10px; /* Ajoute un padding pour un meilleur rendu */
        height: fit-content; /* Laisse la hauteur s'ajuster automatiquement */
        gap: 0;
        height: auto;
    }

    .resp-none   {
        display: none;
    }
    .icon-box {
        background-color: #ffffff;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        display: flex;
        padding: auto;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
  
    .titre2 {
        margin: 0!important;
        font-size: 32px; /* Réduit la taille pour les téléphones */
        text-align: start; /* Centre le texte si besoin */
    }

    .soustitre2 {
        margin: 0!important;
        text-align: start;
    }

    .resp-s2{
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

    .resp-s3 {
        display: flex!important;
        flex-direction: column;
        height: fit-content;
        margin: 0!important;
        padding: 0;
    }    

    .resp-s3-1 {
        margin-top: 0!important;
    }

    .image-container img {
        width: 330px;
    }

    .image-container  {
        width: 100%;
       
        height: auto;
        padding: 0;
        display: none;
    }

    .testimonial-right {
        width: auto;
    }

    .solution-btn {
        height: fit-content;
        display: block;
    }

    .button{
        height: fit-content!important;
        width: auto;
    }

    .testimonial-card {
        background: white;
        border-radius: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        padding: 20px;
        text-align: left;
        max-width: auto;
        max-height: 100%;
        height: 250px;
        width: 350px;
        box-sizing: border-box;
    }

    .testimonial-section {
        height: auto;
    }

    .text-portfolio {
        position: relative;
    }

    .navbar-brand-footer {
        font-size: 38px;
    }

   

    .social-image img {
        width: 150px;
    }

    .resp-s4 {
        width: auto!important;
    
    }

    .resp-sub-s1 {
        margin-top: 20px;
        /* margin-left: 0 !important; */
        width: 70%;
        float: right;
        /* right: 0; */
    }


    .inspiration-image {
        display: none;
    }

    .inspiration-text{
        width: auto;
    }

    .work-steps h2 {
        font-size: 30px;
    }

    .section1{
        margin-top: 0;
    }

    .service-buttons {
        gap: 6px;
    }

    .pricing-section{
        height: fit-content;
        padding-bottom: 40px;
    }
}

  