/* ******************************************************* */
/* ******************************************************* */
/*  	Denis GOUJON de BEAUVIVIER
/* 		Studio FRBIZNET-iQRterra
/* 		mars 2020
/*		footer css 						           
/* ******************************************************* */
/*
/* 	Version : 1.01
/*	Author : Denis GOUJON de BEAUVIVIER
/*	
/* ******************************************************* */


.site-footer  { 
	background: url("../../../img/nav-bg.png") repeat-x; 
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	height: 4.5em !important;
	z-index: 5000;
}

/* style footer */

.ac_footer{
	/*position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:2.5em;
	padding-bottom:5px;
	opacity:0.9;*/
	line-height: 5em;
}
.ac_footer a{
	padding:0px 10px;
	letter-spacing: 1px;
	float: right;
	line-height: 4.5em;
}

.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}
.ac_footer a:hover {
	font-weight:bold;
}



@media only screen and (max-device-width: 48.1em) {
	body{
		overflow:hidden;
	}
	.site-footer{
		position:relative;
	}
}