@font-face {
font-family: 'Police1';
src: url('../fonts/Florence-Regular.ttf');
}

@font-face {
font-family: 'Police2';
src: url('../fonts/anakronism_[fr.allfont.net].ttf');
}

@font-face {
font-family: 'Police3';
src: url('../fonts/AristocratRegular.TTF');
}

@font-face {
font-family: 'Police4';
src: url('../fonts/Loopi.otf');
}

@font-face {
font-family: 'Police5';
src: url('../fonts/AlexBrush-Regular.ttf');
}

@font-face {
font-family: 'Police6';
src: url('../fonts/GreatVibes-Regular.otf');
}

@font-face {
font-family: 'Police7';
src: url('../fonts/JosefinSans-Bold.ttf');
}

@font-face {
font-family: 'Police8';
src: url('../fonts/Cookie-Regular.ttf');
}

img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100%;
}

body
{
	/*background-image: url("../images/fond.png");*/
	background-color: #a10303;
	background-repeat: no-repeat;
	font-family: arial;
	font-style: normal;
	min-width: 320px;
}
.bandeau{
	background-image: url("../images/fond_section_light2.jpg");
    background-position: center top;
	color: rgb(255,255,255);
	font-family: 'Police6';
	text-align: center;
	font-size: 60px;
}
.menu{
	font-family: Police8;
	font-size: 28px;
    font-weight: bold;
}

#menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted  rgba(0,0,0,0.2);
	border-top: 1px dotted  rgba(0,0,0,0.2);
	position:relative;
	display: inline-block;
	}
	
#menu li {
	margin: 0px;
	padding: 10px;
	display: inline-block;
	list-style-type: none;
	}

#menu a, #menu a:visited , #menu a:hover{
	color: rgb(255,255,255);
	text-decoration: none;
}

#menu a:hover{
	border-bottom: 2px solid  rgb(255,255,255);
	border-top: 2px solid  rgb(255,255,255);
}
	
.logo{
	height: 90px;
	margin-top: 5px;
	margin-right: 30px;
    /*position: absolute;
    left: 100px;
    top: 20px;*/
}

.section-container_pizza{
	background-repeat: repeat;
    background-position: center top;
    padding: 10px;
	position: relative;
	top: 0px;
	text-align: center;
}
.tabnav{
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 1300;

	/*font-family: Police1;*/
}
.List_Prod{
	position: relative;
	top: 10px;
	/*background-color: rgba(255, 255, 255, 0.2);*/
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.Sous_Categorie{
	border-bottom: 1px dotted  #ffffff;
	text-align: left;
	font-family: Police5;
	font-size: 28px;
	color: rgb(255,255,255);
}
.Sous_List_Prod{
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.Produit{
	background-color: rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 220px;
	margin: 10px;
	padding: 4px;
	color: rgb(255,255,255);
}
.Titre_Prod{
	background-color: rgba(0, 0, 0, 0.2);
	font-family: Police1;
	font-size: 22px;
}
.Image_Prod{
	background-color: rgba(0, 0, 0, 0.2);
	padding: 6px;
}
.Description_Prod{
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top:-150px;
	margin-left: 50%;
	height:68%;
	text-align: center;
	opacity:.99;
	color: rgb(255,255,255)
}

/******************** sous menu  ********************/
	
#tabnav {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted  rgba(0,0,0,0.2);
	border-top: 1px dotted  rgba(0,0,0,0.2);
	position:relative;
	display: inline-block;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	}

#tabnav a:link, #tabnav a:visited {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: rgb(255,255,255);
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	}

#tabnav a:hover {
	color: #ffffff;
	}

.bandeau_bas{
	background-color: rgba(0, 0, 0, 0.2);
	color: rgb(255,255,255);
	font-family: 'Police7';
	font-size: 16px;
	height: 80px;
}	
.logo_bas{
	height: 80px;
	padding-left: 140px;
	float: left;
}
.tel{
	height: 80px;
	width: 220px;
	float: right;
	text-align: center;
	padding-right: 100px;
	padding-top: 10px;
}
.adresse{
	text-align: right;
	height: 80px;
	width: 320px;
	float: right;
	padding-right: 50px;
	padding-top: 10px;
}
.sociaux{
	text-align: right;
	height: 80px;
	width: 320px;
	float: right;
	padding-right: 40px;
	padding-top: 20px;
}