.elementor-kit-6{--e-global-color-primary:#E20714;--e-global-color-secondary:#000000;--e-global-color-text:#6D6D6D;--e-global-color-accent:#AD0714;--e-global-typography-primary-font-family:"Orbitron";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Orbitron";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Public Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Public Sans";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:60px;font-weight:800;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:42px;font-weight:800;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:35px;font-weight:800;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:25px;font-weight:800;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-family:"Orbitron", Sans-serif;font-size:20px;font-weight:800;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Public Sans", Sans-serif;font-size:18px;font-weight:400;color:#FFFFFF;background-color:var( --e-global-color-primary );border-radius:30px 30px 30px 30px;padding:10px 20px 10px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h2{font-size:35px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::selection {
  color: #e20714;
  background: #6d6d6d;
}

html, body {
    overflow-x: hidden;
}

.elementor-widget-text-editor p {
    margin-top: 0;
}

.bouton-fg .elementor-button {
    background-color: transparent;
  background-image: linear-gradient(90deg, var( --e-global-color-primary ) 25%, var( --e-global-color-accent ) 75%);
  background-size: 100% 100%;
  transition: all ease 0.5s;
}
.bouton-fg .elementor-button:hover {
    background-size: 200% 100%;
}


.elementor-widget-theme-site-logo {
    transition: all 0.2s ease;
}
.elementor-sticky--active .elementor-widget-theme-site-logo {
    max-width: 50px !important;
}

.titre-point-rouge {
    padding-left: 35px;
}
.titre-point-rouge::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
background: #e20714;
    border-radius: 30px;
      animation-duration: 1s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}/* End custom CSS */