.road-and-title {
  background: #1D697F;
  color: #ffffff;
}
.road-and-title a {
  color: #ffffff;
}

#agenda-header-nuage {
  background: #1D697F;
  margin-top: -54px;
}
@media (min-width: 992px) {
  #agenda-header-nuage {
    margin-top: -124px;
  }
}
#agenda-header-nuage .nuage-image {
  height: 90px;
}
#agenda-header-nuage .nuage-image img {
  max-width: 100%;
}

#agenda-header {
  padding: 40px 0;
}
#agenda-header #agenda-header-texte {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 2.6rem;
}
#agenda-header #agenda-header-btn {
  color: #ffffff;
}
#agenda-header #agenda-header-btn a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  border: #000000 solid 2px;
  padding: 3px 25px;
}
#agenda-header #agenda-header-btn a:hover {
  background: none;
  color: #000000;
}

#agenda-form-libre {
  margin-top: 56px;
}

#agenda-filtres {
  margin-top: 27px;
}

#agenda-alerte {
  margin-top: 20px;
}

#agenda_filtres_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  #agenda_filtres_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#agenda_filtres_wrapper .div_submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 25px;
  border-radius: 20px;
  border: 2px solid #000000;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  background-color: #000000;
  width: 100%;
  color: #ffffff;
}
#agenda_filtres_wrapper .div_submit .submit:hover, #agenda_filtres_wrapper .div_submit .submit:focus {
  background-color: transparent;
  color: #000000;
}

form .simpleform_field.div_hidden {
  margin: 0;
}
form .need {
  display: none;
  margin-bottom: 15px;
}
form fieldset {
  padding-bottom: 25px;
  position: relative;
}
form fieldset legend {
  padding-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
form label {
  display: block;
  font-size: 2.4rem;
}
form .text,
form .password,
form textarea,
form input[type=file] {
  color: #000000;
  font-family: "Lato", Arial, Verdana, sans-serif;
  width: 100%;
  height: 47px;
  padding: 12px 15px;
}
form .checkbox label {
  margin-left: 20px;
}
@media (min-width: 992px) {
  form .checkbox label {
    margin-left: 30px;
  }
}
form .checkbox label input {
  float: left;
  margin-top: 4px;
}
form .checkbox label p {
  margin-left: 25px;
}
form button {
  font-size: 1.8rem;
  margin-top: 20px;
}
form select {
  background-image: url(../img/picto_accordeon_down.svg);
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  cursor: pointer;
}
form select,
form .datepicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 45px 5px 25px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  background-color: #95CAA3;
  border: none;
  background-repeat: no-repeat;
  background-position: right 17px center;
  width: 100%;
}
form .datepicker:focus {
  outline: none;
}

#agenda-resultats {
  margin-top: 75px;
}

#agenda-map {
  height: 613px;
  margin-top: 60px;
  background-color: #95CAA3;
  position: relative;
}
#agenda-map #map {
  height: 100%;
  width: 100%;
  z-index: 1;
}
#agenda-map .map-geoloc {
  width: 40px;
  height: 40px;
  padding: 2px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url("../img/picto_localisation.png") no-repeat center center;
  background-size: 80%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

#agenda-alerte-btn {
  color: #000000;
  background-image: url("../img/picto_mail.svg");
  background-position: right 17px center;
  background-repeat: no-repeat;
  width: 100%;
  justify-content: flex-start;
}

#agenda-alerte-popup {
  background-color: rgba(29, 105, 127, 0.9);
}
#agenda-alerte-popup.modal {
  --bs-modal-width: 672px;
}
#agenda-alerte-popup .modal-content {
  border: none;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin-top: -94px;
  padding: 43px 36px;
}
#agenda-alerte-popup .modal-content::before, #agenda-alerte-popup .modal-content::after {
  position: absolute;
  content: "";
  top: 100%;
  display: block;
}
#agenda-alerte-popup .modal-content::before {
  width: 80%;
  background-color: #FBA252;
  height: 43px;
  border-radius: 0 0 0 20px;
  left: 0;
}
#agenda-alerte-popup .modal-content::after {
  width: 100%;
  background: url(../img/nuage_coin_droit_orange.svg) no-repeat top right;
  background-size: auto;
  height: 94px;
  right: 0;
}
#agenda-alerte-popup .modal-content .modal-header {
  border: none;
  padding: 0;
}
#agenda-alerte-popup .modal-content .modal-header .modal-title {
  font-size: 3.1rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 17px;
}
#agenda-alerte-popup .modal-content .modal-body {
  padding: 0;
}
#agenda-alerte-popup .modal-content .modal-body p {
  line-height: 3rem;
}
#agenda-alerte-popup .modal-content .modal-body legend,
#agenda-alerte-popup .modal-content .modal-body label {
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: 900;
  padding-bottom: 17px;
}
#agenda-alerte-popup .modal-content .modal-body #agenda_criteres {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#agenda-alerte-popup .modal-content .modal-body .text {
  border: 2px solid #707070;
  border-radius: 30px;
  height: 60px;
  padding: 12px 44px;
}
#agenda-alerte-popup .modal-content .modal-body .text:focus {
  outline: none;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  gap: 20px;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_button {
  width: 35%;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_button input {
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 0 20px;
  width: fit-content;
  height: 40px;
  text-decoration: none;
  font-size: 1.8rem;
  background: transparent;
  width: 100%;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_button input:hover, #agenda-alerte-popup .modal-content .modal-body .group-btn .div_button input:focus {
  background-color: #95CAA3;
  color: #000000;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_submit {
  width: 65%;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 25px;
  border-radius: 20px;
  border: 2px solid #000000;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  background-color: #000000;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_submit .submit:hover, #agenda-alerte-popup .modal-content .modal-body .group-btn .div_submit .submit:focus {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 575.98px) {
  #agenda-alerte-popup .modal-content .modal-body .group-btn {
    flex-direction: column;
  }
  #agenda-alerte-popup .modal-content .modal-body .group-btn .div_button,
#agenda-alerte-popup .modal-content .modal-body .group-btn .div_submit {
    width: 100%;
  }
}

.pagination {
  margin-top: 90px;
}

footer {
  margin-top: 164px;
}

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