.section-recherche {
  margin-bottom: 50px !important;
}
.section-recherche form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-recherche form .section-recherche__container {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  margin: 0px 15px 0px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  justify-content: flex-start;
}
.section-recherche form .section-recherche__container .section-recherche__search {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 20px;
}
.section-recherche form .section-recherche__container .section-recherche__search i {
  color: #3E5CDA;
  padding: 0px 25px 0px 5px;
}
.section-recherche form .section-recherche__container .section-recherche__search input {
  width: 100%;
  border: none;
  color: #878689;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-recherche form .section-recherche__container .section-recherche__search input::placeholder {
  color: #878689;
}
.section-recherche form .section-recherche__container .section-recherche__search input:focus-visible {
  outline: none;
}
.section-recherche form .section-recherche__container select {
  padding: 20px 10px;
  color: #878689;
  border: none;
  border-left: 1px solid #878689;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
}
.section-recherche form .section-recherche__container select:focus-visible {
  outline: none;
}
.section-recherche form .section-recherche__container select option {
  color: #3E5CDA;
}
.section-recherche form .section-recherche__container select:last-child {
  border-radius: 0px 10px 10px 0px;
}
.section-recherche form .section-recherche__container input#site-dates {
  padding: 20px 10px;
  max-width: 110px;
  color: #878689;
  border: none;
  border-left: 1px solid #878689;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-recherche form .section-recherche__container input#site-dates:focus-visible {
  outline: none;
}
.section-recherche form .section-recherche__container input#site-dates::placeholder {
  color: #878689;
}
.section-recherche form .section-recherche__container input#site-dates:last-child {
  border-radius: 0px 10px 10px 0px;
}
.section-recherche form .section-recherche__checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  margin: 0px 15px 0px 0px;
}
.section-recherche form .section-recherche__checkbox .section-recherche__checkbox-item {
  display: flex;
  align-items: center;
  padding: 0px 0px 5px 0px;
}
.section-recherche form .section-recherche__checkbox .section-recherche__checkbox-item:last-child {
  padding: 0px;
}
.section-recherche form .section-recherche__checkbox .section-recherche__checkbox-item input {
  color: #3E5CDA;
  font-size: 1.8rem;
  width: 20px;
  height: 20px;
}
.section-recherche form .section-recherche__checkbox .section-recherche__checkbox-item label {
  color: #3E5CDA;
  font-size: 1.8rem;
  padding-left: 15px;
}
.section-recherche form button {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-recherche form button:hover {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#ui-datepicker-div.site-dates {
  width: 17em;
  padding: 0.2em 0.2em 0;
  background-color: #ffffff;
  border-radius: 13px;
}
#ui-datepicker-div.site-dates .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background-color: #3E5CDA;
  color: #ffffff;
  border-radius: 8px;
}
#ui-datepicker-div.site-dates .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
  cursor: pointer;
}
#ui-datepicker-div.site-dates .ui-datepicker-header .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  line-height: normal;
  color: #ffffff;
}
#ui-datepicker-div.site-dates .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
  cursor: pointer;
}
#ui-datepicker-div.site-dates .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  line-height: normal;
  color: #ffffff;
}
#ui-datepicker-div.site-dates .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
#ui-datepicker-div.site-dates table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
#ui-datepicker-div.site-dates table th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
#ui-datepicker-div.site-dates table td {
  border: 0;
  padding: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#ui-datepicker-div.site-dates table td.ui-state-disabled {
  color: #4A508B;
  background-color: #F1F0F5;
}
#ui-datepicker-div.site-dates table td.ui-datepicker-other-month {
  color: #D2D6FA;
}
#ui-datepicker-div.site-dates table td span {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}
#ui-datepicker-div.site-dates table td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #3E5CDA;
}
#ui-datepicker-div.site-dates table td:hover {
  background-color: #3E5CDA;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#ui-datepicker-div.site-dates table td:hover a {
  color: #ffffff;
}
#ui-datepicker-div.site-dates table td.ui-state-disabled:hover {
  background-color: #F1F0F5;
}
@media (max-width: 767.98px) {
  .section-recherche form button {
    width: 100%;
  }
  .section-recherche form .section-recherche__container {
    width: 100%;
    background-color: transparent;
    flex-direction: column;
    margin-right: 0;
  }
  .section-recherche form .section-recherche__container > div,
  .section-recherche form .section-recherche__container > select,
  .section-recherche form .section-recherche__container > input#site-dates:last-child {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    border: none;
    margin: 0 0 20px 0;
    border-radius: 13px;
  }
  .section-recherche form .section-recherche__checkbox {
    margin: 0 0 20px 0;
    flex-direction: row;
  }
  .section-recherche form .section-recherche__checkbox .section-recherche__checkbox-item {
    margin-right: 20px;
  }
}
