/* CSS Document */
body,
html {
  font-family: "Inter", Sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col2 {
  width: 48%;
  margin-right: 2%;
}
.col2:nth-child(2n) {
  margin-right: 0;
}

.col3 {
  width: 32%;
  margin-right: 2%;
}
.col3:nth-child(3n) {
  margin-right: 0;
}

div[data-elementor-type=wp-page] {
  overflow: hidden;
}

.elementor-element-efb5360 {
  width: 100%;
}

#frm_form_3_container {
  position: relative;
}
#frm_form_3_container #frm_field_12_container {
  grid-column: span 12/span 12 !important;
}
#frm_form_3_container input:not([type=checkbox]) {
  padding: 15px;
}
#frm_form_3_container input {
  border-radius: 0px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  border-color: #595b5a;
}
#frm_form_3_container input:focus {
  border: 1px solid #d19c57 !important;
  box-shadow: 0 1px 1px rgba(205, 0, 0, 0.075) inset, 0 0 8px rgba(188, 116, 60, 0.6);
}
#frm_form_3_container input::-moz-placeholder {
  font-size: 1rem;
  color: #595b5a;
}
#frm_form_3_container input::placeholder {
  font-size: 1rem;
  color: #595b5a;
}
#frm_form_3_container #frm_field_13_container {
  right: 15px;
}
#frm_form_3_container #frm_field_13_container .frm_submit {
  justify-content: flex-end !important;
}
@media (max-width: 447px) {
  #frm_form_3_container #frm_field_13_container {
    position: static;
  }
  #frm_form_3_container #frm_field_13_container .frm_submit {
    justify-content: flex-start !important;
  }
}
#frm_form_3_container #frm_field_13_container .frm_button_submit {
  background-color: transparent;
  color: #D19C57;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
}
@media (max-width: 447px) {
  #frm_form_3_container #frm_field_13_container .frm_button_submit {
    padding: 0;
    margin: 0;
  }
}
#frm_form_3_container #frm_field_13_container .frm_button_submit::after {
  content: "";
  background-image: url(images/short-arrow.svg);
  width: 16px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
}
#frm_form_3_container #frm_field_25_container {
  margin-bottom: 0 !important;
}

.frm_error_style,
.frm_message {
  border-radius: 0 !important;
  background-color: #ffe6d2 !important;
  border: 1px solid #d19c57 !important;
  color: #d19c57 !important;
}

.frm_message p {
  color: #d19c57 !important;
  margin: 0;
}

#infolettre-btn .elementor-button-content-wrapper {
  cursor: pointer;
}

#frm_form_2_container #frm_field_7_container .frm_button_submit {
  border: 1px solid #d19c57;
  color: #d19c57;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
}
#frm_form_2_container #frm_field_7_container .frm_button_submit:hover {
  background-color: #d19c57;
  color: white;
}

select {
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 25px !important;
  color: white !important;
  font-size: 16px !important;
  border-color: #595b5a !important;
  border-radius: 0px !important;
}

select:focus {
  border: 1px solid #BC743C !important;
  box-shadow: 0 1px 1px rgba(205, 0, 0, 0.075) inset, 0 0 8px rgba(188, 116, 60, 0.6);
}

select::-moz-placeholder {
  color: white !important;
}

select::placeholder {
  color: white !important;
}

.frm_checkbox label {
  color: white !important;
}

.frm_required {
  display: none !important;
}

.frm_description {
  display: none !important;
}

.frm_error {
  color: red !important;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

a {
  font-size: inherit !important;
  line-height: inherit !important;
}/*# sourceMappingURL=styles.css.map */