@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Medium.woff2") format("woff2"), url("fonts/Lato-Medium.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.wave-container {
  width: 100%;
  z-index: 0;
}
.wave-container .img-wave {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.wave-container .img-wave svg {
  display: block;
}

#logo {
  width: 271px;
}

footer {
  font-size: 15px;
}

/***************/
/**** CARTE ****/
/***************/
#map {
  width: 100vw;
  height: 100vh;
  /** Adresse  */
  /** Géolocalisation  */
  /** bottom left */
  /** Point ajout */
  /** légende */
  /** Footer */
}
#map .leaflet-pane.leaflet-map-pane {
  margin-top: 100px;
}
#map .leaflet-bar a {
  background: transparent;
  border-bottom: none;
}
#map .leaflet-control-zoom.leaflet-bar.leaflet-control {
  border: none;
  margin-bottom: 70px;
}
#map .leaflet-control-zoom-in, #map .leaflet-control-zoom-out {
  width: 40px;
  height: 40px;
  background-color: #0002C3 !important;
  border-radius: 50px;
  padding: 7px;
}
#map .leaflet-control-zoom-in {
  content: url(img/ZoomPlus.svg);
  margin-bottom: 10px;
}
#map .leaflet-control-zoom-out {
  content: url(img/ZoomMoins.svg);
}
#map .leaflet-bar {
  margin-top: 0;
}
#map header {
  margin: 0;
}
#map .leaflet-top.leaflet-left {
  background-color: white;
  display: flex;
  width: 100vw;
  align-items: center;
  padding: 10px 20px 0 20px;
  position: relative;
  background-color: white;
  padding-left: 24px;
  z-index: 1001;
}
#map .wave-container {
  position: relative;
  z-index: 1000;
  margin-top: -5px;
}
#map .leaflet-control-geocoder-ban {
  margin-right: 50px;
  border: none;
  display: flex;
}
#map .leaflet-control-geocoder-ban-icon {
  cursor: pointer;
  width: 220px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #0002C3;
  padding: 10px;
  background: url(img/loupe.svg) no-repeat 4%;
}
#map .leaflet-control-geocoder-ban-expanded {
  margin-right: 0;
}
#map .leaflet-control-geocoder-ban-expanded .leaflet-control-geocoder-ban-icon {
  width: 0px;
  height: 0px;
  visibility: hidden;
  background: none;
  padding: 0;
}
#map .leaflet-control-geocoder-ban-form {
  width: 487px;
  height: 45px;
  border-radius: 24px;
  border: 2px solid #0002C3;
}
#map .leaflet-control-geocoder-ban-form input {
  padding: 10px;
  width: 440px;
  height: 25px;
  padding-left: 25px;
  font-size: 15px;
}
#map .leaflet-control-geocoder-ban-alternatives {
  position: absolute;
  background: white;
  margin-left: 25px;
  margin-top: 49px;
}
#map .leaflet-control-geocoder-ban-alternatives li:first-of-type {
  border-top: none;
}
#map .adresse_boutons {
  margin-top: -4px;
  display: none;
}
#map .adresse_boutons:has(#adresse_close) {
  margin-right: 50px;
  margin-left: 10px;
  border-radius: 50px;
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.1), -1px 1px 3px rgba(0, 0, 0, 0.1);
}
#map .adresse_boutons:has(#adresse_recherche) {
  margin-left: 10px;
}
#map #adresse_recherche, #map #adresse_close {
  border: none;
  width: 53px;
  height: 53px;
  cursor: pointer;
}
#map #adresse_recherche {
  background: url(img/adresse_recherche.png) no-repeat center;
}
#map #adresse_close {
  background: url(img/adresse_close.svg) no-repeat center;
  margin-left: 0;
  margin-top: 0;
}
#map .leaflet-control-locate.leaflet-bar.leaflet-control {
  border: none;
  margin-right: 10px;
  margin-left: auto;
}
#map .leaflet-bar-part.leaflet-bar-part-single {
  width: 165px;
  border-radius: 24px;
  color: white;
  padding: 10px;
  padding-left: 30px;
  background: #0002C3 url(img/geoloc.svg) no-repeat 10%;
}
#map .leaflet-bottom.leaflet-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 20px;
  margin-left: 70px;
}
#map .leaflet-ajout {
  /* width: 169px; */
  border-radius: 24px;
  background: url(img/ajout.svg) 10% no-repeat #0002C3;
  margin-left: 0;
}
#map .leaflet-ajout a {
  display: block;
  color: white;
  padding: 15px 20px 15px 52px;
  text-decoration: none;
}
#map .leaflet-legende, #map .leaflet-legende div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#map .leaflet-legende {
  background-color: white;
  width: 343px;
  height: 67px;
  border-radius: 5px;
}
#map .leaflet-legende div {
  gap: 12px;
}
#map .leaflet-legende div p {
  font-size: 15px;
  width: 86px;
}
#map .leaflet-footer {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  background-color: white;
  width: 300px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#map .leaflet-footer a {
  color: #595959;
}
#map .leaflet-attribution-flag {
  display: none !important;
}
#map .googlemap {
  display: block;
  background: url(img/gonow.svg) 85% no-repeat #0002C3;
  width: fit-content;
  color: white;
  text-decoration: none;
  padding: 10px 45px 10px 15px;
  border-radius: 24px;
  font-size: 14px;
  border: none;
}

.loader {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #444340;
  box-shadow: 20px 0 #444340, -20px 0 #444340;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
  margin-left: 20px;
}

@keyframes flash {
  0% {
    background-color: grey;
    box-shadow: 20px 0 grey, -20px 0 #444340;
  }
  50% {
    background-color: #444340;
    box-shadow: 20px 0 grey, -20px 0 grey;
  }
  100% {
    background-color: grey;
    box-shadow: 20px 0 #444340, -20px 0 grey;
  }
}
.Langues {
  width: fit-content;
  position: absolute;
  left: 74px;
  top: 140px;
  z-index: 499;
}
.Langues .dropdown {
  border: 2px solid #0002C3;
  border-radius: 5px;
  padding: 2px;
  background-color: white;
}
.Langues .dropdown button {
  color: #0002C3;
  cursor: pointer;
  border: none;
  background-color: white;
  padding: 4px 18px 4px 8px;
  font-size: 15px;
  background: url(img/open.svg) no-repeat 90%;
}
.Langues .dropdown.open {
  border-radius: 5px 5px 0 0;
}
.Langues .dropdown-content {
  background-color: #0002C3;
  border: 2px solid #0002C3;
  border-radius: 0 0 5px 5px;
  display: none;
}
.Langues .dropdown-content a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 2px 0 2px 9px;
  font-size: 15px;
}
.Langues .dropdown-content.open {
  display: block;
}

.choixAdresse {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 3%);
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.choixAdresse.show {
  display: flex !important;
}
.choixAdresse-container {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  padding: 10px 0;
  background-color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  display: none;
}
.choixAdresse-container.show {
  display: flex !important;
}
.choixAdresse-container a {
  text-decoration: none;
  margin-bottom: 0;
  width: 100%;
  border-top: rgba(0, 0, 0, 0.4) 1px solid;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

#installButton {
  position: absolute;
  top: 0;
  left: 60px;
  border: none;
  background-color: #0002C3;
  color: white;
  z-index: 5000;
  padding: 8px 12px;
  display: none;
  border-radius: 5px;
  font-size: 15px;
}

.display {
  display: block !important;
}

/***************/
/**** PAGES ****/
/***************/
body.ajout, body.merci {
  color: #0002C3;
}
body.ajout header .logo, body.merci header .logo {
  padding-top: 10px;
  position: relative;
  background-color: white;
  padding-left: 24px;
  z-index: 1;
}
body.ajout main, body.merci main {
  font-size: 17px;
}

.ajout {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.ajout header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.ajout .explications {
  background-color: #00C4CC;
  margin-top: 70px;
  display: flex;
  align-items: center;
  padding: 55px 25px 33px 25px;
  gap: 40px;
}
@media (min-width: 720px) {
  .ajout .explications {
    gap: 8%;
  }
}
.ajout .explications p {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}
.ajout .explications #retour {
  width: 228px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 11.5px 26px 11.5px 70px;
  background: url(img/retour.svg) no-repeat 10% #0002C3;
  font-size: 17px;
}
.ajout main {
  width: fit-content;
  margin-top: 30px;
}
.ajout main input[type=radio] {
  margin-right: 10px;
}
.ajout main .form-check-input:checked {
  background-color: #0002C3;
  border-color: #0002C3;
}
.ajout main input:not(input[type=submit]) {
  border: #0002C3 2px solid;
}
.ajout main #engagement + label, .ajout main .ajout fieldset label {
  color: #444340;
}
.ajout main #engagement + label {
  display: initial;
}
.ajout main fieldset legend {
  font-size: 17px;
}
.ajout main fieldset label {
  color: #444340;
  margin-right: 20px;
  display: inline;
}
.ajout main input::file-selector-button {
  color: white;
  background-color: #0002C3 !important;
}
.ajout main .btn {
  background-color: #0002C3;
  color: white;
  padding: 12px 19px;
  border-radius: 0;
}
.ajout main p:not(:first-child) {
  color: #444340;
}
.ajout main p:first-child {
  text-align: center;
  font-size: 20px;
}
.ajout main p:first-child a {
  color: #0002C3;
}
.ajout main p[data-element=ajout_texte_obligatoire] {
  color: #0002C3;
}
.ajout main .rgpd {
  font-size: 15px !important;
}
.ajout input::-webkit-outer-spin-button,
.ajout input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ajout input[type=number] {
  -moz-appearance: textfield;
}
.ajout .g-recaptcha {
  margin-bottom: 30px;
}

.ajout footer, .merci footer {
  display: flex;
  justify-content: right;
  padding: 20px;
  gap: 20px;
}
.ajout footer a, .merci footer a {
  color: #595959;
}

.merci main {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
}
.merci main img {
  margin-bottom: 30px;
}
.merci main h1 {
  font-size: 24px;
}
.merci main p {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.merci main a {
  background-color: #0002C3;
  color: white;
  padding: 12px 19px;
  border-radius: 0;
  text-decoration: none;
}
.merci footer {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 100%;
}

@media (max-width: 719px) {
  #map {
    width: 100dvw;
    height: 100dvh;
  }
  #logo {
    width: 200px;
  }
  .Langues {
    left: 17px;
    top: 105px;
  }
  #map .leaflet-top.leaflet-left {
    height: 70px;
  }
  #map header {
    padding: 15px 0px;
  }
  #map .leaflet-control-locate.leaflet-bar.leaflet-control {
    margin-left: auto;
    margin-right: 0;
  }
  #map .leaflet-bar-part.leaflet-bar-part-single {
    width: 50px;
    height: 50px;
    background: #0002C3 url("img/geoloc.svg") no-repeat 45%;
    padding: 0;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control {
    margin-right: 40px;
    margin-left: 14px;
    width: 50px;
    height: 50px;
    background: #0002C3 url("img/recherche.svg") no-repeat center;
    border-radius: 50px;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control.leaflet-control-geocoder-ban-expanded {
    margin-left: 0;
    background: transparent;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control.leaflet-control-geocoder-ban-expanded .leaflet-control-geocoder-ban-form {
    border: none;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control.leaflet-control-geocoder-ban-expanded .leaflet-control-geocoder-ban-form input {
    width: calc(100vw - 135px);
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #0002C3;
    border-radius: 23px;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control.leaflet-control-geocoder-ban-expanded .leaflet-control-geocoder-ban-alternatives {
    width: calc(100vw - 50px);
    margin-left: 0;
  }
  #map .adresse_boutons.display {
    position: absolute;
    right: 0;
  }
  #map .leaflet-control-geocoder-ban.leaflet-bar.leaflet-control button {
    background: url("img/recherche.svg") no-repeat center;
  }
  #map .leaflet-control-zoom.leaflet-bar.leaflet-control {
    display: none;
    margin-bottom: 30px;
  }
  #map .leaflet-bottom.leaflet-left {
    margin: 0;
    margin-bottom: 49px;
  }
  #map .leaflet-legende {
    width: 100vw;
    border-radius: 0;
  }
  #map .leaflet-control-attribution.leaflet-control {
    margin-bottom: 60px;
  }
  #map .leaflet-ajout {
    width: 55px;
    height: 55px;
    background: #0002C3 url("img/ajout.svg") no-repeat center;
    background-size: 60%;
    border-radius: 50px;
    margin-bottom: 45px;
    margin-left: 15px;
  }
  #map .leaflet-ajout a {
    height: 55px;
    width: 55px;
    margin: 0;
    padding: 0;
  }
  #map .leaflet-footer, .ajout footer, .merci footer {
    width: 100vw;
  }
  .ajout header .logo, .merci header {
    padding: 15px 0 15px 15px;
  }
  .ajout footer, .merci footer {
    justify-content: center;
  }
  .ajout .explications {
    gap: 20px;
  }
  .ajout .explications #retour {
    color: transparent;
    background: url(img/retourmobile.svg) no-repeat center;
    padding: 0;
    padding-right: 2px;
    width: 50px;
    height: 50px;
  }
  .ajout .explications p {
    text-align: left;
  }
  .ajout div:has(.btn) {
    text-align: center;
  }
  .merci footer {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */