html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  color: #233f42;
  background-color: #fff;
  height: 100%;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.container{
  min-height: calc(100% - 50px);
  /* overflow: hidden; */
}

a, a:hover {
  color: #233f42;
}

a.link-19a9a4,  a.link-19a9a4:hover {
  color: #19a9a4;
  text-decoration-line:none;
}

a.link-233f42,  a.link-233f42:hover {
  color: #233f42;
  text-decoration-line:none !important;
}

.space-left{
  min-width:200px !important;
}

.switch-language{
  display: flex;
  padding: 30px 0px 0px 0px;
}

.homepage-search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px; 
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 25px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.logo-container {
  position: relative; /* Establishes a containing block for absolute positioning */
  width: 120px;
  height: 133x;
  margin: auto;
}

.background-logo {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image scales nicely */
}

.floating-english {
  float: right;
  position: absolute; /* Position relative to .image-container */
  top: 30px; /* Adjusts vertical position */
  right: 52px; /* Adjusts horizontal position */
  width: auto;
  text-align: right;
}

.display-none{
  display:none !important;
}

.distances{
  font-size: 13px;
  color: #888;
  word-break: keep-all;
}

.inside-search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 20px 20px 20px 0px;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.search-input {
  flex: 1; /* Expand input to full width */
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
}

.search-button {
  background-color: #fff;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
}

.search-button i {
  font-size: 18px;
  color: #888;
}

.nav-search-bar {
  margin: 20px 20px 20px 0px;
  font-size: 14px;
}

.menu-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.scroll-button {
  border: none;
  background-color: #a88a78;
  cursor: pointer;
  opacity: 0.5;
}

.menu-container {
  display: flex;
  overflow-x: hidden;
  white-space: nowrap;
  flex-grow: 1;
}

.menu-item {
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  flex-shrink: 0;
  margin: 3px;
}

.menu-item:hover {
  cursor: pointer;
}

.menu-item-new {
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  flex-shrink: 0;
  margin: 3px;
  background-color:#f0ebe7;
  padding-left:7px;
}

.menu-item-new-actif {
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  flex-shrink: 0;
  margin: 3px;
  background-color:#d3b8a8;
  padding-left:7px;
}

.left-gradient {
  width: 25px;
  border-radius:25px;
}

.left-gradient:hover {
  background-color: #a88a78;
  border-radius:25px;
  opacity: 1;
}

.link-style {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  margin-right: 10px;
}

.link-style-actif {
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  margin-right: 10px;
}

.margin-right-5{
  padding-right: 5px;
}

.footer {
  height: 50px; /* Define footer height */
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  color: gray;
}

.city-region{
  font-size: 13px;
  color: gray;
}

.custom-box {
    border: 1px solid #cccccc; 
    border-radius: 8px; /* Rounded corners */
    padding: 10px;
    margin: 5px;
    min-width: 100% !important;
}





/* OVERLAY CHANGE CITY */
.overlayChangeCity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  display: none; /* Caché par défaut */
  justify-content: center;
  transition: 0.3s ease;
  overflow-y: auto !important;
  z-index: 1;
}

.overlayChangeCity-content {
 display: inline-block !important;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fcfcfc;
  border-radius: 10px;
  text-align: center;      
  position: relative; /* Nécessaire pour positionner le bouton X */
}

#overlayChangeCity-close-button {
    display: inline-block !important;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
    text-align: center;
    width: 100%;
  }

.pac-container {
  z-index: 10002; /* Place les suggestions des villes de Google au-dessus */
}

.overlayChangeCity-inputform-change-adresse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 500px; 
  margin: 15px auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.overlayChangeCity-inputform-change-adresse:focus {
  border: 1px solid #233f42;
  outline: none; /* Removes default focus outline */
}


.overlayChangeCity-entete{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #1C5555;
}

.overlayChangeCity-emplacement{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: bold;
}

.overlayChangeCity-SubmitButton-center{
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center;
  margin-top:25px;
}

.overlayChangeCity-SubmitButton{
  min-width: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #233f42;
  padding: 4px 10px 4px 10px;
}

.overlayChangeCity-SubmitButton:hover{
  background-color: #f0ebe7;
  border-radius: 6px;
  border: 1px solid #233f42;
}





/* CONTENT LISTING */
.content {
  transition: margin-left 0.3s ease;
  margin-left: 0; /* Default position */
  padding: 10px 10px 10px 20px;
  text-align: left;
}

#loader {
  display: none;
}

.content-box {
  display: table;
  width: 100%; /* Sets the width of the box */
  min-height: 150px; /* Sets the height of the box */
  background-color: #fcfcfc; /* Sets the background color */
  border: 1px solid #ccc; /* Adds a border and sets its color */
  border-radius: 10px; /* Rounds the corners */
  padding: 10px; /* Adds space inside the box */
  margin-bottom: 20px; /* Adds space outside the box */
  text-align: left; /* Centers the text horizontally */
}

.content-box-image, .content-box-image-vide{
  float: left;
  padding: 15px !important;
}

.content-box-image img{
  border-radius: 10px;
}

.content-box-entete-column {
  font-size: 1.2rem;
  font-weight: bold;
  color: #396b69;
  text-align: left;
  margin-right: 12px;
}

.content-box-icone-column {
  width: 30px;
  flex: 0 0 30px; /* Ensures the width is fixed at 30px */
  display: inline-block !important;
  vertical-align: top;
}

.content-box-emplacement-column {
  font-size: 1rem;
  color: #396b69;
  text-align: left;
  margin-right: 12px;
  display: inline-block !important;
}


.content-box-info-column{
  font-size: .9rem;
  padding-top: 5px;
  margin-right: 12px;
  word-break: break-all;
  display: inline-block !important;
}

.content-box-info-column-description{
  font-size: .9rem;
  padding-top: 8px;
  margin-right: 12px;
  padding-left:30px;
}

.margin-top-8px::before {
  margin-top: 8px;
}

.content-box .row {
  --bs-gutter-x: !important;
  }


.searchkey-clear{
  border: 1px solid #ccc;
  border-radius: 22px;
  padding: 0px 10px 0px 10px;
}

.afficher-plus{
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 6px 14px 6px 16px;
  margin-left:10px;
  text-align: center;
}

.go-top{
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 6px 16px 6px 16px;
  margin-right: 60px;
  float: right;
}


#loader, #nomore{
  margin-left:10px;
  margin-bottom: 10px;
}

.icons{
  width: 22px;
  filter: opacity(60%); 
}

#addBusiness{
  margin-top: 40px;
  text-align: center;
}

.add-me{
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 6px 16px 6px 16px;
  margin-top: 10px;
}

.content_lieux_more_info{
  display: none;
}

.content-box-click-more{
    cursor: pointer;
}

.content-box-click-more:hover{
    text-decoration: underline;
}


/* OVERLAY ADDBUSINESS */
.overlayAddBusiness {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  display: none; /* Caché par défaut */
  justify-content: center;
  transition: 0.3s ease;
  overflow-y: auto !important;
  z-index: 1;
  padding-bottom: 40px;
}

.overlayAddBusiness-content {
 display: inline-block !important;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fcfcfc;
  border-radius: 10px;
  text-align: center;      
  position: relative; /* Nécessaire pour positionner le bouton X */
}

.overlayAddBusiness-section{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.overlayAddBusiness-SubmitButton-center{
  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center;
  margin-top:25px;
}

.overlayAddBusiness-SubmitButton{
  min-width: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #233f42;
  padding: 4px 10px 4px 10px;
}

.overlayAddBusiness-SubmitButton:hover{
  background-color: #f0ebe7;
  border-radius: 6px;
  border: 1px solid #233f42;
}


#overlayAddBusiness-close-button {
    display: inline-block !important;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
    text-align: center;
    width: 100%;
  }



@media screen and (min-width: 250px) {
  .container, .container-sm {
    max-width: 100%;
  }

  .inside-search-bar {
    max-width: 100% !important;
    margin: 20px 20px 20px 20px !important;
  }

  .nav-search-bar {
    margin: 10px 20px 20px 20px !important;
  }

  .switch-language{
    display: none;
  }

  #floating-english{
    display: inline-block;
  }


  /* OVERLAY CHANGE CITY */
  .overlayChangeCity {
    align-items: inherit;
    padding-top: 40px;
  }

  #overlayChangeCity-close-button {
    max-width: 80%;
  }

  .overlayChangeCity-content {
    max-width: 80%;
  }

   /* MENU CATÉGORIES */
  .hamburger {
    position:absolute;
    background: none;
    border: none;
    font-size: 24px;
    width: 35px;
    padding: 10px 10px 10px 0;
    transition: transform 0.3s ease;
  }

  .menu-categories {      /* DESCKTOP */
    display:none;
  }

  .menu-categories2 {     /* PHONE */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.3s ease;
    overflow-y: auto !important; /* Ajout pour permettre le scroll */
    z-index: 1;
    background-color: #000000a8;
  }

  #close {
    display: inline-block !important;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc; /* Optional: adds a border for visibility */
    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
    text-align: center;
    width: 80%;
  }

  .menu-categories2 .nav {
    display: inline-block;            
    max-height: 100%; /* Adjust this value to fit your needs */
    overflow-y: auto; /* Enables scrolling when content exceeds max height */
    border: 1px solid #ccc; /* Optional: adds a border for visibility */
    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
    margin-bottom: 40px;
    width: 80%;
    text-align: left !important;
  }  

  #clearBtn{
    padding-top: 5px;
    padding-bottom: 15px;
    cursor: pointer;
  }




  /* CONTENT LISTING */
  .right-div{
    margin-left: 45px;
    margin-bottom: 20px;
  }

  .content-box {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 0px !important;
  }

  .content-box-image{
    float: inherit;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .content-box-image-vide{
    margin: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .content-box-emplacement-column {
    font-size: .8rem;
  }
  
  .content-box-entete-column {
    font-size: 1rem;
  }

  .margin-top-icone-entete::before {
    padding-top: 0px;
  }

  .distances{
    display: block;
  }

  .content-box-info-column{
    max-width: 280px;
    white-space: wrap;         /* Prevents wrapping to a new line */
    overflow: hidden;          /* Hides the overflowing content */
    text-overflow: ellipsis;
  }

  #content-navigation{
    white-space: wrap;         /* Prevents wrapping to a new line */
    overflow: hidden;          /* Hides the overflowing content */
    text-overflow: ellipsis;
  }

  .go-top{
    margin-right: 30px;
  }


/* OVERLAY CHANGE CITY */
  .overlayAddBusiness {
    align-items: inherit;
  }

  #overlayAddBusiness-close-button {
    max-width: 80%;
  }

  .overlayAddBusiness-content {
    max-width: 80%;
  }

}


@media screen and (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }

  .inside-search-bar {
    max-width: 800px !important;
    margin: 20px 20px 20px 0px !important;
  }

  .nav-search-bar {
    margin: 10px 0px 20px 0px !important;
  }

  .switch-language{
    display: inline-block;
    text-align: right;
    padding-right: 0px;
  }

  #floating-english{
    display: none;
  }

  
  
  /* OVERLAY CHANGE CITY */
  .overlayChangeCity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Caché par défaut */
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #overlayChangeCity-close-button {
    max-width: 450px !important;
  }

  .overlayChangeCity-content {
    max-width: 450px !important;
  }


  /* MENU CATÉGORIES */
  .menu-categories {
    display: block;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    width: 220px;
    float: left;
  }
  
  .menu-categories .container {
      padding-right: inherit !important;
      padding-left: inherit !important;
    } 

  #close, #hamburger {
      display:none !important;
  }

  .nav{
      display: inline-block;
      text-align: left !important;
      list-style-position: inside;
      position: relative;
      left: -10px;
      width: 100%;
  }




  /* CONTENT LISTING */
  .right-div{
    margin-left:20px;
    margin-bottom: 20px;
  }

  .content-box {
    max-width: 100%;
    margin-right: 50px;
  }

  .content-box-image, .content-box-image-vide{
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    min-width: 220px;
  }

  .content-box-emplacement-column {
    font-size: 1rem;
  }
  
  .content-box-entete-column {
    font-size: 1.2rem;
  }

  .margin-top-icone-entete::before {
    padding-top: 8px;
  }

  .distances{
    display: inline-block;
  }

  .content-box-info-column{
    max-width: inherit !important;
  }
  

  .go-top{
    margin-right: 60px;
  }


  /* OVERLAY ADD BUSINESS */
  .overlayAddBusiness {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Caché par défaut */
    justify-content: center;
  /*  align-items: center; */
    z-index: 9999;
  }

  #overlayAddBusiness-close-button {
    max-width: 450px !important;
  }
  /*
  .overlayAddBusiness-content  {
     max-width: 450px !important; 
  }
*/
}


@media screen and (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    /* max-width: 960px; */
    max-width: 100%;
  }
  .switch-language{
    display: inline-block;
    text-align: right;
    padding-right: 65px;
  }

}


@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    /*max-width: 1140px;*/
    max-width: 100%;
  }
  
}


@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
 
}


