.elementor-kit-7{--e-global-color-primary:#081C15;--e-global-color-secondary:#081C15;--e-global-color-text:#081C15;--e-global-color-accent:#CCE561;--e-global-color-f49f393:#FFFFFF;--e-global-color-921708d:#F5F2ED;--e-global-color-a85086f:#F1EDE6;--e-global-color-3aae782:#E2DED6;--e-global-color-305af9f:#CCE0D9;--e-global-color-949c8d7:#43B4CC;--e-global-color-4beceb7:#CCE561;--e-global-color-5eeb007:#9DB14A;--e-global-color-32c70c5:#618C70;--e-global-color-2bb71c7:#3C5745;--e-global-color-316071e:#334238;--e-global-color-d498938:#1E2D2A;--e-global-color-047bea1:#041B11;--e-global-typography-primary-font-family:"aquavit";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"aquavit";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-7{--e-global-typography-primary-font-size:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x:hidden !important;
}
*, *:hover, *:focus, *:visited{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
a, a:hover, a:focus, a:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}
button, button:hover, button:focus, button:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}

/*Marges haut de page*/
.entry{
    margin-top:122px !important;
}
@media (max-width:1024px){
.entry{
    margin-top:135px !important;
}    
}
@media (max-width:767px){
.entry{
    margin-top:126px !important;
}    
}

/*Désactivation légendes Visionneuse*/
.elementor-slideshow__footer{
    display:none;
}


h1:before, h2:before {
    display: none !important;
}
p {
    margin-block-end: 0;
}
.noTitle{
	pointer-events: none;
}
.elementor-kit-7 input:focus, .elementor-kit-7 textarea:focus{
    box-shadow:none !important;
}
.limited{
    max-width:100vw;
    overflow:hidden;
}

/*Custom Scrollbar*/
/* width */
 ::-webkit-scrollbar {
     width:4px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#232527, #434547);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ee76445; 
 }/* End custom CSS */