/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2025 | 10:05:37 */
.gradient-blue {
    background: linear-gradient(to right, #009CCD 0%, #123597 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small-title { 
	border-top: 1px solid var(--e-global-color-a7b2f18);
	font-size: 17.5px; 
}

.before-title-de:before { content: "de "; }
.before-title-a:before { content: "à "; }
.before-title-en:before { content: "en "; }

@media (max-width: 1024px) { 
	.small-title { font-size: 15px; }
}