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

/* Mise en place des blocs */
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	font-size-adjust: none;
	background-color: #838383;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(73,73,73,1.00) 0%,rgba(105,105,105,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(73,73,73,1.00) 0%,rgba(105,105,105,1.00) 100%);
	background-size: contain;
	background-repeat: repeat;
	background-attachment: fixed;
	background-origin: content-box;
}
a:link{
	color: #000;
}
a:visited{
	color: #000;
}
a:hover{
	color: #A0A0A0;
}
a.lien-image-index:link{
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
	display: block;
	/* [disabled]border-radius: 20px; */
	width: 150px;
}
a.lien-image-index:visited{
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
	display: block;
	/* [disabled]border-radius: 20px; */
	width: 150px;
}
a.lien-image-index:hover{
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.6);
	display: block;
	/* [disabled]border-radius: 20px; */
	width: 150px;
	margin-left: 1px;
	margin-top: 1px;
}
a.gras:link{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
a.gras:visited{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
a.gras:hover{
	color: #A0A0A0;
	font-weight: bold;
	font-size: 14px;
}
a.ycprod:link{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #000033;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a.ycprod:visited{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #000033;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
}
a.ycprod:hover{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #FFF000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#contact-info-contenu {
	position: relative;
	width: 700px;
	text-align: center;
	border-radius: 13px;
	text-shadow: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	min-height: 350px;
	/* [disabled]border-radius: 6px; */
	padding-top: 0px;
	padding-bottom: 0px;
}
#content-body {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* [disabled]border-radius: 6px; */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
}
#contenu {
	height: auto;
	min-height: 700px;
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
#contenu-gauche {
	height: auto;
	width: 575px;
	position: relative;
	float: left;
	padding-left: 20px;
}
#contenu-droite {
	height: auto;
	width: 260px;
	position: relative;
	float: left;
	margin-left: 20px;
	text-align: center;
	background-color: #A3C00D;
}
#contenu-gauche-index {
	height: auto;
	width: 160px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	/* [disabled]border-radius: 14px; */
}
#contenu-droite-index {
	height: auto;
	width: 680px;
	position: relative;
	float: left;
}
#coupons {
	width: 500px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 2px dotted #000000;
}
.cssmob {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 3px 0 3px 0;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #154B53;
	border-radius: 8px;
	position: relative;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.60);
}
.euros {
	font-size: 12px;
	font-weight: bold;
}
#footer {
	text-align: center;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/* [disabled]border-top-right-radius: 6px; */
	/* [disabled]border-top-left-radius: 6px; */
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(202,202,202,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(202,202,202,1.00) 100%);
}
#general {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: auto;
	margin-bottom: auto;
}
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.hr {
	padding-left: 14px;
	padding-right: 8px;
}
.images-index {
	border-radius: 20px;
}
#menu {
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	border-radius: 6px;
}
.prix {
	font-size: 14px;
	width: 50px;
	font-weight: bold;
	padding-top: 10px;
}
.prix-taille {
	font-size: 12px;
	font-weight: bold;
	color: #123238;
}
.photos-non {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.prix-titre {
	font-size: 12px;
	width: 55px;
	/* [disabled]font-weight: bold; */
	padding-top: 10px;
}
.red {
	color: #F00;
	font-size:16px;
}
.relief{
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
	border: 1px solid #DEDEDE;
}
.relief-2{
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
}
.relief-3{
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.6);
	border: 1px solid #DEDEDE;
	border-top-left-radius: 6px;
}
.relief-droite{
	box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFEFD;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
.relief-droite-pizza{
	box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F5F5F5;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
}
.relief-tableau{
	box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	text-shadow: 0px 0px #A8A8A8;
}
.texte-date-accueil {
	font-size: 10px;
	color: #144951;
	font-weight: bold;
}
.texte-livraison{
	text-shadow: 2px 2px 4px #C1C1C1;
	text-align: center;
	font-size: 24px;
	font-family: fugaz-one;
	font-style: normal;
}
.relief-tableau-2{
	box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(59,59,59,0.60);
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]background-color: #F6F6F6; */
}
.titre {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #688D93;
	border-radius: 15px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	-webkit-box-shadow: 2px 2px 2px 0px #424242;
	box-shadow: 2px 2px 2px 0px #424242;
	width: 300px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.titre-2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-align: center;
	font-style: italic;
}
.titre-categories {
	color: #E99000;
	font-size: 24px;
	font-weight: bold;
	/* [disabled]border-radius: 15px; */
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: underline;
}
.titre-menu {
	font-weight: bold;
	-webkit-box-shadow: 2px 2px 8px 1px #000000;
	box-shadow: 2px 2px 8px 1px #000000;
	color: #FF0004;
	font-size: 24px;
	border-radius: 8px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.titre-menu-petit {
	font-weight: bold;
	color: #FF0004;
	font-size: 12px;
}
.titre-nouveau {
	color: #E99000;
	font-size: 18px;
	font-weight: bold;
	/* [disabled]border-radius: 15px; */
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: underline;
}
.titre-produits {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	/* [disabled]background-color: #E2E2E2; */
	border-radius: 15px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	-webkit-box-shadow: 2px 2px 2px 0px #424242;
	box-shadow: 2px 2px 2px 0px #424242;
}
.titre-produits-2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.titre-produits-3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	background-color: #FCFCFC;
	border-radius: 15px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	-webkit-box-shadow: 2px 2px 2px 0px #424242;
	box-shadow: 2px 2px 2px 0px #424242;
}
.titre-produits-4 {
	font-weight: bold;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.titre-produits-pizzas-droite {
	font-weight: bold;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 24px;
}
.titre-produits-fond {
	background-color: #C8C8C8;
}
.titre-produits-petit {
    color: #376737;
    font-size: 14px;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    clear: left;
    margin-top: 6px;
    padding-right: 5px;
    text-transform: capitalize;
}
.titre-produits-petit-2 {
	color: #376737;
	font-size: 14px;
	padding-left: 15px;
}
.titre-produits-petit-3 {
    color: #1D391D;
    font-size: 14px;
    text-transform: capitalize;
}
.titre-produits-petit-pizzas {
	color: #000000;
	font-size: 14px;
}
.titre-produits-petit-4 {
	color: #3E3E3E;
	text-decoration: none;
	text-align: right;
	float: right;
	padding-top: 10px;
	font-size: 16px;
}
.titre-produits-petit-4bis {
	color: #3E3E3E;
	text-decoration: none;
	font-size: 14px;
}
.titre-produits-prix {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	/* [disabled]background-color: #00FFC8; */
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px #787878;
	box-shadow: 2px 2px 5px 0px #787878;
	margin-left: 40px;
	float: right;
}
.titre-produits-prix-2 {
	color: #262626;
	font-weight: bold;
	background-color: #FCFCFC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px #787878;
	box-shadow: 1px 1px 2px 0px #787878;
}
