body {
  /*background:url(https://revasante.fr/wp-content/uploads/2023/05/cropped-hands-w03.jpg);*/
}
*:required {
  background-color: #fff3fa !important;
}
input,
select {
  background-color: #fff !important;
}
.required {
  color: red;
}
fieldset {
  min-width: 0;
  padding: 1.5rem;
  margin: 1rem 0;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.4);
}
legend {
  margin-bottom: 0.7rem;
  float: left;
  margin-top: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #33374b;
}
.html-duration-picker-input-controls-wrapper .controls {
  display: none  !important;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}
label {
  text-align: right;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.totopshow {
  display: flex;
  justify-content: center;
}
.prestataireListe {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.prestataireListe img {
  width: 100px;
}
.form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.modal-cgu .modal-dialog {
  max-width: 800px;
}

.modal-cgu .modal-body {
  padding: 2rem;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
}

.modal-cgu .form-check {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.modal-cgu .modal-footer {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  background-color: #f8f9fa;
}

.modal-cgu #validateCGU {
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem;
}

.modal-cgu #cguContent {
  text-align: justify;
}

.modal-cgu .modal-content {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-cgu .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 1.5rem;
}

.modal-cgu .modal-title {
  color: #333;
  font-weight: 600;
}
textarea.form-control,
textarea.form-control:focus {
  background: white;
}
@media screen and (max-width: 640px) {
  div#ttr_page {
    padding: 0;
    margin: 0;
  }
  fieldset {
    padding: 1rem;
  }
}
