@charset "utf-8";
/* CSS Document */

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	GENERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.logo-entête img{
    max-width: 250px;
}
/* - - - - - - - - - - - - - - - - - - - - - ScrollToTop */
.top_link{
    display: none;
    opacity: 0;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	CONTENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.content img {
    border-width: 3px;
}
/* - - - - - - - - - - - - - - - - - - - - - RESTAURANT */
.restaurant {
    margin: 20px auto 4px;
}
.restaurant img {
    display: none;
}
/* - - - - - - - - - - - - - - - - - - - - - POPUPS DES MENUS */
.popup_block h2{
    font-size: 1em;
}
