<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font style import */
@import 'fonts.css';

html {
	margin: 0;
}
body {
	position: relative;
	background: #F2F4F9;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6,
.title, .card-title, .section-title { font-family: 'Bebas Neue Pro SemiExp XBold'; font-weight: 800; font-style: normal; color: #193755;}
.brand { font-family: 'Bebas Neue Pro Middle'; font-weight: 500; font-style: normal; }

a:hover {
	text-decoration: none;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.page-header h3 { 
	font-weight: 400; 
	line-height: 25px; 
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nowrap {
	white-space: nowrap;
	display: inline-block;
}

.tags .label a{
	color: #FFF;
}
.tags .label:hover{
	background-color: #AAA;
}
.section_header {
	width: 100%;
/*	margin-bottom: 60px; */
	margin: 30px 0;
}
.section_header h3 {
	color: #333;
	font-weight: 500;
	font-size: 24px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 0px;
	display: inline-block;
	margin:0;
}

.breadcrumb { margin: 0; background: none; }

.annonces { margin: 20px 10px; }

/* Footer
-------------------------------------------------- */
#footer {
	background-color: var(--white);
	min-height: 40px;
	margin-top: auto;
	padding: var(--main-padding) 0 max(env(safe-area-inset-bottom), var(--main-padding));
	color: #333;
	text-align: left;
}
#footer .author img {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
}

#footer .author .name {
	padding-top: 10px;
}

#footer .contact {
	text-align: right;
}

.contacticos{
	background: url('../img/contact_icons.png') no-repeat;
	width: 24px;
	height: 44px;
}
.contacticos.tel{
	background: url('../img/contact_icons.png') 0 0 no-repeat;
}
.contacticos.mail{
	background: url('../img/contact_icons.png') 0 -21px no-repeat;
}
.contacticos.fax{
	background: url('../img/contact_icons.png') 0 -42px no-repeat;
}

#footer span.ico1 {
	display: inline-block;
	height: 20px;
	margin-bottom: -5px;
	float: none;
}

#footer .red { color: #F80; }

#footer .legal {
	border-top: 1px solid #AAA;
	margin-top: 15px;
	padding: 10px 0 0 0;
	color: #AAA;
	text-align: center;
}
#footer p { text-align: center; }

#footer .copyright {
	border-top: 1px solid #DDD;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	color: #AAA;
	font-style: italic;
	text-align: center;
}

#footer .copyright img {
	width: 120px; 
	margin: 0px 0px 6px 2px;
}


/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("../img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("../img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}
.icon-stack i+i {
	margin-top: -2px;
}

/* Carousel
-------------------------------------------------- */
.carousel-inner &gt; .item &gt; img, 
.carousel-inner &gt; .item &gt; a &gt; img {
  margin: auto;
}

/* Responsive
-------------------------------------------------- */

@media (max-width: 979px) {
	.breadcrumb { padding: 5px; }
}
@media (max-width: 767px) {
	.container{
		padding: 0px var(--main-padding);
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	#footer .contact{
		margin: 0;
		text-align: left;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}
</pre></body></html>