
/* Slick style */
.slick-slider         { position:relative; display:block; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-list           { position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus       { outline:none;}
.slick-list.dragging      { cursor:pointer; cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list   { -webkit-transform:translate3d(0 0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}
.slick-track          { position:relative; top:0; left:0; display:block;}
.slick-track:before, 
.slick-track:after        { display:table; content: '';}
.slick-track:after        { clear:both;}
.slick-loading .slick-track   { visibility:hidden;}
.slick-slide          { display:none; float:left; height:100%; min-height:1px;}
[dir='rtl'] .slick-slide    { float:right;}
.slick-slide img        { display:block;}
.slick-slide.slick-loading img  { display:none;}
.slick-slide.dragging img   { pointer-events:none;}
.slick-initialized .slick-slide { display:block;}
.slick-loading .slick-slide   { visibility:hidden;}
.slick-vertical .slick-slide  { display:block; height:auto; border:1px solid transparent;}

.slick-dots           { width:100%; height:15px; position:relative; bottom:0; left:0; text-align:center; padding:0; margin: 0 line-height:0; z-index:50;}
.slick-dots li        { display:inline-block; height:15px; margin:0 10px;}
.slick-dots button    { display:block; width:14px; height:14px; text-indent:-9999px; background:none; padding:0; border:1px solid #bbb; cursor:pointer; background: #fff; }
.slick-active button  { background:#3d3c3f; border-color:#3d3c3f;}

.slick-prev         { width:40px; height:70px; background:url(images/arrow-left.svg) 100% 50% no-repeat; position:absolute; left:0; top:50%; z-index:50; cursor:pointer; text-indent:-9999px; border:0; padding:0; margin-top:-35px;}
.slick-next         { width:50px; height:70px; background:url(images/arrow-right.svg) 0 50% no-repeat; position:absolute; right:0; top:50%; z-index:50; cursor:pointer; text-indent:-9999px; border:0; padding:0; margin-top:-35px;}
/* End slick style */


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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-call:before {
  content: "\e900";
}


/** ============================================= **/
               /*styles*/
/** ============================================= **/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
body:after {
  content:'';
  background: url(../images/img/bg_sm.jpg) no-repeat top;
  height: 100%;
  top: 0;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: -1;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  /*opacity: .8;*/
}
a:focus,
button:focus {
  outline: 0 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
b,
strong{
  font-weight: 800;
}
h1,
h2,
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
  line-height: 100%;
  color: #000;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 24px;
}
.Mobile h2{
  font-size: 24px;
}
h3{

}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container{
  max-width: 1170px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.col-sm-1, .col-md-1, .col-sm-2, .col-md-2, .col-sm-3, .col-md-3, .col-sm-4, .col-md-4, .col-sm-5, .col-md-5, .col-sm-6, .col-md-6, .col-sm-7, .col-md-7, .col-sm-8, .col-md-8, .col-sm-9, .col-md-9, .col-sm-10, .col-md-10, .col-sm-11, .col-md-11, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/* Header */
#top,
#middle {
  background-color: #585757;
  position: relative;
}
#top:before,
#middle:before {
	content: "";
  background-image: url(../images/img/black-scales.png);
  top:0;
  position: absolute;
  height: 100%;
  left: 0;
  opacity: .7;
  width: 100%;
}
.navbar {
    text-align: center;
}
.logo{
    color: white;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: 10px;
    padding: 0 10px;
}
.logo img {
    width: 210px;
    background: #ffffff2e;
}
.Mobile .logo img{
  height: 140px;
}
.Mobile .logo{
  padding-left: 5px;
  position: relative;
  margin-bottom: 15px;
  z-index: 1000 !important;
}
.logo span{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
    letter-spacing: normal;
}
.logo em{
    font-style: normal;
    font-weight: 800;
    color: #18a262;
    letter-spacing: -3px;
}
.right-btn {
  float: right;
  margin-top: 5px;
}
.Tablet .right-btn {
  float: none;
}
.right-btn .btn {
  padding: 10px 35px !important;
  font-size: 14px !important;
  margin: 0;
  margin-left: 10px;
}
.logo-top img {
  max-width: 100%;
  margin-left: 15px;
}
.Mobile .logo-top{
  background: #3d3c3f;
  padding: 1rem 0;
  padding-left: 0;
  display: block;
  text-align: center;
}
.Mobile .logo-top img{
      margin: 0 4px;
}
.Mobile .right-btn{
  float: none;
  text-align: center;
  margin: 15px -10px 0;
  clear: both;
  background: #18a262;
}
.Tablet .right-btn .btn{
  padding: 10px 13px !important;
}
.Mobile .right-btn .btn {
  padding: 10px !important;
  margin: 0 5px;
  width: 47%;
  vertical-align: middle;
}

.tel-top, .logo-top {
  display: inline-block;
  vertical-align: middle;
}
.tel-top{
  border-right: 2px solid #949393;
  margin-top: 5px;
  padding-right: 20px;
}
.Mobile .tel-top{
  border-right:none;
  padding-bottom: 15px;
  margin-top: 15px;
  padding-right: 0;
}
.Mobile .tel-top a {
  color: white;
  font-weight: 700;
  font-size: 17px;
  margin: 15px 7px;
}
.Tablet .tel-top {
  float: left;
    width: 40%;
    margin-top: 0;
    text-align: right;
    border-right: none;
}
.Tablet .tel-top a {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin: 15px 7px;
}
.logo-top{
  padding-left: 10px;
}
.Tablet .logo-top{
  display: none;
}
.tel {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  letter-spacing: -2px;
  font-weight: 700;
  color: #f3f3f3;
}
.tel .icon {
  margin-right: 10px;
  font-weight: 300 !important;
  font-size: 26px;
}

.Mobile .tel-top .icon {
  margin-right: 10px;
}

/* Navigation */
.bot {
  background-color: #18a262;
  text-align: left;
}
.Mobile .bot{
  display: none;
}
.btn {
  border: 2px solid #000;
  padding: 15px 35px;
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav {
  margin-top: 5px;
  background: #3d3c3f;
  border-radius: 15px 15px 0 0;
}
.nav-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.nav-item {
  display: table-cell;
  margin: 10px 0;
}
.nav-item > a {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 0 12px;
  text-align: center;
  display: block;
  line-height: 120%;
  border-right: 1px solid #6f6e6e;
  border-left: 1px solid #2b2929;
}
.Mobile .nav-item > a {
  border-right: none;
  border-left: none;
}
.nav-item:first-child > a {
  border-left: none;
}
.nav-item:last-child > a {
  border-right: none;
}

/* Mobile navigation */
/*.nav-mobile {
	display:none; 
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url(skins/default/images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}*/
.nav-mobile {
  display:none;
  float: right;
  margin-top: -134px;
  cursor:pointer;
  background:#3D3D3B url('../images/bars.png') no-repeat center;
  height:50px;
  width:50px;
}
.Tablet .nav-mobile {
  margin-top: 20px;
} 
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #8B2870;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
    display:block !important;
	}
	.nav {
		width:100%;
    margin: 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
    display: block;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}
.Tablet .nav {
  position: absolute;
    z-index: 10;
    border-radius: 0;
}
/* Rappel */
.rappel-titre {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  width: 30%;
  font-weight: 800;
  margin: 7px 0;
  margin-left: 3%;
  position: relative;
  text-align: center;
}
.rappel-titre:before {
  content:"";
  background: url('../images/img/arrow-vert.png') no-repeat left center;
  height: 37px;
  position: absolute;;
  left: -8px;
  top: 13px;
  width: 8px;
}
.rappel-titre, 
#rappel_immediat {
  display: inline-block;
  vertical-align: middle;
}
.mr{
  text-align: right
}
.devis-deplacement {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  /*padding-left: 110px;*/
  margin: 13px 0 0;
  font-size: 20px;
  text-shadow: 0 0px 8px #383636;
}
.Tablet .devis-deplacement {
  text-align: center; 
}
.btn-realisations {
  background: #1e51a0;
    padding: 10px 10px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
.Tablet .btn-realisations {
  width: 23%;
    float: left;
}
/* Contenu */
.contenu {
    background: #f9f9f9;
    padding: 3rem 0;
}
.Mobile .contenu{
  padding-top: 0;
}
.article-wImg{
  border: 1px solid #f1f1f1;
  background: white;
  padding: 0 20px 20px;
  padding-left: 50%;
  position: relative;
}
.article-wImg:before{
  content: "";
  background: url('../images/img/img-4.jpg') no-repeat center;
  background-size: cover;
	position: absolute;
	left: 0;
	height: 100%;
	width: 360px;
}
.article-wImg p,
.article-nImg p {
	margin-bottom: 0;
}
.article-wImg h1{
  padding-top: 25px;
  margin-top: 0;
}
.article-nImg{
  background: white;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.article-nImg h2{
  margin-top: 0;
  color: #18a262;
}
.spacer{
  margin-top: 20px;
}
.bloc-2 {
  border: 1px solid #f1f1f1;
  background: white;
  padding: 20px;
}
.salle-de-bain .bloc-2,
.rehaussement  .bloc-3{
  border: none;
  background: transparent;
  padding: 20px;
}

.bloc-2 .block-travaux .desc {
  position: absolute;
    left: -155px;
    background: rgba(245, 122, 26, .9);
    padding: 20px;
    font-size: 14px;
    color: #fff;
    top: 25px;
}

.bloc-2 .block-travaux .desc h3 {
  color: #fff; font-size: 22px;
}

.bloc1 .content .titre {
  text-align: center;
}

.bloc1 .img {
  background: url(../images/img/salle-de-bains.jpg) no-repeat center;
  height: 400px; 
}

.lavabos-et-eviers .img {
  background: url(../images/visuel/lavabos-eviers.jpg) no-repeat center;
  background-size: cover;
}

.baignoires .img {
  background: url(../images/visuel/baignoires.jpg) no-repeat center;
  background-size: cover;
}

.receveurs-douche .img {
  background: url(../images/visuel/receveur-douche.jpg) no-repeat center;
  background-size: cover;
}

.wc-toilettes .img {
  background: url(../images/visuel/wc-toilettes.jpg) no-repeat center;
  background-size: cover;
}
.ventilations .img {
  background: url(../images/visuel/ventilateur-salle-de-bain.jpg) no-repeat center;
  background-size: cover;
}
.electricite .img {
  background: url(../images/visuel/electricite-generale.jpg) no-repeat center;
  background-size: cover;
}
.chauffage-plomberie .img {
  background: url(../images/visuel/chauffage.jpg) no-repeat center;
  background-size: cover;
}
.peintures .img {
  background: url(../images/visuel/peintures.jpg) no-repeat center;
  background-size: cover;
}
.plaque-platres-carreaux .img {
  background: url(../images/visuel/carreaux-de-platre.jpg) no-repeat center;
  background-size: cover;
}
.carrelage .img {
  background: url(../images/visuel/carrelage.jpg) no-repeat center;
  background-size: cover;
}
.enduits .img {
  background: url(../images/visuel/enduits.jpg) no-repeat center;
  background-size: cover;
}

.bloc1 .white { position: relative; background-color: #fff; }

.bloc1 .texte { padding: 15px 20px; }

.big-titre {
  text-align: center;
}
.big-titre h2 {
  margin-bottom: 30px; text-transform: uppercase;
}
.big-titre h2::before { content: ""; background-color: #18a262; width: 75px; height: 3px; display: block; margin: 0 auto 15px; }
.texte  {
  font-size: 14px;
}

.sousTitre p {
  margin: -20px auto 40px; text-align: center; color: #777; max-width: 800px; font-size: 15px;
}

.img-middle {
  height: 330px;
  background: url('../images/img/salle-de-bains.jpg') no-repeat center; background-size: cover;
  margin: 1em 0;
}

.rehaussement .img-middle {
  height: 520px;
  background: url(../images/img/rehauss-img1.jpg) no-repeat center;);
background-size: cover;
}

.al-left { text-align: left; }
.al-right { text-align: right; }

.slideServ .inn { margin: 0 10px; }

.visuel  {
  position: relative;
  padding: 15px;
  background: #fff; color: #777;
  min-height: 190px; margin-bottom: 30px; text-align: center; transition: all .5s ease;
}

.visuel:hover { -webkit-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.2); box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.2); }

.visuel h3 { color: #000; text-transform: uppercase; line-height: 22px; margin: 25px 0 15px; }
.visuel h3::after { content: ""; background-color: #18a262; width: 35px; height: 3px; display: block; margin: 5px auto 0; }
.visuel h3+p { font-size: 13px; line-height: 20px; height: 80px; overflow: hidden; margin: 0 0 30px; }
.visuel p    { margin: 0; }
.visuel a { color: #fff; transition: all .5s ease; display: block; width: 50px; height: 50px; background-color: #18a262; text-indent: -9999px; font-size: 0; margin: auto; position: absolute; left: 0; right: 0; bottom: -25px; }
.visuel a::before { content: "+"; position: absolute; top: 12px; left: 0; right: 0; font-size: 35px; color: #fff; text-indent: initial; }
.visuel a:hover  { background-color: #3d3c3f; }

.visuel::before {
  content: ""; position: relative; top: 0; left: 0; width: 100%; height: 225px; display: block; background-size: cover !important;
}

.salle-de-bain .visuel.item1::before { background: url('../images/visuel/lavabos-eviers.jpg') no-repeat center; }
.salle-de-bain .visuel.item2::before { background: url('../images/visuel/baignoires.jpg') no-repeat center; }
.salle-de-bain .visuel.item3::before { background: url('../images/visuel/receveur-douche.jpg') no-repeat center; }
.salle-de-bain .visuel.item4::before { background: url('../images/visuel/wc-toilettes.jpg') no-repeat center; }
.salle-de-bain .visuel.item5::before { background: url('../images/visuel/ventilateur-salle-de-bain.jpg') no-repeat center; }
.salle-de-bain .visuel.item6::before { background: url('../images/visuel/electricite-generale.jpg') no-repeat center; }
.salle-de-bain .visuel.item7::before { background: url('../images/visuel/chauffage.jpg') no-repeat center; }
.salle-de-bain .visuel.item11::before { background: url('../images/visuel/carreaux-de-platre.jpg') no-repeat center; }
.salle-de-bain .visuel.item8::before { background: url('../images/visuel/peintures.jpg') no-repeat center; }
.salle-de-bain .visuel.item9::before { background: url('../images/visuel/carrelage.jpg') no-repeat center; }
.salle-de-bain .visuel.item10::before { background: url('../images/visuel/enduits.jpg') no-repeat center; }

.rehaussement .visuel.item1::before { background: url('../images/visuel/beton-parpaings.jpg') no-repeat center; }
.rehaussement .visuel.item2::before { background: url('../images/visuel/beton-cellulaire.jpg') no-repeat center; }
.rehaussement .visuel.item3::before { background: url('../images/visuel/brique-alveolaires.jpg') no-repeat center; }
.rehaussement .visuel.item4::before { background: url('../images/visuel/ceinture-arase.jpg') no-repeat center; }
.rehaussement .visuel.item5::before { background: url('../images/visuel/bois-charpente.jpg') no-repeat center; }
.rehaussement .visuel.item6::before { background: url('../images/visuel/couverture-toiture.jpg') no-repeat center; }
.rehaussement .visuel.item7::before { background: url('../images/visuel/isoler-interieur.jpg') no-repeat center; }
.rehaussement .visuel.item8::before { background: url('../images/visuel/isolation-exterieur.jpg') no-repeat center; }
.rehaussement .visuel.item9::before { background: url('../images/visuel/quantite-lumiere.jpg') no-repeat center; }

.block-travaux .bloc-img {
  background: url('../images/img/salle-de-bain-beige.jpg') no-repeat center;
  height: 400px; background-size: cover;
}

.rehaussement .bloc-img {
  background: url(../images/img/rehauss-img2.jpg) no-repeat center ;
  height: 400px; background-size: cover;
}

.rehaussement.bloc-img {
  background: url('../images/img/rehauss-img2.jpg') no-repeat center;
  height: 400px; background-size: cover;
}

.rehaussement .bloc-img { height: 450px; }

.block-travaux .etape h4 {
  text-transform: uppercase;
  color: #ffff;
  margin: 0;
  background: #3d3c3f;
  padding: 5px 14px;
  position: relative;
}
.block-travaux .etape h4::before {
  content: "+"; display: block; color: #fff; position: absolute; top: 4px; right: 14px; font-size: 24px;
}

.block-travaux .etape h4.active::before {
  content: "-"; top: 3px; font-size: 30px;
}

.block-travaux .etape p {
  font-size: 14px;
  margin: 0 0 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease;
  padding: 7px;
}

.block-travaux .etape h4.active{
  background-color: #18a262;
}

.block-travaux .etape h4.active+p {
  height: auto;
  opacity: 1;
  transition: all .5s ease;
}

/* Banner */
.banner {
    /*background: url('../images/img/bg-home.jpg') no-repeat center;
    background-size: cover;
    background-position: center;*/
    background: transparent;
    height: 688px;
    text-align: center;
    position: relative;
}

.slide {
  position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.img-sld {
  background-size: cover !important;
  background-position: center !important;
  height: 688px;
}
/*.slide img{
  height: 688px !important;
}*/
.Mobile .slide img{
  height: 350px !important;
}
.Mobile .banner{
  height: inherit;
  padding-bottom: 3rem;
}
#slider               { width:100%; height:690px; position:relative; z-index:45;}

#slider .slick-list   { width:100%; height:100%;}
#slider .slick-track  { width:100%; height:100%;}


.salle-de-bain .banner1 {
  background-image: url('../images/img/bg-salle-de-bain.jpg');
  background-size: cover;
}

.rehaussement .banner1 {
  background-image: url('../images/img/bg-rehausse1.jpg');
  background-size: cover;
}

.salle-de-bain .banner2 {
  background-image: url('../images/img/bg-salle-de-bain4.jpg');
  background-size: cover;
}

.rehaussement .banner2 {
  background-image: url('../images/img/bg-rehausse2.jpg');
  background-size: cover;
}

.salle-de-bain .banner3 {
  background-image: url('../images/img/bg-salle-de-bain5.jpg');
  background-size: cover;
}

.rehaussement .banner3 {
  background-image: url('../images/img/bg-rehausse3.jpg');
  background-size: cover;
}

.banner .container,
#slider .container {
  display: table;
  height: 100%;
  width: 100%;
}
.text-slider {
  display: table-cell;
  vertical-align: middle;
}
.accroche {
  float: left;
  background: rgba(117, 117, 117, 0.79);
  text-align: center;
  max-width: 460px;
  color: white;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  padding: 20px;
  margin-top: 5rem;
  border-radius: 25px 0;
}
.Mobile .accroche{
  margin-top: 3rem;
}
.Tablet .accroche {
  max-width: 358px;
}
.accroche h1{
  color: white;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.Mobile .accroche h1{
  font-size: 24px;
}
.right-devis {
  float: right;
}
.Mobile .right-devis{
  float: none;
}
.right-devis h3{
  background: #3d3c3f;
  margin: 0;
  padding: 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#mail,
#mail2{
  display: none;
}
#contact-form {
    background: white;
    padding: 20px;
    text-align: left;
}
@media(min-width:768px){
  .inline-block > div {
      float: left;
      width: 50%;
  }
}
.legend{
  padding: 0;
  margin-bottom: 5px;
  font-weight: 800;
  color: #18a262;
}
#contact-form label{
  font-weight: 800;
  font-size: 14px;
    display: block;
}
.inline-block {
    margin-bottom: 10px;
}
.inline-block:after {
    content: "";
    display: table;
    clear: both;
}
@media(min-width:768px){
  .inline-block > div:first-child {
    padding-right: 5px
  }
  .inline-block > div:last-child {
    padding-left: 5px
  }
}
.input-form {
    display: block;
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    border: none;
}
#rappel_immediat .input-form{
  display: inline-block;
  width: 220px;
}
textarea.input-form{
  height: 90px;
  margin-bottom: 15px;
}
.btn-contact {
    margin: 0;
    background: #18a262;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    
}
#rappel_immediat .btn-contact{
  padding: 15px;
  font-weight: 800;
  font-size: 12px;
  background: #1e51a0;
}
.footer-form span{
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: #18a262;
}
.footer-form .btn-contact{
  float: right;
}

/* Réalisation */
.realisation {
  background-color: #f5f5f5;
  background-image: url("../images/img/french-stucco.png");
  padding: 2rem 0 3rem;
}
.block-rea h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.item-rea {
  border: 2px solid #fff;
  padding: 5px;
}
.Block {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 30px 0 0;
  padding: 0 15px;
}
.Mobile .Block{
  width:100%;
}
.ImgFull {
  height: 250px;
  overflow: hidden;
}
.Mobile .ImgFull{
  height: inherit;
}
.article-block {
  background: white;
  padding: 20px;
}
.article-block h2 {
  margin-top: -45px;
  background: white;
  position: relative;
  padding: 10px 20px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.Mobile .article-block h2{
  margin-top: 0;
  padding: 0;
  border: none;
}
.article-block p {
  margin-bottom: 0;
  text-align: justify;
}
.Block.Block0 {
  display: flex;
  background: white;
  border: 1px solid #eee;
  width: 100%;
  padding: 0;
}
.Mobile .Block.Block0 {
  display: block;
}
.Block.Block0 .ImgLeft, 
.Block.Block0 .article-block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.Mobile .Block.Block0 .ImgLeft, 
.Mobile .Block.Block0 .article-block {
  width: 100%;
}
.Block.Block0 .article-block h2 {
  margin-top: 0;
  border:none;
  padding: 0;
}

.Titre{
  text-align: center;
  margin-top: -48px;
}
.Mobile .Titre{
  margin-bottom: 25px;
}
.Titre b {
  background: #18a262;
  color: #fff;
  opacity: 1 !important;
  display: inline-block;
  padding: 22px 44px !important;
  text-transform: uppercase;
  font-size: 25px !important;
  min-width: 350px !important;
  position: relative;
}
.Mobile .Titre b{
  font-size: 18px !important;
  min-width: 250px !important;
}
.Tablet .Titre b{
  padding: 22px 30px !important;
}
.Titre b:before,
.Titre b:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 0 solid transparent;
}
.Titre b:before {
  left: -23px;
  border-right: 23px solid #cdcdcd;
}
.Mobile .Titre b:before {
  left: 0;
  border-right: none;
}
.Titre b:after {
  right: -23px;
  border-left: 23px solid #cdcdcd;
}
.Mobile .Titre b:after {
  right: 0;
  border-left: none;
}
.Desktop .Liens {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  margin: 25px auto 0;
  max-width: 75%;
  font-size: 14px;
}
.Liens a {
  color: #000;
  display: block;   
  position: relative; 
  margin: 5px 0;
  padding-left: 20px;
}
.Mobile .Liens a{
  padding-left: 0;
  text-align: center;
}
.Liens a:before{
  content: "◆";
  float: left;
  position: absolute;
  left: 0;
  color: #7e7e7e;
}
.Mobile .Liens a:before{
  display: none;
}
.Liens a:hover, 
.Liens a:hover:before {
    text-decoration: none;
    color: #18a262;
}


/* Fooeter */
.footer {
  background: #3d3c3f;
  color: white;
  text-align: center;
}
.copyright a {
  color: #a7a7a7;
}
.titre-album {
  display: block;
    text-align: center;
    font-size: 30px;
    padding: 2em 0;
    color: #000;
}

.GooglePlus {
  margin-left:35px;
}
.Mobile .video-mobile{
  width: 90% !important;
}