@font-face
{
	font-family: Tangerine_Regular;
	src: url('Polices/Tangerine_Regular.ttf');
}

@font-face
{
	font-family: Tangerine_Bold;
	src: url('Polices/Tangerine_Bold.ttf');
}

body
{
	background-color: rgb(252, 221, 192);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3
{
	font-family: Tangerine_Regular, Calibri;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 2.5em;
}

h3
{
	font-size: 2em;
}

@media screen and (max-width: 1160px)
{
	h1
	{
		font-size: 2.7em;
	}

	h2
	{
		font-size: 2.2em;
	}

	h3	
	{
		font-size: 1.7em;
	}
}

#page
{
	margin-top: 50px;
	margin-bottom: 50px;
}

#page a
{
	color: #edcb8c;
	text-decoration: none;
}

#page a:visited
{
	color: rgb(252, 221, 192);
	text-decoration: none;
}









header
{

	background: url('images/fond_header.png');
	padding-top: 10px;
	margin-bottom: 0px;
	height: 91px;
	font-family: Tangerine_Regular, Calibri;
	text-align: center;
}

header li
{
	display: inline-block;
	padding: 5px;
	margin: 5px;
	margin-bottom: 2px;
	font-family: Tangerine_regular, Calibri;
	font-weight: bold;
	font-size: 2em;
	border: 2px;
	color: #edcb8c;
}

header li:hover
{
	background-color: #351e08;
	border-radius: 5px;
	transition: background 0.5s;
}

#accueil
{
	background-color: #351e08;
	border-radius: 5px;
	padding-right: 18px;
}

#accueil1
{
	border-radius: 5px;
	padding-right: 18px;
}

#nos_assortiments
{
	background-color: #351e08;
	border-radius: 5px;
}

#nos_patisseries
{
	background-color: #351e08;
	border-radius: 5px;
}

#qui_sommes_nous
{
	background-color: #351e08;
	border-radius: 5px;
}

header nav ul
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#Amandia_h
{
	position: relative;
	width: 190px;
	top: 18px;
}

#liste
{
	display: inline-block;
	margin-left: 125px;
	margin-top: 5px;
	margin-bottom: 0px;
	top: -12px;
	position: relative;
}

#listea
{
	display: inline-block;
	margin-left: 125px;
	margin-top: 5px;
	margin-bottom: 0px;
	top: -12px;
	position: relative;
}


#logo_titre
{
	display: inline-block;
	margin-right: 125px;
}

#titre
{
	display: inline-block;
	width: 180px;
	text-align: left;
	margin-left: 10px;
	position: relative;
	top: -7px;
}

@media screen and (max-width: 1160px)
{
	#logo_titre
	{
		display: inline-block;
		margin-right: 0px;
	}
	
	#liste
	{
		margin-left: 40px;
	}
	
	#listea
	{
		margin-left: 40px;
	}
	
	header li
	{
		font-size: 1.8em;
	}
	
	#liste
	{
		top: -3px;
		margin-left: 0px;
	}
	
	#listea
	{
		top: -3px;
		margin-left: 0px;
	}
	
	#Amandia_h
	{
		position: relative;
		width: 150px;
		top: 18px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 830px)
{
	#Amandia_h
	{
		position: absolute;
		opacity: 0;
	}
	
	#liste
	{
		top: -20px;
		width: 700px;
	}
	
	#listea
	{
		width: 700px;
	}
}









.photo_intro
{
	width: 490px;
	height: 280px;
	border-radius: 10px 10px 0px 0px;
}

.photo_page
{
	width: 228px;
	height: 210px;
	border-radius: 10px 10px 0px 0px;;
}

#exclu
{	
	background-color: #643d16;
	color: #edcb8c;
	border-radius: 10px;
	box-shadow: 1px 1px 2px black;

	display: inline-block;
}

#exclu h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px black;
}

#assortiments:hover, #patisseries:hover, #exclu:hover
{
	opacity: 0.9;
	transition: opacity 0.5s;
}

#assortiments
{
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 24px;
	background-color: #643d16;
	border-radius: 10px;
	box-shadow: 1px 1px 1px black;
	color: #edcb8c;
	text-shadow: 2px 2px 2px black;
}

#patisseries
{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 24px;
	background-color: #643d16;
	border-radius: 10px;
	box-shadow: 1px 1px 1px black;
	color: #edcb8c;
	text-shadow: 2px 2px 2px black;
}

.NA_NP
{
	margin: 0px;
	margin-top: 4px;
}

#page_accueil
{
	margin-top: 40px;
	margin-bottom: 120px;
}

#page_accueil a
{
	color: #edcb8c;
	text-decoration: none;
}

#page_accueil a:visited
{
	color: rgb(252, 221, 192);
	text-decoration: none;
}

@media screen and (max-width: 1160px)
{
	#page_accueil h2
	{
		font-size: 2.5em;
	}
}

@media screen and (max-height: 882px)
{
	.photo_intro
	{
		width: 441px;
		height: 252px;
	}
	
	.photo_page
	{
		width: 200px;
		height: 200px;
	}
	
	#assortiments
	{
		margin-left: 19px;
		margin-right: 19px;
		margin-top: 18px;
	}
	
	#patisseries
	{
		margin-left: 19px;
		margin-right: 19px;
		margin-top: 18px;
	}
	
	#page_accueil h2
	{
		font-size: 2.2em;
	}
	
	#page_accueil
	{
		margin-top: 30px;
	}
}

@media screen and (max-width: 595px)
{
	#page_accueil
	{
		width: 560px;
	}
}














#page_assortiments li
{
	width: 100%;
	display: inline-block;
	text-align: center;
}

#page_assortiments ul
{
	padding: 0px;
	margin-bottom: 0px;
}

#page_assortiments h1
{
	color: #643d16;
}

#page_assortiments h2
{
	margin-top: 8px;
	margin-bottom: 0px;
	
}

.photo_assortiment
{
	width: 400px;
	height: 275px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px black;
}

.ensemble_assortiment
{
	margin: 15px;
	display: inline-block;
	position: relative;
}

.bloc_description
{
	color: #edcb8c;
	background-color: #643d16;
	border-radius: 10px;
	box-shadow: 1px 1px 2px black;
	width: 400px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	left: 20px;
}

.ensemble_assortiment a
{
	text-decoration: none;
	color: #edcb8c;
}

.ensemble_assortiment a:hover
{
	text-decoration: underline;
	color: #edcb8c;
}

#titre_fete
{
	position: relative;
	display: inline-block;
	margin-bottom: -40px;
	top: -40px;
}

#deco_1
{
	position: absolute;
	left: -291px;
	top: 35px;
	width: 291px;
	height: 56px;
}

#deco_2
{
	position: absolute;
	right: -291px;
	top: 35px;
	width: 291px;
	height: 56px;
}

@media screen and (max-width: 502px)
{
	#page_assortiments h1
	{
		width: 400px;
		margin-left: 35px;
	}
}

@media screen and (max-width: 1160px)
{
	#deco_1
	{
		position: absolute;
		left: -204px;
		top: 35px;
		width: 204px;
		height: 39px;
	}

	#deco_2
	{
		position: absolute;
		right: -204px;
		top: 35px;
		width: 204px;
		height: 39px;
	}
	
	.photo_assortiment
	{
		width: 320px;
		height: 220px;
		margin-right: 16px;
		margin-left: 16px;
	}

	.bloc_description
	{
		width: 320px;
		padding-top: 8px;
		padding-bottom: 8px;
		position: relative;
		left: 16px;
	}
}


















.nom_gateau
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}

#page_patisseries h3
{
	margin: 0px;
	margin-top: 0px;
}

#page_patisseries
{
	color: #edcb8c;
}

#page_patisseries li
{
	display: inline-block;
}

#page_patisseries ul
{
	padding-left: 0px;
}

#page_patisseries p
{
	font-style: italic;
}

.ensemble_gateau
{
	margin: 50px;
	margin-left: 0px;
	margin-right: 0px;
}

.ensemble_hi
{
	position: relative;
	display: inline-block;
	width: 475px;
	height: 250px;
	background-color: #643d16;
	border-radius: 10px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
	box-shadow: 1px 1px 2px black;
	margin-left: 30px;
}

.ensemble_hi p
{
	text-align: justify;
}

.photo_gateau
{
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px black;
}

.ing2
{
	position: relative;
	top: 40px;
}

#ing2-3
{
	position: relative;
	top: 40px;
}

.ing3
{
	position: relative;
	top: 22px;
}

#ing3-4
{
	position: relative;
	top: 22px;
}

.ing4
{
	position: relative;
	top: 4px;
}

#titre_p
{
	text-align: center;
	color: #643d16;
	margin-top: 40px;
}

@media screen and (max-width: 1160px)
{
	.ensemble_hi
	{
		margin-left: 20px;
		width: 375px;
		height: 200px;
	}
	
	.photo_gateau
	{
		width: 200px;
		height: 200px;
	}
	
	.nom_gateau
	{
		padding-top: 7px;
		margin-top: 5px;
		margin-bottom: 0px;
		margin-left: 7px;
		text-align: left;
	}

	#page_patisseries h2
	{
		margin: 0px;
		margin-top: 0px;
	}
	
	.ensemble_hi p
	{
		text-align: justify;
		font-size: 0.9em;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	
	.ensemble_hi ul
	{
		font-size: 0.9em;
		margin-top: 5px;
	}
	
	.ing2
	{
		position: relative;
		top: 48px;
	}
	
	#ing2-3
	{
		position: relative;
		top: 30px;
	}

	.ing3
	{
		position: relative;
		top: 30px;
	}
	
	#ing3-4
	{
		position: relative;
		top: 12px;
	}

	.ing4
	{
		position: relative;
		top: 12px;
	}
}

@media screen and (max-width: 685px)
{
	.ensemble_gateau
	{
		width: 650px;
	}
	
	#titre_p
	{
		width: 185px;
		margin-left: 233px;
	}
}









#page_qsn
{
	font-family: Calibri;
}

#page_qsn h1
{
	color: #643d16;
}

#qsn h2
{
	color: #643d16;
	margin-bottom: 0px;
	text-align: left;
}

#qsn
{
	display: inline-block;
	width: 800px;
}

#qsn ul
{
	list-style: none;
}

#qsn a
{
	text-decoration: none;
	color: #643d16;
}

#qsn a:hover
{
	text-decoration: underline;
}

#qsn li
{
	text-align: justify;
}


#page_qsn p
{
	text-align: justify;
	color: #351e08;
}

#page
 {
	margin-bottom: 40px;
 }
 
@media screen and (max-width: 1160px)
{
	#qsn
	{
		width: 640px;
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media screen and (max-width: 715px)
{
	#page_qsn h1
	{
		width: 360px;
		margin-left: 162px;
	}
}









footer
{
	background-color: #643d16;
	text-shadow: 1px 1px 1px black;
	margin-top: 5px;
	text-align: center;
}

#footer_accueil
{
	position: fixed;
	width: 100%;
	bottom: 0px;
}

footer h3
{
	color: #edcb8c;
}

footer div
{
	display: inline-block;
}

#titre2
{
	margin: 15px;
	margin-right: 50px;
}

footer a
{
	text-decoration: none;
	color: #edcb8c;
}

footer li a:hover
{
	text-decoration: underline;
	color: #edcb8c;
}

footer ul
{
	padding-left: 10px;
}

#contact
{
	display: inline-block;
	margin-top: 8px;
	text-align: left;
	margin-left: 25px;
	font-size: 2em;
	margin-bottom: 0px;
	vertical-align: top;
}

#contact_liste
{
	display: inline-block;
}

footer li
{
	list-style-type: none;
	text-align: left;
	padding-left: 40px;
}

#telephone
{
	background: url('images/telephone.png') no-repeat;
	padding-left: 30px;
	height: 20px;
}

#mail
{
	background: url('images/mail.png') no-repeat;
	padding-left: 30px;
	height: 20px;
}

#Amandia_f
{
	width: 190px;
}

@media screen and (max-width: 1160px)
{
	#Amandia_f
	{
		width: 150px;
	}
}

@media screen and (max-width: 615px)
{
	#ensemble_footer
	{
		width: 600px;
	}
}

@media screen and (max-height: 818px)
{
	#footer_accueil
	{
		position: relative;
		padding-left: 16px;
	}
	
	#page_accueil
	{
		margin-bottom: 22px;
	}
	
	#ensemble_footer_accueil
	{
		position: relative;
	}
}