.section-listeentreprises {
  margin-top: 55px;
}
.section-listeentreprises .liste__container {
  max-width: 85.5%;
  margin: 0px auto 0px auto;
  padding-bottom: 125px;
}
.section-listeentreprises .liste__container .paragraphe__ligne {
  margin-bottom: 44px;
}
.section-listeentreprises .liste__container .paragraphe__ligne .paragraphe__etiquette {
  font-weight: 300;
}
.section-listeentreprises .liste__container .paragraphe__ligne p:last-child {
  margin: 0;
}
.section-listeentreprises .liste__container .paragraphe__ligne > div {
  padding-left: 60px !important;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a {
  position: relative;
  display: block;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-image {
  height: 220px;
  width: 100%;
  background: #f5f5f5;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-image img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-logo {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-logo img {
  max-height: 100%;
  max-width: 100%;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-activite {
  position: absolute;
  top: 17px;
  right: 18px;
  background-color: #ec6138;
  color: #ffffff;
  font-weight: 600;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 16px;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-content .entreprise__item-accessibilite {
  position: absolute;
  right: 5px;
  top: -48px;
  padding: 10px 12.5px;
  line-height: initial;
  background-color: #f7f0eb;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-content p {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000000;
  font-style: italic;
  font-weight: 300;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-content p .entreprise__item-commune {
  vertical-align: middle;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-content h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a:hover .entreprise__item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-listeentreprises .liste__container .liste__entreprises .entreprise__item a:hover .entreprise__item-content h3 {
  color: #4bbbbd;
}
.section-listeentreprises .liste__container .voirsuite {
  position: relative;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  padding: 8px 21px;
}
.section-listeentreprises .liste__container .voirsuite::before {
  content: "";
  width: 16px;
  height: 11px;
  background-image: url(/wp-content/themes/yatatheme/img/svg/Arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.section-listeentreprises .liste__container #map {
  z-index: 1;
  height: calc( 100vh - 70px );
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 70px;
}
.section-listeentreprises .liste__container #map .marker-icon::before {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  height: 64px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/pingmap.svg');
}
.section-listeentreprises .liste__container #map .marker-icon .marker-nombre {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.section-listeentreprises .liste__container #map .popupMarker {
  color: #000000;
}
.section-listeentreprises .liste__container #map .popupMarker h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 6px 0;
}
.section-listeentreprises .liste__container #map .popupMarker p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 10px 0;
}
.section-listeentreprises .liste__container #map .popupMarker a {
  position: relative;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  padding: 8px 21px;
  color: #000000;
}
.section-listeentreprises .liste__container #map .popupMarker a::before {
  content: "";
  width: 16px;
  height: 11px;
  background-image: url(/wp-content/themes/yatatheme/img/svg/Arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.section-listeentreprises .moteur__container {
  background-color: #4bbbbd;
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  width: 14.3%;
}
.section-listeentreprises .moteur__container #moteurEntreprises {
  margin: 0 8% 0 12.5%;
  position: sticky;
  position: -webkit-sticky;
  padding: 50px 0;
  top: 70px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ {
  margin-bottom: 44px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise {
  position: relative;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .inputEntreprise {
  margin-top: 5px;
  background-color: #f7f0eb;
  display: flex;
  padding: 5px 10px 5px 20px;
  border-radius: 20px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .inputEntreprise .inputEntreprise__close {
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 2.0rem;
  display: none;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .inputEntreprise .inputEntreprise__close:hover {
  color: #ec6138;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise #nomentreprise {
  position: relative;
  display: inline-block;
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  margin-right: 10px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise #nomentreprise::placeholder {
  color: rgba(0,0,0,0.75);
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items {
  max-height: 300px;
  overflow: auto;
  position: absolute;
  border: 1px solid #f7f0eb;
  border-bottom: none;
  border-top: none;
  z-index: 800;
  top: 100%;
  left: 0;
  right: 0;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
  border-bottom: 1px solid #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items div:hover {
  background-color: #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items .autocomplete-item-notfound {
  background-color: #ffffff !important;
  color: inherit;
  cursor: auto;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items::-webkit-scrollbar-track {
  background-color: #f7f0eb;
  border-radius: 0;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items::-webkit-scrollbar {
  width: 6px;
  background-color: #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-items::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000000;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ#choixentreprise .autocomplete-active {
  background-color: #f7f0eb !important;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ label {
  display: flex;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ select {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 1.8rem;
  color: #f7f0eb;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/wp-content/themes/yatatheme/img/svg/arrow-dropdown.svg) 100% 50% no-repeat;
  width: 100%;
  padding-right: 20px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ select option {
  color: #000000;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .icon-checkmark:before {
  content: "";
  background-image: url('/wp-content/themes/yatatheme/img/svg/checkmark.svg');
  width: 15px;
  height: 10px;
  background-size: cover;
  background-position: center;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container label svg {
  width: 24px;
  height: 30px;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container label svg path {
  fill: #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container .checkbox_checkmark {
  margin-left: 10px;
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: 1px solid #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container .checkbox_checkmark::before {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 3px;
  font-size: 0.8rem;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container:hover input ~ label .checkbox_checkmark {
  border: 1px solid #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container:hover input ~ label {
  color: #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container input:checked ~ label .checkbox_checkmark:before {
  visibility: visible;
}
.section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ .checkbox_container input:checked ~ label .checkbox_checkmark {
  background-color: #f7f0eb;
}
.section-listeentreprises .moteur__container #moteurEntreprises button {
  position: relative;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  padding: 8px 21px;
  color: #000000;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  font-family: 'Barlow Condensed', sans-serif;
  display: inline-flex;
  text-decoration: underline;
  background-color: #f7f0eb;
  border-color: #f7f0eb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-listeentreprises .moteur__container #moteurEntreprises button::before {
  content: "";
  width: 16px;
  height: 11px;
  background-image: url(/wp-content/themes/yatatheme/img/svg/Arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.section-listeentreprises .moteur__container #moteurEntreprises button:hover {
  background-color: #4bbbbd;
  border-color: #4bbbbd;
}
@media (max-width: 1600px) {
  .section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ select {
    max-width: 150px;
  }
}
@media (max-width: 1400px) {
  .section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ select {
    max-width: 120px;
  }
}
@media (max-width: 1200px) {
  .section-listeentreprises .liste__container .paragraphe__ligne > div {
    padding-left: 1.5rem !important;
  }
  .section-listeentreprises .liste__container .liste__entreprises .entreprise__item {
    margin-bottom: 60px !important;
  }
  .section-listeentreprises .moteur__container {
    width: 100%;
    position: relative;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises {
    margin: 0 0 20px 0;
    padding: 14px 35px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ {
    margin: 0px 16px 14px;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises > span {
    content: "";
    position: initial;
    width: 1px;
    height: 41px;
    margin-top: -14px;
    background-color: #f7f0eb;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises button {
    margin: 0px 16px 14px;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ select {
    max-width: none;
  }
}
@media (max-width: 992px) {
  .section-listeentreprises .entreprises__ligne {
    flex-direction: column-reverse;
  }
  .section-listeentreprises .liste__container #map {
    height: 300px;
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .section-listeentreprises .moteur__container #moteurEntreprises {
    justify-content: flex-start;
    padding: 40px 30px;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises span:nth-child(4) {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .section-listeentreprises {
    margin: 0;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises > span {
    display: none;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises .moteur__champ {
    margin: 0 0 20px;
    width: 100%;
  }
  .section-listeentreprises .moteur__container #moteurEntreprises button {
    margin: 0;
  }
  .section-listeentreprises .liste__container {
    max-width: 100%;
    padding: 0 5% 60px;
  }
  .section-listeentreprises .entreprise__item {
    margin-bottom: 40px !important;
  }
  .section-listeentreprises .liste__container .paragraphe__ligne {
    margin: 0 0 20px;
  }
  .section-listeentreprises .liste__container .paragraphe__ligne > div {
    padding: 0 !important;
  }
  .section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-image {
    height: 180px;
  }
  .section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-logo {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 11px;
  }
  .section-listeentreprises .liste__container .liste__entreprises .entreprise__item a .entreprise__item-activite {
    top: 10px;
    right: 11px;
  }
}
