
/* 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:#1b335b; border-color:#1b335b;}

.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 */


/** ============================================= **/
               /*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-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
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-weight: bold;
  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;
}
.Mobile #middle{
	background-color: white;
}
.Mobile #middle:after{
	content: "";
	display: table;
	clear: both;
}
/*#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;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.logo{
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 8px 15px 8px 20px;
    border-right: 3px solid #8c1418;
    /*width: 20%;*/
}

.Mobile .logo{
  float: left;
  width: inherit;
}
.Mobile .logo img {
    width: 140px;
    height: 69px;
    object-fit: contain;
}
.Tablet .logo{
  float: left;
}
.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: #8c1418;
    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 {
  width: 100px;
  height: 65px;
  object-fit: contain;
    margin-left: 15px;
    vertical-align: middle;
}
.Mobile .logo-top{
  background: #1b335b;
  padding: 15px 0;
  padding-left: 0;
  display: block;
  float: none;
  margin-top: 0;
  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: #8c1418;
}
.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 {
  display: inline-block;
  vertical-align: middle;
}
.tel-top{
  border-right: 2px solid #fff;
  margin-top: 5px;
  padding-right: 20px;
}
.top-head {
  display: block;
  padding-top: 6px;
}
.tel-top-head {
  text-align: right;
    float: right;
}
.tel-header {
  font-size: 24px !important;
  border-right: none;
  position: relative;
}
.tel-header:before {
  content: '';
  position: absolute;
  background: url(../images/icon-tel.png) no-repeat;
  background-size: cover;
  width: 22px;
    height: 22px;
    left: -36px;
    top: 2px;
}
span.tel.telMobile.tel-header {
    display: block;
    background: #392727;
}
span.tel.telMobile.tel-header a {
    display: inline-block;
    padding: 12px 0;
}

.tel-header a {
  color: #f3f3f3;
  text-shadow: 0 2px 6px #000;
}
.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;
  float: left;
  margin-top: 5px;
}
.Tablet .logo-top{
  display: none;
}
.tel {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #f3f3f3;
}
.tel svg {
  margin-right: 10px;
  font-weight: 300 !important;
  font-size: 26px;
}

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

#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}

/* Navigation */
.bot {
    background-color: #4c4c4c;
    box-shadow: 0px -4px 17px 2px #272424c4;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
}
.Mobile .bot{
  display: none;
}
.bloc-rappel{
	margin: -68px 0 0 auto;
    width: 423px;
}
.Mobile .bloc-rappel{
	margin: 0;
	width: inherit;
}
.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: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
}
.nav-list {
  	margin: 0;
	padding-left: 0;
	list-style: none;
  display: table;
	width: 80%;
}
.nav-item {
  	display: table-cell;
    vertical-align: middle;
}
.Mobile .nav-item {
  width: 100%;
  position: relative;
}
.nav-item > a {
  	text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    display: block;
    line-height: 120%;
    border-right: 1px solid #b5b5b5;
    /*border-left: 1px solid #ababab;*/
    transition: all .3s ease;
}
.nav-item > a:hover,
.nav-item.active > a {
	color: #8c1418;
}
.nav-item:hover .nav-submenu {
  display:block;
}
/* Navigation submenu */
.nav-submenu {
  background: #fff;
    list-style: none;
    display: none;
    padding-left: 0;
    position: absolute;
    width: 280px;
    z-index: 3;
    text-align: left;
}
.nav-submenu-item a {
  border-radius: 0;
  margin: 0;
  text-align: left;
  border-left: 1px solid #c8d0d6;
  border-right: 1px solid #c8d0d6;
  border-bottom: 1px solid #c8d0d6;
  border-top: 0px solid #c8d0d6;
}

.nav-submenu-item a {
  display: block;
  padding:3px 5px;
    color:#333;
}

.nav-submenu-item a:hover {
  background: #ff0000;
  color:#ffffff;
}
.nav-submenu-item:first-child a {
  border-top: 1px solid #c8d0d6;
}


.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;
}

.nav-mobile {
  display:none;
  float: right;
  margin-top: 15px;
  cursor:pointer;
  background:#3D3D3B url('../images/nav.svg') no-repeat center;
  background-size: 24px;
  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(../images/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 {
		display: block;
		background-color: transparent;
		width:100%;
    	margin: 0;
	}
	.nav-list {
		display:none;
		background: white;
    	width: 100%;
	}
	.nav-item {
		width:100% !important;
		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 {
  	background: #4c4c4c;
	display: block !important;
	color: #fff;
	font-size: 20px;
	padding: 9px 10px;
	font-weight: 800;
	margin: 0;
	position: relative;
	text-align: center;
}
.rapel-immediat {
  background: #8c1418;
    border-top: 1px solid #fff;
    padding-bottom: 5px;
}
.Mobile .rappel-titre {
	font-size: 18px;
}
#rappel_immediat {
    display: flex;
    background: #8c1418;
    padding: 10px 3rem;
    position: relative;
}
.Mobile #rappel_immediat{
	padding: 10px;
}
#rappel_immediat:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 211px solid transparent;
    border-right: 211px solid transparent;
    border-top: 40px solid #8c1418;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.Mobile #rappel_immediat:after{
	display: none;
}
/*.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;
}*/
.Mobile .rappel-titre:before {
  background: none;
}
/*.rappel-titre, 
#rappel_immediat {
  display: inline-block;
  vertical-align: middle;
}*/
.mr{
  text-align: right
}
.devis-deplacement {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    margin: 11px 0 0;
    font-size: 18px;
    text-shadow: 0 0px 8px #383636;
    width: 370px;
    background: #8c1418;
    padding: 10px;
    line-height: 120%;
    float: left;
}
.Tablet .devis-deplacement {
  text-align: center; 
}
.btn-realisations {
  background: #015db2;
    padding: 10px 10px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
.Tablet .btn-realisations {
  width: 23%;
    float: left;
}
/* Contenu */
.contenu {
    background-color: #f9f9f9;
	background-image: url("../images/brick-wall.png");
}
.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: #8c1418;
}
.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: #8c1418; 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: #8c1418; 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: #8c1418; 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: #1b335b; }

.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: #1b335b;
  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: #8c1418;
}

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

/* Banner */
.banner {
    /*background: transparent;*/
    height: 100vh;
    text-align: center;
    position: relative;
}
.slider-banner {
  background-size: cover !important;
  background-position: center !important;
    height: 100vh;

}
.banner-slide {
  background-size: cover !important;
  background-position: center !important;
  height: 100vh;
}

@media (min-width:992px) and (max-width:1600px) {
  .banner {
    height: 100vh;
  }
  .slider-banner,
  .banner-slide {
    height: 100vh;
  }
}
.Mobile .slider-banner,
.Mobile .banner-slide {
  height: 400px;
}
.banner .slide {
  position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.Mobile .banner .slide img{
  height: 400px !important;
}
.Mobile .banner{
  height: inherit;
  padding-bottom: 1rem;
}
#slider               { width:100%; height:690px; position:relative; z-index:45;}

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


.banner .container,
#slider .container {
  display: table;
  height: 100%;
  width: 100%;
}
.reparation .banner-slide {
  background: url(../images/img/bg-reparation.jpg) no-repeat;
}
.fuite .banner-slide {
  background: url(../images/img/bg-fuite.jpg) no-repeat;
}
.gouttiere .banner-slide {
  background: url(../images/img/bg-gouttiere.jpg) no-repeat;
  background-position: center bottom !important;
}
.peinture-de-toiture .banner-slide {
  background: url(../images/img/bg-peinture-de-toiture.jpg) no-repeat;
  background-position: center bottom !important;
}
.dessous .banner-slide {
  background: url(../images/img/bg-dessous.jpg) no-repeat;
}
.isolation .banner-slide {
  background: url(../images/img/bg-isolation.jpg) no-repeat;
}
.etancheite .banner-slide {
  background: url(../images/img/bg-etancheite.jpg) no-repeat;
}

.text-slider {
  display: table-cell;
  vertical-align: middle;
  padding-top: 25px;
}
.accroche {
  float: left;
  text-shadow: 0 2px 6px #000;
  text-align: left;
  max-width: 600px;
  color: white;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  /*margin-top: 5rem;*/
}
.Mobile .accroche{
  margin-top: 3rem;
}
.Tablet .accroche {
  max-width: 358px;
}
.accroche .titre-slider {
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 120%;
  margin-bottom: 0;
  text-transform: uppercase;
}
.Mobile .accroche .titre-slider {
  font-size: 21px;
  margin-top: 24%;
  text-align: center;
}
.right-devis {
  float: right;
  width:423px;
}
.Mobile .right-devis{
  float: none;
  width: inherit;
}
.right-devis p {
  background: #1b335b;
  margin: 0;
  padding: 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}
#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: #8c1418;
}
#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;
  flex: 220px;
}
.Mobile #rappel_immediat .input-form {
  width: 196px;
}
textarea.input-form{
  height: 90px;
  margin-bottom: 15px;
}
.btn-contact {
    margin: 0;
    background: #8c1418;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    
}
#rappel_immediat .btn-contact{
  	padding: 15px;
    font-weight: 800;
    font-size: 12px;
    background: #1b335b;
}
.footer-form span{
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: #8c1418;
}
.footer-form .btn-contact{
  float: right;
}

/* Réalisation */
.realisation {
  background-color: #f5f5f5;
  background-image: url("../images/img/french-stucco.webp");
  padding: 2rem 0 3rem;
}
.block-rea h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.item-rea {
  border: 2px solid #fff;
  padding: 5px;
}

.Mobile .ImgFull{
  height: inherit;
}
.article-block {
  padding-left: 3rem;
}
.Mobile .article-block{
	margin-top: 15px;
	padding-left: 0;
}
.article-block h2 {
  position: relative;
  margin: 0;
  border-left: 5px solid #8c1418;
  padding-left: 10px;
}
.article-block h1 {
  position: relative;
  margin: 0;
  border-left: 5px solid #8c1418;
  padding-left: 10px;
}
.Mobile .article-block h2{
  margin-top: 0;
  padding: 0;
  border: none;
}
.article-block p {
  margin-bottom: 0;
  text-align: justify;
}

.Titre{
  text-align: center;
  margin-top: -48px;
}
.Mobile .Titre{
  margin-bottom: 25px;
}
.Titre b {
  background: #8c1418;
  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: #8c1418;
}


/* Fooeter */
.footer {
  color: white;
  text-align: center;
}
.top-foot {
  background: #4c4c4c;
  padding-bottom: 10px;
}
.top-foot img {
  width: 150px;
  height: 25px;
  object-fit: contain;
}
.copyright {
  margin-bottom: 5px;
}
p.copyright span {
    display: block;
}
.copyright a {
  color: #e9e9e9;
}
.Mobile .copyright a{
	display: block;
}
.titre-album {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 4em 0 1em 0;
    color: #000;
}
.Mobile .top-foot a {
  line-height: 48px;
}
.Mobile .titre-album {
   padding: 5em 0 1em 0;
}
.GooglePlus {
  margin-left:35px;
}
.Mobile .video-mobile{
  width: 90% !important;
}

.bot-foot {
  background: #8c1418;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.btn-rea {
  padding: 6px 20px;
  background: #8c1418;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-right: -45%;
}
.Mobile .btn-rea {
  display: block;
  margin-right: 0;
  width: 200px;
    margin: 5px auto 5px auto;
    text-align: center;
}
#realisations {
  text-align: center;
}


.Block0 {
    padding: 5rem 0;
    background: white;
    margin-bottom: 3rem;
}
.Mobile .Block0{
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.Block .item-bloc {
    display: flex;
    border-bottom: 1px dashed #c1b5b5;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    align-items: center;
}
.Mobile .Block .item-bloc{
	display: block;
}
.Block0 .item-bloc {
	align-items: inherit;
}
.Block0 .item-bloc {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Block:last-child .item-bloc {
    border-bottom: none;
    padding-bottom: 0;
}
.Block0 .ImgLeft {
    flex: 0 0 50%;
}
.Block .ImgFull {
    flex: 0 0 25%;
}


.tel-contact {
    text-align: left;
}
.tel-contact a {
  color: #fff;
}
.tel-contact p {
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase;
}
.Desktop .tel-contact p {
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase;
    background: #333;
    padding: 6px;
    display: inline-block;
    margin-right: 10px;
}
.tel-contact p:after {
    content: "";
    display: block;
    border-top: 5px solid #8c1418;
    width: 50px;
    margin-left: 5px;
}
.tel-contact svg {
    margin-right: 10px;
    vertical-align: middle;
    fill: white;
    width: 16px;
    height: 16px;
}
.Mobile .tel-contact a {
    display: block;
    color: white;
    font-size: 24px;
}

.cat-block {
   padding-left: 0;
   list-style: none;
	margin-top: 2rem;
}
.Mobile .cat-block {
    text-align: center;
}
.cat-block .slick-track{
  margin: 0 -15px;
}

.cat-block .cat-item_ {
	padding: 0 15px;
}
.Mobile .cat-block .cat-item_ {
    padding: 0 15px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 0 5px;
}
.cat-block .cat-item_ a {
	background: #333;
	border: 5px solid #8c8c8c;
    border-radius: 100%;
    overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    text-shadow: none;
    color: white;
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
}
.Mobile p.titre-cat {
    position: relative;
    z-index: 1;
}
.Mobile .cat-block .cat-item_ a{
	width: 100%;
    height: 170px;
    border-radius: 0;
    margin-bottom: 15px;
}
.cat-block .cat-item_ a img {
	position: absolute;
	opacity: .7;
	transition: all .5s ease;
}
.Mobile .cat-block .cat-item_ a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    z-index: 0;
}
.cat-block .cat-item_ a:hover img {
	opacity: .2;
}
.cat-block .cat-item_ a span {
	position: relative;
	text-align: center;
}
.Mobile .cat-block .cat-item_ a span{
	position: absolute;
    display: block;
    bottom: 0;
    padding: 15px;
    background: #8c8c8c;
    width: 100%;
}
.Mobile span.nav-click {
    position: absolute;
    top: 0!important;
    background: #333;
}
/*span.nav-click::before {
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    left: 50%;
    transform: translate(-50%);
    top: 30%;
}*/
.Mobile .navbar {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 3px solid #000;
    background-color: #fff;
    top: 0;
}
.the_top {
  top: 100% !important;
}
div#realisations img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.Desktop .titre-album {
  padding: 6em 0 1em 0;
}
.mentions h2 {
    padding-top: 170px;
}
body.Mobile.mentions h2 {
    padding-top: 129px;
}
body.Mobile.mentions ol {
    padding: 0px 25px;
}
.conteneur_page_introuvable {
    background-color: #9b0b0b;
    height: 100vh;
    display: flex;
    align-items: center;
}
.conteneur_page_introuvable h1 {
    color: #fff;
    font-size: 90px;
    font-family: sans-serif;
}
.Mobile .conteneur_page_introuvable h1 {
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
}
.conteneur_page_introuvable p {
    color: #fff;
    font-size: 1.1rem;
}
.conteneur_page_introuvable a {
    color: #fff;
    font-size: 1.1rem;
    border-bottom: 1px solid;
}
.Mobile p.copyright > span {
    display: block;
}
.content_text_agence {
    background-color: #4c4a4a;
    text-align: center;
}
.content_text_agence p {
    color: #fff;
}
.content_text_agence a {
    color: #d7d3d3;
    border-bottom: 1px solid;
}
.Mobile ul.cat-block {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}
a.logo img {
    width: 200px;
}

#temoignages {
    background-image: url(../images/img/bg-avis.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4em 0;
    text-align: center;
    color: white;
}

#temoignages b {
  font-size: 36px;
  text-transform: uppercase;
  display: block;
  line-height: 130%;
}

.Mobile #temoignages b {
  font-size: 28px
}
#temoignages b::after {
  content: "";
  display: block;
  margin: 2rem auto;
  border-bottom: 3px solid #8c1418;
  width: 70px;
}

#temoignages span {
  color: #b50000
}
.temoin span {
  color: #ff3a3a;
}

#temoignages p {
  font-size: 18px;
    text-align: center;
    font-style: italic;
}
.Mobile #temoignages {
    background-image: url(../images/img/bg-mobile-avis.webp);
}

.temoin {
  background: #202020;
    color: white;
    padding: 170px 0 80px;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% auto;
    grid-gap: 20px;
}
.col-right {
    background: white;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
    color: white;
}
.Mobile h1.Titrecontenu {
    font-size: 22px;
}
h2.Titrecontenu {
    font-size: 18px;
    letter-spacing: 1px;
}
#avis_form {
    margin-top: 15px;
}

#avis_form label {
  display: block;
  color: black;
    margin-top: 5px;
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}
#MonAvis span {
  font-size: 18px;
  color: #b50000;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}
.btn-temoin {
    border: none;
        background: #8e0000;
    margin-top: 1rem;
    cursor: pointer;
    color: #f6f6f6;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/img/rating-sprit.webp') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

.logo-divers_ {
    padding: 25px 0;
    text-align: center;
}
.item-logo img {
    width: 150px;
    margin: 0 7px;
}
.item-logo img:nth-child(6) {
  width: 100px;
}
.item-logo img:nth-child(7) {
    width: 80px;
}
