#Recherche_v3 .searchCard {
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.78) 0%, rgba(238, 245, 251, 0.82) 100%);
  border: 1px solid #c5d9eb;
  box-shadow: 0 10px 26px rgba(44, 91, 158, 0.12);
  backdrop-filter: blur(1.5px);
}

#Recherche_v3 form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#Recherche_v3 h1 {
  margin: 0 0 2px;
  padding-top: 0;
  font-size: 26px;
  line-height: 1.15;
  color: #2f3d52;
}

#Recherche_v3 .sousTitreHome {
  display: block;
  margin: 0 0 8px;
  color: #5f646b;
  font-size: 13px;
  font-weight: normal;
}

#Recherche_v3 .searchStepLabel {
  display: block;
  margin-bottom: 0;
  color: #424242;
  font-size: 13px;
  line-height: 1.3;
}

#Recherche_v3 .searchStepLabel .titreHome {
  font-size: 16px;
  margin-right: 4px;
}

#Recherche_v3 .searchStepLabel .sousTitreHome {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}

#Recherche_v3 .searchSection {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#Recherche_v3 select,
#Recherche_v3 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c5d9eb;
  border-radius: 8px;
  background-color: #ffffff;
  color: #424242;
  height: 46px;
  line-height: 1.3;
  padding: 0 12px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#Recherche_v3 select:focus,
#Recherche_v3 input[type="text"]:focus {
  outline: none;
  border-color: #2c5b9e;
  background-color: #f8fbff;
  box-shadow: 0 0 0 3px rgba(44, 91, 158, 0.12);
}

#Recherche_v3 .searchLocationRow {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

#Recherche_v3 .searchLocationRow input {
  flex: 1 1 auto;
}

#Recherche_v3 .searchLocationBtn {
  flex: 0 0 auto;
  min-width: 180px;
  padding: 0 14px;
  border: 1px solid #c5d9eb;
  border-radius: 8px;
  background: #ffffff;
  color: #2c5b9e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#Recherche_v3 .searchLocationBtn:hover,
#Recherche_v3 .searchLocationBtn:focus {
  background: #eef5fb;
}

#Recherche_v3 .searchHint {
  margin: 0;
  color: #6b6f76;
  font-size: 12px;
  line-height: 1.4;
}

#Recherche_v3 .searchSubmitBtn {
  align-self: flex-start;
  margin-top: 10px;
  min-width: 230px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2c5b9e 0%, #3a72b8 100%);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(44, 91, 158, 0.28);
}

#Recherche_v3 .searchSubmitBtn:hover,
#Recherche_v3 .searchSubmitBtn:focus {
  background: linear-gradient(135deg, #244c86 0%, #3368a8 100%);
}

#Recherche_v3 .searchStatus {
  min-height: 18px;
  margin: 0;
  color: #6b6f76;
  font-size: 12px;
}

#Recherche_v3 .searchStatus.is-error {
  color: #b42318;
}

.recherche-v3-mount.is-loading {
  min-height: 220px;
}

@media screen and (max-width: 768px) {
  #Recherche_v3 {
    padding: 16px;
    min-height: auto;
    background-image: none;
    background-color: #f9f9f9;
  }

  #Recherche_v3 .searchCard {
    padding: 14px;
    border-radius: 10px;
  }

  #Recherche_v3 h1 {
    font-size: 24px;
  }

  #Recherche_v3 select,
  #Recherche_v3 input[type="text"] {
    height: 44px;
    font-size: 14px;
    padding: 0 10px;
  }

  #Recherche_v3 .searchLocationRow {
    flex-direction: column;
  }

  #Recherche_v3 .searchLocationBtn {
    width: 100%;
    min-width: 100%;
    height: 44px;
  }

  #Recherche_v3 .searchSubmitBtn {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}
