.elementor-375 .elementor-element.elementor-element-5a001ea{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-375 .elementor-element.elementor-element-51739a9 img{height:250px;}.elementor-375 .elementor-element.elementor-element-eefb662{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-375 .elementor-element.elementor-element-1a76d6a{text-align:center;}.elementor-375 .elementor-element.elementor-element-1a76d6a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:600;}.elementor-375 .elementor-element.elementor-element-3d8fd31{--display:flex;--min-height:0vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-375 .elementor-element.elementor-element-d2efa39{--display:flex;}.elementor-375 .elementor-element.elementor-element-f085220{--display:flex;}.elementor-375 .elementor-element.elementor-element-f085220:not(.elementor-motion-effects-element-type-background), .elementor-375 .elementor-element.elementor-element-f085220 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-375 .elementor-element.elementor-element-e9d13d3 .elementor-heading-title{font-family:"Moon Dance", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-375 .elementor-element.elementor-element-7b4dfac{--display:flex;}.elementor-375 .elementor-element.elementor-element-c1e4253{--display:flex;}.elementor-375 .elementor-element.elementor-element-74da55a{--display:flex;}.elementor-375 .elementor-element.elementor-element-3858c36 iframe{height:329px;}.elementor-375 .elementor-element.elementor-element-afdf283{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-375 .elementor-element.elementor-element-c52ae27.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-375 .elementor-element.elementor-element-c52ae27 .elementor-thumbnails-swiper .elementor-carousel-image{aspect-ratio:21 / 9;}.elementor-375 .elementor-element.elementor-element-c52ae27 .elementor-swiper-button{font-size:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-375 .elementor-element.elementor-element-c52ae27.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-375 .elementor-element.elementor-element-c52ae27.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for container, class: .elementor-element-7b4dfac *//* Contenant global */
.contact-form {
  background: #f4f0f6;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: auto;
  font-family: "Segoe UI", sans-serif;
}

/* Labels */
.contact-form label {
  font-weight: 600;
  margin: 0 0 2px 0; /* réduit l’espace sous le label */
  display: block;
  color: #21062A;
  font-size: 14px;
}

/* Champs */
.contact-form .form-control {
  width: 100%;
  padding: 10px;
  margin: 0 0 12px 0; /* réduit l’espace au-dessus du champ */
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s ease;
  background: #fff;
  color: #21062A;
}

/* Effet focus */
.contact-form .form-control:focus {
  border-color: #A34AC7;
  box-shadow: 0 0 6px rgba(163, 74, 199, 0.35);/* End custom CSS */