.elementor-kit-35497{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FEFC8D;--e-global-color-c0389fc:#E8E8E8;--e-global-color-a761476:#D8D8D8;--e-global-typography-primary-font-family:"Sharp Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Muli";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Muli";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-35497 e-page-transition{background-color:#FFBC7D;}.elementor-kit-35497 a{color:var( --e-global-color-primary );}.elementor-kit-35497 a:hover{color:#A9A91D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */.home .page-content .elementor-widget-image::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 8px;
    background-color: #FEFC8D;
}
.elementor-widget-text-editor ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px
}
.elementor-widget-text-editor ul li {
    padding: 15px 0 0 35px;
}
.elementor-widget-text-editor ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 24px;
    height: 1px;
    background-color: #979797;
    margin-top: 12px;
}

.ct--link::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 8px;
    width: 110%;
    background-color: #FEFC8D;
    -webkit-transition: height 200ms linear;
    -o-transition: height 200ms linear;
    transition: height 200ms linear;
    
}
.ct--link:hover::before {
        height: 18px;
    }
    
.ct--link .elementor-heading-title {
    z-index: 1;
    position: relative;
}
.vertical .e-filter .e-filter-item span {
        width: fit-content;
        position: relative;
    }
@media screen and (min-width: 1025px) {
.vertical .e-filter .e-filter-item:hover span::after {
        height: 10px;
    }
 .vertical .e-filter .e-filter-item:focus span::after {
        height: 10px;
    }
}
.vertical .e-filter .e-filter-item span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(254, 252, 141);
    height: 0px;
    width: 100%;
    transition: height 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.description h2.elementor-heading-title {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 1.8px;
    margin-bottom: 5px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}
.divider_on {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}
.divider_on .divider {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-accent);
    --divider-border-width: 5px;
    --container-widget-width: 90px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 90px);
    max-width: 90px;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    margin-right: 25px;
}
@media screen and (max-width: 576px) {
    .description h2.elementor-heading-title {
    font-size: 26px;
    line-height: 32px;
    }
    .ct--link::before {
        width: 100%;
    }
}

.introduction {
    margin-bottom: 40px;
}
.introduction p {
    font-size: 25px;
    font-weight: 100;
}

.description {
    margin-top: 10px;
    margin-bottom: 50px;
}
.description p a, form p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #a9a91d;
    -webkit-transition: color 350ms 
cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 350ms 
cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 1025px) {
    .description p a:hover, form p a:hover {
        color: #a9a91d;
    }
}
.ct.ct--button .button-link {
    display: inline-block;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
}
.ct.ct--button.filled .button-link {
    min-width: 160px;
    height: 60px;
    background-color: #FEFC8D;
    border: none;
    -webkit-transition: background-color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: background-color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct.ct--button.filled .button-link .button-link-label {
    position: relative;
    margin-right: 30px;
    display: inline-block;
    color: #000;
    -webkit-transition: color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct.ct--button .button-link .button-link-label {
    color: #000;
    line-height: 60px;
}
.ct.ct--button.filled .button-link .button-link-label .picto-container {
    position: absolute;
    top: 10px;
    right: -65px;
    -webkit-transition: right 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: right 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: right 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    line-height: 3rem;
}
.marques .button-link-label .picto-container svg {
    width: 50px;
}
.marques svg.flickity-button-icon {
    position: absolute;
    left: -30px;
    top: 16px;
    width: 4.2em;
    height: 4.2em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(0deg);
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: var(--arrow-normal-color, hsla(0, 0%, 93%, .9));
}

    .ct.ct--button.filled .button-link:hover {
        background-color: #000;
    }
    .ct.ct--button.filled .button-link:hover .button-link-label {
        color: #fff;
    }
        .ct.ct--button.filled .button-link:hover svg {
        fill: #fff;
    }
    
@media screen and (max-width: 576px) {
    body {
        overflow-x: hidden;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sharp Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.eot');
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.eot?#iefix') format('embedded-opentype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.woff2') format('woff2'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.woff') format('woff'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.ttf') format('truetype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/sharp-grotesk.svg#SharpGrotesk') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.eot');
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.woff2') format('woff2'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.woff') format('woff'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.ttf') format('truetype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-regular.svg#Muli') format('svg');
}
@font-face {
	font-family: 'Muli';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.eot');
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.eot?#iefix') format('embedded-opentype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.woff2') format('woff2'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.woff') format('woff'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.ttf') format('truetype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-italic.svg#Muli') format('svg');
}
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.eot');
	src: url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.eot?#iefix') format('embedded-opentype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.woff2') format('woff2'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.woff') format('woff'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.ttf') format('truetype'),
		url('https://www.onenation.fr/wp-content/uploads/2025/08/muli-extra-light.svg#Muli') format('svg');
}
/* End Custom Fonts CSS */