*{
	margin:0;
	padding:0;
}

@font-face
{
	font-family: _Font_roboto;
	src: url('font/Roboto-Light.ttf');
}
#sp{display: none;}
hr
{
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(169, 148, 106, 0), rgba(169, 148, 106, 1), rgba(169, 148, 106, 0));
	width:20%;
	margin:0px auto;
	margin-top:30px;
	margin-bottom:30px;
}

@font-face
{
	font-family: _Font_global;
	src: url('font/Roboto-Light.ttf');
}

@font-face
{
	font-family: _Font_Title;
	src: url('font/Roboto-Thin.ttf');
}

@font-face
{
	font-family: _Font_menu;
	src: url('font/Roboto-Light.ttf');
}

@font-face
{
	font-family: _Font_link;
	src: url('font/Roboto-Light.ttf');
}


@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');
}



/* CORPS DE LA PAGE */

/* HEADER */
body
{
	background:#fff;
}

header
{
	position:fixed;
	z-index:21;
	width:100%;
	height:100px;
	background-color:#000;
}

#header_inner
{
	width:98%;
	height:100px;
	margin:0px auto;
}

#header_inner_logo
{
	margin:0px auto;
	width:25%;
}

#header_inner_logo img
{
	width: 100%;
	margin-top: 10px;
	text-decoration:none
}


#header_inner_adresse
{
	margin-left:20px;
	text-align:right;
	float:right;
	font-family:_Font_global;
}

#header_inner_adresse a
{
	display:none;
}
#header_inner_adresse .adresse1
{
	margin-top:15px;
	font-size:13px;
	font-style:normal;
	color:#FFFFFF;
}

#header_inner_adresse .adresse2
{
	font-size:11px;
	color:#CCCCCC;
	font-style:normal;
}

#header_inner_adresse .adresse3
{
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
}

/* FIN HEADER */

section
{
	width:100%;
}

.global
{

}

/* MENU */
#_menu
{
	height:25px;
	background-color:#FFFFFF;
	font-family:_Font_menu;
}

#_menu_inner
{
	clear:both;
}

#_menu_inner nav
{
	float:left;
}
#_menu_inner_ul
{
	margin-top:6px;
	width:100%;
	list-style:none;
}

#_menu_inner_ul li
{
	float:left;
	cursor:pointer;
	padding:7px;
	font-family:_Font_menu;
}

#_menu_inner_ul li:hover
{
}

#_menu_inner_ul li a
{
	font-size:0.85em;
	font-weight: lighter;
	text-transform: uppercase;
	color:#fff;
	text-decoration:none;
}

#_menu_inner_ul li a:hover
{
	text-decoration:underline;
}
#subMenu
{
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 100px;
	border-bottom:#333333 10px solid;
	display:none;
}
.btnCloseSub
{
	font-size:17px;
	right:0px;
	width:20px;
	height:20px;
	background-color:#25211e;
	color:#FFFFFF;
	position:absolute;
	float:right;
	border-radius:50%;
	cursor:pointer;
	font-family:_Font_link;
	text-align:center;
}
.blocSubMenu
{
	float:left;
	width:19.9%;
	font-family:_Font_link;
	position:relative;
}


.blocSubMenu img
{
	float:left;
	width:100%;
	cursor:pointer;
}

.blocSubMenu span
{
	text-decoration:none;
	color:#25211e;
	padding:4px;
	line-height:15px;
}

.blocSubMenu ul
{
	list-style:none;
}

.blocSubMenu ul li
{
	height:18px;
}

.blocSubMenu a
{
	text-decoration:none;
	color:#a9946a;
	font-size:0.85em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	position: absolute;
width: 100%;
}

.blocSubMenu a:hover
{
	color:#FFF;
}
/* FIN MENU */
section
{
	clear:both;
	float:left;
}
/* DIAPO */
#videoHome
{
	position:absolute;
	width:100%;
	margin-top:51px;
	z-index:4;
	background-color:#25211e;
}

#videoHome video
{
	height:100%;
	width:100%;
}

#videoMag
{
	position:relative;
	width:100%;
	z-index:4;
	background-color:#25211e;
}

#videoMag video
{
	height:100%;
	width:100%;
}

#gloabalDIV
{
	padding: 1.5%;
    float: left;
    position: relative;
    width: 97%;
    background: #FFF;
}
#_diapo
{
	margin-top:100px;
	width:100%;
	clear:both;
	height:200px;
	position:fixed;
}
#_diapo ._diapo_img
{
	height:200px;
	background-size: 100% 100%;
	position:absolute;
}
/* FIN DIAPO */



#logoMag
{
	position:relative;
	width:70%;
	margin-top:10px;
	text-align:center;
	padding:5%;
	border-radius:10px;
	font-size:16px;
	background:#25211e;
	cursor:pointer;
	color:#FFF;
}


#popup_Promo
{
	display:none;
	width:100%;
	min-height:100%;
	position:fixed;
	background-image:url(../../../_images/_bgPromo.png);
	background-repeat:repeat;
	z-index:101;
}

#popup_Home_Adresses
{
	width:100%;
	min-height:100%;
	position:fixed;
	background-image:url(../../../_images/bg80black.png);
	background-repeat:repeat;
	z-index:100;
}

#popup_Home_Adresses_inner
{
	width:40%;
	margin:0px auto;
	margin-top:4%;
	min-height:20%;
	background-color:#FFF;

}

#popup_Home_Adresses_container
{
	width:90%;
	padding:5%;
	min-height:100%;
	font-family:_Font_global;
	font-size:14px;
	color:#666;
}

#popup_Home_Adresses_container ul
{
	width:100%;
	font-family:_Font_global;
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

#popup_Home_Adresses_container ul ._inactif
{
	width:94%;
	padding:3%;
	background-color:#f1f1f1;
	margin-top:1%;
	color:#25211e;
	font-size:11px;
	cursor:pointer;
	border-bottom:1px solid #999;
	text-transform:uppercase;
}

#popup_Home_Adresses_container ul ._inactif:hover
{
	background:#333;
	color:#FFF;
}

#popup_Home_Adresses_container ul ._actif
{
	width:94%;
	padding:3%;
	margin-top:1%;
	background:#333;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
	border-bottom:1px solid #fff;
}

._villeTitle
{
	font-size:18px;
	font-weight:bold;
}

._magasinTitle
{
	font-size:14px;
	font-weight:bolder;
	color:#666
}

#_titrePage
{
	position:relative;
	margin-bottom:10px;
	width:100%;
	background-color:#FFF;
	margin-top:100px;
}

#_titrePage_inner
{
	width:90%;
	margin:0px auto;
	padding:2%;
	background-color:#FFF;

}

#_titrePage_inner h1
{
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color:#5e5b58;
    font-weight: lighter;
    line-height: 20px;
	text-transform:uppercase;
}

#_titrePage_inner ._liensArbre
{
	display:none;
	font-family:_Font_global;
	color:#6f6258;
	font-size:12px;
	text-transform:lowercase;
}

#_titrePage_inner ._liensArbre  a
{
	text-decoration:none;
	color:#6f6258;
}

#_titrePage_inner .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;
}

#_titrePage_inner .btn1:hover
{
	color:#a9946a;
	background:#6f6258;
}


#_titrePage_inner a
{
	text-decoration:none;
}
#_corpPage
{
	width:100%;
	background-color:#f1f1f1;
	position:relative;
	padding-top:3%;
	padding-bottom:3%;
}

#_corpPage_inner
{
	margin-top:5%;
	margin-bottom:5%;
	width:86%;
	margin:0px auto;
	padding:2%;
	background-color:#FFF;
	float:left;
	margin-left:5%;
	font-family: _Font_global;

}

.prodBloc
{
	width:33%;
	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 h1
{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:20px;
}

.prodBloc .tags
{
	float:left;
	margin-top:55%;
	width:98%;
	height:45px;
	margin-left:1%;
}

.prodBloc .info
{
	margin:0px auto;
}

.prodBloc .isLimited
{
	background:#25211e;
	padding:4px;
	position:absolute;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
}

.prodBloc .isLivraison
{
	background:#d83531;
	padding:4px;
	position:absolute;
	float:left;
	color:#FFFFFF;
	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
{
	background:#f0f0f0;
	padding:4px;
	line-height:2.7;
}

.prodBloc .tag .space
{
	background:#FFF;
	padding:1px;
}

.prodBloc .options
{
	float:left;
	width:98%;
	margin-left:1%;
	margin-top:25px;
}

.prodBloc .options .btnFav
{
	color:#FF0000;
}

.prodBloc .options .btnDet
{
	width:38%;
	font-size:12px;
	background-color:#25211e;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:60%;
	padding:5px;
}

.prodBloc .options .btnDet:hover
{
	background-color:#6f6258;
	color:#FFF;
}

.btnPrix
{
	text-transform:uppercase;
	font-size:18px;
	font-family:_Font_global;
	font-weight:bold;
	padding:1%;
	width:35%;
	margin:0px auto;
	margin-top:80%;
}

.btnPrix .barre
{
	font-size: 13px;
    font-weight: lighter;
    line-height: 0px;
    margin-top: -10px;
    text-decoration: line-through;
}

.btnPrixPromo
{
	text-transform:uppercase;
	background-color:#d6c7ab;
	color:#000000;
	padding:1%;
	width:28%;
	margin:0px auto;
	margin-top:80%;
	line-height:24px;
}
.btnPrixPromo .barre
{
	font-size: 13px;
    font-weight: lighter;
    margin-top: -25px;
	color:#25211e;
}
.btnPrixPromo .barre span
{
	font-size: 12px;
	 text-decoration: line-through;
}
.dropDownFiltre
{
	font-family:_Font_global;
	float:right;
	font-size:12px;
	margin-left:5px;
}

.blocContactFull
{
	font-family:_Font_global;
	width:48%;
	float:left;
}

.adressesCntFull iframe
{
	width:100%;
}

.adressesCntFull
{
	width:100%;
	float:left;
	background-color:#FFFFFF;
}


.mapCntFull
{
	width:100%; min-height:330px;
}

._cntMagFull
{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    font-family: _Font_global;
    clear: both;

}

._cntMagFull h1
{
	border-bottom: solid 1px #a9946a;
	font-family:"Times New Roman", Times, serif;
	width:45%;
   text-transform: uppercase;
	font-size:22px;
	color:#5e5b58;
	font-weight:lighter;
	padding-bottom:10px;
}
.mapCntFull .btn1
{
	background-color:#25211e;
	padding:2px;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin:5px;
	cursor:pointer;
	text-decoration:none;
}

.blocContact
{
	font-family:_Font_global;
	width:100%;
	min-height:150px;
	margin-bottom:15px;
	border-bottom:dotted #CCCCCC 1px;
	float:left;
}

.adressesCnt
{
	width:70%;
	float:left;
	background-color:#FFFFFF;
}

._cntImg
{
	float:left;
	margin-right:1%;
}

._cntVille
{
	font-size:16px;
	color:#999999;
}

._cntMag
{
	font-size:18px;
	color:#25211e;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

.cntTxt
{
	font-family:_Font_roboto;
	color:#25211e;
	font-size:13px;
}

.cntTxt .info
{
	font-family:_Font_roboto;
	font-size:11px;
	color:#d83531;
}
.mapCnt
{
	width:25%;
	float:right;
}

.mapCnt .btn1
{
	background-color:#25211e;
	padding:2px;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin:5px;
	cursor:pointer;
	text-decoration:none;
}

.mapCnt .btn1:hover
{
	background-color:#666666;
}

._cntHoraire
{
	width:96%;
	padding:2%;
	position:relative;
	background-color:#f1f1f1;
	color:#25211e;
	font-size:12px;
	margin-top:5px;
	margin-bottom:15px;
}

#_formulaire
{
	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_roboto;
	color:#25211e;
	font-size:13px;
}

#_formulaire_inner_right h2
{
	font-size:18px;
	font-weight:lighter;
	color:#25211e;
	font-family:"Times New Roman", Times, serif;
	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:#25211e;
	width:98%;
	height:14px;
	margin:1%;
}
._btn1
{
	font-family:_Font_global;
	background-color:#FFF;
	border:solid 1px #25211e;
	padding:8px;
	color:#25211e;
	float:right;
	font-size:14px;
	margin:5px;
	cursor:pointer;
	text-decoration:none;
}
.spanClasique
{
	font-family:_Font_link;
	font-size:13px;
	line-height:16px;
	font-weight:lighter;
	width:100%;
	text-align:justify;
}


#maskPage
{
	width:100%;
	overflow:hidden;
}

#maskPageInner
{
	position:relative;
	float:left;
}

.maskPageElement
{
	width:100%;
	float:left;
}

.maskPageElement video
{
	width:50%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#ongletsPage
{
	width:100%;
	height:40px;
	border-bottom:5px solid #25211e;
	width:90%;
	margin:0px auto;
}
.oneOnglet
{
	width:19%;
	height:30px;
	background:#6f6258;
	color:#d6c7ab;
	padding:0.5%;
	float:right;
	cursor:pointer;
	font-family:_Font_global;
}

#oneOngletAct
{
	background:#25211e;
}

.oneOnglet:hover
{
	background:#25211e;
}

.oneOnglet i
{
	font-size:15px;
	float:left;
	margin-right:5px;
	color:#FFF;
}

.oneOnglet ._titre
{
	font-size:14px;
	line-height:10px;
	text-transform:uppercase;
	color:#FFF;
}
.oneOnglet ._sub
{
	font-size:12px;
	color:#d6c7ab;
}

.imgPage
{
	width:50%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


/*DIAPO PRODIUIT ACCUEIL*/

.generiqueDiapoDIV
{
	width:50%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.generiqueDiapo
{
	width:100%;
	height:100%;
	overflow:hidden;

}

.generiqueDiapo_container
{
	position:relative;
	height:100%;
}

.generiqueDiapo_item
{
	width:100%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
}

.generiqueDiapoBtn
{
	left:5%;
	z-index:3;
	height:25px;
}

.generiqueDiapoBtn .circle
{
	width:10px;
	height:10px;
	margin:5px;
	cursor:pointer;
	float:left;
	background-color:#999999;
	border-radius:50%;
	cursor:pointer;
}

.generiqueDiapoBtn .circle:hover
{
	background-color:#25211e;
}


.generiqueDiapoBtn .circleActif
{
	width:10px;
	height:10px;
	margin:5px;
	cursor:pointer;
	float:left;
	background-color:#25211e;
	border-radius:50%
}

#lngPanel
{
	top:15px;
	right:1%;
	position:absolute;
	font-family:_Font_global;
	font-size:11px;
	color:#6f6258;

}

#lngPanel a
{
	color:#d6c7ab;
	text-decoration:none;
}


#lngPanel a:hover
{
	color:#6f6258;
	text-decoration:none;
}

#lngPanel .sepLng
{
	padding:5px;
}

#lngDRAP img
{
	margin-top:4px;
	margin-left:2px;
}

#SUB_lngDRAP
{
	display:none;
	padding:3px;
	background-color:#FFF;
	opacity:0.9;
	position:absolute;
}


#lngPanel_Home
{
	float:right;
}

#lngDRAP_Home {
    width: 32px;
    height: 21px;
    background-image: url(../../../_images/lng_Home.jpg);
    float: left;
}

#lngDRAP_Home img
{
	margin-top:4px;
	margin-left:2px;
}

#SUB_lngDRAP_Home
{
	display:none;
	padding:3px;
	background-color:#FFF;
	opacity:0.9;
	position:absolute;
}


#infoMsg
{
	width:45%;
	margin-top:100px;
	display:none;
	position:absolute;
	border-radius:15px;
	font-size:13px;
	font-family:_Font_global;
	float:right;
	font-weight:lighter;
	background:#25211e;
	background-repeat:repeat;
}

#infoMsgInner
{
	margin:20px;
	color:#FFFFFF;
}

#infoMsgInner b
{
	font-size:20px
}

#infoMsgInner i
{
	font-size:28px;
	float:left;
	margin-right:10px;
}

#_faq_inner
{

}
#_faq_inner h1
{
    font-size: 20px;
	color:#5e5b58;
	font-weight:lighter;
    font-weight: lighter;
    text-transform: uppercase;
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
}

#_faq_inner #_descFaq
{
	margin-bottom:20px;
	width:95%;
	margin-left:5%;
	font-family: _Font_link;
    font-size: 14px;
}

._part_inner
{
	width:22%;
	margin:0.5%;
	height:15px;
	padding:1%;
	min-height:50px;
	float:left;
	border-bottom:dotted 2px #CCC;
}
._part_inner h1
{
    font-size: 22px;
	color:#25211e;
    font-weight: lighter;
    text-transform: uppercase;
	font-family:_Font_global;
}

._part_inner ._descPart
{
	width:95%;
	font-family: _Font_link;
    font-size: 12px;
	font-weight:lighter;
	color:#666;
}
._part_inner a
{
	text-decoration:none;
	color:#25211e:
}

._part_inner a:hover
{
	text-decoration:none;
	color:#333:
}

._news_inner
{
	width:24%;
	margin:0.5%;
	float:left;
	border:solid 1px #CCC;
}

._news_inner img
{
	width:100%;
}

._news_inner .desc
{
	height:130px;
	padding:5%;
}

._news_inner h1
{
    font-size: 22px;
	color:#25211e;
    font-weight: lighter;
    text-transform: uppercase;
	font-family:_Font_global;
}

._news_inner h2
{
    font-size: 12px;
	padding:3px;
	color:#FFF;
	position:absolute;
	margin-top:-40px;
	background-color:#6f6258;
    font-weight: lighter;
    text-transform: uppercase;
	font-family:_Font_global;
}

._news_inner ._descPart
{
	width:100%;
	margin-top:10px;
	font-family: _Font_global;
    font-size: 12px;
	font-weight:lighter;
	color:#000;
}
._news_inner a
{
	text-decoration:none;
	color:#25211e:
}

._news_inner a:hover
{
	text-decoration:none;
	color:#333:
}


.NoResult
{
		font-family:_Font_global;
		font-size:15px;
		text-transform:uppercase;
}
.survoleCatalogue
{
	position:absolute;
	background-image:url(../../../_images/bg20black.png);
	display:none;
}

#videoPOPUP
{
	width:768px;
	height:432px;
}
#_videoHomeMediaPOPUP
{
	width:100%;
	height:100%;
}
#menuIcon
{
	display:none;
}
.btnSubIphone
{
	display:none;
}
#_menu_inner_ul .btnSubIphone a
{
}
.btnSubIphone i
{
}
.iphoneInvisible
{
}

.filterCatalogueItems
{
	float:left;
	margin-bottom:10px;
	margin-top:5px;
}

.citem
{
    background-color: #f1f1f1;
    color: #999999;
    font-size: 10px;
    text-transform: uppercase;
    margin: 1px;
    position: relative;
    padding: 5px;
    float: left;
	cursor:pointer;
    font-family: _Font_global;
}

.citemA
{
    background-color: #f1f1f1;
    color: #25211e;
    font-size: 10px;
    text-transform: uppercase;
    margin: 1px;
    position: relative;
    padding: 5px;
    float: left;
	cursor:pointer;
    font-family: _Font_global;
}

#eKomiSeal_default
{
    margin-left: -70px;
    margin-top: -40px;
    position: absolute;
}

._plan_inner
{
	width:50%;
	float:left;
}
._plan_inner h1
{
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
	margin-bottom:10px;
	font-family:_Font_global;
}

._plan_inner ._lien
{
	margin-left:5%;
	font-family: _Font_link;
    font-size: 12px;
	text-decoration:none;
	color:#666;
	text-transform:uppercase;
}

._plan_inner ._sublien
{
	margin-left:7%;
	font-family: _Font_link;
    font-size: 12px;
	text-decoration:none;
	color:#666;
}

.fleft
{
	position: absolute;
    width: 20px;
    text-align: center;
    opacity: 0.8;
    padding: 20px;
    z-index: 30;
    background: #25211e;
	cursor:pointer;
	background: #6f6258;
	color:#FFFFFF;
}
.fleft:hover
{
	 opacity: 1;
}
.fright
{
	position: absolute;
    width: 20px;
	cursor:pointer;
    text-align: center;
    opacity: 0.8;
    padding: 20px;
    right: 0px;
    z-index: 30;
    background: #6f6258;
	color:#FFFFFF;
}
.fright:hover
{
	 opacity: 1;
}



footer
{
	width:100%;
	position:relative;
	background-color:#000;
	float:left;
	padding-bottom: 10px;
	clear:both;
}

#footer_inner
{
	width:95%;
	margin:0px auto;
	font-family:_Font_global;
	font-size:12px;
	color:#FFF;
}
.footer_b1
{
	width:20%;
	float:left;
}

#footer_b2
{
	width:50%;
	float:left;
}

#footer_b3
{
	width:30%;
	padding-top:20px;
	float:right;
	margin-bottom: 10px
	font-size:11px;
	color:#d6c7ab;
}

.blocClassic
{
	padding-top:20px;
	text-align:justify;
	width:100%;
	float:left;
	color:#FFF;
}

.blocClassic_2
{
	padding:2%;
	width:45%;
	float:left;
}

.titrefooter
{
	width:100%;
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:1.3em;
	font-family: times;
	font-weight: lighter;
	text-transform:uppercase;
}


#footer_inner a
{
	font-size: 1.2em;
	text-decoration:none;
	color:#FFF;
	line-height:1.3em;
}

#footer_inner a:hover
{
	text-decoration:underline;
	color:#CCC;
}

#newsletter
{
	position:relative;
	width:100%;
	margin-top:10px;
	background-color:#FFFFFF;
	border-radius:5px;
	float:left;
	border:solid 1px #CCC;
}

#newsletter input
{
	float:left;
	width:75%;
	font-size:11px;
	color:#666666;
	border:none;
	margin:5px;
}
#newsletter i
{
	font-size:20px;
	color: #000;
	cursor:pointer;
	margin-top: 5px;
	margin-right:3px;
}

#resoSocio
{
	position:relative;
	width:70%;
	margin-top:10px;
	margin-bottom: 20px;
}

#resoSocio i
{
	font-size:3em;
	float:left;
	margin-right:10%;
}

#resoSocio a
{
	text-decoration:none;
	color:#FFF;
}

#barreBas_noir
{
	background-color:#a2a2a2;
	font-family:_Font_global;
	font-size:1em;
	clear: both;
}

#barreBas_noir_inner
{
	width:100%;
	text-align: center;
	height:25px;
	margin-top:5px;
	margin:0px auto;
	color:#FFFFFF;
	padding-top:5px;
	text-transform:uppercase;
}

#barreBas_noir_inner a
{
	text-decoration:none;
	color:#FFF;
	font-size: 0.8em;
	color: #000;
	margin-left: 30px;
}


.grid-item { width: calc(50% - 10px); margin-bottom: 10px}
.grid-item--width2 { width: calc(100% - 10px); margin-bottom: 10px}
