@font-face {
    font-family: 'Athena';
    src: url('../fonts/Athena.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lieu {
  position: relative;
  padding-top: 100px;
}
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
}
html, body {
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
}
h1 {
  text-align: center;
  font-family: Athena;
  font-size: 70px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 14px;
  text-transform: uppercase;
}
h4{
  font-family: Athena;
}
 a {
    text-decoration: none !important;
}
h2 {
  color: #1a1a1a !important;
  font-family: Athena;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 45px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.container.opacity-85 {
    padding: 0% 22%;
}

p {
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
   font-weight: 400;
  line-height: 33px;
  
  letter-spacing: 0.6px;
}

.header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 60px;
  position: fixed;   /* ✅ fixe le header en haut */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* ✅ Pour éviter que le contenu passe sous le header */
body {
  padding-top: 100px; /* ajuste selon la hauteur réelle du header */
}


.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 1.2rem;
}

.header-icon {
  right: 10%;
  position: relative;
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-infos {
    text-align: left;
}

.header-icon-contact {
  
  /* right: 18%; */
  position: relative;
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-icon:hover {
  color: #007bff;
}

.header-menu-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  gap: 5px;
}

.header-menu-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.header-menu-toggle:hover svg {
  transform: rotate(180deg);
}

.row > div {
  border-radius: 0px;
}

.row.sec-row {
  --bs-gutter-x: Orem;
  padding-right: unset;
  padding-left: unset;
}

.sec1-home .containerr {
  width: 100%;
}

.sec1-home img {
  width: 100%;
  height: 100%;
  /* pour que les images remplissent leurs conteneurs */
  object-fit: fill;
  /* évite la déformation */
}
 
section.back-sec2 {
  background: linear-gradient(
      279deg,
      rgba(0, 0, 0, 0.5) 5.5%,
      rgba(0, 0, 0, 0.7) 28.36%,
      rgba(0, 0, 0, 0.83) 68.72%
    ),
    url("../public/images/back-home2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 500px; */
  color: #fff;
}

.ligne {
  background: #dbb57f;
  width: 120px;
  height: 1px;
   /* 🔹  margin: 0 auto;     centre horizontalement */
  position: relative;
  /* tu peux garder si nécessaire */
}

.ligne-vertical {
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(7, 7, 7, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 1px;
  height: 128px;
  position: relative;
}

.back-sec4 {
  background: #fafafa;
}

.ligne-noir {
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(224, 224, 224, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 1px;
  position: relative;
}
.ligne-footer{
  background: #dbb57f;
    width: 40px;
    height: 1px;
    /* margin: 0 auto; */
    position: relative;

}

.droits{
  color: #999;
text-align: center;
font-family: 'Open Sans';
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 16px; /* 133.333% */
letter-spacing: 0.3px;
}
span{
 font-family: 'Open Sans';
}
.ligne-noir-footer {
  width: 80%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(224, 224, 224, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 1px;
  position: relative;
}
.sec-padding {
  padding: 100px 0px;
}

.number {
  color: #e8e8e8;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 250;
  line-height: 60px;
  /* 100% */
}

.row.col-gap {
  padding-left: 15px;
  padding-right: 15px;
}

.button-dark {
  background: #1a1a1a;
  border-radius: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  padding: 2px;
  width: 165.41px;
  height: 52px;
  position: relative;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.text-container {
  padding: 0px 16px 0px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.button-light {
  border: 2px solid #151515 !important;

  background: #ffffff;

  border-width: 2px;
  padding: 2px;
  width: 165.41px;
  height: 52px;
  position: relative;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.experience-section {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 101.41px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 16px;
}

.prendre-rdv {
  color: #ffffff;
  text-align: left;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: 400;
  position: relative;
}

.prendre-rdv-light {
color: #151515;
text-align: center;
font-family: Athena;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 200% */
text-transform: capitalize;
}

.icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 135.41px;
  top: 18px;
  overflow: visible;
}

.back-footer {
  padding: 100px 0px;

  background: #f7f7f7;
}

/* Responsive */
@media (max-width: 768px) {
  .col-md-6.social-footer {
    margin: 39px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    /* align-content: flex-start; */
    align-items: flex-start;
}
  img.footer {
    width: 100% !important;
}
  .container.opacity-85 {
    padding: 0% 7%;
}
  .lieu img {
    width: 85%;
  }
   .header {
    padding: 15px 0px;
  }

  .header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header-left,
  .header-right {
    justify-content: center;
    margin-top: 10px;
  }

  .header-logo img {
    max-width: 70%;
  }

  .prendre-rdv-light {
    font-size: 14px;
    padding: 8px 20px;
  }
  h1{
    font-size: 35px !important;
  }
  .header-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* font-weight: 700; */
  /* font-size: 0.2rem; */
}
p.mt-5.opacity-85 {
    text-align: justify;
}
 
}
      

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Desktop Layout - CSS Grid */
        @media (min-width: 768px) {
     
            .image-grid {
                display: grid;
                grid-template-columns: 26% 40% 34%;
                grid-template-rows: auto auto;
                gap: 2px;
            }

            .image-1 {
                grid-column: 1;
                grid-row: 1 / 3;
            }

            .image-2 {
                grid-column: 2;
                grid-row: 1;
            }

            .image-3 {
                grid-column: 2;
                grid-row: 2;
            }

            .image-4 {
                grid-column: 3;
                grid-row: 1 / 3;
            }
        }

        /* Mobile Layout - Flexbox */
        @media (max-width: 767px) {
            .image-grid {
                display: flex;
                flex-direction: column;
                gap: 3px;
            }
        }

        .image-item {
            overflow: hidden;
            background-color: #fff;
        }

        .image-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
