/*** Topbar Start ***/
/* Reset default browser styles */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.topbar {
    background-color: #fff; /* Dark background */
    color: #333; /* White text */
    padding: 10px 0;
}

.logo .logo-img {
    max-height: 40px; /* Adjust the logo height as needed */
}

.contact-info .me-4 {
    margin-right: 2rem;
}

.contact-info i {
    color: #fff; /* White icon color */
    font-size: 1.2rem; /* Icon size */
}

.contact-info span {
    font-size: 1rem;
}

.contact-info  .contact-title{
    font-size: 18px;
    font-weight: bold;
}
.social-icons .social-icon {
    color: #fff; 
    font-size: 1.2rem;
}

.social-icons .social-icon:hover {
    color: #ccc;
}
.social-icons {
    display: flex;
    justify-content: center; 
  }
  
  .social-icon {
    color: #fff; 
    font-size: 1.2rem;
    margin: 0 5px; 
  }
  
  .social-icon:hover {
    color: #ddd; 
  }
  .logo-img {
  width: 180px; 
  min-height: 60px; 
}

@media (max-width: 768px) {
  .logo-img {
    width: 100px; 
  }
}


/* .contact-icon {
    width: 24px; 
    height: auto; 
  } */
  



  /*** Topbar End ***/
  
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .top-nav {
      position: fixed;
      top: 0;
      left: 0; 
      right: 0; 
      width: 100%;
      z-index: 9999;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    }
   
    .navmenu-container {
      background-color: black !important;
      display: flex;
      min-width: 100%;
      /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
      align-items: center;
      justify-content: space-between;
    }
    .logo-left {
      display: flex;
      align-items: center;
    }
   
    .logo-left img {
      width: 65%;
      height: 45%;
    }
   
    .navmenu {
      display: flex;
      width: 100%; 
      /* margin-right: 12%; */
      margin-bottom: 0;
      list-style: none;
    }
   
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
   
    .navmenu li {
      position: relative;
    }
  
    .navmenu a,
    .navmenu a:focus {
      padding: 18px 15px;
      font-size: 15px;
      font-family: Inter, sans-serif;
      font-weight: 500;
      line-height: 20px;
      display: flex;
      color: #fff;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
   
    .navmenu a:hover {
      color: red;
    }
   
    .navmenu a.active {
      color: red !important; 
    }
   
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      transition: 0.3s;
    }
  
    .navmenu li:last-child a {
      padding-right: 0;
    }
  
    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
      color: red;
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 10px 0;
      background: var(--nav-dropdown-background-color);
      display: block;
      position: absolute;
      visibility: hidden;
      left: 14px;
      top: 130%;
      opacity: 0;
      transition: 0.3s;
      border-radius: 4px;
      z-index: 99;
      box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      color: var(--nav-dropdown-color);
    }
  
    .navmenu .dropdown ul a i {
      font-size: 12px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: var(--nav-dropdown-hover-color);
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      left: -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: -100%;
      visibility: visible;
    }
  }
 
  .btn-quote {
    background-color: #CC1B1A; 
    color: #fff; 
    border: none; 
    padding: 10px 20px; 
    font-size: 13px; 
    border-radius: 7px; 
    cursor: pointer; 
    text-align: center; 
    text-transform: uppercase;
    font-weight: bold; 
    white-space: nowrap;
    text-decoration: none; /* Supprime le soulignement */
}

  
  .btn-quote:hover {
    background-color: #CC1B1A; /* Darker orange on hover */
  }

  .btn {
    background-color: #CC1B1A; 
    color: #fff; 
    border: none; 
    padding: 10px 20px; 
    font-size: 14px; 
    cursor: pointer; 
    text-align: center; 
    text-transform: uppercase;
    font-weight: bold; 
    margin-bottom: 6%;
    margin-top: 4%;
  }

  .btn .bi-arrow-right {
    margin-left: 8px; 
    width: 20px;
    display: inline-block;
  }

  .btn-apropos {
    background-color: #CC1B1A; 
    color: #fff; 
    border: none; 
    border-radius: 7px; 
    padding: 10px 20px; 
    font-size: 14px; 
    cursor: pointer; 
    text-align: center; 
    text-transform: uppercase;
    font-weight: bold; 
    margin-bottom: 6%;
    margin-top: 3%;
    text-decoration: none;
  }
 
  /* Navmenu - Mobile */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: var(--nav-color);
      font-size: 28px;
      line-height: 0;
      /* margin-right: 10px; */
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
    
    .logo-left {
      display: flex;
      align-items: center;
    }
   
    .logo-left img {
      width: 45%;
      height: 45%;
    }
  
    .navmenu ul {
      display: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color: white;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
      box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 90%);
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-dropdown-color);
      padding: 10px 20px;
      font-family: var(--nav-font);
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: var(--accent-color);
      color: red;
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      color: red;
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      background-color: var(--accent-color);
      color: var(--contrast-color);
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: var(--nav-dropdown-background-color);
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
      box-shadow: none;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 15px;
      right: 15px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }
  }
  
.logo3 {
  display: none;
}
.btn-toggle {
  display: none;
}
.contact-info-mobile {
  display: none;
}


 /* Mobile view adjustments */
@media (max-width: 798px) {
  .topbar {
    display: none;
  }
  
  .contact-info-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 8%;
  }
  
  
  
  .contact-title {
    font-weight: bold;
  }
  
  /* Style pour les icônes sociales */
  .social-media-mobile {
    display: flex;
    align-items: center;
  }
  
  .btn-right {
    display: none; /* Hide button on mobile */
  }

  .logo3 {
    display: flex;
    align-items: center;
    margin-right: auto; /* Pushes logo to the left */
  }
  .btn-toggle {
    display: inline-block;
      background-color: red; 
      color: white;
      font-size: 17px;
      font-weight: bold;
      border-radius: 5px;
      text-decoration: none;
      width: auto; 
      max-width: 200px; 
      text-align: center;
      margin: 0 auto;
  }

  .logo3 img {
    max-width: 60%; /* Adjust size as needed */
  }
  .mobile-nav-toggle {
    display: flex;
    justify-content: flex-end;
    
  }

  .mobile-nav-active {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .navmenu ul {
    display: none;
  }

  .navmenu.open ul {
    display: block;
  }
}



  
/* // first section // */
   #first-text {
    font-size: 100px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 84px;
    color: #fff;
    margin-top: 25%;  
    margin-bottom: 4%; 
}
#second-text {
    font-size: 25px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 42px;
    color: #fff;
     
}

/* Media queries for responsiveness */

@media (max-width: 768px) {
    #first-text {
        font-size: 80px; 
    }
}

@media (max-width: 576px) {
    #first-text {
        font-size: 60px;
    }
}

/* #home {
  position: relative;
  background-size: cover;
  color: white; 
  min-height: 100vh; 
  display: flex;
  align-items: center; 
}

#home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 1;
}

#home .container-fluid, #home .container, #home .row {
  position: relative;
  z-index: 2;
}

.bottom-info {
  position: absolute;
  bottom: 0;
  left: 50%; 
  transform: translateX(-50%); 
  display: flex;
  align-items: center; 
  justify-content: center; 
  min-width: 100%; 
}

  
  .vertical-divider {
    width: 2px;
    height: 50px; 
    background-color: white; 
    margin: 0 25px; 
    display: inline-block;
    align-self: center; 
  } */



  #home {
    position: relative;
    background-size: cover;
    color: white; 
    min-height: 100vh; 
    display: flex;
    align-items: center; 
    padding: 20px; 
  }
  
  #home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); 
    z-index: 1;
  }
  
  #home .container-fluid, #home .container, #home .row {
    position: relative;
    z-index: 2;
  }
/*   
  .bottom-info {
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%); 
    display: flex;
    flex-wrap: wrap; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    padding: 10px; 
    box-sizing: border-box; 
  }
  
  .bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin: 0 10px; 
  } */



/* Styles pour la bottom-info */
.bottom-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  width: 100%; 
  position: relative;
  bottom: 0;
  left: 0;
}

.bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px; /* Espacement autour des conteneurs */
}

.vertical-divider {
  min-height: 50px; /* Ajustez la hauteur du séparateur */
  border-left: 3px solid #ccc; /* Style du séparateur */
  margin: 0 10px; /* Espacement autour du séparateur */
}
/* Responsive Styles */
@media (max-width: 768px) {
  #first-text {
    font-size: 55px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 84px;
    color: #fff;
    margin-top: 20%;  
    margin-bottom: 4%; 
}
  .bottom-info {
    flex-direction: column; /* Aligne les éléments verticalement sur mobile */
    align-items: flex-start;
  }

  .bottom-container {
    width: 100%; 
    margin-bottom: 8% !important; 
  }

  .vertical-divider {
    display: none; /* Cache le séparateur sur mobile */
  }
}
  
  /* .icon {
    max-width: 50px; 
  } */
  
  .contact-icon {
    min-width: 100%;
    height: auto;
  }
  
  .vertical-divider {
    width: 2px;
    height: 30px; /* Reduce height for smaller screens */
    background-color: white; 
    margin: 0 10px; /* Adjust margin for better spacing */
  }
  
  h2, p {
    margin: 0;
    padding: 0;
  }
  
  @media (max-width: 768px) {
    #home {
      padding: 15px; /* Adjust padding for tablets */
    }
  
    .bottom-info {
      flex-direction: column; /* Stack items vertically on smaller screens */
      align-items: flex-start; /* Align items to the start */
    }
  
    .bottom-container {
      margin: 0 5px; /* Further reduce margin for tablets */
    }
  
    .vertical-divider {
      display: none; /* Hide vertical divider on smaller screens */
    }
  }
  
  @media (max-width: 576px) {
    #home {
      padding: 10px; /* Adjust padding for mobile devices */
    }
  
    .bottom-info {
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items */
      padding: 5px; /* Reduce padding */
    }
  
    .bottom-container {
      margin: 5px 0; /* Reduce margin on mobile */
    }
  
    .vertical-divider {
      display: none; /* Ensure vertical dividers are hidden */
    }
  
    h2 {
      font-size: 2rem; /* Adjust font size */
    }
  
    p {
      font-size: 1rem; /* Adjust font size */
    }
  }
  



  /* second section */
  .no-gutters {
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
  
  .full-width-img {
    width: 80%;
    height: auto;
  }
  
  .text-content {
    padding: 20px;
  }
  .text-content h2 {
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    line-height: 31px;
    color: #CC1B1A;
    margin-bottom: 2%;
  }

  .text-content h1 {
    font-size: 28px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    line-height: 32px;
    color: black;
    margin-bottom: 5%;
  }
  .text-content p {
    font-family: 'Kanit', sans-serif;
    color: #3a3939;
    line-height: 32px;
    font-weight: 500;
    font-size: 18px;
  }
  .text-puce p{
    padding-left: 30px;
    position: relative;
    font-family: 'Kanit', sans-serif;
    color: black;
    font-weight: bolder;
    line-height: 40px;
    
   
  }
  .text-puce p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px;
    background-color: #CC1B1A;
    border-radius: 50%; 
  }
  
  
  @media (max-width: 767px) {
    .text-content {
      padding: 15px;
    }
  }
  
  .bottom-container .contact-title{
    font-size: 18px !important;
  }


 .swiper-section {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #FFF; 
}
  


.bottom-container .contact-title{
  font-size: 17px;
}

.swiper-title h2{ 
  font-size: 30px;
  justify-content: center; 
  text-align: center;
  font-family: 'Kanit', sans-serif;
  font-weight: bolder;
  line-height: 43px;
  color: black;
  margin-top: 10%;
  margin-bottom: 8%;
  
}

.swiper-container {
  position: relative;
  width: 70%; 
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 4%;
  margin: 0 auto; 
  overflow: hidden; 
}


.swiper-slide {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-image2 {
  width: 100%;
  height: 450px; /* Increased height for better visibility */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Optional: background color */
}

.box-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.swiper-wrapper {
  display: flex;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(300%);
  width: 40px; 
  height: 40px; 
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-button-next {
  right: 10px; 
  background-image: url('assets/img/Group 2102.png');
}

.swiper-button-prev {
  left: 10px; 
  background-image: url('assets/img/Group 2103.png'); 
}

.swiper-button-next img, .swiper-button-prev img {
  display: block;
  width: 100%; 
  height: auto; 
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}


  .box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .box2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
  }
  
  .box-image {
    flex: 1;
    overflow: hidden;
  }
  
  .box-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .box-text p{
    flex: 1;
    margin-top: 3%;
    font-family: 'Kanit', sans-serif;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
  }
  
/* Style for pagination bullets */
.swiper-pagination-bullet {
  background-color: #CC1B1A;
  min-width: 12px;
  height: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Style for active pagination bullet */
.swiper-pagination-bullet-active {
  background-color: #CC1B1A;
  transform: scale(1.1); 
}

  
  .swiper-button-container {
    text-align: center;
    margin-top: 14%; 
  }
  
  .swiper-button {
    padding: 10px 20px;
    font-size: 16px; 
    background-color: #CC1B1A; 
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  
  .swiper-button:hover {
    background-color: #e64040; 
  }

.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 14%;
  padding-right: 14%;
  margin-top: 5%;
}

.contact-details,
.contact-card {
  flex: 1 1 45%;
  margin: 10px;
  box-sizing: border-box;
}

.contact-details {
  max-width: 40%;
}

.contact-details h2 {
  font-family: 'Kanit', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #CC1B1A;
  
}

.contact-details p {
  margin: 5px 0;
}

.map {
  box-shadow: 
  rgba(14, 30, 37, 0.12) -2px 0px 4px 0px, 
  rgba(14, 30, 37, 0.32) 0px 4px 8px 0px; 
  width: 100%;
  height: 330px;
  background-color: #e9ecef;
  margin-top: 20px;
}

.contact-card {
  box-shadow: 
  rgba(14, 30, 37, 0.12) -2px 0px 4px 0px, 
  rgba(14, 30, 37, 0.32) 0px 4px 8px 0px; 
  padding: 6% 7% 4% 7%;
  max-width: 55%;
}

.contact-card h2 {
  margin-bottom: 8%;
  font-family: 'Kanit', sans-serif;
    font-weight: bold;
}

.contact-card input,
.contact-card textarea,
.contact-card button {
  width: 100%;
  padding: 3% 3% 2% 3%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #F1F1F1;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
}

.contact-card input:focus,
.contact-card textarea:focus {
  border-color: lightcoral; /* Light red border on focus */
  outline: none; /* Remove default outline */
}
.contact-card input::placeholder,
.contact-card textarea::placeholder {
  padding-left: 15px; 
  padding-bottom: 10px;
  color: #8F8F8F; 
}
.contact-card button {
  background-color: #CC1B1A;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 40px; 
  margin-bottom: 4%;
  padding: 0; 
  text-align: center;
  font-weight: bold; 
  display: flex; 
  align-items: center;
  justify-content: center; 
}


@media (max-width: 768px) {
  .contact-details,
  .contact-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-card {
    margin-top: 20px;
  }
}


/* ///////// Partenaire /////////// */

.image-section {
  text-align: center;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 4%;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; /* Ajoute un espacement entre les images */
}

.image-container img {
  flex: 1 1 1 32%; /* Définit la taille des images pour les écrans plus grands */
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .image-container img {
    flex: 1 1 1 20%; /* 2 images par ligne sur les appareils avec une largeur max de 768px */
  }
}

@media (max-width: 480px) {
  .image-container img {
    flex: 1 1 1 20%; /* 2 images par ligne sur les appareils avec une largeur max de 480px */
  }
}


/* ///////// Footer //////// */

footer {
  background-color: black;
  color: #fff;
  padding-top: 4%;
  padding-bottom: 2%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  padding: 0 30px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3%;
}

.footer-text p {
  font-family: 'Kanit', sans-serif;
  margin-bottom: 25px;
  margin-top: 1%;
  font-size: 16px;
}
.footer-column h3 {
  font-family: 'Kanit', sans-serif;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
  line-height: 32px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  
}

.newsletter-form {
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 15px;
  min-width: 80%;
  border: none;
  /* border-radius: 3px 0 0 3px; */
}

.newsletter-form button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: black;
  font-weight: 500;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.social-icons img {
  min-width: 90%;
  height: 90%;
}

hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 0 8% 20px 8%;
}

/* .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 2%;
  gap: 2%; 
} */



.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 2%;
  gap: 2%; 
}

.footer-right,
.footer-left {
  display: flex;
  align-items: center;
}

.footer-right p {
  margin: 0;
}



.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* Prevent items from wrapping */
  padding: 20px; /* Padding for spacing */
  box-sizing: border-box; /* Include padding in the element's total width and height */
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 20px; /* Space between items */
}

.footer-item {
  display: flex;
  align-items: center;
}

.footer-item i {
  margin-right: 10px; /* Space between icon and text */
}

.footer-item span {
  white-space: nowrap; /* Prevent line break within span text */
}

.footer-right {
  display: flex;
  align-items: center;
}

.footer-right p {
  margin: 0;
  white-space: nowrap; /* Prevent line break within paragraph text */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-bottom {
      flex-direction: column; /* Stack footer items vertically on smaller screens */
      align-items: flex-start; /* Align items to the start */
  }

  .footer-left, .footer-right {
      width: 100%; /* Full width for stacked items */
      text-align: left; /* Align text to the left */
      margin-bottom: 10px; /* Space between stacked sections */
  }
}



.icon-location::before {
  content: url('location-icon.png');
}

.icon-email::before {
  content: url('email-icon.png');
}

.icon-phone::before {
  content: url('phone-icon.png');
}



/* Media Queries pour les petits écrans */
@media (max-width: 768px) {
  .footer-container {
    margin-top: 4%;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-column {
    max-width: 100%;
    text-align: center;
  }


  .footer-left, .footer-right {
    flex-direction: column;
    text-align: center;
  }



  .footer-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
    gap: 10px;
  }

  .social-icons {
    margin-bottom: 5%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-left {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-right {
    margin-bottom: 3%;
    justify-content: center;
  }
}

.footer-right a {
    text-decoration: none; /* Remove underline */
    color: inherit;        /* Use the text color of the parent element */
}

