<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 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 */




/** ============================================= **/
               /*styles*/
/** ============================================= **/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  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:'';
  /*background: url(../images/img/bg_sm.webp) 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-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.webp);
  top:0;
  position: absolute;
  height: 100%;
  left: 0;
  opacity: .7;
  width: 100%;
}
.navbar {
    text-align: center;
}
.logo{
    color: #fff;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: 10px;
    padding: 0 10px;
}
.logo img{
      width: 352px;
    height: 87px;
    object-fit: contain;
}
/*.Mobile .logo img{
  height: 140px;
}*/
.Mobile .logo,
.Tablet .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: rgb(246, 105, 8);
    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;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.Mobile .logo-top img{
      margin: 0 4px;
}
.Mobile .right-btn,
.Tablet .right-btn {
  float: none;
  text-align: center;
  margin: 15px -10px 0;
  clear: both;
  background: rgb(246, 105, 8);
}
.nav-item.active &gt; a {
    color: rgb(246, 105, 8);
}
.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,
.Tablet .tel-top {
  border-right:none;
  padding-bottom: 15px;
  margin-top: 15px;
  padding-right: 0;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 15px 7px;
}
.logo-top{
  padding-left: 10px;
}
.Tablet .logo-top{
  display: none;
}
.tel,
.tel a {
  font-size: 30px;

  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: rgb(246, 105, 8);
  text-align: left;
}
.Mobile .bot,
.Tablet .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 &gt; a {

  color: #fff;
  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 &gt; a {
  border-right: none;
  border-left: none;
}
.nav-item:first-child &gt; a {
  border-left: none;
}
.nav-item:last-child &gt; a {
  border-right: none;
}
 
.nav-mobile {
  display:none;
  float: right;
  margin-top: -134px;
  cursor:pointer;
  background:#3D3D3B url('../images/bars.png') no-repeat center;
  height:50px;
  width:50px;
}
.Mobile .nav-mobile { 
    margin-top: -113px; 
}
/* Mobile navigation, clickable area for revealing &lt;ul&gt; */
.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 {
		width:100%;
    margin: 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
    display: block;
	}
	.nav-item &gt; a {
		padding: 10px;
	}
	.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%;
	}
}
/* Rappel */
.rappel-titre {
  border: 1px solid #fff;
  color: #000;
  padding: 5px 10px;
  width: 30%;
  font-weight: 800;
  margin: 7px 0;
  margin-left: 3%;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.rappel-titre:before {
  content:"";
  background: url('../images/img/arrow-vert.webp') 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: #000;
  text-transform: uppercase;
  font-weight: 800;
  /*padding-left: 110px;*/
  margin: 13px 0 0;
  font-size: 18px;
  /*text-shadow: 0 0px 8px #383636;*/
}
.Tablet .devis-deplacement {
  text-align: center; 
}
.btn-realisations {
    background: rgb(209, 115, 51);
    padding: 10px 10px;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    margin-right: 10px;
}
/* Contenu */
.contenu {
    background: #f9f9f9;
    padding: 3rem 0;
}
.Mobile .contenu{
  padding-top: 0;
}
.article-wImg{
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 20px 20px;
  padding-left: 50%;
  position: relative;
}
.article-wImg:before{
  content: "";
  background: url('../images/img/img-4.webp') 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: #fff;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.article-nImg h2{
  margin-top: 0;
  color: rgb(246, 105, 8);
}
.spacer{
  margin-top: 20px;
}
.bloc-2 {
  border: 1px solid #f1f1f1;
  background: #fff;
  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.webp) no-repeat center;
  height: 400px; 
}

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

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

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

.wc-toilettes .img {
  background: url(../images/visuel/wc-toilettes.webp) no-repeat center;
  background-size: cover;
}
.ventilations .img {
  background: url(../images/visuel/ventilateur-salle-de-bain.webp) no-repeat center;
  background-size: cover;
}
.electricite .img {
  background: url(../images/visuel/electricite-generale.webp) no-repeat center;
  background-size: cover;
}
.chauffage-plomberie .img {
  background: url(../images/visuel/chauffage.webp) no-repeat center;
  background-size: cover;
}
.peintures .img {
  background: url(../images/visuel/peintures.webp) no-repeat center;
  background-size: cover;
}
.plaque-platres-carreaux .img {
  background: url(../images/visuel/carreaux-de-platre.webp) no-repeat center;
  background-size: cover;
}
.carrelage .img {
  background: url(../images/visuel/carrelage.webp) no-repeat center;
  background-size: cover;
}
.enduits .img {
  background: url(../images/visuel/enduits.webp) 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: rgb(246, 105, 8); 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.webp') no-repeat center; background-size: cover;
  margin: 1em 0;
}

.rehaussement .img-middle {
  height: 520px;
  background: url(../images/img/rehauss-img1.webp) 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: rgb(246, 105, 8); 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: rgb(246, 105, 8); 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.webp') no-repeat center; }
.salle-de-bain .visuel.item2::before { background: url('../images/visuel/baignoires.webp') no-repeat center; }
.salle-de-bain .visuel.item3::before { background: url('../images/visuel/receveur-douche.webp') no-repeat center; }
.salle-de-bain .visuel.item4::before { background: url('../images/visuel/wc-toilettes.webp') no-repeat center; }
.salle-de-bain .visuel.item5::before { background: url('../images/visuel/ventilateur-salle-de-bain.webp') no-repeat center; }
.salle-de-bain .visuel.item6::before { background: url('../images/visuel/electricite-generale.webp') no-repeat center; }
.salle-de-bain .visuel.item7::before { background: url('../images/visuel/chauffage.webp') no-repeat center; }
.salle-de-bain .visuel.item11::before { background: url('../images/visuel/carreaux-de-platre.webp') no-repeat center; }
.salle-de-bain .visuel.item8::before { background: url('../images/visuel/peintures.webp') no-repeat center; }
.salle-de-bain .visuel.item9::before { background: url('../images/visuel/carrelage.webp') no-repeat center; }
.salle-de-bain .visuel.item10::before { background: url('../images/visuel/enduits.webp') no-repeat center; }

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

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

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

.rehaussement.bloc-img {
  background: url('../images/img/rehauss-img2.webp') 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: rgb(246, 105, 8);
}

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

/* Banner */
.banner {
    /*background: url('../images/img/bg-home.webp') 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: 450px !important;
  object-fit: cover;
}
.Mobile .banner,
.Tablet .banner {
  height: 450px;
  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.webp');
  background-size: cover;
}

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

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

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

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

.rehaussement .banner3 {
  background-image: url('../images/img/bg-rehausse3.webp');
  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: #fff;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  padding: 20px;
  margin-top: 5rem;
  border-radius: 25px 0;
}
.Mobile .accroche {
    margin-top: 11rem;
}
.Tablet .accroche {
  max-width: 100%;
text-align: center;
margin-top: 13rem;
}
.accroche h1{
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
}
.Mobile .accroche h1{
  font-size: 24px;
}
.right-devis {
  float: right;
}
.Mobile .right-devis,
.Tablet .right-devis {
  float: none;
}
.right-devis .h3{
  background: #3d3c3f;
  margin: 0;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#mail,
#mail2{
  display: none;
}
#contact-form {
    background: #fff;
    padding: 20px;
    text-align: left;
}
@media(min-width:768px){
  .inline-block &gt; div {
      float: left;
      width: 50%;
  }
}
.legend{
  padding: 0;
  margin-bottom: 5px;
  font-weight: 800;
  color: rgb(197 82 0);
}
#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 &gt; div:first-child {
    padding-right: 5px
  }
  .inline-block &gt; 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: rgb(246, 105, 8);
    color: #000;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}
#rappel_immediat .btn-contact{
  padding: 15px;
  font-weight: 800;
  font-size: 12px;
  background: rgb(209, 115, 51);
  color: #000;
}
.footer-form span{
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: rgb(197 82 0);
}
.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;
}
.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: #fff;
  padding: 20px;
}
.article-block h2 {
  margin-top: -45px;
  background: #fff;
  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: #fff;
  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: rgb(246, 105, 8);
  color: #000;
  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;
    line-height: 38px;
}
.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: rgb(246, 105, 8);
}


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

.GooglePlus {
  margin-left:35px;
}
.Mobile .GooglePlus {
    margin-left: 0;
}
.Mobile .video-mobile{
  width: 90% !important;
}
.page-mention {
    padding: 20px 0;
}
.Mobile .page-mention,
.Tablet .page-mention {
    padding: 200px 10px 20px;
}
.tel-top img {
    width: 30px;
    height: 30px;
}

/**
404
*/
.blog_pageIntrouvable {
    background: rgb(246, 105, 8);
    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: #000;
}

.blog_pageIntrouvable &gt; div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable a {
    color: #000;
}
.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;
  }
}

.Mobile .tel-top img,
.Tablet .tel-top img {
    width: 20px;
    height: 20px;
}
.Mobile .btn-realisations, .Tablet .btn-realisations {
    padding: 5px 10px;
    font-size: 14px;
    width: max-content;
    margin: 15px auto 0;
    margin-right: auto;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.Mobile div#top,
.Tablet div#top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
.swipebox img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.Mobile div#realisations,
.Tablet div#realisations {
    padding: 150px 0 20px;
}
/*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    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;
}

.logo-top img {
    width: 98px;
    height: 65px;
    object-fit: contain;
}
.logo-top img:last-child {
    width: 113px;
    height: 82px;
    object-fit: contain;
}

.Mobile .logo-top img {
    width: 98px!important;
    height: 65px!important;
    object-fit: contain!important;
}
.Desktop .ImgLeft img {
    width: 574px;
    height: 300px;
    object-fit: cover;
    object-position: bottom left;
}
.Mobile .ImgLeft img {
    width: 338px;
    height: 200px;
    object-fit: cover;
    object-position: bottom left;
}
.Desktop .ImgFull img {
    width: 545px;
    height: 250px;
    object-fit: cover;
    object-position: bottom left;
}
.Mobile .ImgFull img {
    width: 310px;
    height: 200px;
    object-fit: cover;
    object-position: bottom left;
}
.Mobile .logo img {
    width: 250px;
    height: 55px;
    object-fit: cover;
    display: block;
} 
.Tablet nav.nav {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 165px;
    border-radius: 0;
}

.Mobile nav.nav{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 134px;
    border-radius: 0;
}

/*============================
CONTACT &amp; DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0;
    padding-top: 180px;
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0;
  margin-top: 240px;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    padding: 175px 0 0;
    margin-top: 0;
}
.Tablet.devis .Devisgratuit {
  margin-top: 225px;
}


body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg,
.ContactezNous img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
 
.Tablet .corps &gt; .row &gt; div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences &gt; .row &gt; div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
form#FormDevis .input-form{
  margin: 10px 0;
}
/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.Desktop .testbackslide img {
    width: 100%;
    height: 688px;
    object-fit: cover;
}
.copyright a { 
    display: block;
}</pre></body></html>