/*------------------------------------- 
ICONE 
-------------------------------------*/


i.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before,
.icon-telephone:before {
    background: url(../images/img/icon-fixe-mob.png);
}
.icon-mobile:before {
    background: url(../images/img/icon-portable-mob.png);
}
.icon-envelope:before {
  background: url(../images/img/icon-mail.png);
}
.icon-location:before {
  background: url(../images/img/icon-locali.png);
}
.icon-map:before,
.icon-map-marker:before {
  background: url(../images/img/icon-adresse.png);
}
.icon-clock-o:before {
  background: url(../images/img/icon-hor.png);
}
.icon-vrai:before {
  background: url(../images/img/icon-vrai.png);
} 
.icon-menu:before {
    background: url(../images/img/icon-menu.png);
    width: 32px;
    height: 32px;
    filter: invert(1);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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; 
    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-arrow.slick-hidden {
    display: none;
}


/** ============================================= **/
               /*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-transition: color .24s ease-in-out;
  -moz-transition: color .24s ease-in-out;
  -o-transition: color .24s ease-in-out;
  -ms-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: "Calibri", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  opacity: .8;
}
a:focus,
button:focus {
  outline: 50 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
b,
strong{
  font-weight: 900;
}
h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "Calibri", serif;
  line-height: 150%;
  color: #2a2b2b;
}
h1,
.h1 {
  margin-top: 0;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid{
  max-width: 1200px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.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,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@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;
  }
}


/* Header */
#header{
	background-color: #005f2a;
}
#header .container-fluid {
    max-width: 1400px;
}
.phrase{
	font-family: "Calibri", serif;
	font-size: 24px;
    color: #000;
    line-height: normal;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.accr_ em {
  color: #ff2626;
}
.Mobile .phrase{
  margin-top: 0;
}
.header_phone {
	margin-top: 25px;
	background-color: #ff2626;
	border-radius: 10px;
}
.Mobile #header,
.Tablet #header {
    background-color: #005f2a;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}
.Mobile #header_logo {
    text-align: center;
    height: 115px;
    display: flex;
    justify-content: center;
}
.Mobile .header_phone,
.Tablet .header_phone{
  margin-top: 0;
  margin-bottom: 10px;
}
.header_phone a,
.header_phone > p {
	font-size: 1.6em;
	margin: 0;
	color: #fff;
	font-family: "Calibri", serif;
	text-align: center;
	padding: 10px 5px 10px;
	display: block;
  color: #000;
}
@media(max-width: 991px) {
  .header_phone a {
        padding: 12px 5px 3px;
  }
  .artisanatImg { display: none; }
}
.Mobile .header_phone p{
  margin: 0;
  font-size: 20px;
}

.Mobile .logo{
  height: 125px;
}

#tel-Mobile .col-xs-6:first-child{
  padding-right: 0 !important;
}
#tel-Mobile .col-xs-6:last-child{
  padding-left: 5px !important;
}

#mail,
#mail2{
  display: none;
}
.form-input {
  display: block;
  background: white;
  border: none;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  outline: 0 !important;
  border: solid 2px #333;
}
#DesktopDevis textarea.form-input {
    min-height: 75px;
    max-height: 75px;
    max-width: 100%;
    font-family: inherit;
}
.form-input:focus {
  outline: 0 !important;
}
.devisMobile {
  position: absolute;
  right: 15px;
  top: 25px;
}
.devisMobile span {
  background: #ff2626;
  border-radius: 10px;
  padding: 15px;
  color: black;
  display: block;
}
.rpl-gratuit {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
@media(max-width: 991px) {
  .rpl-gratuit {
    color: white;
  }
}
.Mobile #FormDevis .form-input,
#rappel_immediat input{
  text-align: center;
}
#rappel_immediat .btn-submit{
  background-color: #ff2626;
}
#DesktopDevis #FormDevis .col-sm-5:first-child{
  padding-right:5px;
}
#DesktopDevis #FormDevis .pd-rl{
  padding-right:5px;
  padding-left:0;
}
#DesktopDevis #FormDevis .col-sm-2{
  padding-left:0;
}
#DesktopDevis #FormDevis .btn-submit{
  word-wrap: break-word;
  margin: 0;
  border-radius: 10px;
}
/* Devis mobile */
.Devisgratuit {
  background: #005f2a;
}
.Mobile .Devisgratuit span,
.Tablet .Devisgratuit span {
  display: block;
  text-align: center;
  color: #f1f1f1;
}
#DesktopDevis.Devisgratuit{
  padding:15px;
}
.Devisgratuit .h3 {
  text-align: center;
  text-transform: uppercase;
  color: white;
}
#DesktopDevis.Devisgratuit .h3{
  font-size: 16px;
  margin-top:3px;
  color: white;
}
.btn-submit {
  background: #ff2626;
  border: none;
  color: black;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
}
.btn-submit:focus{
  outline: 0 !important;
}
.accr_ {
    color: white;
    text-align: center;
    letter-spacing: .5px;
}

/* Navigation */
.nav {
  position:relative;
  margin-top: -70px;
  border-top: 1px dashed #ff2626;
  /*border-bottom: 1px dashed #496729;*/
}
.nav-list {
  text-align:center;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: table;
}
.nav-item {
	display:table-cell;
  vertical-align: middle;
	zoom:1;
	position:relative;
}
.nav-item a {
    display: block;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: 700;
}
.nav-item.active a, .nav-item:hover a {
    color: #fff;
    text-decoration: underline;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
  background-color: white;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2500;
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.nav-submenu-item a {
	display:block;
	padding: 10px;
  font-size: 13px;
}
.nav-submenu-item a:hover {
  color: white;
  background-color: #ff2626;
}
/* Mobile navigation */
.nav-mobile {
	display:none;
  cursor:pointer;
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}
.nav-click {
  position: absolute;
  top: 20px;
  right: 15px;
  display: none;
  cursor: pointer;
  font-size: 12px;
  color: #ff2626;
}
.icon-menu{
  display: block;
  font-size: 36px;
  line-height: 25px;
}
.nav-click i {
	display:block;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*--- Media Queries --*/

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width: 100%;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    margin-top: 0;
    top: 100%;
    z-index: 1000;
	}
	.nav-list {
    display:none;
    background-color: #8e8e8e;
    text-align: left;
	}
	.nav-item {
		width:100%;
    display: block;
	}
	.nav-item > a {
    margin: 0 15px;
		padding: 15px 0;
    border-bottom: 1px dashed;
	}
  .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 {
    background-color: #005f2a;
		position:static;
		width:100%;
	}
}

/* Homeslider */
#homeslider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 850px;
  position: relative;
}
.realisations #homeslider {
  display: none;
}
.Mobile #homeslider{
  height: inherit;
}
.Tablet #homeslider{
  height: inherit;
}
.capiton-header {
  text-align: center;
  padding: 1rem 0 3rem;
}
.text-accroche{
  background: #005f2a;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 8px;
  border-radius: 25px 25px 0 0;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
.text-accroche em {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    color: #fff;
}
@media(min-width: 1200px) {
  .mt-5 {
    margin-top: 3rem
  }
}
@media(min-width: 1600px){
	#homeslider {
	  height: 888px;
	}
	.capiton-header {
	  padding-top: 3rem;
	}
}
.capiton-header img {
  margin: 0 20px;
}
.capiton-header img.logo {
    width: 280px;
    height: 162px;
    background: #fff;
}
.Mobile .capiton-header img,
.Tablet .capiton-header img{
  margin: 0;
}
.cat-header {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cat-inner{
  background: rgba(255, 255, 255, 0.55);
  padding: 25px 0 5px;
}
.Desktop .cat-item {
    display: flex;
    overflow: hidden;
}
.Mobile .cat-header,
.Tablet .cat-header{
  background: white;
  position: static;
}
.cat-box {
  padding: 0 7px;
  overflow: hidden;
}
.Desktop .cat-box {
  min-width: 236px;
}
.cat-item a {
  display: block;
  overflow: hidden;
}
.cat-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    background: #ddd;
}
.cat-item span {
  font-family: "Calibri", serif;
  color: #000;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  position: relative;
  font-weight: 600;
}
.Mobile .cat-item span {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}
.cat-item span:before,
.cat-item span:after {
  content:'';
  position: absolute;
  height: 2px;
  width: 35px;
  background: #2a2b2b;
  top: 14px;
  display: none;
}
.cat-item span:before{
  left: 0;
}
.cat-item span:after {
  right:0;
}
.Mobile .text-accroche{
  border-radius: 0;
  margin: 0 -10px;
}
.media-body .h1:after,
.Titre:after{
  content:"";
  background: #2a2b2b;
  display: block;
  margin: 30px auto 40px;
  height: 3px;
  width: 150px;
}
.carousel {
  background: rgba(255, 255, 255, 0.81);
  margin: 3rem 0 1rem;
  padding: 15px;
  text-align: center;
}
.carousel-item{
  border: 1px dashed #2a2b2b;
  padding: 20px;
}
.mentions .carousel-item { text-align: left; }
.carousel-item > img {
  margin-bottom: 25px;
}
.Block{
  padding:0 30px;
}
.Mobile .Block{
  padding: 0 5px;
}
.editableLine {
      max-width: 90%;
    height: 75px;
    margin: 15px auto;
    line-height: 130%;
    font-size: 22px;
}
.Mobile .editableLine {
  max-width: 100%;
  height: inherit;
}
.Mobile .editable{
  text-align: justify;
}

/* ListCat*/ 
.services {
  padding: 3rem 0;
}
.Titre{
  font-family: "Calibri", serif;
  line-height: 150%;
  color: #2a2b2b;
  display: block;
  font-size: 2rem;
  text-align: center;
}
.Mobile .Titre{
  font-size: 1.5rem;
}
.Desktop .Liens{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}
.Tablet .Liens{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.Liens > a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 3rem;
}
.Mobile .Liens > a{
  font-size: 16px;
  padding: 21px 0 0 3rem;
}
.Liens i {
  font-size: 24px;
  position: relative;
  margin-left: -25px;
  left: -10px;
  color: #005f2a;
}
#realisations {
    background: #ddd;
    padding: 60px 0;
}
.swipebox {
    display: flex;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    background: #fff;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
}
.swipebox img {
    width: 100%;
    flex: 0 0 100%;
}

/* Footer */
.fixed-tel {
    position: fixed;
    bottom: 50px;
    width: 50px;
    z-index: 9999;
    right: 25%;
}
.tel-container{
  margin: 0 0 0 auto;
  text-align: right;
  width: 250px;
}
.btn-toogle {
  border: 2px dashed #ff2626;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  color: #ff2626;
  font-size: 25px;
  text-align: center;
  height: 75px;
  width: 75px;
}
.btn-toogle:focus {
  outline: 0 !important;
}
.box-tel{
  display: none;
  background: #005f2a;
  box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.44);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.box-tel:after {
  content:"";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #005f2a;
  position: absolute;
  bottom: -15px;
  right: 20px;
}
.footer-container {
  background-color: #005f2a;
}
#footer .h4{
	font-weight: normal;
  color: #c7c7c7;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer .h4:after{
  content:"";
  height: 2px;
  width: 50px;
  margin: 15px 0 0;
  display: block;
  background-color: #c7c7c7;
}
.toggle-footer{
  padding-left: 18px;
}
#block_various_links_footer, 
#block_contact_infos {
  padding-top: 15px;
}
#footer ul li, 
#footer ul li a {
	font-family: "Calibri", serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
} 
.Mobile #footer ul li a {
  padding: 16px 0;
}
.logo.footer-block{
  margin-top: 15px;
  background-color: #fff;
}
#footer ul li a:hover{
	color: #c7c7c7;
}
#footer #block_contact_infos li:first-child{
	color: #fff;
}
#footer #block_contact_infos > div ul li i{
	color: #c7c7c7;
}
#footer #block_contact_infos > div ul li > span{
	font-family: "Calibri", serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
}
.bottom-footer{
	text-align: center;
}
#footer #social_block ul li a {
    color: #fff;
}
#footer #block_contact_infos > div ul li > span a {
    font-family: "Calibri", serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
#footer a, 
#footer a:hover, 
#footer #block_contact_infos > div ul li > span a:hover {
    color: #f1f1f1;
}
#footer #social_block h4,
#footer #social_block .h4{
	color: #fff;
}
.footer_bottom{
	border-top: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.footer_bottom p {
    font-family: "Calibri", serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.certificats{
  padding-top: 30px;
}
.certificats .footer-block {
    margin: 15px 0;
}

.Mobile #footer {
  text-align: center;
}
.Mobile #block_various_links_footer, 
.Mobile #block_contact_infos,
.Mobile .certificats {
  padding-top: 0;
}
.Mobile #footer h4:after{
  margin-left: auto;
  margin-right: auto;
}
.Mobile .toggle-footer {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.Mobile .certificats .footer-block {
  margin: 0;
}

/* Modal */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 350px;
  margin-left: -11em;
  background-color: #005f2a;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}

.photosRea {
    background: #ab0000;
    margin-bottom: 3rem;
    padding: 15px;
}
.titrePhotos {
    font-size: 2rem;
    font-family: "Calibri", serif;
    line-height: 150%;
    color: white;
    text-align: center;
    margin-bottom: 1rem;
}
@media(max-width: 991px) {
  .titrePhotos {
    font-size: 20px;
  }
}
.imgPhotos {
  margin: 15px 0;
  border: 5px solid #fff;
}

div#header_logo img {
    /* max-width: 115%; */
    width: 203px;
    height: 117px;
    object-fit: contain;
    background: #fff;
}
.em-acrr {
    background: rgb(0 0 0 / 52%);
    padding: 5px 15px;
    color: white;
    max-width: 80%;
    margin: 20px auto;
    text-transform: uppercase;
}
.specialiste_accr {
    color: #ff2626;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
}
.blockExpert {
    text-align: center;
}
.blockExpert ul {
    color: #ff2626;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.blockExpert ul li {
    display: inline-flex;
    text-align: center;
    border: 1px solid;
    margin: 5px;
    height: 100%;
    padding: 5px 15px;
}
.blockExpert .btn {
    background: #ff2626;
    border:2px solid #ff2626;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    letter-spacing: 2px;
    margin: 15px 0;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blockExpert .btn:hover {
    background: white;
    border-color: #ff2626;
    color: #000;
}
b.titre-album {
    font-size: 32px;
    margin-left: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
@media(max-width: 991px) {
  .em-acrr {
    max-width: 100%;
  }
}
.txt_mentions_ p {
    color: #fff;
    background: #00000085;
    padding: 15px;
    font-size: 24px;
    width: 80%;
    display: block;
    margin: 30px auto;
    font-weight: 600;
}
@media(max-width: 991px) {
  .txt_mentions_ p {
    width: 100%;
  }
}
.header_phone > a > p {
    margin: 0;
}
.Mobile #header {
    background-color: #005f2a;
    position: fixed;
    z-index: 9;
    width: 100%;
}
.Mobile .capiton-header,
.Tablet .capiton-header {
    text-align: center;
    padding: 12rem 0 3rem;
}
div#realisations img {
    height: 270px;
    object-fit: cover;
}
section#block_various_links_footer > span:first-child , section#block_contact_infos span:first-child{
    color: #fff;
    text-transform: uppercase;
}
div#DesktopDevis > span {
    color: #fff;
    margin: 0.5em 0;
    display: block;
    text-transform: uppercase;
}
body.Mobile.mentions ol , body.Mobile.mentions ul {
    padding: 0 25px;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: #005f2a;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1,
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #000000;
    line-height: 24px;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #005f2a;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}

@media(max-width: 991px) {
  .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,
  .blog_pageIntrouvable .h1 {
    font-size: 100px;
  }

}

/*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

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;
}
.Desktop div#header_logo {
    height: 148px;
    margin-top: 12px; 
}
button.slick-prev.slick-arrow {
    left: -50px;
    position: absolute;
    top: 50%;
}
button.slick-next.slick-arrow {
    right: -50px;
    position: absolute;
    top: 50%;

}
ul.toggle-footer li {
    margin: 20px 0;
}
span.footer-h3 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.Tablet #header_logo {
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: center;
}
.Tablet #tel-Mobile {
  display: block;
  width: 100%;
  justify-content: center;
}
.Tablet #tel-Mobile > .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Tablet #tel-Mobile .col-xs-6 {
  width: 30%;
}

.Tablet .certificats,
.Tablet #footer > .row > .col-xs-12.col-sm-2 {
  display: none;
}
.Tablet #footer .col-xs-12.col-sm-7 {
  width: 100%;
}

.header_btn a {
    padding: 12px 15px;
    background: #ff2626;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 600;
    color: #101010;
}
.header_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.media-body .h1 {
    font-size: 32px;
    font-weight: 600;
}
ul.toggle-footer .icon:before {
    filter: invert(1);
}
.Mobile div#header_logo img {
    /* max-width: 115%; */
    width: 159px;
    height: 103px;
    object-fit: contain;
    background: #fff;
}
.Mobile .cat-item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.carousel-item > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 auto 25px;
    background: #ddd;
}
.Mobile .carousel-item > img,
.Mobile .imgPhotos img { 
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: left bottom;
}
.Mobile img.logo.footer-block {
    width: 215px;
    height: 125px;
    object-fit: contain;
}
img.logo.footer-block,
img.footer-block {
    width: 170px;
    height: 98px;
    object-fit: contain;
}
.Mobile p.copyright a {
    display: block;
    margin: 15px ;
}
.Tablet div#header_logo img { 
  width: 203px;
  height: 106px;
  object-fit: contain;
  background: #fff;
}
.Devisgratuit span {
  font-size: 24px;
  padding: 20px;
}

/*----------------------------------------------------------
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;
}
.Tablet #rappel_immediat .btn.btn-submit {
  width: 30%;
}
.Tablet #rappel_immediat .form-input {
  width: 70%;
  flex: 0 0 70%;
  padding: 18px;
}
.Tablet #rappel_immediat {
  display: flex;
  align-items: center;
}
.Mobile div#realisations {
    margin-top: 140px;
}
.Tablet div#realisations {
    margin-top: 150px;
}


/*============================
CONTACT & 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; 
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0;
  width: 80%;
  margin: auto;
}
.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;
    margin-bottom: 30px;
    display: block;
}
.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;
    margin-right: 5px;
}


 
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > 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;
}

.Desktop .contact-content {
    width: 80%;
    margin: auto;
}

button.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    background: #005f2a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.slick-prev:before,
button.slick-next:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
}

button.slick-prev:before {
  background: url(../images/img/arrow_prev.png);
}
button.slick-next:before {
  background: url(../images/img/arrow_next.png);
}

.Block {
    padding: 0 30px;
    max-height: 500%;
}
.Tablet .nav {
  position: fixed;
  top: 164px;
  width: 100%;
  left: 0;
}
.Tablet .cat-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.copyright a{
  font-weight: 600;
  text-decoration: underline;
}
.imgPhotos img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    display: block;
}
.Mobile .cat-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.Tablet .capiton-header .container-fluid .col-sm-8.mt-5 {
  width: 100%;
}

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

.Block .editable,
.Block h2 {
    text-align: left !important;
}

img[alt="image_cap"] {
    width: 400px;
    height: 100%;
    margin-bottom: 20px;
}

.Tablet img[alt="image_cap"] {
  width: 300px;
  height: 277px;
}

.Mobile img[alt="image_cap"] {
    width: 330px;
    height: 100%;
}