.elementor-kit-5{--e-global-color-primary:#1D1D1C;--e-global-color-secondary:#E67E22;--e-global-color-text:#1D1D1C;--e-global-color-c01a15a:#F6F5F2;--e-global-color-bae0737:#FFFFFF;--e-global-color-1be94bd:#091A44;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-773570b-font-family:"Roboto";--e-global-typography-773570b-font-size:24px;--e-global-typography-773570b-font-weight:600;color:var( --e-global-color-primary );font-size:15px;line-height:20px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-bae0737 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:8px 8px 8px 8px;padding:10px 12px 10px 12px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-bae0737 );border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-secondary );}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:38px;font-weight:600;}.elementor-kit-5 h3{color:var( --e-global-color-primary );}.elementor-kit-5 h4{color:var( --e-global-color-primary );}.elementor-kit-5 h5{color:var( --e-global-color-primary );}.elementor-kit-5 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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 */.bntHover:hover {
    transform: translateY(-3px)
}

.textUnderlined li a:hover {
    text-decoration: underline;
}

.ifWhite li a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

#hide-header {
    transition: all .4s ease!important;
}




/** Title span before **/
.spanTitle span {
  position: relative;
  z-index: 1;
  padding: 0.1em;
  color: var(--e-global-color-secondary);
}

/* coins décoratifs */
.spanTitle span::before,
.spanTitle span::after {
  content: "";
  position: absolute;
  width: 0.45em;
  height: 0.45em;
  border: 6px solid var(--e-global-color-primary);;
  z-index: -1;
  top: 10px;
  transform: translateY(-50%);
}

/* coin gauche (L normal) */
.spanTitle span::before {
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* coin droit (L inversé) */
.spanTitle span::after {
  right: 4px;
  border-left: none;
  border-bottom: none;
}/* End custom CSS */