.elementor-kit-64{--e-global-color-primary:#000000;--e-global-color-secondary:#E9175B;--e-global-color-text:#000000;--e-global-color-accent:#F3F5F8;--e-global-color-14ef391:#FFFFFF;--e-global-color-764183d:#000000;--e-global-color-86b4fcd:#00000000;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-b2fb2d3-font-family:"Antro";--e-global-typography-b2fb2d3-font-size:90px;color:var( --e-global-color-text );font-family:"Jost", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-64 button,.elementor-kit-64 input[type="button"],.elementor-kit-64 input[type="submit"],.elementor-kit-64 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-14ef391 );}.elementor-kit-64 e-page-transition{background-color:#FFBC7D;}.elementor-kit-64 p{margin-bottom:1.3em;}.elementor-kit-64 a{color:var( --e-global-color-primary );}.elementor-kit-64 h1{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-weight:300;}.elementor-kit-64 h2{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-size:50px;font-weight:300;}.elementor-kit-64 h3{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-size:40px;font-weight:300;}.elementor-kit-64 h4{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-size:22px;font-weight:500;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;}.elementor-kit-64 h5{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-weight:500;}.elementor-kit-64 h6{color:var( --e-global-color-secondary );font-family:"Jost", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-64{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-64{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-kit-64 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media screen and (min-width: 640px) {
.boxed {
        padding: 0 calc((100vw - 900px)/2);
}}

@media screen and (min-width: 1025px) and (max-width: 1536px) {
.boxed {
        padding: 0 calc((100vw - 720px)/2);
}}

@media screen and (min-width: 640px) and (max-width: 1024px) {
.boxed {
        padding: 0 calc((100vw - 600px)/2);
}}

.exergue {
    background: rgba(180,180,180,0.2);
    padding: 0 0.2em;
}

ul li {
  padding-left: .5em;
}

ul {
    padding-left: 1em;;
}

p a:hover {
    border-bottom: 1px solid rgba(180,180,180,1);
}

strong {
    font-weight: 500;
}


/* LISTES */

/*::marker {
    content: "—";
    font-family: "Effra";
}*/

.elementor-widget-text-editor ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.elementor-widget-text-editor li {
    padding-left: 1.3em;
}
.elementor-widget-text-editor li:before {
    content: "—";
    font-family: "Effra";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: var( --e-global-color-primary );
}

.puces-blanches li:before,
.elementor-cta__description
.puces-blanches li:before {
    color: #fff;
} 

/* 2e niveau de puces */
.elementor-widget-text-editor li li:before {
  content: "–" !important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-bottom: 15px;
}


/* ANIMATIONS */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Antro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://maisonrougeframboise.fr/wp-content/uploads/2024/03/antro.woff2') format('woff2'),
		url('https://maisonrougeframboise.fr/wp-content/uploads/2024/03/antro.woff') format('woff');
}
/* End Custom Fonts CSS */