.elementor-kit-13{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#CE619B;--e-global-color-7289f5ac:#808080;--e-global-color-4a7109b2:#A42386;--e-global-color-70d69052:#0E0E0E;--e-global-color-36d6f2f9:#FFF;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:300;background-color:#000000;font-family:"Times New Roman", Sans-serif;font-size:18px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-13 e-page-transition{background-color:#111010;}.elementor-kit-13 h1{font-family:"Times New Roman", Sans-serif;font-size:1px;}.elementor-kit-13 h2{font-family:"Times New Roman", Sans-serif;font-size:1px;}.elementor-kit-13 h3{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h4{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h6{font-family:"Times New Roman", Sans-serif;}.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);}@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 *//* CHAMPS DE SAISIE */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* PLACEHOLDER (texte grisé à l'intérieur des champs) */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

/* TEXT TRANSFORM/FONT FIX */
.wpcf7 input,
.wpcf7 textarea {
    text-transform: none !important;
    font-weight: normal !important;
}

/* FIX FOR EDGE CASES */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    -webkit-text-fill-color: #000 !important;
    -webkit-opacity: 1 !important;
}
.wpcf7 input[type="submit"] {
    display: inline-block !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #333333 !important;
}/* End custom CSS */