p, span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}

h1 {
  opacity: 1;
  margin-bottom: 44px;
}

h2 {
  opacity: 1;
  margin-bottom: 44px;
}

h3 {
  opacity: 1;
  margin-bottom: 44px;
}

h4 {
  opacity: 1;
  margin-bottom: 44px;
}

h5 {
  opacity: 1;
  margin-bottom: 44px;
}

h6 {
  opacity: 1;
  margin-bottom: 44px;
}

@media screen and (min-width: 576px) {
  .container-custom {
    max-width: 556px;
  }
}
@media screen and (min-width: 768px) {
  .container-custom {
    max-width: 626px;
  }
}
@media screen and (min-width: 992px) {
  .container-custom {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .container-custom {
    max-width: 1130px;
  }
}
.container-custom {
  width: 100%;
  padding-left: 1.875em;
  padding-right: 1.875em;
  margin-right: auto;
  margin-left: auto;
}

.padding-container {
  padding-top: 71px;
  padding-bottom: 71px;
}

.margin-container {
  margin-top: 71px;
  margin-bottom: 71px;
}

.header {
  background-color: #145069;
  padding: 25px 48px;
}
.header nav {
  gap: 53px;
}
.header nav a {
  color: white;
  text-decoration: none;
}

.container-map-iframe {
  padding-right: 48px;
}
@media screen and (max-width: 991px) {
  .container-map-iframe {
    padding-right: unset;
    height: 100vh;
  }
}
.container-map-iframe #map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .container-map-iframe #map {
    border-radius: unset;
  }
}

.language-selector {
  position: absolute;
}
.language-selector a {
  color: white;
  text-decoration: none;
  padding: 5px;
}
.language-selector a:hover {
  color: black;
}
.language-selector .language-active {
  color: black !important;
}

.element-img {
  width: 140px;
  height: 74px;
}

.container-map {
  height: calc(100vh - 74px);
}
.container-map__sidebar {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4);
}
.container-map__sidebar .distance-container input {
  width: 70px;
  margin-right: 5px;
}
.container-map__sidebar .search-field-container {
  justify-content: space-between;
}
.container-map__sidebar .search-field-container .search-icon {
  background-color: white;
  padding: 10px;
  padding-right: 0;
}
.container-map__sidebar .search-field-container .localisation {
  background: #145069;
  padding: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.container-map__sidebar .search-field-container .localisation img {
  width: 20px;
  height: auto;
}
.container-map__sidebar input:not(#range) {
  background-color: white;
  border: 2px solid white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.container-map__sidebar input[type=range] {
  height: 10px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.container-map__sidebar input[type=range]:focus {
  outline: none;
}
.container-map__sidebar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 5px #99A3B0;
  background: #145069;
  border-radius: 10px;
  border: 0px solid black;
}
.container-map__sidebar input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px black;
  border: 3px solid #145069;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
.container-map__sidebar input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E4AF3D;
}
.container-map__sidebar input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 5px #99A3B0;
  background: #E4AF3D;
  border-radius: 10px;
  border: 0px solid black;
}
.container-map__sidebar input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px black;
  border: 3px solid #145069;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
}
.container-map__sidebar input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.container-map__sidebar input[type=range]::-ms-fill-lower {
  background: #E4AF3D;
  border: 0px solid black;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #99A3B0;
}
.container-map__sidebar input[type=range]::-ms-fill-upper {
  background: #E4AF3D;
  border: 0px solid black;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #99A3B0;
}
.container-map__sidebar input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px black;
  border: 3px solid #145069;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
}
.container-map__sidebar input[type=range]:focus::-ms-fill-lower {
  background: #E4AF3D;
}
.container-map__sidebar input[type=range]:focus::-ms-fill-upper {
  background: #E4AF3D;
}
.container-map__sidebar .type-de-lieu {
  background-color: white;
  border: 2px solid white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}
.container-map__sidebar .type-de-lieu span {
  margin-bottom: 5px;
}
.container-map__sidebar #submit-btn {
  background: #145069;
  padding: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.container-map__sidebar #rest-btn {
  background-color: rgba(20, 80, 105, 0.7);
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  outline: none;
}
.container-map__search-result {
  height: calc(100% - 100px);
  padding-top: 48px;
}
.container-map__search-result .result-element-container {
  height: 100%;
  overflow-y: scroll;
}
.container-map__search-result .result-element-container::-webkit-scrollbar {
  display: none;
}
.container-map__search-result .result-element-container .result-element {
  padding: 47px;
  background-color: transparent;
  border-bottom: 2px solid black;
}
.container-map__search-result .result-element-container .result-element__title {
  margin-bottom: 23px;
}
.container-map__search-result .result-element-container .result-element__image {
  width: 140px;
  height: 74px;
}
.container-map__search-result .result-element-container .result-element__information {
  background-color: transparent;
  pointer-events: none;
}
.container-map__search-result .result-element-container .result-element__horaire {
  background-color: transparent;
  pointer-events: none;
}
.container-map__search-result .result-element-container .result-element__adresse {
  margin-bottom: 16px;
}
.container-map__search-result .result-element-container .result-element__type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.container-map__search-result .result-element-container .result-element__container-information {
  padding-bottom: 16px;
  gap: 23px;
}
.container-map__search-result .result-element-container .result-element__type div {
  background-color: #145069;
  text-align: center;
  padding: 5px 8px;
  color: white;
}

.icon {
  margin-right: 10px;
}

.marker-pin {
  width: 20px;
  height: auto;
  fill: #4B4B4B;
}

.marker-open {
  background-color: #145069;
  width: 206px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.marker-open .container-marker-information {
  display: flex;
  padding: 22px;
  flex-direction: column;
}
.marker-open .container-marker-information__title {
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-bottom: 8px;
}
.marker-open .container-marker-information__adresse {
  margin-bottom: 8px;
  color: white;
  font-size: 13px;
}
.marker-open .container-marker-information__phone {
  color: white;
  font-size: 13px;
}
.marker-open .container-marker-information__link {
  background: #145069;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: white;
  text-decoration: none;
  margin-top: 15px;
  font-size: 13px;
}
.marker-open .img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}
.marker-open:after {
  content: " ";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #145069;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.marker-open.is-active {
  z-index: 101;
  background-color: lightblue;
}
.marker-open.is-active:after {
  border-top: 8px solid lightblue;
}

.marker {
  position: absolute;
  z-index: 100;
  transform: translate(-50%, calc(-100% - 10px));
}

.marker-close.is-active {
  z-index: 101;
}
.marker-close.is-active .marker-pin {
  fill: #145069 !important;
}

.container-lieu-detail {
  gap: 20px;
}
.container-lieu-detail__address {
  font-size: 13px;
}
.container-lieu-detail__address span {
  opacity: 0.7;
}
.container-lieu-detail__description {
  font-size: 13px;
  opacity: 0.7;
}
.container-lieu-detail__description span {
  float: left;
  margin-right: 5px;
  text-decoration: underline;
}
.container-lieu-detail__horaire {
  font-size: 13px;
}
.container-lieu-detail__horaire span {
  text-decoration: underline;
  opacity: 0.7;
}
.container-lieu-detail__horaire .horaire-text {
  opacity: 0.7;
}
.container-lieu-detail__horaire .horaire {
  gap: 20px;
}
.container-lieu-detail__service {
  gap: 20px;
}
.container-lieu-detail__service span {
  text-decoration: underline;
}
.container-lieu-detail__service .service {
  background-color: #145069;
  text-align: center;
  padding: 5px 8px;
  color: white;
}
.container-lieu-detail__banner img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.result-counter {
  padding-left: 48px;
  padding-top: 48px;
}

.back-map {
  margin-top: 27px;
  display: inline-block;
}
.back-map a {
  background: #145069;
  padding: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 10px;
}

.header-home {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 126px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.header-home__title {
  color: white;
  text-align: center;
}
.header-home__form form {
  display: flex;
  justify-content: space-between;
}
.header-home__form input, .header-home__form select {
  padding: 13px 8px;
  height: 100%;
  border: none;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.4));
}
.header-home__form input::placeholder {
  color: #7C949F;
}
.header-home__form input:not(input[type=submit]) {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.header-home__form select {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  color: #7C949F;
}
.header-home__form input[type=submit] {
  background: #145069;
  padding: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 10px;
}

.bloc-image-texte img {
  padding-left: 74px;
}
@media screen and (max-width: 767px) {
  .bloc-image-texte img {
    padding-left: unset !important;
  }
}
.bloc-image-texte__text span, .bloc-image-texte__text p, .bloc-image-texte__text strong, .bloc-image-texte__text italic {
  opacity: 0.7;
}

.bloc-liste-lieux__title {
  margin-bottom: 76px;
}
.bloc-liste-lieux__informations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 113px;
}
@media screen and (max-width: 991px) {
  .bloc-liste-lieux__informations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bloc-liste-lieux__informations {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bloc-liste-lieux__informations .information__card {
  gap: 20px;
}
.bloc-liste-lieux__informations .informations__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.bloc-liste-lieux__informations .informations__adresse {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.bloc-liste-lieux__informations .informations__phone {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.bloc-liste-lieux__informations .informations__horaire {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.bloc-liste-lieux__informations .informations__services {
  gap: 20px;
}
.bloc-liste-lieux__informations .informations__services .service {
  background-color: #145069;
  text-align: center;
  padding: 5px 8px;
  color: white;
  border-radius: 20px;
}

.container-form input, .container-form textarea {
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.4));
  border-radius: 5px;
  padding: 13px;
}
.container-form button {
  margin-top: 75px;
  background: #145069;
  padding: 12px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.container-form__banner {
  background-repeat: no-repeat;
  padding: 180px;
  background-size: cover;
  color: white;
  text-align: center;
  margin-bottom: 75px;
}

.container-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container-form .form-same-line-input {
  display: flex;
}
.container-form .form-group-1 {
  padding-right: 10px;
}
.container-form .form-group-2 {
  padding-left: 10px;
}

/*# sourceMappingURL=theme.css.map */
