/**************************************************************************************************
FOOTER ADERAI
***************************************************************************************************/

footer{
	position: relative;
	z-index: 1;
	width: 100%;
	color: #525152;
	letter-spacing: 0.2px;
	letter-spacing: 0.02rem;
}

footer div, footer nav, footer p{
	margin: 0;
	padding: 0;
}

footer a,
footer a:visited,
footer a:link{
	color: #525152;
}

footer a:hover{
	color: #F37023;
}

footer .etage-superieur{
	width: 100%;
	background: #f3f3f3;
}

footer .etage-inferieur{
	width: 100%;
	background: #ffffff;
}

footer .etage-superieur > div{
	max-width: 1180px;
	max-width: 118rem;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	padding: 1rem 1rem 1rem 1rem;
}

footer .etage-inferieur{
	padding: 25px 0 50px 0;
	padding: 2.5rem 0 5rem 0;
}
footer .etage-inferieur > div{
	max-width: 1180px;
	max-width: 118rem;
	margin: 0 auto;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

footer .etage-superieur .avantages,
footer .etage-superieur .contactez-nous,
footer .etage-superieur .informations{
	width: 285px;
	width: 28.5rem;
	/*background: #a0a0a0;*/
	text-align: left;
}

footer .etage-superieur .avantages h5,
footer .etage-superieur .contactez-nous h5,
footer .etage-superieur .informations h5{
	margin: 0;
	padding: 15px 0px 15px 0px;
	padding: 1.5rem 0rem 1.5rem 0rem;
	border-bottom: 1px solid #707070;
	border-bottom: 0.1rem solid #707070;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

footer .etage-superieur .contactez-nous h5 .not-hover,
footer .etage-superieur .contactez-nous h5:hover .hover{
	display: inline;
}

footer .etage-superieur .contactez-nous h5:hover .not-hover,
footer .etage-superieur .contactez-nous h5 .hover{
	display: none;
}

footer .etage-superieur .avantages > div,
footer .etage-superieur .contactez-nous > div,
footer .etage-superieur .informations nav{
	padding: 10px 0px 10px 0px;
	padding: 1rem 0rem 1rem 0rem;
}

footer .etage-superieur .avantages p{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

footer .etage-superieur .avantages img{
	width: 20px;
	width: 2rem;

	height: 2rem;
	height: 2rem;

	margin-right: 10px;
	margin-right: 1rem;

	vertical-align: bottom;
}

footer .etage-superieur .contactez-nous div p{
	padding: 0px 0px 10px 0px;
	padding: 0rem 0rem 1rem 0rem;
}

footer .etage-superieur .contactez-nous div > p:last-of-type{
	padding: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
}

footer .etage-superieur .informations nav.disflex ul{
	width: 50%;
}

footer .etage-superieur .informations nav ul li{
	padding: 0px 0px 5px 0px;
	padding: 0rem 0rem 0.5rem 0rem;
}

footer .etage-superieur .informations nav ul li:last-child{
	padding: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
}

footer .etage-superieur .informations nav ul li a:hover{
	/*color: #F37023;*/
}

footer .etage-inferieur a:hover{
	/*color: #F37023;*/
}

footer .etage-inferieur > div > div{
	max-width: 100%;
}

body.lang_fr footer .etage-inferieur > div:first-child > div:last-child{
	/* width: 250px; */
	/* width: 25rem; */
}

body.lang_it footer .etage-inferieur > div:first-child > div:first-child,
body.lang_it footer .etage-inferieur > div:first-child > div:last-child{
	/* width: 350px; */
	/* width: 35rem; */
}

body.lang_fr footer .etage-inferieur > div:first-child > div:first-child > div.disib:last-child{
	margin-left: 0;
}

footer .etage-inferieur > div:first-child > div:first-child{
	text-align: left;
}

footer .etage-inferieur > div:first-child > div:last-child{
	text-align: right;
}

@media all and (min-width: 400px){
	/*
	body.lang_fr footer .etage-inferieur > div:first-child > div:first-child > div.disib:last-child{
		margin-left: 30px;
		margin-left: 3rem;
	}
	*/
}

@media all and (max-width: 892px){
	footer .etage-superieur > div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		           -moz-box-orient: vertical;
		           -moz-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        -webkit-align-items: center;
		           -moz-box-align: center;
		        align-items: center;
	}
	
	footer .etage-superieur div .avantages,
	footer .etage-superieur div .contactez-nous,
	footer .etage-superieur div .informations{
		width: 100%;
		max-width: 280px;
		max-width: 28rem;
	}

	footer .etage-inferieur > div:first-child > div:first-child,
	footer .etage-inferieur > div:first-child > div:last-child,
	footer .etage-inferieur > div:first-child > div,
	footer .etage-inferieur > div:last-child > div{
		width: 100%;
		text-align: center;
	}

	footer .etage-inferieur > div > div{
		padding: 10px 0px 10px 0px;
		padding: 1rem 0rem 1rem 0rem;
	}

}


@media all and (max-width: 580px){
	footer .etage-inferieur > div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		           -moz-box-orient: vertical;
		           -moz-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        -webkit-align-items: center;
		           -moz-box-align: center;
		        align-items: center;
	}
	
}

/*********************************************************************************************************
/FOOTER ADERAI
**********************************************************************************************************/


/*********************************************************************************************************
FOOTER ADERAI - WIDGET Société des avis garantis
**********************************************************************************************************/

.new_body footer .agJsWidget{
	position: relative;
	z-index: 2;
}

.new_body footer .agJsWidget #agWidget-1{
	margin: 0 auto !important;
	-webkit-tranform: none !important;
	-ms-tranform: none !important;
	transform: none !important;
}

.new_body footer .agJsWidget .flyout{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.new_body footer .agJsWidget .flyout #tip{
	display: none;
}

/*********************************************************************************************************
/FOOTER ADERAI - WIDGET Société des avis garantis
**********************************************************************************************************/

/*********************************************************************************************************
FOOTER ADERAI - Prefooter PANIER
**********************************************************************************************************/

.new_body #prefooter{
	position: relative;
	z-index: 2;
	padding: 30px 0;
	padding: 3rem 0;
/*	border-top: 1px solid #a1a1a1;
	border-top: 0.1rem solid #a1a1a1;*/
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	     box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.new_body #prefooter img{
	width: 50px;
	width: 5rem;
}

/*********************************************************************************************************
/FOOTER ADERAI - Prefooter PANIER
**********************************************************************************************************/


