.elementor-kit-7{--e-global-color-primary:#111111;--e-global-color-secondary:#EBEBEB;--e-global-color-text:#C9C9C9;--e-global-color-accent:#808080;--e-global-color-ac13934:#0600FF;--e-global-color-8d26402:#FF83E9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Trebuchet MS";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-bb01bd8-font-family:"Inter";--e-global-typography-bb01bd8-font-size:60px;--e-global-typography-bb01bd8-font-weight:300;--e-global-typography-bb01bd8-text-transform:uppercase;background-color:var( --e-global-color-secondary );}.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-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 *//* Style du soulignement */
.custom-soulignement {
    position: relative;
    display: inline-block;
    text-decoration: none; /* Supprimer le soulignement par défaut */
}

.custom-soulignement::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #007bff; /* Couleur du soulignement */
    transition: width 0.3s ease; /* Animation de transition */
}

.custom-soulignement:hover::after {
    width: 100%; /* Taille du soulignement au survol */
}/* End custom CSS */