


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

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

.btn:hover{
  color: #db790e;
  background: #eaeaea;
}

.Mobile body {
	font-size: 14px;
}
/*
  Header
*/

#header {
  background: white;
  padding: 18px 0;
  z-index: 1000 !important;
  transition: all .5s linear;
}
.Mobile #header {
	background: #d2d2d2;
	padding-bottom: 15px;
}
.is-sticky #header {
  /*padding: 10px 0;*/
  border-bottom: 2px solid #db790e;
  box-shadow: -1px 2px 8px 2px #afaeae;
}
.Mobile .header-logo:after{
	content: "";
	display: table;
	clear: both;
}
.logo {
  text-align: center;
  display: block;
}
.logo img {
	width: 240px;
  height: 100%;
  object-fit: contain;
}
.Mobile .logo img {
    width: 200px;
}
.img-profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Mobile .logo{
	float: left;
	margin-top: -10px;
}
.logo span{
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  font-size: 24px;
  display: inline-block;
}
.Mobile .logo span {
	font-size: 20px;
}
.logo span:before,
.logo span:after{
  content: "";
  border-top: 3px solid;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.Mobile .logo span:before, 
.Mobile .logo span:after {
	display: none;
}
.logo:hover {
  text-decoration: none;
}
.Tablet .nav-click {
  display: block;
  position: absolute;
  top: auto;
  right: -58px;
  height: 45px;
  width: 48px;
  cursor: pointer;
  background: #1f283e;
}
.Tablet .nav-submenu {
  top: 49px !important;
}
.Tablet .nav-click i {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../images/drop.svg) no-repeat center center;
    background-size: 20px;
}
.Tablet .tel-tab {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-top: 15px;
}
.Tablet .tel-tab a{
  color: #fff;
}
.nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-item {
  display: inline-block;
  margin: 0 7px;
  position: relative;
  transition: all .3s linear;
}
.nav-item:first-child {
  margin-left: 0;
}
.nav-item a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s linear;
}
.nav-item a:after {
    content: "";
    border-bottom: 3px solid #db790e;
    display: block;
    width: 0;
    margin: 0 0 auto 0;
    transition: all .3s linear;
}
.Mobile .nav-submenu-item a:after {
	display: none;
}
.nav-item:hover > a,
.nav-item:focus a,
.nav-item.active a {
  text-decoration: none;
  outline: 0 !important;
  color: #333;
}
.nav-item:hover a:after,
.nav-item.active a:after {
  width: 17px;
}

.homeslider button {
    display: none!important;
}
.homeslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  /* Hide from browsers that don't support media queries */
  cursor: pointer;
  float: right;
  background: #3D3D3B url(../images/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
  margin-top: 29px;
}
.nav-submenu {
  padding-left: 0;
    list-style: none;
    position: absolute;
    z-index: -1;
    transform: translateY(80px);
    background-color: #fff;
    padding: 2rem 1rem;
    transition: all .5s ease-in-out;
    opacity: 0;
    box-shadow: 0.2rem 0.2rem 4px -4px #29353a, -0.2rem 0.2rem 4px -4px #29353a;
    top: 100%;
    z-index: 11;
    visibility: hidden;
    width: 280px;
}
.nav-item:hover .nav-submenu {
    opacity: 1;
    transform: translateY(0);
    z-index: 11;
    top: 100%;
    visibility: visible;
}
.Tablet .nav-submenu,
.Mobile .nav-submenu {
    padding-left: 0;
    list-style: none;
    position: absolute;
    z-index: -1;
    transform: translateY(0px);
    background-color: #fff;
    padding: 2rem 1rem;
    transition: all .5s ease-in-out;
    opacity: 1;
    box-shadow: 0.2rem 0.2rem 4px -4px #29353a, -0.2rem 0.2rem 4px -4px #29353a;
    top: 100%;
    z-index: 11;
    visibility: visible;
    width: 280px;
    display: none;
}
.Tablet .nav-item:hover .nav-submenu,
.Mobile .nav-item:hover .nav-submenu{
	display: none;
} 

@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    width: 100%;
   /* padding: 50px 0 0;*/
    position: absolute;
    z-index: 10;
    background: #fff;
    border-bottom: solid;
    top: 160px;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    width: 100%;
    float: none;
  }
 /* li.nav-item:nth-child(2) {
  	display: none;
  }*/

  .nav-item > a {
    padding: 15px;
  }

  .nav-click {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    height: 49px;
    width: 50px;
    cursor: pointer;
    background: #1f283e;
  }
  .nav-click i {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../images/drop.svg) no-repeat center center;
    background-size: 20px;
	}
	.nav-rotate {
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    transform: rotate(180deg);
	}

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

.header-right {
  display: flex;
  justify-content: flex-end;
}
.Mobile .header-right{
	display: block;
}
.Mobile .tel-top-right {
	margin-top: 12px;
  justify-content: center;
}
.tel-top-right a {
  color: #000;
}
.Mobile .tel-top-right a {
  color: #000;
}
.tel-top-right {
  display: flex;
}
.tel-top-right span {
  font-weight: 600;
  margin-left: 15px;
  border-left: 1px solid;
  padding-left: 15px;
}
.Mobile .tel-top-right span{
	margin-right: 15px;
	margin-left: 0;
}
.tel-top-right span:first-child {
  border-left: none;
  padding-left: 0;
}

.btn-realisations {
  background: #db790e;
  color: #000;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.Mobile .btn-realisations {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    left: 0;
}
.page-wrapper img{
    max-width: 100%;
}

/*
  slider slick
*/
.homeslider {
  position: relative;
}
.Tablet #main-content {
  margin-top: 54px;
}
.banner-interne{
  height: 470px;
  background-color: #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Mobile .banner-interne{
	height: 250px;
}

.slick-carousel .slick-arrow {
  border: none;
  background: no-repeat;
  font-size: 35px;
  right: 0;
  top: -40px;
  color: #ccc;
  position: absolute;
  z-index: 1;
}
.slick-carousel .slick-next.slick-arrow {
    transform: rotate(-180deg);
}
.slick-carousel .slick-arrow:hover {
    outline: 0 !important;
    color: #000;
}
@media (min-width: 1700px){

  .slick-carousel .slick-prev.slick-arrow {
      left: -100px;
  }
  .slick-carousel .slick-arrow {
    top: calc(50% - 17px);
    right: -100px;
    color: #ccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
}
@media (max-width: 1700px){
  
  .slick-carousel .slick-arrow {
      bottom: -61px;
      top: auto;
      right: calc(50% - 45px);
      cursor: pointer;
  }
  .slick-carousel .slick-prev.slick-arrow {
      bottom: -63px;
  }
  .slick-carousel .slick-prev.slick-arrow {
    left: calc(50% - 45px);
  }

}
.slick-carousel {
  margin: 0 -5px;
}
.item {
  padding: 0 5px;
}
.item img {
  max-width: 100%;
}

.estimation {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 400px;
}
.Tablet .estimation,
.Mobile .estimation{
  position: static;
  transform: none;
  width: inherit;
}
.devis-gratuit {
  background: white;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #ccccccbf;
}
.Tablet .devis-gratuit,
.Mobile .devis-gratuit{
  border-radius: 0;
  margin-top: 70px;
}
.devis-gratuit_h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.devis-gratuit .input-form {
  font-size: 14px;
  background: #efefef;
  border: none;
}
.devis-gratuit textarea.input-form {
    height: 95px;
}
.devis-gratuit .btn-form {
    display: block;
    width: 75%;
    margin: auto;
}
.Mobile .devis-gratuit .btn-form {
  width: 88%;
}
.devis-gratuit_h3:after {
  content: "";
  display: block;
  border-top: 3px solid #db790e;
  width: 70px;
  margin: 15px auto 25px;
}


/*
    Content
*/
.primmary {
    text-align: center;
    padding: 5rem 0;
}
.Mobile .primmary{
  padding-bottom: 1rem;
}
.lttl-title {
    display: block;
    color: #999;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.title-h1,
.primmary h1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    color: #db790e;
}
.Mobile .title-h1, .Mobile .primmary h1 {
  font-size: 26px;
}
.primmary h1 strong {
  display: block;
  color: #000;
  font-weight: 400;
  max-width: 60%;
  margin: auto;
}
.Tablet .primmary h1 strong,
.Mobile .primmary h1 strong{
  max-width: 100%;
}
.primmary h1 br{
  display: none;
}
.primmary p {
  max-width: 74%;
  margin: auto;
}
.Tablet .primmary p {
	max-width: 100%
}
.Mobile .primmary p{
  text-align: justify;
  max-width: 100%;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #3d464e;
}
.subtitle > span {
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.prim__block {
    max-width: 75%;
    margin: 3rem auto 0;
}
.prim__block__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.Mobile.mentions ol {
    padding: 0 20px;
}
.Mobile .prim__block{
  max-width: 100%;
}
.prim__block__item {
    position: relative;
    margin-bottom: 15px;
}
.prim__block__item a {
  display: block;
}
.prim__block__item a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%,-50%);
  background: #00000038;
  border: 2px solid #000;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.prim__block__item a > span span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.prim__block__item img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.prim__block__item a:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
.prim__block__item a:hover > span {
  background: #ffffff38;
  border-color: #ffffff61;
  color: #000;
}
.secondary {
  background-color: #f9f9f9;
    /*background-image: url("../images/black-felt.png");*/
    padding: 5rem 0;
}

.debarras .secondary{
  background-color: transparent;
}
.secondaryT {
  margin-top: 1rem;
  background: #fdf5f6;
  padding: 5rem 0;
}
.secondaryTh {
  margin-top: 1rem;
  background: #f7f9e4;
  padding: 5rem 0;
}
.Mobile .secondary,
.Mobile .secondaryT,
.Mobile .secondaryTh{
  padding: 1rem;
}
.sec__block {
    max-width: 75%;
    margin: auto;
}
.Mobile .sec__block {
  max-width: 90%
}
.Tablet .secondary .row,
.Tablet .secondaryTh .row,
.Mobile .secondary .row,
.Mobile .secondaryTh .row {
	flex-direction: column-reverse;
}
/*.text__block {
    padding-right: 5rem;
}*/
.text__block h2,
.sec__int__block h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}
.Mobile .text__block h2, 
.Mobile .sec__int__block h2 {
	font-size: 20px;
}
.text__block h2 span {
    display: block;
    font-size: 18px;
}
.text__block h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}
.sec__int__block {
    max-width: 1000px;
    margin: auto auto 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}
.sec__int__block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sec__int__block p {
    column-count: 2;
    text-align: justify;
}
.Mobile .sec__int__block p{
	column-count: 1;
}
.sec__int__block h2 {
    text-align: center;
    max-width: 70%;
    margin: 25px auto;
}
.Mobile .sec__int__block h2{
	max-width: 100%;
}
/*.text__block p {
  font-family: 'Calibri', cursive;
  font-size: 1.75rem;
  line-height: 100%;
}*/
.author{
  font-family: 'Calibri', cursive;
  font-size: 1.75rem;
  line-height: 100%;
}
.sec__block img{
    border: 15px solid #fff;
}

.third {
    padding: 5rem 0;
}
.Mobile .third{
	padding: 2rem 0;
}
.th__block {
    text-align: center;
}
.th__block h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.list-achats {
    list-style: none;
    padding-left: 0;
    max-width: 73%;
    margin: auto;
}
.list-achats li {
  display: inline-block;
  border: 1px solid #bfbfbf;
  margin: 2px;
  padding: 0 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
}

.products-thumb {
    padding: 0 5px;
}
.product-inner .slick-track {
  margin: 0 -5px;
}
.product-thumb-hover {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-thumb-hover a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
}
.product-thumb-hover img {
    width: 100%;
}
.simple-image {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-thumb-hover:hover .simple-image {
    -webkit-transform: translate(100%);
    transform: translate(100%);
}
.products-thumb .hover-image {
    top: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-thumb-hover:hover .hover-image {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.products-thumb:hover a .hover-image {
    opacity: 1;
    visibility: visible;
}
.products-thumb:hover a:before {
    opacity: .4;
    background: #222;
}
.product-block {
    margin-top: 5rem;
}
.last-text{
  max-width: 960px;
  margin: auto;
  /*padding-bottom: 4rem;*/
}
.contact {
  background: #f9f9f9;
  text-align: center;
  padding: 5rem;
}
.Mobile .contact{
	padding: 20px;
}
.last-text-item h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
}
.Mobile .last-text-item h2{
	font-size: 20px;
}
.last-text-item p {
  column-count: 2;
  text-align: justify;
}
.Mobile .last-text-item p{
  column-count: 1;
}
.contact-inner {
  max-width: 75%;
  margin: auto;
}
.Tablet .contact-inner,
.Mobile .contact-inner{
	max-width: 100%;
}
.contact-inner_h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
}
.Mobile .contact-inner_h2{
	font-size: 18px;
}

.email {
  color: inherit;
  font-weight: bold;
  display: block;
  text-align: center;
  border-bottom: 1px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.rcs {
  font-size: 20px;
}
#mail {
  display: none;
}
#contact_form {
  margin: 35px auto 0;
  text-align: left;
  padding-left: 5rem;
}
.Tablet #contact_form {
	padding-left: 0;
}
.Mobile #contact_form{
	padding-left: 0;
	margin-top:0;
}
.input-form {
  display: block;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}
textarea.input-form{
  height: 150px;
}
.btn-form {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 160px;
  background: #db790e;
  color: #000;
}
.coordonnes {
  text-align: left;
}
.coordonnes_h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.75rem;
}
.coord-inner img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
span.tel-foot i {
    top: 60%;
}
.Mobile .coordonnes_h3{
	font-size: 16px;
}
.coordonnes h3:after {
  content: "";
  display: block;
  border-top: 3px solid;
  width: 70px;
  margin-top: 15px;
}
.coord-inner span {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px dotted;
  padding-bottom: 15px;
}
.coord-inner span a {
  color: #000;
}
.coord-inner span:last-child {
  border-bottom: none;
}
.coord-inner i {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.tel-foot {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
}
.img-profil,
.img-profil img {
  position: relative;
}
.img-profil:before {
  content: "";
  background: url(../images/Shadow.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  height: 102px;
  left: 0;
  bottom: -14px;
  width: 95%;
}
.Tablet .img-profil,
.Mobile .img-profil {
	margin-bottom: 25px;
}

/*
  Footer
*/
#footer {
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
}
.Mobile #footer {
    padding: 30px 0 62px 0px;
    text-align: center;
    font-size: 13px;
}
.copyright a {
  color: #000;
}
.titre-album {
  display: block;
    width: 100%;
    font-size: 2rem;
    font-family: inherit;
    letter-spacing: 1px;
    color: #212529;
    padding: 2em 0;
   text-transform: uppercase;
    font-weight: 900;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.realisations .wrap_interne .row div {
    padding: 15px;
}
.logo_agence img {
  width: 150px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 10px;
}



div#Messages {
    text-align: center;
    margin-top: 5px;
}
.introuv {
    font-size: 158px;
    color: #fff;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #a41c1c;
    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: #fff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.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;
  }
}
div#Messages p {
    margin: 0;
    padding: 0;
    color: #fff;
}
div#Messages {
    text-align: center;
    background-color: #a41c1c;
    color: #000;
    padding: 10px;
}
.Mobile div#Messages {
    font-size: 14px;
    padding: 5px;
    position: absolute;
    z-index: 1111;
    top: 0;
}