html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
}

#fond-footer{
	width: 100%;
	height: 150px;
	margin-top: 50px;
	background-color:rgba(255,255,255,0.7);
	position: relative;
	
}

#contener-footer{
	width: 1024px;
	height: 150px;
	margin: 0 auto;
}

#logo-maitre{
	height: 70px;
	width: 78px;
	position: absolute;
	margin-left: 676px;
	margin-top: 10px;
	
}

#logo-tables{
	height: 70px;
	width: 45px;
	position: absolute;
	margin-left:764px;
		margin-top: 10px;

}

#logo-chato{
	height: 70px;
	width: 185px;
	position: absolute;
	margin-left: 819px;
		margin-top: 10px;
	
}

#adresse-footer{
	width: 300px;
	height: 115px;
	  font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-top: 10px;
	position: absolute;
	
}

#mentions{
	width: 300px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	position: absolute;
	margin-top: 120px;
	margin-left:724px;

}



/*/////////////////////////////TABLETTE//////////////////////////////*/
@media only screen and (min-width:650px) and (max-width:1024px) {
	

#fond-footer{
	width: 100%;
	height: 160px;
	margin-top: 50px;
	margin-bottom: 0px;
	background-color:rgba(255,255,255,0.7);
	position: relative;
	
}

#contener-footer{
	width: 100%;
	height: 160px;
	margin: 0 auto;
	
}

#logo-maitre{
	height: 47px;
	width: 52px;
	position: absolute;
	margin-left: inherit;
	margin-top: 30px;
	right: 72px;
}

#logo-tables{
	height: 47px;
	width: 30px;
	position: absolute;
	margin-left:inherit;
	margin-top: 30px;
	right: 152px;
	

}

#logo-chato{
	height: 47px;
	width: 123px;
	position: absolute;
	margin-left: inherit;
	margin-top:30px;
	right: 252px;

}

	
#adresse-footer{
	width: 250px;
	height: 100px;
	  font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	position: absolute;
	
}

#mentions{
	width: 250px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	position: absolute;
	margin-top: 130px;
	right: 20px;
	margin-left: inherit;
	

}

}




/*/////////////////////////////TELEPHONE//////////////////////////////*/

@media only screen and (max-width:650px){
	


#fond-footer{
	width: 100%;
	height: 230px;
	margin-top: 50px;
	background-color:rgba(255,255,255,0.7);
	position: relative;
	
}

#contener-footer{
	width: 100%;
	height: 230px;
	margin: 0 auto;
	
}

#logo-maitre{
	height: 47px;
	width: 52px;
	margin-left: -83px;
	left:50%;
	margin-top: 150px;
	background-size:cover;
	overflow: hidden;
	clear: both;
}
	
	
img{width:100%;}
	
	
#logo-tables{
	height: 47px;
	width: 30px;
	margin-left: -15px;
	left:50%;
	margin-top: 150px;
	background-size: cover;
	overflow: hidden;
	clear: both;
	

}

#logo-chato{
	height: 47px;
	width: 100px;
margin-left: 30px;
	left:50%;
	margin-top:150px;
	background-size:contain;
	overflow: hidden;
	clear: both;
}
	
#adresse-footer{
	width: 200px;
	height: 115px;
	  font-family: 'Roboto', sans-serif;
	font-size: 12px;
	position: absolute;
	text-align: center;
	left: 50%;
margin-left: -100px;
	
}

#mentions{
	width: 250px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	position: absolute;
	margin-left: -125px;
	left: 50%;
margin-top: 200px;
}

}

