html
{
	
}

@font-face {
    font-family: "Font1";
    src: url('Zenith.otf');
}

@font-face {
    font-family: "Font2";
    src: url('ParmaPetit-Normal.ttf');
}

@font-face {
    font-family: "Font_titles";
    src: url('Gabrielle.ttf');
}

body
{
	 font-family: "Font2";
	position: relative;
	margin: 0;
	background: rgba(50,50,50,1);
}

#top_bar
{
	opacity: 0;
	font-family: "Font_titles";
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: rgba(200,200,200,1);
	height: 115px;
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
	background: rgba(0,0,0,.35);
	transition: all .5s linear;
	
	/**
background: rgba(0,0,0,0.85);
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 39%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(39%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 39%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 39%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 39%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 39%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
}

#top_bar ul, #top_bar li, #top_bar img
{
	display: inline-block;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	vertical-align: top;
	box-sizing: border-box;
}

#top_bar ul
{

	width: 100%;
	margin: 0;
	margin-top: 5px;
}

#top_bar_list_right
{
	float: right;
}

#top_bar li a
{
	text-decoration: none;
	font-weight: normal;
	transition: all .3s ease-in-out;
	color: rgb(200,200,200);
}


#top_bar li a:hover
{
	color: white;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}



.link_left
{
	width: 49%;
	text-align: left!important;
}

.link_right
{
	width: 49%;
	text-align: right!important;
	float: right;
}



.border-bottom-left
{
	display: block;
	height: .5px;
	margin-top: 3px;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 10;
	
background: rgba(208,167,64,1);
background: -moz-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208,167,64,1)), color-stop(15%, rgba(253,253,101,1)), color-stop(35%, rgba(238,183,81,1)), color-stop(41%, rgba(246,166,45,1)), color-stop(67%, rgba(253,253,101,1)), color-stop(80%, rgba(246,166,45,1)), color-stop(85%, rgba(238,183,81,1)), color-stop(100%, rgba(247,237,182,1)));
background: -webkit-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -o-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: linear-gradient(135deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a740', endColorstr='#f7edb6', GradientType=1 );

-webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
}

.border-bottom-right
{
	display: block;
	height: .5px;
	
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 10;
	
background: rgba(208,167,64,1);
background: -moz-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208,167,64,1)), color-stop(15%, rgba(253,253,101,1)), color-stop(35%, rgba(238,183,81,1)), color-stop(41%, rgba(246,166,45,1)), color-stop(67%, rgba(253,253,101,1)), color-stop(80%, rgba(246,166,45,1)), color-stop(85%, rgba(238,183,81,1)), color-stop(100%, rgba(247,237,182,1)));
background: -webkit-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -o-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: linear-gradient(135deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a740', endColorstr='#f7edb6', GradientType=1 );

-webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.75);
}

/*Présentation*/
#presentation
{
	position: relative;
	width: 100%;
	margin-top: 0;
	overflow: hidden;
	padding-top: 250px;
	padding-bottom: 115px;
	box-sizing: border-box;
}

#presentation center
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#logo
{
	position: relative;
	display: inline-block;
	width: 49%;
	opacity: 0;
	text-align: center;
	transition: all .5s linear;
	vertical-align: middle;
}

#logo img
{
	width: 70%;
	/transform: translate(0,-50%);
}

#msg_pres
{
	vertical-align: middle;
	margin-top:150px;
	margin-bottom: 50px;
	position: relative;
	display:inline-block;
	width: 49%;
	text-align: center;
	opacity: 0;
	
	transition: all .5s linear;
	color: rgba(255,255,255,.8);
	font-size: 1.9rem;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

#msg_pres p
{
	text-align: center;
	display:block;
	width: 100%;
	margin: 0;
	text-shadow: 0px 2px 2px rgba(58, 58, 58, 1);
}

#presentation .icon_scroll_down_pres
{
	position: absolute;
	bottom: 5%;
	left: 48%;
	cursor: pointer;
	opacity: 0;
	transition: all .5s linear;
}

#presentation .icon_scroll_down_pres img
{
	opacity: 0.5;
	transition: all .3s ease-in-out;
}

#presentation .icon_scroll_down_pres img:hover
{
	opacity: 0.9;
}

.center_background
{
	position: absolute;
	left:50%;
	top:0;
	width: 100%;
	height:100%;
}

.background
{
	position:absolute;
	left: -50%;
	top: 0;
	z-index: -1;
	height: 100%;
	min-width: 100%;
	max-width: 1920px;
	opacity: 0;
	filter: blur(7px);
	transform: scale(1.2);
	transition: all 5s ease-in-out;
}

.pres_show_up_anim1
{
	opacity:1!important;
	left: 0%!important;
}

.pres_show_up_anim2
{
	opacity:1!important;
	left: 0%!important;
}

.pres_show_up_opac
{
	opacity:1!important;
	filter: blur(0);
	transform: scale(1);
}

/* Contact */

#h1_contact
{
	font-family: "Font1";
	font-size: 3em;
	letter-spacing: 1px;
}

#contact
{
	background-color:rgb(225,225,225);
	
}

#contact h1{
	margin-top:0px;
}

#form-contact{
	display:inline-block;
	position: relative;
	/left:51%;
	/transform: translate(-50%,0);
}

#contact input, #contact textarea
{
	 font-family: "Font2";
	 font-size: 1.25rem;
	 margin:0;
	 background-color:transparent;
	 border: 0;
	 outline:none;
	 color: black;
	 z-index: 1;
}

#contact textarea
{
	display:block;
	width:100%;
	height: 100%;
	top:17.5px;
	padding-left: 15px;3
	margin: 0;
	text-align: left;
}

#contact input
{
	display:block;
	margin: 0;
	height: 100%;
	width: 100%;
	padding-left: 15px;
}

#contact input[type=submit]
{
	width: 200px;
	height: auto!important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
cursor: pointer;
transition: all .3s linear;
text-align: center;
}

#contact input[type=submit]:hover
{
	background: rgba(120,120,120,.9);
	color:white;
}

.input-borders
{
	display:block;
	position: relative;
	height: 35px;
	width:300px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.border-vertical
{
	z-index: 2;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	
	background: rgba(208,167,64,1);
background: -moz-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208,167,64,1)), color-stop(15%, rgba(253,253,101,1)), color-stop(35%, rgba(238,183,81,1)), color-stop(41%, rgba(246,166,45,1)), color-stop(67%, rgba(253,253,101,1)), color-stop(80%, rgba(246,166,45,1)), color-stop(85%, rgba(238,183,81,1)), color-stop(100%, rgba(247,237,182,1)));
background: -webkit-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -o-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: linear-gradient(135deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a740', endColorstr='#f7edb6', GradientType=1 );

-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

.border-bottom
{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	height: 1px;
	width: 100%;
	
	background: rgba(208,167,64,1);
background: -moz-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208,167,64,1)), color-stop(15%, rgba(253,253,101,1)), color-stop(35%, rgba(238,183,81,1)), color-stop(41%, rgba(246,166,45,1)), color-stop(67%, rgba(253,253,101,1)), color-stop(80%, rgba(246,166,45,1)), color-stop(85%, rgba(238,183,81,1)), color-stop(100%, rgba(247,237,182,1)));
background: -webkit-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -o-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
background: linear-gradient(135deg, rgba(208,167,64,1) 0%, rgba(253,253,101,1) 15%, rgba(238,183,81,1) 35%, rgba(246,166,45,1) 41%, rgba(253,253,101,1) 67%, rgba(246,166,45,1) 80%, rgba(238,183,81,1) 85%, rgba(247,237,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a740', endColorstr='#f7edb6', GradientType=1 );

-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
}

#form-contact
{
	vertical-align: top;
	margin-top: 20px;
	padding-bottom: 20px;
}


.popup-mail
{
	position:fixed;
	width: 100%;
	top: 0;
}

.popup-mail div
{
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(5,155,50,.8);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
transition: opacity .3s linear;
}

.popup-mail div p
{
	margin: 0;
	font-size: 1.5rem;
	color: white;
}

/*#form-contact-nom
{
	
}

#form-contact-email
{
	
}

#form-contact-sujet
{
	
}

#form-contact-com
{
	
}*/

/* NOS VALEURS */
/*
#valeurs
{
	height:800px;
}

#img_valeur_top
{
	width:50%;
	float:left;
}
	
#valeur_top
{
	float:right;
	width:50%;
	font-size:1.6em;
}
	
#img_valeur_bot
{
	width:50%;
	float:right;
}
	
#valeur_bot
{
	width:50%;
	float:left;
	font-size:1.6em;
}*/

/* Produits */
#h1_produit
{
	font-family: "Font1";
	font-size: 3em;
	letter-spacing: 1px;
	margin:0;
	font-weight: normal;
	line-height: 100px;
}

.title_section
{
	width:100%;
	height:100px;
	
	background: rgba(225,225,225,1);
	color: rgb(50,50,50);
}

.title_section img
{
	display: inline-block;
	margin-right: 50px;
	margin-left: 50px;
	height: 60px;
	vertical-align: middle;
}

.title_section h1
{
	display: inline-block;
	font-weight: normal;
	line-height: 100px;
	margin: 0;
}

#produits
{
	display: block;
	position: relative;
	width: 100%;
	overflow:hidden;
	white-space: nowrap;
	background: rgb(200,200,200);
}

.item_produits
{
	display: inline-block;
	position: relative;
	width: 100%;
	overflow:hidden;
	vertical-align: top;
	transition: margin-left 1s ease-in-out;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.10);
box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.10);
}

.item_produits *
{
	z-index: 2;
	color: rgb(50,50,50);
	 text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	 font-weight: bold;
}
.item_produits .inner_item
{
	position:relative;
	width: 47%;
	display: block;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: 100px;
}

.mobile_full_width
{
	width: 100%!important;
	display: block!important;
	height: auto!important;
	margin-left: 0!important;
	margin-right: 0!important;
	position: relative!important;
}

.mobile_no_margin_top
{
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.item_produits h1
{
	margin-top: 0;
	white-space: normal;
	max-width: 100%;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

.item_produits  h3
{
	font-size: 1.5em;
	margin-bottom: 0;
	font-family: Arial, sans-serif!important;
}

.item_produits div p
{
	display: block;
	max-width: 100%;
	font-size: 1.5em;
	padding: 15px;
	margin: 10px;
	white-space: normal;
}

.shadow
{
	z-index: 2!important;
	display: block!important;
	position:relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: rgba(200,200,200,.85);
}

.background-produit
{
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
	vertical-align: top;
}


.etiq_produit
{
	vertical-align: middle;
	height: 150px;
}
#control_produit
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
}

#prev_item_produit
{
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 2!important;
}
#prev_item_produit div
{
	position: absolute;
	top: -50%;
}
#prev_item_produit div img
{
	height: 50px;
	cursor: pointer;
}
#next_item_produit
{
	position: absolute;
	right: 80px;
	top: 50%;
	z-index: 2!important;
}
#next_item_produit div
{
	position: absolute;
	top: -50%;
}
#next_item_produit div img
{
	height: 50px;
	cursor: pointer;
}

/* FOOTER */
footer
{
	font-family: "Font2";
	background: rgba(55,55,55,1);
	height:210px;
	margin-top:-15px;
}

#footer_left
{
	width:50%;
	height:100%;
	display:inline-block;
	color:rgb(200,200,200);
}

#more_info
{
	position:relative;
	width:49%;
	float:left;
	display:inline-block;
}

#more_info ul
{
	padding: 0;
	margin: 0;
	margin-top:25px;
}

#more_info li
{
	list-style:none;
	font-size:1.3em;
	margin:10px;
}

#more_info li a
{
	color:black;
	text-decoration:none;
	color:rgb(200,200,200);
}

#contact_more_info_telmail
{
	font-size:1.2em;
	float:left;
	width:49%;
}

#contact_more_info_maps
{
	display:inline-block;
	width:50%;
	float:right;
}

#content_mentions
{
	width: 100%;
	box-sizing: border-box;
	color: rgb(200,200,200);
	padding: 50px;
	padding-top: 150px;
}

#content_mentions h1,#content_mentions h2, #content_mentions h3
{
	color:white;
}

#content_mentions a
{
	color: white;
}

#content_mentions span
{
	color: white!important;
}

@media only screen and (max-device-width: 700px) {
	
	
	
	.title_section
	{
		height:200px!important;
	}
	
	.title_section h1
	{
		line-height: 200px!important;
	}
	
	h1
	{
		font-size: 5rem!important;
		font-weight: bold!important;
	}
	
	h3, h4,p, a, label
	{
		font-size: 3rem!important;
	}
	
	#top_bar
	{
		height: 200px!important;
	}
	
	#contact_more_info_maps
	{
		min-height: 600px!important;
	}
	
	#form-contact
	{
		width: 100%!important;
		
	}
	#form-contact div
	{
		width: 100%!important;
	}
	
	.input-borders
	{
		width: 90%!important;
		height: 80px;
		
	}
	
	.input-borders input, .input-borders textarea, input[type=submit]
	{
		font-size: 3rem!important;
	}
}


