@charset "UTF-8";
/* CSS Document */

#blockGlobal {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: normal;
	background-color:#fff;
	color:#313f4a;
}

a {
	text-decoration : none;
	color:#5A5A5A;
}
.firstBackground a, .secondBackground a{color:#fff;}
#blockGlobal .hasParagraph p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
	/*font-family:'Raavi';
	font-size:14px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	text-align:justify;
	color: #313f4a;
}
#blockGlobal .firstBackground .hasParagraph p,
#blockGlobal .secondBackground .hasParagraph p,
#blockGlobal .firstBackground .articleHead .txt,
#blockGlobal .secondBackground .articleHead .txt,
#blockGlobal .firstBackground .blockList-1 .item,
#blockGlobal .secondBackground .blockList-1 .item { color:#fff;}
/*-----------------------------------------------+
+ Titre générique level-2                        +
+-----------------------------------------------*/

#blockGlobal .titleLevel-2 {
	font-size:40px;
	color:#313f4a;
	text-transform:uppercase;
	margin-bottom: 35px;
	font-weight:300;
}

#blockGlobal .firstBackground .titleLevel-2,
#blockGlobal .secondBackground .titleLevel-2{ color:#fff;}
/*-----------------------------------------------+
+ Titre générique level-3                        +
+-----------------------------------------------*/

#blockGlobal .titleLevel-3 {
	font-size:20px;
	color:#313f4a;
	text-transform:uppercase;
	margin-bottom: 35px;
	font-weight:300;
}

#blockGlobal .firstBackground .titleLevel-3,
#blockGlobal .secondBackground .titleLevel-3{ color:#fff;}
/*-----------------------------------------------+
+ Titre générique level-4                        +
+-----------------------------------------------*/

#blockGlobal .titleLevel-4 {
	font-size:16px;
	color:#313f4a;
	text-transform:uppercase;
	margin-bottom: 35px;
	font-weight:300;
}

#blockGlobal .firstBackground .titleLevel-4,
#blockGlobal .secondBackground .titleLevel-4{ color:#fff;}
/*-----------------------------------------------+
+ button                                        +
+-----------------------------------------------*/
#blockGlobal .containerBtn {
	text-align:center;
}

#blockGlobal .btnLink {
	text-align:center;
	color:#FFF;
	font-size: 14px;
	text-transform:uppercase;
}
#blockGlobal .btnLink-1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    line-height: normal;
    text-align: center;
    text-shadow: 0px 0px 0px #404040;
    white-space: nowrap;
	border:none;
    color: #313f4a;
    font-weight: 300;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:8px 8px 8px 20px;
	background:url("puce.png") no-repeat left center;
}
#blockGlobal .btnLink-1 span{ padding:0; margin:0; background:none; height:auto;}
#blockGlobal .firstBackground .btnLink-1,
#blockGlobal .secondBackground .btnLink-1{ color:#fff;background:url("puce2.png") no-repeat left center;}
#blockGlobal .btnRounded-1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    line-height: normal;
    text-align: center;
    text-shadow: 0px 0px 0px #404040;
    white-space: nowrap;
	border:2px solid #313f4a;
    color: #313f4a;
    font-weight: 300;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:8px 30px;
	background:none;
}
#blockGlobal .btnRounded-1 span{ padding:0; margin:0; background:none; height:auto;}
#blockGlobal .firstBackground .btnRounded-1,
#blockGlobal .secondBackground .btnRounded-1{ color:#fff; border:2px solid #fff;}
/*-----------------------------------------------+
+ button bordered                                +
+-----------------------------------------------*/
#blockGlobal .bordered {
    border: 2px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/*-----------------------------------------------+
+ List à puce generique                          +
+-----------------------------------------------*/
#blockGlobal .blockList-1 .list {
	margin:0px 0 20px 0;
	font-family: 'arial', sans-serif;
}
#blockGlobal .blockList-1 .list li {
	background:url(puce.png) no-repeat left 4px;
	padding-left:20px;
	font-size:14px;
	margin-bottom:10px;
	line-height:22px;
}
#blockGlobal .blockList-1 .list li .innerItem {
	background:none;
	padding:0;
}
#blockGlobal .firstBackground .list li,
#blockGlobal .secondBackground .list li {
	background:url(puce2.png) no-repeat left 4px;
}
#blockGlobal .list li .link-1 {
	color:#313f4a;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#blockGlobal .list .item .link-1:hover {
	text-decoration:underline;
}
#blockGlobal .firstBackground .list .item .link-1,
#blockGlobal .secondBackground .list .item .link-1 {color:#fff;}
/*-----------------------------------------------+
+ General                                        +
+-----------------------------------------------*/

#blockGlobal .first{
	padding-left:0;
	margin-left:0;
}

#blockGlobal .last {
	padding-right:0;
	margin-right:0;
}

#blockGlobal .img-responsive {
	max-width:100%;
	height:auto;
}

#blockGlobal .omega {
	padding-right:0;
}
#blockGlobal .alfa {
	padding-left:0;
}
#blockGlobal .noPaddingLR {
	padding-left:0;
	padding-right:0;
}

#blockGlobal .blockPicture {
	margin:0;
}
/*-----------------------------------------------+
+ Section color                                  +
+-----------------------------------------------*/

#blockGlobal .section12 ,
#blockGlobal .section15 ,
#blockGlobal .section19 {
	background-color:#fff;
}

#blockGlobal .section13 {
	background-color:#eaeaea;
}



#blockGlobal .section18 {
	background-color:#eaeaea;
}

#blockGlobal .secondBackground {
	background-color:#429a9b;
}

#blockGlobal .firstBackground{
	background-color:#3b5375;
}
/*-----------------------------------------------+
+ Espacement des sections                        +
+-----------------------------------------------*/

#blockGlobal .inner-section {
	padding:60px 0;
}

/*-----------------------------------------------+
+ Bouton simple                                  +
+-----------------------------------------------*/

#blockGlobal .btn {
	padding:5px 20px;
	display:inline-block;
	*zoom:1;
}


/*-----------------------------------------------+
+ Header                                         +
+-----------------------------------------------*/

#blockGlobal .block-Header {
	margin: 10px 0px 0px;
}

#blockGlobal .item-socialPicto {
	float: right;
	padding: 17px 4px 0;
}

#blockGlobal .social-list {
	list-style: none;
	text-decoration: none;
	word-spacing: 20px;
	float: right;
}

/*-----------------------------------------------+
+ Menu                                           +
+-----------------------------------------------*/

#blockGlobal .menu{
	display:block;
	font-size:14px;
	text-align:right;
	text-transform: uppercase;
}

#blockGlobal .blockMainMenu .CSWMenu {
	margin:15px 0 15px;
	text-align:center;
}

#blockGlobal .section3 .containerMenu , #blockGlobal .section3 .containerMenu .CSWItem {
	padding:0;
}

#blockGlobal .containerMenu .CSWMenu .item {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	margin:0 15px;
}

#blockGlobal .CSWMenu .subMenu .subItem .subLink .innerSubLink-3 {
	background: none;
	padding: 0;
}

#blockGlobal .CSWMenu .item:hover .subMenu {
	width: auto;
	min-width: 100%;
	right: auto;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item.first {
	margin-left:0;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item.last {
	margin-right:0;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu {
	color:#313f4a;
	cursor:pointer;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu,
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-1,
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-2,
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-3,
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-4 {
	float:left;
}
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-4 {
	margin-top:10px;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-4 {
    padding: 5px 0;
	font-size:16px;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item.active .linkMenu .innerLinkMenu-4 ,
#blockGlobal .section3 .containerMenu .CSWMenu .item:hover .linkMenu .innerLinkMenu-4 {
	color: #3b5375;
	border-bottom:2px solid #3b5375;
	padding: 5px 0 3px;
}


#blockGlobal .footer-2 .CSWMenu .item .linkMenu {
	font-size: 14px;
	text-align: right;
	color: #949494;
	font-weight:100;
	text-align:right;
	margin: 0;
	padding: 5px;
	word-spacing: 10px;
	text-decoration: none;
	background: none;
}

#blockGlobal .footer-2 .CSWMenu .item .linkMenu:hover .innerLinkMenu-4 {
	text-decoration:underline;
}

#blockGlobal .footer-2 .CSWMenu .item .linkMenu .innerLinkMenu-1,
#blockGlobal .footer-2 .CSWMenu .item .linkMenu .innerLinkMenu-2,
#blockGlobal .footer-2 .CSWMenu .item .linkMenu .innerLinkMenu-3,
#blockGlobal .footer-2 .CSWMenu .item .linkMenu .innerLinkMenu-4 {
	margin: 0;
	padding: 0;
	background: none;
}

#blockGlobal .block-Logo {
	margin-top: 0;
	text-align:center;
	margin-bottom:0;
}

#blockGlobal .block-Logo .innerLogo,
#blockGlobal .block-Logo .innerLogo a {
    display:block;
    max-width:100%;
}

#blockGlobal .block-Logo .innerLogo img {
    max-width:100%;
    height: auto;
}

#blockGlobal .lineTop {
	margin-top: 2.5em;
}


/*-----------------------------------------------+
+ blockSlide                                     +
+-----------------------------------------------*/
#blockGlobal .wrapper {
	height:650px;
}

#blockGlobal .blockSlideHome {
	position: center;
	margin: 0 0 10px;
	text-align: center;
	padding: 40px auto 60px auto;
}

#blockGlobal .CSWSlide {
	position:relative;
}

#blockGlobal div.blockSlide {
	width: 100%;
	height: 650px;
	overflow: hidden;
}

#blockGlobal div.blockSlide img.background {
	width: 100%;
	min-width: 100%;
	height: 650px;
}

#blockGlobal div#all-Slide {
	width: auto;
	position: relative;
	padding: 8% 25% 10%;
}

#blockGlobal div#all-Slide .title {
	margin: 0;
}
#blockGlobal div#all-Slide .titleLevel-4 {
	margin-top:20px;
}

#blockGlobal div#img-Slide {position: center;  z-index: 1; }
#blockGlobal div#button1 {z-index: 2; top : 350px; margin-left: 100px;}
#blockGlobal div#button2 {z-index: 2; top : 350px; margin-right: 100px;}
#blockGlobal div#big-Title {z-index: 2; text-align: center;}
#blockGlobal div#btnRounded-Slide {z-index:3; text-align: center; margin-top: 20px;}
#blockGlobal div#btnControl-Slide {z-index:4; text-align: center;}

#blockGlobal .blockPictureslide {
	position: center;
	margin:0;
	padding:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#blockGlobal .blockSlideHome .blockSlide .blockPicture {
	margin:0;
	width:100%;
}

#blockGlobal .blockSlideHome .blockSlide .blockPicture .picture {
	display:block;
	border:0;
	margin:0;
}



#blockGlobal .controlSlide {
	text-align: center;
	position: absolute;
	margin-top:-2%;
	z-index:1;
	width:100%;
}

#blockGlobal .controlSlide .btnSlide {
	display: inline;
}

#blockGlobal .controlSlide .btnSlide .control {
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	#display:inline;
	background: url(bgd_slideNavigation-sprite.png) no-repeat  0 -11px;
	height: 11px;
	width: 12px;
	padding: 0 3px;
}

#blockGlobal .controlSlide .btnSlide .control.active ,
#blockGlobal .controlSlide .btnSlide .control:hover {
	background-position: 0 0;
}

#blockGlobal .controlSlide .btnSlide .control .button {
	padding: 0 6px;
}

#blockGlobal .CSWSlide .navigationSlider .nav-left .link-nav {
	position:absolute;
	top:48%;
	left:10px;
	background:url(arrow-left.png) no-repeat top center;
	display:block;
	width:28px;
	height:54px;
}

#blockGlobal .CSWSlide .navigationSlider .nav-right .link-nav {
	position:absolute;
	top:48%;
	right:10px;
	background:url(arrow-right.png) no-repeat top center;
	display:block;
	width:28px;
	height:54px;
}

/*-----------------------------------------------+
+ SECTION5 FASHION                               +
+-----------------------------------------------*/
#blockGlobal .fashionContainer {
	padding:10px;
}
#blockGlobal .firstBackground .firstBackground.fashionContainer {
	background-color:#429a9b;
}

#blockGlobal .collectContainer {
	margin:30px;
	border:5px solid #FFF;
	padding:5px 20px;
	text-align:center;
}
#blockGlobal .secondBackground .secondBackground {
	background-color:#3b5375;
}

#blockGlobal .section5 .innerBlockFashion {
	padding-bottom: 60px;
    padding-top: 30px;
}

#blockGlobal .section5 .col-3.last {
	padding-right:0;
	padding-left:19px;
}

/* col-3 */
#blockGlobal .section5 .contentCol-3 {
	padding:35px;
}

#blockGlobal .section5 .contentCol-3 .content-col-3 {
	border: 4px solid #fff;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    padding-top: 15px;
}

#blockGlobal .section5 .contentCol-3 .titleLevel-3 {
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

#blockGlobal .section5 .contentCol-3 .containerBtn img {
	vertical-align:middle;
}

#blockGlobal .section5 .contentCol-3 .containerBtn .btnLink {
	padding:4px 0 20px 5px;
}

/*-----------------------------------------------+
+ SECTION6 BLOCKPRODUITS                         +
+-----------------------------------------------*/

#blockGlobal .section6 {
	background:#eaeaea url(bg-white.png) no-repeat top center;
}

#blockGlobal .blockProduit .titleProduit {
	padding:0;
}


#blockGlobal .blockProduit .titleProduit .titleLevel-2 {
	color:#313f4a;
	text-align:left;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #429a9b;

}
#blockGlobal .colBlock {
	text-align:center;
}

#blockGlobal .colBlock div.CSWContainer {
	background:#429a9b;
	padding:40px 0;
}

#blockGlobal .secondBackground .colBlock div.CSWContainer {
	background:#3B5375;
}

#blockGlobal .colBlock:hover div.CSWContainer {
	background:#313f4a;
}

#blockGlobal .colBlock.first {
	margin-left:0;
	margin-right:13px;
}

#blockGlobal .colBlock.last {
	margin-right:0;
	margin-left:13px;
}

#blockGlobal .colBlock .titleLevel-4 {
	color:#FFF;
	text-transform:uppercase;
}

/*-----------------------------------------------+
+ SECTION7 BLOCKCOLLECTION                       +
+-----------------------------------------------*/

#blockGlobal .section7 {
	background-image:url(bg-dark.png); background-repeat: no-repeat; background-position: top center;
}

#blockGlobal .blockCollection .titleCollection {
	padding:0;
}

#blockGlobal .blockCollection .titleLevel-2 {
	color:#fff;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}

#blockGlobal .innner-cell:hover img {
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity = 50);
}

/*-----------------------------------------------+
+ SECTION8 BLOCKSERVICES                         +
+-----------------------------------------------*/

#blockGlobal .section8 {
	background:#ffffff url(bg-color-1.png) no-repeat top center;
}

#blockGlobal .section8 .blockService .titleService {
	padding:0;
}

#blockGlobal .section8 .blockService .titleService .titleLevel-2 {
	color:#313f4a;
	text-align:left;
	padding-bottom:20px;
}

#blockGlobal .col-service .titleLevel-4 {
	text-transform:uppercase;
}

#blockGlobal .col-service {
	text-align:center;
}

#blockGlobal .col-service p {
	line-height:18px;
	text-align:center;
}

#blockGlobal .col-service .containerBtn {
	text-align:right;
}

#blockGlobal .col-service .containerBtn .btnLink {
	font-size:12px;
	text-align:right;
	color:#989fa4;
	font-style:italic;
	font-weight:300;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}

/*-----------------------------------------------+
+ SECTION9 BLOCK EXPERTISE                       +
+-----------------------------------------------*/

#blockGlobal .section9 {
	background-image:url(bg-white.png); background-repeat: no-repeat; background-position: top center;
}
#blockGlobal .section9 .titleLevel-4 {
	text-transform:uppercase;
}

#blockGlobal .section9 .hasParagraph {
	text-align:justify;
	font-weight:300;
}

#blockGlobal .section9 .containerStore {
	position:relative;
}

#blockGlobal .section9 .containerStore .picture {
	position:absolute;
	left:10px;
	top:0;
}

#blockGlobal .storeContainer {
	position:relative;
	z-index:1;
	overflow:hidden;
}

#blockGlobal .storeContainer.modifyBackground {
    background: url(savoir-faire-2.jpg) no-repeat center top / cover;
	padding:22px;
}

#blockGlobal .storeContainer img.picture {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:-1;
}

#blockGlobal .storeContainer .store {
	background-color:transparent;
	margin:5%;
}

#blockGlobal .storeContainer.modifyBackground .store {
	margin:0;
}

#blockGlobal .storeContainer .store .containerBtn .btnLink {
    font-weight: 300;
	border-color:#FFF;
}

/*-----------------------------------------------+
+ PAGE INTERNE                                   +
+-----------------------------------------------*/

/*-----------------------------------------------+
+    BLOCK BREADCRUMB                            +
+-----------------------------------------------*/

#blockGlobal .section12 {
	border-top:1px solid #429a9b;
}

#blockGlobal .blockBreadCrumb .breadCrumb .item {
	padding: 10px 15px 0 0;
}

#blockGlobal .blockBreadCrumb {
	margin-bottom:10px;
}

#blockGlobal .blockBreadCrumb .breadCrumb .item .link .innerLink-3 {
	background: url(puce_arrow-right.png) no-repeat 0 4px;
	padding: 0 0 0 19px;
	font-size: 12px;
	text-align: left;
	color: #788188;
	text-transform:uppercase;
}

#blockGlobal .blockBreadCrumb .breadCrumb .item.first .link .innerLink-3 {
	background: none;
	padding: 0;
}

/*-----------------------------------------------+
+ BLOCKEDITO                                     +
+-----------------------------------------------*/

#blockGlobal .section13 .titleLevel-2 {
	margin-bottom:20px;
	font-weight:300;
    text-transform: uppercase;
}
#blockGlobal .section13 .hasParagraph .text-section {
	text-align:justify;
}

#blockGlobal .section13 .btnLinkPosition-2 .btnLink {
	margin-top:25px;
	font-weight:300;
	padding:10px 10px;
}

/*-----------------------------------------------+
+ BLOCK ARTICLEPHOTO                             +
+-----------------------------------------------*/
#blockGlobal .section14 {
	background-image: url(bg-dark.png);
	background-repeat:no-repeat ;
	background-position:top center;
}
#blockGlobal .section14 .titleLevel-2 {
	margin-bottom:25px;
    text-transform: uppercase;
	font-weight:300;
}
#blockGlobal .section14 .titleLevel-3 {
	text-transform:uppercase;
    text-transform: uppercase;
	font-weight:300;
}
#blockGlobal .section14 .titleLevel-4 {
    text-transform: uppercase;
	font-weight:300;
	margin-bottom:20px;
}
#blockGlobal .section14 .Text-section {
	font-size:14px;
	text-align:justify;
}
#blockGlobal .section14 .listAPuce {
	padding-left:12px;
}
#blockGlobal .section14 .listAPuce li {
	list-style:disc;
	padding-bottom:10px;
	padding-left:10px;
}


/*-----------------------------------------------+
+ Galerie générique                              +
+-----------------------------------------------*/

#blockGlobal .section15 {
	background-image: url(bg-color-2.png) ;
	background-repeat:no-repeat ;
	background-position:top center;
}


#blockGlobal .tabGallery {
	margin-top: 80px;
}

#blockGlobal .blockGallery .tabGallery .cell {
	padding:10px;
	vertical-align:top;

}
#blockGlobal .blockCollection .blockGallery .tabGallery .cell {
	padding:0px;
	vertical-align:top;

}
#blockGlobal .blockGallery .tabGallery .cell.first {
	padding:10px;
	vertical-align:top;

}
#blockGlobal .blockCollection .blockGallery .tabGallery .cell.first {
	padding:0px;
	vertical-align:top;

}
#blockGlobal .bottom {
	overflow: hidden;
	margin: 60px 0 0;
}

#blockGlobal .bottom div.item {
	width: 25%;
	min-height: 200px;
	height: 268px;
	float: left;
	position: relative;
	overflow: hidden;
}

#blockGlobal .tabGallery .cell .imgGallery {
	width:100%;
	height:	auto;
}

#blockGlobal .blockGallery .tabGallery .cell .itemGallery ,
#blockGlobal .blockGallery .tabGallery .cell .itemGallery:hover {
	display:block;
	padding:0;
	border:none;
	background:none;
}



#blockGlobal .blockCollection .blockGallery .tabGallery .first.cell-1  {
	width:20%;
	padding-right:2%;
}

#blockGlobal .blockCollection .blockGallery .tabGallery .cell-2  {
	width:19%;
	padding-right:0.9%;
}

#blockGlobal .blockCollection .blockGallery .tabGallery .cell-3  {
	width:35%;
	padding:0 1.4%;
}

#blockGlobal .blockCollection .blockGallery .tabGallery .cell-4  {
	width:24.3%;
	padding-left:1.5%;
}

#blockGlobal .blockGallery .tabGallery .innner-cell {
	position:relative;
}

#blockGlobal .tabGallery .innner-cell-2 {
	padding-bottom:3%;
}

#blockGlobal .tabGallery .innner-cell-3 {
	padding-top:3%;
}


#blockGlobal .tabGallery .innner-cell-4 {
	padding-bottom:3%;
}

#blockGlobal .tabGallery .innner-cell-5 ,
#blockGlobal .tabGallery .innner-cell-6 {
	float:left;
	width:47%;
	padding-top:3%;
}

#blockGlobal .tabGallery .innner-cell-5 {
	padding-right:3%;
}

#blockGlobal .tabGallery .innner-cell-6 {
	padding-left:3%;
}

#blockGlobal .tabGallery .containerBtn {
	display:none;
}


#blockGlobal .tabGallery .innner-cell:hover .containerBtn {
	display: block;
    position: absolute;
	width:100%;
}

#blockGlobal .tabGallery .innner-cell-1:hover .containerBtn {
    top: 44%;
}

#blockGlobal .tabGallery .innner-cell-2:hover .containerBtn {
    top: 29%;
}

#blockGlobal .tabGallery .innner-cell-3:hover .containerBtn {
    top: 41%;
}

#blockGlobal .tabGallery .innner-cell-4:hover .containerBtn {
    top: 39%;
}

#blockGlobal .tabGallery .innner-cell-5:hover .containerBtn {
    top: 44%;
}

#blockGlobal .tabGallery .innner-cell-6:hover .containerBtn {
    top: 44%;
}

#blockGlobal .tabGallery .innner-cell-7:hover .containerBtn {
    top: 46%;
}

#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink {
	padding:10px 15px;
}


#blockGlobal .blockGallery .lineSeparate {
	padding:0;
}

#blockGlobal .blockGallery .lineSeparate .line {
	border-top:3px solid;
	border-color:#d9ebeb;
	margin-top:30px;
	border-bottom:0;
	border-left:0;
	border-right:0;
}

#blockGlobal .blockGallery .lineSeparate .line.middle {
	border-color:#8ec2c3;
}
#blockGlobal .blockGallery .lineSeparate{ border:none;}
/*-----------------------------------------------+
+ BLOCKARTICLE                                   +
+-----------------------------------------------*/
#blockGlobal .section16 {
	background-image: url(bg-white.png) ;
	background-repeat:no-repeat ;
	background-position:top center;
}
#blockGlobal .section16 .titleLevel-2 {
	margin-bottom:20px;
	font-weight:300;
	color:#FFF;
    text-transform: uppercase;
}
#blockGlobal .section16 .titleLevel-3 {
	text-transform:uppercase;
	color:#FFF;
	font-weight:300;
}
#blockGlobal .section16 .last-container {
	margin-top:15px;
}

#blockGlobal .section16 .titleLevel-4 {
	color:#FFF;
    text-transform: uppercase;
	font-weight:300;
	padding-bottom:5px;
}
#blockGlobal .section16 .hasParagraph {
	font-size:14px;
	padding-bottom:15px;
	color:#FFF;
	text-align:justify;
}
#blockGlobal .section16 .blockMore {
	padding:20px 0 0 0;
}
#blockGlobal .section16 .list {
	margin:5px 0 0 0;
}
#blockGlobal .section16 .img-responsive {
	margin:10px 0 0 0;
}
#blockGlobal .section16 .list .item {
	background:url(puce.png) no-repeat top left;
	padding-left:20px;
	font-size:12px;
	margin-bottom:10px;
}
#blockGlobal .section16 .list .item .link-1 {
	color:#fff;
	font-size:12px;
}
#blockGlobal .section16 .list .item .link-1:hover {
	text-decoration:underline;
}
/*-----------------------------------------------+
+ PAGE WIDGET                                    +
+-----------------------------------------------*/


/*-----------------------------------------------+
+ BLOCKCITATION                                  +
+-----------------------------------------------*/
#blockGlobal .section17 {
	background-image: url(bg-white.png) ;
	background-repeat:no-repeat ;
	background-position:top center;
}

#blockGlobal .blockQuote {
	background:none;
	border-radius:0;
	color:#313f4a;
	font-style:normal;
	padding: 0;
    text-indent: 0;
	max-width:620px;
	margin: 0 auto;
}

#blockGlobal .firstBackground .blockQuote, #blockGlobal .secondBackground .blockQuote {
	background:none;
	border-radius:0;
	color:#FFF;
	font-style:normal;
	padding: 0;
    text-indent: 0;
	max-width:620px;
	margin: 0 auto;
}

#blockGlobal .quoteOpen {
	background:url(bgCitationLeft2.png) no-repeat top left;
	margin: 0;
	padding:15px 0 0 30px;
	font-size:18px;
	font-weight:400;
}
#blockGlobal .quoteClose {
	background:url(bgCitationRight2.png) no-repeat bottom right;
	padding: 0 30px 20px 0;

}

#blockGlobal .firstBackground .quoteOpen, #blockGlobal .secondBackground .quoteOpen {
	background:url(bgCitationLeft.png) no-repeat top left;
	margin: 0;
	padding:15px 0 0 30px;
	font-size:18px;
	font-weight:400;
}
#blockGlobal .firstBackground .quoteClose, #blockGlobal .secondBackground .quoteClose {
	background:url(bgCitationRight.png) no-repeat bottom right;
	padding: 0 30px 20px 0;

}

#blockGlobal .blockQuote .signature {
	font-size:14px;
	text-align:right;
	padding-top:0;
	font-weight:300;
	margin-right:40px;
}

/*-----------------------------------------------+
+ Block contactez-nous                           +
+-----------------------------------------------*/
#blockGlobal .section18 {
	background-image: url(bg-color-1.png) ;
	background-repeat:no-repeat ;
	background-position:top center;
}

#blockGlobal .section18 .innerContactUs {
	padding:60px 40px;
}

#blockGlobal .section18 .titleLevel-2 {
	text-transform:uppercase;
	padding-bottom:50px;
	text-align:center;
	margin-bottom:0;
	font-weight:300;
}
#blockGlobal .FormulaireDeContactWidget {
	width:60%;
	margin:0 20%;
}
#blockGlobal .formContactUs .row {
	margin:0 0 20px;
}
#blockGlobal .formContactUs .select {
	border: 2px solid #8d949a;
	font-size:13px;
	padding:0 7px;
	background:none;
	height:22px;
	line-height:22px;
	display:block;
	color:#313f4a;
	width: 222px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#blockGlobal .formContactUs .select option {
	padding:5px 5px;
}
#blockGlobal .formContactUs label {
	display:block;
	width:35%;
	float:left;
	font-size:14px;
    margin: 0;
    padding: 5px 4% 5px 2%;
    width: 25%;
	text-align:right;
}
#blockGlobal .firstBackground .formContactUs label,
#blockGlobal .secondBackground .formContactUs label{
	color:#fff;
}
#blockGlobal .formContactUs .text {
	font-size:14px;
	background:none;
	border: 2px solid #8d949a;
    margin: 0;
    padding: 3px 4% 3px 2%;
    width: 180px;
	color:#313f4a;
	font-weight:300;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#blockGlobal .formContactUs .text-mail {
	background:none;
	border: 2px solid #8d949a;
	font-size:14px;
    margin: 0;
    padding: 3px 4% 3px 2%;
    width: 240px;
	color:#313f4a;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#blockGlobal .formContactUs .textarea {
	background:none;
	border: 2px solid #8d949a;
	font-size:14px;
    margin: 0;
    padding: 3px 4% 3px 2%;
    width: 375px;
	height:35%;
	color:#313f4a;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#blockGlobal .formContactUs  .submitContact {
	padding: 6px;
	margin-left:68px;
	color:#313f4a;
	background:#none;
    font-size: 12px;
    text-align: center;
	margin-top:20px;
	border: 2px solid #8d949a;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	background:none;
}
#blockGlobal .firstBackground .formContactUs .select,
#blockGlobal .secondBackground .formContactUs .select,
#blockGlobal .firstBackground .formContactUs .text,
#blockGlobal .secondBackground .formContactUs .text,
#blockGlobal .firstBackground .formContactUs .text-mail,
#blockGlobal .secondBackground .formContactUs .text-mail,
#blockGlobal .firstBackground .formContactUs .textarea,
#blockGlobal .secondBackground .formContactUs .textarea,
#blockGlobal .firstBackground .formContactUs .submitContact,
#blockGlobal .secondBackground .formContactUs .submitContact{ border:2px solid #fff; color:#fff;}
#blockGlobal .formContactUs  .submitContact span{ background:none;}
#blockGlobal .formContactUs .requiredFields {
	color:#F00;
}
@media screen and (max-width: 850px) {
	#blockGlobal .FormulaireDeContactWidget {
		width:80%;
		margin:0 10%;
	}
	#blockGlobal .formContactUs .textarea , #blockGlobal .formContactUs .text-mail {
		 width:55%;
	}
}
@media screen and (max-width: 500px) {
	#blockGlobal .formContactUs .textarea, #blockGlobal .formContactUs .text-mail  {
		width: 180px;
	}
}
@media screen and (max-width: 350px) {
	#blockGlobal .formContactUs label, #blockGlobal .formContactUs .text ,
	 #blockGlobal .formContactUs .textarea , #blockGlobal .formContactUs .text-mail {
		 float:none;
	}
	#blockGlobal .formContactUs label {
		width:100%;
		text-align:left;
	}
	#blockGlobal .section18 {
		padding:60px 0;
	}
}
/*-----------------------------------------------+
+ BLOCK RETROUVEZ-NOUS                           +
+-----------------------------------------------*/
#blockGlobal .section19 {
	background-image: url(bg-dark.png) ;
	background-repeat:no-repeat ;
	background-position:top center;
}

#blockGlobal .section19 .titleLevel-2 {
	text-transform:uppercase;
	padding-bottom:0;
	text-align:center;
}
#blockGlobal .SocialWidget1 {
	margin: 0 auto 50px !important;
    padding: 0;
    width: 34%;
}
#blockGlobal .SocialWidget1 .item {
	float:left;
	margin:5px 8px;
	background:none !important;
	padding-left:0 !important;
}
#blockGlobal .LineSeparate {
	margin-top:50px;
	border:2px solid #404148;
	border-width:0 0 2px 0;
}
#blockGlobal .firstBackground .LineSeparate,
#blockGlobal .secondBackground .LineSeparate{ border:2px solid #fff;}

#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial {
	color:#FFF;
}
/*
#blockGlobal .blockSocialNetwork{ text-align:center;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial{ background:none;}
.blockSocialNetwork .listSocial .btnSocial .innerLink-1{ padding:5px;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial .innerLink-4{ padding:5px 5px 5px 50px;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4{ background:url(socialWidget1.png) no-repeat left center;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4{background:url(socialWidget2.png) no-repeat left center;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4{background:url(socialWidget3.png) no-repeat left center;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4{background:url(socialWidget6.png) no-repeat left center;}
#blockGlobal .blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4{background:url(socialWidget8.png) no-repeat left center;}

#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4{ background:url(socialWidget1_2.png) no-repeat left center;}
#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4{background:url(socialWidget2_2.png) no-repeat left center;}
#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4{background:url(socialWidget3_2.png) no-repeat left center;}
#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4{background:url(socialWidget6_2.png) no-repeat left center;}
#blockGlobal .firstBackground .blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4,
#blockGlobal .secondBackground .blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4{background:url(socialWidget8_2.png) no-repeat left center;}
*/
/*reseau footer*//*
#blockGlobal .ContactAdress .blockSocialNetwork{ text-align:left; margin:0;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial .innerLink-4{ padding:0px 0px 0px 25px;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial.isFacebook .innerLink-4{ background:url(facebook.png) no-repeat left center;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial.isTwitter .innerLink-4{background:url(twitter.png) no-repeat left center;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial.isGooglePlus .innerLink-4{background:url(googleplus.png) no-repeat left center;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial.isLinkedIn .innerLink-4{background:url(linkedin.png) no-repeat left center;}
#blockGlobal .ContactAdress .blockSocialNetwork .listSocial .btnSocial.isViadeo .innerLink-4{background:url(viadeo.png) no-repeat left center;}
*/
/*-----------------------------------------------+
+ block Météo générique                          +
+-----------------------------------------------*/
#blockGlobal .section20 {
	background-image:url(bg-white.png); background-repeat: no-repeat; background-position: top center;
}

#blockGlobal .blockWeather {
	width:56%;
	margin:0 auto;
}

#blockGlobal .day {
	border-left:1px solid #313f4a;
	display: block;
	float: left;
	height: auto;
	min-height: 85px;
	padding: 0px 34px 0px 20px;
	text-align: center;
	border-right:none;
	margin-top: 10px;
}
#blockGlobal .firstBackground .day,
#blockGlobal .secondBackground .day{
	border-left:1px solid #ddd;
}
#blockGlobal .daytime {
	clear: both;
	color: #313f4a;
	font-size: 10px;
	font-weight: 300;
	padding: 0 0 4px;
	text-transform: uppercase;
}
#blockGlobal .firstBackground .daytime,
#blockGlobal .secondBackground .daytime{
	color:#fff;
}
#blockGlobal .today {
	width: 160px;
	text-align:left;
	border-left: none;
	font-size: 10px;
}

.CSWWeather .day .temperatures {
	color:#313f4a;
	padding-top:5px;
}
.firstBackground  .CSWWeather .day .temperatures,
.secondBackground  .CSWWeather .day .temperatures {color:#fff;}
.CSWWeather .today .city ,
.CSWWeather .today .daytime .hour {
	color:#313f4a;
	font-size: 10px;
}

.firstBackground .CSWWeather .today .city ,
.firstBackground .CSWWeather .today .daytime .hour,
.secondBackground .CSWWeather .today .city ,
.secondBackground .CSWWeather .today .daytime .hour {
	color:#FFF;
	font-size: 10px;
}
.CSWWeather .day .visual,
.CSWWeather .today .visual{
	background:#3b5375;
}
.secondBackground .CSWWeather .day .visual,
.secondBackground .CSWWeather .today .visual{
	background:#429a9b;
}
/*-----------------------------------------------+
+ PAGE INTERNE 2                                 +
+-----------------------------------------------*/

/*-----------------------------------------------+
+ BLOCK SIDEBAR                                  +
+-----------------------------------------------*/
#blockGlobal .blockSidebar .welcome{
	padding:60px 10px;
}
#blockGlobal .blockSidebar .welcome .titleLevel-2 {
	margin-bottom:25px;
	text-transform:uppercase;
}
#blockGlobal .welcome .titleLevel-4 {
	text-transform:uppercase;
}
#blockGlobal .blockSidebar .welcome p {
	font-size:14px;
	padding-bottom:15px;
}
#blockGlobal .pictureSidebar {
	background: #eaeaea;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
#blockGlobal .subject {
	background:#eaeaea;
	padding:0 10px 60px 10px;
}
#blockGlobal .subject p {
	font-size:14px;
	padding-bottom:15px;
}

#blockGlobal .subject .titleLevel-4 {
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:10px;
	font-weight:400;
}
#blockGlobal .subject .btnRoundedPosition-1{
	text-align:center;
}
#blockGlobal .subject .btnLinkPosition-3 .btnLink {
	padding:10px;
}

/*-----------------------------------------------+
+ BLOCK CONTENTRIGHT WIDGET                      +
+-----------------------------------------------*/
#blockGlobal .ContentRight .section12 .titleLevel-2 ,
#blockGlobal .ContentRight .section12 .titleLevel-3 {
	text-align:left;
}

#blockGlobal .ContentRight .blockGallery .titleLevel-2 ,
#blockGlobal .ContentRight .blockArticle .titleLevel-2 ,
#blockGlobal .ContentRight .blockArticle .titleLevel-4{
	text-align:left;
}
#blockGlobal .ContentRight .blockArticle .titleLevel-2 ,
#blockGlobal .ContentRight .blockArticle .titleLevel-4{
	padding-left:10px;
}

#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
    font-size: 0.7em;
    padding: 4% 6%;
}

/**/
#blockGlobal .ContentRight .SocialWidget1 {
	width:50%;
	margin:0 auto;
}
#blockGlobal .ContentRight .blockWeather {
    margin: 0 auto;
    width: 82%;
}

#blockGlobal .ContentRight .section18 .titleLevel-2 {
	/*text-align:left;*/
}
#blockGlobal .ContentRight .FormulaireDeContactWidget {
	width:85%;
	margin:0 auto
}

/*-----------------------------------------------+
+ BLOCK CONTACT                                  +
+-----------------------------------------------*/
#blockGlobal .blockContact {
	position:relative;
	min-height:396px;
}

#blockGlobal .blockContact .blockGoogleMap {
	margin:0;
	padding:0;
}

#blockGlobal .blockContact .containerContactAdress {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	z-index:20;
}
#blockGlobal .blockContact .containerContactAdress .grid-container {
	height:0px;
}
#blockGlobal .blockContact .CSWGooglemap{
	width:100% !important;
	z-index:1;
	padding:0;
	margin:0;
}
#blockGlobal .containerContactAdress .ContactAdress {
	z-index:5;
	background:rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);
	padding:0;
	min-height:393px;
	min-width:300px;
}
#blockGlobal .containerContactAdress .ContactAdress .inner-section {
	padding:60px 25px 27px;
}

#blockGlobal .containerContactAdress .ContactAdress .titleLevel-4 {
	color:#FFF;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
	padding-bottom:0;
}

#blockGlobal .containerContactAdress .ContactAdress .line {
	border-top:3px solid #FFF;
	border-bottom:0;
	border-left:0;
	border-right:0;
}
#blockGlobal .containerContactAdress .LineSeparate{ margin:0;}
#blockGlobal .containerContactAdress .ContactAdress .AboutCompany {
	font-weight:300;
	padding-top:10px;
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:'Raavi';
	font-size:16px;*/
}
#blockGlobal .containerContactAdress .ContactAdress .linkMail {
	color:#FFF;
}
#blockGlobal .containerContactAdress .ContactAdress .linkMail:hover {
	color:#FFF;
	text-decoration:underline;
}

#blockGlobal .containerContactAdress .listSocial {
	width:auto;
	margin:26px auto 0;
}
#blockGlobal .containerContactAdress .listSocial .item-social {
	float:left;
	margin:0 5px;
}
#blockGlobal .containerContactAdress .listSocial .item-social {
	float:left;
	margin:0 5px;
}

/*-----------------------------------------------+
+ BLOCKFOOTER                                    +
+-----------------------------------------------*/
#blockGlobal .blockfooter {
	background: #3b5375;
}
#blockGlobal .blockfooter .innerFooter {
    padding-bottom: 10px;
    padding-top: 10px;
}
#blockGlobal .blockfooter .block-1 .CSWMenu {
	/*float:left;*/
}
#blockGlobal .blockfooter .block-1 .CSWMenu .item {
	float:left;
	padding:5px;
	color:#fff;
	font-size:11px;
}
#blockGlobal .blockfooter .block-1 .CSWMenu .item .linkMenu {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:300;
}
#blockGlobal .blockfooter .block-1 .CSWMenu .item .linkMenu:hover {
	text-decoration:underline;
}
#blockGlobal .blockfooter .block-2 {
	text-align: right;
	font-size: 12px;
	color: white;
}
#blockGlobal .blockfooter .block-2 .partenaires {
	padding-top:6px;
}
#blockGlobal .blockfooter .block-2 .CSWFooterLinks .link , .blockfooter .block-2 .CSWFooterLinks {
	color:#fff;
	font-size:12px;

}
#blockGlobal .blockfooter .block-2 .CSWFooterLinks .link:hover {
	text-decoration:underline;
}

/* ******************************** RESPONSIVE ******************************************************************** */

/* Tablette paysage  */

@media screen and (max-width: 1200px) {
	.blockPicture .picture, .blockPicture .ui-wrapper {
		max-width:100%;
		height:auto;
	}
}
@media screen and (max-width: 1100px) {
	/* Main menu */
	#blockGlobal .containerMenu .CSWMenu .item {
		margin: 0 27px;
	}

	/* BlockFashion*/
	#blockGlobal .section5 .contentCol-1 .titleLevel-2 {
		font-size:32px;
	}

	#blockGlobal .section5 .contentCol-1 {
		padding: 26px 30px;
	}

	#blockGlobal .section5 .contentCol-3 .titleLevel-3 {
		font-size:18px;
	}

	#blockGlobal .section5 .contentCol-3 .containerBtn .btnLink {
		font-size:12px;
	}

	#blockGlobal .section5 .contentCol-3 {
		padding: 21px 40px;
	}

	/* block Produit */
	#blockGlobal .colBlock {
		width:18%;
	}

	/* gallery */
	#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink {
		padding: 3% 5%;
	}

	#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
		font-size: 0.55em;
		padding: 4% 6%;
	}

	#blockGlobal .section9 .containerStore .picture {
		left:0;
	}

	#blockGlobal .section9 .titleLevel-2 {
		font-size:30px;
		margin-bottom:0;
	}

	#blockGlobal .section9 .titleLevel-4 {
		font-size: 12px;
		padding-bottom: 10px;
	}

	/* ContactUs */
	#blockGlobal .formContactUs .textarea {
		height:25%;
	}

	/* SocialWidget */
	#blockGlobal .SocialWidget1 {
		width: 40%;
	}

	#blockGlobal .ContentRight .SocialWidget1 {
		margin: 0 auto;
		width: 61%;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 65%;
	}

	#blockGlobal .ContentRight .blockWeather {
		width: 100%;
	}


	/* contactUs */
	#blockGlobal .formContactUs .textarea {
		width:65%;
	}

	#blockGlobal .blockfooter .block-1 .CSWMenu .item .linkMenu {
		font-size:11px;
	}


}

/* Petite tablette paysage  */

@media screen and (max-width: 850px) {
	/* General */
	#blockGlobal .titleLevel-2 {
		font-size:31px;
	}

	/* Main menu */
	#blockGlobal .containerMenu .CSWMenu .item {
		margin: 0 17px;
	}

	/* Slider */
	#blockGlobal div.blockSlide {
		height: 524px;
		overflow: hidden;
		width: 100%;
	}
	#blockGlobal div.blockSlide img.background {
		height: 100%;
	}

	/* Gallery */
	#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink {
		font-size: 0.6em;
		padding: 4% 10%;
	}

	#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
		font-size: 0.4em;
	}

	/* blockFashion */
	#blockGlobal .section5 .contentCol-3 .titleLevel-3 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	#blockGlobal .section5 .contentCol-1 .titleLevel-2 {
		font-size: 20px;
	}

	#blockGlobal .section5 .contentCol-1 .containerBtn {
		padding-top: 0;
	}

	#blockGlobal .section5 .contentCol-1 .containerBtn .btnLink {
		font-size: 9px;
		padding: 5px 21px;
	}

	/* Savoir-faire */
	#blockGlobal .section9 .containerStore .picture {
		height:120%;
		width:97%;
	}

	/* block Produit */
	#blockGlobal .colBlock.first {
		margin-left:10px;
	}

	#blockGlobal .colBlock ,
	#blockGlobal .colBlock.last ,
	#blockGlobal .colBlock.first {
		width:30%;
		margin:10px;
		float:left;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 86%;
	}

	#blockGlobal .ContentRight .blockWeather {
		width: 70%;
	}


	/* SocialWidget */
	#blockGlobal .SocialWidget1 {
		width: 54%;
	}

	#blockGlobal .ContentRight .SocialWidget1 {
		width: 83%;
	}

	/* Footer */
	#blockGlobal .containerContactAdress .ContactAdress {
		width:35%;
	}

}

/* Tablette portrait  */

@media screen and (max-width: 800px) {
	/* Main menu */
	#blockGlobal .containerMenu .CSWMenu .item {
		margin: 0 13px;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 89%;
	}

}

/* Petite tablette portrait */

@media screen and (max-width: 650px) {

	/******* Header *********************/

	/* Social Network */
	#blockGlobal .social-list {
		float: none;
		margin: 0 auto;
		width: 220px;
	}

	#blockGlobal .lineTop {
		margin-top: 0.5em;
	}

	/* Menu Top */
	#blockGlobal .containerMenu .CSWMenu .item {
		margin: 0 8px;
	}
	#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-4 {
		font-size:13px;
	}

	/* Slider */
	#blockGlobal div.blockSlide {
		height: 320px;
	}

	#blockGlobal div.blockSlide img.background {
		height: auto;
	}

	/* block Fashion */
	#blockGlobal .section5 .col-1.first , #blockGlobal .section5 .col-3.last {
		padding-left: 10px;
		padding-right:10px;
	}

	/* block Produit */
	#blockGlobal .colBlock.first {
		margin-left:10px;
	}

	#blockGlobal .colBlock ,
	#blockGlobal .colBlock.last ,
	#blockGlobal .colBlock.first {
		width:46%;
		margin:10px;
		float:left;
	}

	/* Gallery */
	#blockGlobal .blockGallery .lineSeparate .line {
		display:none;
	}

	#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink ,
	#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
    	font-size: 0.4em;
		border: 1px solid;
	}

	/* Savoir-faire */
	#blockGlobal .section9 .containerStore {
		float:left;
		width:100%;
	}

	#blockGlobal .section9 .containerStore .picture {
		height:100%;
	}

	/* Service */
	#blockGlobal .col-service {
		float: left;
		margin-bottom:20px;
		width: 41%;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 59%;
	}

	#blockGlobal .ContentRight .blockWeather {
		margin: 0 auto;
		width: 62%;
	}

	/* SocialWidget */
	#blockGlobal .SocialWidget1 , #blockGlobal .ContentRight .SocialWidget1 {
		margin: 0 auto 20px;
		width: 72%;
	}

	/* Footer */
	#blockGlobal .containerContactAdress .ContactAdress {
		width:45%;
	}

	#blockGlobal .blockfooter .block-1 .CSWMenu .item .linkMenu {
		font-size:11px;
	}

	/* sidebar & contentRight*/
	#blockGlobal .blockSidebar {
		max-width: 100%;
	}

	#blockGlobal .ContentRight {
		padding:0;
	}

	#blockGlobal .section16 .img-responsive {
		padding: 20px 0 0;
	}

}

/* Mobile paysage  */

@media screen and (max-width: 500px) {

	/******* Header *********************/

	/* Slider */
	#blockGlobal div.blockSlide {
		height: 253px;
	}


	/* block Produit */
	#blockGlobal .colBlock ,
	#blockGlobal .colBlock.last ,
	#blockGlobal .colBlock.first {
		width:100%;
		margin:5px 0;
	}

	/* Gallery */
	#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink ,
	#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
    	font-size: 0.3em;
	}

	/* Service */
	#blockGlobal .col-service {
		margin-bottom:30px;
		width: 100%;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 75%;
	}

	#blockGlobal .ContentRight .blockWeather {
		width: 79%;
	}

	/* SocialWidget */
	#blockGlobal .SocialWidget1 , #blockGlobal .ContentRight .SocialWidget1 {
		margin: 0 auto 20px;
		width: 91%;
	}


	/* Footer */
	#blockGlobal .containerContactAdress .ContactAdress {
		position:relative;
		top:0;
		background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
		width:100%;
	}
    #blockGlobal .blockContact .containerContactAdress {
        position:relative;
        top: auto;
        left: auto;
        height: auto;
    }
    #blockGlobal .blockContact .containerContactAdress .grid-container {
        height: auto;
        padding: 0;
    }
}

/* Mobile portrait  */

@media screen and (max-width: 350px) {
	#blockGlobal .titleLevel-2 {
		font-size: 29px;
	}
	/* Slider */
	#blockGlobal div.blockSlide {
		height: 165px;
	}

	/* Gallery */
	#blockGlobal .tabGallery .innner-cell .containerBtn .btnLink ,
	#blockGlobal .ContentRight .tabGallery .innner-cell .containerBtn .btnLink {
		font-size: 0.2em;
	}

	/* Savoir-faire */
	#blockGlobal .section9 .containerStore {
		padding:0;
	}

	#blockGlobal .section9 .containerStore .store .titleLevel-3 {
		font-size: 12px;
		line-height: 14px;
	}

	#blockGlobal .section9 .containerStore .store .hasParagraph p {
		font-size:10px;
		line-height:12px;
		padding:0;
	}

	#blockGlobal .section9 .containerStore .store .containerBtn .btnLink {
		padding:5px;
		font-size:11px;
		text-transform:lowercase;
	}

	/* Widget */
	#blockGlobal .section18 .titleLevel-2 {
		word-wrap: break-word;
		padding-left:12%;
		padding-right:12%;
	}

	/* blockWeather */
	#blockGlobal .blockWeather {
		margin: 0 auto;
		width: 79%;
	}

	#blockGlobal .ContentRight .blockWeather{
		margin: 0 auto;
		width: 83%;
	}


	/* ContactUs */
	#blockGlobal .section18 .innerContactUs {
		padding: 60px 0;
	}

	#blockGlobal .formContactUs .select,
	#blockGlobal .formContactUs label,
	#blockGlobal .formContactUs .text,
	#blockGlobal .formContactUs .textarea,
	#blockGlobal .formContactUs .text-mail {
		width: 100%;
	}


	/* footer */
	#blockGlobal .containerContactAdress ,
	#blockGlobal .containerContactAdress .grid-100 {
		padding:0;
	}

	#blockGlobal .containerContactAdress .ContactAdress .AboutCompany ,
	#blockGlobal .containerContactAdress .ContactAdress .titleLevel-4 {
		padding-left: 20px;
	}

	#blockGlobal .containerContactAdress .listSocial {
		padding-left: 10px;
		width: 90%;
	}


}

@media screen and (max-width: 1200px) {
	/*-----------------------------------------------+
	+ Menus                                          +
	+-----------------------------------------------*/
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu,
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu .innerLinkMenu-1,
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu .innerLinkMenu-2,
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu .innerLinkMenu-3,
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu .innerLinkMenu-4 {
		float: none;
	}
	#blockGlobal .blockMainMenu #menu1 .item {
		float: none;
		margin: 0;
		height: auto;
	}
	#blockGlobal .blockMainMenu #menu1 .item.active .linkMenu .innerLinkMenu-4,
	#blockGlobal .blockMainMenu #menu1 .item:hover .linkMenu .innerLinkMenu-4 {
		border: none;
	}
	#blockGlobal .blockMainMenu #menu1 .item .linkMenu .innerLinkMenu-4 {
		padding: 0;
		font-size: 16px;
	}
	#blockGlobal .blockMainMenu .CSWMenu#menu1 .subMenu {
		display: inline-block;
	}
	#blockGlobal .menu {
		word-spacing: 0;
	}
	#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu .innerLinkMenu-4 {
		margin: 0;
	}
	#blockGlobal .blockMainMenu .CSWMenu {
		margin: 0;
	}
	#blockGlobal .blockMainMenu #menu1.CSWMenu .item .linkMenu.active .innerLinkMenu-3,
	#blockGlobal .blockMainMenu #menu1.CSWMenu .item .linkMenu:hover .innerLinkMenu-3,
	#blockGlobal .blockMainMenu #menu1 .subMenu .subItem .subLink.active .innerSubLink-3,
	#blockGlobal .blockMainMenu #menu1 .subMenu .subItem .subLink:hover .innerSubLink-3 {
		background: #3B5375;
	}
	#blockGlobal .blockMainMenu .menuFixed .innerMainMenu-3 {
		background: url('ico_menu.png') no-repeat center center;
	}
	#blockGlobal .CSWMenu .subMenu .subItem .subLink .innerSubLink-3 {
		padding: 10px;
	}
	#blockGlobal .blockfooter .block-2 {
		text-align: center;
	}
	#blockGlobal .blockfooter .block-1 .CSWMenu .item {
		float: none;
		text-align: center;
	}
}


/* Font Color */
#blockGlobal .hasParagraph,
#blockGlobal .section3 .containerMenu .CSWMenu .item .linkMenu ,
#blockGlobal .section8 .blockService .col-service .titleLevel-4 ,
#blockGlobal .section8 .blockService .titleService .titleLevel-2  {
	color:#b3b3b3;
}

#blockGlobal .section3 .containerMenu .CSWMenu .item.active .linkMenu .innerLinkMenu-4,
#blockGlobal .section3 .containerMenu .CSWMenu .item:hover .linkMenu .innerLinkMenu-4 {
	color:#b3b3b3;
	border-color:#b3b3b3;
}

/* block Color */

#blockGlobal .section5 .contentCol-1 ,
#blockGlobal .section7,
#blockGlobal .section9 ,
#blockGlobal .blockfooter {
	background-color:#219dd7;
}

#blockGlobal .section5 .contentCol-3 ,
#blockGlobal .colBlock div.CSWContainer{
	background-color:#66696f;
}

/* Block Produit */
#blockGlobal .blockProduit .titleProduit .titleLevel-2 {
	border-color:#66696f;
	color:#b3b3b3;
}

#blockGlobal .colBlock:hover div.CSWContainer {
    background-color: #b3b3b3;
}

/* block Collection */

#blockGlobal .section7.blockCollection .lineSeparate .line {
	border-color:#4db1df;
}

#blockGlobal .section7.blockCollection .lineSeparate .line.middle ,
#blockGlobal .section7.blockCollection .titleCollection .titleLevel-2 {
    border-color: #a6d8ef;
}



/*30-04-15*/
#blockGlobal .secondBackground {
	background-color:#66696f;
}
#blockGlobal .firstBackground .firstBackground.fashionContainer {
	background-color:#66696f;
}
#blockGlobal .secondBackground .colBlock div.CSWContainer {
	background:#219dd7;
}
.secondBackground .CSWWeather .day .visual,
.secondBackground .CSWWeather .today .visual{
	background:#66696f;
}
.CSWWeather .day .visual,
.CSWWeather .today .visual{
	background:#219dd7;
}
#blockGlobal .firstBackground{
	background-color:#219dd7;
}
#blockGlobal .secondBackground .secondBackground {
	background-color:#219dd7;
}



#blockGlobal .blockGallery .lineSeparate .line {
	border-color:#ccc;
}

#blockGlobal .blockGallery .lineSeparate .line.middle,
#blockGlobal .section12 {
	border-color:#66696f;
}
/*-----------------------------------------------+
+ Responsif                                      +
+-----------------------------------------------*/
@media screen and (max-width: 1200px) {
	#blockGlobal .blockMainMenu #menu1.CSWMenu .item .linkMenu.active .innerLinkMenu-3,
	#blockGlobal .blockMainMenu #menu1.CSWMenu .item .linkMenu:hover .innerLinkMenu-3,
	#blockGlobal .blockMainMenu #menu1 .subMenu .subItem .subLink.active .innerSubLink-3,
	#blockGlobal .blockMainMenu #menu1 .subMenu .subItem .subLink:hover .innerSubLink-3 {
		background: #219DD7;
	}
}
