
html {
  scroll-behavior: smooth;
}
@font-face {
	font-family: 'BricoGrotesque';
	src: url('/fonts/BricolageGrotesque.ttf') format(truetype)
}
.project-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  max-width: 29%;
  min-width:25%;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.project-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.project-info {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.project-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #000;
}

.project-info p {
  font-size: 13px;
  color: #444;
  margin: 0;
}



        body { font-family: 'Hero', sans-serif; }
      
        .header-text {
            font-size: 18px !important;
       
            color: #333;
            font-weight: 300;
            line-height: 140%;
        }
        .buttons {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }
       
       .whychoose {

        max-width:379px;margin-bottom:1rem !important;
       }
       .whychooseTitle
      {
        margin-bottom:21rem;
      }
      .btn-primary {
        background-color: #1AC4E8;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 100px;
    cursor: pointer;
    gap: 10px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans',   
      }
        .buttons .meeting {
            background-color: #1AC4E8;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 100px;
    cursor: pointer;
    gap: 10px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans', 

        }
        .play-btn {
            display: flex;
            align-items: center;
            cursor: pointer;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #000000;
            margin-bottom: 20px;
        }
        .play-btn::before {
            content: '▶';
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000;
            color: #fff;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 12px;
        }
        .avatars {
            display: flex;
            align-items: center;
            justify-content: left;
            margin-bottom: -15px;
            margin-top: 3.8rem;
        }
        .avatars img {
            width: 50px;
            height: 50px;
            border-radius: 50% !important;
            object-fit: cover;
            margin-right: -10px;
            border: 2px solid #fff;
        }
      
       
        .hero-text { 
            font-size: 120px; 
            font-weight: 400; 
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #000000;
        }
        .icon { font-size: 2rem; color: #007bff; }
        .expertise-btn { background-color: #f8f9fa; border-radius: 20px; padding: 5px 15px; }
        .navbar-nav .nav-link { 
            font-weight: 500; 
            font-size: 18px; 
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: #000; 
            margin: 0 15px;
        }
        .navbar-nav .nav-link.active { color: #1AC4E8; }
        .navbar-nav .nav-link:hover { color: #0d6efd; }
        .card-custom { 
            background-color: #F7F7F5; 
            padding: 20px; 
            border-radius: 30px; 
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        }
        .btn-getStarted { 
            border: 2px solid #000000;
    background-color: white;
    border-radius: 100px;
    color: black;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
   height:50px;

        }
       
        .btn-book-meeting { 
            border: 2px solid #1AC4E8;
            background-color: white;
            border-radius: 100px;
            color: #1AC4E8;
            padding: 10px 20px;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
        .btn-book-meeting:hover {
            background-color: #1AC4E8;
            color: white;
        }
        .feature-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }
        .services-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
          
        }
        .feature-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}

.feature-card,
.userCard {
  flex: 1 1 300px;
  max-width: 440px;
  width: 100%;
  box-sizing: border-box;
}

.feature-card {
  height: auto;
  padding: 20px;
  border-radius: 30px;
  background-color: #F7F7F5;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.userCard {
  background-color: #fff;
  padding: 17px;
 
  text-align: left;
}

/* Responsiveness on smaller screens */
@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
    align-items: center;
  }

  .feature-card,
  .userCard {
    max-width: 100%;
  }

  .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .image-section {
    margin-top: 1rem;
    text-align: center;
  }
}

        .feature-card img {
            max-width: 100%;
            border-radius: 10px;
        }
        .feature-text {
            font-size: 80px;
            font-weight: 400;
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #000000;
            text-align:left;
        }
        .feature-text-experts{
            font-size: 50px;
            font-weight: 400;
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #000000; 
        }
        .feature-subtext {
            font-size: 18px !important;
            font-weight: 300;
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #000000;
            margin-left:11%;
        
        }
        
        .subtext2_Feature{
            font-size: 18px;
            font-weight: 700;
            line-height: 100%;
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #000000;
            margin-bottom:-2rem;
        }
        .image-section {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
        }
        .two-columns {
            display: flex;
            gap: 66px;
        }
        .colum {
            flex: 1;
            background-color: #fff;
          
        }
        .serviceCol {
            flex: 1.15 !important;
            padding: 25px;
            flex: 1;
    border-radius: 30px;
    background-color: #F7F7F5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
     min-width:675px;
         
        }
        .service-block {
            display: flex;
            align-items: center;
            margin-bottom: -23px;
        }
        .service-item {
            display: flex;
            align-items: center;
            
            padding: 8px 16px;
            border-radius: 25px;
            background-color: #ffff;
            font-weight: 500;
            min-width: 146px;
            font-size:22px;
            font-family: 'Bricolage Grotesque', sans-serif;
            justify-content: space-between;
            margin-right: 15px;
        }
        .service-description {
            flex: 1;
            font-size:18px;
            margin-left:12%;
        }
        .right-column img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .arrow {
            color: #00bcd4;
            font-weight: bold;
        }
        .scroll-to-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  background-color: #00bcd4;
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 20%;
  cursor: pointer;
  z-index: 9999;
  display: none; /* caché par défaut */
  transition: background-color 0.3s ease;
}
.scroll-to-top:hover {
  background-color: #555;
}


        @media (max-width: 768px) {
            .two-columns { flex-direction: column;
            
            
            }
            .whychooseTitle{
    margin-bottom:3rem;
  }
  .left-column{
max-width:98% !important;
  }
  .whychoose{
    max-width:1100px;
  }
        }

        /* Grands écrans (ordinateurs) */
@media (min-width: 1200px) {
    .display-1 { font-size: 4rem; }
    .feature-card h2 { font-size: 3rem; }
    .feature-card h3, .userCard div { font-size: 1.5rem; }
}

/* Écrans moyens (tablettes) */
@media (max-width: 1199px) and (min-width: 768px) {
  .whychooseTitle{
    margin-bottom:3rem;
  }
  .left-column{
max-width:98% !important;
  }
  .whychoose{
    max-width:1100px;
  }
    .hero-text{
        font-size:60px    }
    .display-1 { font-size: 3rem; }
    .feature-card h2 { font-size: 2.5rem; }
    .feature-card h3, .userCard div { font-size: 1.25rem; }
    .navbar-nav .nav-link { font-size: 16px; }
    .btn-book-meeting { font-size: 16px; }
}

/* Petits écrans (mobiles) */
@media (max-width: 767px) {
    .display-1 { font-size: 2rem; }
    .feature-card h2 { font-size: 2rem; }
    .feature-card h3, .userCard div { font-size: 1rem; }
    .navbar-nav .nav-link { font-size: 14px; margin: 0 10px; }
    .btn-book-meeting { font-size: 14px; padding: 8px 15px; }
    .userCard, .feature-card { padding: 15px; }
}
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 999; /* Pour être sûr qu'elle reste au-dessus */
}
.navbar-nav .nav-link:hover {
    color: #1AC4E8;
}
.info-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f6;
  border-radius: 20px;
  padding: 11px 13px;
  min-width:600px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  max-width: 700px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  gap: 40px;
}
.info-card h3 {
    font-size:40px;
    font-family: 'Bricolage Grotesque', sans-serif;
    text-align: left;

}

.card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width:335px;
}

.icon-wrapper {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 8px 36px;
  margin-bottom: 12px;
}

.arrow-icon {
  color: #00bfff;
  font-size: 20px;
  line-height: 1;
}



.card-right p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}



/* Colonne gauche */
.left-column {
  max-width: 48%;
  flex: 1;
}

.video-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.play-button {
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.main-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.arrow {
  color: #00BFFF;
  font-size: 48px;
  display: inline-block;
  transform: translateY(10px);
}

.description {
    flex:1;
  font-size: 18px !important;
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: left;
  font-family: 'Bricolage Grotesque', sans-serif;
}



/* Colonne droite : réutilise .info-card, .icon, .content déjà définis précédemment */
.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
}



.project-card:hover {
  transform: translateY(-5px);
}

.project-image img {
  max-width: 100%;
  height: auto;
  border-radius:15px;
}

.project-info {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.project-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #000;
}

.project-info p {
  font-size: 13px;
  color: #444;
  margin: 0;
}
.testimonial-carousel {
  width: 100%;

  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-card {
  flex: 0 0 60%; /* largeur de chaque carte */
  margin-right: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 20px;
}

.testimonial-footer h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.testimonial-footer hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 8px 0;
}

.testimonial-footer p {
  margin: 0;
  font-size: 12px;
  color: #555;
}
.cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
 margin:0px;
  max-width: 1200px;

  flex-wrap: wrap;
}

.footer {
  background-color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
  color: #111;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 120px;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.footer-column a {
  display: block;
  text-decoration: none;
  color: #444;
  font-size: 13px;
  margin-bottom: 6px;
  transition: color 0.3s;
}

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

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  color: #666;
}
/* Media Queries Globales pour rendre votre page responsive */

@media (max-width: 1199px) {
  .hero-text {
    font-size: 60px !important;
  }

  .feature-text, .feature-text-experts {
    font-size: 50px !important;
  }

  .two-columns {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .serviceCol, .colum {
    width: 100%;
    min-width: auto;
  }

  .service-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-description {
    margin-left: 0;
    margin-top: 15px;
  }

  .info-card {
    flex-direction: column;
    min-width: auto;
    max-width: 100%;
    gap: 15px;
  }

  .project-container, .cta-row {
    flex-direction: column;
    align-items: center;
  }

  .project-card {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 10px;
  }

  .feature-section, .services-section {
    flex-direction: column;
    align-items: center;
  }

  .feature-card, .userCard {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .avatars {
    justify-content: center;
  }

}
.contact-slider {
  position: fixed;
  top: 0;
  right: -400px;
  height: 100%;
  width: 400px;
  background-color: #ffffff;
  box-shadow: -3px 0 10px rgba(0,0,0,0.2);
  transition: right 0.4s ease;
  z-index: 9999;
}

.slider-content {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact-slider {
    width: 100%;
    right: -100%;
  }
}
