html{height:100%}
body
{
	background-color: #000000;
	background-image: url("VignesWeb.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Calibri;
}

h1
{
	margin-bottom: -100px;
	margin-top: 0px;
	font-size: 2.2em;
	font-weight: bolder;
	font-style: italic;	
}

h2
{
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
}

#SubTitle
{
	margin-top: -125px;
	margin-bottom: 50px;
	margin-right: 50;
	margin-left: 50;
	font-size: 2.0em;
	color:#fff9f0;
	text-align: center;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
}

#SubTitleSmall
{
	margin-top: -125px;
	margin-bottom: 50px;
	margin-right: 50;
	margin-left: 50;
	font-size: 1.4em;
	color:#fff9f0;
	text-align: center;
	text-shadow: 1px 1px 2px #5e4f31, 0 0 
}

#bloc_page
{
	max-width: 1500px;
	margin: auto;
}

#languages
{
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

nav ul
{
	list-style-type: none; /* ce qui apparait devant chaque option : circle, decimal, ...none=rien */
	display: flex;
}

nav li
{
	margin-right: 75px;
	margin-top: -20px;
	font-size: 1.2em;
	font-weight: normal;
	/*background-color: #b3b2a2;*/
}

nav a
{
	padding-bottom: 0px;
	text-decoration: none;
	color: #fff9f0;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
	border-color: #5e4f31;
}

nav a:hover /* ce qui se passe quand on passe sur les éléments a du menu*/
{
	color: #5e4f31;
	font-weight: bold;
	border-bottom: 2px solid #4c4c49;
	text-shadow: none;
}

header p
{
	margin-top: 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	color: #fff9f0;
	font-size: 2.5em;
	font-weight: normal;
	font-style: italic;
	list-style-type: none;
}

.li_selected_lang
{
	color: #5e4f31;
	font-weight: bold;
	border-bottom: 2px solid #4c4c49;
}

#menu
{
	display: flex;
	justify-content: space-around;
	margin-bottom: 25px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #5e4f31;
	background-color:  #d1d19b;
	border-radius: 8px;
	padding-top: 20px;
	line-height: 20px;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

ul
{
	list-style-type: none; /* ce qui apparait devant chaque option : circle, decimal, ...none=rien */
	display: flex;
}

li
{
	margin-right: 50px;
	margin-top: -20px;
	font-size: 1.6em;
	font-weight: bold;
}

a
{
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #fff9f0;
}

b
{
	color: #5e4f31;
}

a:hover /* ce qui se passe quand on passe sur les éléments a du menu*/
{
	color: #fff9f0;
	font-weight: bold;
	border-bottom: 2px solid #5e4f31;
}

.li_menu_selected
{
	color: #fff9f0;
	font-weight: bold;
	border-bottom: 2px solid #5e4f31;
}

.Buy
{
	color: #5e4f31;
	background-color: #fff9f0;
	border-radius: 15px;
	text-shadow: 1px 1px 2px red, 0 0 
}

.Buy:hover
{
	color: #5e4f31;
	font-weight: bold;
	border-bottom: 2px solid #5e4f31;
}

.Buy_Selected
{
	color: #5e4f31;
	font-weight: bold;
	border-bottom: 2px solid #5e4f31;
	background-color: #fff9f0;
	border-radius: 15px;
	text-shadow: 1px 1px 2px red, 0 0 
}

#Order_Pack_Exclu
{
	margin-top: -60px;
	margin-bottom: 30px;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8em;
	color:#fff9f0;
	text-align: center;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
	background-color: #806b3c;
	border-color: #fff9f0;
	border-style: solid;
}

#Order_Pack_Exclu st
{
	font-size: 0.8em;
	font-style: italic;
}

header p
{
	margin-top: 0px;
	padding: 0px 0px 40px 0px;
	text-align: center;
	color: #fff9f0;
	font-size: 2.5em;
	font-weight: normal;
	font-style: italic;
	list-style-type: none;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
	/*background: url("separateur.tiff") repeat-x bottom;*/
}

.Sub_Title
{
	font-size: 1.6em;
	font-weight: semi_bold;
	font-style: normal;
}



#options
{
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	border-style: solid;
	border-color: #5e4f31;
	border-radius: 20px;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

#optionsimage
{
	margin-left: 25px;
	margin-top: auto;	
	margin-bottom: auto;
	vertical-align: middle;

}

#optionstext
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 2.0em;
	line-height: 40px;
	color: #fff9f0;
}

#contact
{
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex;
	flex-direction: column;
	text-align: left;
	width: 750px;
}

#contact p
{
	padding: 25px 50px 25px 50px;
	font-size: 1.4em;
	line-height: 40px;
	color: #fff9f0;
	border-radius: 20px;
	border-style: solid;
	border-color: #5e4f31;
	/*box-shadow: 10px 10px 15px #495154;
	background-color: #42312c;*/
	background-color: #c6a664;
	/*background-image: url("https://www.transparenttextures.com/patterns/cream-paper.png");*/
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

#contact img
{
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display:flex-end;
}

.Company_Name
{
	font-weight: bolder;
	font-style: italic;
	font-size: 1.2em;
	color:#c5c96f;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
}

#DNA
{
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex;
	flex-direction: column;
	text-align: left;
	min-width: 650px;
	max-width: 1300px;
}

#DNA p
{
	padding: 40px 50px 25px 50px;
	font-size: 1.6em;
	font-weight: normal;
	text-align: justify;
	line-height: 35px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

#DNA img
{
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 20px;
	display:flex-end;
}

#Offre
{
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 75px;
	min-width: 650px;
	max-width: 1200px;
}

#Offre img
{
	margin: auto;
	display:flex;
	padding: 35px 0px 0px 0px;
}

#Offre p
{
	padding: 25px 50px 25px 50px;
	font-size: 1.6em;
	font-weight: normal;
	text-align: justify;
	word-break: break-word;
	white-space: pre-wrap;
	/* -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 -o-hyphens: auto;
	hyphens: auto;*/
	line-height: 35px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	/*background-color: #4d7554;
	background-image: url("https://www.transparenttextures.com/patterns/cream-paper.png");*/
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

.Get_It
{
	color: #5e4f31;
	font-size: 0.8em;
	white-space: nowrap;
	background-color: #fff9f0;
	border-radius: 15px;
	text-shadow: 1px 1px 2px red, 0 0 
}

.Get_It:hover
{
	color: #5e4f31;
	font-weight: bold;
	border-bottom: 2px solid #5e4f31;
}



.footer
{
	font-style: italic;
	text-align: justify;
	line-height: 25px;
	color:#c5c96f;

}

a_pack
{
	padding-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
	color: #edecc5;
}

a_pack:hover /* ce qui se passe quand on passe sur les éléments a du menu*/
{
	color: #a6a61e;
	border-bottom: 2px solid #760000;
}

#Conditions
{
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center ;
	flex-direction: column;
	min-width: 650px;
	max-width: 1200px;
}

#Conditions p
{
	padding: 15px 50px 15px 50px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: justify;
	line-height: 35px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
	/*background-color: #696758;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");*/
}

#Conditions pt
{
	padding: 25px 50px 25px 50px;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	color: #fff9f0;
	text-shadow: 1px 1px 2px #5e4f31, 0 0 
}

#Conditions img
{
	float: right;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 20px;
	display:flex-end;
}

.avantages
{
	font-style: italic;
	color: #edecc5;
}

#Occasions
{
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
	min-width: 750px;
	max-width: 1200px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

#OccasionsText
{
	padding: 30px 0px 30px 40px;
	font-size: 1.6em;
	font-weight: normal;
	text-align: justify;
	line-height: 30px;
}

#OccasionsImage
{
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: middle;
	object-fit: contain;
}

#Pack_exclu
{
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex;
	flex-direction: column;
	text-align: left;
	min-width: 550px;
	max-width: 1200px;
}

#Pack_exclu p
{
	padding: 40px 50px 40px 50px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: justify;
	line-height: 25px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
	/*background-color: #685272;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");*/
}

#Pack_exclu img
{
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	display:flex;
	margin: auto;
}

#Pack_exclu_bottles
{
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex;
	flex-direction: column;
	text-align: left;
	min-width: 550px;
	max-width: 1200px;
}

#Pack_exclu_bottles p
{
	padding: 70px 50px 40px 50px;
	font-size: 1.3em;
	font-weight: normal;
	text-align: justify;
	line-height: 25px;
	color: #fff9f0;
	border-radius: 20px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c6a664;
	background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
	/*background-color: #685272;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");*/
}

#Pack_exclu_bottles img
{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 60px;
	float: left;
}

.info_exclu
{
	font-style: italic;
	font-size: 1.1em;
	color: #edecc5;
	font-weight: bold;
}

.cépages_exclu
{
	font-size: 0.8em;
	color: #edecc5;
	font-weight: lighter;
}

#link_big
{
	color: #c5c96f;
	font-style: italic;
	font-size: 1.2em;
	text-shadow: 3px 3px 3px #5e4f31, 0 0;
}

#link_big:hover
{
	color: #b3b32e;
	font-style: italic;
	font-weight: bolder;
	border-bottom: solid #5e4f31;
}

#link_normal
{
	color: #c5c96f;
	font-style: italic;
	text-shadow: 3px 3px 3px #5e4f31, 0 0;
}

#link_normal:hover
{
	color: #b3b32e;
	font-style: italic;
	font-weight: bolder;
	border-bottom: solid #5e4f31;
}

#mail:hover
{
	color: #b3b32e;
	font-weight: bold;
	border-bottom: solid #5e4f31;
}

#mail
{
	color: #c5c96f;
	font-style: italic;
	border-bottom: none;
	text-shadow: 2px 2px 3px #5e4f31, 0 0;
}

#Under_Construction
{
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	min-width: 350px;
	max-width: 500px;
}

#Under_Construction p
{
	padding: 50px 50px 50px 50px;
	font-size: 3.5em;
	font-weight: 800;
	text-align: center;
	line-height: 35px;
	color: #5c1a06;
	text-shadow: 5px 5px 10px #fff9f0;
	border-radius: 0px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c13409;
	background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");
}

#Under_Construction img
{
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 20px;
	display:flex-end;
}

#Buy_Soon_Available
{
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
}

#Buy_Soon_Available p
{
	padding: 50px 50px 50px 50px;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	color: #fff9f0;
	text-shadow: 3px 3px 5px #5c1a06;
	border-radius: 0px;
	box-shadow: 10px 10px 15px #5e4f31;
	background-color: #c13409;
	background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");
}

#Buy_Soon_Available img
{
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 20px;
	display:flex-end;
}

#my-store-107500516
{
	background-color: #e6e6c3;
	max-width: 1000px;
}
