

@font-face {

	font-family: 'ma_police';
	src: url("police/Aller_Rg.ttf");
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: white;
}

body{
	background-image: url('image/image_baniere.png');
	background-attachment: fixed;
	margin: 0px;
	font-family: ma_police;
}
span{
	color: #b72910;
}
em{
	font-size: 0.70em;
	font-style: normal;
	color: #404040

}
mark{
	background: white;
	color: #b72910;
}
input{
	border: 1px solid #8f8e8e;
	border-radius: 1px;
	font-size: 3em;
}

video#bgvid{
    position: fixed;
     top: 0px;
     left: 0px;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: -1000;
     overflow: hidden;
}



.bloc_commande_restante{
	position:absolute;
	margin-top: 125px;
	display: flex;
	flex-direction: rows;
	width: 100%;
	justify-content: flex-end;

}
	.text_com_r{
		color: white;
		width: 400px;
		text-align: center;
		padding: 2px;
		margin-top: 0px;
		background: black;
		opacity: 0.8;
		margin-right: 5%;
	}
.bloc_commande_rupture{
	position: relative;
	margin-top: 50px;
	display: flex;
	flex-direction: rows;
	justify-content: flex-end;

}	
	.text_com_ru{
		position: absolute;
		color: white;
		text-align: center;
		padding: 10px;
		margin-top: 0px;
		background: #D23131;
		opacity: 0.9;
		margin-right: 5%;
		font-size: 1.2em
	}

#lien_entreprise{
	display: flex;
	justify-content: right;
	position: relative;
	margin-top: -100px; 
	margin-bottom: 100px;
}
	.btn_entreprise{
		font-size: 1.5em;
		background: orange;
		color: white;
		padding: 15px;
		border-radius: 5px;
		margin-right: 7%;
		

		transition-property: background-color;
		transition-duration: 0.5s;
	}
	.btn_entreprise:hover{
		background-color: green;
	}


#baniere{
	display: flex;
	flex-direction: column;
	 margin-top: -10px; 
	 background-size: 100%;
	 height: 600px;
	 padding-top: 200px;
	 border: none;

}
	.titre_baniere{
		color: white;
		text-align: center; 
	}
		.titre_baniere_P{
			font-size: 4.5em;
			text-shadow: 1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, -1px 0 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
			margin: 0px;
		}
		.titre_baniere_S{
			font-size: 2em;
			text-shadow: 1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, -1px 0 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
			margin-top: 0px;
		}
	.bloc_image_baniere{
		align-self:center;
		display: flex;
		width: 60%;
		justify-content: space-around;
	}	
		.bloc_icone_slogant_baniere{
			display: flex;
			flex-direction: column;
		}
			.icone_baniere{
				height: 100px;
				width: 100px;
				align-self:center;
			}
			.icone_heure_baniere{
				height: 90px;
				width: 90px;
				margin-top: 10px;
				align-self:center;
			}
			.slogant_baniere_image{
				align-self:center;
				width: 200px;
				font-size: 1.4em;
				text-align: center;
				color: white;
			}

.separation{
	width: 100%;
	height: 10px;
	background: #ac4632;
}


#info_projet{
	display: flex;
	flex-direction: column;
	background: rgb(172, 70, 50);
	margin-top: 0px;
	}
	.bloc_titre_info_projet{
		margin-left: 10%;
		display: flex;
	}
		.titre_info_projet{
			color: white;
			font-size: 2em;
			margin-top: 45px;
		}

#info_std{
	display: flex;
	background: #e7e7e7;
	margin-top: 0px;
	min-height: 400px;
	justify-content: center;
}

	.bloc_info_std{
		margin-top: 40px;
		width: 65%;
		display: flex;
		flex-direction: column;	
	}
		.info_std_titre{	
			font-size: 2.4em;
			color: #333;
		}
		.info_std_texte{
			text-align: justify;
			line-height: 1.3em; 
			font-size: 1.4em;
			color: #333;
			margin-top: 0px;
		}
		.bouton_ancre_projet{
			padding: 7px;
			background: orange;
			font-size: 1.4em;
			border-radius: 5px;
			align-self:flex-end;
			margin-top: -10px;
			margin-bottom: 30px;
			text-align: center;
		}


.form_commande{
	display: flex;
	flex-direction: column;
	width: 70%;
	min-width: 600px;
	
	background:  #ac4632;/**/
	opacity: 0.95;
	align-self:center;
	font-size: 1.1em;
	margin-bottom: 70px;
	color: black;
}	
	.bloc_contact_haut{
		background: white;
	}
	.bloc_etape{
		text-align: right;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 0px;
	}
	.bloc_contactez{
		padding-bottom: 20px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: -20px;
	}
		.bloc_nom{
			display: flex;
			flex-wrap: wrap;
			flex-direction: rows;
		}	
			.bloc_nom div label{
				color: #404040;
			}
			.nom_complet{
				margin-top: 10px;
				margin-right: 10%;
			}
			#nom{
				font-size: 0.8em;
				width: 125px;
			}
			#prenom{
				font-size: 0.8em;
				width: 125px;
			}
			.bloc_info_perso{
				display: flex;
				flex-wrap:wrap;
				
			}
				.bloc_adresse{
					margin-right: 30px;
					margin-top: 10px;
				}
				#adresse{
					width: 200px;
					font-size: 0.8em;
					padding: 0px;	
				}
				#num_tel{
					width: 200px;
					font-size: 0.8em;
					padding: 0px;
				}
			.heure{
				color: grey;
				font-size: 3em;
			}
	
		select:required:invalid{
			color: grey;
			font-size: 0.7em;
			padding: 0px;
			margin: 0px;
		}
			option{
				color: black;
			}

		.bloc_heure{
			margin-top: 30px;
			line-height: 30px;
			text-align: center;
		}
		#remember_client{
			margin-top: 20px;
			margin-bottom: -10px;
			padding-top: 5px; 
			border-top: 1px solid grey;
		}

/*BLOC MENU*/
		#bloc_placement_menu{
			display: flex;
			justify-content: center;
		}
		#bloc_menu_titre{
			display: flex;
			flex-direction: column;
			background: #ac4632;
			margin-left: -1px;
			margin-right: -1px;
			margin-bottom: -1px;
			padding-bottom: 10px;
		}
			#bloc_menu_titre h3{
				color: white;
				margin-left: 30px;
				font-size: 1.4em;
				margin-bottom: 0px;
			}
			#bloc_menu{
				display: flex;
				flex-wrap: wrap;
				flex-direction:rows;
				justify-content: space-around;
				width: 90%;
				margin-bottom: 30px;
			}
				.menu{
					display: flex;
					flex-direction: rows;
					background: white;
					margin-top: 30px;
				}
					.menu h4{
						font-size: 1.1em;
						margin-top: 7px;
						padding-bottom: 5px;	
					}
					.menu img{
						width: 300px;
						height: 225px;
						margin: 10px;
					}
					.menu ul{
						border-left: solid 2px orange ;
						padding-left: 7px;
						margin-left: 15%;
					}
						.menu ul li {
						margin-top: 5px;
						}

				.bloc_description{
					display: flex;
					flex-direction: column;
					justify-content: space-between;
					margin: 10px;
				}
					.bloc_description p{
						padding-left: 20px;
						padding-right: 20px; 
						padding-top: 0px; 
					}
						.bloc_description h4{
							margin-left: 30px;
							margin-bottom: 0px;
							color: orange;
						}
					.bloc_nb_menu{
						display: flex;
						justify-content: center;
						align-items:center;
						margin-top: 20px; 
						border-top: 1px solid orange;
					}
						.bloc_prix_menu{
						margin-left: 5px;
						margin-top: 2px; 
						}
						.bouton_moins{
							font-size: 2.5em;
							border-radius: 100px;
							cursor: pointer;
							color: orange;
							border: none;
							margin: 0px;
						}
						.nb_menu{
							margin-top: 6px;
							font-size: 1.5em;
						}
						.bouton_plus{
							border-radius: 100px;
							cursor: pointer;
							color: orange;
							font-size: 2.5em;
							margin: 0px;

						}

	.number{
		width: 30px;
		font-size: 0.8em;
	}
	.bloc_nb_produit{
		display: flex;
		height: 30px;
		margin-top: -5px;
		padding-bottom: 5px;
	}
		.bouton_produit{
			margin-top:-8px;
			padding: 7px;
			font-size: 1.7em;
			cursor: pointer;
			color: orange;
		}
		.nb_produit{
			height: 30px;
			padding-top: 5px;
			padding-bottom: 30px;
			font-size: 1.1em;
		}

	#remember_commande{
		margin-bottom: 10px;
	}

	#separation_bas{
		height: 50px;
		margin-right: -1px;
		margin-left: -1px;
		background: #ac4632;

	}

	/*CREER SON PANIER*/
	.bloc_dej{
		background:  white;
		margin-top: 0px;
		margin-right: -1px;
		margin-left: -1px;
		width: 80%;
		align-self: center;

	}
	.titre_bloc_dej{
		color: orange;
		margin-left: 30px;
	}
		fieldset{
			border: none;
			width: 100%;
		}
			.bloc_choix{
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;
				padding: 20px;
				background: white;
			}
				.bloc_btn_remember{
					display: flex;
					justify-content: space-between;
					margin-left: 20px;
					margin-right: 20px;
					padding-top: 10px;
					border-top: 1px solid grey;
				}
				#bloc_produit{
					display: flex;
					flex-direction: rows;
					justify-content: space-between;
					flex-wrap: wrap;
					max-height: 200px;
				}
					.bloc_un_produit{
						display: flex;
						justify-content: space-between;
						flex-wrap: wrap;
						margin-bottom: 2px;
						min-width: 280px;
					}

				.label{
					display: flex;
					flex-direction: column;
					font-size: 1em;
					margin-left: 10%;
				}
					.label label{
						margin-bottom: 5px;
					}
				.choix{
					display: flex;
					flex-direction: column;
				}
					.choix input{
						margin-bottom: 5px;
					}


	.bloc_bas_form{
		display: flex;
		justify-content: space-around;
		flex-wrap:wrap;
		margin-top: 20px;
		margin-bottom: 0px;
		padding-top: 20px;
		background: white;
	}
		.kiosque{
			margin-top: 20px;
			background: white;
			width: 79.5%;
			align-self:center;
			margin-bottom: 20px;
			padding: 5px;
			padding-bottom: 0px;
		}
			.checkbox{
				display: flex;
				flex-wrap:wrap;
				justify-content:center;
				padding: 0px;
				margin: 5px;
				margin-left: 0px;

			}
			.titre_kiosque{
				color: rgb(172, 70, 50);
				font-size: 1.2em;
				margin: 5px;
				margin-left: 3%;
			}

		.bloc_condition{
			margin-left: 20px;
			margin-top: -15px;
			margin-bottom: 10px;
		}
			.label_condition{
				font-size: 0.73em;
			}
		#bloc_prix_submit{
			display: flex;
			flex-direction: rows;
			justify-content: space-around;
			flex-wrap: wrap;
			margin-right: 15px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
			#bloc_prix{
				display: flex;
				margin-top: 4px;				
				padding-left: 10px;
				text-align: center;
				height: 30px;

			}
				#text_prix_panier{
					font-size: 1em;
				}
				#prixCommande{
					font-size: 1.2em;
					height: 0px;
				}
				#prix_CHF{
					font-size: 1em;
					margin-bottom: 3px;
					
				}
					#prix_minimal{
						color: green;
						font-size: 1em;
					}
				.g-recaptcha{
					margin-top: -10px;
					margin-bottom: 10px;
					margin-left: 10px;
					align-self: center;
				}

			.btn_livraison{
				font-size: 1.2em;
				background: orange;
				padding-right: 10px;
				padding-left: 10px;
				border: none;
				border-radius: 3px;
				color: white;
				cursor: pointer;
				height: 45px;
				margin-left: 10px;
				margin-top: -5px; 
			}

/*INFO APROPOS DE NOUS*/

#info_convention{
	display: flex;
	flex-direction: column;
	background: #d9d9d9;
	margin-top: 0px;
	padding-bottom: 30px;
}
	.titre_convention{
		margin-left: 15%;
		font-size: 2em;
		color: #333;
		margin-top: 25px;
	}
	.bloc_info_perso_bas{
		display: flex;
		justify-content:space-around;
		flex-wrap: wrap-reverse;
		margin-top: 30px;
	}
		.info_perso{
			display: flex;
			flex-direction: rows;
			background: white;
			max-width: 700px;
			margin-bottom: 50px;
		}
			.info_perso img{
				float: left;
				width: 100px;
				height: 100px;
				margin: 10px;
				margin-left: 0px;
				margin-bottom: 0px;
			}

	.bloc_presentation{
		min-height: 150px;
		line-height: 1.5em;
	}
	.bloc_presentation h3{
		color: orange;
		font-size: 1.1em;
		margin-bottom: 0px;
		float: left;
	}
		.info_persone{
			float: left;
			margin-left: 2%;
			margin-top: 20px;
		}
	.bloc_presentation p {
		text-align: justify;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 5px;
		font-size: 1.1em;
	}

	.bloc_info{
		background: white;
		padding: 5px 10px 20px 20px;
		margin-bottom: 50px;
		width: 670px;
	}
			.titre_info{
		border-bottom: 1px solid #ac4632;
		padding-bottom: 5px;
		margin-top: 5px;
		margin-bottom: 6px;
	}
		.bloc_sondage{
			margin-top: 20px;
			border-left: 1px solid #333;
				padding-left: 10px;
		}
			.titre_sondage{
			}
			.titre_sondage h3{
				margin-top: 0px;
				font-size: 1.1em;
			}
				.titre_sondage h3{
					margin-bottom: 0px;
				}
				.titre_sondage p{
					margin-top: 0px;
				}
		.bloc_sondage form{
			display: flex;
			justify-content:space-around;
			align-items:center;
		}
			.bloc_question_choix{
			
			}
				.bloc_question_choix p{
					margin-top: 0px;
				}
			.bloc_choix{
				display: flex;
				justify-content: space-around;
			}

	.bloc_avis{
		display: flex;
		justify-content: space-around;
		flex-wrap:wrap-reverse;
	}

	/*
		.avis{
			height: 170px;
			width: 350px;
			background: white;
			text-align: justify;
			padding: 30px;
			padding-top: 0px;
			margin-top: 20px;
			margin-right: 5px;
			overflow: scroll;
		}


	.bloc_bas_avis{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 100px;
		flex-wrap:wrap;
		
	}
*/
		.bloc_donner_avis{
			align-self:start;
			display: flex;
			flex-direction: column;
			width: 400px;
			max-height: 450px;
			background: white;
			margin-bottom: 40px;
		}

			.form_avis{
				align-self: center;
				width: 80%;
				margin-bottom: 20px;
				display: flex;
				flex-direction: column;
				background: white;
			}
				.titre_donnez_avis{
					font-size: 1.3em;
					margin-top: 15px; 
					margin-bottom: 15px;
					padding-bottom: 5px;
					margin-left: 20px;
					margin-right: 20px;
					border-bottom: 1px solid #ac4632;
				}
				.champ_nom_avis{
					font-size: 0.8em;
					padding: 0px;
				}
				.champ_email_avis{
					font-size: 0.8em;
					padding: 0px;
					margin-top: 10px;
				}
				.champ_text_avis{
					resize: none;
					height: 250px;
					font-size: 1em;
					padding: 3px;
					margin-top: 10px;
					border: 1px groove #c6c6c6;
				}
					.btn_avis{
						margin-top: 20px;
						align-self: flex-end;
						padding: 6px;
						width: 100px;
						border: none;
						border-radius: 3px;
						font-size: 0.85em;
						background: orange;
						color: white;
						cursor: pointer;
					}

footer{
	display: flex;
	justify-content: space-around;
	margin-top: 200px;
	min-height: 250px;
	margin-bottom: 50px;
	background: white;
	padding-top: 30px; 
}
	footer div{
		width: 277px;
	}
	footer h3{
		font-size: 1.2em;
	}
	footer a{
		color: orange;
	}
	.menu_footer{
		margin-top: 10px;
		font-size: 1em;
	}

/*----HOVER----*/

	.boite_menu:hover{
		width: 150px;
		margin-top: 25px;
		margin-left: 20px;
		padding-top: 30px;
		border-top: 3px solid #315093;
		color: #315093;
	}


.bouton_produit:hover{
	color: green;
}

footer a:hover{
	/*margin-top: -5px;*/
}


/* ANIMATION */






