<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ALFI */
/* div */
.btgrid .row .col {
	margin-bottom: 30px;
}
.btgrid .row .col .content {
	border: solid 1px #f18e00;
}
/* bouton */
.btn-default {	
    background: #F18E00;
	display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 0 20px 0 20px;
    padding: 6px 30px 6px;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	margin-bottom: 20px;
}
.btn-defaut:hover {
    color: #fff;
}
/* breadcrumb */
#breadcrumb-area h1 {
	font-size: 32px;
}
/* footer */
#footer-widgets {
	background: #eaeaea;
}
.footer-nom {
	font-weight: 600;
	font-size: 20px;
}
.widget_contact a {
	color: #F18E00;
}
#footer-widgets .titre {
	font-size: 18px;
	margin-bottom: 20px;
}
.toutes-actu {
	float: right;
}
.toutes-actu a{
	color: #F18E00;
	font-size: 18px;
}
.mentions li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #3f3c3c;
}

.mentions li:last-child {
    border: none;
    padding-right: 0;
}
.mentions li a {
	color: #F18E00;
}
.mentions li a:hover {
	color: #fff;
}

/* accueil */
.accueil-h1 {
    position: relative;
    padding: 28px 60px;
    background: #F18E00;
	margin-top: 20px;
}
.accueil-h1 h1{
   font-size: 28px;
   font-weight: 400;
   color: #fff;
   text-align: center;
}
.accueil-contenu {
	margin-top: 20px;
}
.accueil-contenu a {
	color: #F18E00;
}
.accueil-contenu strong {
	font-weight:600;
}
.accueil-contenu p{
	font-size: 14px;
}
.accueil-contenu h2 {
	font-size: 24px;
	border-bottom:1px dashed #F18E00;
	padding-bottom: 10px;
	margin: 30px 0;
}
.accueil-contenu h3 {
	font-size: 16px;
}
#latest-news {
	margin-top: 20px;
	background: #f1f1f1;
}
.titre-last {
	font-size: 24px;
	margin-bottom: 40px;
}
/* contact */
#contact-info h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
#send-message {
	background: #363636;
}
#send-message h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}
#send-message .confirm {
	display: none;
}
.envoiok {
	background: #00ffcc;
	padding: 10px 30px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.envoierreur {
	background: #ff6633;
	padding: 10px 30px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

/* page */
.page-contenu {
	margin-top: 20px;
}
.page-contenu strong {
	font-weight:600;
}
.page-contenu p{
	font-size: 14px;
}
.page-contenu h2 {
	font-size: 24px;
	border-bottom:1px dashed #F18E00;
	padding-bottom: 10px;
	margin: 30px 0;
}
.page-contenu h3 {
	font-size: 16px;
}
.page-contenu a {
	color: #F18E00;
}
#latest-news {
	margin-top: 20px;
	background: #f1f1f1;
}
/* blog */
.pagination {
	margin-bottom: 30px;
}
.blog-post a {
	color: #FFFFFF;
}
.blog-post p {
	font-size: 16px;
}
/* 404 */
.erreur h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.erreur p {
	margin-bottom: 20px;
}</pre></body></html>