.elementor-kit-137{--e-global-color-primary:#165672;--e-global-color-secondary:#C26A48;--e-global-color-text:#DE7A32;--e-global-color-accent:#2A2A2A;--e-global-color-8203043:#FFFFFF;--e-global-color-f3eb19b:#000000;--e-global-color-bf6da4e:#D3B574;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quicksand";--e-global-typography-accent-font-weight:500;font-family:"Quicksand", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-container{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-137 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */.fullwidth-right {
padding-right: calc((100vw - 1200px)/2);
}

.fullwidth-left {
padding-left: calc((100vw - 1200px)/2);
}


/* LISTES FONT AWESOME ELEMENTOR */ 
.elementor-text-editor ul,
.elementor-cta__description ul,
.elementor-toggle ul,
.entry-content ul,
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.elementor-text-editor li,
.elementor-cta__description li,
.elementor-toggle li,
.entry-content li,
.widget_recent_entries li {
    padding-left: 1.3em;
}
.elementor-text-editor li:before,
.elementor-cta__description li:before,
.elementor-toggle li:before,
.entry-content li:before,
.widget_recent_entries li:before {
    content: "\f105"; 
    font-family: FontAwesome;
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: var( --e-global-color-secondary );
}

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

/* 2e niveau de puces */
.elementor-text-editor li li:before,
.elementor-cta__description li li:before,
.elementor-cta__content li li:before,
.entry-content li li:before {
content: "-" !important;
}


/* puces numérotées */ 
ol {list-style: none; counter-reset: li; }
ol li::before {
    content: counter(li) !important;
    color: var( --e-global-color-secondary );
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
}
ol li {counter-increment: li; }

ol li::before {
    content: counter(li);
    color: var( --e-global-color-secondary );
    display: inline-block;
    width: 1em;
    margin-left: -1.6em !important;
    margin-right: .6em;
    text-align: center; /* right par défaut */
    direction: rtl;
}


.elementor-text-editor ul,
.elementor-cta__description ul,
.elementor-toggle ul,
.entry-content ul,
.widget_recent_entries ul,
.elementor-text-editor ol,
.elementor-cta__description ol,
.elementor-toggle ol,
.entry-content ol,
.widget_recent_entries ol {
    margin-bottom: 15px;
}


/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' 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 */