  /* Global styles */
  body {
    font-family: Arial,Helvetica, sans-serif;
    /*background-image: linear-gradient( 12.3deg, rgba(5,7,28,0.72) 45.2%, rgba(179,174,237,0.06) 45.3% );*/
  }
  
 
  .sub-hero {
    background-color: #fff;
    color: #333;
    font-size: 2rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 240px;
  }
  
  
  
  .sub-hero h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  
  .sub-hero p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  
  .sub-hero a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
   
  .header a:hover {
    background-color: #fff;
    color: #333;
  }

  .navbar {
    background-color: #121a26;
    border-bottom-left-radius: 25px 25px;
    border-bottom-right-radius: 25px 25px;
}
  .bg-primary {
    background-color: #121a26 !important;
    
  }

  .dropdown-menu {
    background-color: #74edc1;
    
  }
  
  .dropdown-menu .dropdown-item {
    color: #98784c;
    text-align: center;
  }
  
  .dropdown-item:hover {
    background-color: #121a26;
    color: #fff;
    font-weight: bold;    
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #98784c !important;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    padding: 5px 0;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  .navbar-light .navbar-nav .nav-link i {

color: #ecd4b3;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    background-color: #59e7b3;
    padding: 10px 20px;
    border-radius: 20px;
  }
  .navbar-toggler {
    border-color: #98784c;
    background-color: #b2e6e6;
  }
  
   /* Ajouter ici vos styles personnalisés pour la navigation */
    .navbar-toggler-icon {
        /* Modifier ici le style de l'icône du Toggler */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        /* Modifier ici le style de l'icône du Toggler lorsqu'il est déployé */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M23 7L7 23M7 7l16 16'/%3e%3c/svg%3e");
    }
  
  .navbar a {
    color: #fff;
    float: right;
  }
  
  .navbar-collapse {
    display: none;
}



.navbar-brand img {
    width: 80px;
    height: 80px;
    float: right;
    margin-left: 60px;
  }

  .lang a img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
  }

  .lang a:hover img {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  @media screen and (max-width: 768px) {
    .lang a img {
      width: 30px;
      height: 30px;
      margin-right: 5px;
    }
  }

  .hero {
    padding: 20px 0;
    text-align: center;
  }
  
  .container {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  
  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hero-inner img {
    width: 200px;
    height: auto;
    position: relative;
    top: -45px; /* Change the value as per your requirement */
  }
  
  .hero-inner h1 {
    font-size: 25px;
    color: #98784c;
    font-weight: bold;
    margin-bottom: 10px;
  }


  
  .hero-inner p {
    margin-bottom: 5px;
    position: relative;
    top: -75px;
    font-weight: bold;
    color: #121a26;
}

  
  .hero-inner .btn {
    background-color: rgb(63, 214, 189);
    color: #98784c;
    padding: 10px 20px;
    border: 2px solid #98784c;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
    position: relative;
    top: -85px; /* Change the value as per your requirement */
  }
  
  .hero-inner .btn:hover {
    background-color: #fff;
    color: #333;
  }
  
  .jumbotron {
    background-image: url('');
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
  }
  
  .jumbotron h1 {
    color: white;
    font-size: 36px;
    margin: 0 auto;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }
  
  
  #services h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #98784c;
    font-weight: bold;
  }
  .card1 {
    background-image: linear-gradient(109.6deg, rgb(146, 230, 188) 71.8%, rgb(120, 207, 158) 71.8%);
    border: 2px solid #98784c;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    width: 240px;
    height: 190px;
    margin: 20px auto;
    padding: 20px;
  }
  
  .card1:hover {
    transform: translateY(-10px);
    box-shadow: 4px 4px 60px #98784c;
  }
  
  .card1 .card-body {
    margin-bottom: 30px;
  }
  
  .card1 .card-body h5 {
    font-weight: bold;
    font-style: italic;
    color: #98784c;
  }
  
  .card1 .card-body p {
    font-size: 14px;
    line-height: 1.5;
    color: #121a26;
    font-weight: bold;
  }

  .card1 .card-body i {
    font-weight: bold;
    color: #121a26 ;
    font-size: 30px;
  }

  #savoir-faire {
    padding: 50px 0;
    text-align: center;
    
  }
  
  #savoir-faire h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #98784c;
  }
  
  .box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 50px;
  
}
  
  .box {
    width: calc(33.33% - 30px);
    padding: 15px;
    background-image: linear-gradient(109.6deg, rgb(146, 230, 188) 71.8%, rgb(120, 207, 158) 71.8%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 350px;
    height: 200px;
    transition: all 0.3s ease-in-out;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
  
  .box a {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #121a26;
    text-decoration: none;
    font-weight: bold;

  }
  .box p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #121a26 ;
    font-weight: bold;
  }
  .box i {
    color: #98784c;
  }

  
  .box:hover {
    transform: translateY(-10px);
    box-shadow: 6px 6px 80px #121a26;;
  }
  
  @media (max-width: 992px) {
    .box {
      width: calc(50% - 30px);
    }
  }
  
  @media (max-width: 768px) {
    .box {
      width: 100%;
    }
  }
  
  
  
  /* Responsive styles */
  @media (max-width: 992px) {
    .jumbotron h1 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 768px) {
    .jumbotron {
      height: 300px;
    }
    
    .jumbotron h1 {
      font-size: 24px;
    }
    
    .services .card1 {
      margin-bottom: 20px;
    }
    .savoir-faire .card2 {
      margin-bottom: 20px;
    }
  }


  .carousel-inner img {
    max-width: 150%;
    height: auto;
  }

  .carousel-item img {
    max-width: 150%;
    height: auto;
  }


/* Style pour la section deneb_cta */
.deneb_cta {
  background-color: #f8f8f8;
  padding: 100px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.deneb_cta:hover {
  transform: translateY(-8px);
  box-shadow: #98784c;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.deneb_cta:before {
  content: "";
  background-color: #99ecd8;
  height: 10px;
  width: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

.cta_content {
  margin-bottom: 30px;
}
.cta_content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}
.cta_content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #98784c;
  margin-bottom: 30px;
}
.button_box {
  text-align: center;
}
.btn {
  background-color: #e8c264;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #7ed3a2;
  box-shadow: #121a26;
}

/* Style pour la section deneb_footer */
footer {
  background-color: #121a26;
  padding: 40px 0;
}

#back-to-top{
  margin-bottom: 20px;
  font-size: 40px;
  background-color: #95f4c9;
  font-weight: bold;
  border: 2px solid #98784c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #98784c;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#back-to-top:hover{
  transform: translateY(-13px);
  
  box-shadow: 4px 8px 16px 0 #98784c;
}

footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #98784c;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

footer ul li {
  margin-bottom: 10px;
}


footer ul i {
  font-size: 30px;
  color: #7ed3a2;
}

footer ul li a {
  color: #fff;
}

@media (max-width: 768px) {
  footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .col-md-4 {
    margin-bottom: 30px;
  }
}

footer .copyright_text{
margin-top: 18px;
font-weight: bold;
color: #fff;
align-items: center;
text-align: center;
}


