button {
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

a {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.modern-btn {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
    opacity: 0.95;
}

.accordion-button::after {
    filter: brightness(0) invert(1); /* rend la flèche blanche */
    transform: scale(1.2); 
    font-weight: 900;               /* la rend plus "grasse" */
}

/* Switch activé */
.form-switch .form-check-input:checked {
  background-color: #607573 !important;
  border-color: #607573 !important;
}

/* Case à cocher activée */
.form-check-input[type="checkbox"]:checked {
  background-color: #607573 !important;
  border-color: #607573 !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 117, 115, 0.4) !important; /* halo #607573 transparent */
  border-color: #607573 !important;
}

.google-search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  padding: 0 14px;
}

.google-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px;
}

.google-search button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 18px;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(100%);
}