.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9a34b6e:#FFFFFF;--e-global-color-3df2ac8:#FFDC00;--e-global-color-d1c0c7a:#000000;--e-global-color-391833f:#227C96;--e-global-color-30ee584:#53CBE6;--e-global-color-6df1e0c:#FFEA6E;--e-global-color-05321e9:#FCFAF5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cookie-notice-container{
    font-family: "Poppins", sans-serif;
}
.wpcf7-spinner {
   display: none;
}
.form-section {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  padding: 0 2vw;
  font-family: 'Poppins', sans-serif;
}

.formulaire {
  width: 900px;
  display: flex;
  flex-direction: column;
  min-height: 40vh;
  background-color: greenyellow;
}
.form {
  background-position: center;
  background-size: cover;
  flex-grow: 1;
  padding-top: 50px;
}
.top-form {
  width: 100%;
  min-height: 20vh;
  display: flex;
  gap: 5vw;
  padding: 0 ;
}
.form-gauche {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.form-gauche input {
  border: none;
  outline: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.707);
  color: #000;
  padding: 0.5rem;
  margin-bottom: 2vh;
}
.form-gauche input::placeholder {
  color: #333
}

.form-droite {
  width: 50%;
}
.form-droite textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  border: none;
  outline: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.707);
  color: #000;
  resize: none;
}
.form-droite textarea::placeholder {
  color: #333;
}
.bottom-form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.bottom-form input {
  border: none;
  outline: none;
  border-radius: 30px;
  background-color: #FFDC00;
  color: #000;
  width: 150px;
  padding: 10px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.bottom-form input:hover,
.bottom-form input:focus {
  background-color:#FFDC00;
}

@media (max-width: 920px) {
  .formulaire {
    width: 80vw;
  }

@media (max-width: 550px) {
    .haut{
        min-height:0;
    }
    .form{
         padding-top: 10px;
    }
  .top-form {
    flex-direction: column;
    min-height: 10vh;
  }

  .form-gauche,
  .form-droite {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .form-gauche input {
    padding: 8px;
    width: 100%;
  }
  .form-droite textarea {
    min-height: 30vh;
  }
  .bottom-form {
    padding: 5px 0;
  }
}/* End custom CSS */