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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    /* probleme d'alignement d'image lorsque celle ci doit prendre toute la hauteur de son parent -> bottom */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    line-height: 1.3;
}
ol,
ul {
    list-style:none !important;
    text-decoration:none;                                                                 
}
a {
    color:inherit;
}
blockquote,
q {
    quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}


/* BOX SIZING */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lightbox-wrap,
#lightbox-wrap:before,
#lightbox-wrap:before,
#lightbox-wrap *,
#lightbox-wrap *:before,
#lightbox-wrap *:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;	
}
#lightbox-outer{
	background:#000!important;
}

html {
    font-size: 100.1%;
}
body {
    font-size: .8em;
}

.relative {
    position: relative;
}

.googlemaps *,
.wk-map *,
#map,
#map * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
}


/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* RESET WIDTH 100% */
iframe,
embed,
object,
video,
.wk-slideshow img {
    width: 100%;
    display:block;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 12, 2015 */
@font-face {
	font-family: 'simplifica';
	src:url('../fonts/simplifica/simplifica_typeface-webfont.eot');
	src:url('../fonts/simplifica/simplifica_typeface-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/simplifica/simplifica_typeface-webfont.woff2') format('woff2'),
		url('../fonts/simplifica/simplifica_typeface-webfont.woff') format('woff'),
		url('../fonts/simplifica/simplifica_typeface-webfont.ttf') format('truetype'),
		url('../fonts/simplifica/simplifica_typeface-webfont.svg#simplificasimplifica') format('svg');
	font-weight: normal;
	font-style: normal;
}

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








/* TEMPLATE DU SITE */
body, html {
	width:100%; height:100%; min-height:100%; height:auto;
}

body {
	background:white;
	color:black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'droid_serifregular';
}

img, a {border:0 none; outline:none;}

img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}

a {text-decoration:none; color:black;}

a:hover {text-decoration: none!important;}

a[data-lightbox] {display: block!important;}

#site{height:100%; overflow: hidden;}

#site > section#wrapper {
	min-height:calc(100vh - 165px);
}
.accueil #site{height:100vh;}
#wrapper.crop930 {max-width:1024px; margin:20px auto 0;}

.mobile-only {display:block;}
.desktop-only {display:none;}
.blog-featured {display:none;}


#logo {
	width:60px;
	height:70px;
	z-index:10;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-30px;
	display:none;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(../img/logo-haut.png) no-repeat center center;
}


.relative{
   position:relative;
}





#menu-container {
	background:black;
	width:46px;
	height:46px;
	position:fixed;
	top:0; left:0;
	overflow:hidden;
	z-index:3;
	
	-webkit-transition:all .6s ease, border .6s ease 1s;
	-moz-transition:all .6s ease, border .6s ease 1s;
	-ms-transition:all .6s ease, border .6s ease 1s;
	transition:all .6s ease, border .6s ease 1s;
}
#menu-container.ouvert {
	background:white;
	width:100%;
	height:100%;
	top:0; left:0;
	right:0;
	overflow-y:auto;
	z-index:2000;
	-webkit-transition:all .6s ease, border .6s ease 1s;
	-moz-transition:all .6s ease, border .6s ease 1s;
	-ms-transition:all .6s ease, border .6s ease 1s;
	transition:all .6s ease, border .6s ease 1s;
}

.menu.menu-principal {
	text-align:left;
	max-width:280px;
	margin:70px auto 30px;
	position:relative;
	
}
.menu.menu-principal li {
	height:100px;
	background:url(../img/ligne-black.png) repeat-x left bottom;
}  /*
.menu.menu-principal li:first-child {
	background:url(../img/ligne-black.png) repeat-x left top, url(../img/ligne-black.png) repeat-x left bottom;
} */
.menu.menu-principal li:last-child {
	background:none;
}
.menu.menu-principal li a {
	font-family:'simplifica';
	font-size:2.2em;
	line-height:100px;
	
	display:block;
	height:100%;
	width:100%;
	text-align:left;
	padding: 0;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}
.menu.menu-principal:hover li a {
	color:#d9d6d6;
}
.menu.menu-principal li a:hover {

	color:black;
}
/*
.menu-onglet-1, .menu-onglet-1:hover {
	background:url(../img/menu/01-menu.png) no-repeat left center;
}
.menu-onglet-2 {
	background:url(../img/menu/02-menu.png) no-repeat left center;
}
.menu-onglet-3 {
	background:url(../img/menu/03-menu.png) no-repeat left center;
}
.menu-onglet-4 {
	background:url(../img/menu/04-menu.png) no-repeat left center;
}
.menu-onglet-5 {
	background:url(../img/menu/05-menu.png) no-repeat left center;
}
.menu-onglet-6 {
	background:url(../img/menu/06-menu.png) no-repeat left center;
}   */


#openclosemenu {
	width:46px;
	height:46px;
	background:black no-repeat;
	background-position:0 -46px;
	cursor:pointer;
	z-index:2;
	position:relative;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
}

#openclosemenu:before {
	position:absolute;
	top:50%;
	transform:translateY(-70%);
	letter-spacing:-1px;
	left:5px;
	font-size:3em;
	content:'...';
	color:white;
	z-index:1;
	
}

#openclosemenu span {
	color:white;
	float:right;
	padding:15px 15px 15px 0;
	text-align:center;
	display:none;
	left: -50px;
	position: absolute;
}

#menu-container.ouvert #openclosemenu {
	background-position:0 0;
}
#menu-container.ouvert .menu.menu-principal {
	display:block;
}

.logo-centre {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	margin:-80px 0 0 -125px;
	z-index:1;
    color:white;

}
.logo-centre h1 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: space-between;
    padding: 18px 15px 15px;
    text-align: center;
    text-transform: uppercase;
}

.logo-centre img {
	width:auto;
	height:auto;
}
.ligne1 {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.3em;
}
.ligne2 {
    font-size: 0.9em;
}
@media (max-height:540px) {
    .logo-centre h1 {
		height:210px;
	}
	.logo-centre img {
		width:160px;
		margin:0 auto;
		height:auto;
	}	
}





.map_trouver{
max-height:300px!important;
}


/*#image-header{
  height:auto;
  overflow:hidden;
}  
#image-header img {
 max-width:300%!important;   
} */

 

  
.actus-presse #titre-entete/*,
.atelier #titre-entete */{
    color:white;
}
.collection #titre-entete{
  top:32%;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    padding:15px 0;

        
}
.version_blanche #titre-entete{
  top:42.5%;   
  display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
}




#titre-entete  p {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.3em;
	text-transform:uppercase;
}
#titre-entete  h4 {
    letter-spacing: 0.5em;
	text-transform:uppercase;
}
#titre-entete  h1 {
    font-family: "simplifica";
    font-size: 4.5em;
    line-height: 1em;

}

.down{
  cursor:pointer;
}
img.down {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 15px;
    margin-left: -21px;
    cursor: pointer;
    display:block;
    height: 51px;
    width: 42px;
    min-width:0!important;
    max-width:100%!important;
    -webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	transform:none;
}


 
 
 
#header-droite {
	position:absolute;
	right:0;
	top:0;
	z-index:300;
	width:160px;
}

.mod-languages { 
	width:40px;
	height:47px;
	color:white;
}
.mod-languages a {
	display:block;
	color:white;
}

.mod-languages,
.menu-droite li {
	line-height:47px;
	text-align: center;
	float:left;
	background:black;
}

.menu-droite li a {
	line-height:47px;
	text-align: center;
}

.menu-droite li,
.menu-droite li a {
	width:40px;
	height:47px;
	overflow:hidden;
	display:block;
}
.menu-droite li a {
	
}
.menu-droite li a img {
	display:inline-block;
	width:auto;
	margin-top:14px;
}


#yoo-zoo {overflow:hidden;}


.uk-link-reset {
	font-size:.7em;
}


/* NAV SLIDER HOME */

.uk-dotnav li {
	float:none !important;
	width:15px !important;
	height:15px !important;
	padding:0 !important;
	margin:10px 10px !important;
	display:block !important;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.uk-dotnav li a {
	display:block !important;
	width:15px !important;
	height:15px !important;
    color:rgba(0,0,0,0)!important;
    font-size:0!important;
	border-radius:0 !important;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;

}

.uk-dotnav-contrast>*>:active, .uk-dotnav-contrast>.uk-active>* {
	background:rgba(0,0,0,1) !important;
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-ms-transform:scale(1) !important;
	transform:scale(1) !important;
}




/* L'ATELIER */
.titre-atelier {
    font-family: 'simplifica';
    text-align: center;
    letter-spacing: 0px!important;
}

.texte-zone1,
.texte-zone2,
.texte-zone3 {
    width: 100%;
    padding: 50px 20px 20px 20px!important;
}

.texte-zone1 {
    background: #000000;
    color:white;
}

.texte-zone2 {
    background: #ffffff ;
}

.texte-zone3 {
    background: #ffffff;
}   

.texte-zone1 h2,
.texte-zone2 h2,
.texte-zone3 h2 {
    padding-bottom: 20px;
    margin-bottom: 20px!important;
}

.texte-zone1 h2 {
    background: url("../img/atelier/ligne-white.png") repeat-x bottom;
}

.lang_en-GB #zone1 h2.titre-atelier {
    padding: 26px;
}

.texte-zone2 h2,
.texte-zone3 h2 {
    background: url("../img/ligne-black.png") repeat-x bottom;
}

#zone1,
#image-header,
#yoo-zoo .description {
    position: relative;
}




.grillage {
    width: 100%;
    float: left;
    border-bottom:1px solid white;
}






/* COLLECTIONS */
.acces-collection {
	display:block;
	width:100%;
	height:480px;
	-webkit-transition:width .6s ease;
	-moz-transition:width .6s ease;
	-ms-transition:width .6s ease;
	transition:width .6s ease;
  position:relative;
}

.collection1 {
	background:url(../../../images/produits/nouvelle-collection-hover.jpg) no-repeat center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.collection2 {
	background:url(../../../images/produits/vestiaire-hover.jpg) no-repeat center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.collection3 {
	background:url(../../../images/produits/intemporelles-hover.jpg) no-repeat center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.collection4 {
	background:url(../../../images/produits/accessoires-hover.jpg) no-repeat center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}

.acces-collection .titre-collections {
	position:relative;
    text-align: center;
    width: 100%;
    top:30%;
}
.acces-collection .titre-collections .border-collections {
    width:60%;
    margin: 0 auto;
}
.acces-collection .titre-collections h2 {
    font-family: 'simplifica';
    display:block;
    font-size: 2.6em;
    padding: 0 20px;
    border-bottom: 1px solid black;
    border-top: 1px solid rgba(0,0,0,0);
    
    -webkit-transition:border .2s ease, padding .2s ease;
	-moz-transition:border .2s ease, padding .2s ease;
	-ms-transition:border .2s ease, padding .2s ease;
	transition:border .2s ease, padding .2s ease;
}
.acces-collection .titre-collections h3 {
    text-transform: uppercase;
    background-color: black;
    color:white;
    letter-spacing: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 0.9em;
}
.acces-collection .titre-collections span {
    display:inline-block;
    margin-bottom:40px;
}

.acces-collection .titre-collections a {
    display: inline-block;
	background-color: black;
	color:white;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
	
/* MODULES DANS COLLECTIONS */
.grille-collections {
    margin: 50px auto;
    width: 1370px;
    max-width:100%;
}

.acces-direct, .grille-collections img {
	width:100%;
	float:left;
	height:auto;
	
}

.acces-direct {
	width:100%;
	border-right:1px solid rgba(255,255,255,0);
	border-bottom:2px solid rgba(255,255,255,0);
	
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	font-size:0.8em;
}

.acces-direct a {
    display: block;
    /*padding:230px 15px 80px;*/
    padding: 80px 15px ;
    background:#171717; 
	transition:all 0.6s ease 0.3s;
	position:relative
}
 .acces-direct a span  {
 	color:white;
	transition:all 0.6s ease 0.3s;
}
.acces-direct.points-vente a {
	background:#e9c7b5;
	color:white;
	
}

/*
.acces-direct a img {
	transition:all 0.6s;
	position:absolute;
	top:90px;
	z-index:1;
	left:50%;
	-ms-transform:translate3d(-50%,0,0);
	-moz-transform:translate3d(-50%,0,0);
	-webkit-transform:translate3d(-50%,0,0);
	transform:translate3d(-50%,0,0);
}

.image-acces {
    margin: 0 auto;
    padding-bottom: 15px;
    width: 120px;
    max-width:30%;
}
.image2-acces {
	position:relative;
	width:0px;
	z-index:1;
	opacity:0;
	margin: 0 auto;
	max-width:30%;
}  

.acces-direct a:hover .image-acces{
	width:0px;	
	opacity:0;	
	padding-bottom: 0px;
}
.acces-direct a:hover .image2-acces{
	opacity:1;
	width:120px;	
	padding-bottom: 15px;	
}   */
.image-acces, .image2-acces {
    display:none!important;
}
.acces-direct a:hover{
	 background:white;
	-webkit-transition:all .6s ease ;
	-moz-transition:all .6s ease ;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
} 
.acces-direct a:hover span {
	color:black!important;
}

.titre-acces {

    display: block;
    font-family: "Simplifica";
    font-size: 3.6em;
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
} /*
.titre-acces::before {
    content: "........................";
    display: block;
    font-size: 0.5em;
    letter-spacing: 1.3px;
    line-height: 1px;
    position: relative;
    top: -15px;
} */
.soustitre-acces {
    display: block;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-top: 20px;
    text-align: center;
}



.acces-direct:nth-child(2) {
	border-right:0;
	border-left:1px solid rgba(255,255,255,0);
}  
/*
.acces-direct:hover img {
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
	
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}
.acces-direct.points-vente:hover img {
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
	
	-webkit-filter: invert(0%);
	-moz-filter: invert(0%);
	-ms-filter: invert(0%);
	filter: invert(0%);
} */



.uk-grid {
    margin-left: 0px!important;
}
.slideset_collection ul.uk-grid li{
  padding-left:0!important;
  /*border-right:1px solid white;*/

}
/*.slideset_collection .uk-panel-teaser {
	border-right:1px solid black;
}  */

.slideset_collection ul.uk-grid li h3{
        font-family: 'simplifica';
    text-align: center;
    margin: 20px auto;
    font-size:3.2em;
    line-height:1.1em;
}







/* PAGINATION PRODUITS */
.zoo-pagination {
	background:black;
	height:80px;
}
.pagination-bg {
	width:100%;
  background:black;
	height:80px;
}

.pagination-bg a,  
.pagination-bg span {
	color:white;
	line-height:80px;
	font-size:1.2em;
	display: none;
  text-decoration: none;
}

.page_counter, #slideset_paginator {
    color:white;
    font-size:1.3em;
    line-height:80px;
    margin:0 auto !important;
    text-align:center;
}


.pagination-bg .end,
.pagination-bg .start {
	display:none;
}

.pagination-bg .next, 
.pagination-bg .previous,
.pagination-bg a.slideset_prev,
.pagination-bg a.slideset_next {
	display: inline-block!important;
	position:absolute;
	background-image:url(../img/pagination-fleches.png);
	background-repeat: no-repeat;
	width:44px;
	height:80px;
	margin-top:14px;
	text-indent:-9999px;
}

.pagination-bg .previous,
.pagination-bg a.slideset_prev a {
	left:60px;
	background-position:0 0;
}

.pagination-bg .next,
.pagination-bg a.slideset_next a{
	right:60px;
	background-position:-45px 0;
}


/* PRODUITS */
.blog-default .teaser-item .element-image:nth-child(2) {
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
.blog-default .teaser-item .element-image:nth-child(2) {
	display:none;
}
.blog-default .teaser-item:hover .element-image:nth-child(1) {
	display:none;
}
.blog-default .teaser-item:hover .element-image:nth-child(2) {
	display:block;
}

#yoo-zoo .items div.teaser-item,
#yoo-zoo .items div.teaser-item:last-child {padding:0; margin:0;}


.teaser-item h1.nom-produit,
.item h1.nom-produit {
    font-family: 'simplifica';
    text-align: center;
    margin: 20px auto;
}

/*.item .photo-container .photo-face,
.item .photo-container .photo-dos {
    width: 50%;
    float: left
}*/

#sbox-window.shadow.produit .photo-container {  
    max-width: 800px;
    position: relative;
    margin: 140px auto 0!important;
}
#sbox-window.shadow.produit .contentpane {background:black !important; border:10px solid red;}

#sbox-window.shadow.produit .contentpane .photo-container {
    margin: 0 auto !important;
}

#sbox-window.shadow.produit .contentpane .nom-produit {color:white !important;}

#lightbox-overlay {
    top:0!important;
    background-color: rgba(0,0,0,.8)!important;
    opacity:1!important;
    cursor:  url('../img/close-lightbox.png') 20 20, auto!important;
}
#lightbox-outer {
	box-shadow:none;
}
#lightbox-left {
    cursor:  url('../img/prev_slide.png') 20 20, auto!important;
}
#lightbox-left-ico {
    display:none!important;
    background:none!important ;
	/*background: url('../img/prev_slide.png') no-repeat scroll left center rgba(255,255,255,0.0);*/
}
#lightbox-right {
	cursor:  url('../img/next_slide.png') 20 20, auto!important;
}
#lightbox-right-ico {
	display:none!important;	
	background:none!important ;
   /*background: url('../img/next_slide.png') no-repeat scroll left center rgba(255,255,255,0.0);*/
}
#lightbox-close {
    background: rgba(0,0,0,0.3) url('../img/close-lightbox.png') center no-repeat;
    top: 17px;
    right: 17px;
    padding:10px;
    border-radius:50%;
    position:fixed;
}

#lightbox-content {
    border: 0px solid #000000;
}

.alignment-left .image {
    float: none !important;
}

 div.description {
    margin-top: 0;
}

.custom .description p, 
p.desc_categorie{
    /*background-color: black;
    color: white;   */
    font-family: 'simplifica';
    margin: 0 auto;
    width:980px;
    text-align: center;
    padding: 30px 15px;
    font-size: 1.6em;
    letter-spacing:1px;
    max-width:100%;
}

#yoo-zoo .details {
	margin:0;
}

.btn-scroll {
    background: url('../img/nouvelle-collection/scroll-down-black.png') center top no-repeat;
    margin: 30px auto;
    position: relative;
    height: 90px;
    width: 80px;
}

.btn-scroll span {
    display: block;
    text-align: center;
    padding-top: 60px;
}



/* ACTUS - PRESSE */
.actus-presse #wrapper{
  position:relative;
}
.module_facebook{
    width:100%;
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    z-index:1;
    background-color: black;
}

.module_facebook .padding_facebook {
    padding: 30px;
}

.module_facebook p {
    color: white;
    font-family: 'simplifica';
    font-size: 2.1em;
    text-align: center;
    background: url('../img/atelier/ligne-white.png') repeat-x top, url('../img/atelier/ligne-white.png') repeat-x bottom;
    padding: 20px 0px 30px 0px;
}

.module_facebook span {
    background-color: white;
    color: #4b69a7;
    font-family: 'droidserif_regular';
    font-size: 0.5em;
    padding: 10px;
}

.module_facebook #icon-facebook {
    width: auto;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}

.mur_actus > div:nth-child(2) {
    margin-top: 360px;    /*faire de la place pour le module facebook*/
}

.custom.garde-en-haut {
	position:relative;
}


.actus-presse .uk-panel div:last-child,
.uk-modal-caption { 
    color: white!important;
    font-family: 'simplifica';
    font-size: 1.9em!important;
    padding: 25px 20px;
    background: black url('../img/atelier/ligne-white.png') repeat-x 0px 8px;
    text-align: left!important;
}

.actus-presse .uk-panel div:last-child p,
.uk-modal-caption p { 
    font-size: 0.7em;
    font-family: 'droid_serifregular'
}

.uk-overlay,
.uk-panel>:not(.uk-panel-title):last-child {
	display:block !important;
	width:100% !important;
	margin:0 auto !important;	
}

.uk-panel-teaser {
    margin-bottom: 0!important;
}


/* PAGE MAP ET POINTS DE VENTE */
.gm-style-iw .uk-h3 {
    font-weight: bold;
    text-transform: uppercase;
}



#selecteur-pays {
	padding-top:140px;
	margin-bottom:40px;
	background:black url(../img/selecteur-pays-entete.jpg) no-repeat center top;
}

:lang(en-gb) #selecteur-pays {
	background:black url(../img/selecteur-pays-entete-uk.jpg) no-repeat center top;
}

#selecteur-pays ul {
	width:100%;
	border-top:1px solid white;
}
#selecteur-pays ul li {
	width:50%;
	float:left;
	height:75px;
}
#selecteur-pays ul li:first-child {
	border-right:1px solid white;
}
#selecteur-pays ul li a {
	color:white;
	height:75px;
	line-height:75px;
	text-align:center;
	display:block;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
  font-size:0.75em;
}

#selecteur-pays ul li a.actif,
#selecteur-pays ul li a:hover {
	background:white;
	color:black;
	border:1px solid black;
}

.colonne25 {
	width:90%;
	margin: 0 auto;
}

.titre-pays {
	background:black;
	color:white;
	font-size:1.5em;
	text-transform:uppercase;
	padding:5px 10px;
	display:inline-block;
	width:auto;
}

.zoo-item-list.zoo-list.blog-magasin {
	margin-bottom:20px;
}
.zoo-item-list.zoo-list.blog-magasin > li {
	border:1px solid rgba(230,230,230,0) !important;
	padding:5px 10px!important;
  margin-top:0!important;
  -moz-transition:all 0.2s linear 0s;
  -ms-transition:all 0.2s linear 0s;
  -webkit-transition:all 0.2s linear 0s;
  transition:all 0.2s linear 0s;
} 

.zoo-item-list.zoo-list.blog-magasin > li:hover{

}
.zoo-item-list.zoo-list.blog-magasin > li:hover a{
  color:#ff5a5a;
}
#selecteur-pays li a {
    font-family: 'droid_serifregular'
    font-size: 1.1em;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

#colonne-pays .element-itemname {
    font-weight: bold;
}



/*FORMULAIRE DE CONTACT EN P***TAIN DE LIGHTBOX */
#all {
	margin:0;
	padding:15px !important;
}
#sbox-window {
	border-radius:0 !important;
	box-shadow:none !important;

  padding:0!important;
	/*max-width:480px !important;*/
}

#sbox-btn-close {
	width:35px !important;
	height:35px !important;
	background: rgba(0, 0, 0, 0) url("../img/close-lightbox.png") no-repeat scroll center center !important;
	background-position:center center !important;
	cursor:pointer !important;
	z-index:2 !important;
	
	left:unset !important;
	right:10px!important;
  top:10px!important;
  margin:0px 0 0 0px;
	
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
  -webkit-filter:invert(100%);
  filter:invert(100%);
  
}
#sbox-btn-close.croix-noire{
  -webkit-filter:invert(100%);
  filter:invert(100%);
} 
.uk-open .uk-modal-dialog {
    -moz-transform: translateY(-20px)!important;
    -webkit-transform: translateY(-20px)!important;
    -ms-transform: translateY(-20px)!important;
    transform: translateY(-20px)!important;
}
 .uk-modal-dialog-lightbox{
  margin:15px auto !important;/*MODIF*/
 }
.uk-modal-caption{
  position:unset!important; /*MODIF annuler la surimpression de la lÃ©gende sur l'image*/
  margin-bottom:0!important;
}
.uk-modal-close{
	background: rgba(0, 0, 0, 0) url("../img/close-lightbox.png") no-repeat scroll center center!important;
  left:unset!important;
  top:unset!important;
  bottom:-70px!important;   /* MODIF-7px */
  right:10px!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important; 
  z-index:10;
  height:46px!important;
  width:46px!important  
}

.uk-modal-close:after{
 content:""!important;
 display:none!important;
}

#contact-text {
	margin-top:45px;
}


.page-pagessimples h2,
#contact-text h2 {
    font-family: 'simplifica';
    font-size: 3.2em;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
     margin: 2.5em 0 1em 0!important;
}
.page-pagessimples h3,
#contact-text h3 {
    font-family: 'simplifica';
    font-size: 2.2em;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
     margin: 1.5em 0 0.7em 0!important;
}
.page-pagessimples li,
#contact-text li,
.page-pagessimples p,
#contact-text p {
    font-family: 'droid_serifregular';
    font-size: 1.25em;
    line-height: 1.7em;
    margin:1em 0;
}
.page-pagessimples li,
#contact-text li {
	margin-left:30px;
	list-style-type:circle;
}
.page-pagessimples li strong,
#contact-text li strong,
.page-pagessimples p strong,
#contact-text p strong {
	font-weight:900;
} 
#contact-text p span {
    font-weight: bold;
    font-size: 1.3em;
}

.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
	height:40px;
	border-radius: 0 !important;
}

.formResponsive .formHorizontal .formControlLabel {
	font-family: 'droid_serifregular' !important;
	font-size:1.25em;
}

.formResponsive .formHorizontal .rsform-block {
    margin-top:18px !important;
}

.formResponsive input[type="text"].rsform-captcha-box {
	width:150px !important;
}

.formBody img {
	width:auto;
	display:inline;
	margin-left:20px;
}

#envoyer {
	background:black;
	width:200px;
	height:40px;
	border:none !important;
	outline:0 none;
	display:block;
	border-radius:0 !important;
	position:relative;
	margin:0 auto;
	font-family: 'droid_serifregular' !important;
	font-size:1.3em;
	color:white;
	text-align:center;
	
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
}
#envoyer:hover {
	background:white;
	color:black;
	cursor:pointer;
    border: 1px solid black !important;
}

#bandeau-bas {
	position:relative;
    background-color: white;
    height: 95px;
    background: url(../img/atelier/dotted-black.png) repeat-x 0 5px;
}

#bandeau-bas #logo-bas {
    background: url(../img/atelier/logo-footer.png) no-repeat 0 ;
    width: 45px;
    height: 59px;
    position: relative;
    margin: 0 auto;
    top: 25px;
}

#bandeau-bas #backTop {
    background: url(../img/atelier/scroll-up.png) no-repeat;
    width: 40px;
    height: 43px;
    display: block;
    right:0;
    position: absolute;
    text-indent: -9999px;
    bottom:0;
}



/* FOOTER */
#footer .nav.menu {
	position:relative; 
    width:320px; 
    margin:0 auto;
}

#footer .nav.menu li {
	width:33.3%;
	float:left;
	padding:10px 0px;
}

#footer .nav.menu li.item-142 {
    /*background: url('../img/point.png') no-repeat 101px; */
}

#footer .nav.menu li a {
	font-size:.95em;
	display:block;
	text-align:center;
}


/* MENTIONS LÃ‰GALES */

.page-pagessimples-mentions-legales h2 {
    font-family: 'simplifica';
    font-size: 2.5em;
    font-weight: bold;
    padding: 10px 0;
    letter-spacing:1px;
}

.page-pagessimples-mentions-legales a, p a:hover {
    color: #ff5a5a;
}

.page-pagessimples-mentions-legales #wrapper.crop930 {
    margin-top: 40px;
    margin-bottom: 40px;
}

#sbox-overlay{
  background:white!important;
}
#sbox-window {
	background:white !important;
	max-width:1000px !important;
	max-height:910px !important;
}

#sbox-content{
  height:100% !important;
  margin:0 auto !important;
  padding:0 !important;
} 

#userForm{
  width:320px!important;
  background:white;
  padding:55px 10px 10px 10px !important;
  color:black;
  margin:0 auto!important;
}



#sbox-content,
#sbox-content iframe, 
.contentpane, 
.contentpane #all, 
.contentpane #main, 
.contentpane  #yoo-zoo, 
.contentpane  .item, 
.photo-container,
.contentpane  .photo-face, 
.contentpane  .element-gallery, 
.contentpane  .zoo-gallery,
contentpane .flexslider,
.contentpane .flex-viewport,
.contentpane .slides,
.contentpane .slides li{
height:100%!important;
margin:0 auto!important;
padding:0!important;
background:white!important;
}
  #sbox-content *, 
  #sbox-content iframe *,
  .contentpane,
  .contentpane *{
   max-height:100%;
   margin-top:0!important;
   margin-bottom:0!important;
   padding:0!important;
   }
   

   

.photo-container{
  /*padding-top:55px!important;*/
  /*background:black; */
}

.contentpane  .flexslider .slides img {
max-height:100%;
}

.contentpane .item h1{
 display:none;
}
/*SLIDER*/
.flexslider, .flexslider *{
  box-sizing:content-box!important;
  -moz-box-sizing:content-box!important;
  padding:0!important;


}

.flexslider {
overflow:hidden; 
position: relative; 
zoom: 1; 
width:100%;  
background:black!important;
height:100%!important;
margin:0 auto!important;
padding:0!important;
}



.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}





.flexslider .slides > li {
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  
  } /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
 /* width: 100%; */
  display: block;
  position:relative;
  margin:0 auto;
  width:auto;
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; max-width:none;}
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { 
  text-decoration:none; 
  display: block; 
  width: 47px; 
  margin: 0 0; 
  position: absolute; 
  top: 0px;
  height:100%; 
  z-index: 1; 
  overflow: hidden; 
  opacity: 1; 
  cursor: pointer; 
  -o-transition: all .3s ease; 
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  transition: all .3s ease;
  }
  
.flex-direction-nav .flex-prev,
.uk-slidenav-previous { 
  left: 10px;
  background:url('../img/prev_slide.png') no-repeat scroll left center rgba(255,255,255,0.0); 
}

.flex-direction-nav .flex-next,
.uk-slidenav-next  { 
  right: 10px;
  background:url('../img/next_slide.png') no-repeat scroll right center rgba(255,255,255,0.0); 
  }  

.uk-slidenav-previous:before,
.uk-slidenav-next:before{
 content:""!important;
}  
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: 17px; text-align: center; z-index:1;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {width: 9px; height: 9px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;  }
.flex-control-paging li{display:none;}

.flex-control-paging li a:hover { background: #dd0734; }
.flex-control-paging li a.flex-active { background: #dd0734; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}










/*08/2018*/

#lightbox-title.lightbox-title-float {
  font-size:2.1em;
  font-family:'simplifica';
  font-weight:normal;
  background:black;
}

.garde-en-haut {
	clear:both;
}
.ingallery {
	margin:20px auto;
	width:1600px;
	max-width:100%;
}
#site .ingallery-loadmore-btn {
    padding: 27px 45px 25px 50px;
    font-size: 4em;
    font-family: 'simplifica';
}
.homeCollec {

}


.homeCollec p a {
    color: white;
    font-family: 'simplifica';
    font-size: 1.9em;
    /*padding: 42px 10px 10px 10px;
    background-image: url('../img/cintre.jpg');
    background-repeat: no-repeat;  
    background-position: center 15px; */
    padding: 30px 20px 62px 20px;
background-image: url('../img/droite.jpg');
background-repeat: no-repeat, no-repeat;
background-position: center 76%;
    padding: 30px 20px 62px 20px;
    display: block;
    text-align: center;
    background-color: black;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

 .zoneCollec,
.zoneCatalogue {
	max-width:100%;
	padding:0 10px;
	width:1200px;
	margin:50px auto;
}

.version_blanche {
  color:white;
}
#yoo-zoo .version_blanche  .details {
  text-align:center;
}
.version_blanche .desc_categorie {
  width:auto;
  background:none;
  color:black;
  font-size:1.8em;
}
.version_blanche .desc_categorie span {
	display:inline-block;
  border-bottom:2px dotted;
  padding-bottom:30px;
}


.zoneCollec img,
.zoneCatalogue img {
  width:auto;
  display:inline-block;
}

.gaucheCollec .lienCollec  a,
.droiteCollec .lienCollec  a {
	font-size:1.5em;
	display:inline-block;
	padding-top:10px ;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left:0;
	margin-top:0px;
	background:url('../img/droite_noir.png') no-repeat scroll right center;
	transition:padding-right 0.4s, padding-left 0.8s, opacity 0.7s;
}
.gaucheCollec .lienCollec a:hover,
.droiteCollec .lienCollec  a:hover {
	padding-top:10px ;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left:20px;
	opacity:0.8;
}
.pictoCollec,
.zoneCollec h2 {
  text-align:center;
} 
.pictoCollec {
    display:none;/*2020*/
}
.zoneCatalogue {
	text-align:center;
}

.zoneCollec h2,
.zoneCatalogue h2 {
  padding-left:10%;
  padding-right:10%;
  text-align: center;
 font-family: 'simplifica';
	font-size: 2.5em;
	width:auto;
	margin-bottom: 28px;
}

.zoneCollec h2 span{
	display:inline-block;
	margin:0 auto;
	width:auto;
	padding-bottom: 30px;
	background: url('../img/fond_titre_collec.jpg') repeat-x scroll  0 bottom;
	line-height:1em;
}
.zoneCatalogue h2 {
	margin-bottom:0;  	
	color:#DAC196;
}
.zoneCatalogue a {
	background-color:#DAC196;
	border:1px solid #DAC196;	
	display:inline-block;
	margin:10px auto 30px auto;
	width:auto;
	padding: 20px 30px;
	color:white;
	font-size:1.5em;
}
.zoneCatalogue a:hover {
	background:white;
	color:#DAC196;
} 
.grid{
	width:300px;
	max-width:100%;
	margin: 0 auto;
	padding-top:10px;
}
.grid-item { 
	width: 300px; 
	padding:0 0 10px 0;
} 
.grid-item a {
	position:relative;
}
.grid-item a:before {
	opacity:0;
	content:'+';
	position:absolute;
	top:50%;
	margin-top:10px;
	left:0;
	width:100%;
	height:auto;
	font-size:4em;
	display:block;
	text-align:center;
	transition:all 0.3s;
	z-index:3;
	color:white;
	font-family:'simplifica';
	
}

.grid-item a:after {
	opacity:0;
	content:attr(title);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	transition:all 0.3s;
	width:100%;
	height:100%;
	font-size:2em;
	display:flex;
	align-self:center;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	z-index:2;
	background:rgba(0,0,0,0.5);
	color:white;
	font-family:'simplifica';
	padding:10px;
	
}
.grid-item a:hover:before,
.grid-item a:hover:after {
	opacity:1;
}
.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    padding: 10px !important;
    height: auto !important;

}
.thanks {
    text-align: center;
    padding: 40px 20px;
    font-size: 2.6em;
    font-family: 'simplifica';
}
.rsform-thankyou-button {
    margin: 0px auto;
    display: block !important;
}

.contenuPage {
	padding:10px;
}
.ingallery {
	margin:10px auto;
}
#site .ingallery-loadmore-btn {
    padding: 27px 45px 25px 50px;
    font-size: 4em;
    font-family: 'simplifica';
}


.uk-slideshow-fullscreen,
.uk-dotnav {
	opacity:0;
	-webkit-transition:opacity 4.5s ease 0.6s;
	-moz-transition:opacity 4.5s ease 0.6s;
	-ms-transition:opacity 4.5s ease 0.6s;
	transition:opacity 4.5s ease 0.6s;
}
.loaded .uk-slideshow-fullscreen ,
.loaded .uk-dotnav{
	opacity:1;
}
/*
.logo-centre {
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
} 
.logo-centre:hover {
	padding:15px;
	background:rgba(255,255,255,0.3);
	-webkit-filter:drop-shadow(0 0 0 white);
	filter:drop-shadow(0 0 0 white);
}*/

.zoneCollec:nth-child(1) .gaucheCollec > img,
.zoneCollec:nth-child(2) .gaucheCollec > img,
.zoneCollec:nth-child(3) .gaucheCollec > img,
.zoneCollec:nth-child(4) .gaucheCollec > img   {
	width:340px;
}



@media(max-width:479px), (max-height:767px) {
	.menu.menu-principal {
		width:90%;
		text-indent:70px;
		margin-top:30px
	}
	.menu.menu-principal li {
		height:60px;
		padding:5px 0 10px 0;
	}
	.menu.menu-principal li a{
		line-height:47px;
	}
}
@media(max-width:639px) {
	.gaucheCollec,
	.droiteCollec {
		text-align:center;
	}
	.zoneCollec img,
	.zoneCollec p {
		margin-top:1em;
	}
	.accueil #site{height:auto;}	
	#site {
		overflow:auto;
	}
	#header-droite {
		position:relative;
		right:0;
		top:0;
		z-index:300;
		width:160px;
		float:right
	}
	section{
		clear:both;
	}
	
	#site > section#wrapper {
		min-height:0;
	}
	/*.version_blanche #titre-entete {
		position:unset;
		background:black;
		border:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		width:100%;
		padding:30px 10px;
	}
	.version_blanche #image-header img , 
	.version_blanche.custom .description img.image,
	 .version_blanche.custom .description div.image, 
	 .version_blanche.custom .description div.image img {
	 	max-width:100%;
	 	position:unset;
	 	width:100%;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
	 }  */
	#titre-entete {
		position:unset;
		background:black;
		color:white;
		border:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		width:100%;
		padding:30px 10px;
            display:flex;
    flex-direction:column;
    justify-content:space-evenly;
        padding:15px 0;
        border-bottom: 1px solid;
    border-top: 1px solid;
    text-align:center;
	}
    
	#image-header ,
	 #image-header img , 
	.description img.image,
	 .description div.image, 
	  .description div.image img,
	.custom .description img.image,
	 .custom .description div.image, 
	  .custom .description div.image img{
	 	max-width:100%;
	 	position:unset;
	 	width:100%;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		min-height:0;
		height:auto;
	 } 
	 
	 
	 img.down {
	 	display:none!important;
	 }
	/*modif home*/
	.accueil #site {
	    height:auto;
	}
	.uk-slider-fullscreen, .uk-slider-fullscreen > li, .uk-slideshow-fullscreen, .uk-slideshow-fullscreen > li {
	    height: 250px;
	    height: calc((9/16) * 100vw)!important;
	    min-height:0!important;
	}
    .accueil #wrapper {
        background:black;
    }
	.logo-centre {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 250px;
	    margin: 25px auto;
	    z-index: 1;
        background:black!important;
	}
	.logo-centre h1 {
		border:none;
		height:230px;
	}
	#site .uk-dotnav, #site .uk-subnav {
		margin-bottom:0px!important
	}
	/*fin modif home*/
	
}
@media(min-width:640px) {
 #image-header img{
  min-height:100%;
  max-width:none!important;
}
.custom .description{
  height: auto;
  overflow:hidden;
  max-height:calc(100vh - 15px);
}

#image-header img ,  .custom .description img.image,
 .custom .description div.image, .custom .description div.image img  {
    width: auto;
    margin-left: 0;  
    min-width:100.1%;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
} 


.custom .description img.image,
 .custom .description div.image img {
  max-width:300%!important;
}
  
  
#titre-entete {
	position:absolute;
	width:163px;
	z-index:1;  
    top:50%;
/*	left:50%;
  
  transform:translate3d(-50%, -50%, 0);
  -moz-transform:translate3d(-50%, -50%, 0);
  -webkit-transform:translate3d(-50%, -50%, 0);
  -ms-transform:translate3d(-50%, -50%, 0);*/
  left:10%;
  
  transform:translate3d(0%, -50%, 0);
  -moz-transform:translate3d(0%, -50%, 0);
  -webkit-transform:translate3d(0%, -50%, 0);
  -ms-transform:translate3d(0%, -50%, 0);
  
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
        padding:15px 0;
        border-bottom: 1px solid;
    border-top: 1px solid;
    text-align:center;
  
}  
.collection  #titre-entete {
 left:50%;
  
  transform:translate3d(-50%, -50%, 0);
  -moz-transform:translate3d(-50%, -50%, 0);
  -webkit-transform:translate3d(-50%, -50%, 0);
  -ms-transform:translate3d(-50%, -50%, 0);   
}
   #image-header{
  height:100vh;
} 
    .homeCollec {
    	position: absolute;
    	bottom: 0;
    	right: 0;
    	width:27%;
    	z-index:2;  
	}
	.grid{
		width:630px;
		padding-left:10px;
	}

	.zoneCollec {
		padding-bottom:50px;
	}
	.ingallery {
		margin:20px auto;
		width:1600px;
		max-width:100%;
	}
	
	.gaucheCollec,
	.droiteCollec {
	    float:left;
	    width:50%;
	    position:relative;
	    background:white;
	}
	.zoneCollec:nth-child(2n) .gaucheCollec,
	.zoneCollec:nth-child(2n) .droiteCollec{
	    float:right;
	    width:50%;
	}
	.droiteCollec {
		margin-top:100px;
	}
	.droiteCollec,
	.zoneCollec:nth-child(2) .gaucheCollec ,
	.zoneCollec:nth-child(3) .droiteCollec {
	  text-align:left;
	} 
	.zoneCollec:first-child .gaucheCollec,
	 .zoneCollec:nth-child(2n) .droiteCollec,
	  .zoneCollec:nth-child(3n) .gaucheCollec{
	  text-align:right;
	}
	.pictoCollec,
	.zoneCollec h2 {
		text-align:inherit;
		padding-left:0%;
		padding-right:0%;
		margin-top:20px;
	}
	.zoneCollec:first-child .droiteCollec,
	 .zoneCollec:nth-child(2n) .droiteCollec,
	  .zoneCollec:nth-child(3) .droiteCollec  {
		z-index:1;
		overflow-x : visible;
	}
	
	.zoneCollec:first-child .gaucheCollec,
	 .zoneCollec:nth-child(2n) .gaucheCollec,
	   .zoneCollec:nth-child(3) .gaucheCollec   {
	 	z-index:2;
	 }
	.zoneCollec:first-child .droiteCollec,
	 .zoneCollec:nth-child(2n) .gaucheCollec,
	  .zoneCollec:nth-child(3n) .droiteCollec   { 
	 	padding-left:20px;
	}
	
	.zoneCollec:first-child .droiteCollec > img,
	 .zoneCollec:nth-child(3n) .droiteCollec > img,
	 .zoneCollec:nth-child(2n) .droiteCollec > img {
		position:relative;
		margin-bottom:28px;	
	 }

	.zoneCollec .droiteCollec > p ,
	.zoneCollec .gaucheCollec > p {
		width: 312px;
		display:inline-block;
		max-width:100%;
	}
}

@media(max-width:650px) {
  #userForm.formResponsive input[type="text"], 
  #userForm.formResponsive input[type="password"], 
  #userForm.formResponsive textarea, .formResponsive select {
      width: 275px !important;
  }
}
@media(min-width:960px) {
    .grid{
		width:940px;
	}
	.homeCollec {
	    right: 20%;
	    width:auto;
	}
	.homeCollec p a{
	    font-size:2em;
		padding: 30px 20px 62px 20px;
        background-image: url('../img/droite.jpg');
        background-repeat: no-repeat, no-repeat;
        background-position: center 76%;

	}
	.homeCollec p a:hover {
		padding:50px 20px 62px 20px;	
	}
    
}

@media(min-width:1180px) {
	.gaucheCollec, .droiteCollec {
		background:none;
	}
	.droiteCollec {
		margin-top:0;
	}
	.zoneCollec h2,
	.zoneCatalogue h2 {
		font-size: 4em;
		margin-bottom:58px;
	}
	.zoneCatalogue h2 {
	margin-bottom:0;  
	}
	.pictoCollec,
	.zoneCollec h2 {
	  	text-align:center;
		padding-left:10%;
		padding-right:10%;
		margin-top:0;
	} 
	/*spécial Docquin*/
	.zoneCollec:nth-child(2) h2 {
	
	    text-align: left;
	    padding-left: 120px;
	    padding-top: 20px;
	    padding-right: 20px;
	
	}
	.zoneCollec {
		margin-top:110px;
	}
	.zoneCollec:first-child .droiteCollec,
	 .zoneCollec:nth-child(2n) .droiteCollec,
	  .zoneCollec:nth-child(3) .droiteCollec  {
		z-index:1;
		overflow-x : visible;
	}
	
	.zoneCollec:first-child .gaucheCollec,
	 .zoneCollec:nth-child(2n) .gaucheCollec,
	   .zoneCollec:nth-child(3) .gaucheCollec   {
	 	z-index:2; 
		 padding-right:28px;
	 }
	.zoneCollec:first-child .droiteCollec > img,
	 .zoneCollec:nth-child(3n) .droiteCollec > img {
		margin-left:-140px;
	}
	 .zoneCollec:nth-child(2n) .droiteCollec > img {
		margin-right:-140px;
	 }
     
    .zoneCollec:first-child .droiteCollec > img,
	 .zoneCollec:nth-child(3n) .droiteCollec > img,
	 .zoneCollec:nth-child(2n) .droiteCollec > img {
		max-width:110%; 
        /*maj 2020 110% au lieu de 130%130%*/
	}
    
	.zoneCollec:first-child .droiteCollec,
	 .zoneCollec:nth-child(2n) .gaucheCollec,
	  .zoneCollec:nth-child(3n) .droiteCollec   { 
	 	padding-left:40px;
	}
	.zoneCollec:first-child .droiteCollec > img,
	 .zoneCollec:nth-child(3n) .droiteCollec > img,
	 .zoneCollec:nth-child(2n) .droiteCollec > img {
		margin-bottom:68px;	
	 }

}
@media(min-width:1280px) {
    .grid{
		width:1250px;
	}
}
@media(min-width:1600px) {
    .grid{
		width:1560px;
	}
}


/* ___________________ MEDIA QUERIES ________________________ */
@media (min-width:481px) {
	.module_facebook{
		width:calc((100% - 20px) / 2);
	}
  #userForm{
  width:450px!important;
   }
}




@media (min-width:641px) {
	.acces-direct,.grille-collections img {
		width:33.33%;
	}

	#selecteur-pays ul li a {
	  font-size:1em;
	  }
	.acces-collection,
	.acces-collection > * {
		width:50%;
		float:left;
	}
    #userForm{
  		width:600px!important;
   }
	.acces-collection .titre-collections{
		top:50%;
	}
	
	#image-header img {
		max-width:none!important;
	}
	
	.atelier img.down{
		left:75%;
	}

	.logo-centre {
		width:326px;
		/*margin:-125px 0 0 -163px; */
        /*2020*/
        left:8%;
        margin:-125px 0 0 0;
        
	}
    .uk-dotnav {
        width:325px;
        margin-left:calc(8% - 20px)!important;
    }

	.collection #titre-entete{
		top:50%;
	}

	.map_trouver{
		max-height:calc(100vh - 140px)!important;
	}

	/*.custom .description{
		height: calc(100vh - 15px);
	}
	
	.actus-presse .custom .description,
	.collection .custom .description,
	.header-height-auto .custom .description {
		height:auto;
	}*/


	.grillage:nth-child(odd){
		border-right:1px solid white;
	}

	/*#logo {
		display:block;
	}*/
	
	#openclosemenu span {
		position:relative;
		left:0;
		display:inline-block;
	}
	#openclosemenu,
	#menu-container {
		width:100px;
	}
	
    .texte-zone1 {
        position: absolute;
        top: 0;
        left: 10%;
        z-index: 2;
        margin-top: -150px !important;
    }
    
    .texte-zone1,
    .texte-zone2,
    .texte-zone3 {
        max-width: 300px;
    }
    
    .texte-zone2,
    .texte-zone3 {
        margin:0 auto !important; 
    }  
    
    #titre-entete {
		width:250px;
		height:auto;
	}
    /*.atelier #titre-entete {
    color:white!important;
    }   */
	
    .grillage {
		width: 50%;
    }





	.grille-collections img {
		width:50%;
	}
	
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {

		width: 80% !important;
		margin-left: 0 !important;
		padding: 10px !important;
		height: auto !important;
		
	}

	.formResponsive .formHorizontal .formControlLabel {
		font-size:1.3em !important;
		float:left !important;
		width:13% !important;
		margin-right:10px !important;
		clear:both !important;
	}

	.formResponsive input[type="text"].rsform-captcha-box {
		width:150px !important;
	}
	
	.formBody img {
		margin-left:83px;
	}

	
	#colonne-pays {
		position:relative;
		margin:0 auto;
		width:90%;
  }

  
  
  
	.colonne25 {
		width:50%;
		float:left;
	}
}

@media (min-height:580px) {
	.ouvert .menu.menu-principal {

		margin:0;
		position:absolute;
		z-index:1;
		top:50%;
		left:50%;
		-ms-transform:translate3d(-50%,-50%,0);
		-moz-transform:translate3d(-50%,-50%,0);
		-webkit-transform:translate3d(-50%,-50%,0);
		transform:translate3d(-50%,-50%,0);
	}
}
@media (min-width:799px) {

    .menu.menu-principal {
    	text-align:center;
    }
    .menu.menu-principal li a {
        text-align:center;
        padding: 0 25px;
    
    }
}

@media (min-width:1025px) {
	#image-header{
  height:calc(100vh - 15px);
}  


    .acces-direct {
		font-size:0.8em;
	}

	.acces-direct:nth-child(2) {
		border-right:1px solid rgba(255,255,255,1);
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.uk-link-reset {
		font-size:.9em;
	}
	.atelier img.down {
		left:50%;
	}
	.uk-dotnav {
		display:block !important;
	}
	.uk-dotnav li {
	   margin: 10px auto !important;
	}
	.acces-collection:after {
		position:absolute;
		bottom:0;
		left:0;
		z-index:1;
		width:100%;
		height:100%;
		display:block;
		content:" ";
		-webkit-transition:all .6s ease;
		-moz-transition:all .6s ease;
		-ms-transition:all .6s ease;
		transition:all .6s ease;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.acces-collection:hover:after{
		bottom:-100%;
	}
	
	#header-droite {
		right:15px;
		top:15px;
		width:40px;
	}
	
	.mod-languages,
	.menu-droite li {
		border-bottom:2px dotted white;
		float:none;
		background:none;
	}
	
	.menu-droite li {
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	.menu-droite li:hover a {
		background:black;
		
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}

    #site {
	   border:15px solid black;
    }
  #black_line {
    display: block;
} 
   
   
    
	.mobile-only {display:none;}
    .desktop-only {display:block;}
    
    #bandeau-bas #backTop {right:20%;}
    
    #menu-container {
		top:15px; left:15px;
	}
	#menu-container.ouvert {
		border:15px solid black;
	}
	
	#logo {top:50px;}
	 /* #zone2{
     margin-bottom:80px;
    } */
    
    .colonne {
        width: 50%;
        float: left;
    }
    .colonne1{
     text-align:right;
    }
     .colonne2{
     text-align:left;
    }
    
    
    .texte-zone2, .text-zone3 {
        width:300px;
        display:inline-block;
        text-align:left;
       
    }
   .texte-zone2, .texte-zone3 {
   margin:0 0 0 0!important;
} 
    #col1text,
    #col1img,
    #col2img,
    #col2txt{
    
    }
    
    #col1text{
      width:300px;
    }
    .col1img{
     text-align:right;
    }
    
    .col1img img, .col2img img{
    display:inline-block;
    width:100%!important;
    vertical-align:bottom;
    border-right:1px solid white;
    /*2020*/
    /*border-bottom:1px solid white;*/
    
    }
    /*2020*/
    .colonne1  .col1img img {
        border-bottom:1px solid white;
    }
    #zone1 img,  .col2img img {
      border-top:1px solid white;  
    }
    .col2img{
    
    }
    .col2txt{
    
    }

     #zone3 {
        padding-left:25%;
        margin-bottom:80px;
    }

	#zone3 img {
    	width: auto!important;
	}

	.acces-collection,
	.acces-collection > * {
		width:25%;
		float:left;
		height:100%;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	.acces-collection:hover,
	.acces-collection:hover > * {
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	.acces-collection .titre-collections {
		position:relative;
    	text-align: center;
    	width: 100%;
    	top:50%;
        z-index: 2;
	}
	.acces-collection .titre-collections a {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition:all .4s ease, width .4s ease;
		-moz-transition:all .4s ease, width .4s ease;
		-ms-transition:all .4s ease, width .4s ease;
		transition:all .4s ease, width .4s ease;
		width:30px;
	}	
	.acces-collection:hover .titre-collections h2 {
		border-bottom: 1px solid black;
		 border-top: 1px solid rgba(0,0,0,1);
		padding: 30px 10px;
		
		-webkit-transition:all .6s ease;
		-moz-transition:all .6s ease;
		-ms-transition:all .6s ease;
		transition:all .6s ease;
	}	

	.acces-collection:hover .titre-collections a {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition:width .6s ease;
		-moz-transition:width .6s ease;
		-ms-transition:width .6s ease;
		transition:width .6s ease;
		line-height:40px;
		height:40px;
		width:100px;
		overflow:hidden;
		text-align:center;
	}
  
	.acces-collection .titre-collections a span {
		font-size:1.2em;
		color:rgba(255,255,255,0);
		-webkit-transition:color 0s ease 0s;
		-moz-transition:color 0s ease 0s;
		-ms-transition:color 0s ease 0s;
		transition:color 0s ease 0s;

	}
  
	.acces-collection:hover .titre-collections a span {
     color:rgba(255,255,255,1);
		-webkit-transition:color .6s ease 0.6s;
		-moz-transition:color .6s ease 0.6s;
		-ms-transition:color .6s ease 0.6s;
		transition:color .6s ease 0.6s;
}
	
  
  
  
  
  
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 80% !important;
		margin-left: 0 !important;
		padding: 10px !important;
		height: auto !important;
	}

	.formResponsive .formHorizontal .formControlLabel {
		font-size:1.3em !important;
		float:left !important;
		width:13% !important;
		margin-right:10px !important;
		clear:both !important;
	}

	.formResponsive input[type="text"].rsform-captcha-box {
		width:150px !important;
	}
	
	.colonne25 {
		width:25%;
	}
}



@media (min-width:1200px) {
    #titre-entete {
		width:326px;
		height:250px;
	}
    
    img.down {
        display: block;
    }
}

@media (min-width:1600px) {
	.acces-direct{
		font-size:1em;
	}
    #image-header img,
    #zone1 img,
    .description .image {
        width: 100%;
        max-width: 100%;
    }

    #image-header img,
     .description .image {
        margin-left: 0; 
    }

    .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 80% !important;
		margin-left: 0 !important;
		padding: 10px !important;
		height: auto !important;
	}

	.formResponsive .formHorizontal .formControlLabel {
		font-size:1.3em !important;
		float:left !important;
		width:13% !important;
		margin-right:10px !important;
		clear:both !important;
	}

	.formResponsive input[type="text"].rsform-captcha-box {
		width:150px !important;
	}
  
	.zoneCollec .droiteCollec > p, .zoneCollec .gaucheCollec > p {
	
	    width: 412px;
	    display: inline-block;
	    max-width: 100%;
	    line-height: 1.5em;
	    font-size: 1.1em;
	
	}	
 
  
  
}
#sbox-overlay{
 height:100%!important;
 width:100%!imporant;
 position:fixed!important;
 width:100%!important;
}
  #sbox-window.box-contact{
   height:100%!important;
    width:100%!important;
    position:fixed!important;
    z-index:600000!important;
    margin:0!important;
    top:0!important;
    left:0!important;
    background:white!important;
    max-width:100%!important;
    max-height:100%!important;
    border: 5px solid black !important;;
  }
  #sbox-window.produit{
  
    top:50%!important;
    left:50%!important;
    z-index:600000!important;
    background:white!important;
    
    padding:0px 0 0 0!important;
    max-width:100%!important;
    max-height:100%!important;
    position:fixed!important;
    
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    
    height:250px!important;
    width:112px!important;
    margin:-112px auto auto -66px!important;
    
}  




 @media all and (min-height:250px) and (min-width:163px) {
  #sbox-window.produit{
    height:250px!important;
    width:163px!important;
    margin:-125px auto auto -81px!important;
   }
 }
@media all and (min-height:320px) and (min-width:240px){
  #sbox-window.produit{
    height:320px!important;
    width:240px!important;
    margin:-160px auto auto -120px!important;
   }
 } 
 @media all and (min-height:501px) and (min-width:375px) {
  #sbox-window.produit{
    height:500px!important;
    width:375px!important;
    margin:-250px auto auto -187px!important;
   }
 }
 
@media all and (min-height:640px) and (min-width:480px){
  #sbox-window.produit,
  #sbox-window.box-contact{
    height:640px!important;
    width:480px!important;
    margin:-320px auto auto -240px!important;
    top:50%!important;
    left:50%!important;
   }
 }  
   @media all and (min-height:751px) and (min-width:563px){
  #sbox-window.produit,
  #sbox-window.box-contact{
    height:750px!important;
    width:562px!important;
    margin:-375px auto auto -281px!important;
   }
 } 

  @media all and (min-height:1001px) and (min-width:751px){
  #sbox-window.produit,
  #sbox-window.box-contact{
    height:1000px!important;
    width:750px!important;
    margin:-500px auto auto -375px!important;
   }
 }  
 
@media(min-width:1600px) /*2020*/{
  .atelier #yoo-zoo .item h2 {
        font-size:40px;
        line-height:44px;
    }
  .texte-zone1, .texte-zone2, .texte-zone3 {
      max-width: 600px;
      width:600px;
      font-size: 1.2em;
      line-height: 1.5em;
      padding: 30px 30px 30px 30px !important;
  }
}
  
 
