/* === Typographie === */

p .highlight{
	color: #666699;
}

/* === Navbar === */

.uk-navbar-nav a{
	position: relative;
}

.uk-navbar-nav a::after{
	position: absolute;
	right: 0px;
	bottom: -5px;
	left: 0px;
	content: '';
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 9px solid #5b749f;
	border-left: 10px solid rgba(0, 0, 0, 0);
	opacity: 0;
	transition: all 0s ease-in 0s;
}

.uk-navbar-nav .uk-parent a[aria-expanded="true"]::after,
.uk-navbar-nav .uk-parent a:hover::after{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease-out 0.2s;
}

.uk-navbar .uk-navbar-nav li.uk-active a{
	font-weight: 700;
}

/* === Language Switcher === */

.mod-languages .dropdown-toggle .mod-languages__text,
.mod-languages .dropdown-menu .dropdown-item .mod-languages__text{
	display: none !important;
}

.mod-languages img{
	margin-bottom: 4px;
}

.mod-languages .uk-dropdown{
	min-width: 1px;
}

.mod-languages a,
.mod-languages .uk-dropdown a{
	font-size: 0 !important;
	line-height: 0 !important;
	white-space: nowrap;
	display: inline-block;
}

.mod-languages a img,
.mod-languages .uk-dropdown a img{
	font-size: initial;
	line-height: 1 !important;
	height: 18px;
	width: auto;
	vertical-align: middle;
	max-width: none;
}

.mod-languages .uk-dropdown li,
.mod-languages .uk-dropdown a img{
	margin: 0px;
}

.mod-languages a[role="button"]::after{
	content: none !important;
}

/* === Search === */

.sc-finder{
	margin: 0 auto;
	max-width: 980px;
}

.sc-finder > form{
	margin-bottom: 60px;
}

.sc-finder .uk-article{
	margin: 0px 0px 80px 0px;
	position: relative;
}

.sc-finder .uk-article:last-child{
	margin-bottom: 40px;
}

.sc-finder .uk-article::after{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	width: 80%;
	height: 1px;
	background: #e5e5e7;
	content: '';
	display: block;
}

.sc-finder .uk-article:last-child::after{
	display: none;
}

.sc-finder .uk-article h2{
	font-size: 1rem;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
}

@media (max-width: 992.98px){
	.sc-finder .uk-article{
		margin-bottom: 60px;
		padding-left: 70px;
	}
	
	.sc-finder .uk-article::before{
		width: 40px;
		height: 40px;
	}
	
	.sc-finder .uk-article::after{
		bottom: -30px;
	}
	
	.sc-finder .uk-article:last-child{
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px){
	.sc-finder .uk-article{
		margin-bottom: 50px;
		padding-left: 40px;
	}
	
	.sc-finder .uk-article::before{
		width: 30px;
		height: 30px;
	}
	
	.sc-finder .uk-article::after{
		bottom: -25px;
	}
}

@media (max-width: 639.98px){
	
	.sc-finder > form fieldset > div > .uk-first-column:last-child{
		text-align: right;
	}
	
	.sc-finder > form button{
		width: auto;
		display: inline-block;
	}
}

@media (max-width: 579.98px){
	.sc-finder .uk-article{
		margin-bottom: 50px;
		padding-left: 0px;
	}
	
	.sc-finder .uk-article::before{
		display: none;
	}
}

/* === Login === */

.com-users-login.login{
	max-width: 400px !important;
}

/* === Footer === */

footer .uk-nav li > a{
	display: inline-block;
}

.lp-teaser-section,
.lp-teaser-pdfviewer canvas{
	background: #b1b7c7;
	background: linear-gradient(90deg, rgba(177, 183, 199, 1) 0%, rgba(166, 172, 190, 1) 100%);
}

.lp-teaser-headline{
	color: #5b749f;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
