body.Mobile {
	font-size: 14px !important;
}
body {
  font-family: "Arial";
}
.Mobile h2 {
	font-size: 18px;
}


/* 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;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 14px;
  color: white;
  transition: all .3s ease;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  color: #427f15;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

/*
  Header
*/
.col-lg-10.header-left {
    position: relative;
    left: 60px;
}
.header-logo {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
#header {
  padding: 20px 0;
  background-color: white;
  border-bottom: 3px solid #427f15;
  position: relative;
  z-index: 1000 !important;
}
.Mobile #header{
	padding-bottom: 7px;
}
.logo {
  /*background: url(../images/bg-logo.png) no-repeat center;*/
  position: absolute;
  background-size: contain;
  height: 255px;
  width: 255px;
}
.logo img {
    position: relative;
    bottom: 43px;
    background-color: #fff;
    width: 147px;
    height: 98px;
    object-fit: contain;
}
.Mobile .logo img{
    position: relative;
    bottom: 0;
    width: 200px;
    height: 75px;
    object-fit: contain;
}
img.btn-menu {
    width: 30px!important;
    height: 30px!important;
    background: none;
}
.Mobile .logo{
	background: none;
	height: inherit;
	width: inherit;
	position: static;
	display: flex;
}
.logo a {
  display: block;
  text-align: center;
}
.Mobile .logo a{
	padding-top: 0;
	padding-right: 15px;
}
.nav{
  justify-content: flex-end;
}
.nav-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
.nav-item {
  display: inline-block;
  margin: 0 7px;
  position: relative;
  text-align: center;
}
.nav-item:first-child {
  margin-left: 0;
}
.nav-item a {
 color: #433323;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 3px;
    font-weight: 600;
}
.nav-item:hover a,
.nav-item:focus a {
  text-decoration: none;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-item #nos-prestations {
  background: url('../images/prestation.svg') no-repeat left center;
  background-size: contain;
  padding: 5px 0 5px 35px;
}

/* Navigation submenu */
.nav-submenu {
  padding-top: 24px;
  list-style: none;
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  min-width: 250px;
  width:100%;
  z-index: 3;
}
.nav-submenu-item {
  background: #427f15;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #d08446;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  text-align: left;
  display: block;
  color: white;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover {
  background: #673c11;
  text-decoration: none;
}
.nav-mobile {
    display: none;
    cursor: pointer;
    color: #fff;
    background: #427f15;
    text-align: center;
    margin-top: 5px;
    padding: 6px;
}

.Mobile .icon-menu{
	font-size: 28px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    margin-left: 5px;
}

.nav-click {
  position:absolute;
  top: 22px;
  right: 30px;
  display:none;
  transform: translateY(-50%);
  cursor:pointer;
  z-index: 10;
}
.nav-click i {
  display:block;
  height: 15px;
  width: 23px;
  background:url(../images/drop.png) 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);
}

@media only screen and (max-width: 767px) {
  .nav-mobile {
    display:block;
  }
  .nav {
    width:100%;
    display: block;
    background: #673c11;
  }
  .nav-list {
    display:none;
    margin-right: 0;
  }
  .nav-item {
    width:100%;
    float:none;
    display: block;
    margin: 0;
  }
  .nav-item > a {
    color: white;
    background: none !important;
    padding: 15px!important;
    display: block;
    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 {
    padding-top: 0;
    position:static;
    width:100%;
  }
  .nav-submenu-item a {
    border-bottom-color: #0E0E0E;
    text-align: center;
  }
}

.tel-top-right {
  display: flex;
  margin-top: 15px;
}
.tel-top-right img {
  width: 20px;
  height: 20px;
}
.tel-top-right a {
    color: #4c4b4b;
}
.Mobile .tel-top-right{
	display: block;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #999;
}
.tel-top-right span {
  font-weight: 600;
  margin-left: 15px;
  border-left: 1px solid;
  padding-left: 15px;
}
.tel-top-right span:first-child {
  border-left: none;
  padding-left: 0;
}

.btn-realisations,
.btn-devis {
  background: #673c11;
  color: white;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.Desktop .btn-realisations,
.Desktop .btn-devis{
  color: #fff;
}
.btn-devis {
  background: #427f15;
}
.Mobile .btn-devis{
	padding: 10px !important;
  letter-spacing: 1px;
}
.page-wrapper img{
    max-width: 100%;
}

/*
  slider slick
*/

.homeslider,
.itemHomeImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  height: 680px;
  position:relative;
}
.mentions .homeslider,
.mentions .product-block {
  display: none !important;
}
.homeImg{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.Mobile .homeslider,
.Mobile .itemHomeImg{
	height: 200px;
}


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

.DevisGratuit {
  background: white;
  border-bottom: 5px solid #673c11;
  padding: 20px;
  font-size: 14px;
}
.DevisGratuit .titre {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
#devisGratuit #Devis_form{
	padding: 20px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
	color: white !important;
}
.DevisMobile {
	background: #673c11;
}
.Mobile .DevisGratuit{
	padding: 20px 0;
	background: none;
}
.Mobile .DevisGratuit .titre{
	color: white;
}

/*
    Content
*/
.primmary {
    text-align: center;
    padding: 5rem 0 4rem;
    font-size: 18px;
    font-weight: 400;
    color: #3d464e;
}
.Mobile .primmary{
	font-size: 15px;
	padding-top: 1rem;
}

.primmary h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #673c11;
    letter-spacing: 3px;
    font-size: 30px;
}
.Mobile .primmary h1{
	font-size: 24px;
    letter-spacing: 0;
    color: #673c11;
}
.block-primm {
  max-width: 75%;
  margin: auto;
}
.Mobile .block-primm,
.Tablet .block-primm {
	max-width: 100%;
}
.block-primm ul{
  list-style: none;
  padding-left: 0;
}
.block-primm ul li{
  display: inline-block;
}
.block-primm ul li {
  display: inline-block;
  border: 1px dashed #673c11;
  margin: 5px;
  padding: 10px;
  text-align: center;
  color: #673c11;
  font-size: 16px;
}
.Mobile .block-primm ul li{
	font-size: 14px;
}

.secondary {
  background-color: #427f15;
  padding: 1rem 0;
  color: #ffffff;
}
.text__block {
    padding-right: 5rem;
}
.Mobile .text__block,
.Tablet .text__block {
	padding-right: 0;
}
.text__block h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}
.Mobile .text__block h2,
.Tablet .text__block h2 {
	margin-top: 25px;
}
.text__block h2 span {
    display: block;
    font-size: 18px;
}
.text__block h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}
.sec__block img{
}

.third {
    position: relative;
    padding: 3rem 0;
}
.third.presta {
  background: #f9f9f9;
}
.th__inner {
  max-width: 85%;
  margin: auto;
}
.third .row {
  background: #fbfbfb;
  box-shadow: -1px 9px 11px 0px #efefef;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.third.presta .row {
  background: white;
}
.th__block {
    /*padding: 45px 0;*/
}
.th__block h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #673c11;
    font-size: 26px;
}
.Mobile .th__block h2{
	margin-top: 25px;
  color: #000;
}
.th__block p {
    text-align: justify;
    margin-bottom: 0;
}
.th__block p {
	margin-bottom: 15px;
}
.circle-p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -20px;
}
.circle-p span {
  background: #673c11;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: auto;
}


.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 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 85%;
  color: white;
  border: 1px solid #673c11;
  padding: 10px 15px;
  min-height: 84px;
  display: flex;
  align-items: center;
  background: #0000003b;
  z-index: 2;
}
.Mobile .product-thumb-hover p {
  font-size: 14px;
}
.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: 2rem;
}
.product-block span {
  color: #427f15;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.Mobile .product-block span {
  color: #427f15;
  font-size: 20px!important;
}
.product-block span:before,
.product-block span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 3px solid #427f15;
  margin: 0 15px;
  width: 150px;
}
.Mobile .product-block span:before, 
.Mobile .product-block span:after {
	display: none;
}
.contact {
  background: #f9f9f9;
  text-align: center;
  padding: 5rem;
}
.contact-inner {
  max-width: 75%;
  margin: auto;
}
.contact-inner h2 {
  text-transform: uppercase;
  font-weight: 900;
}
#mail,
#mail2 {
  display: none;
}
.RappelGratuit > div {
  display: inline-block;
  vertical-align: middle;
}
.imgRappel {
  border: 2px solid #ddd;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.Mobile .imgRappel{
  margin: 15px 0;
}
.textRappel {
  padding-left: 25px;
}
.textRappel h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: black;
  letter-spacing: 1px;
}
.rappelGratuit {
  background: #673c11;
  display: block;
  width: 100%;
  border-radius: 0;
  color: white;
}
.Mobile .RappelGratuit {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#contact_form {
  max-width: 70%;
  margin: 35px auto 0;
  text-align: left;
}
.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: #673c11;
  color: white;
}

#footer {
  background: #333;
}
.text_aki {
  height: 200px;
  background: url('../images/bg-footer.webp') no-repeat center bottom;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 3px solid #427f15;
}
.text_aki:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  width: 100%
}
.item-aki {
	position: relative;
    max-width: 50%;
    margin: auto;
    text-align: center;
    color: white;
}
.Tablet .item-aki{
	max-width: 60%;
}
.Mobile .item-aki{
	max-width: 100%;
}
.item-aki a {
    color: white;
}
.logo_akisiweb {
   width: 165px;
    display: block;
    margin: auto;
    background: aliceblue;
}
.copy-foot {
  padding: 15px 0;
  color: white;
  font-size: 15px;
  text-align: center;
}
.copy-foot .copyright a {
  color: #fff;
  margin-left: 5px;
}
.akisiweb {
  float: right;
}
.akisiweb {
  width: 150px;
}

#realisations {
    background: #f9f9f9;
    margin-top: 2rem;
    padding: 3rem 0;
}
.titre-album{
	text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2rem;
}
.titre-album:before,
.titre-album:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 3px solid #427f15;
  margin: 0 15px;
  width: 150px;
}

p.titre-slider {
    font-size: 2.5em;
    color: #fff;
    font-weight: 600;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    line-height: 1.2em;
    text-shadow: 1px 2px #000;
}
.paiement {
    color: white;
    margin-left: 99px;
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
    background: #427f15;
}
.Mobile .paiement {
    margin-left: 15px;
    position: absolute;
    bottom: 30px;
    background: #000;
}
.Mobile p.titre-slider {
  position: absolute;
    font-size: 1.5em;
    width: 100%;
    z-index: 10;
    display: block;
    left: 0;
    text-align: center;
}
#dM {
  margin-top: -3em;
}
.Mobile #dM {
  margin-top: 0;
}
.logo-agence {
  text-align: center;
  margin-bottom: 8px;
  display: flex;
}
.Mobile .logo-agence {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    gap: 20px;
}
.logo-agence img {
  margin-right: 10px;
}
.logo-agence:first-child {
  width: 125px;
  background: #fff;
}
.Mobile .logo-agence img {
  margin-right: 2px;
}


.mentionsL .container {
    max-width: 1000px;
}
.mentionsL {
    padding: 50px 0;
}
.mentionsL h3 {
    font-size: 18px;
    color: #427f15;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.header-right {
    margin-top: 15px;
}
.Desktop .header-right {
    margin-top: 15px;
    display: block;
    width: 21%;
}
.Desktop a.btn.btn-devis {
  display: none;
}
.Mobile .header-right {
    margin-top: 0;
}
.header-right a:hover {
  color: #d7d7d7;
}
div#devisGratuit {
    display: none;
}
.Mobile a.btn.btn-realisations {
    padding-top: 8px;
    background: #427f15;
        position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
.textRappel span{
  color: white;
  text-shadow: 0 0 5px #000;
}
.introuvable {
    background: beige;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 50px;
    text-align: center;
}
.Mobile .product-inner {
  display: grid;
  grid-template-columns: 49% 49%;
}
.Mobile .product-thumb-hover a:before {
  height: 100%;
}
.Mobile .products-thumb {
  margin-bottom: 10px;
}
.Mobile .product-thumb-hover img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.Mobile .imgRappel img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.Mobile .logo-agence img {
  width: 100px;
  /*height: 100px;*/
  object-fit: contain;
}
.Mobile .item-aki img {
  width: 150px;
  height: 25px;
}
.Mobile .sec__block img ,.Mobile .third img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.Mobile .textRappel span{
  color: #fff;
}
.Mobile .DevisMobile{
  background: #427f15;
}
.Mobile .rappelGratuit ,.Mobile .btn-devis {
  background: #333;
  color: #fff;
}
.Mobile .secondary h2 {
  font-size: 18px;
  color: #fff;
}
.Mobile .secondary p{
  color: #fff;
}
.Mobile #footer {
  background: #000;
}
.Mobile .logo-agence:first-child {
  width: 100px;
  background: #fff;
}
ul.slick-dots {
    display: none;
}
.page_not_found {
    height: 100vh;
    display: flex;
    align-items: center;
}
.page_not_found a {
    color: #000;
    font-size: 17px;
    text-decoration: underline;
}
div#Messages {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px;
    font-size: 17px;
    position: relative;
    z-index: 9999;
}
div#Messages p {
    margin: 0;
}
