.elementor-kit-5{--e-global-color-primary:#FFBD00;--e-global-color-secondary:#002226;--e-global-color-text:#484848;--e-global-color-accent:#FFBD00;--e-global-color-09c1914:#000000;--e-global-color-8dd0427:#FFFFFF;--e-global-color-09400f1:#00000000;--e-global-color-1ef2bc4:#FDF8F3;--e-global-color-6e9f76a:#FFBD003D;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Oooh Baby";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"DM Serif Display";--e-global-typography-accent-font-weight:300;background-color:var( --e-global-color-1ef2bc4 );font-family:"Poppins", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* @media (min-width:1024px) {
    #content.site-main,
footer {
        padding-left: 160px;
    }
} */

@media (max-width:767px){
    html body {
    scroll-snap-type: none;
    }
}

@media (max-height:600px){
    html body {
    scroll-snap-type: none;
    }
}

b, strong {
    font-weight: 700 !important;
}

/** Button **/

/* Bouton principal Outside - forme organique */
.btn-outside a.elementor-button {
  position: relative;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 1em 3em;
  line-height: 1;
  z-index: 0;
}

/* La forme SVG en pseudo-élément derrière le texte */
.btn-outside a.elementor-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/06/bouton-shape.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Hover : légère rotation pour renforcer le côté imparfait */
.btn-outside a.elementor-button:hover::before {
  transform: rotate(-0.5deg) scale(1.02);
  transition: transform 0.2s ease;
}

.btn-outside a.elementor-button:hover {
  color: #265051 !important;
  transition: transform 0.2s ease;
  transform: rotate(-0.5deg) scale(1.02);
}

/** BTN outline **/

.btn-outside.outline a.elementor-button::before {
  background-image: url('/wp-content/uploads/2026/06/bouton-outline-3.svg') !important;
}/* End custom CSS */