<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.contheader {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.contheader a {color:#FFFFFF; text-decoration: underline;}
h2 {
	font-size:30px;
	font-family: Gotham, Arial, sans-serif;
}
.bordlrouge {
	border-left:2px solid #BD0013;
	padding-left:20px;
	height:130px;
}
.bordlrouge p {margin-bottom:0;}
.divshadow {
	box-shadow:0 8px 60px #D6D6D6;
	height:250px;
}
.divshadow .translatey50 {
	left:10px;
	width:203px;
}
.divshadow img {
	max-width:100%;
	height:auto;
	max-height:230px;
	width:auto;
}
.divheader {padding-bottom:10px;}
.divlogo {
	display:block;
	float: left;
	width:32px;
	height:32px;
	border:1px solid #000000;
	margin-right:5px;
	border-radius: 20px;
	padding:9px 0;
}
.divlogo img {
	display:block;
	max-width:100%;
	height:auto;
}
.item {
	background-color:#FFFFFF;
	width:80%;
	padding:1rem;
}
.item p {margin:0;}
@media (max-width: 1199.98px) {
	.divshadow .translatey50 {width:270px;}
}
@media (max-width: 991.98px) {
	.bordlrouge {height:100px;}
	.divshadow .translatey50 {width:310px;}
}
@media (max-width: 767.98px) {
	.contheader {position:relative;top:auto;right:auto;bottom:auto;left:auto; margin-top:-100px;}
	.bordlrouge {height:auto;}
	.divshadow {height:auto;padding:10px;}
	.translatey50, .translatexy50 {position:relative;left:auto;top:auto; transform: translateY(0);}
	.divshadow .translatey50 {width:100%;}
	.divshadow img {max-width:100%;height:auto;max-height:auto;}
}</pre></body></html>