#gform_wrapper_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#gform_wrapper_1 #gform_fields_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#gform_wrapper_1 #gform_fields_1 #field_1_1 label {
  display: none;
}
#gform_wrapper_1 #input_1_1 {
  padding: 14px 24px 15.5px;
  border-radius: 100px;
  background: #fff;
  color: #a4488a;
  font-size: 1rem;
  line-height: 140%;
  font-family: "DM Sans", serif;
  font-weight: 400;
  margin: 0;
  width: 100%;
  display: block;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#gform_wrapper_1 #input_1_1::-moz-placeholder {
  color: #a4488a;
  font-size: 1rem;
  line-height: 140%;
  font-family: "DM Sans", serif;
  font-weight: 400;
}
#gform_wrapper_1 #input_1_1::placeholder {
  color: #a4488a;
  font-size: 1rem;
  line-height: 140%;
  font-family: "DM Sans", serif;
  font-weight: 400;
}
#gform_wrapper_1 #field_1_3 {
  display: none;
}
#gform_wrapper_1 #gform_submit_button_1 {
  background: linear-gradient(90deg, #eb5e2e 0%, #f39300 100%);
  background-size: 100% 100%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 35px 12px 10px;
  overflow: hidden;
  gap: 18px;
  border-radius: 3px;
  transition: all ease 0.5s;
  font-size: 1rem;
  line-height: normal;
  border: 0;
  outline: none;
  box-shadow: none;
  font-weight: 700;
  position: relative;
}
#gform_wrapper_1 #gform_submit_button_1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 17px;
  background-image: url("../images/icon/fleche.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99999;
}

.min-h-360 {
  min-height: 360px;
}
@media (min-width: 992px) {
  .min-h-360 {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .min-h-360 {
    min-height: 285px;
  }
}

.country-selector.weglot-dropdown {
  background: rgba(0, 0, 0, 0) !important;
}
.country-selector.weglot-dropdown .wgcurrent {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: #a4488a;
  border: none;
}
.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 0;
  font-size: 1.125rem;
  padding-left: 10px;
  color: #fff;
  font-weight: 700;
}
.country-selector.weglot-dropdown .wgcurrent::before {
  content: "";
  display: block;
  width: 26px;
  height: 18px;
  background-image: url("../images/icon/globe.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.country-selector.weglot-dropdown .wgcurrent::after {
  font-size: 1.125rem;
  position: unset;
  transform: unset;
  display: inline-block !important;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: white;
}
.country-selector.weglot-dropdown ul {
  border-radius: 6px;
  padding-block: 8px;
}
.country-selector.weglot-dropdown ul li a {
  padding: 0.25rem 1rem;
  width: 100%;
  clear: both;
  cursor: pointer;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
.country-selector.weglot-dropdown ul:hover {
  background: #f39300;
}
.country-selector.weglot-dropdown ul:hover li a {
  color: #fff !important;
}

.kl-fixed .wgcurrent {
  background: #fff !important;
}
.kl-fixed .wgcurrent span {
  color: #000 !important;
}
.kl-fixed .wgcurrent::before {
  background-image: url("../images/icon/globe-black.svg") !important;
}
.kl-fixed .wgcurrent::after {
  color: black !important;
}
.kl-fixed .wgcurrent:hover, .kl-fixed .wgcurrent:focus, .kl-fixed .wgcurrent:focus-within {
  border: 0;
  outline: none;
  background: rgb(243, 147, 0) !important;
}
.kl-fixed .wgcurrent:hover span, .kl-fixed .wgcurrent:focus span, .kl-fixed .wgcurrent:focus-within span {
  color: #fff !important;
}
.kl-fixed .wgcurrent:hover::before, .kl-fixed .wgcurrent:focus::before, .kl-fixed .wgcurrent:focus-within::before {
  background-image: url("../images/icon/globe.svg") !important;
}
.kl-fixed .wgcurrent:hover::after, .kl-fixed .wgcurrent:focus::after, .kl-fixed .wgcurrent:focus-within::after {
  color: white !important;
}

.kl-card-header {
  padding: 10px;
}
.kl-card-header img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.kl-link-hover-text-decoration {
  background-image: linear-gradient(90deg, #EB5E2E 0%, #F39300 100%);
  color: white !important;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.657rem 1.25rem;
  min-width: 146px;
  transition: all 0.8s ease-in-out;
}
.kl-link-hover-text-decoration:hover {
  background-image: linear-gradient(90deg, #F39300 0%, #EB5E2E 100%);
  color: white !important;
  text-decoration: none !important;
}/*# sourceMappingURL=custom.css.map */