.picto-pole {
  text-transform: uppercase;
  font-size: 0.85rem;
  height: 50px;
  width: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdfdfd;
  position: relative;
  box-shadow: 2px 2px 5px #eaeaea;
}

.picto-pole img,
.picto-pole svg {
  max-height: 70%;
  max-width: 70%;
  height: auto !important;
}


.picto-pole span {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  text-align: center;
  z-index: 1000;
  background-color: #fbfbfb;
  box-shadow: 2px 2px 5px #eaeaea;
  padding: 0 5px 5px 5px;
  border-radius: 0 0 7px 7px;
}

.picto-pole:hover span {
  display: block;
}

#stores-search .stores-list {

  position: relative;

}








#stores-search .stores-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/logo-gray.png');
  background-position: center top;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
  background-attachment: fixed;
  pointer-events: none;

}

#stores-search .stores-list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  gap: 30px;
}

#stores-search .stores-list li {
  opacity: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(170deg, #fff 0%, #f0f0f0 100%);
  flex: 0 0 calc(33.333333% - 30px);
  height: 230px;
  padding: 10px 30px;
  position: relative;
  font-size: 0.8rem;
  overflow: hidden;
  transition: all 1500ms
}

#stores-search .stores-list li.in-viewport {
  opacity: 1;
}

#stores-search .stores-list .logo {
  margin: 0 0 15px 0;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#stores-search .stores-list .logo img {
  max-height: 100%;
  max-width: 120px;
}

#stores-search .stores-list h3 {
  font-size: 1rem;
  margin: 0 0 0 0;
  padding: 0 0 7px 0;
  text-transform: uppercase;
  font-weight: bold;
}

#stores-search .stores-list h3 a {
  color: #333;
  text-decoration: none;
}


#stores-search .stores-list .poles {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;

}

#stores-search .stores-list .picto-pole {
  height: 35px;
  width: 35px;
}

#stores-search .stores-list .score {
  position: absolute;
  bottom: 10px;
  right: 10px;
  flex-shrink: 0;
}

#stores-search .stores-list .score .gauje {
  height: 8px;
  display: block;
  position: relative;
  width: 35px;
  border: 1px solid var(--medium-green);
  opacity: 0.3;
}

#stores-search .stores-list .score .gauje span {
  position: absolute;
  height: 100%;
  background-color: var(--light-green);
  display: block;
  top: 0;
  left: 0;
}


#stores-search .stores-list li .baseline {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 110%;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 700ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  overflow: hidden;
}

#stores-search .stores-list li:hover .baseline {
  top: 0%;

}

/** PHONE **/
@media screen and (max-width: 515px) {
  #stores-search .stores-list ul {
    gap: 15px;
  }

  #stores-search .stores-list li {
    flex: 0 0 calc(50% - 15px);
    margin: 0 0 0px 0;
  }

  #stores-search .stores-list li:last-child {
    display: none;
  }
}


/*********************************
*
* PAGE ENTREPRISE 
*
***********************************/







#stores-search form>.content {
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
}



body.store-page h1 span {
  font-size: 1.4rem !important;
}


body.store-page h1 span:after {
  height: 3px;
}

#store-page a {
  color: var(--light-orange);
}

#store-page a:hover {
  color: var(--light-orange);
}

#store-page .container {}

#store-page .content {
  padding-top: 30px;
  display: flex;
}

#store-page .main {
  min-height: 50vh;
  flex: 1;
}

.picto-poles {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#store-page h2.raison-sociale {
  font-size: 1.5rem;
  margin: 1.5rem auto 1.5rem;
  padding: 0;
}


#store-page .baseline {
  font-size: 1.7rem;
  margin-bottom: 25px;
  color: #777;
  text-align: center;
}

#store-page .activites-principales {
  margin-bottom: 40px;
  font-size: 1.1rem;
}

#store-page .activites-principales ul {
  margin: 10px;
  padding: 10px;
  list-style: none;
  border-left: #777 dotted 2px;
}

#store-page .activites-principales li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

#store-page .pictures {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
  justify-content: start;
}

#store-page .picture {}

#store-page .picture img {
  transition: transform 500ms;
}

#store-page .picture:hover img {
  transform: scale(1.1);
  z-index: 1000;
}

#store-page .picture {
  border: 1px solid white;
  display: block;
}

#store-page .side {
  min-height: 10vh;
  display: flex;
  flex-direction: column;
}

#store-page .side>div {
  font-size: 0.85rem;
}

#store-page .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

#store-page .logo img {
  max-height: 200px;
}

#store-page .address,
#store-page .contact {
  padding: 20px 0;
}

/** DESKTOP **/
@media screen and (min-width: 992px) {
  #store-page .content {
    flex-direction: row;
    align-items: start;
  }

  #store-page .side {
    padding: 30px;
    flex: 0 0 320px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background: linear-gradient(150deg, #ffffff, #f2f2f2);
  }

  #store-page .logo {
    flex: 1 0 100%;
    min-width: 100%;
    width: 280px;
  }

  #store-page .address {}
}

@media screen and (min-width: 992px) {
  #store-page .main {
    padding-right: 80px;
  }

  #store-page .picture {
    flex: 0 0 33.333333333%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #store-page .main {
    padding-right: 40px;
  }

  #store-page .main {
    padding-right: 40px;
  }

  #store-page .side {
    padding: 15px;
    flex: 0 0 250px;
  }
}

/** TABLETTES **/
@media screen and (min-width: 768px) and (max-width: 992px) {
  #store-page .content {
    flex-direction: column-reverse;
  }

  #store-page .side {
    margin-bottom: 25px;
    width: 100%;
    justify-content: space-between;
    background: none;
    box-shadow: none;
    border: none;
    flex-direction: row;
    align-items: center;
  }

  #store-page .meta {
    margin-left: 25px;
    display: flex;
    justify-content: space-around;
    flex: 1;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background: linear-gradient(150deg, #ffffff, #f2f2f2);
  }

  #store-page .logo {
    flex: 0 0 280px;
    display: flex;
    min-width: unset;
  }

  #store-page .meta>div {
    flex: 0 0 calc(50% - 30px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #store-page .side {
    flex-direction: row;
  }

  #store-page .logo {
    flex: 0 0 280px;
    display: flex;
  }

  #store-page .picture {
    flex: 0 0 50%;
  }
}

/** PHONE **/
@media screen and (max-width: 767px) {
  #store-page .content {
    flex-direction: column-reverse;
  }

  #store-page .side {
    flex-direction: column;
    margin-bottom: 35px;
  }

  #store-page .meta {

    display: flex;
    justify-content: space-around;
    flex: 1;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background: linear-gradient(150deg, #ffffff, #f2f2f2);

  }

  #store-page .meta>div {
    flex: 0 0 calc(50% - 30px);
  }

  #store-page .picture {
    flex: 0 0 50%;
  }
}

/* Retour au search original */
#store-search {
  flex: 0 0 100%;

}

#store-search .input-autocomplete {
  position: relative;
  max-width: 96%;
  width: 400px;
  margin: 25px auto;
}


#store-search ul#results {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  position: absolute;
  background: white;
  z-index: 100;
  height: 300px;
  overflow: hidden;
}

#store-search ul#results li {
  padding: 8px;
  cursor: pointer;
}

#store-search ul#results li:hover,
#store-search ul#results li.selected {
  background: #eee;
}