html {
    scroll-behavior: smooth;
}
body{
    width: 100%;
    margin: 0 auto;
    overflow-x: none;
}
/*typo*/
p{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6, button{
    font-family: "Ofelia Display", sans-serif;
    font-weight: bold;
}
/*Background-color*/
.bg-color-dark{
    background-color: #262C2D;
    color: white;
}
.bg-color-light{
    background-color: #FFF2E8;
    color: #262C2D;
}
.bg-color-white{
    background-color: #EBEBEB;
}
/* Header/Nav */
header{
    background-color: #262C2D;
    padding: 20px;
 }
 a .logoHead{
    width: 50%;
}
.menu a{
    text-decoration: none;
    color: white;
}
@media screen and (max-width: 1024px) {
    a .logoHead{
        min-width: 150px;
    }
}
@media screen and (max-width: 768px) {
    a .logoHead{
        width: 60%;
    }
}
 nav{
    margin-right: 30px; /* Ajoute un espacement à droite du nav */
 }
 nav ul li{
    list-style: none;
    margin: 0 10px;        /* Ajoute un espacement entre les éléments de la liste */
    padding: 0;            /* Supprimez les marges/paddings par défaut */
 }
 nav ul li a{
     color: white;
     text-decoration: none;
 }
 nav ul li.active a {
    font-weight: bold;
    text-decoration: underline;
}
/* Styles pour le menu burger */
.mobile-menu {
    display: none;
    position: fixed;
    top: 90px;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: #262C2D;
    flex-direction: column;
    justify-content: center;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.mobile-menu ul li {
    margin: 15px 0;
}
.mobile-menu ul li a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.burger-icon {
    cursor: pointer;
}
.ham-menu{
    height: 50px;
    width: 50px;
    position: relative;
}
.ham-menu span {
    width: 100%;
    height: 5px;
    background-color: #262C2D;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
}
/*Home Header*/
.home-header{
    background-image: url('/images/header/grand-entrepot-header.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 700px;
}
@media screen and (max-width: 768px) {
    .home-header{
       height: auto !important;
    /* min-height: 550px; */
    }
}
/*home-content*/
 /*Header-about*/
.about-header {
    background-image: url('/images/header/header-about.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
}
@media screen and (max-width: 768px) {
    .about-header{
        height: auto;
   padding: 20px 0 20px 0;
        /* min-height: 600px; */
    }
}
/*Content page about*/
.about-founder{
    width: 40%;
}
/*header-services*/
.services-header{
    background-image: url('/images/header/header-services.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 700px;
}
@media screen and (max-width: 768px) {
    .services-header{
    height: auto;
    /* min-height: 550px; */
    }
}
/*Header-Projet*/
.project-header{
    background-image: url('/images/header/header-project.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    height: 700px;
}
@media screen and (max-width: 768px) {
    .project-header{
    height: auto;
    padding: 20px 0 20px 0;
    }
}
/*Gradient*/
.gradient{
    background: linear-gradient(180deg, rgba(38, 44, 45, 0.99), rgba(38, 44, 45, 0.9), rgba(255, 255, 255, 0.5)); 
    height: 700px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .gradient{
        height: auto;
   padding: 20px 0 20px 0;
        /* min-height: 550px; */
    }
}
/*style-project*/
    .hauteur{
        min-height: 800px;
    }
    @media screen and (max-width: 768px) {
        .hauteur{
            min-height: 600px;
            position: relative;
        }

    }
    .img-back-left {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 60% !important;
    height: 60% !important;
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
    }
    .img-front-left {
    position: absolute;
    top: 35%;      /* au lieu de 200px */
    left: 20%;     /* au lieu de 100px */
    width: 70% !important;
    height: 70% !important;
    object-fit: cover;
    
    border-radius: 10px;
    z-index: 2;
    }
.img-back-right {
    position: absolute;
    top: 0;
    left: 20%;         /* au lieu de 150px */
    width: 60% !important;        /* au lieu de 350px */
    height: 60% !important;       /* au lieu de 350px */
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
}
.img-front-right {
    position: absolute;
    top: 35%;          /* au lieu de 200px */
    left: 0;
    width: 70% !important;        /* au lieu de 400px */
    height: 70% !important;       /* au lieu de 400px */
    object-fit: cover;
    border-radius: 10px;
    z-index: 1;
}
    .img-stack-square {
        position: relative;
        aspect-ratio: 1/1;
        width: 100%;
        /* max-width: 400px; */
        
        
    }
@media screen and (max-width: 767px) {
    .img-back-left {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1;
    }
    .img-front-left {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
    }
    .img-back-right {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1;
    }
    .img-front-right {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
    }
  .img-stack-square {
    position: static !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
    
}
    
    @media (max-width: 1200px) {
        .img-back-left,
        .img-front-left,
        .img-back-right,
        .img-front-right {
            position: static !important;
            aspect-ratio: unset !important;
            min-width: 100% !important;
            height: auto !important;
            margin-bottom: 1rem;
        }
        .row.align-items-center {
            height: auto !important;
        }
    }

 /*Bouton*/
 .btnContact{
     background-color: white;
     color: #262C2D;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     padding: 10px 20px;
     transition: background-color 0.3s ease, color 0.3s ease;
     width: auto;
     min-width: unset;
     max-width: unset;
     white-space: nowrap;
 }
 .btnContact:hover {
     background-color: #262C2D;
     color: #F9F4F0;
    }
.btnContact:hover a{
        color: #F9F4F0;
    }
 .btnContact a{
     font-weight: bold;
     color: #262C2D; 
     text-decoration: none;
 }
 .btn-white{
    background-color:#FFF2E8;
    color: #262C2D;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}   
 .btn-white a{
    font-weight: bold;
    color: #262C2D;
    text-decoration: none;
}
.btn-white:hover {
    background-color: #262C2D;
    color: #fff;
}
.btn-white:hover a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
}
.btn-black {
    background-color: #262C2D;
    color: #F9F4F0;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-black a{
     font-weight: bold;
     color: white;
     text-decoration: none;
 }
.btn-black:hover {
    background-color:rgb(158, 158, 158);
    color: #262C2D;
}
.btn-black:hover a {
    color: #262C2D;
}
/*slider*/
.swiper-button-next,
.swiper-button-prev{
    color: #262C2D;
}
/* Centrer verticalement les boutons Swiper */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}
/*Footer*/
#colLeft {
    max-width: 500px;
    padding: 50px;
    background-color: #262C2D;
    color: white;
}
@media screen and (max-width: 1200px) {
    #colLeft {
        padding: 20px;
        max-width: 500px;
    }
}
.contact-form {
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: #EBEBEB;
}
.contact-form input{
    width: 50%;
}
@media screen and (max-width: 1024px) {
    .contact-form input{
    width: 100%;
}
}
.footer-links h4{
    padding: 10px 0 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.social-icons{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-address{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .footer-address{
    flex-direction: column;
    }
    
}
.footer-address p {
    font-size: 0.9rem;
}
.logo-footer{
    min-width: 150px !important;
    max-width: 300px !important;
}
.footer-contact p{
    font-size: 1rem;
    margin: 0;
}
/* Style des champs de formulaire */
.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-form input:focus,
.contact-form textarea:focus{
    outline: none;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #262C2D;
    font-size: 16px;
    background-color: #EBEBEB;
}
.contact-form textarea {
    width: 50%;
    height: 100px;
    resize: none;
    display: block;
}
@media screen and (max-width: 1024px) {
    .contact-form textarea {
        width: 100%;
    }
}
.icons{
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
.icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle; /* Aligne l'icône avec le texte */
}
.custom-link {
    position: relative; /* Nécessaire pour positionner le pseudo-élément */
    color: #000; /* Couleur du texte */
    text-decoration: none; /* Supprime le soulignement par défaut */
}

.custom-link::after {
    content: ""; /* Crée un pseudo-élément vide */
    position: absolute;
    left: 0;
    bottom: -2px; /* Positionne le soulignement sous le texte */
    width: 0; /* Commence avec une largeur de 0 */
    height: 2px; /* Épaisseur du soulignement */
    background-color: #000; /* Couleur du soulignement */
    transition: width 0.3s ease-in-out; /* Transition sur la largeur */
}
.custom-link:hover::after {
    width: 100%; /* Étend le soulignement sur toute la largeur au survol */
}

.icons{
    width: 40px;
    height: 40px;
    margin: 0 5px;
}




/* autre css personnel */
.logo-our-partner {
    /* width: 300px !important; */
    /* height: 100px !important;
    /*max-width: 100% !important; */
    object-fit: contain;
    display: block;
    margin: 0 auto;
    
}
@media screen and (max-width: 768px) {
    .logo-our-partner {
        height: 125px !important;
    }
}
.logo-octantis{
 width: 350px !important;
}
@media screen and (max-width: 768px) {
    .logo-octantis{
       width: 300px !important;
    }
}
.logo-muse-media{
    width: 200px !important;
}
@media screen and (max-width: 768px) {
    .logo-muse-media{
        width: 150px !important;
    }
}
.logo-acq{
    width: 200px !important;
}
@media screen and (max-width: 768px) {
    .logo-acq{
        width: 150px !important;
    }
}
.logo-fcei{
    width: 200px !important;
}
@media screen and (max-width: 768px) {
    .logo-fcei{
        width: 150px !important;
    }
}
.logo-safe{
    width: 400px !important;
}
@media screen and (max-width: 768px) {
    .logo-safe{
        width: 350px !important;
    }
}
.logo-vendor{
    width: 300px !important;
}
@media screen and (max-width: 768px) {
    .logo-vendor{
        width: 250px !important;
    }
}
.logo-ccil{
    width: 150px !important;
}
@media screen and (max-width: 768px) {
    .logo-ccil{
        width: 100px !important;
    }
}
hr{
    width: 100%; height: 2px; gap: 20px; background-color: #262C2D;
}
.copy-right {
    margin-right: 70px;
}
@media screen and (max-width: 1000px) {
    .copy-right {
        margin-right: 0;
    }
    
}
/* Désactive la coloration automatique des liens par Safari/iOS */
a {
    -webkit-tap-highlight-color: transparent; /* Désactive la coloration automatique des liens par Safari/iOS */
    text-decoration: none; /* Supprime le soulignement par défaut des liens */
    color: inherit; /* Utilise la couleur du texte par défaut */

}
a[x-apple-data-detectors], 
a[x-apple-data-detectors="true"] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    background: none !important;
}
.btn-white a,
.btn-white a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
}
p a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

/*burger menu*/
/* Style de base */
.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger span {
  padding: 2px;
  display: block;
  height: 3px;
  width: 40px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animation burger → X */
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Menu */
.menu {
  display: none;
  margin: 10px 0 10px 0;
  padding: 10px;
}

.menu.show {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .burger {
    display: none;
  }

  .menu {
    display: flex !important;
    position: static;
    background: none;
  }

  .menu ul {
    display: flex;
    padding: 0;
    /* gap: 2rem; */
  }
}
@media (max-width: 1024px) {
  .menu ul li {
    padding: 5px 0; /* ou ce que tu veux */
  }
}
.lang{
    margin: 0 auto;
}