/*@font-face
{
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face
{
    font-family: "Raleway";
    src: url('Raleway-Light.ttf');
}


/*GENERAL*/
*
{
	outline: none;
}
html, body
{
	height: 100%;
}
BODY
{
	margin: 0;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	
	/*background: url(../img/fond.jpg) 50% 0 fixed;*/
	background: #914a24;
}
h1
{
	margin: 10px 0 10px 0;
	
	color: #914a24;
	font-size: 25px;
	font-weight: normal;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h2
{
	margin: 10px 0 10px 0;
	
	color: #914a24;
	font-size: 25px;
	font-weight: normal;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h3
{
	margin: 5px 0;
	color: #914a24;
	font-size: 14px;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #1dabd9;
}
a img
{
	border: 0;
}
a
{
	color: #914a24;
}
a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
}

/*FORMULAIRE*/
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #FFFFFF;
	background: #914a24;
	border: 1px solid #914a24;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	margin: 10px;
	height: 26px;
}
.bouton
{
	line-height: 26px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #914a24;
}
a.bouton.absolute, 
input[type='submit'].bouton.absolute, 
input[type='button'].bouton.absolute, 
button.bouton.absolute
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 0;
	padding: 0 15px;
}
a.bouton.absolute img, 
input[type='submit'].bouton.absolute img, 
input[type='button'].bouton.absolute img, 
button.bouton.absolute img
{
	vertical-align: middle;
}

input[type='text'], 
input[type='password'],
select
{
	height: 25px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #914a24;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	border: 1px solid #090;
	background-color: #aff18c;
	color: #090;
}
.notification.erreur
{
	border: 1px solid #900;
	background-color: #FBB;
	color: #900;
}

/*SITE*/
#site
{
	position: relative;
	
	width: 100%;
	height: 100%;
}

/*Familles*/
#familles,
#categories
{
	width: 100%;
}

#familles .bloc,
#categories .bloc
{
	display: block;
	position: relative;
	width: 470px;
	height: 110px;
	margin: 5px auto 20px auto;
	padding: 0;
	
	box-shadow: inset 0 0 4px 0 #000;
	background: #FFF;/*914a24*/
	
	border-radius: 3px;
	
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#familles .bloc font,
#categories .bloc font
{
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#familles .bloc > .titre,
#categories .bloc > .titre
{
	/*position: relative;*/
	display: table;
	
	margin: 0;
	margin-left: 160px;
	
	z-index: 4;
	
	/*width: 255px;*/
	height: 100px;
	
	text-align: left;
	/*color: #000;*/
	font-size: 21px;
	text-align: left;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
	
	color: #FFF;
	background: #009dc6;
	top: 0;
	left: 15px;
	width: 285px;
	position: absolute;
	padding: 5px;
	font-weight: bold;
}
#categories .bloc > .titre
{
	white-space: normal;
}
#familles .bloc > .titre
{
	height: auto;
}
#familles .bloc > .description,
#categories .bloc > .description
{
	position: absolute;
	top: 38px;
	left: 185px;
	right: 15px;
	
	line-height: 15px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}
#familles .bloc > .description i,
#categories .bloc > .description i
{
	font-style: normal;
}
#familles .bloc > .titre > p,
#categories .bloc > .titre > p
{
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	line-height: 22px;
}
#familles .bloc > .photo,
#categories .bloc > .photo
{
	position: absolute;
	left: 5px;
	top: 1px;
	width: 170px;
	height: 108px;
	
	z-index: 3;
}
#familles .bloc > .acces,
#categories .bloc > .acces
{
	position: absolute;
	top: 1px;
	left: 0;
	width: 158px;
	height: 108px;
	z-index: 2;
	opacity: 0;
	
	background: url(bloc_hover.png) 50% 50% no-repeat;
	
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
	-o-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms;
}
#familles .bloc:hover > .acces,
#categories .bloc:hover > .acces
{
	top: 1px;
	left: 335px;
	opacity: 0.5;
}

/*Categorie*/
#produits
{
	margin-top: 10px;
	width: 100%;
}
#produits .bloc
{
	width: 250px;
	height: auto;
	box-shadow: none;
}
#produits .bloc > .titre
{
	position: relative;
	line-height: 15px;
	padding: 0 5px;
	height: 30px;
	white-space: normal;
	vertical-align: middle;
	display: table-cell;
	width: 220px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 19px;
}
#produits .bloc > .titre > div
{
	position: absolute;
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 30px;
	left: 255px;
	width: 100%;
	text-align: left;
	font-size: 19px;
}

/*Categorie2*/
#produits2
{
	margin-top: 10px;
	width: 100%;
}
#produits2 .bloc
{
	width: 100px;
	height: auto;
	box-shadow: none;
}
#produits2 .bloc > .titre
{
	position: relative;
	line-height: 15px;
	padding: 0 5px;
	height: 30px;
	white-space: normal;
	vertical-align: middle;
	display: table-cell;
	width: 90px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 19px;
}
#produits2 .bloc > .titre > div
{
	position: absolute;
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 30px;
	left: 115px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-style:italic;
}

/*Fiche produit*/
#slider_produit
{
	position: relative;
	width: 300px;
	height: 200px;
	
}
#slider_produit ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider_produit li
{
	width: 300px;
	text-align: center;
}

#produit
{
	width: auto;
	height: auto;
	margin-top: 10px;
}
#produit .photos
{
	padding: 10px 5px;
}
#produit .description
{
	padding: 10px 5px;
}
#produit .prix
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #8A0000;
	
	border-radius: 3px;
	background-color: #f0f0f0;
}

#produit_complement,
#produit_details
{
	width: auto;
	margin-top: 10px;
}


/*HEADER/TOP/BANNIERE*/
#header
{
	position: relative;
	width: 980px;
	height: 144px;
	margin: 0 auto;
	
	background : url(fond_header.jpg) 50% 0;
	z-index: 3;
}
#header > div
{
	position: relative;
	width: 980px;
	height: 144px;
	margin: 0 auto;
}

/*LOGO*/
#logo
{
	position: absolute;
	left: 10px;
	top: 15px;
	height: 120px;
	
	display : table-cell;
	vertical-align : middle;
}
#slogan
{
	position: absolute;
	right: 0px;
	top: 45px;
	width: 500px;
	height: 35px;
	
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #914a24;
	font-weight: bold;
}

/*PAGE*/
#page
{
	position: relative;
	margin: 0 auto;
	width: 920px;
	min-height: 608px;
	
	background: #FFF;
	padding: 30px;
	/*box-shadow: 0 0 390px 70px rgba(0,0,0,0.9);*/
}

#bloc_page
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	background: rgba(255,255,255,0.9);
	/*min-height: 696px;*/
	height: 100%;
	padding: 10px;
	z-index: 2;
}

/*MENU*/
#menu
{
	position: relative;
	height: 40px;
	background: #914a24;
	z-index: 99;
	width: 980px;
	margin: 0 auto;
}
#menu > div
{
	position: relative;
	width: 980px;
	height: 40px;
	margin: 0 auto;
    text-align: center;
}
#menu > div > ul
{
	height: 40px;
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > div > ul > li
{
	position: relative;
	display: inline-block;
	*float: left;/*IE7*/
	height: 40px;
	border-right: 1px solid #FFF;
}
#menu > div > ul > li:first-child
{
	border-left: 1px solid #FFF;
}
#menu > div > ul > li > a
{
	display: block;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 20px;
	
	height: 35px;
	line-height: 40px;
	
	text-decoration: none;
	color: #FFF;
	font-size: 14.1px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	
	border-bottom: 5px solid transparent;
}
#menu > div > ul > li:hover > a, 
#menu > div > ul > li.select > a
{
	border-bottom: 5px solid rgba(0,0,0,0.2);
}

#menu > div > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #FFF;
	
	padding: 0;
	z-index: 4;
	list-style: none;
	
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
#menu > div > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > div > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #914a24;
	font-size: 15px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > div > ul > li > ul > li:hover > a, 
#menu > div > ul > li > ul > li > a.select
{
	background-color: #914a24;
	color: #FFF;
}









#menu > div > ul > li > ul > li >  ul
{
	display: none;
	position: absolute;
	background-color: #FFF;
	
	padding: 0;
	z-index: 4;
	list-style: none;
	width: 480px;
	
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}

#menu > div > ul > li > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > div > ul > li > ul > li >  ul > li > a
{
	display: block;
	
	margin: 0 0 0 0;
	padding: 0 20px;
	
	height: 35px;
	line-height: 40px;
	
	text-decoration: none;
	color: #32ac68;
	font-size: 14px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	
	border-bottom: 5px solid transparent;
}

#menu > div > ul > li > ul > li >  ul > li:hover > a, 
#menu > div > ul > li > ul > li >  ul > li > a.select
{
	background-color: #32ac68;
	color: #FFF;
}




/*RECHERCHE*/
#recherche
{
	position: absolute;
	right: 5px;
	top: 0;
}
#recherche input[type='text']
{
	margin: 6px 0;
	background: #FFF url(loupe_16.png) 5px 50% no-repeat;
	padding-left: 30px;
	border: 1px solid #999;
}
#recherche input[type='submit']
{
	display: none;
}

/*SLIDER*/
#slider
{
	overflow: hidden;
	margin: -10px -10px 0 -10px;
	width: 980px;
	height: 400px;
	
	z-index: 1;
}

#maps
{
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 98px;
	
	width: 100%;
	
	z-index: 1;
}

#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #914a24;
	padding: 5px;
	width: 100%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#slider_accueil .boutonPagination.select
{
	background: #914a24!important;
}
#slider_accueil .boutonsPagination
{
	left: 5px;
}

#slider_contact
{
	position: absolute;
	right: 0;
	bottom: -1px;
	background: url(fond_contact.png) no-repeat;
	width: 270px;
	height: 256px;
	z-index: 999;
	
	color: #914a24;
	text-align: center;	
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
#slider_contact > div
{
	width: 262px;
	
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	
	margin-top: 30px;
	
	-webkit-backface-visibility: hidden;	
}
#slider_contact > div > span
{
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	
	width: 700px;
	height: 150px;
}
#slider_galerie li
{
	margin: 0 2px;	
}

/*Pagination*/
form
{
	display: inline;
}
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #1888AD;
	color: #914a24;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#nuage_liens
{
	text-align: center;
	color: #999999;
}

/*ASIDE (GAUCHE OU DROITE)*/
/*#aside
{
	position: relative;
	padding: 5px;
	
	width: 250px;
	
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.3);
	
	float: left;
}
#aside > ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#aside > ul > li
{
	width: 251px;
}
#aside > ul > li > a
{
	display: block;
	text-decoration: none;
	padding: 8px;
	margin: 5px 0;
	background: url(../img/fond_menu.png) 0 -3px;
	border-left: 1px solid #500050;
	border-top: 1px solid #500050;
	border-bottom: 1px solid #500050;
	border-radius: 3px 0 0 3px;
	color: #914a24;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#aside > ul > li > a:hover
{
	background: #701374;
}*/

/*FOOTER*/
#footer
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 40px;
	border-bottom: 6px solid #914a24;
	
	background: url(fond_footer.jpg) 50% 0;
	color: #4b4b4b;
	
	font-size: 14px;
}
#footer > div
{
	position: relative;
	width: 980px;
	height: 40px;
	margin: 0 auto;
}
#footer #contact
{
	
}
#footer #contact > div
{
	margin-top: 5px;
	background: rgba(100,100,100,0.2);
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}
#footer #contact > div > div
{
	float: left;
}
#footer #contact > div > div+div
{
	margin-left: 10px;
}
#footer #reseaux
{
	position: absolute;
	right: 0;
	top: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer #reseaux > li
{
	float: left;
	margin: 0;
	padding: 0;
	width: 52px;
	height: 52px;
}
#footer a
{
	text-decoration: none;
	color: #676767;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_complementaires
{
	margin-left: 5px;
}
#footer #infos_complementaires span.titre,
#footer #contact span.titre
{
	margin: 0;
	
	color: #914a24;
	font-size: 20px;
	font-weight: normal;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
#footer #infos_complementaires > div
{
	float: left;
	margin-right: 50px;
}
#footer #infos_complementaires > div > ul
{
	list-style-type: square;
	margin: 5px 0;
}
#footer #infos_site
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px;
	
	line-height: 14px;
}
#footer #infos_supplementaires
{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px;
	
	line-height: 14px;
}



/*DIVERS PROPRE AU SITE*/
.bloc
{
	width: 240px;
	height: 120px;
	color: #000;
	text-decoration: none;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
	padding: 5px;
	background: #FFF;
}
.bloc.video
{
	display: inline-block;
	width: 320px;
	height: 240px;
	margin: 0 0 5px 12px;
	padding: 5px;
}
.bloc h2
{
	text-align: center;
	text-decoration: none;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 250px;
	margin: 5px;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 235px;
	height: 180px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 235px;
	height: 200px;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li
{
	padding: 5px;
}

#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a
{
	color: #000;
	text-decoration: none;
}
#actualites.bloc .slider a:hover,
#temoignages.bloc .slider a:hover
{
	color: #000;
	text-decoration: none;
}
#videos.bloc
{
	width: 230px;
	height: 225px;
	margin: 0 5px;
	padding: 5px;
	text-align: center;
}
#videos.bloc a
{
	display: block;
	margin: 5px 0;
	text-decoration: none;
}
#videos.bloc a:hover
{
	text-decoration: underline;
}

#langs
{
	float:right;
	padding-top:5px;
}

#langs > div
{
	display:inline-block;
}

#langs > div:hover
{
	opacity:0.5
}



#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 280px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #000; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

