.elementor-6728 .elementor-element.elementor-element-a86dd09{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6728 .elementor-element.elementor-element-76ae0dc{--display:flex;--min-height:80vh;--justify-content:center;--overlay-opacity:0.4;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6728 .elementor-element.elementor-element-76ae0dc:not(.elementor-motion-effects-element-type-background), .elementor-6728 .elementor-element.elementor-element-76ae0dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://heraclee.com/wp-content/uploads/2025/04/photo_paralax.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-6728 .elementor-element.elementor-element-76ae0dc::before, .elementor-6728 .elementor-element.elementor-element-76ae0dc > .elementor-background-video-container::before, .elementor-6728 .elementor-element.elementor-element-76ae0dc > .e-con-inner > .elementor-background-video-container::before, .elementor-6728 .elementor-element.elementor-element-76ae0dc > .elementor-background-slideshow::before, .elementor-6728 .elementor-element.elementor-element-76ae0dc > .e-con-inner > .elementor-background-slideshow::before, .elementor-6728 .elementor-element.elementor-element-76ae0dc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-bf26b88 );--background-overlay:'';}.elementor-6728 .elementor-element.elementor-element-c691b71{--display:flex;}.elementor-6728 .elementor-element.elementor-element-4da9104{text-align:center;}.elementor-6728 .elementor-element.elementor-element-4da9104 .elementor-heading-title{font-family:"HankenGrotesk-Bold", Sans-serif;font-size:70px;letter-spacing:0.25em;color:var( --e-global-color-3e81b31 );}.elementor-6728 .elementor-element.elementor-element-d1af9ff{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-6728 .elementor-element.elementor-element-d1af9ff:not(.elementor-motion-effects-element-type-background), .elementor-6728 .elementor-element.elementor-element-d1af9ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-df29bf8 );}.elementor-6728 .elementor-element.elementor-element-58755fc{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title{font-family:"HankenGrotesk-Bold", Sans-serif;font-size:50px;font-weight:700;letter-spacing:3px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title_wrap{text-align:center;margin-bottom:16px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title_wrap .houzez_section_title{color:var( --e-global-color-3e81b31 );}.elementor-6728 .elementor-element.elementor-element-33b24d1 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}.elementor-6728 .elementor-element.elementor-element-33b24d1 .qodef-qi-contact-form-7{text-align:left;}.elementor-6728 .elementor-element.elementor-element-33b24d1 .qodef-qi-contact-form-7 .wpcf7-not-valid-tip{text-align:left;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6728 .elementor-element.elementor-element-4da9104 .elementor-heading-title{font-size:40px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title_wrap{margin-bottom:16px;}.elementor-6728 .elementor-element.elementor-element-33b24d1 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}@media(max-width:767px){.elementor-6728 .elementor-element.elementor-element-4da9104 .elementor-heading-title{font-size:40px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title{font-size:40px;line-height:1.2em;letter-spacing:3px;}.elementor-6728 .elementor-element.elementor-element-5b8b84b .houzez_section_title_wrap{margin-bottom:16px;}.elementor-6728 .elementor-element.elementor-element-33b24d1 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}/* Start custom CSS for qi_addons_for_elementor_contact_form_7, class: .elementor-element-33b24d1 *//* Conteneur général */
.cf-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

/* Chaque champ prend 50% */
.cf-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.btn-submit{
    display: flex;
    justify-content: flex-end;
}

/* Bouton envoyer à droite */
.cf-col-6.envoi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Uniformiser les champs */
.cf-container input,
.cf-container select,
.cf-container textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff; /* uniquement sur l’input */
    background: transparent;
    color: #fff;
    padding: 8px 0;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Placeholder en blanc */
.cf-container ::placeholder {
    color: #fff;
    opacity: 0.8;
}

/* Select transparent + options visibles */
.cf-container select {
    -webkit-appearance: none; /* enlever le style natif */
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #fff;
}
.cf-container select option {
    background: #0c1b39; /* couleur du fond du formulaire */
    color: #fff;
}

/* Textarea */
.cf-col-6 textarea {
    width: 100%;
    min-height: 80px;
}

/* Bouton Envoyer */
.cf-col-6 input[type=submit] {
    background: transparent !important;
    color: #fff;
    width: auto;
    border: none;
    margin-top: 15px;
    padding: 0;
    display: inline-block;
    font-size: 1rem;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.cf-col-6 input[type=submit]:hover {
    background: transparent !important;
    color: #fff !important;
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 10px;
    text-decoration-color: #fff;
}

/* Click */
.cf-col-6 input[type=submit]:active,
.cf-col-6 input[type=submit]:focus,
.cf-col-6 input[type=submit]:focus-visible {
    background: transparent !important;
    color: #fff !important;
    outline: none;
}

/* Responsive : 1 colonne sur mobile */
@media screen and (max-width: 768px) {
    .cf-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cf-col-6.envoi {
        justify-content: center;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'HankenGrotesk-Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://heraclee.com/wp-content/uploads/2025/04/HankenGrotesk-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */