/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


:root{
	--tdk-maxwidth:1600px;
}

/*ENTETE*/
body.home .l-header:not(.sticky){margin-top:1.5rem !important; transition:0.3s;}
body.home .l-header.sticky{margin-top:0 !important;}

/*PAGES*/
/*Accueil*/
.tdk-welcomesection .l-section-img, .tdk-welcomesection .l-section-slider{top:1.5rem !important; right:1.5rem !important; left:1.5rem !important; border-radius:var(--site-border-radius);}
.tdk-welcomesection .l-section-slider .rsOverflow{border-radius:var(--site-border-radius);}
.tdk-welcomesection::before{content:''; position:absolute; top:1.5rem; right:1.5rem; bottom:0 !important; left:1.5rem !important; background:radial-gradient(rgba(113,114,120,0), rgba(113,114,120,1)); mix-blend-mode:multiply; border-radius:var(--site-border-radius); display:block; pointer-events:none; z-index:1;}
.tdk-welcomesection::after{content:''; position:absolute; top:1.5rem; right:1.5rem; bottom:0 !important; left:1.5rem !important; background:radial-gradient(rgba(255,167,78,1), rgba(113,114,120,1)); mix-blend-mode:multiply; border-radius:var(--site-border-radius); display:block; pointer-events:none; z-index:1;}
.tdk-welcomesection .l-section-h{z-index:2;}
.tdk-welcomeh1 h1{font-family:var(--font-family) !important; font-weight:800 !important; text-shadow:rgba(0,0,0,0.36) 0 3px 6px;}