/*! Scoped Bootstrap 5 Example (simplifié) */
.bs-scope .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bs-scope .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bs-scope .form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.bs-scope .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.bs-scope .btn:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.bs-scope .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.bs-scope .col-md-6 {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .bs-scope .col-md-6 {
    width: 50%;
  }
}
.bs-scope {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

@media (max-width: 576px) {
  .bs-scope {
    padding: 1.5rem 1rem;
    margin: 1rem;
  }
}
.bs-scope select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14l-4.796-5.481C1.885 5.162 2.345 4.5 3.11 4.5h9.78c.765 0 1.225.662.659 1.159l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
}
.bs-scope .horaire-wrapper {
  position: relative;
}

.bs-scope .horaire-wrapper::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6v6l4 2'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.bs-scope .horaire-wrapper select {
  padding-left: 2rem; /* décalage pour l’icône */
}
.bs-scope .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.bs-scope .row.g-2 > .col-md-4 {
  margin-bottom: 1rem; /* espacement mobile */
    
}
.bs-scope .row.g-2{
justify-content: space-around;
}
.wpcf7-spinner{
display:none!important;
}
.timer-drop
{
width:100px!important;
}