@charset "utf-8";
/* CSS Document */
@font-face
{
	font-family: _Font_global;
	src: url('font/Oxygen.otf');
}

@font-face {
  font-family: _Font_logo;
  src: url('font/opificio.eot');
  src: url('font/opificio.eot?#iefix') format('embedded-opentype'),
       url('font/opificio.woff') format('woff'),
       url('font/opificio.ttf') format('truetype'),
       url('font/opificio.svg#Opificio') format('svg');
}

@font-face {
  font-family: _Font_txt;
  src: url('font/oxygen.light.ttf');
    /*src:  url('font/f2/GeosansLight.ttf.woff') format('woff'),
    url('font/f2/GeosansLight.ttf.svg#GeosansLight') format('svg'),
    url('font/f2/GeosansLight.ttf.eot'),
    url('font/f2/GeosansLight.eot?#iefix') format('embedded-opentype');*/
    font-weight: lighter;
    font-style: inherit;
}

<!--GLOABAL ELEMENT>
body
{
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
.section
{
	text-align:center;
}

#sp{
	display: block;
    float: right;
    padding: 4%;
}
#sp i{
	color:#FFF;
	cursor:pointer;
	font-size:6vw;
}

header
{
	position:fixed;
	z-index:21;
	width:100%;
	height:149px;
	background-image:url(img/bgmenu.png);
}

.header
{
	height:55px;
	background-color:#000;
}

#header_inner
{
	position:absolute;
}

#header_inner_logo
{
	padding:10px;
}

#header_inner_logo a
{
	text-decoration:none
}

#header_inner_logo #Logo1
{
	font-family:_Font_logo;
	font-size:6vw;
	letter-spacing:1px;
	text-decoration:none;
	color:#FFFFFF;

}

#header_inner_logo #Logo2
{
	font-family: "Times New Roman", Times, serif;
	font-size:1.8vw;
	letter-spacing:7px;
	margin-top:-2px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	float:right;
}

#subMenu
{
	width:100%;
	height:100%;
	background-image:url(bg50.png);
	position:fixed;
	z-index:200;
	display:none;
}
#header_inner_logo_subMenu
{
	width: 20%;
    background-color: #fff;
    padding: 10px;
    margin-top: -5vw;
		display: none;
    z-index: 1;
    position: absolute;
}

#header_inner_logo_subMenu #Logo1
{
	font-family:_Font_logo;
	font-size:1.7vw;
	letter-spacing:1px;
	text-decoration:none;
	color:#000;

}

#header_inner_logo_subMenu #Logo2
{
	font-family: "Times New Roman", Times, serif;
	font-size:0.7vw;
	letter-spacing:7px;
	margin-top:-2px;
	text-decoration:none;
	color:#000;
	float:right;
	text-transform:uppercase;
	text-align:right;
}

#subMenuInner
{
	background: #FFF;
    width: 50%;
    padding: 2%;
		float:left;
	margin-left:25%;
    box-shadow: 2px 2px 50px #666;
	margin-top:-150%;
}
.btnCloseSub
{
    right: 22%;
	padding:5px;
    background-color: #FF0000;
    color: #FFF;
	margin-top:-4%;
    position: absolute;
    cursor: pointer;
    font-family: _Font_global;
}
.btnCloseSub:hover
{
	background-color: #000;
}
.btnCloseSub span
{
	font-size: 2vw;
	text-transform:uppercase;
	float:left;
}
.btnCloseSub i
{
	font-size: 2.2vw;
	margin-right:5px;
	float:left;
}
.blocSubMenu
{
	float:left;
	width:100%;
	font-family:_Font_global;
	position:relative;
}


.blocSubMenu img
{
	float:left;
	width:80%;
	margin-left: 10%;
	cursor:pointer;
}

.blocSubMenu span
{
	text-decoration:none;
	color:#25211e;
	float: left;
	text-transform:uppercase;
	text-align: center;
}

.blocSubMenu ul
{
	list-style:none;
}

.blocSubMenu ul li
{
}

.blocSubMenu a
{
	text-decoration:none;
	color:#25211e;
	font-size:2.2vw;
	text-align: center;
}

.blocSubMenu a:hover
{
	color:#666666;
}

#menuTop
{
	display:none;
	position:fixed;  width:100%; z-index:33; margin-top:50px; background-color:#000;
}

.onlyPc{
	display:none;
}
#_menu_inner
{
}

#_menu_inner nav
{
	float:left;
	width:100%
}
#_menu_inner_ul
{
	width:100%;
	list-style:none;
}

#_menu_inner_ul li
{
	float:left;
	cursor:pointer;
	width:70%;
	padding:2%;

	font-family: _Font_txt;
	background-color:#000;
	color:#FFF;
	font-size:2vw;
}

#_menu_inner_ul li:hover
{
}

#_menu_inner_ul li a
{
	font-size:3vw;
	color:#FFF;
	text-decoration:none;
}

#_menu_inner_ul li a:hover
{
	text-decoration:underline;
}

#menuHidded
{
	position:absolute;
	width:100%;
	z-index:22;
	top:-200px
}
#menuHiddedinner
{
    margin: 0px auto;
    padding: 1%;
    width: 24%;
    border-radius: 0px 0px 2vw 2vw;
    text-align: center;
    background-color: hsl(0, 0%, 0%);
}

#menuHidded i
{
font-size: 1.5vw;
    float: right;
    color: hsl(0, 0%, 100%);
    margin-left: 15px;
}

#H_Logo1
{
	font-family:_Font_logo;
	font-size:1.5vw;
	letter-spacing:1px;
	text-decoration:none;
	color:#FFFFFF;

}

#H_Logo2
{
	font-family: "Times New Roman", Times, serif;
	font-size:0.5vw;
	letter-spacing:7px;
	margin-top:-2px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
}

#bgVideo {
    width: 100%;
    height: 100%;
    background-size: cover;
}


._prodHomeDiapContainer
{
	width:100%;
	background-color:#FFF;
	float:left;
}
.__left
{
	float:left;
}
.__right
{
	float:right;
}
._prodHomeDiapDesc
{
	background-color:#e4e2e3;
	width:26%;
	padding:2%;
	height:400px;
	text-align:center;
}
._prodHomeDiapDesc .title
{
	font-family:_Font_logo;
	font-size:2.8vw;
	font-weight:lighter
}
._prodHomeDiapDesc p
{
	font-family: _Font_txt;
	font-size:1.4vw;
	width:96%;
	padding:2%;
	margin-bottom:20px;
}
._priceInner
{
	width:90%;
	padding:5%;
	text-align:center;
	font-family: _Font_txt;
	font-size:1.6vw;
}
._price0
{
	color:#bd9d6c;
	font-size:1.6vw;
}

._price1
{
	color:#333333;
	text-decoration:line-through;
	font-weight:bold;
}
._btnVoir
{
	background-color:#bd9d6c;
	color:#FFF;
	font-size:1.3vw;
	padding:5px;
	cursor:pointer;
font-family: _Font_txt;
	text-decoration:none;
}
._btnVoir:hover
{
	background-color:#000;
	color:#bd9d6c;
}
._prodHomeDiapPic
{
	width:70%;
	float:left;
	text-align:center;
}
._prodHomeDiapPic img
{
	max-height:400px;
	max-width:100%;
}

._matelasDescriptionInner
{
	width:100%;
}
._matelasDescriptionBloc
{
	width:46%;
	padding:2%;
	height:96%;
	float:left;
}
._matelasDescriptionBloc h1
{
	font-family:_Font_logo;
	text-align:center;
	font-size:2.8vwpx;
	font-weight:lighter
}
._matelasDescriptionBloc p
{
	font-family: _Font_txt;
	font-size:1.6vw;
	width:96%;
	padding:2%;
}



._convDesc
{
	width: 100%;
    float: left;
    height: 100%;
    padding-top: 5%;
    background-color: #c56340;
}
._convDescBloc
{
	width:48%;
	padding:1%;
	height:96%;
	float:left;
}
._convDescBloc h1
{
	font-family:_Font_logo;
	text-align:right;
	font-size:2.8vw;
	margin:0px;
	font-weight:lighter
}
._convDescBloc p
{
	font-family: _Font_txt;
	font-size:1.4vw;
	width:100%;
	text-align:right;
	padding:0px;
}

._convDescImg
{
	width:48%;
	padding:1%;
	float:left;
}



#optionsHome
{
	width:100%;margin-top: 20px;
	margin-bottom: 20px
}

.optionsHomeElement
{
	background-color:#fff;
	width:46%;
	padding:2%;
	text-align:center;
	color:#000;
	float:left;
	font-family: _Font_txt;
	font-weight: lighter;
  line-height: 1.2;
  font-size: 3vw;
	cursor:pointer;
}

.optionsHomeElement i
{
	color:#bd9d6c;
	font-size:8vw;
	width:100%;
	margin-bottom:10px;
	margin-top:2%;
}

.optionsHomeElement p
{
	display:none
}

.optionsHomeElement ul
{
	display:none
}

.optionsHomeElementMore
{
	background-color:#bd9d6c;
	width:23%;
	padding:1%;
	text-align:left;
	color:#404040;
	float:left;
	font-family: _Font_txt;
	font-weight: lighter;
    font-size: 1.3vw;
	cursor:pointer;
}

.optionsHomeElementMore i
{
	color: #404040;
    font-size: 1.6vw;
    width: auto;
    margin-bottom: 0px;
	margin-right:10px;
    margin-top: 0px;
}

.optionsHomeElementMore p
{
	display:block;
	color:#FFF;
	font-size:1vw;
}

.optionsHomeElementMore ul
{
	display:block;
	color:#FFF;
	font-size:1vw;
}

#reso
{
	width:98%;
	background-color:#FFF;
	padding:1%;
	text-align:center;
	font-family: _Font_txt;
	color:#000;
	font-size:1.4vw;

}

#reso h1
{
	font-family:_Font_logo;
	font-size:3vw;
	font-weight:lighter
}

#reso table
{
	margin:0px auto;
	padding-right:0.1vw;
	color:#FFF;
}

#reso .sep
{
	padding-right:0.1vw;
	color:#FFF;
	font-family: _Font_txt;
}

#reso i
{
	color:#000;
	font-size:5vw;
	padding-right:10px;
}


#footerPage
{
	border-top: dotted 1px #ccc;
	width:96%;
	background-color: #333;
	padding:2%;
	float:left;
	font-family: _Font_txt;
	color:#FFF;
	font-size:1.4vw;
	margin-top: 50px;
}

#footerPage p
{
	font-family:_Font_txt;
	font-size:3.5vw;
	text-transform:uppercase;
	font-weight:lighter;
	color:#F2F2F2;
}

#footerPage .blocLink
{
	float:left;
	width:48%;
	padding:1%;
}

#footerPage .blocLink p
{
	font-size:2.9em;
}

#footerPage .blocLink a
{
	font-size:2.2em;
	font-weight:lighter;
	font-family:_Font_global;
	color:#F2F2F2;
	text-decoration:none;
}

#footerPage .blocLink a:hover
{
	color:#CCC;
}

#donwBtn
{
	position:absolute;
	right:1%;
	bottom:1%;
	z-index:22;
}

@keyframes down {
    0% { opacity:0.4; }
    50% { opacity:0.8; }
	100% { opacity:0.4; }
}

#donwBtn i
{
	font-size:4vw;
	cursor:pointer;
	color:#bd9d6c;
	animation-name: down;
	animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#donwBtn i:hover
{
	color:#fff
}

#donwBtn i:hover
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
	 opacity:1;
}

#bloc
{
	clear:both;
}
#bl0
{
	width:100%;
	background-image:url(img/matelas.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
}

#bl0 h1
{
	font-size: 5vw;
	font-weight: lighter;
	color: #000;
	padding-left: 20px;
	font-family: _Font_txt;
}
#bl0 h2
{
	font-size: 4vw;
	font-weight: lighter;
	color: hsl(36, 38%, 58%);
	padding: 20px;
	margin-top: -14%;
	font-family: _Font_txt;
}
#bl0 p
{
	font-size: 2.9vw;
	  color: #fff;
	  padding-left: 20px;
	font-family: _Font_txt;
	margin-top: 50%;
  width: 90%;
}

#bl1
{
	background-image:url(img/sommier.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
}
#bl1 h1
{
	font-size: 4vw;
	font-weight: lighter;
	color: hsl(36, 38%, 58%);
	padding-left: 20px;
	font-family: _Font_txt;
}

#bl1 p
{
	font-size: 2.9vw;
  color: #fff;
	width: 90%;
  padding-left: 20px;
  font-family: _Font_txt;
}
#bl2
{
	float:right;
	background-image:url(img/magazin.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
#bl2 p
{
	display:none
}
#bl2 h1
{
	font-size: 5vw;
	font-weight: lighter;
	margin: 0px;
}
#bl3
{
	background-size: cover;
	 background-color:#000;
	 float:right;
}

#bl3 h1
{
	font-size: 12vw;
	font-weight: lighter;
	color: hsl(36, 38%, 58%);
	margin: 0px;
	font-family: _Font_txt;
	text-align: center;
}

#bl3 p
{
	margin-top: 20%;
	font-size: 3.4vw;
  color: #fff;
	text-align: center;
	font-family: _Font_txt;
}

.maskBloc
{
	width:100%;
	margin-top:5px;
	clear:both;
	overflow:hidden;
}
.maskBlocCont
{
}
.prodL,.prodR
{
	float:left;
}

.prodR .img
{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.prodR .txt
{
	width:96%;
	padding:2%;
	background-color:#FFF;
	color:#FFF;
	float:left
}
.prodL .img
{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.prodL .txt
{
	width:96%;
	padding:2%;
	background-color:#FFF;
	color:#FFF;
	float:left
}
.txt .title
{
	font-size: 3.5vw;
	font-weight: lighter;
	margin:0px;
	font-family: _Font_txt;
	color:#000;
}

.txt p
{
	font-size: 3vw;
	font-weight: lighter;
	font-family: _Font_txt;
	line-height:3.5vw;
	color:#000;
}

.txt a
{
	font-size: 2.2vw;
	font-weight: lighter;
	color: #000;
	font-family: _Font_txt;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #000;
	text-decoration: none;
	margin: 0px auto;
	float:right;
}

.propo
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}


.propo h2
{
	margin-top: 5%;
	font-size: 6vw;
	font-weight: lighter;
	color: #000;
	padding: 20px;
	font-family: _Font_txt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align:center;
}

.propo p
{
	font-size: 2.9vw;
	font-weight: lighter;
	color: #000;
	padding: 25px;
	text-align:center;
	font-family: _Font_txt;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5%;
}
.maskSlid
{
	width:100%;
	overflow:hidden;
	height:300px;
}
.maskSlidCont
{
}

.prdS
{
	float: right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

#titleSlider{
	margin:0px;
    font-size: 6vw;
    font-weight: lighter;
    color: #FFF;
    /*padding: 2%;*/
    font-family: _Font_txt;
      /* background-image: url(bg50.png); */
	text-shadow: 0px 0vw 1vw black;
    margin-top: 60%;
    /* margin: 0px auto; */
	margin-left:5%;
    width: fit-content;
}

#descSlider{
	position: relative;
    font-size:3.2vw;
    font-weight: lighter;
    color: #FFF;
    /*padding: 2%;*/
    font-family: _Font_txt;
     /* background-image: url(bg50.png); */
	text-shadow: 0px 0vw 1vw black;
	margin:0px;
	margin-left:5%;
    /* margin: 0px auto; */
    width: fit-content;
	margin-bottom:3%;
	line-height:4vw;
}

#aSlider{
	position: relative;
    font-size: 3.2vw;
    font-weight: lighter;
    color:hsl(36, 38%, 58%);
    padding: 1%;
    font-family: _Font_txt;
    background-image: url(bg50.png);
	margin:0px;
	margin-left:5%;
    /* margin: 0px auto; */
    width: fit-content;
	text-decoration:none;
}

#aSlider:hover{
    color:#fff;
}

#contSliderMask{
	position:absolute;
	width:100%;
	background-size: contain;
	background-image: url(img/maskDip.png)
}

#profile{
	position:relative;
	width:90%;
	margin-left:5%;
	margin-top:-10%;
	clear:both;
	float:left;
}

#profile img{
	width:30%;
	float:left;
	margin-right:2%;
	border:double 1.5vw #bd9d6c;
}
#profile h1
{
	font-size: 1.1em;
  font-weight: lighter;
  padding: 2%;
	text-transform:uppercase;
	background-color: #fff;
	color:#999;
  font-family:"Times New Roman", Times, serif;
}

#profile .btn1
{
	padding: 4px;
    font-size: 10px;
    background-color: #a9946a;
    width: 150px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: _Font_global;
    margin-top: 5px;
    margin-bottom: 5px;

    color: #FFF;
}

#profile .btn1:hover
{
	color:#FFF;
	background:#6f6258;
}

#profile ._descFaq
{
	font-size: 0.9em;
	font-weight: lighter;
	width:96%;
	padding: 0px;
	margin: 0px;
	padding-left: 3%;
	text-align:justify;
	color:#000;
	font-family: _Font_txt;
}
#profile ._descFaq p
{
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}


#profile h2
{
	font-size: 1em;
  font-weight: lighter;
  padding: 2%;
	text-transform:uppercase;
	background-color: #fff;
	color:#999;
  font-family:"Times New Roman", Times, serif;
}


#profile p
{
	font-size: 0.7em;
    font-weight: lighter;
	width:100%;
	text-align:justify;
	color:#000;
    font-family: _Font_txt;
}

.textuel{
	position:relative;
	width:95%;
	margin-left:5%;
	margin-top:-15%;
	clear:both;
	float:left;
}

.textuel img{
	width:15%;
	float:left;
	margin-right:1%;
	border:double 1.5vw #bd9d6c;
}
.textuel h1
{
	font-size: 2.2vw;
    font-weight: lighter;
    background-color: hsl(36, 38%, 58%);
    padding: 1%;
	color:#FFF;
    font-family: _Font_txt;
}

.textuel p
{
	font-size: 1.25vw;
    font-weight: lighter;
	width:95%;
	color:#000;
    font-family: _Font_txt;
}

.firsetOnglet{
	margin-top:-5%;
}
.onglet{
	position: relative;
    width: 90%;
    margin-bottom: 5%;
    margin-left: 5%;
    clear: both;
    float: left;
}

.onglet img{
	    width: 25%;
    float: left;
    margin-right: 1%;
}

.rightOnglet img{
	width: 25%;
    float: right;
    margin-right: 0%;
}

.onglet h1
{
	    font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: lighter;
    background-color: #000;
    padding: 1%;
    color: #FFF;
    margin-top: 0px;
    font-family: _Font_txt;
}

.onglet p
{
	font-size: 1.25vw;
    font-weight: lighter;
    width: 100%;
    color: #000;
    font-family: _Font_txt;
}
.promoSlider img{
	width:100%;
}

.footerInnerLogo{
	display:none
}

.footerInnerLogo .Logo1{
	font-size:1.3em;
	font-family:_Font_logo;
	letter-spacing:1px;
	text-decoration:none;
	color:#FFFFFF;
}


.footerInnerLogo .Logo2{
	font-size:0.5em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:7px;
	margin-top:-2px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	float:right;
}

#newsleters
{
	width: 80%;
    background-color: #FFF;
    padding: 5%;
    margin: 5%;
    border: solid 1px;
    text-align: center;
    font-family: _Font_txt;
    color: #000;
    font-size: 0.8em;
}

#newsleters .title
{
	font-family:_Font_txt;
	font-size:1.2em;
	font-weight:lighter;
	text-transform:uppercase
}

#newsleters p
{
	margin-top:1%;
}

#newsleters a
{
	font-size: 0.9em;
    font-weight: lighter;
    color: #000;
    font-family: _Font_txt;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #000;
    text-decoration: none;
    margin: 0px auto;
}

#mailNews{
	width: 80%;
    border: none;
    border-bottom: solid 1px;
    padding: 1%;
    margin: 1%;
    font-size: 1.1em;
    text-align: center;
    font-family: _Font_txt;
}


.blocContact
{
	font-family:_Font_txt;
	width:100%;
	margin-bottom:10%;
	float:left;
}

.rightOne{
	margin-right:0px;
}

.adressesCnt
{
	width:100%;
	float:left;
	background-color:#FFFFFF;
}

._cntImg
{
	float:left;
	border:none;
	width:100%;
	height:200px;
	background-size:cover;
}


._cntImgMask{
	position:absolute;
	width:100%;
	background-size: contain;
	height:200px;
	background-image: url(img/maskDip.png)
}

._cntVille
{
	font-size:0.7em;
	color:#999999;
}

._cntMag
{
	font-size:1.3em;
	color:#000;
	text-transform:uppercase;
}

.cntTxt
{
	color:#000000;
	font-size:0.8em;
}

.cntTxt .info
{
	font-size:12px;
	color:#d83531;
}
.mapCnt
{
	width:100%;
	float:right;
}
.mapCnt iframe
{
	width:100%;
	min-height:100%;
}
.mapCnt .btn1
{
	background-color:#000000;
	padding:2px;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin:5px;
	cursor:pointer;
	text-decoration:none;
}

.mapCnt .btn1:hover
{
	background-color:#666666;
}

._cntHoraire
{
	width:90%;
	padding:5%;
	position:relative;
	background-color:#f1f1f1;
	color:#000000;
	font-size:0.7em;
	margin-top:1%;
	margin-bottom:2%;
}

#_formulaire
{
	display:none;
	background-color:#FFFFFF;
}

#_formulaire_inner
{
	width:90%;
	margin:0px auto;
}

#_formulaire_inner_left
{
	float:left;
	width:50%;
	background-image:url(../../../_images/_promoimg.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:330px;
}

#_formulaire_inner_right
{
	float:right;
	width:50%;
	font-family:_Font_global;
	font-size:12px;
}

#_formulaire_inner_right h2
{
	font-size:22px;
	font-weight:lighter;
	color:#000;
	text-transform:uppercase;
}

#_formulaire_inner_right h3
{
	font-size:12px;
	font-weight:lighter;
	color:#666666;
}

#_formulaire_inner_right select
{
	font-size:12px;
font-family:_Font_global;
}

#_formulaire_inner_right input
{
	font-size:12px;
	font-weight:lighter;
	color:#000;
	width:98%;
	height:14px;
	margin:1%;
}

.prodBloc
{
	width:100%;
	background-color:#FFF;
	background-position:center center;
	text-align:center;
	background-repeat:no-repeat;
	font-family:_Font_global;
	float:left;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	margin-bottom:20px;
}

.prodBloc h2
{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:15px;
}

.prodBloc .tags
{
	float:left;
	margin-top:52%;
	width:98%;
	height:45px;
	margin-left:1%;
}

.prodBloc .info
{
	margin:0px auto;
}

.prodBloc .isLimited
{
	background:#000;
	padding:4px;
	position:absolute;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
}

.prodBloc .isLivraison
{
	margin-left: 7%;
	background:#d6c7ab;
	padding:5px;
	position:absolute;
	float:left;
	color:#000;
	font-size:10px;
	text-transform:uppercase;
}

.prodBloc .tag
{
	font-size:10px;
	text-transform:uppercase;
	margin-right:5px;
	font-size:9px;
	color:#666;
}

.prodBloc .tag .tagtxt
{
	padding:4px;
	line-height:2.7;
}

.prodBloc .tag .space
{
	background:#FFF;
	padding:1px;
}

.prodBloc .options
{
	float:left;
	width:98%;
	margin-left:1%;
	margin-top:5px;
}

.prodBloc .options .btnFav
{
	text-transform:uppercase;
	font-size:11px;
	text-decoration:underline;
	font-family:_Font_global;
	float:left;
	font-weight:bold;
	padding:1%;
	width:22%;
	margin:1%;
}

.prodBloc .options .btnDet
{
	display: none;
}

.prodBloc .options .btnDet:hover
{
	background-color:#000;
	color:#FFF;
}

.prodBloc .options .btnPrix
{
	text-transform:uppercase;
	font-size:13px;
	font-family:_Font_global;
	float:left;
	font-weight:bold;
	padding:1%;
	width:29%;
	margin:1%;
}

.prodBloc .btnPrix .barre
{
	font-size: 13px;
    font-weight: lighter;
    line-height: 0px;
    margin-top: -10px;
    text-decoration: line-through;
}

.survoleCatalogue
{
	display:none;
}
.descRef{
	display:none;
}

#menuByIcone{
	display:none
}

.header #menuByIcone{
	display: block;
    float: left;
    background-color: #000;
    clear: both;
    width: 96%;
    padding: 2%;
    margin-top: -20px;
	font-family:_Font_txt;
}
.header #menuByIcone a{
	font-family:_Font_txt;
	color:#FFF;
	text-decoration:none;
	float:left;
	width:33%;
	text-align:center;
	font-size:0.7em;
	text-transform:uppercase;
}
.header #menuByIcone i {
	font-size:6vw;
	margin:10%;
	color:#FFF;
}

.btnPrixPromo
{
	text-transform:uppercase;
	font-size: 20px;
	color:#000000;
	padding:1%;
	width:90%;
	margin:0px auto;
	margin-top:75%;
	line-height:24px;
}
.btnPrixPromo .barre
{
	font-size: 13px;
    font-weight: lighter;
    margin-top: -25px;
	color:#25211e;

}
.btnPrixPromo .barre span
{
	font-size: 14px;
	 text-decoration: line-through;
}
.xfois {
	font-size:12px;
	text-transform:lowercase;
	color: #000;
}
.listOfRegion{
	float: left;
    width: 98%;
    padding: 2%;
	margin-top:-25px;
}
.listOfRegion h2{
	font-size: 0.9em;
	color: #000;
	font-family:_Font_txt;
	font-weight:lighter;
	text-transform: uppercase;
}
.region{
	padding: 4px;
	letter-spacing: 0px;
	margin-bottom:1px;
	font-size: 9px;
	background-color: #F2F2F2;
	width:auto;
	cursor: pointer;
	text-transform: uppercase;
	font-family: _Font_global;
	margin-right:1px;
	color: #000;
	float:left;
}
.actif{
	background-color: #000;
	color:#FFF;
}
.region:hover{
	 background-color: #666;
	 color:#FFF;
}


#suivreCmd
{
	width: 80%;
    background-color: #FFF;
    padding: 5%;
    margin: 5%;
    border: solid 1px;
    text-align: center;
    font-family: _Font_txt;
    color: #000;
    font-size: 0.9em;
}

#suivreCmd h1
{
	font-family:_Font_txt;
	font-size:1.3em;
	font-weight:lighter;
	text-transform:uppercase
}

#suivreCmd p
{
	margin-top:1%;
}

#suivreCmd a
{
	font-size: 0.9em;
    font-weight: lighter;
    color: #000;
    font-family: _Font_txt;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #000;
    text-decoration: none;
    margin: 0px auto;
}

#suivreCmd input{
	width: 90%;
  border: none;
  border-bottom: solid 1px;
  padding: 1%;
  margin: 1%;
  font-size: 0.9em;
  text-align: center;
  font-family: _Font_txt;
}

#suivreCmd textarea{
	width: 90%;
  border: none;
  padding: 1%;
  margin: 1%;
  font-size: 0.9em;
  text-align: center;
  font-family: _Font_txt;
}


._plan_inner {
	color: #000;
	width: 88%;
	padding: 1%;
	float: left;
	font-size: 1em;
  text-align: center;
  font-family: _Font_txt;
}
._plan_inner h3
{
	font-family:_Font_txt;
	font-size:1.5em;
	font-weight:lighter;
	text-transform:uppercase;
	color: "#000000";
}

._plan_inner a
{
	font-family:_Font_txt;
	font-size:0.9em;
	font-weight:lighter;
}

#VideoDetail{
	width: 100%;
	background-color: #a99467;
	color: #fff;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#VideoDetail ._descVideo{
	width: 96%;
	padding: 2%;
	font-family:_Font_txt;
	font-size:0.9em;
	font-weight:lighter;
	text-transform:uppercase;
	text-align: center;
}

#VideoDetail ._descVideo .more{
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:lighter;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	border-top: solid 1px #fff;
	text-transform: lowercase;
}

#VideoDetail video{
	width: 100%;
}


.dimenssionBloc{
	margin-top: 10px;
	width: 19%;
	float: left;
	height: 100%;
	margin-left: 1%;
	background-repeat: no-repeat;
	background-size: cover;
}
.dimenssionBloc .title{
	font-size: 2vw;
  margin-top: -20px;
  text-align: center;
	margin-left: 10px;
	float: left;
	margin-left: 0px auto;
  font-weight: bolder;
}

.dimenssionBloc .pos1{
	font-size: 2.6vw;
    text-align: center;
		margin-top: -5px;
    width: 100%;
    float: right;
    font-weight: bolder;
}

.dimenssionBloc .pos2{
	font-size: 2.5vw;
	float: right;
	margin-top: 24px;
	font-weight: bolder;
	transform: rotate(-90deg);
}

.dimenssionBloc .pos3{
	font-size: 2.6vw;

    float: right;
    font-weight: bolder;
		margin-right: 18px;
    margin-top: 60%;
}

.dimenssionBloc .pos4{
	font-size: 2.6vw;
    float: left;
		margin-left: 9px;
    margin-top: 15px;
    font-weight: bolder;
    transform: rotate(-90deg);
}


.blocTextuelScrolable
{
	width: 90%;
	padding: 5%;
	background-color: #FFF;
}
.blocTextuelScrolable .title
{
	margin-top: 0%;
  font-size: 1.1em;
  color: #000;
  line-height: 1;
  font-family: _Font_txt;
  text-transform: uppercase;
}

.blocTextuelScrolable .innerDiv {
	font-size: 0.9em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  font-family: _Font_txt;
  margin-top: 0px;
  padding-top: 0px;
	overflow: hidden;
	height: 70px;
}

.blocTextuelScrolable .showMore {
	font-size: 0.9em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  position: absolute;
  width: 90%;
  text-align: center;
  margin-top: -65px;
  font-family: _Font_txt;
  background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  height: 70px;
}

.blocTextuelScrolable .showMore a{
	position: absolute;
  font-size: 0.8em;
	text-decoration: none;
	color: #000;
  padding-top: 65px;
  font-weight: bold;
	text-transform: uppercase;
}

.blocTextuelScrolableList
{
	width: 90%;
	padding: 5%;
	padding-top: 5%;
	padding-bottom: 3%;
	background-color: #FFF;
}
.blocTextuelScrolableList .title
{
	margin-top: 0%;
  font-size: 1.1em;
  color: #000;
  font-family: _Font_txt;
	font-weight: lighter;
}

.blocTextuelScrolableList .innerDivL {
	font-size: 0.85em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  font-family: _Font_txt;
  margin-top: 30px;
  padding-top: 0px;
	overflow: hidden;
	height: 00px;
	border-bottom: dotted 1px #CCC
}

.blocTextuelScrolableList .innerDivL img{
	width: 100%;
	height: auto;
}

.blocTextuelScrolableList .showMoreL {
	font-size: 1em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  font-family: _Font_txt;
	float: right;
}

.blocTextuelScrolableList .showMoreL a{
	text-decoration: none;
	color: #000;
}


#fancybox-close {
    background-color: #a9946a;
    font-family: _Font_txt;
    color: #000;
    padding: 3px !important;
		top: -35px !important;
		right:-5px !important;
    font-size: 12px;
    background-image: none;
}

.blocTextuelScrolable h2
{
	margin-top: 5%;
    font-size: 6vw;
    font-weight: lighter;
    color: #000;
    padding: 20px;
    font-family: _Font_txt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
		text-transform: uppercase;
}

.blocTextuelScrolable .homeCatalogueProdItem {
	width: 90%;
	float: left;
	margin: 5%;
	}
.blocTextuelScrolable .homeCatalogueProdItem img {
	width: 100%;
	}
.blocTextuelScrolable .homeCatalogueProdItem  h1 {
	font-size: 1.2em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  font-family: _Font_txt;text-align: center;
	margin-top: -30%;
}
.blocTextuelScrolable .homeCatalogueProdItem  h2 {
	font-size: 0.8em;
  font-weight: lighter;
  color: #000;
  padding: 0px;
  font-family: _Font_txt;
text-transform: lowercase;
}
#cookie-alert {
  position: fixed;
    background-color: #a9946a;
    padding: 1%;
    z-index: 300000;
    /* border-radius: 10px; */
    bottom: 0px;
    color: #000;
    font-family: _Font_txt;
    box-shadow: 1px -2px 10px black;
}

#cookie-alert p{
    padding: 5px;
    font-size: 11px;
}

#cookie-alert span{
    font-size: 15px;
    font-weight: bold;
}
#cookie-alert .accept_btn{
  position: relative;
      background-color: #000;
      float: right;
      color: hsl(36, 38%, 58%);
      cursor: pointer;
      font-size: 16px;
      padding: 12;
  }
  .prd_descHome {
	font-family: _Font_txt;
    font-size: 0.8em;
    text-align: center;
  }

  .prd_priceHome {
	font-family: _Font_txt;
    font-size: 18px;
    text-align: center;
	width: 100%;
	text-transform: lowercase !important;
	display: block;
	color: #a9946a;
	font-weight: bold;
  }
  .prd_priceHomeOld{
	font-family: _Font_txt;
    font-size: 13px;
    text-align: center;
	width: 100%;
	display: block;
	text-decoration: line-through;
  }
  .homeVideoContainer {
  overflow: hidden;
}
  #homeVideo0 {
	height: 600px;
	margin-left: 0px;
  }

  #homeVideo1 {
	width: 100%;
  }