/*
Theme Name: Magic Circus
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


@font-face {
    font-family: 'freighttext_blackregular';
    src: url('fonts/freigtexbla-webfont.eot');
    src: url('fonts/freigtexbla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freigtexbla-webfont.woff2') format('woff2'),
         url('fonts/freigtexbla-webfont.woff') format('woff'),
         url('fonts/freigtexbla-webfont.ttf') format('truetype'),
         url('fonts/freigtexbla-webfont.svg#freighttext_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'freighttext_mediumregular';
    src: url('fonts/freigtexmed-webfont.eot');
    src: url('fonts/freigtexmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freigtexmed-webfont.woff2') format('woff2'),
         url('fonts/freigtexmed-webfont.woff') format('woff'),
         url('fonts/freigtexmed-webfont.ttf') format('truetype'),
         url('fonts/freigtexmed-webfont.svg#freighttext_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Arial, Verdana, sans-serif;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    font-family: "freighttext_mediumregular";
    height: 100%;
    /*overflow: hidden;*/
    overflow-x: hidden;
}

body {
	margin: 0;
}

.freight_black{
	font-family: "freighttext_blackregular";
}

/* apply a natural box layout model to all elements */
html, *, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.clear{
    clear: both;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	/*font-weight: 700;*/
    font-family: "freighttext_blackregular";
  	font-weight: normal;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/***********************************/
/* STYLE DESKTOP */
/************************/
.content-area a{
	color: black;
	text-decoration: underline;
}
.content-area a:hover{
	text-decoration: none;
}

.site-inner {

		margin: 15px;
	position: relative;
}


/* HEADER + MENU */
.bloc-logo{
     float: left;
    width: 234px;
    height: 87px;
}


a .bloc-logo {
	opacity: 1;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}

a .bloc-logo:hover{
	opacity: 0.4;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}

h1.slogan_accueil{
	text-indent: -999999px;
	display: none;
}

.logo{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url(img/magic-circus.png) center center no-repeat;
    background-size: contain;
    text-indent: -999999px;
}
a .logo-baseline{
	font-size: 14px;
     font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    color: #000;
}

a .baseline{
    float: left;
    text-transform: uppercase;
    text-align: center;
    height: 94px;
    padding-left: 44px;
    padding-top: 28px;
    font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    color: #000;
}

.home .site-header{
	
}

.site-header {
	margin: 0 auto;
	max-width: 1050px;

	height: 150px;
}
.site-header-logo-link, .site-header-menu{
	width: 50%;
	float: left;
}
.site-header-logo-link{
	padding-left: 55px;
	margin-top: 15px;
	display: block;

}

#site-header-menu, .main-navigation{
	float: right;
}

.site-header-menu{
    margin-top: -5px;
    padding-right: 53px;
}


/* MENU */
#site-navigation{
	position: relative;
	z-index: 5;
}

ul.primary-menu .sub-menu{
	padding: 0;
	text-align: center;
}
ul.primary-menu .sub-menu li{
	display: none;
}
ul.primary-menu .sub-menu li.current-menu-item, ul.primary-menu .sub-menu li.current-menu-parent{
	display: block !important;
}

.site-header-menu a{	
	color: #000;
}

ul.primary-menu{
	list-style-type: none;
	
}
ul.primary-menu li{
	list-style-type: none;
	float: left;
}
/**/
li.current-menu-item a, .single li.current-menu-parent{
	text-decoration: underline;
}


.main-navigation a{
	  font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
	text-decoration: none;
}
.main-navigation a:hover{
	text-decoration: underline;
}

/*
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #000;
	text-decoration: underline;
}
*/
span.li-puce{
	float: left;
}
span.li-puce:after{
	content: '\00a0\00a0\00a0\00a0\00a0 \2022 \00a0\00a0\00a0\00a0\00a0';
}
button.dropdown-toggle{
	display: none;
}
.sub-menu li{
	float: none !important;
}


/* langue */
.langue-change{
	text-align: right;
    margin-bottom: 28px;
}
.langue-change ul{
	margin: 0;
	padding: 0;
}
.langue-change ul li{
	float: right;
	list-style: none;
}
.langue-change a{
	 font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
	text-decoration: none;
}
.langue-change a:hover{
	color: #000;
	text-decoration: underline;
}
.lang-item{
	float: left;
}
.langue-change span.li-puce{
	float: right;
	margin-top: 0;
}

/* PAGE D'ACCUEIL */
.site-content {
	padding:0;
}

.bloc-accueil{
	position: relative;
	color: #FFF;
	/*height: 788px;*/
	width: 1040px;
	margin: 0 auto;
}

.bloc-accueil-visuel{
	position: absolute;
	z-index: 1;
}
.bloc-accueil-contenu{
	position: absolute;
	z-index: 2;
	padding: 50px 55px;
	width: 100%
}

.bloc-accueil-visuel-01, .bloc-accueil-visuel-02{
	float: left;
}

/*
.bloc-accueil-visuel-01{
	width: 535px;
	height: 687px;
	background: url(img/accueil/accueil-01.jpg) center center no-repeat;
    background-size: contain;
}

.bloc-accueil-visuel-02{
	width: 515px;
	height: 687px;
	background: url(img/accueil/accueil-02.jpg) center center no-repeat;
    background-size: contain;
}
*/
.bloc-accueil-contenu-texte{
	width: 360px;
	margin-right: 120px;
	float: left;
	font-size: 15px !important;
	line-height: 19px !important;
}

.bloc-accueil-contenu-texte p{
	margin: 0 0 14px 0;		
}

.bloc-accueil-lien{
	float: left;
	width: 460px;
	text-align: center;
    padding-left: 300px;
}
.bloc-accueil-lien a{
	 font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
	color: #FFF;
	text-decoration: none;
}
.bloc-accueil-lien a:hover{
	color: #FFF;
	text-decoration: underline;
}

.home .site-footer{
	/*display: none; */
}

.pastille-saison{
	width: 22%;
    position: absolute;
    z-index: 3;
    left: 808px;
    top: 80px;
}    

/* ACCUEIL - ACTUALITE */
.bloc_actu_info{
	width: 50%;
    margin: 0 auto;
}

.carrousel-actualite li img{
	/*border: 1px solid #666;*/
}
.carrousel-actualite li a{
	color: black;
	text-decoration: underline;
}
.carrousel-actualite li a:hover{
	color: black;
	text-decoration: none;
}
.carrousel-actualite .actu-texte p{
	margin-top: 0px;	
}
.carrousel-actualite .actu-texte{
	text-align: center;
}

.carrousel-actualite .produit-titre{
	padding: 20px 0;
}

#bloc-actualite{
   	position: absolute;
    z-index: 3;
    top: -88px;
    left: 470px;
    width: 32%;
    height: 313px;
    color: #FFF;
    background: url(img/accueil/bg-actualite-3.png) center center no-repeat;
    text-align: center;
    padding-top: 45px;
    margin-top: 30px;
    line-height: 15px;
    font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
}

/*
#bloc-actualite a{
	color: #FFF;
	text-decoration: none;
}
#bloc-actualite a:hover{
	color: #FFF;
	text-decoration: underline;
}
*/
.bloc-actualite a{
	color: #000;
	text-decoration: underline;
}
.bloc-actualite a:hover{
	color: #000;
	text-decoration: none;
}

#bloc-actualite a{
	color: #000;
	text-decoration: none;
}
#bloc-actualite a:hover .actualite-texte-home{
	color: #000;
	text-decoration: underline !important;
}



div.actualite-titre-accueil {
  height:200px;
  line-height:245px;
  text-align:center; 
}

div.actualite-texte-home {
  width:230px;
  vertical-align:middle;
  display:inline-block;
  line-height:normal; 
  text-align:center; 
}
.actualite-titre-accueil p{
    margin: 0;
    margin-bottom: 15px;
}


/************************************************/
/* PAGE D'ACCUEIL */
/************************************************/
.jcarousel-wrapper {
    position: relative;
}

/** Carousel **/
.jcarousel-home {
    position: relative;
    overflow: hidden;
}
.jcarousel-home ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-home li {
    float: left;
    padding-right: 15px;
}
.home .jcarousel-home li {
    padding-right: 0px;
}

/** Carousel Controls **/
.nav-carrousel{
	margin: 10px auto 0 auto;
    width: 60px;
} 
    

.jcarousel-control-prev,
.jcarousel-control-next,
.jcarousel-control-pause{
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.jcarousel-control-prev {
    /*
    right: 80px;
    bottom: -35px;
	*/
	float: left;
}
.jcarousel-control-pause{
    /*
    right: 50px;
    bottom: -35px;
	*/
	float: left;
}
.jcarousel-control-next {
    /*
    right: 20px;
    bottom: -35px;
    */
    float: left;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
.nav-carrousel img{
    width: 15px;
}
.nav-carrousel a{
    display: block;
}

/********************/
/* FOOTER */
/***********/
.site-footer{
	text-align: center;
	/*margin-bottom: 50px;*/
}

.footer-filet{
	width: 1px;
	height: 20px;
	background-color: #000;
    margin: 10px auto;
}
/*
.footer-filet-article{
	width: 1px;
	height: 20px;
	background-color: #000;
    margin: 5px auto 10px auto;
}
*/

.footer-lien{
	margin-top: 20px;
}

.footer-lien a{
	 font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    /*text-transform: uppercase;*/
    text-align: center;
	color: #000;
	text-decoration: none;
}
.footer-lien a:hover{
	color: #000;
	text-decoration: underline;
}

.lien-mention-legale a{
	font-size: 12px;
	font-family: "freighttext_mediumregular";
	/*text-transform: capitalize;*/
	letter-spacing: inherit;
}


/********************/
/* CATEGORIE */
/***********/
.category-collection-01-en .nav-carrousel, .category-collection-01-fr .nav-carrousel{
	/*margin-top: 20px;*/
}

.carrousel-category .jcarousel-home li{
	background-color: #f5f5f5;
	margin-right: 15px;
	padding-right: 0px;
}

.carrousel-category .jcarousel-home li img.produit{
	margin: 0 auto;
}

.carrousel-category .produit-silouette img{
	margin: 0 auto;
    display: block;
}
.carrousel-category .jcarousel-home li a{
    padding: 40px;
    display: block;
}

.carrousel-category a{
	color: black;
	text-decoration: none;
	margin: 0 auto;
}

.categorie-titre{
	 font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 36px;
}

.bloc-actualite{
	width: 950px;
    margin: 0 auto;
	margin-bottom: 30px;
}

.bloc-actualite-texte{
	float: left;
}
.category-presse .bloc-actualite-photo, .category-press .bloc-actualite-photo{
	border: 1px solid #666;
}

.bloc-actualite-texte{
	width: 303px;
	margin-right: 32px;
}

.actualite-titre, .actualite-date{
	 font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
}
.actualite-date{
	margin-bottom: 20px;
}

.categorie-info-new{
	text-align: center;
    font-size: 100px;
    line-height: 100px;
    margin: 0 auto;
    font-family: "freighttext_blackregular";
	letter-spacing: 0.15em;
}

/********************/
/* QUI SOMMES NOUS */
/*******************/
.qui-sommes-nous-logo{
	text-align: center;
	margin-bottom: 20px;
}

.page_bloc{
	width: 1002px;
    margin: 0 auto;
    padding-left: 35px;
}
.bloc_presentation{

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
    -ms-overflow-style: none;  
    margin-right: -100000000px !important;
}
.bloc_presentation::-webkit-scrollbar-track{
    border: 0px solid black;
    background-color: transparent; 
}
.bloc_presentation::-webkit-scrollbar{
    width: 1px;
    background-color: transparent; 
}
.bloc_presentation::-webkit-scrollbar-thumb{
    background-color: transparent;  
}

.page_bloc_contenu{
	float: left;
	width: 303px;
	margin-right: 20px;
}

.presentation_bloc_3, .biographie_bloc_2{
	margin-right: 0px;
}

.page_bloc_contenu p{
	margin-top: 0;
}

.a-propos-adresse{
	text-align: center;
	margin: 0 auto;
}

.titre-apropos{
	margin-bottom: 40px;
}

/****************/
/* PRESSE */
/**************/
.carrousel-presse .produit-titre{
	padding: 10px 0 10px 0;
}
.carrousel-presse  li img{
	border: 1px solid #666;
}


.page_bloc_presse{
	height: auto;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.bloc-presse{
    width: 303px;
    margin: 10px auto;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin-right: 10px;
}

.presse-titre, .presse-date{
	font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
}

.presse-titre{
	margin-top: 15px;
}

.presse-date{
	margin-bottom: 20px;
}

article.bloc-presse:nth-of-type(3n) {
	margin-right: 0;
}

article.bloc-presse{
	margin-bottom: 30px;
}

.bloc-presse-entete{
	width: 50%;
	margin: 0 auto;
}

.presse-entete{
	margin: 5px 0;
	text-align: center;
	float: left;
	display: table;
	height: 165px;
	line-height: 165px;
}
.presse-entete p{
	vertical-align:middle;
  display:inline-block;
  line-height:normal;
}

.presse-entete a, .bloc-presse a{
	display: block;
	color: #000;
	text-decoration: none;
}

.presse-entete a:hover, .bloc-presse a:hover{
	color: #000;
	text-decoration: underline;
}
.presse-entete-bloc-3{
	font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 55px;
    padding-top: 10px;
    width: 200px;
}

.presse-entete-bloc-3 p.sous-texte{
	    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    color: #000;
    font-family: "freighttext_mediumregular";
    text-transform: none;
}

.presse-entete-bloc-2{
	width: 1px;
	height: 165px;
	background-color: #000;
}


.presse-entete-bloc-1{
	margin-right: 59px;
}
body:not(:-moz-handler-blocked) .presse-entete-bloc-1{ margin-right: 62px;}


.bloc-presse img {
    position: relative;
    width: 100%;
    max-width: 100%;
    /**/height: 410px;
    z-index: 7;
    vertical-align: top;
    /*
    transition: 1.6s -webkit-transform cubic-bezier(.19,1,.22,1);
    transition: 1.6s transform cubic-bezier(.19,1,.22,1);
    */
}

.bloc-presse a img{
	opacity: 1;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}

.bloc-presse a img:hover{
	opacity: 0.4;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}

.fancybox-title{
	display: none;
}


/*
.excerptgrid-item-image {
    position: relative;
    overflow: hidden;
}


.bloc-presse:hover .excerptgrid-item-image img{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
*/

.bloc-presse-entree{
	text-align: center;
	padding: 20px 0;
	border: 1px solid #666;
	width: 100%;
    max-width: 100%;
    height: 413px;
}

a.lien-download{
	    font-family: "freighttext_blackregular";
    letter-spacing: 0.15em;
    line-height: 16px;
    text-transform: uppercase;
}

.bloc-presse-entree img{
	height: auto !important;
	width: 250px;
    margin: 0 auto;
}



/****************/
/* PRODUIT */
/**************/
.produit-groupe{
    height: auto;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.bloc-produit{
    /*width: 303px; */
    width: 281px;
    margin: 10px auto;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.produit-titre{
	font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 40px 0 20px 0;
}
.produit-titre p{
	margin: 0;
}

.bloc-produit img {
    position: relative;
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    z-index: 7;
    /*
    transition: 1.6s -webkit-transform cubic-bezier(.19,1,.22,1);
    transition: 1.6s transform cubic-bezier(.19,1,.22,1);
    */
}

.excerptgrid-item-image {
    position: relative;
    overflow: hidden;
}

article.bloc-produit:nth-of-type(3n) {
	/*margin-right: 0;*/
}


/*
.bloc-produit:hover .excerptgrid-item-image img{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
*/

.bloc-produit a{
	display: block;
	color: #000;
	text-decoration: none;
}
.bloc-produit a:hover{
	color: #000;
	text-decoration: underline;
}

.bloc-produit a img{
	opacity: 1;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}

.bloc-produit a img:hover{
	opacity: 0.4;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.3s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.3s ease-in-out;
}


.bloc-produit-seul{
	margin-bottom: 15px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
    -ms-overflow-style: none;  
    margin-right: -100000000px !important;
}
.bloc-produit-seul::-webkit-scrollbar-track{
    border: 0px solid black;
    background-color: transparent; 
}
.bloc-produit-seul::-webkit-scrollbar{
    width: 1px;
    background-color: transparent; 
}
.bloc-produit-seul::-webkit-scrollbar-thumb{
    background-color: transparent;  
}


.bloc-produit-seul-texte{
	width: 420px;
	margin-right: 55px;
	margin-top: 50px;
}
.bloc-produit-seul-texte p{
	margin: 0;
}

.bloc-produit-seul-texte, .bloc-produit-seul-photo{
	float: left;
}

.bloc-produit-seul-photo{
	width: 475px;
}
.bloc-produit-seul-photo img{
	width: 100%;
	/*height: -webkit-fill-available;*/
}

.bloc-produit-seul-texte img{
	display: block;
	margin: 20px auto;
}

.bloc-produit-seul table{
	border-spacing: 0;
}

.bloc-produit-seul table img{
	margin: 0;
	display: inline-block;
	margin: 0 0 -1px 0; 
}


.bloc-produit-seul-texte table td p{
	margin: 0;
}

.produit-seul-titre{
	font-family: "freighttext_blackregular";
    letter-spacing: 0.15em; 
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 36px;
}

.produit-seul-titre p{
	margin: 0;
}





/************************************************/
/* PAGE D'ACCUEIL */
/************************************************/

/** Carousel Controls **/
.nav-carrousel{
	margin: 10px auto 0 auto;
    width: 60px;
} 
    

.jcarousel-control-prev,
.jcarousel-control-next,
.jcarousel-control-pause{
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.jcarousel-control-prev {
    /*
    right: 80px;
    bottom: -35px;
	*/
	float: left;
}
.jcarousel-control-pause{
    /*
    right: 50px;
    bottom: -35px;
	*/
	float: left;
}
.jcarousel-control-next {
    /*
    right: 20px;
    bottom: -35px;
    */
    float: left;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
.nav-carrousel img{
    width: 15px;
}
.nav-carrousel a{
    display: block;
}




/***************************/
/* Carrousel fiche produit */
/***************************/
.jcarousel-wrapper-fiche {
    position: relative;
}

/** Carousel **/

.jcarousel-fiche {
    position: relative;
    overflow: hidden;
}

.jcarousel-fiche ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-fiche li {
    float: left;
}


/** Carousel Controls **/
.jcarousel-control-prev-fiche,
.jcarousel-control-next-fiche {
	position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.jcarousel-control-prev-fiche {
    float: left;
}

.jcarousel-control-next-fiche {
    float: left;
}

.jcarousel-control-pause{
	float: left;
}

.jcarousel-control-prev-fiche:hover span,
.jcarousel-control-next-fiche:hover span {
    display: block;
}

.jcarousel-control-prev-fiche.inactive,
.jcarousel-control-next-fiche.inactive {
    opacity: .5;
    cursor: default;
}

/***************************/
/* carrousle fiche produit */
/***************************/


/* SHOWROOMS */

#bloc-collections-showrooms {
	margin: 0 auto;
	width: 50%;
}

#collections-showrooms-bloc {

	text-align: center;
}

#collections-showrooms-left {
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-right: 79px;
	width:183px;
}

#collections-showrooms-right {
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-left: 80px;
}

.collections-showrooms-filet {
	float : left;
    width: 1px;
    height: 600px;
    background-color: #000;
    margin-top: 5px;
}

.filet-only-responsive {
	width: 0px;
	height: 0px;
	background-color: #000;
    margin: 0px auto;
}

#bloc-collections-showrooms a, #collections-eshop a {
    color: #000;
    text-decoration: none;
}

#bloc-collections-showrooms a:hover, #collections-eshop a:hover  {
    color: #000;
    text-decoration: underline;
}

/* E-SHOP */
.conteneur-shop .footer-filet{
	height: 0px !important;
	margin: 20px auto;
}

.collections-eshop-titre {
	margin-top: 5px;
}

#collections-eshop{
	text-align: center;

}

.conteneur-shop{
	padding-top: 10px;
	margin-bottom: 15px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; 
    -ms-overflow-style: none;  
    margin-right: -100000000px !important;

}

.conteneur-shop::-webkit-scrollbar-track{
    border: 0px solid black;
    background-color: transparent; 
}

.conteneur-shop::-webkit-scrollbar{
    width: 1px;
    background-color: transparent; 
}

.conteneur-shop::-webkit-scrollbar-thumb{
    background-color: transparent;  
}



.bloc-eshop, .bloc-showroom{
	float: left;
}
.bloc-eshop{
	padding-left: 198px;
}

.bloc-showroom, .bloc-eshop{
	text-align: center;
	font-family: "freighttext_blackregular";
	font-size: 36px;
}
.bloc-showroom .bloc-shops, .bloc-eshop .bloc-shops{
	font-family: "freighttext_mediumregular";
	line-height: 18px;
    font-size: 14px;
}

.bloc-shops{
	width: 172px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.bloc-eshop .bloc-shops 
{
	margin-right: 0px;
	width: 100%;
}

.bloc-shops a{
	color: #000;
	text-decoration: underline;
}

.bloc-shops a:hover{
	color: #000;
	text-decoration: none;
}

.single-mentions_legales .site-content, .single-page_shops .site-content{
	margin-top: 20px;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */
/**********************/
/* STYLE RESPONSIVE */
/*********************/
/* mobil */
@media (max-width: 800px) {

	.home .site-header{
		height: auto;
	}

	.site-inner{
		width: 100%;
	}

	/* en-tete */
	.site-header-logo-link, .baseline, .site-header-menu, #site-header-menu, .main-navigation{
		float: none;
	}

	.site-header {
	    height: auto;
	}

	.site-header-logo-link, .site-header-menu {
	    width: 100%;
	}

	.site-header-logo-link {
	    padding-left: 0px;
	}
	.bloc-logo{
		float: none;
		margin: 0 auto;
	}

	a.site-header-logo-link{
		text-decoration: none;
		padding-top: 30px;
	}

	a .baseline{
		float: none;
		padding-left: 0;
	}
	.site-header-menu{
		padding-right: 0px; 
		margin-bottom: 20px;
	}

	/* menu */
	ul.primary-menu{
		display: block;
		padding: 0;
		padding: 10px 20px;
	}
	ul.primary-menu li{
		float: none;
	}

	span.li-puce {
    	float: none;
    	display: none;
	}
	ul.primary-menu li{
		text-align: center;
	    padding: 5px 0;
        border-bottom: 1px solid #000;
	}
	ul.primary-menu li:first-child{
		border-top: 1px solid #000;
	}
	.langue-change {
	    position: absolute;
	    top: 0px;
	    right: 10px;
	}

	/* page d'accueil */
	.bloc-accueil-contenu, .bloc-accueil-visuel, #bloc-actualite{
		position: relative;
	}

	.bloc-accueil-lien{
		display: none;
	}

	.home .site-footer {
	    display: block;
	}

	.bloc-accueil{
		height: auto;
	}

	.bloc-accueil-contenu{
		color: #000;
	}
	.bloc-accueil-contenu{
		padding: 10px 20px;
	}
	.bloc-accueil-contenu-texte{
		width: 100%;
	}

	.bloc-accueil-visuel-01, .bloc-accueil-visuel-02{
	    width: 100%;
        
	}
	.bloc-accueil-visuel-02{
		margin-top: -2%;
	}


	.bloc-accueil-visuel-01 img, .bloc-accueil-visuel-02 img{
		width: 100%;
	}

	.bloc-accueil-contenu-texte {
	    width: 100%;
	    margin-right: 0px;
	    float: none;
	}

	#bloc-actualite {
	    z-index: 3;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 303px;
	    color: #FFF;
	   
	    /*padding-top: 60px;*/
	    margin-top: 0px;
	    margin-bottom: 20px;
	   
	}

	.photo-copyright {
	    padding-left: 20px;
        color: #000;
	}

	/* actualite */
	.actulaite-lieu{
	    padding: 0px 20px;
	}
	.bloc-actualite-photo img{
		/*
		max-width: 100%;
	    max-height: 100%;
	    height: inherit !important;
	    */
	}
	.bloc-actualite-texte {
	    width: 100%;
	    margin-right: 0;
	}
	.bloc-actualite-photo{
		float: none;
	}

	/* a propos */
	.qui-sommes-nous-logo img{
	    width: 50%;
    	margin: 0 auto;
	}

	.page_bloc{
		width: 100%;
	}

	.page_bloc_contenu {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	}

	.page_bloc_contenu p {
	    
	    width: 100%;
	    
	    padding: 0 20px;
	}
	.page_bloc_contenu img{
		 width: 100%;
	}

	/* liste des produits */
	.bloc-produit {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}

	/* page produit */
	.bloc-produit-seul-texte, .bloc-produit-seul-photo {
	    float: none;
	}

	.bloc-produit-seul-texte {
	    width: 100%;
	    margin-right: 0;
	    padding: 0 20px;
        margin-bottom: 20px;
	}

	.bloc-produit-seul-texte img{
		max-width: 100%;
	    max-height: 100%;
	    height: inherit !important;
	}

	.bloc-produit-seul-photo img{
		max-width: 100%;
	    max-height: 100%;
	    height: inherit !important;
	}

	/* presse */
	.bloc-presse{
		float: none;
	}

	.bloc-presse img{
		/*
		max-width: 100%;
	    max-height: 100%;
	    height: inherit !important;
	    */
	    width: initial;
	}
	.bloc-presse-entree img{
		width: 250px !important;
	}


	.page_bloc_presse .clear{
		clear: none;
		float: left;
	}
	article.bloc-presse:nth-of-type(3n) {
		margin-right: 10px;
	}


	.bloc-presse-entete {
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}

	.presse-entete {
	    margin: 0;
	    text-align: center;
	    float: none;
	    display: inline;
	    height: auto;
	    line-height: inherit;
	    margin: 0 auto;
    	display: block;
	}

	.presse-entete-bloc-3{
		padding-top: 0px;
	}

	article.bloc-presse{
		/*width: 100%;*/
	}

	/* SHOWROOMS */

	#bloc-collections-showrooms {
		margin: 0 auto;
		width: 50%;
	}

	#collections-showrooms-bloc {

		text-align: center;
	}

	#collections-showrooms-left {
		float: none;
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		width: auto;
	}

	#collections-showrooms-right {
		float: none;
		text-align: center;
		margin-top: 18px;
		margin-left: 0px;
	}

	.collections-showrooms-filet {
		float : none;
	    width: 1px;
	    height: 0px;
	    background-color: #000;
	    margin-top: 5px;
	}

	.filet-only-responsive {
		width: 1px;
		height: 20px;
		background-color: #000;
    	margin: 10px auto;
	}

	/* E-SHOP */

	.collections-eshop-titre {
		margin-top: 0px;
	}

	#collections-eshop{
		text-align: center;
	}

	.conteneur-shop {
	    margin: 0px;
	    text-align: center;
	}

	.bloc-showroom{
		float: none;
		display: inline-block;
		margin: 0 auto;
	}

	.bloc-eshop{
		float: none;
	    display: inline-block;
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	}

	.bloc-eshop .bloc-shops{
		float: none;
		display: block;
		margin: 0 auto;
	}

	.categorie-titre{
		font-size: 30px;
	}

	.categorie-info-new{
		font-size: 90px;
    	line-height: 90px;
	}

	.excerptgrid-item-image{
		width: 100%;
	}

	.excerptgrid-item-image img{
		margin: 0 auto;
	    display: block;
	}

	.site-inner{
		margin: 0px;
  	}

  	.main-navigation ul.primary-menu ul.sub-menu li:last-child{
  		padding-bottom: 0;
  		border-bottom: none;
  	}
  	
  	.bloc-accueil{
  		width: 100%;
  	}

	html, body{
		height: auto;
		overflow: auto;
	}

	.nav-carrousel{
		display: none;
	}

	.jcarousel-wrapper{
		margin: 0 20px;
	}
	.jcarousel-home li, .jcarousel-wrapper-fiche li{
		float: none;
	}
	.home .jcarousel-home li, .jcarousel-wrapper-fiche li{
		margin-bottom: 20px;
	}
	.footer-lien{
		margin-bottom: 50px;
	}

	.page_bloc{
		padding-left: 0;
	}
	.bloc-accueil-contenu{
		padding: 0 20px;
		width: 100%;
    	margin: 0 auto;
    	margin-bottom: 20px;
	}

	.bloc-produit-seul-texte{
		padding: 0 20px;
		width: 100%;
    	margin: 0 auto;
	}
	.bloc-produit-seul-photo{
		width: 100%;
    	padding: 20px;
    	margin-top: 20px !important;
	}
	.pastille-saison{
		width: 25%;
		left: 0;
		top: 0;
		right: 55px;
		top: 83%;
		margin-left: auto;
	}

	.jcarousel-home ul, .jcarousel-wrapper-fiche ul{
		width: 100%;
	}
	.carrousel-actualite img{
		margin: 0 auto;
	}

	.carrousel-presse img{
		width: 100%;
	}
	.jcarousel-home li, .jcarousel-wrapper-fiche li{
		padding-right: 0;
	}
	.carrousel-category .jcarousel-home li{
		margin-right: 0;
		margin: 20px 0;
	}
	.jcarousel-home{
		overflow: unset;
	}
	.jcarousel-home img{
		width: 70%;
    	margin: 0 auto;
	}
	.home .jcarousel-home img, .category-press .jcarousel-home img, .category-presse .jcarousel-home img{
		width: 100%;
	}
	.produit-titre{
		padding: 20px 0;
	}
			
	.bloc-eshop{
		padding-left: 0;
		    margin-top: 40px !important;
	}

	ul.primary-menu ul.sub-menu li{
		border-bottom: 0px solid #000;
		border-top: 0px solid #000;
	}

	.bloc-produit-seul, .bloc_presentation{
		margin-right: 0px !important; 
	}
	.conteneur-shop{
		margin-right: 0px !important;
	}

	.bloc-shops {
	    width: 172px !important;
	    margin: 0 auto;
	}

	ul.primary-menu .sub-menu li{
		display: block;
	}

}


/* mobil */
@media (max-width: 650px) {

	.bloc-showroom .bloc-shops{
		float: none;
	}

	.pastille-saison {
	    width: 35%;
	    left: 0;
	    top: 0;
	    right: 0;
	    top: 83%;
	    margin-left: auto;
	    position: relative;
	    margin: 0 auto 20px auto;
	}

	.bloc-produit-seul, .bloc_presentation{
		margin-right: 0px !important; 
	}
	.conteneur-shop{
		margin-right: 0px !important;
	}

	.carrousel-category .jcarousel-home li a {
	    padding: 20px 10px;
	}

	.carrousel-category .produit-silouette img{
		margin: 0 auto;
	    display: block;
	    width: 45%;
	}

	ul.primary-menu .sub-menu li{
		display: block;
	}

}


/* paysage */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

  	.bloc-accueil-visuel-01, .bloc-accueil-visuel-02{
  		width: 50%;
  	}

  	.bloc-accueil-lien {
	    float: right;
	    text-align: center;
	}
	.bloc-accueil-contenu-texte {
	    margin-right: auto;
	}

	.bloc-actualite {
	    margin-bottom: 30px;
	    margin: 0 30px 30px 30px;
	}
	.presse-entete-bloc-3 {
	    margin-left: 45px;
	}

	.bloc-produit a img{
		opacity: 1;
	}

	.bloc-produit a img:hover{
		opacity: 1;
	}

	a .bloc-logo:hover{
		opacity:1;
	}

	.bloc-presse a img:hover{
		opacity: 1;
	}

	.bloc-showroom{
		width: 100%;
	}

	.bloc-showroom .bloc-shops.first-bloc{
		margin-left: 20% !important;
	}
	article.a_propos {
		display: inline-block;
	    margin: 0 auto;
	    width: 100%;
	}
	body.category-presse #content, body.category-press #content, body.category-collection-01-en #content, body.category-collection-01-fr #content{
		display: inline-block;
	    margin: 0 auto;
	    width: 100%;
	}
	html, body{
		height: auto;
		overflow: auto;
	}

	.site-header-logo-link {
    	width: 49% !important;
	}

	#site-header-menu {
    	width: 50% !important;
	}

	.pastille-saison{
		left: 800px;
	}

	.conteneur-shop{
		margin-right: 0px !important;
	}
	.bloc-eshop {
    	padding-left: 0px;
    	margin-top: 40px !important;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {


  	.bloc-accueil-visuel-01, .bloc-accueil-visuel-02{
  		width: 50%;
  	}

  	.bloc-accueil-lien {
	    float: right;
	    text-align: center;
	}
	.bloc-accueil-contenu-texte {
	    margin-right: auto;
	}

	.bloc-actualite {
	    margin-bottom: 30px;
	    margin: 0 150px 30px 150px;
	}
	.presse-entete-bloc-3 {
	    margin-left: 45px;
	}

	.bloc-produit a img{
		opacity: 1;
	}

	.bloc-produit a img:hover{
		opacity: 1;
	}

	a .bloc-logo:hover{
		opacity:1;
	}

	.bloc-presse a img:hover{
		opacity: 1;
	}

	.bloc-accueil-contenu{
		padding: 10px 150px;
	}
	.page_bloc_contenu p {
	    padding: 0 150px;
	}
	.qui-sommes-nous-logo img{
	    width: 30%;
	}
	.page_bloc_contenu img {
	    width: 100%;
	}
	.page_bloc_contenu img {
	    width: initial;
	    margin: 0 auto;
	    display: block;
	}

	.bloc-produit {
	    width: initial;
	}
	.bloc-produit-seul-texte {
	    padding: 0 150px;
	}
	.bloc-produit-seul-photo img {
	    /* max-width: 100%; */
	    /* max-height: 100%; */
	    height: inherit !important;
	    /* text-align: center; */
	    margin: 0 auto;
	    display: block;
	}

	.presse-entete{
		margin: 25px 0;
		text-align: center;
		float: left;
		display: table;
		height: 195px;
		line-height: 195px;
	}
	.presse-entete-bloc-1 {
		margin-right: 60px;
		width: 42%;
		padding-top: 6%;
	}
	.presse-entete-bloc-2 {
	    width: 1px;
	    height: 195px;
	    background-color: #000;
	}
	.presse-entete p {
	    display: block;
	}
	.presse-entete-bloc-3 {
	    font-family: "freighttext_blackregular";
	    letter-spacing: 0.15em;
	    line-height: 16px;
	    text-transform: uppercase;
	    text-align: center;
	    margin-left: 55px;
	    padding-top: 30px;
	    width: 205px;
	}

	article.bloc-presse {
	   /* width: initial; */
	}

	.bloc-accueil-visuel-02{
		margin-top: 0%;
	}

	.site-inner{
		margin: 0px;
  	}

	/**/
  	.main-navigation ul.primary-menu ul.sub-menu li:last-child{
  		padding-bottom: 0;
  		border-bottom: none;
  	}
  	
  	.bloc-accueil{
  		width: 100%;
  	}

	html, body{
		height: auto;
		overflow: auto;
	}

	.nav-carrousel{
		display: none;
	}

	.jcarousel-wrapper{
		margin: 0 20px;
	}
	.jcarousel-home li{
		float: none;
	}
	.home .jcarousel-home li{
		margin-bottom: 20px;
	}
	.footer-lien{
		margin-bottom: 50px;
	}

	.page_bloc{
		padding-left: 0;
	}
	.bloc-accueil-contenu{
		padding: 0;
		width: 60%;
    	margin: 0 auto;
    	margin-bottom: 20px;
	}

	.bloc-produit-seul-texte{
		padding: 0;
		width: 60%;
    	margin: 0 auto;
	}
	.bloc-produit-seul-photo{
		width: 60%;
    	margin: 0 auto;
	}
	.pastille-saison{
		width: 25%;
		left: 0;
		top: 0;
		right: 55px;
		top: 83%;
		margin-left: auto;
	}

	.jcarousel-home ul{
		width: 100%;
	}
	.carrousel-actualite img{
		margin: 0 auto;
	}

	.carrousel-presse img{
		width: 100%;
	}
	.jcarousel-home li{
		padding-right: 0;
	}
	.carrousel-category .jcarousel-home li{
		margin-right: 0;
		margin: 20px 0;
	}
	.jcarousel-home{
		overflow: unset;
	}
	.jcarousel-home img{
		width: 70%;
    	margin: 0 auto;
	}
	.home .jcarousel-home img, .category-press .jcarousel-home img, .category-presse .jcarousel-home img{
		width: 100%;
	}

	.produit-titre{
		padding: 20px 0;
	}

	.bloc-eshop{
		padding-left: 0;
	}

	.conteneur-shop{
		margin-right: 0px !important;
	}


}

@media only screen 
  and (min-width: 800px) 
  and (max-width: 1100px) {

  	#bloc-actualite{
  		width: 303px;
  		left: 44%;
  	}
  	.bloc-accueil-visuel{
  		width: 100%;
  	}
  	.bloc-accueil-visuel-01, .bloc-accueil-visuel-02{
  		width: 50%;
  	}
  	.bloc-accueil-contenu-texte{
	    width: 38%;
    	margin-right: 11%;
  	}
  	.bloc-accueil-lien{
	    width: 51%;
    	padding-left: 34%;
  	}

  	.site-header-menu {
	    padding-right: 15px;
	}

	.site-header-logo-link{
		width: 30%;
	}
	#site-header-menu{
		width: 70%;
	}

	.conteneur-shop {
	    margin: 0px;
	    text-align: center;
	}

	.bloc-showroom{
		float: none;
		display: inline-block;
		margin: 0 auto;
	}

	.bloc-eshop{
		float: none;
	    display: inline-block;
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	}

	.bloc-eshop .bloc-shops{
		float: none;
		display: block;
		margin: 0 auto;
	}
	

}