.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#F49F36;--e-global-color-b5a2ea2:#FFFFFF;--e-global-color-160a7cc:#FFD60B;--e-global-color-a98087e:#C8D92B;--e-global-color-0516357:#3E7924;--e-global-color-73a5b7b:#59AEA4;--e-global-color-ffea8b9:#F0F2FC;--e-global-color-16b54dc:#FFF8F0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:bold;--e-global-typography-a36b8a0-font-family:"Poppins";--e-global-typography-a36b8a0-font-size:18px;--e-global-typography-a36b8a0-font-weight:normal;--e-global-typography-a36b8a0-line-height:1.3em;--e-global-typography-dded804-font-family:"Poppins";--e-global-typography-dded804-font-size:35px;--e-global-typography-dded804-font-weight:bold;color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );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-b5a2ea2 );border-style:none;border-radius:2px 2px 2px 2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:35px;font-weight:bold;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:25px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:bold;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:bold;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{background-color:var( --e-global-color-ffea8b9 );border-style:none;border-radius:2px 2px 2px 2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:25px;}.elementor-kit-6 h2{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-a36b8a0-font-size:16px;--e-global-typography-dded804-font-size:25px;}.elementor-kit-6 h1{font-size:25px;}.elementor-kit-6 h2{font-size:22px;}.elementor-kit-6 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*  BLOG */
.laptopactus .elementor-posts .elementor-post__title{
    margin-top:28px;
}

/* HOT SPOTS */
/*
.repeater-item-5abbf56 .e-hotspot__outer-circle{
    padding: calc(var(--hotspot-size, 28px) / 2) !important;
}

.repeater-item-5abbf56 .e-hotspot__inner-circle{
    padding: calc(var(--hotspot-size, 28px) / 2) !important;
}
*/


/* UL LISTES COLORS */

.elementor-widget-text-editor ul {
  list-style: none; /* Remove default bullets */
  margin-left:-25px;
}

.elementor-widget-text-editor ul li {
margin-bottom:8px;
}

/* CUSTOM BULLET */
.elementor-widget-text-editor ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */

  font-weight: black; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/* ORANGE */
.elementor-widget-text-editor.orangelist ul li::before {
  color: #F49F36;
}
/* LIGHTGREEN */
.elementor-widget-text-editor.greenlist ul li::before {
  color: #C8D92B; 
}


/* GRAVITY FORM */

.gform_title,
.gform-field-label--type-sub{
    display:none !important;
}


.gform_wrapper.gravity-theme .gfield_label{
    padding-top:20px !important;
}

/*inline checkboxes */
.gchoice{
      display: inline-block;
      margin-right:15px;
}

.gfield_required.gfield_required_text{
    display:none !important;
}


/* GRAVITY MERCI CONFIRMATION MESSAGE */
#gform_confirmation_message_3{
    font-size: 16px !important;
        color: #59AEA4 !important;
        font-weight:bold !important;
        padding-top: 100px !important;
}



/* GRAYSCALE LOGO */

.logohome .swiper-slide-inner{
    filter: grayscale(1);
}

/* tarte au citron notice */
.elementor-widget-google_maps .elementor-custom-embed {
    line-height: 1.5 !important;
}

/* Masquer la plaquette quand vide, noplaquette */
#noplaquette a:not([href]) {
    display: none;
}/* End custom CSS */