/*	################################################################

	File Name: style.css
	Inventive
	Created By: Filiz OZER
	http://themeforest.net/user/inventivethemes
	
	1) GENERAL STRUCTURES
	2) SITE STRUCTURES
	3) ECOMMERCE STYLES
	4) WIDGETS & SIDEBARS
	5) SLIDER STYLES
	6) MODULES & EXTENSIONS
	7) COLOR SCHEMES
	8) RESPONSIVES
	
################################################################# */ 

@import url(css/prettyPhoto.css) screen;
@import url(css/hoverex-all.css) screen;
@import url(css/effects.css) screen;
@import url(css/fhmm.css) screen;

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/black.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/medium.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/thin.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Homizio';
	src: url(/fonts/light.ttf) format('truetype');
	font-weight: lighter;
	font-style: normal;
}
/* ################################################################
	5) SLIDER STYLES
################################################################# */

/* ################################################################
	1) GENERAL STRUCTURES
################################################################# */ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
body { line-height: 1; } 
:focus { outline: 0; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; } 
table { border-collapse: collapse; border-spacing: 0; }

html,
body {
	height: 100%;
}

body {
	color: #6F6F6F;
	background:#ffffff;
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
}
	
div.body {
	height: 100%;
	width: 100%;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#990000;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#990000;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.hidden { 
	display: none; 
}

img {
	height: auto;
	max-width: 100%;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right;
}

img.alignleft { 
	float: left;
	margin:10px; 
}

img.alignright { 
	float: right;
	margin:10px;
}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align:center;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	color:#990000;
	padding: 0 1px;
	margin: 0 -1px;
	display:inline-block;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
  color: #111111;
  text-decoration: none;
}

a img { 
	border: none; 
	vertical-align: bottom;
}


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 317px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/assets/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 27px;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/assets/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }


p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
{ margin-bottom: 20px; }

h1,h2,h4,h5,h6{ 
	position: relative;
	padding: 0 0 10px 0;   
	color:#272727;      
	font-weight:normal;
	line-height:140%;
	font-family: Arial,sans-serif;
}

h1{
	font-size: 22px; 
}

h2{
	font-size: 20px; 	
}

h3{
	position: relative;
	font-size: 25px;
	display:block; 
}

h4{
	font-size: 16px; 	
}

h5{
	font-size: 14px; 
}

h6{
	font-size: 13px;  	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none; 
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	color:#111111;
}
	
a img {
	border: none; 
}
		
p {
	margin: 0 0 20px;
	line-height: 1.8;
}

ul,
ol,
dl { margin-left: 30px; }

ul,
ol,
dl {
  font-size: 1em;
  margin-bottom: 1.25em;
  font-family: inherit; }

ul, ol {
  margin-left: 0;
}

ul.no-bullet, ol.no-bullet {
	margin-left: 0;
}

ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}

ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}

section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}


.nav-tabs > li > a:hover {
    border: 1px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.pagination_previous a  {
	display:block;
	padding:5px;
	text-align:center;
	border:solid 1px #000;
	color:#000;
	font-size:12px;
	margin-top:200px;
}
.pagination_next a  {
	display:block;
	padding:5px;
	text-align:center;
	border:solid 1px #000;
	color:#000;
	font-size:12px;
	margin-top:200px;
}


.pagination_previous a:hover  {

	border:solid 1px #CCC;
	background-color:#333;
	color:#999999;
	font-size:18px;
}
.pagination_next a:hover  {

	border:solid 1px #CCC;
	background-color:#333;
	color:#999999;
	font-size:18px;
}

.social_network                     { display:block; background-image: url(/social_network.png); width: 29px; height: 29px; }

.social_network_facebook            { background-position: 0px 0px; }
.social_network_facebook:hover      { background-position: 29px 0px; }

/*
 * Custom code
 */

body {
	color: #5e0f00;
}

.megamenu .image,
.catalog_view .image,
.shop .container .image,
.page_view .container .image {
	padding: 0;
}

.hidden-pc {
	display: none !important;
}

button,
.nav-container a {
	width:40%;
	height:35px;

	background-color: #FFF;
	color: #5e0f00;
	border: 1px solid #c8aea7;

	text-transform: uppercase;
	text-align: center;
}

button {
	display: block;
}

button:hover,
.nav-container a:hover {
	background-color: #5e0f00;
	color: #FFF;
}



/*
 * Back to top
 */
.dmtop {
	background-image: url(images/arrow.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color:#5e0f00;

	z-index: 80;

	width: 40px;
	height: 40px;

	border-radius:0;

	text-indent: -999px;

	position: relative;
	bottom: -100px;
	left: 48.8%;

	cursor: pointer;

	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;

	overflow: auto;

	display:none;
}

/*
 * Pagination
 */
.pagination {
 	margin:0;
 	padding-left: 0;
 	border-radius: 0;
 }

.pagination ul > li {
 	float:left;
 	list-style: none;
 	height: 15px;
 	display: block;
}

.pagination a, 
.pagination span {
 	display: block;
	border:solid 1px #c8aea7;
	padding:6px;
	margin:2px;
	font-size:11px;
	color:#5e0f00;
	text-decoration:none;
}

/* 
 * Structure globale
 * - Sidebar
 */
.main-sidebar {
	position: fixed;
	top:0;
	left:0 !important;
	display: block;

	width: 291px;
	height: 100%;

	border-right: 1px solid #CCC;
	background-color: #FFF;

	z-index: 110;
}

.main-sidebar .close {
    position: relative;
    top: 15px;
    right: 15px;

    color: #000;	

    z-index: 1000;
}

.main-sidebar .site-logo {
	padding-top: 15px;
	height: 140px;

	z-index: 150;
}

.main-sidebar .site-logo a {
    width:100%;

    text-align: center;
}

.main-sidebar .site-logo hr {
	width: 80%;

    margin: 20px auto;

    border-bottom: 1px solid #c8aea7;
}

.main-sidebar .menu {
    height: auto;
    overflow-y: auto;

    position: absolute;
    top: 140px;
    bottom: 80px;

    width: 100%;
}

.main-sidebar .menu h2 {
    margin-bottom: 20px;

    text-align: center;
    font-size: 19px;
    text-transform: uppercase;

    color:#5e0f00;
}

.main-sidebar .menu nav {
    padding-bottom: 5px;
}

.main-sidebar .menu nav h3 {
    padding-bottom: 13px;

    text-align: center;

    font-family: 'Homizio';
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 2px;

    text-transform: uppercase;
    line-height: 22px;

    color:#5e0f00;
    cursor: pointer;

    line-height: 30px;
}

.main-sidebar .menu nav h3:hover span {
	padding-bottom: 3px;

	border-bottom: 2px solid #c8aea7;
}

.main-sidebar .menu nav ul {
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;

	display:none;
}

.main-sidebar .menu nav.nav-active ul {
	display: block;
}

.main-sidebar .menu nav li {
	text-align: center;
	text-transform: uppercase;

	padding: 5px 0;
}

.main-sidebar .menu nav li.emega:hover {
	background-color: #5e0f00;
}

.main-sidebar .menu nav li.emega:hover > a {
	color:#FFF;
}

.main-sidebar .menu nav li ul.dropdown {
	display: none;
}

.main-sidebar .menu nav li hr {
	display: none;

	width: 60%;
    margin: 1px auto;

    border-bottom: 1px solid #c8aea7;
}

.main-sidebar .menu nav li hr.nav-active {
	display: block;
}

.main-sidebar .menu nav li ul.dropdown {
	margin: 0;
	padding: 0;
}

.main-sidebar .menu nav li ul.dropdown li {
	padding-bottom: 0;
}

.main-sidebar .menu nav li ul.dropdown li a {
	font-size: 13px;
	height: 30px;
	padding-top: 5px;
}

.main-sidebar .menu nav li a {
    color:#000;

    font-family: 'Homizio';
    font-size: 15px;
    letter-spacing: 2px;

    width: 100%;
    height: 25px;
}

.main-sidebar footer,
.main-content > footer {
    position: fixed;
	bottom: 0;
	padding-bottom: 5px;

	background-color: #FFF;

	font-size: 12px;

    width: 290px;
    height: 80px;

	text-align: center;

	display: flex;
	align-items: center;

	color:#000;
}

.main-sidebar footer div {
	width: 100%;
}

.main-sidebar footer a,
.main-content > footer a {
	color:#000;
}

.main-sidebar footer hr,
.main-content > footer hr {
	width: 60%;
    margin: 1px auto;

    border-bottom: 1px solid #c8aea7;
}

.main-sidebar footer .copyright,
.main-content > footer .copyright {
	font-size: 10px;
}

/* 
 * Structure globale
 * - Contenu
 */
.main-content {
    width: 100%;
    max-width: 100%;
    padding-left: 290px;
}

.main-content div.overlay {
	width: 100%;
    height: 100%;

    display: none;

    background-color: rgba(0, 0, 0, 0.7);

    position: fixed;

    z-index: 100;
}

.main-content nav.nav-top {
	position: fixed;
	top: 0;
	left: 0;

    padding-left: 290px;
    padding-right: 0;

	display: flex;
	align-items: center;

	width: 100%;
	z-index: 120;
}

.main-content nav.nav-top .site-logo-mobile {
	float:left;
	width:10%;
}

.main-content nav.nav-top ul {
	float:right;

	list-style: none;

	width:100%;

	padding:0;
	margin:0;
	padding-top: 10px;

	text-transform: uppercase;

	background-color: #FFF;

	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.main-content nav.nav-top li {
	float:left;
	padding: 0;
	padding-bottom: 10px;
}

.main-content nav.nav-top li.menu-mobile {
    width: 6%;
    text-align: center;
}

.main-content nav.nav-top li.menu {
	width:17.5%;

	text-align: center;
}

.main-content nav.nav-top li.search {
	text-align: center;
	
	width:22%;
}

.main-content nav.nav-top li.search input {
	background: url(images/search.png) no-repeat scroll 94% center rgba(0, 0, 0, 0);
	border: 1px solid #c8aea7;
	border-radius: 0;
	box-shadow: none;
	height: 24px;
	font-size:12px;
	padding-left: 14px;
	min-width:90%;
}

.main-content nav.nav-top li.lang {
	text-align: center;
	
	width:4%;
}

.main-content nav.nav-top li.lang.active a {
	font-weight: 800;
	font-size: 16px;
}

.main-content nav.nav-top li a {
    color:#5e0f00;

    font-family: 'Homizio';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;

    width: 100%;
}

.main-content nav.nav-top li a:hover span {
	padding-bottom: 3px;

	border-bottom: 1px solid #c8aea7;
}

.main-content > footer {
    width: 100%;
    position: relative;
}

.main-content > footer hr {
	width: 20%;
    margin: 1px auto;

    border-bottom: 1px solid #c8aea7;
}

.content{
	margin: 25px 10px 0 10px;
	padding-top: 42px;

	z-index: 10;
}

.main-content .container {
	clear: both;
}

.bloc-md-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

	width:16.666666666666664%;
	float: left;
}

.bloc-md-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

	width:25%;
	float: left;
}

.bloc-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

	width:50%;
	float: left;
}

.bloc-md-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

	width:58.333333333333336%;
	float: left;
}

/* 
 * Structure globale
 * - Megamenu
 */
.megamenu {
	display:none;
	position: fixed;
	top: -500px;
	left: 290px;

	width: 550px;
	min-height: 100%;

	text-align: left;

	z-index: 90;
}

.megamenu .megamenu-container {
	min-height: 350px;

	background-color: #FFF;
	border: 1px solid #c8aea7;
}

.megamenu .title {
	background-color: #f3eeeb;
	height: 150px;
	margin: 0;

	padding: 15px;
}

.megamenu .title h3 {
	padding-top: 15px;
	text-align: left !important;

	font-size: 16px !important;
}

.megamenu .title h4 {
	font-size: 12px;
}

.megamenu .title a.view_all {
	margin-top: 15px;
	font-size: 10px;
}

.megamenu .title a.view_all:hover span {
	padding-bottom: 3px;

	border-bottom: 1px solid #c8aea7;
}

.megamenu .cat {
	min-height: 200px;
	display: flex;
	align-items: top;
}

.megamenu .cat div {
	background-color: #FFF;
    padding: 30px;
}

.megamenu .cat ul {
	margin: 0;
}

.megamenu .cat ul li {
	margin: 0;
	text-align: left;
}

.megamenu .cat ul li a {
	font-size: 13px;

	font-weight: 600;
}

.megamenu .cat ul li a:hover span {
	padding-bottom: 3px;

	border-bottom: 1px solid #c8aea7;
}

.megamenu .cat div.image {
    padding: 30px 0;
    margin-right: 25px;
}

.megamenu .image img {
	display: none;
}

/* 
 * Page d'accueil
 */
.is-homepage {
	background-color: #f7f3f2;
}

.is-homepage .content .slideshow {
	margin: 0 15px 30px;
	display: flex;
}

.is-homepage .content .slideshow .tp-banner {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.is-homepage .content .slideshow .tp-banner li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.is-homepage .content .slideshow .tp-banner li:first-child {
	position: relative;
	display: block;
	float: left;
}

.is-homepage .content .slideshow .tp-banner img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.is-homepage .container > div {
    margin-bottom: 30px;
    display: flex;
}

.is-homepage .container .ban {
    -moz-transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -ie-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.is-homepage .container .ban .image {
    overflow: hidden;
    width: 100%;
    display: block;
    text-align: center;
}

.is-homepage .container .ban .image img {
    -moz-transition: 0.5s ease-in all;
    -webkit-transition: 0.5s ease-in all;
    -ie-transition: 0.5s ease-in all;
    -o-transition: 0.5s ease-in all;
    transition: 0.5s ease-in all;
    max-width: 100%;
}

.is-homepage .container .ban .image img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    display: block;
    max-width: 100%;
    height: auto;
}

/* 
 * Pages autre que la page d'accueil
 */
.not-homepage {
	background-color: #FFF;
}


.not-homepage .paginated {
	margin: 25px 0;
	padding: 0;

	height: 40px;

	text-align: right;
}

.not-homepage .content {
	margin: 0 0 30px 0;
}

.not-homepage .content .slideshow {
	height: 300px;

	padding: 0 25px;

	text-transform: uppercase;
	background-size: cover;
	background-position:center;

	overflow:hidden;

	display: flex;
	align-items: center;
}

.not-homepage .content .slideshow h3 {
	text-align: left;

	padding-top: 15px;
	padding-bottom: 6px;

	font-size: 30px;

    color:#FFF;
}

.not-homepage .content .slideshow h4 {
	padding-bottom: 6px;

	font-size: 20px;

    font-family: 'Homizio';
    letter-spacing: 3px;

    color:#FFF;
}

.not-homepage .content .slideshow a.view_all {
    margin-top: 15px;
    font-size: 15px;

    color:#FFF;
}

.not-homepage .content .slideshow a.view_all:hover {
    text-decoration: underline;
}

.not-homepage .breadcrumb {
	width: 100%;
	height: 40px;

	padding: 10px 25px;
	margin-bottom: 30px;

	background-color: #FFF;

}

.not-homepage .breadcrumb li {
    color:#000;
}

.not-homepage .breadcrumb li:last-child {
    color:#5e0f00;
}

.not-homepage .container {
	background-color: #FFF;
	padding: 0;
}

.not-homepage .container .title {
	margin-bottom: 30px;
}

.not-homepage .container .title h3 {
	text-align: center;
	font-size:150px;

    font-family: 'Homizio';
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;

	color: #c9bbb8;
}

.not-homepage .container .title h4 {
	text-align: center;
	font-size:110px;

    font-family: 'Homizio';
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;

	color: #5e0f00;

	margin-top: -95px;
}

/* 
 * Liste des point de vente
 */
.shop .container .form-container {
	display: flex;
	align-items: center;
}

.shop .container .image img {
	display: block;
}

.shop .form-container hr {
	width: 45%;
	margin: 50px auto;

	border-bottom: 1px solid #c8aea7;
}

.shop .form-container .manually h5,
.shop .form-container .geoloc h5 {
	font-size:22px;
	text-align: center;
	text-transform: uppercase;

	color: #5e0f00;
}

.shop .form-container .manually select,
.shop .form-container .geoloc input {
	display: block;

	width:60%;
	height:35px;

	margin: 40px auto;
	padding: 2px 10px;

	background-color: #FFF;
	color: #5e0f00;
	border: 1px solid #c8aea7;
}

.shop .form-container .manually div.region {
	display: none;

	width: 100%;
}

.shop .form-container .manually button,
.shop .form-container .geoloc button {
	margin: 0 auto;
}

.shop .form-container .geoloc p {
	font-size: 15px;
	line-height: 18px;

	text-align: center;
}

/*
 * Liste des points de ventes d'un departement
 */

.list-container {
    padding: 0;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.map-container {
    padding: 0;
    height: 600px;
}

.list-container .button-edit {
	width: 100%;
	height: 40px;

	display: block;

	margin: 0 1px;

	text-transform: uppercase;
	font-size: 17px;

	text-align: center;
	padding-top: 10px;

	border: none;
    background-color: #5e0f00;
    color: #FFF;
}

.list-container .shop {
	padding: 20px;

	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;

	margin: 0 -1px 0 1px;

	min-height: 180px;
	font-size: 14px;

	color: #000;

	cursor: pointer;
}

.list-container .shop.active {
    background-color: #5e0f00;
}

.list-container .shop .title {
	font-size: 18px;

	margin-bottom: 20px;
}

.list-container .shop .title h2 {
	font-size: 16px;
	text-transform: uppercase;

	padding: 0;
}

.list-container .shop .title .letter p {
	text-align: right;
	text-transform: uppercase;
	margin: 0;
}

.list-container .shop .title .letter span {
	text-align: right;
	font-size: 15px;
	float: right;
}

.list-container .shop.active .title h2 {
	color: #FFF;
}

.list-container .shop div,
.list-container .shop address {
	padding: 0;
	margin-bottom: 20px;
}

.list-container .shop.active div,
.list-container .shop.active address {
	color: #FFF;
}

.list-container .shop address {
	border-right: 1px solid #000;
}

.list-container .shop.active address {
	border-right: 1px solid #FFF;
}

.list-container .shop div.infos2 {
	min-height: 50px;

	margin-bottom: 0;
	padding-left: 60px;
}

.list-container .shop div.infos2 .phone,
.list-container .shop div.infos2 .email {
	margin-bottom: 0;
}

.list-container .shop .details {
	clear: both;

	display: none;
}

div.from-geoloc .list-container .shop.active .details {
	display: block;
}

.list-container .shop .details div {
	margin-bottom: 0;
	text-align: center;
}

.list-container .shop .details div a {
	color: #FFF;
	padding-bottom: 20px;
}

.list-container .shop .details div button {
	width: 50%;
	height: 25px;
    background-color: #5e0f00;
	color: #FFF;
	border: 1px solid #FFF;
	text-transform: uppercase;
	margin: 0 auto;
}

.map-container #map-canvas {
	height:600px;
}

.shop_view_country .paginated,
.shop_view_cat .pâginated,
.shop_from_geoloc .paginated {
    text-align: center;
}

/* 
 * Formulaire de contact
 */
.contact .infos-container {
	text-transform: uppercase;
	text-align: center;

	margin-bottom: 35px;
}

.contact .infos-container h5 {
    font-family: 'Homizio';
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 2px;

	margin-top: 70px;

	color: #5e0f00;
}

.contact .infos-container address {
	margin-top: 10px;
	font-size: 13px;
	line-height: 30px;

	color: #000;
}

.contact .infos-container div.last {
	padding-right: 60px;
}

.contact .container select,
.contact .container input,
.contact .container textarea {
	display: block;

	width:100%;
	height:35px;

	margin: 20px auto;
	padding: 2px 10px;

	background-color: #FFF;
	color: #5e0f00;
	border: 1px solid #c8aea7;
}

.contact .container textarea {
	height:90px;
}

.contact .container .send {
	margin: 40px 0;
}

.contact .container .send span {
	display: block;

    font-size: 17px;

    height: 35px;
    padding-top: 10px;

    text-align: center;
}

.contact .container .send input {
	margin: 0;
}

.contact .container .send button {
	width: 35%;
	float: right;
	margin-right: 44px;
}

/* 
 * Visualisation d'une page 
 */
.page_view .container .text {
	text-align: center;

	color: #000;
}

.page_view .container .text h5 {
	font-size: 14px;
	margin-top: 20px;

	color: #5e0f00;
}

.page_view .container .image img {
	display: block;
}

.page_view .text .col-md-12 {
	margin-bottom: 60px;
}

.page_view .text .col-md-6.last {
	margin-bottom: 0px;
}

.page_view .text .line {
	clear:both;
}

.page_view .text p {
	line-height: 2;
	margin: 0;
}

/* 
 * Visualisation d'une page 
 * - Informations legales
 */
.page_view.legal-notice .text {
	padding: 25px;
}

.page_view.legal-notice .dmtop {
	display: block;
}

/* 
 * Liste des produits
 */
.catalog_view_cat .no-results,
.catalog_view_collection .no-results {
	margin: 50px 0;

	text-align: center;
}

.catalog_view_cat .product-content,
.catalog_view_collection .product-content {
	padding-top: 0;
	padding: 0 10px;

	margin: 0;

	color: #5e0f00;
}

.catalog_view_cat .count,
.catalog_view_collection .count {
	margin: 25px 0;
	padding: 10px 25px;

	height: 40px;

	clear: both;

	text-transform: uppercase;
}

.catalog_view_cat .paginated,
.catalog_view_collection .paginated {
	padding: 0 25px;
}

.catalog_view_cat .product,
.catalog_view_collection .product {
	width: 100%;

	margin: 1px;
}

.catalog_view_cat .product:hover,
.catalog_view_collection .product:hover {
	margin: 0;

	border: 1px solid #c8aea7;
}

.catalog_view_cat .product .image-hover,
.catalog_view_collection .product .image-hover {
	width: 100%;

	display: block;

	border: none;

	margin-bottom: 15px;
}

.catalog_view_cat .product .image-hover a,
.catalog_view_collection .product .image-hover a {
	border: none;
}

.catalog_view_cat .product-details h4.product-title,
.catalog_view_collection .product-details h4.product-title {
	font-size: 14px;

	padding-top: 5px;

	text-align: center;
	text-transform: capitalize;
}

.catalog_view_cat .product-details h4.product-title a,
.catalog_view_collection .product-details h4.product-title a {
	color: #000;
}

.catalog_view_cat .product-details h5.product-sku,
.catalog_view_collection .product-details h5.product-sku {
	font-size: 13px;

	padding-top: 5px;

	text-align: center;

	color: #5e0f00;
}

#map-canvas .infoWindow .bodyContent h3 {
	font-size: 16px;
	padding: 20px 0;
}

.catalog_view_cat .dmtop,
.catalog_view_collection .dmtop {
	display: block;
}

/* 
 * Visualitation d'un produit
 */
.catalog_view .container,
.catalog_view_from_collection .container {
	padding-top: 30px;
}

.image-container .zoom {
	display:inline-block;
	position: relative;
    margin: 1px;
    cursor: pointer;
}

.image-container .zoom:hover {
	border: 1px solid #c8aea7;
    margin: 0;
}

.image-container .zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.image-container .zoom img {
	display: block;
}

.image-container .zoom img::selection { 
	background-color: transparent; 
}

.image-container .image-thumbnails ul {
	margin: 0;
	list-style: none;
}

.image-container .image-thumbnails li {
    margin-top: 30px;
	float:left;
	width: 33%;

	text-align: center;
    cursor: pointer;
}

.image-container .image-thumbnails li.active img {
	border: 1px solid #c8aea7;
}

.image-container .image-thumbnails img:hover {
	opacity:0.7;
}

.product-container h4.product-sku {
	padding: 20px;

	color: #5e0f00;

    font-family: 'Homizio';
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;

	margin-bottom: 10px;
}

.product-container ul.nav-tabs {
	border: none;
}

.product-container ul.nav-tabs > li {
	width: 50%;
	text-align: center;
	text-transform: uppercase;
}

.product-container ul.nav-tabs a {
	color: #5e0f00;
	font-size: 18px;
}

.product-container ul.nav-tabs > li.active a {
	border: none;
}

.product-container ul.nav-tabs > li.active span,
.product-container ul.nav-tabs > li:hover span {
	padding-bottom: 5px;

	border-bottom: 1px solid #c8aea7;
}

.product-container .tab-pane {
	padding: 0 20px 20px 20px;

	border: none;

    color: #000;

	line-height: 25px;
}

.product-container .tab-pane hr {
	border-bottom: 1px solid #c8aea7;
}

.product-container .tab-pane strong {
	color: #5e0f00;
}

.product-container .colors {
	padding: 20px;

    color: #000;
}

.nav-container {
	display: flex;
	clear:both;

	margin-top: 35px;

	padding: 0 20px;
}

.nav-container .prev {
	text-align: left;
}

.nav-container .next {
	text-align: right;
}

.nav-container a {
	width:60%;

	margin-bottom: 35px;
	padding-top: 5px;
}

/*
 * Resultats de recherche
 */
.search .no-results {
    width: 100%;
    display: block;
    text-align: center;
}
.search .search-container > .result {
	margin: 1px 0;
}

.search .search-container > .result:hover {
	margin: 0;

	border: 1px solid #c8aea7;
}

.search .search-container .result-image {
	min-height: 305px;
	display: flex;
	align-items: center;
}

.search .search-container .result a {
	display: flex;
	align-items: center;

	cursor: pointer;
}

.search .search-container h3.product-cat {
	font-size: 15px;

	color: #5e0f00;
}

.search .search-container h4.product-title {
	font-size: 14px;

	padding-top: 5px;
	text-transform: capitalize;

	color: #000;
}

.search .search-container h5.product-sku {
	font-size: 13px;

	color: #5e0f00;
}

/*
 * Responsive
 */
@media (min-width: 1200px) {
	.container {
	    width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
	    width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 992px) {
	.container {
	    width: 100%;
	}
}

@media (max-width: 991px) {
    .centered-btns_nav {
        display: none;
    }

	.main-sidebar {
		display: none;
		left: -500px;
	}

	.main-sidebar h2 {
		margin-top: 15px;
	}

	.main-content {
		padding-left: 0;
	}

	.main-content nav.nav-top {
		padding-left: 25px;
	}

	.main-content nav.nav-top ul {
		width: 90%;
	}

	.hidden-pc {
		display: block !important;
	}

	.main-sidebar nav ul.hidden-pc {
		display: none !important;
	}

	.main-sidebar nav.nav-active ul.hidden-pc {
		display: block !important;
	}

	.hidden-mobile {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 1441px) {
	.container {
	    width: 1170px;
	}
}

@media (max-width: 1440px) {
	.container {
	    width: 100%;
	}
}

@media (max-width: 1200px) {
	.main-content nav.nav-top li.menu {
	    width: 15%;
	}

	.main-content nav.nav-top li.lang {
	    width: 4%;
	    text-align: center;
	}

	.main-content nav.nav-top li.search {
	    width: 32%;
	}
}

@media (max-width: 991px) {
	.main-sidebar h2 {
	    margin-bottom: 0px;
	}

	.main-content nav.nav-top ul {
		border-left: none;
		border-bottom: none;
	}

	.main-content nav.nav-top {
		border-bottom: 1px solid #CCC;
	}

	.main-content nav.nav-top li.search {
	    width: 26%;
	}

}

@media (max-width: 767px) {
	.content {
		padding-top: 66px;
	}

	.main-content nav.nav-top {
		padding: 0;
	}

	.main-content nav.nav-top li a {
	    font-size: 13px;
	}

	.main-content nav.nav-top li.menu {
	    width: 15%;
	}

	.contact .infos-container .col-md-6,
	.contact .infos-container div.last {
		padding-right: 15px;
	}

	.contact .container .send button {
		margin-right: 0;
	}
}

@media (max-width: 580px) {
	.main-content nav.nav-top .site-logo-mobile {
		width:20%;
	}

	.main-content nav.nav-top ul {
		width: 80%;
	}

	.main-content nav.nav-top li.menu {
	    width: 23.5%;
	}

	.main-content nav.nav-top li.search {
	    width: 82%;
	}

	.main-content nav.nav-top li.lang {
	    width: 9%;
	}

	.content {
		padding-top: 100px;
	}
}

@media (max-width: 480px) {
	.main-content nav.nav-top {
		width:480px;
	}

	.not-homepage .container .title h3 {
		font-size:110px;
	}

	.not-homepage .container .title h4 {
		font-size:70px;
		margin-top: -65px;
	}
}
