html {
  scroll-behavior: smooth;
}
body,
.leaflet-popup-content-wrapper {
  /*font-family: Gilroy regular;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: var(--light_purple);
  -webkit-overflow-scrolling: auto;*/
}
.leaflet-popup-content-wrapper {
  overflow: hidden;
}
.btn-agence-savoir {
	margin-top: 10px;
	margin-bottom: 50px;
}

.hidden {
  display: none !important;
}
button,
a {
  cursor: pointer !important;
}
.modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: var(--ui_98);
  margin: 15% auto;
  margin-top: 25%;
  padding: 20px !important;
  border: 1px solid #888;
  width: 80%;
  align-self: end;
}
.close,
.cookieClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close:hover,
.close:focus,
.cookieClose:hover,
.cookieClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.ch-cookie-consent__category-group,
.ch-cookie-consent__toggle-details-hide {
  display: none;
}
div.ch-cookie-consent {
  min-height: 32%;
  max-height: 80%;
  overflow: auto;
  width: 87%;
  margin-left: 5%;
  box-shadow: 0 14px 32px 0 rgba(22, 22, 22, 0.8);
  display: flex;
  flex-direction: column;
  line-height: 3px;
  margin-bottom: 5%;
  max-width: 33%;
  top: 10% !important;
  left: 28% !important;
  bottom: auto !important;
  padding-bottom: 0;
}
.blockCookie-1 {
  width: 100%;
}
.blockCookie-2 {
  width: 100%;
  padding-bottom: 10px;
}
.blockCookie-2 form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ch-cookie-consent__btn-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 60px;
  margin-bottom: 2%;
}
.ch-cookie-consent__btn-wrapper,
.ch-cookie-consent__toggle-details {
  margin-left: 1% !important;
}
.ch-cookie-consent__btn-wrapper {
  order: 2;
}
.ch-cookie-consent__toggle-details {
  order: 1;
}
.ch-cookie-consent__form {
  margin-top: 0 !important;
  margin-bottom: 9px;
}
.ch-cookie-consent__toggle-details {
  font-family: Gilroy regular;
  text-align: center;
  margin-top: 0 !important;
  width: 220px !important;
  height: 27px !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  padding-top: 22px;
  border: 1px solid gray;
  font-size: 13px;
  color: gray;
}
.ch-cookie-consent__btn {
  text-align: center !important;
  font-family: Gilroy regular;
  font-weight: 400 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28) !important;
  margin-top: 0 !important;
  width: 220px !important;
  height: 50px !important;
  display: block;
  background: #4372f2 !important;
  border-radius: 50px !important;
  font-size: 13px;
  border: 0 solid #000 !important;
}
.ch-cookie-consent__category {
  padding: 10px !important;
}
.ch-cookie-consent__read-more {
  display: inline !important;
}
#cookie_consent_save {
  background-color: #fff !important;
  color: gray !important;
  border: 1px solid gray !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28);
  display: none;
}
.ch-cookie-consent__category-title {
  font-size: 14px !important;
}
.ch-cookie-consent__category-description {
  font-size: 12px !important;
  text-align: justify;
}
.ch-cookie-consent__title {
  font-size: 14px;
}
.ch-cookie-consent__intro {
  font-size: 14px !important;
  line-height: 20px;
  margin-top: 0;
  text-align: justify !important;
}
.ch-cookie-consent__read-more {
  font-size: 13px;
}
.ch-cookie-consent__category-toggle {
  line-height: 30px !important;
}
.ch-cookie-consent__category-information {
  line-height: 20px !important;
}
.ch-cookie-consent__category-group {
  order: 2;
}
.ch-cookie-consent__category-toggle label {
  text-align: center !important;
  font-size: 16px;
  padding: 3px 6px !important;
}
.ch-cookie-consent__category-toggle input:checked + label,
.ch-cookie-consent__category-toggle input + label:hover {
  background-color: #4372f2 !important;
}
.close_button {
  text-align: right;
  color: gray;
  font-family: Gilroy regular;
  cursor: pointer;
  font-size: 13px;
}
#blockCookie-1 ul li {
  text-align: justify !important;
}
.ch-cookie-consent__toggle-details-show,
ch-cookie-consent__toggle-details-hide,
::after,
::before {
  box-sizing: revert !important;
}
@media (max-width: 2070px) {
  div.ch-cookie-consent {
    line-height: 15px !important;
    margin-bottom: 1%;
    margin-left: 4%;
    min-width: 55% !important;
    left: 17% !important;
  }
  .ch-cookie-consent__toggle-details {
    padding-top: 18px !important;
    height: 33px !important;
    margin-bottom: 5px !important;
  }
  #cookie_consent_use_only_functional_cookies {
    margin-bottom: 5px !important;
  }
  .close.icon {
    right: 39px;
    top: 31px;
  }
}
@media (max-width: 1260px) {
  div.ch-cookie-consent {
    line-height: 20px !important;
    margin-left: 0;
    max-width: 100% !important;
    margin-top: 1%;
    top: 0 !important;
    left: 0 !important;
    width: 94% !important;
    max-height: 93% !important;
  }
  .ch-cookie-consent__toggle-details {
    padding-top: 15px !important;
    height: 33px !important;
  }
  #cookie_consent_use_only_functional_cookies {
    margin-bottom: 5px !important;
  }
  .close.icon {
    right: 39px;
    top: 35px;
  }
  .blockCookie-1 h2 {
    margin-bottom: 0% !important;
    margin-top: 0% !important;
  }
}
@media (max-width: 1100px) {
  .ch-cookie-consent {
    display: flex;
    flex-direction: column !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    padding-top: 3% !important;
  }
  .blockCookie-1,
  .blockCookie-2 {
    width: 96% !important;
  }
  .ch-cookie-consent__category {
    padding: 10px !important;
  }
  .ch-cookie-consent__btn-group {
    height: 100px !important;
    margin-bottom: 5%;
  }
  .ch-cookie-consent__toggle-deta,
  .ch-cookie-consent__btn-wrapper {
    width: 100% !important;
    margin-bottom: 1%;
  }
  .ch-cookie-consent__btn-group {
    margin-bottom: 10% !important;
  }
  .ch-cookie-consent__toggle-details {
    width: 100% !important;
  }
  .ch-cookie-consent__btn {
    width: 100% !important;
  }
  .blockCookie-1 h2 {
    margin-bottom: 3% !important;
    margin-top: 0% !important;
    font-size: 20px;
  }
  h3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 18px;
  }
  .close_button {
    margin-bottom: 3%;
  }
}
@media (max-width: 800px) {
  .ch-cookie-consent__btn-group {
    margin-bottom: 16% !important;
  }
}
@media (max-width: 650px) {
  .ch-cookie-consent {
    padding-left: 5% !important;
    padding-top: 3% !important;
  }
  .ch-cookie-consent__btn-group {
    margin-left: 0 !important;
    margin-bottom: 20% !important;
  }
  .close_button {
    margin-bottom: 3%;
  }
}
