label {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
input:not(.wpcf7-submit), select, textarea {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--light);
  border-radius: 5px;
  border: none;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
input:not(.wpcf7-submit)::placeholder, select::placeholder, textarea::placeholder {
  color: var(--wp--preset--color--grey);
}
form select {
  padding: 0.5em 2.25rem 0.5em 0.75rem;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item input {
  width: auto;
}
.wpcf7-not-valid-tip {
  color: var(--wp--preset--color--grey);
  font-size: 12px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  width: 250px;
  position: absolute;
}
.wpcf7-response-output {
  color: #75b798;
  border-radius: 5px;
  background: #051b11;
  border: 1px solid #0f5132;
  padding: 1rem;
}
.wpcf7-spinner {
  display: block;
}
@media (min-width: 992px) {
  .col-2 {
    display: flex;
    gap: 24px;
  }
  .col-2 > div {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .col-2 > div + div {
    margin-top: 15px;
  }
}
.text-center {
  text-align: center;
}
.checkbox-label {
  display: block;
  margin-bottom: 10px;
  /* Adjust spacing as needed */
}
.checkbox-label a {
  color: #0073aa;
  /* Adjust link color */
  text-decoration: none;
}
.checkbox-label a:hover {
  text-decoration: underline;
  /* Adjust hover effect */
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wpcf7 .is-style-primary {
  font-size: 20px;
  padding: 0.44rem 1rem 0.7rem 1rem;
  border-radius: 50rem;
  font-family: "Roboto", sans-serif;
  border-width: 1px;
  border-style: solid;
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wpcf7 .is-style-primary:hover {
  background-color: var(--wp--preset--color--primary-hover);
  border-color: var(--wp--preset--color--primary-hover);
  color: var(--wp--preset--color--white) !important;
  cursor: pointer;
}
.wpcf7 .is-style-primary svg {
  font-size: 16px;
}
.wp-block-post-featured-image {
  position: absolute;
  width: calc((100vw - 1000px) / 2);
  right: 0;
  height: 900px;
  margin-top: 100px;
}
.wp-block-post-featured-image img {
  border-radius: 20px 0 0 20px !important;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h2 {
  margin-top: 0;
}
.bloc_contact {
  border: 2px solid var(--wp--preset--color--light);
  border-radius: 30px;
  padding: 10px;
  height: auto;
  align-self: auto !important;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc_contact a {
  margin-top: 10px;
  display: inline-block;
}
.bloc_contact a span {
  display: none;
}
.bloc_contact a + a {
  margin-left: 10px;
}
.bloc_contact a svg {
  font-size: 24px;
}
.bloc_contact > .wp-block-font-awesome-icon {
  background-color: var(--wp--preset--color--primary);
  border-radius: 50rem;
  width: 78px;
  height: 78px;
  color: var(--wp--preset--color--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
input:not(.wpcf7-submit), textarea {
  color: var(--wp--preset--color--grey);
}
