.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#BC856F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#002447;--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;background-color:#002447;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#FFFFFF;}.elementor-kit-9 a:hover{color:var( --e-global-color-secondary );}.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 *//* Conteneur principal du popup */
.fea-modal-content {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: 0 auto;
}

/* Champs de texte */
.acf-field-text input[type="text"],
.acf-field-textarea textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #BC856F;
  border-radius: 8px;
  font-size: 1rem;
  color: #002447;
  background-color: #F8F9FA;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.acf-field-text input[type="text"]:focus,
.acf-field-textarea textarea:focus {
  border-color: #002447;
  background-color: #FFFFFF;
  outline: none;
}

/* Alignement côte à côte des boutons */
.acf-field-upload-image,
.acf-field-upload-file {
  display: inline-block;
  vertical-align: top;
  width: 48%; /* Ajuste la largeur pour aligner */
  text-align: center;
  margin: 0;
}

.acf-field-upload-image {
  margin-right: 4%;
}

/* Boutons Ajouter */
.acf-field-upload-image .acf-button,
.acf-field-upload-file .button {
  display: inline-block;
  color: #FFFFFF;
  background-color: #BC856F;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.acf-field-upload-image .acf-button:hover,
.acf-field-upload-file .button:hover {
  background-color: #A06D5B;
  transform: translateY(-2px);
}

/* Alignement des labels */
.acf-field-upload-image label,
.acf-field-upload-file label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #002447;
  margin-bottom: 5px;
  text-align: center;
}

/* Bouton principal Envoyer */
.fea-submit-button {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #BC856F;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.fea-submit-button:hover {
  background-color: #A06D5B;
  transform: translateY(-2px);
}

/* Espacement entre les deux boutons */
.acf-field-upload-image,
.acf-field-upload-file {
  margin-bottom: 20px;
}

/* Alignement global */
.acf-fields {
  gap: 20px;
}/* End custom CSS */