@font-face {
font-family: 'UpRight';
src: url('TypoUprightBT.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
	font-family: Futura;
	src: url('Futura-NormalRegular.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #FFFFFF;
	font-family: Futura, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: UpRight;
	font-size:200px;
	font-style: bold;
	font-style: oblique;
	margin: 150px auto 30px auto;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	width: 700px;
	margin: 0 auto 0 auto;
	font-family: Futura, helvetica, sans-serif;
	line-height: 1.7em;
	color: #505050;
}

li {
	list-style-type:none;
	display: block;
}

.slide {
	overflow:hidden;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
#slide1 {
	height: 1000px;
	padding-top: 120px;
	background-image: url('PizzaAccueil.jpg');
}

#leftArrow {
	display: inline;
}

#rightArrow {
	display: inline;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

h2 {
	font-size: 40px;
	font-family: Lucida Console, Arial, serif;
	display: inline;
}

#location {
	display: inline-block;
	margin: 250px 0 10px 0;
}

.rectButton {
	padding: 10px;
	margin: 0 auto 0 auto;
	border-width: 1px;
	border-style: solid;
	width: 140px;
}

.rectButton:hover {
	background-color: #111111;
	color: #ffffff;
}

#slide2 {
	position: relative;
	height: 1000px;
	width: 100%;
	display: inline-block;
	background-image: url('PizaAccueil2.jpg');
	z-index: 1;
}

.lozange {
	/* position: absolute; */
	width: 500px;
	height: 500px;
	background-image: url('sq45.png');
	background-repeat: none;
	background-size: 500px 500px;
	z-index: 2;
}

#loz1 {
	float: right;
	position: absolute;
	top: 70px;
	right: 340px;
	/* margin: 50px 300px 0 auto; */
	z-index: 10;
}

#loz2 {
	float: left;
	/* margin: 0 auto 0 300px; */
	position: absolute;
	top: 350px;
	left: 340px;
	z-index: 9;
}
	

.inLozange {
	padding-top: 225px;
}

.textInLozange {
	font-family: impact, impact-w01-2010, impact-w02-2010, impact-w10-2010, sans-serif;
	letter-spacing: 0.08em;
	font-size: 48px;
	text-transform: uppercase;
}

.subTextInLozange {
	font-family: helvetica, sans-serif;
}

#slide3 {
	border-top: solid #222222 5px;
	height: 450px;
	color: #222222;
	background-color: #ffffff;
}

.slideTop {
	color: #ffffff;
	width: 200px;
	background-color: #222222;
	border: solid #222222 5px;
	margin: 0 auto 0 auto;
}

#slide4 {
	height: 700px;
	background-image: url('PizzaCapri.jpg');
}

#slide5 {
	border-top: solid #222222 5px;
	height: 1250px;
	color: #222222;
	background-color: #ffffff;
}

.underTop {
	font-family: impact, impact-w01-2010, impact-w02-2010, impact-w10-2010, sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	margin-top: 60px;
}

#pizzaP {
	margin-top: 20px;
}

#hours {
	margin-top: 30px;
}

#navCont {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0;
	background-color: #000000;
	text-align: center;
}

#telCont {
	position: fixed;
	float: left;
	text-align: left;
	font-size: 20px;
	display: inline-block;
	max-height: 23px;
	display: block;
	margin: 0 10px 0 0;
	padding: 8px;
	background: #000000;
	color: #eeeeee;
}

.nav {
    list-style: none none;
	text-align: center;
    padding: 0;
	margin: 0 25% 0 25%;
	width: 100%;
	display:  block;
	position: relative;
	z-index: 68465413463;
}

.inNav {
    display: block;
    padding: 10px;
	width: 10%;
	margin: 0;
	color: #ffffff;
    text-decoration: none;
	float: left; /* Pour que les liens s’affichent horizontalement */
    position: relative; /* Crée un contexte de positionnement pour les sous-listes */
	text-align: center;
}

.inNav:focus, .inNav:hover {
	color: #222222;
	background-color: #ffffff;
}

.subNav {
    display: none; /* Masque la sous-liste */
    position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
    left: 0; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    top: 2em; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur, on le positionne explicitement en bas du conteneur */
    white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */
	color: #222222;
    margin: -2px 0 0 0; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l’un à l’autre */
	background-color: #ffffff;
	text-align: left;
}

.inSubNav {
	padding: 2px 2px 2px 5px;
}

.inSubNav:hover {
	color: #ffffff;
	background-color: #222222;
}

.inNav:hover .subNav {
    display: inline-block; /* Affiche cette sous-liste au survol de son conteneur */
}

.flexcont {
	display: flex;
}

.foodCont {
	margin: 0 auto 0 auto;
	background-color: #eaeaea;
	width: 810px;
	margin-top: 10px;
	background: #ffffff;
	opacity: 1;
}

.typeProd {
	width: 600px;
}

.tailleProd {
	width: 100px;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 0 0;
	margin-bottom: -10px;
}

th, .foodTitle {
	font-family: Futura, helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	color: rgb(154, 21, 18);
	text-transform: uppercase;
	padding: 20px 0 20px 0;
	font-weight: bold;
}

td {
	color: #323232;
}

h3 {
	font-family: Futura, helvetica, sans-serif;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #111111;
}
table {
	width: 810px;
	background-color: #ffffff;
}

#Pizzas {
	margin: -130px auto 0 auto;
	background-color: #ffffff;
	padding: 10px 0 10px 0;
	width: 930px;
}

#Salades, #Desserts, #Boissons {
	background-color: #ffffff;
	padding: 10px 0 10px 0;
	width: 820px;
	margin: 10px auto 100px auto;
}

#contact {
	margin: 0;
	padding: 0;
}

#contactButton {
	margin: 30px auto 0 auto;
}

.globCont {
	margin: 0;
	padding: 0 0 100px 0;
}

.topImg {
	height: 500px;
	margin-bottom: -150px;
	background-repeat: no-repeat;
	background-size: cover;
}

#saladTop {
	background-image: url('salade.jpg');
}

#dessertsTop {
	background-image: url('nutella.jpg');
}

#pizzasTop {
	background-image: url('PizzaCapri.jpg');
	background-position: center;
}

#boissonsTop {
	background-image: url('ice-Cold-Coca-cola-can-wallpaper.jpg');
	background-position: center;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 55px;
	font-weight: bold;
	color: #dd2222;
}

h5 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.topizzatable {
	padding: 150px auto 100px auto;
}

.drinkcont {
	display: inline-block;
	font-family: Futura, Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 10px 20px 10px 20px;
	padding: 0;
	color: #222222;
	background: #ffffff;
	border: none;
	text-align: center;
}

.drinkcont table {
	width: 75%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.footerCont {
	width: 100%;
	margin: 0;
	padding: 150px 0 100px 0;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}

.footer {
	margin: 0 auto 0 auto;
	font-size: 25px;
}

.telFoot {
	display: block;
	font-size: 35px;
	margin: 20px auto 40px auto;
}

h6 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 40px;
}