/* RESET */
html, body { height: 100%; margin: 0; padding: 0;
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

strong { font-weight: bold; }

a, a:hover, a:visited, a:link, a:active { outline: none; }

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline; }


/* GLOBAL */

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.inside { width: 100%; overflow: hidden; }

.red { color: #e4022d; }
.yellow { color: #ffff00; }
.white { color: #fff; }

.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15.5px; }
.m-b-10 { margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 { float: left; text-transform: uppercase; }

li { display: inline; list-style: none; }

body { background:#fff url(../img/bg/halftone-black-2.png) repeat-x; min-height: 100%; font-size: 1em; margin: 0; padding: 0; display : table; width: 100%;}

#container { width: 960px; margin: 0 auto; padding: 10px }

/******************* HEADER *******************/
header { clear: both; float: left; width: 940px; height: 259px; margin: 0; padding: 0; }
header h1 { font-family: 'Roboto', sans-serif; font-size: 1.8em; color: #000; }
header h2 { margin-top: 15px; font-family: 'Roboto', sans-serif; font-size: 0.9em; font-weight: lighter; color: #fff; text-align: center; }

#h-left { float: left; width: 720px; height: 249px; }
#h-right { float: left; width: 220px; height: 249px; }

#h-l-top { float: left; width: 720px; height: 138px; margin-bottom: 10px;  }
#h-l-bottom { float: left; width: 720px; height: 101px; }

#logo-top { 
	float: left; 
	/*width: 200px; */
	height: 130px; 
	margin: 0 20px 0 0;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75); */
	z-index: 99 !important;
	}
#logo-top img {
	/*width: 200px; */
	height: 130px;
	}

#h-l-top h1 {
	color: #fff;
	}

#h-t-nav { 
	float: left; 
	width: 500px; 
	margin: 15px 0 0 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 19px; 
	text-transform: uppercase; }
#h-t-nav li { float: left; margin: 0 0 0 20px; padding: 0; }
#h-t-nav li a { float: left; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #fff; }
#h-t-nav li a img { margin: 0; padding: 1px 0 0 0; }
#h-t-nav li a:hover { color: #ffff33; }
#h-t-nav li.active { 
	float: left; 
	margin: 0 0 0 20px; 
	padding: 0; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffff33; }

#h-b-nav { 
	float: left; 
	width: 720px; 
	margin: 0; padding: 0; 
	font-family: 'Oswald', sans-serif; 
	font-size: 12px; 
	text-transform: uppercase; 
	text-align: center; }
#h-b-nav li { float: left; width: 90px; height: 70px; margin: 0; padding: 0; }
#h-b-nav li a { float: left; width: 90px; height: 70px; margin: 0; padding: 0; font-weight: 700; text-decoration: none; color: #fff; transition: color 0.3s ease; }
#h-b-nav li a img { width: 90px; height: 70px; margin: 0; padding: 0; background: #fff; transition: background-color 0.3s ease }
#h-b-nav li a:hover img { width: 90px; height: 70px; margin: 0; padding: 0; background: #000 }
#h-b-nav li a:hover { float: left; display: inline; width: 90px; height: 70px; margin: 0; padding: 0; color: #000; }
#h-b-nav li.active { float: left; display: inline; width: 90px; height: 70px; margin: 0; padding: 0; color: #000; }
#h-b-nav li.active img { width: 90px; height: 70px; margin: 0; padding: 0; background: #000 }

/* FORM SELECT CITY */

/*#circle {
	float: right;
	width: 190px;
	height: 190px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; border-radius: 50%; }*/

#circle img {
	width: 190px;
	height: 238px;
}

label.custom-select { float: right; position: relative; display: inline-block; margin: 13px 0 0 0; outline: none;  }
.custom-select select {
	display: inline-block;
 	width: 190px;
	margin: 0;
	padding: 4px 3px 3px 5px;
 	outline: none; /* remove focus ring from Webkit */
   	background: #f8f8f8;
	font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border: 2px solid #e4022d; }
	
form select span { color: #ff00 }

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 	.custom-select select {
     	padding-right: 30px;    
   	}
}
    
/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
 	-webkit-box-shadow: 0 0 3px 1px #c00;
  	-moz-box-shadow: 0 0 3px 1px #c00;
  	box-shadow: 0 0 3px 1px #c00; }
    
/* Select arrow styling */
.custom-select:after {
  	content: "▼";
  	position: absolute;
  	top: 0;
  	right: 0;
 	bottom: 0;
  	font-size: 60%;
 	line-height: 30px;
 	padding: 0 7px;
   	background: #e4022d;
   	color: white;
  	pointer-events: none; 
 	-webkit-border-radius: 0 6px 6px 0;
   	-moz-border-radius: 0 6px 6px 0;
   	border-radius: 0 6px 6px 0; }
    
.no-pointer-events .custom-select:after { content: none; }

/******************* CONTAIN *******************/
#contain { float:left; clear:both; width: 940px; margin-bottom: 10px; }

#slogan {
	margin: 15px 0;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif; 
	font-size: 26px; 
	font-weight: 300; 
	text-transform: uppercase; 
	text-align: center; 
	color: #e4022d; 
	border-top: 1px solid #e4022d;
	border-bottom: 1px solid #e4022d; }
.section { }

#contain h2 {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif; 
	font-size: 2.8em; 
	font-weight: 400; 
	text-transform: uppercase; 
	text-align: left; 
	color: #e4022d; 
	border-bottom: 1px solid #e4022d; }

.column-left  { float: left; width: 255px; margin-right: 5px; }
.column-left h3 {
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 300; 
	text-transform: uppercase; 
	text-align: left; 
	color: #000; }

.column-right { float: left; width: 670px; }
.column-right p { margin: 0 0 10px; font-family: 'Open Sans', sans-serif; font-weight: lighter; font-size: 1.1em; text-align: left; color: #666; }
.column-right p strong { font-size: 1.1em; color: #e4022d; text-transform: uppercase; }
.column-right p span { color: #e4022d; }

/******************* CONTENT *******************/
#content { float:left; width: 730px; }

#banner { 
	float:left; 
	width: 730px; 
	height: 220px; 
	background: #000 url(../img/bg/halftone-black.png) bottom repeat-x;
	border: 10px #000 solid; }
#banner #category { float:left; width: 240px; height: 180px; padding: 0 0 0 20px; }

#banner #category h2#title { font-family: 'Roboto', sans-serif; font-size: 2.2em; font-weight: 400; color: #fff; }
#banner #category h3#subtitle { font-family: 'Roboto', sans-serif; font-size: 1.2em; font-weight: 300; color: #fff; }

.m-r-8 { margin-right: 8px; }
.choice-pate-pizza { 
	float:left;
	width: 238px; 
	height: 220px; 
	margin-top: 10px; 
	border: 10px #000 solid; }

.title { 
	margin: 10px 0 0 0; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.8em; 
	text-transform: uppercase;
	color: #e4022d; }
.title-size { 
	margin: 0 0 0 0; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.2em; 
	text-transform: none;
	color: #000; }
.title-size strong { color: #e4022d; }
.subtitle { 
	width: 730px; 
	height: 35px;
	margin-top: 10px;
	background: #000 url(../img/bg/halftone-red.png) repeat-x; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;  
	font-size: 1.65em; 
	text-align: center;
	color: #fff; }

/* Product */
.w-57 { width: 57px; }
.w-58 { width: 58px; }
.w-86 { width: 86px; }
.w-87 { width: 87px; }
.w-173 { width: 173px; }
.w-173 { width: 175px; }
.w-720 { width: 720px !important; }
.h-90 { height: 90px !important; }
.h-255 { height: 255px !important; }
.text-align-l { float: left !important; margin-left: 10px !important; text-align: left !important; }

.product2 { 
	float: left; 
	width: 175px; 
	height: 225px;
	margin-top: 10px; }
.product2 h6 { 
	clear: both;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size: 1.2em; 
	font-weight: 400;  
	text-transform: uppercase;
	text-align: center;
	color: #000; }

.product { 
	float: left; 
	width: 175px; 
	height: 225px;
	margin-top: 10px;
	background: url(../img/bg/halftone-grey.png) bottom repeat-x;
	border: 1px solid transparent;
	border-image: linear-gradient(white, #ebebeb); ; 
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/PIE.htc);


}
.product img { }
.product h6 { 
	clear: both;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size: 1.2em; 
	font-weight: 400;  
	text-transform: uppercase;
	text-align: center;
	color: #000; }
.product h6 span { 
	font-size: 0.7em; 
	color: #e4022d; }
.h-20 { height: 20px !important; }
.h-175 { height: 175px; }
.h-220 { height: 220px; }

.product p { 
	clear: both; 
	height: 55px;
	margin: 0 2px; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400; 
	font-size: 0.8em; 
	line-height: 14px; 
	text-align: center;
	color: #666; }
.product-size { float: left; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: center; color: #000; }
.product-size span { padding: 0 5px; font-family: 'Oswald', sans-serif; font-size: 0.8em; text-align: center; color: #fff; text-transform: uppercase; background: #e4022d; }
.product-price { float: left; font-family: 'Oswald', sans-serif; font-size: 0.9em; text-align: center; color: #e4022d; }

.product-ingr { height: 295px; background: url(../img/pizzas/ingredient-supplementaire.png) top right no-repeat }

p#asterix { margin: 10px 0 0 0; padding: 0; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.65em; line-height: 12px; color: #000; }

/******************* ASIDE *******************/
aside { float: right; padding: 0 0 0 20px; width: 210px; }
.m-t-10 { margin-top: 10px; }

#adress p { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 0.9em; text-align: center; color: #000; }
#adress p strong { font-weight: 300; font-size: 1.5em; text-transform: uppercase; color: #e4022d; }

#open-hour { margin-top: 5px; padding-top: 10px; }
#open-hour p { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 1em; line-height: 16px; text-align: center; color: #000; }
#open-hour p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.5em; text-transform: uppercase; color: #e4022d; }

#phone { 
	margin-top: 10px;
	width: 190px; 
	height: 35px;
	background: #000 url(../img/bg/halftone-red.png) repeat-x; 
	font-family: 'Roboto', sans-serif; 
	font-size: 1.6em; 
	font-weight: 400;  
	text-align: center; 
	color: #fff !important; 
	text-decoration: none !important; }

#phone a{  
	color: #fff !important; 
	text-decoration: none !important;
}

a[x-apple-data-detectors] {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
 }

#delivery { margin-top: 10px; padding-top: 10px; border-top: 2px #d3d1cd solid; }
#delivery p { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.8em; text-align: center; color: #000; }
#delivery p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.7em; text-transform: uppercase; color: #e4022d; }
#delivery p span { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.3em; text-transform: uppercase; color: #e4022d; }

#payment { margin-top: 10px; padding-top: 20px; border-top: 2px #d3d1cd solid; }
#payment p { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 0.65em; line-height: 12px; text-align: center; color: #000; }
#payment p strong { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 2.2em; text-transform: uppercase; color: #e4022d; }

/******************* FOOTER *******************/



footer { min-width: 960px; min-height: 146px; background: #e4022d url(../img/bg/halftone-black.png) top repeat-x; display : table-row;}

#footer- { width: 960px; margin: 0 auto; padding: 10px; }

#footer- #logo-bottom { 
	width: 960px; 
	height: 80px; 
	margin: 0 auto; }
#footer- #logo-bottom img { 
	/*width: 108px;*/
	height: 75px;
	/*-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);*/ }

nav ul#f-nav { 
	float: left; 
	width: 680px; 
	margin: 10px 0 0 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; }
nav ul#f-nav li { float: left; margin: 0 30px 0 0; padding: 0; }
nav ul#f-nav li a { 
	float: left; 
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff; }
nav ul#f-nav li a:hover { text-decoration: none; color: #ffff33; }

#copright { 
	float: right; 
	width: 260px; 
	margin: 10px 0 0 0; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 0.75em; 
	color: #fff; }
	
/* LIGHTBOX */

.box-lightbox {
	display: none; 
	width: 340px;
	padding: 15px 0 15px 0;
	text-align: center; 
	background: #000 /*url(../images/bg-header.jpg) repeat-x*/;
	
}
.box-lightbox { color:#fff; }

.box-lightbox label.custom-select { float: none !important; }
.box-lightbox label.custom-select select { width: 300px; }

/* FORMULAIRE */

.form { 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300; 
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2; }
.form input, textarea { 
	width: 200px;
	padding: 9px;
	background: #fff;
	border: solid 1px #e5e5e5;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: 0; }

.form select {
	
	padding: 9px;
	border: solid 1px #e5e5e5;
	width: 200px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.form textarea { 
	width: 400px;
	max-width: 400px;
	height: 170px;
	line-height: 150%; }

.form input:hover, textarea:hover,
.form input:focus, textarea:focus { 
	border-color: #c9c9c9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { color: #e4022d; width: 150px; float: left; margin-top: 7px; }
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #e4022d; 
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer; }