.elementor-551 .elementor-element.elementor-element-314a8b0d{--display:flex;--min-height:286px;--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;--overlay-opacity:1;--border-radius:16px 16px 16px 16px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-551 .elementor-element.elementor-element-314a8b0d:not(.elementor-motion-effects-element-type-background), .elementor-551 .elementor-element.elementor-element-314a8b0d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-67b0cb0 );background-image:url("https://groupegd.aponiawebsolutions.ca/wp-content/uploads/2025/10/Frame-5075-2.svg");background-position:top left;background-repeat:no-repeat;}.elementor-551 .elementor-element.elementor-element-314a8b0d::before, .elementor-551 .elementor-element.elementor-element-314a8b0d > .elementor-background-video-container::before, .elementor-551 .elementor-element.elementor-element-314a8b0d > .e-con-inner > .elementor-background-video-container::before, .elementor-551 .elementor-element.elementor-element-314a8b0d > .elementor-background-slideshow::before, .elementor-551 .elementor-element.elementor-element-314a8b0d > .e-con-inner > .elementor-background-slideshow::before, .elementor-551 .elementor-element.elementor-element-314a8b0d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://groupegd.aponiawebsolutions.ca/wp-content/uploads/2025/10/Frame-5109.svg");--background-overlay:'';background-position:top right;background-repeat:no-repeat;}.elementor-551 .elementor-element.elementor-element-20b6bb5b{margin:68px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-551 .elementor-element.elementor-element-20b6bb5b .elementor-heading-title{font-family:"nueva-std-condensed", Sans-serif;font-size:64px;font-weight:400;}.elementor-551 .elementor-element.elementor-element-4dec3f52{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-551 .elementor-element.elementor-element-20b6bb5b{margin:68px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:768px){.elementor-551 .elementor-element.elementor-element-314a8b0d{--content-width:1320px;}}@media(max-width:767px){.elementor-551 .elementor-element.elementor-element-314a8b0d{--min-height:300px;}.elementor-551 .elementor-element.elementor-element-314a8b0d:not(.elementor-motion-effects-element-type-background), .elementor-551 .elementor-element.elementor-element-314a8b0d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:contain;}.elementor-551 .elementor-element.elementor-element-20b6bb5b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-551 .elementor-element.elementor-element-20b6bb5b .elementor-heading-title{font-size:36px;}}/* Start custom CSS for shortcode, class: .elementor-element-4dec3f52 *//* Styles de base */
.parent {
    display: flex;
    background: white;
    padding: 4px;
    max-width: 535px;
    margin: 0 auto;
    border-radius: 10px;
}

/* Champ Email */
.parent input[type="email"] {
    border: none;
}

/* Btn submit */
.parent input[type="submit"] {
    border: none;
    background-color: #d6e541;
    color: #2a2a2a;
    border-radius: 10px;
    font-family: nueva-std;
    font-weight: 700;
    font-size: 18px;
    height: auto;
    padding: 11px 20px 9px 20px;
    transition: background-color 0.5s ease-in-out;
}

.parent input[type="submit"]:hover {
    background-color: #3D6E77;
    transition: background-color 0.4s ease-in-out;
}

/* Breakpoint 767px */
@media (max-width: 767px) {
  .parent {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background: transparent;
    height: auto;
  }

  /* champ email */
  .parent input[type="email"] {
    border: none;
    background: white;
    border-radius: 10px;
    padding: 10px;
    height: 55px;
  }

  /* Le bouton submit  */
  .parent input[type="submit"] {
    width: 100%;
    margin-top: 16px;
    border-radius: 10px;
    background-color: #d6e541;
    height: auto;
    padding-top: 11px;
    padding-bottom: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-314a8b0d */.elementor-551 .elementor-element.elementor-element-314a8b0d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 286px;
}

@media (max-width: 767px) {
    .elementor-551 .elementor-element.elementor-element-314a8b0d {
        min-height: auto;
        padding: 10px;
    }
}/* End custom CSS */