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

.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-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
body:after {
  content:'';
  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;
  height: auto;
  max-width: 100%;
}
b,
strong{
  font-weight: 800;
}
h1,
h2,
h3,
.h3 {
	font-weight: 700;
  line-height: 100%;
  color: #000;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 24px;
}
.Mobile h2{
  font-size: 24px;
}
.h3{
  display: block;
}
.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 {
  position: relative;
  padding: 5px 0;
}
/*#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%;
}*/
@media(min-width: 1200px) {
  #top .container {
    max-width: 1400px;
  }
}
.navbar {
    text-align: center;
    background: rgb(255 255 255 / 81%);
    position: absolute;
    width: 100%;
    z-index: 10;
}
.Mobile .navbar {
    position: fixed;
}
.realisations .navbar,
.mentions .navbar {
  position: relative;
}
.logo{
    color: white;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: -30px;
}
.Mobile .logo{
  padding-left: 5px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
  z-index: 1000 !important;
}
@media(max-width: 767px) {
  .logo img {
    width: 170px;
  }
}
.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: #1b6fc1;
    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: 70px;
}
.img_gd {
  margin-left: 15px;
}
.Mobile .logo-top{
  background: #a4a4a4;
  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: #1b6fc1;
}
.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: 10px;*/
}
.Tablet .tel-top,
.Mobile .tel-top{
  border-right: none;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-right: 0;
    display: flex;
    justify-content: center;
}
.Tablet .tel-top a,
.Mobile .tel-top a {
  color: white;
    font-weight: 700;
    font-size: 14px;
    margin: 7px;
    background: #1b6fc1;
    padding: 7px 15px;
    border-radius: 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: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  letter-spacing: -2px;
  font-weight: 700;
  color: #000000;
}
.tel svg {
  margin-right: 4px;
    width: 17px;
    fill: black;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.Tablet .tel-top svg,
.Mobile .tel-top svg {
  margin-right: 2px;
    fill: white;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

/* Navigation */
.bot {
  text-align: left;
}
.btn {
  border: 2px solid #000;
  padding: 15px 35px;
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-menu {
  float: right;
  text-align: right;
  width: 82%;
}
@media(min-width: 1200px) {
  .nav .container {
        max-width: 100%;
        padding: 5px;
    }
}
.nav-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.nav-item {
  display: table-cell;
  vertical-align: middle;
    margin: 0 14px 0 0;
    transition: all .4s linear;
    position: relative;
    padding: 10px 0 5px;
}
.nav-item:before {
  content: '';
    position: absolute;
    border-bottom: 4px solid #1b6fc1;
    height: 4px;
    width: 0;
    left: 0;
    transition: all .4s linear;
    top: -2px;
}
.nav-item:last-child {
  margin-right: 0;
}
.Mobile .nav-item {
  width: 100%;
}
.nav-item:hover a,
.nav-item.active a {
  color: #1b6fc1;
}
.nav-item:hover:before,
.nav-item.active:before {
  width: 100%;
}
.nav {
    background: white;
}
.nav-item > a {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 120%;
}
.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: 10px;
  cursor:pointer;
  background:#3D3D3B url('../images/bars.png') no-repeat center;
  height:50px;
  width:50px;
}
.Tablet .nav-mobile {
  margin-top: 0;
} 
/* 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: 991px) {
	.nav-mobile {
    display:block !important;
	}
  .nav-menu {
    float: none;
    text-align: center;
    width: 100%;
  }
	.nav {
		width:100%;
    margin: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    border-top: none;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100% !important;
		float:none;
    display: block;
	}
	.nav-item > a {
		text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
	}
  .nav-item:last-child > a {
    border-bottom: none;
  }
	.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 black;
    color: black;
  padding: 5px 10px;
  width: 30%;
  font-weight: 800;
  margin: 7px 0;
  margin-left: 3%;
  position: relative;
  text-align: center;
  font-size: 12px;
}
.rapel-immediat {
  background: #1b6fc1;
    border-top: 1px solid #fff;
    padding-bottom: 5px;
}
@media(max-width: 767px) {
  #noMobile { display: none; }
  .rapel-immediat {
    background: #a4a4a4;
    text-align: center;
  }
}
.Mobile .rappel-titre {
  border: none;
    padding: 5px 0px;
    width: 100%;
    font-weight: 800;
    margin: 7px 0;
    margin-left: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
}
.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;
  filter: invert(1);
}
.Mobile .rappel-titre:before {
  background: none;
}
.rappel-titre, 
#rappel_immediat {
  display: inline-block;
  vertical-align: middle;
}
.mr{
  text-align: right
}
.devis-deplacement {
  color: black;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    font-size: 20px;
}
.Tablet .devis-deplacement {
  text-align: center; 
}
.btn-realisations {
  background: #fcb711;
    padding: 10px 10px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
.Tablet .btn-realisations {
  width: 23%;
    float: left;
}
/* Contenu */

.caption-cat {
  display: flex;
  align-items: center;
  justify-content: center;
}
.competences p{
  font-size: 34px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #1b6fc1;
}
.cat-item div,
.cat-item div img {
  position: relative;
}
.cat-item div span {
  position: absolute;
    left: 0;
    bottom: 16px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 0px 3px #000;
    padding-left: 30px;
}
.cat-item div span:before {
    content: '';
    border-left: 4px solid #1b6fc1;
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    margin-left: 15px;
}
@media (max-width: 768px) {
  .competences {
    margin-bottom: 6em;
  }
  .caption-cat {
    display: block;
    text-align: center;
  }
  .cat-item div img {
    width: 100%;
    height: 100%;
  }
}
.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: #1b6fc1;
}
.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: #1b6fc1; 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: #1b6fc1; 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: #1b6fc1; 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: #a4a4a4; }

.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: #a4a4a4;
  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: #1b6fc1;
}

.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: 670px;
    text-align: center;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.slide {
  position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*.Mobile .slide img{
  height: 350px !important;
}*/
.Mobile .banner{
  padding-bottom: 3rem;
  height: 500px;
}
.img-sld {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 670px;
}
.Mobile .img-sld {
  height: 500px;
}

#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: bottom;
}
.accroche {
  float: left;
  /*background: rgba(117, 117, 117, 0.79);*/
  text-align: left;
  max-width: 600px;
  color: white;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  padding: 20px;
  margin-top: 5rem;
  border-radius: 25px 0;
}
.Mobile .accroche,
.Tablet .accroche {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.Tablet .accroche {
  max-width: 358px;
}
.titre-h1 h1{
  color: #1b6fc1;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
}
.titre-h1 h1:before {
    content: '';
    position: absolute;
    border-left: 4px solid #1b6fc1;
    height: 90%;
    top: 6px;
    left: 0;
}
.Mobile .titre-h1 h1{
  font-size: 24px;
}
.right-devis {
  float: right;
}
.Mobile .right-devis {
    float: none;
    margin-top: 20px;
}
.right-devis .h3{
  background: #a4a4a4;
  margin: 0;
  padding: 15px;
  color: #151515;
  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: #1b6fc1;
}
.Mobile .legend{
  color: #1b6fc1;
}
#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: 13.5px;
    background: #ffffff;
    border: none;
}
.right-devis .input-form,
.text-slider .input-form {
    background: #ececec;
}
#rappel_immediat .input-form {
  display: inline-block;
  width: 198px;
  vertical-align: middle;
}
.Mobile #rappel_immediat .input-form {
  width: 196px;
}
textarea.input-form{
  height: 90px;
  margin-bottom: 15px;
}
.btn-contact {
    margin: 0;
    background: #1b6fc1;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    
}
#rappel_immediat .btn-contact{
  padding: 14px 15px;
  font-weight: 800;
  font-size: 12px;
  background: #1b6fc1;
  border-radius: 0 3px 3px 0;
  vertical-align: middle;
}
.footer-form span{
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: #585858;
}
.Mobile .footer-form span{
  color: #1b6fc1;
}
.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;
  line-height: 28px;
}
.Block.Block0 {
  display: flex;
    background: white;
    border: 1px solid #eee;
    width: 100%;
    padding: 0;
    align-items: center;
    margin-top: 3em;
}
.titre-h1 {
    margin-top: 50px;
}
.Mobile .Block.Block0 {
  display: block;
  margin-top: 0;
}
.Block.Block0 .ImgLeft, 
.Block.Block0 .article-block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.Block.Block0 .ImgLeft {
  padding-right: 15px;
}
.Mobile .Block.Block0 .ImgLeft, 
.Mobile .Block.Block0 .article-block {
  width: 100%;
}
.Mobile .Block.Block0 .ImgLeft {
  padding-right: 0;
}
.Block.Block0 .article-block h2 {
  margin-top: 0;
  border:none;
  padding: 0;
  color: #757575;
    font-size: 32px;
}

.Titre{
  text-align: center;
  margin-top: -48px;
}
.Mobile .Titre{
  margin-bottom: 25px;
}
.Titre b {
  background: #d9d9d9;
  color: #131313;
  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: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 50px auto;
    max-width: 100%;
    font-size: 14px;
}
.Liens a {
  color: #000;
  display: block;   
  position: relative; 
  margin: 5px 0;
  padding-left: 20px;
}
.Mobile .Liens a{
      text-align: center;
    margin: 0;
    padding: 12px 0;
}
.Liens a:before{
  content: "◆";
  float: left;
  position: absolute;
  left: 0;
  color: #1b6fc1;
}
.Mobile .Liens a:before{
  display: none;
}
.Liens a:hover, 
.Liens a:hover:before {
    text-decoration: none;
    color: #1b6fc1;
}


/* Fooeter */
.footer {
  color: white;
  text-align: center;
}
.top-foot {
  background: #1b6fc1;
}
.copyright a {
  color: #ededed;
  font-weight: bold;
    text-decoration: underline;
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}

.GooglePlus {
  margin-left:35px;
}
.Mobile .video-mobile{
  width: 90% !important;
}
/*.Mobile .slick-track {
  width: 100% !important;
}*/
.bot-foot {
  background: #1b6fc1;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.btn-rea {
  color: white;
    font-size: 16px;
    padding: 4px 15px;
    background: #1b6fc1;
    border: none;
    border-radius: 7px;
    margin-right: 25px;
    margin-left: 0;
}
#realisations {
  text-align: center;
}

.item-categories {
  padding: 0 15px;
}
.Mobile .item-categories {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 15px 0;
}
.item-categories img {
  width: 100%;
}
.item-categories span {
    font-size: 14px;
    color: #000;
    line-height: 100%;
    display: flex;
    background: white;
    height: 46px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #0d2362;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #1b6fc1;
    margin: 0;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #ffffff;
}
.blog_pageIntrouvable a {
    color: #1b6fc1;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

#Messages {
    background: green;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: black;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.ContactezNous {
    padding: 16rem 0 60px;
    background: #f7f7f7;
}
.Mobile .ContactezNous {
    padding-top: 10rem;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: black;
    font-size: 18px;
}
.Tablet .ContactezNous .row_,
.Desktop .ContactezNous .row_ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
  left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
    font-family: inherit;
}

textarea {
  max-width: 338px;
  max-height: 90px;
}

.Tablet textarea {
  max-width: 362px;
  max-height: 90px;
}

.Tablet .navbar,
.Mobile .navbar {
  position: fixed;
  z-index: 999;
}

.ContactezNous a,
span.tel a {
    color: #000;
}

a.logo img {
    width: 250px;
    height: 90px;
    object-fit: contain;
}

.Mobile a.logo img {
    width: 150px;
    height: 83px;
    object-fit: contain;
}

.Tablet .logo img {
  width: 190px;
  height: 90px;
  object-fit: contain;
}

.item-categories img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.Desktop .item-categories img {
  min-width: 200px;
}

.Mobile .item-categories img {
  width: 126.39px;
  height: 126.39px;
  object-fit: cover;
}

.Tablet .item-categories img {
  width: 128px;
  height: 128px;
  object-fit: cover;
}

.Tablet #realisations,
.Tablet .ContactezNous,
.Tablet div#scroll1,
.Mobile div#scroll1 {
  padding-top: 160px;
}

.copy {
    padding: 20px;
    background: #eee;
    font-size: 18px;
}

.copy_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.Mobile .copy_content {
  flex-direction: column;
}

.copy_content a {
  color: #000;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.Mobile b.titre-album {
    margin-top: 194px;
}