.elementor-kit-5{--e-global-color-primary:#DD692E;--e-global-color-secondary:#FFB020;--e-global-color-text:#FFFFFF;--e-global-color-accent:#096C71;--e-global-color-21eb09a:#78ACAD;--e-global-color-29a95a2:#D0F2F3;--e-global-color-859e3ee:#FEFFFE;--e-global-color-6344368:#496250;--e-global-color-46731c2:#1F3839;--e-global-typography-primary-font-family:"Shadows Into Light";--e-global-typography-primary-font-size:125px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Alyssum";--e-global-typography-secondary-font-size:37px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.18em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:clamp(1rem, 1.2vw, 1.1rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:clamp(1.2rem, 1.4vw, 1.3rem);--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;--e-global-typography-332d656-font-family:"Poppins";--e-global-typography-332d656-font-size:clamp(13.8px, 1.05vw, 16px);--e-global-typography-332d656-font-weight:700;--e-global-typography-332d656-text-transform:uppercase;--e-global-typography-332d656-text-decoration:none;--e-global-typography-a4aafe5-font-family:"Poppins";--e-global-typography-a4aafe5-font-size:clamp(12px, 0.82vw, 13.8px);--e-global-typography-a4aafe5-font-weight:600;--e-global-typography-a4aafe5-text-transform:uppercase;--e-global-typography-a4aafe5-text-decoration:none;--e-global-typography-a4aafe5-line-height:1rem;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-5{--e-global-typography-primary-font-size:80px;--e-global-typography-secondary-font-size:32px;--e-global-typography-332d656-font-size:0.97rem;--e-global-typography-a4aafe5-font-size:0.7rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:73px;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-accent-font-size:clamp(1.08rem, 1.2vw, 1.1rem);--e-global-typography-332d656-font-size:clamp(15.5px, 3.2vw, 16px);--e-global-typography-a4aafe5-font-size:clamp(12.5px, 3.2vw, 16px);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden !important;
    width: 100%;
}

body * {
    max-width: 100%;
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}

body>.page,
.elementor-location-single {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

ul {
    list-style-type: disc;
}

li {
    margin: 12px 0;
}

/* Utility classes */

.overflow-x {
    overflow-x: hidden;
}

.aspect-square {
    aspect-ratio: 1/1 !important;
}

.text-highlight {
    position: relative;
    margin: 0 7px;
}

.text-highlight::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 50%;
    width: 110%;
    height: 30px;
    background-color: #DD692E;
    transform: translate(-50%, 50%);
    z-index: -1;
    border-radius: 999px;
}

.break-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Socials */

.rs-icons svg path {
    transition: all 200ms ease-in-out;
}

.rs-icons svg:hover path {
    fill: #096C71;
}

/* Btns */
.button--gradient a {
    display: inline-block;
   transition: all 200ms ease-in-out;
   background: linear-gradient(
        240deg,
        #8B500D 0%,  
        #D88A17 38%, 
        #FFE1B0 200%  
   );
   background-size: 100% 200%;
    background-position: 100% 100%;
   transition: all 200ms ease-in-out;
}

.button--gradient a:hover {
    background-position: 0% 0%;
}

/* Pagination */

.elementor-pagination .page-numbers {
    display: inline-block;
    color: #096C71 !important;
    margin-top: 15px !important;
    transition: 200ms ease-in-out;
}

.elementor-pagination .page-numbers:hover {
     color: #DD692E !important;
}

.elementor-pagination .page-numbers.current {
    color: #DD692E !important;
    text-decoration: underline;
}

/* Darken gradient bg on handheld */ 
@media (max-width: 1024px) {
    .section-darken-gradient-mobile {
        background-image: linear-gradient(180deg, var(--e-global-color-text) 0%, var(--e-global-color-21eb09a) 30%) !important;
    }
}

@media (max-width: 767px) {
    .section-darken-gradient-mobile {
        background-image: linear-gradient(180deg, var(--e-global-color-text) 0%, var(--e-global-color-21eb09a) 25%) !important;
    }
}

/* Round cards */
@media (max-width: 1024px) {
    .round-content {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .round-content {
        max-width: 265px;
    }
}

/* Titles */

.titre-xl--manuscrit {
    font-family: inherit;
    font-weight: 500;
    font-size: 125px;
}

.titre-xl--straight {
    display: inline-block;
    font-family: "Alyssum", Sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 6rem;
}

.titre-medium--straight {
    font-family: "Alyssum", Sans-serif;
    font-weight: 500;
    font-size: 37px;
}

@media (max-width: 1024px) {
    .titre-xl--manuscrit {
        font-size: 80px;
    }
    
    .titre-xl--straight {
        font-size: 38px;
        line-height: 4.5rem;
    }
    
    .titre-medium--straight {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .titre-xl--manuscrit {
        font-size: 75px;
    }
    
    .titre-xl--shrink-mobile {
        font-size: 65px;
    }
    
    .titre-xl--straight {
        font-size: 30px;
        line-height: 3rem;
    }
    
     .titre-medium--straight {
        font-size: 26px;
    }
    
    h1, h2, h3 {
        line-height: 1;
    }
}

/* Formulaires */

.gform_wrapper {
    margin: 0 auto;
    color: black;
}

.gform_wrapper fieldset {
    display: flex !important;
    flex-direction: column;
    gap: 0px;
    align-items: center !important;
    width: 100% !important;
}

.gform_wrapper fieldset input[type="text"],
.gform_wrapper fieldset > div
{
    width: 100%;
}

.gform-grid-row {
    row-gap: 16px !important;
}

.gfield_required_asterisk {
    color: #FEFFFE !important;
    margin-left: 3px;
}

.gfield_error [aria-invalid=true] {
    border: 1px solid #FEFFFE;
}

input,
textarea,
select {
    border-radius: 0px !important;
    background-color: #ffffff26 !important;;
    border: 1px solid #FFFFFF33 !important;;
    color: #FEFFFE !important;;
}

.gform_required_legend,
.gfield_description {
    font-size: 13px !important;
    color: #FEFFFE;
    margin: 0 !important;
    padding: 0 !important;
}

.gform_required_legend {
    display: none;
}

.gfield_label,
.gform-field-label,
.gsection_title {
    margin-bottom: 12px !important;
    margin-top: 15px;
    font-family: "Poppins", Sans-serif !important;
    font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
    font-weight: 400 !important;
    color: #FEFFFE;
}

.gsection_title {
    margin-bottom: -20px !important;
}

.gsection {
    border: none !important;
    margin-bottom: 0 !important;
}

.gfield {
    height: fit-content;
    align-self: end;
    margin: 0 !important;
}

.gfield input::placeholder {
    color: white !Important;
}

.gfield select {
    color: #FEFFFE !Important;
}

.gfield select option {
    background-color: #628182 !Important;
}

.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gfield_consent_label {
    font-weight: 500 !important;
    color: #FEFFFE !important;
}

.gfield {
    margin: 3px 0px;
}

.gform_wrapper a {
    color: #FEFFFE !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

.gform_button[type="submit"] {
    display: inline-block;
    border: none !important;
    width: max-content;
    color: #FEFFFE !Important;
    cursor: pointer;
    font-family: "Alyssum", Sans-serif !Important;
    font-size: clamp(11px, 0.80vw, 13px) !Important;
    font-weight: 400 !Important;
    line-height: 1rem;
    text-transform: uppercase !Important;
    background: linear-gradient(
        240deg,
        #8B500D 0%,  
        #D88A17 38%, 
        #FFE1B0 200%  
   );
   background-size: 100% 200%;
    background-position: 100% 100%;
   transition: all 200ms ease-in-out;
    border-radius: 999px !Important;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.14);
    padding: 17px 40px 17px 40px !Important;
    transition: all 200ms ease-in-out !Important;
}

.gform_button[type="submit"]:hover {
    background-position: 0% 0%;
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: transparent;
}

input[type="checkbox"]:checked::after {
    content: '✓'; 
    font-size: 14px;
    font-weight: bold;
    color: #e2a140 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gfield_validation_message,
.gform_wrapper.gravity-theme,
.validation_message {
    background-color: transparent !important;
    color: #FEFFFE !important;
    font-weight: 500 !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 5px !important;
}

.gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label {
    color: #FEFFFE !important;
}

.gform_confirmation_message {
    text-align: left;
    color: #FEFFFE !important;
    font-weight: 600;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alyssum';
	font-display: auto;
	src: url('https://projet1824.com/wp-content/uploads/2025/12/09191748/Alyssum-Sans-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */