.elementor-kit-64{--e-global-color-primary:#A21A25;--e-global-color-secondary:#F3F5F8;--e-global-color-text:#000000;--e-global-color-accent:#F4A641;--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:60px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-8ce0802-font-size:22px;--e-global-typography-8ce0802-font-weight:300;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-block-end:1.3em;}.elementor-kit-64 a{color:var( --e-global-color-primary );}.elementor-kit-64 h1{color:var( --e-global-color-primary );font-size:44px;font-weight:300;}.elementor-kit-64 h2{color:var( --e-global-color-primary );font-size:44px;font-weight:300;}.elementor-kit-64 h3{color:var( --e-global-color-primary );font-size:24px;font-weight:500;}.elementor-kit-64 h4{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:22px;font-weight:500;line-height:1.2em;letter-spacing:0px;}.elementor-kit-64 h5{color:var( --e-global-color-primary );font-weight:500;}.elementor-kit-64 h6{color:var( --e-global-color-primary );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);
}


/* LISTES */

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

.elementor-widget-text-editor ul,
.elementor-tab-content ul,
.elementor-widget-flip-box ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.elementor-widget-text-editor li,
.elementor-tab-content li,
.elementor-widget-flip-box li {
    padding-left: 1.3em;
}
.elementor-widget-text-editor li:before,
.elementor-tab-content li:before,
.elementor-widget-flip-box li:before {
    content: url("https://alpha-compta.fr/wp-content/uploads/2023/12/fleche-droite-rouge.svg");
    width: 18px;
    color: var( --e-global-color-primary );
    padding-right: 12px;
    display: inline-block;
    margin-left: -1.3em;
    color: var( --e-global-color-primary );
}

.puces-blanches li:before,
.elementor-cta__description
.puces-blanches li:before {
    content: url("https://alpha-compta.fr/wp-content/uploads/2023/12/fleche-droite.svg");
} 

/* 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 */