/************ Style CSS Principale ************/
/*                                            */
/*                                            */
/**********************************************/




/************** Style CSS commun **************/
.section-title {
    text-align: center;
    color: gray;
    font-size: 3rem; /* Adjust the font size as needed */
    margin-bottom: 0.5rem; /* Adjust the spacing as needed */
  }
  
  .section-title2 {
    text-align: center;
    color: gray;
    font-size: 2rem; /* Adjust the font size as needed */
    margin-bottom: 0.2rem; /* Adjust the spacing as needed */
  }
  
  .section-underline {
    width: 180px; /* Adjust the width as needed */
    height: 10px; /* Adjust the height as needed */
    background-color: #ffd000;
    margin: 0 auto 2rem auto; /* Center the underline and add spacing below */
  }
  
  
  .page-section {
    padding: 15px 0; /* Ajoute de l'espace à l'intérieur des sections */
    padding-top: 30px;
    min-height: 20px; /* Assure une hauteur minimale pour chaque section */
  }
  
  
  
  
  
  /************** Style CSS navBar **************/
  .logo-container {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#ffd000;
  }
  
  .logo {
    width: 130px; /* Définir une largeur */
    height: 1; /* Laisser la hauteur s'ajuster proportionnellement */
  }
  
  .navbar {
    padding: 0;
  }
  
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  
  @media (max-width: 992px) {
    .logo-container {
      width: 100%;
      justify-content: center;
    }
    .bg-custom {
      width: 100%;
      justify-content: center;
    }
    .navbar-toggler {
      margin-top: 10px;
      align-self: center;
    }
  }
  
  .bg-light {
    background-color:#1e2d33 !important;
  
  }
  
  .navbar-light .navbar-nav .nav-link:hover,.nav-link:focus {
    color: #ffd000;
  }
  
  .navbar-light .navbar-nav .nav-link  {
    color: white;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  
  .navbar-light .navbar-nav .nav-link.active {
    color: white;
    background-color:#ffd000;
  }
  
  #navbarNavDropdown {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
  
  
  
  /************** Style CSS Home **************/
  .firstBackground {
    width: 100%;
    height: 100vh; /* Remplit la hauteur de l'écran */
    background-image: url(../assets/img/emptyWareHouse.jpg);
    background-size: cover; /* L'image couvre toute la section */
    background-position: center; /* Centrée */
    background-repeat: no-repeat; /* Ne se répète pas */
  }
  
  .title {
    margin-top: 150px; /* Ajuster la marge en haut */
    color:#ffd000
  }
  
  .btn-transparent {
    background-color: transparent;
    border: none;
    color: white; /* Couleur de l'icône */
    outline: none;
    box-shadow: none;
    padding: 0; /* Augmente la taille du bouton */
    transition: all 0.3s ease; /* Transition douce sur tous les changements */
  
  }
  
  
  .btn-transparent i {
    font-size: 50rem; /* Augmenter la taille de l'icône */
  }
  
  .btn-transparent:focus,
  .btn-transparent:hover {
    outline: none; /* Supprime la bordure au focus et au hover */
    border: none;
    transform: scale(1.1); /* Agrandit le bouton au survol */
  }
  
  
  
  /************** Style CSS Services Section **************/
  .services_section {
    width: 100%;
    float: left;
  }
  
  .services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
  }
  
  .services_text_1 {
    width: 100%;
    font-size: 1.5rem;
    margin: 0 auto;
    color: #1f1f1f;
    padding-top: 20px;
    text-align: center;
  }
  
  .services_text {
    width: 100%;
    font-size: 1.5rem;
    margin: 0px;
    color: #1b1b1b;
    padding-top: 20px;
    flex-grow: 1;
  }
  
  .services_section_2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  
  .box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    box-shadow: 0px 0px 5px 0px;
  
  }
  
  @media (max-width: 575px) {
    .box_main {
      box-shadow: 0px 0px 20px 0px;
    }
  
  }
  
  .espacementBox {
    padding-bottom: 15px;
  }
  
  .box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
  }
  
  .box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
  }
  
  .service_img {
    width: 10%;
    min-height: 71px;
  }
  
  .spaceModal{
    margin: 30px;
  }
  
  .spaceModalRight{
    margin-right: 20px;
  }
  
  .development_text {
    width: 100%;
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    min-height: 80px;
  }
  
  .service_img img {
    min-height: 80px;
  }
  
  .readmore_bt {
    width: 100%;
    padding-top: 30px;
    margin-top: auto;
  }
  
  .readmore_bt a {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #ffd000;
    margin-top: auto;
    
    margin-top: 10px;
    font-weight: bold;
  }
  
  .readmore_bt a:hover {
    color: #252525;
  }
  
  /* The Modal (background) */
  .modalService {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: true; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.514); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modalService-content {
    background-color: #ebebeb;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1000px;
    position: fixed; /* Fix modal content position */
    left: 50%; /* Center horizontally */
    top: 50%; /* Center vertically */
    transform: translate(-50%, -50%); /* Centering trick */
  
  
  
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    z-index: 1031;
    height:80%;
    padding: 20px;
    overflow-y: auto; /* Activation du scroll vertical si nécessaire */
    overflow-x: hidden;
    max-width: 700px;
  
  
  }
  
  .box_mainBordure {
    height: auto;
  
    padding: 20px;
    margin-bottom: 40px;
  
  }
  
  
  
  @media (min-width:1500px) {
    .box_main {
      height: 600px;
    }
  
  }
  
  @media screen and (max-height:1050px){
    .modalService-content{
      height:auto;
      bottom:0;
      overflow-x: hidden;
     top: 50%;
    }
  
    .fixed-top {
      z-index: 1000;
    }
   }
  
   @media screen and (max-width: 1050px){
    .modalService-content{
     overflow:auto;
     overflow-x: hidden;
     height:70%;
  
    }
   } 
  
  
  .cardCarousel {
    height: 100%; /* Assure que la carte prend toute la hauteur de l'élément parent */
    width: 100%;
    max-width: 700px;
    object-fit: cover;
  }
  
  
  
  
  /************** Style CSS Fact Section **************/
  .factSection{
    background-color: #ffd000;
    margin-top: 40px;
  }
  
  .facts-wrapper {
    text-align: center;
  }
  
  .facts-wrapper .ts-facts {
    color: #fff;
  }
  
  .ts-facts .ts-facts-icon i {
    font-size: 42px;
    color: #ffb600;
  }
  
  .ts-facts .ts-facts-content .ts-facts-num {
    color: #ffffff;
    font-size: 44px;
    margin: 30px 0 20px;
  }
  
  .ts-facts .ts-facts-content .ts-facts-title {
    font-size: 35px;
    color: #000000;
    margin: 0;
  }
  
  
  /************** Style CSS About Us Section **************/
  .video-text-section {
    flex-wrap: wrap; /* Permet le retour à la ligne pour les petits écrans */
    margin: 0 auto; /* Centre l'élément horizontalement */
  }
  
  .video-container {
    width: 100%; /* Utilise toute la largeur disponible dans la colonne */
    max-width: 550px;
    padding-bottom: 1000px; /* Ratio 16:9 pour le conteneur de la vidéo */
    position: relative;
    margin: 0 auto; /* Centre l'élément horizontalement */
    margin-bottom: 50px;
  
  }
  
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .text-content {
    width: 100%; /* Utilise toute la largeur disponible dans la colonne */
  }
  
  .certification-logo {
    width: 110px;
    height: auto;
    margin-right: 10px;
  }
  
  
  /************** Style Client Section **************/
  .clientSection{
    background-color: #e7e7e7;
  }
  
  @keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
    pointer-events: none; 
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), #e7e7e7);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #e7e7e7);
  }
  
  .logo_items {
    display: inline-block;
    animation: 30s slides infinite linear;
  }
  
  .logos:hover .logo_items {
    /*animation-play-state: paused;*/
  }
  
  .logo_items img{
    height: 100px;
    margin: 0 40px;
  }
  
  .carouselModalImg{
    height: 600px;
  }
  
  
  
  
  /************** Style Project Section **************/
  .projectSection{
    width:100%;
    margin: 0 auto; /* Centre l'élément horizontalement */
    padding-bottom: 50px;
  }
  
  
  .ProjectsSection {
    background-color: white;
  }
  
  .spaceWidth {
    width: 100%;
  }
  
  .shuffle-btn-group {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
    border-bottom: 3px solid #ffd000;
    text-align: center;
  }
  .shuffle-btn-group label {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    padding: 6px 25px;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
  }
  .shuffle-btn-group label.active {
    color: #212121;
    background: #ffd000;
  }
  .shuffle-btn-group label input {
    display: none;
  }
  
  .nameProject {
    color: #ffffff;
    object-fit: cover;
  }
  
  .shuffle-item {
    padding: 0;
    overflow: hidden;
  }
  .shuffle-item .project-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shuffle-item .project-img-container img,
  .shuffle-item .project-img-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms;
  }
  .shuffle-item .project-img-container:hover img,
  .shuffle-item .project-img-container:hover video {
    transform: scale(1.15);
  }
  .shuffle-item .project-img-container .project-item-info {
    position: absolute;
    opacity: 0;
    transform: translateY(15px);
    transition: all 400ms;
  }
  .shuffle-item .project-img-container:hover .project-item-info {
    opacity: 1;
    transform: translateY(0);
  }
  
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(100%) contrast(100%);
  }
  
  
  
  /************** Style Contact Section **************/
  .sectionContact{
    padding-top: 50px;
    background-color: #e7e7e7;
  
  }
  
  
  .map-responsive {
    overflow: hidden;
    padding-bottom: 450px;
    position: relative;
    height: 0;
  }
  
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  .map-container {
    width: 80%;
    margin: auto;
    padding: 20px 0;
  }
  
  .divider {
    height: 5px;
    background-color: #ffd000;
    width: 60px;
    margin: 10px auto;
  }
  
  .section-title {
    text-align: center;
    color: gray;
    margin-top: 40px;
  }
  
  .sendMail{
    width: 100%;
  }
  
  .h3Contact {
    color: gray;
  }
  
  .sendMailButton {
    width: 100%;
    background-color: #ffd000;
    border-color: #ffd000;
  }
  
  /************** Style Footer Section **************/
  .footerCenter {
    display: flex;
    justify-content: center;
  }
  
  .footerCenterText {
    text-align: center;
  }

  .linkCompany {
    color: #ffd000;
  }
  
  
  
  
  
  
  