.elementor-kit-32{--e-global-color-primary:#001E50;--e-global-color-secondary:#00B0F0;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-e7cf537:#79D5F7;--e-global-typography-primary-font-family:"VW HEAD";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"VW HEAD";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"VW TEXT";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"VW TEXT";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;}.elementor-kit-32 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-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 *//****** BODY ******/

html {
    font-size: 16px;
}


.op50 {
    opacity: 0.5;
}


.cta-blanc a{
    padding: 20px 24px;
    border-radius: 100px;
    color: #001E50;
    background-color: #fff;
    font-size: 1rem !important;
}


.cta-underline a .elementor-button-content-wrapper {
    position: relative;
    display: inline-block;
}

.cta-underline a .elementor-button-content-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left; /* <-- direction de départ */
    transition: transform 0.2s ease-in-out;
}

.cta-underline a:hover .elementor-button-content-wrapper::after {
    transform: scaleX(1); /* <-- "déplie" de gauche à droite */
}




/*
.cta-blanc a:hover .elementor-button-content-wrapper::after {
    width: 100%;
    transition:0.4s ease-in-out;
}


.cta-blanc a .elementor-button-content-wrapper {
    position: relative;

}

.cta-blanc a .elementor-button-content-wrapper::after {
    content:'';
    width: 0%;
    height:1px;
    background-color: #001E50;
    display: block;
    bottom: 0;
    position: absolute;
}
*/




.cta-bleu-fonce a{
    padding: 20px 24px;
    border-radius: 100px;
    color: #fff;
    background-color: #001E50;
    font-weight: bold;
    font-size: 1rem !important;
}


.title-alinea {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.title-alinea::before{
    content:'';
    width: 160px;
    height: 1px;
    background-color: currentColor;
    display: inline-block;
}



.title-alinea-blanc {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.title-alinea-blanc::before{
    content:'';
    width: 160px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
}






/**** RESPONSIVE ****/





@media (max-width: 1024px) {
    .form-piver {
        position:inherit;
        top:0 !important;
    }
}




@media (max-width: 767px) {
    
    
    .title-alinea {
        gap: 1rem;
    }
    
    .title-alinea-blanc {
        gap: 1rem;
    }
    
    .title-alinea::before{
        width: 32px;
    }
    
    .title-alinea-blanc::before{
        width: 32px;
    }
     
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'VW HEAD';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.volkswagenpaimpol.com/wp-content/uploads/2025/07/vwheadregular.woff2') format('woff2');
}
@font-face {
	font-family: 'VW HEAD';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.volkswagenpaimpol.com/wp-content/uploads/2025/07/vwheadbold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'VW TEXT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.volkswagenpaimpol.com/wp-content/uploads/2025/07/vwtextregular.woff2') format('woff2');
}
@font-face {
	font-family: 'VW TEXT';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.volkswagenpaimpol.com/wp-content/uploads/2025/07/vwtextbold.woff2') format('woff2');
}
/* End Custom Fonts CSS */