/* cyrillic-ext */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GoU9vyww.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GhU9vyww.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GqU9vyww.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GrU9vyww.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/overpass/v19/qFdH35WCmI96Ajtm81GlU9s.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "lpl-icons";
  src: url("../fonts/lpl-icons.ttf?c7owo0") format("truetype"), url("../fonts/lpl-icons.woff?c7owo0") format("woff"), url("../fonts/lpl-icons.svg?c7owo0#lpl-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=lpl-icons-], [class*=" lpl-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lpl-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lpl-icons-chevron:before {
  content: "\e900";
}

.lpl-icons-link:before {
  content: "\e901";
}

.lpl-icons-clock:before {
  content: "\e902";
}

.lpl-icons-filter:before {
  content: "\e903";
}

#lpl_header {
  background: #FFFFFF;
  color: #0E2149;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  padding: 0 12px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}
#lpl_header .inner {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: space-between;
}
#lpl_header .inner img {
  display: block;
}
#lpl_header .inner .logo-site a {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#lpl_header .inner .logo-site a:hover {
  opacity: 0.6;
}
#lpl_header .inner .logo-right {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#lpl_header .inner .logo-right p {
  font-size: 15px;
  margin: 0;
}

body.admin-bar #lpl_header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #lpl_header {
    top: 46px;
  }
}

#start {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
#start .start-dialog {
  background-color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  left: 120px;
  padding: 40px;
  position: absolute;
  top: 220px;
}
#start .start-dialog .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#start .start-dialog.hidden {
  display: none;
}
#start .start-dialog.first-step .choices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 72px;
  width: 356px;
}
#start .start-dialog.first-step .choices .choice {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  height: 170px;
  outline: none !important;
  padding: 100px 10px 0;
  position: relative;
  width: 170px;
}
#start .start-dialog.first-step .choices .choice svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#start .start-dialog.first-step .choices .choice .hover-effect {
  -moz-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#start .start-dialog.first-step .choices .choice:hover .hover-effect {
  fill: #D4EEF7 !important;
}
#start .start-dialog.destination-step .title {
  margin: 56px 0 0;
}
#start .start-dialog.destination-step .choices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 76px auto 40px;
  width: 216px;
}
#start .start-dialog.destination-step .choices .choice {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 98px;
  opacity: 1;
  outline: none !important;
  padding: 56px 10px 0;
  position: relative;
  -moz-transition: border 0.3s ease, opacity 0.3s ease;
  -o-transition: border 0.3s ease, opacity 0.3s ease;
  -webkit-transition: border 0.3s ease, opacity 0.3s ease;
  transition: border 0.3s ease, opacity 0.3s ease;
  width: 98px;
}
#start .start-dialog.destination-step .choices .choice img {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#start .start-dialog.destination-step .choices .choice:hover {
  opacity: 0.6;
}
#start .start-dialog.destination-step .choices .choice.selected {
  border: 1px solid #0E2149;
}
#start .start-dialog.destination-step .actions {
  margin: 30px 0 0;
}
#start .start-dialog.activite-step .title {
  margin: 32px 0 0;
}
#start .start-dialog.activite-step .choices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 64px auto 34px;
  width: 342px;
}
#start .start-dialog.activite-step .choices .choice {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 98px;
  opacity: 1;
  outline: none !important;
  padding: 56px 10px 0;
  position: relative;
  -moz-transition: border 0.3s ease, opacity 0.3s ease;
  -o-transition: border 0.3s ease, opacity 0.3s ease;
  -webkit-transition: border 0.3s ease, opacity 0.3s ease;
  transition: border 0.3s ease, opacity 0.3s ease;
  width: 98px;
}
#start .start-dialog.activite-step .choices .choice img {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#start .start-dialog.activite-step .choices .choice:hover {
  opacity: 0.6;
}
#start .start-dialog.activite-step .choices .choice.selected {
  border: 1px solid #0E2149;
}
#start .start-dialog.activite-step .actions {
  margin: 32px 0 0;
}
#start .start-dialog .large-button {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  height: 50px;
  outline: none !important;
  justify-content: center;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 356px;
}
#start .start-dialog .large-button:hover {
  opacity: 0.6;
}
#start .start-dialog .large-button.two-line {
  color: #000000;
  flex-direction: column;
  font-size: 11px;
  font-weight: 300;
  gap: 4px;
  letter-spacing: 0.99px;
  margin: 16px 0 0;
  outline: none !important;
}
#start .start-dialog .large-button.two-line .line {
  color: #142344;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: normal;
}
#start .start-dialog .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#start .start-dialog .actions .nav-button {
  align-items: center;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  border-radius: 21px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  height: 42px;
  justify-content: center;
  outline: none !important;
  width: 130px;
}
#start .start-dialog .actions .nav-button i {
  font-size: 9px;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
#start .start-dialog .actions .nav-button.back {
  background-color: #FFFFFF;
  border: 2px solid #EBEBEB;
  color: #142344;
}
#start .start-dialog .actions .nav-button.back i {
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#start .start-dialog .actions .nav-button.next {
  background-color: #0E2149;
  border: none;
  color: #FFFFFF;
}
#start .start-dialog .actions .nav-button.next i {
  color: #FCD91C;
}
#start .start-dialog .actions .nav-button.disabled {
  background-color: #D9D9D9 !important;
  pointer-events: none;
}
#start .start-dialog .actions .nav-button.disabled i {
  color: inherit;
}

body.home #start {
  display: block;
}
body.home.mask-start #start {
  display: none;
}
body.admin-bar #start {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #start {
    top: 46px;
  }
}

.leaflet-container .leaflet-popup {
  margin: 0;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  width: 360px !important;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .image-container .moins-25 {
  background-color: #FCD91C;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  color: #142344;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  left: 18px;
  line-height: 22px;
  padding: 0 10px;
  position: absolute;
  top: 15px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container {
  padding: 16px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container {
  padding: 0 0 0 32px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 4px;
  position: relative;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .title img {
  height: auto;
  left: -32px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .desc {
  color: #000000;
  font-size: 12px;
  margin: 0 0 -11px;
  padding: 0 0 1px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .desc p {
  margin: 0 0 10px;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .link {
  color: #142344;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 0 18px;
  position: relative;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .text-container .link i {
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .button-link {
  align-items: center;
  background-color: #0E2149;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  height: 30px;
  margin: 16px auto 0;
  opacity: 1;
  outline: none !important;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: fit-content;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .button-link:hover {
  opacity: 0.6;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-container .button-link i {
  color: #FCD91C;
  font-size: 14px;
  margin: -2px 0 0;
}
.leaflet-container .leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-container .leaflet-popup .leaflet-popup-close-button {
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #142344 !important;
  height: 26px;
  opacity: 1;
  right: 14px;
  top: 14px;
  width: 26px;
}
.leaflet-container .leaflet-popup .leaflet-popup-close-button:hover {
  opacity: 0.6;
}
.leaflet-container .marker-cluster {
  background-color: #FCD91C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #142344;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  margin: -21px 0 0 -21px;
  text-align: center;
  width: 42px;
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  left: 50%;
  margin: 0 0 0 -184px;
  position: absolute;
  top: 74px;
}
.search-container .input-container {
  background: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #0E2149;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  width: 320px;
}
.search-container .input-container img {
  left: 14px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-container .input-container input {
  background: transparent;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 700;
  height: 40px;
  outline: none !important;
  padding: 0 45px;
  position: relative;
  width: 100%;
}
.search-container .input-container input::-webkit-input-placeholder {
  color: #6E757C;
  font-weight: 400;
}
.search-container .input-container input:-moz-placeholder {
  color: #6E757C;
  font-weight: 400;
}
.search-container .input-container input::-moz-placeholder {
  color: #6E757C;
  font-weight: 400;
}
.search-container .input-container input:-ms-input-placeholder {
  color: #6E757C;
  font-weight: 400;
}
.search-container .search-list {
  color: #0E2149;
  left: 0;
  position: absolute;
  top: 100%;
  width: 320px;
}
.search-container .search-list ul {
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-height: 204px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 4px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0;
}
.search-container .search-list ul li {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-container .search-list ul li:hover {
  background-color: #EEEEEE;
}
.search-container .filter-toggler {
  background-color: #142344;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #FFFFFF;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  outline: none !important;
  position: relative;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 40px;
}
.search-container .filter-toggler:hover {
  opacity: 0.6;
}
.search-container .filter-toggler i {
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body.admin-bar .search-container {
  top: 106px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .search-container {
    top: 120px;
  }
}

body {
  color: #142344;
  font-family: "Overpass", sans-serif;
}
body.home #map {
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body.home.admin-bar #map {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.home.admin-bar #map {
    top: 46px;
  }
}
body.home #debug {
  background: red;
  bottom: 10px;
  display: none;
  padding: 16px;
  position: fixed;
  right: 10px;
}

button {
  font-family: "Overpass", sans-serif;
}

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