.elementor-kit-137{--e-global-color-primary:#00A4B3;--e-global-color-secondary:#FF8F2E;--e-global-color-text:#4B5658;--e-global-color-accent:#000000;--e-global-color-309a866:#FFFFFF;--e-global-color-7a9f37a:#666666;--e-global-typography-primary-font-family:"Carrois Gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Carrois Gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Carrois Gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Carrois Gothic";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-7a9f37a );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-137 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-137 a:hover{color:var( --e-global-color-text );}.elementor-kit-137 h1{color:var( --e-global-color-primary );}.elementor-kit-137 h2{color:var( --e-global-color-primary );}.elementor-kit-137 h3{color:var( --e-global-color-primary );}.elementor-kit-137 h4{color:var( --e-global-color-primary );}.elementor-kit-137 h5{color:var( --e-global-color-primary );}.elementor-kit-137 h6{color:var( --e-global-color-primary );}.elementor-kit-137 button,.elementor-kit-137 input[type="button"],.elementor-kit-137 input[type="submit"],.elementor-kit-137 .elementor-button{color:var( --e-global-color-7a9f37a );background-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-137 button:hover,.elementor-kit-137 button:focus,.elementor-kit-137 input[type="button"]:hover,.elementor-kit-137 input[type="button"]:focus,.elementor-kit-137 input[type="submit"]:hover,.elementor-kit-137 input[type="submit"]:focus,.elementor-kit-137 .elementor-button:hover,.elementor-kit-137 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.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 *//* 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;
  margin-bottom: 30px;
}

.elementor-text-editor ul ul,
.elementor-cta__description ul ul,
.elementor-toggle ul ul,
.entry-content ul ul,
.widget_recent_entries ul ul {
  margin-bottom: 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"; /* FontAwesome Unicode \f054 pour FA v.5 */
  font-family: FontAwesome;
  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-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-primary );
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-family: sans-serif !important;
}
ol li {counter-increment: li; }

ol li::before {
    content: counter(li);
    color: var( --e-global-color-primary );
    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 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 */