.elementor-kit-5{--e-global-color-primary:#00BDFF;--e-global-color-secondary:#003051;--e-global-color-text:#003051B3;--e-global-color-accent:#1691C9;--e-global-color-2e0a5f4:#F3F9FC;--e-global-color-50c22c2:#00BDFF;--e-global-color-302a010:#003051;--e-global-color-11e4374:#002641;--e-global-color-a00c9f8:#1691C9;--e-global-color-46d192c:#FAFBFC;--e-global-color-6a3e680:#E0E6EA;--e-global-color-02e83d2:#6A6A6A;--e-global-color-e9f7e89:#000000;--e-global-color-c911ac4:#FFFFFF;--e-global-typography-primary-font-family:"Gotham";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Gotham";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:120%;--e-global-typography-text-font-family:"Gotham";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:120%;--e-global-typography-accent-font-family:"Gotham";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:120%;color:var( --e-global-color-text );font-family:"Gotham", Sans-serif;font-size:18px;line-height:150%;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#003051;font-size:16px;font-weight:500;text-decoration:none;line-height:150%;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:12px 24px 12px 24px;}.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:#002641;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-a00c9f8 );font-family:"Gotham", Sans-serif;font-size:18px;font-weight:500;text-decoration:underline;line-height:120%;}.elementor-kit-5 a:hover{color:var( --e-global-color-a00c9f8 );}.elementor-kit-5 h1{color:#FFFFFF;font-size:48px;font-weight:bold;text-transform:uppercase;line-height:48px;}.elementor-kit-5 h2{color:var( --e-global-color-302a010 );font-size:48px;font-weight:bold;line-height:48px;}.elementor-kit-5 h3{color:var( --e-global-color-302a010 );font-size:24px;font-weight:bold;line-height:24px;}.elementor-kit-5 h4{color:var( --e-global-color-302a010 );font-size:20px;font-weight:bold;line-height:20px;}.elementor-kit-5 h5{color:var( --e-global-color-302a010 );font-size:18px;font-weight:bold;line-height:18px;}.elementor-kit-5 h6{color:var( --e-global-color-302a010 );font-size:18px;font-weight:bold;line-height:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-5 h1{font-size:32px;line-height:32px;}.elementor-kit-5 h2{font-size:36px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin: 0;
}

h1.entry-title{
    display: none!important;
}
/* Bouton simple underline*/

.btn-underline {
    background-color: #02010100; 
    font-size: 16px;
    text-decoration: none!important;  
    border-radius: 0px 0px 0px 0px; 
    padding: 0px 0px 4px 0px!important;

}

.btn-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: var(--e-global-color-a00c9f8);
}

.btn-underline:hover::after {
    animation: lineSlideOut 1.5s linear infinite;
}

@keyframes lineSlideOut {
    0% {
        left: 0; /* Début à gauche */
        width: 0; /* Largeur initiale 0 */
    }
    50% {
        left: 0; /* Toujours à gauche */
        width: 100%; /* Ligne complète à droite */
    }
    100% {
        left: 100%; /* Ligne décalée entièrement à droite */
        width: 0; /* Largeur réduite à 0, hors de vue */
    }
}


/* Bouton simple underline*/

.btn-underline-white {
    background-color: #02010100; 
    font-size: 16px;
    text-decoration: none!important;  
    border-radius: 0px 0px 0px 0px; 
    padding: 0px 0px 4px 0px!important;

}

.btn-underline-white::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: #fff
}

.btn-underline-white:hover::after {
    animation: lineSlideOut 1.5s linear infinite;
}

@keyframes lineSlideOut {
    0% {
        left: 0; /* Début à gauche */
        width: 0; /* Largeur initiale 0 */
    }
    50% {
        left: 0; /* Toujours à gauche */
        width: 100%; /* Ligne complète à droite */
    }
    100% {
        left: 100%; /* Ligne décalée entièrement à droite */
        width: 0; /* Largeur réduite à 0, hors de vue */
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-Book.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-BookItalic.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://taillonassurances-staging.wshost.ca/wp-content/uploads/2025/03/Gotham-BoldItalic.woff') format('woff');
}
/* End Custom Fonts CSS */