/***---------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&family=Karla:wght@400;500;600;700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #ffffff;
    color: #000;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing:0.015em;
    --color-blue: #518db1;
    --color-green: #4e7149;
}

/**
    COLORS:
    Green: #4e7149
    Blue: #518db1
 */

a {
    color: #4e7149;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: var(--color-blue);
    text-decoration: none;
}

.image-right, .image-left {
    box-shadow: 8px 8px #35b5db;
}

.image-right {
    float: right;
    margin: 0 0 10px 25px;
}
.image-left {
    float: left;
    margin: 0 25px 10px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2em;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

h1, .h1 {
    font-size: 45px;
    color: #40392f;
}
h2, .h2 {
    font-size: 36px;
    /*color:#35b5db;*/
}
h3, .h3 {
    font-size: 35px;
    color: #40392f;
}
h4, .h4 {
    font-size: 30px;
    color:#35b5db;
}
h5, .h5 {
    font-size: 25px;
    color: #40392f;
}
h6, .h6 {
    font-size: 20px;
    color:#35b5db;
}

p {
    margin: 0 0 10px;
    line-height: 28px;
}

hr {
    border-color: #35b5db;
}

.container-fluid {
    max-width: 1721px;
}
.whatsappfix {
    display: block;
    position: fixed;
    height: 70px;
    width: 70px;
    bottom: 80px;
    right: 0px;
    font-size: 20px;
    z-index:10;
}
/****************************/
.top-header .fa {
    font-size: 12px;
    margin-right: 5px;
}

.top-header a {
    color: #000;
    text-decoration: none;
}
.top-header .mail {

}
.top-header .phone {

}
.top-header {
    position: relative;
    padding: 9px 0;
    line-height: 43px;
    background: rgb(255 255 255 / 24%);
}
.max-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1512px;
}
/********** navigation ********/
header.top.sticky.sticky-appear {
    transform: translateY(0);
    background: #fff;
    box-shadow: 0 0 30px #35b5db;
    height: auto  !important;
}
header.top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-200%);
    transition: transform .6s;
}
nav.main-nav {
    position: relative;
    padding: 58px 0 0;
    margin-right: -17px;
}
header.top.sticky.sticky-appear nav.main-nav {
    padding: 14px 0 14px;
}
header.top .logo {
    position: relative;
    padding: 0;
    float: left;
    z-index: 6;
    padding-top: 60px;
}

header.top .logo img {
    width: 230px;
}

header.top.sticky.sticky-appear .logo {
    display: none;
}
header.top nav.mobile-nav {
    display: none;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 24px;
}
nav.main-nav .mobile-nav i.fa {
    background: #64a189;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
nav.main-nav .logo {
    position: relative;
}
.is-sticky nav.main-nav .logo {
    display:none;
}
.is-sticky nav.main-nav .nav-wrapper {
    align-items: center;
}
header.top.sticky.sticky-appear .social {
    display: none;
}header.top.sticky.sticky-appear .tel-top{
     display: none;}
/***************/
header.top {
    position: absolute;
    width: 100%;
    z-index: 100;
}
.top-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
}
header.top.sticky.sticky-appear .top-grid {
    display: table;
    margin: 0 auto 0;
}
.diy-slideshow {
    position: absolute !important;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 22px;
    left: 32px;
    right: 0;
}
.diy-slideshow:after {
    position: absolute;
    content: "";
    left: 30px;
    right: 0;
    top: 290px;
    bottom: 0;
    background: url(../images/after-banner.png) no-repeat;
    z-index: 1;
}
body.pageTemplate .diy-slideshow:after {
    background: url(../images/after-banner1.png) no-repeat;
    left: 84px;
}
.diy-slideshow .next, .diy-slideshow .prev {
    background: #74a8da !important;
    opacity: 1 !important;
}
.diy-slideshow .next:hover, .diy-slideshow .prev:hover {
    background: #000 !important;
}
.diy-slideshow figure {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0px;
}
header.top .slogan p {
    margin: 0;
}
.boutton {
    position: relative;
    margin: 39px 0 0;
}

header.top .top-grid .social {
    position: relative;
    margin-top: 72px;
}header.top .top-grid .social a.networks_facebook {
     color: transparent;
     background: url(../images/icon-fb.png) no-repeat top center;
     display: inline-block;
     font-size: 0px;
     cursor: pointer;
     margin: 0;
     width: 52px;
     height: 50px;
     text-align: center;
     position: relative;
     z-index: 1;
     text-decoration: none;
     border-bottom: none;
     overflow: hidden;
     border-radius: 0;
     transition: all 0.4s;
 }

/*****************************/


@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*********/
/******************/

section.banner {
    position: relative;
    height: 959px;
    z-index: 1;
}
section.banner.small {
    height: 584px;
}
body.pageTemplate.lang-nl .slider {
    position: absolute;
    right: 23%;
    width: 22%;
    z-index: 1;
    height: 546px;
    top: 153px;
    z-index: 2;
}
body.homepageTemplate.lang-nl .slider {
    position: absolute;
    right: 21%;
    width: 27%;
    z-index: 1;
    height: 546px;
    top: 160px;
    z-index: 2;
}
.camera_fakehover:before {
    position: absolute;
    content: "";
    background: url(/smarty/wireframe25/media/images/bg-slide.png) no-repeat;
    width: 588px;
    height: 589px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}body.pageTemplate.lang-nl .camera_fakehover {
     width: 100%;
     height: 100%;
     object-fit: cover;
     -webkit-mask-image: url(/smarty/wireframe25/media/images/bg-slide.png);
     -webkit-mask-size: contain;
     -webkit-mask-position: center center;
     -webkit-mask-repeat: no-repeat;
     width: 580px !important;
     height: 443px !important;
     z-index: -1;
 }
body.homepageTemplate.lang-nl .camera_fakehover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: url(/smarty/wireframe25/media/images/bg-slide.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    width: 537px!important;
    height: 586px!important;
    z-index: 0;
}
body.pageTemplate.lang-nl .camera_pag {
    position: absolute;
    left: -36%;
    bottom: -73px;
}
body.homepageTemplate.lang-nl .camera_pag {
    position: absolute;
    left: -54px;
    bottom: -123px;
}.camera_wrap .camera_pag .camera_pag_ul li {
     border-radius: 12px !important;
     cursor: pointer;
     display: inline-block;
     height: 8px !important;
     margin: 5px 8px;
     position: relative;
     text-indent: -9999px;
     width: 8px !important;
 }.camera_wrap .camera_pag .camera_pag_ul li {
      background: #35b5db !important;
  }
.camera_wrap .camera_pag .camera_pag_ul li>span {
    background: #fe7f86!important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
    border: 3px solid #35b5db;

}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    background: #fff !important;
}

.camera_wrap .camera_pag .camera_pag_ul li .cameracurrent{

    background:#fff !important;
}
.camera_wrap .camera_pag .camera_pag_ul li>span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 12px !important;
    height: 17px !important;
    left: -3px !important;
    overflow: hidden;
    position: absolute;
    top: -4px !important;
    width: 17px !important;
    border: 2px solid transparent;
    background: none !important;
}



body.pageTemplate.lang-nl div#slideshow:after {
    position: absolute;
    content: "";
    left: -21px;
    right: -20px;
    top: -25px;
    bottom: 0;
    background: url(../images/bg3.png) no-repeat;
    width: 544px;
    height: 487px;
    background-size: contain;
}
body.homepageTemplate.lang-nl  div#slideshow:after {
    position: absolute;
    content: "";
    left: -113px;
    right: 19px;
    top: -16px;
    bottom: 0;
    background: url(../images/bg3.png) no-repeat;
    width: 696px;
    height: 614px;
}
.diy-slideshow .next {
    right: 47.5% !important;
}

section.banner .container {
    padding-top: 240px;
    position: relative;
    z-index: 999;
}

section.banner .container h2 {
    margin-top: 0;
}

section.banner .container img.brenda {
    width: 75%;
    border-radius: 50%;
}

section.banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background: url(../images/bg-banner.png) no-repeat  top;*/
    background: url(../images/header.jpg) no-repeat  top;
    width: 100%;
    z-index: 2;
    background-size: cover;
}
section.parallax {
    background-image: url(../images/parallax.jpg);
    background-size: cover;
    background-position: center center;
    padding: 180px;
}
section.banner .box-overlay {
    position: relative;
    float: left;
    margin-top: 24%;
    z-index: 3;
    left: 0;
    width: 47%;
}
section.banner.small .box-overlay {
    margin-top: 17%;
}
section.banner .box-overlay .cta-bloc {
    position: relative;
}
/*body.pageTemplate.lang-nl section.banner:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background: url(../images/bg-banner.png) no-repeat  bottom;*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*    background-size: cover;*/
/*}*/
section.banner .box-overlay .cta-bloc h3 {
    font-size: 21px;
    line-height: 1.2em;
    margin: 0;
    color: #343b41;
    font-weight: 400;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    font-family: 'Rubik', sans-serif;
}
section.banner .box-overlay p {
    font-weight: 500;
    font-family: 'Karla', sans-serif;
    color: #35b5db;
    font-size: 32px;
    line-height: 49px;
    padding-top: 38px;
}
section.banner .box-overlay .cta-bloc h2 {
    color: #000;
    font-size: 53px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    letter-spacing: 0;
    /* font-family: 'Fredoka One'; */
    margin: 0;
    font-family: "Jost", sans-serif;
    font-style: italic;
    line-height: 65px;
}section.banner .box-overlay  .boutton.cta-contact a.contact {
     display: none;
 }
section.banner .box-overlay .cta-bloc a.contact {
    font-size: 20px;
    font-weight: 700;
    color: #35b5db;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 0;
    display: inline-block;
    z-index: 1;
    transition: all 0.4s;
    position: relative;
    background: transparent;
    padding: 19px 31px 21px 37px;
    border-radius: 50px;
    border: 2px solid #35b5db;
    margin: 22px auto;
}section.banner .box-overlay .cta-bloc a.contact:after {
     position: absolute;
     content: "";
     right: 44px;
     top: 27px;
     background: url(../images/link2.png) no-repeat;
     width: 18px;
     height: 18px;
 }
span.color {
    color: #64a189;
}
section.banner .box-overlay .cta-bloc a.contact:hover {
    transform: scale(1.1);
}

section.banner .box-overlay .cta-bloc .social {
    position: relative;
    display: table;
    margin: 17px 0 0;
    /* z-index: 1; */
}
/******* animation *************/
.animate.clip_ltr {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 800ms ease-out;
}
.animate.clip_rtl {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 800ms ease-out;
}
.animate.clip_ttb {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 800ms ease-out;
}
.animate.fade_in {
    opacity: 0;
    transition: opacity 800ms ease-out;
    transition-delay: 0ms;
}
.animate.fade_in.play {
    opacity: 1;
}
.animate.delay-250 {
    transition-delay: 250ms;
}
.animate.delay-500 {
    transition-delay: 500ms;
}
.animate.clip_ttb.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_ltr.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_rtl.play {
    clip-path: inset(-1px -1px -1px -1px);
}
/********/
.box-light {
    background: #ededed;
    color: #414244;
    padding: 15px;
    margin: 0 0 20px;
}
.col-md-8.col-md-push-4 h3 {
    margin-top: 0;
}
article.content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
/************ Content ***************/
section.home-content {
    position: relative;
    padding: 88px 0 148px;
    /*background: url(../images/bg-home.png) repeat;*/
}
section.home-content .image-home img {
    border-radius: 70px;
    -webkit-box-shadow: 7px 7px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 7px 7px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 7px 7px 30px 0px rgb(50 50 50 / 18%);
    width: 100%;
}
section.home-content .image-home:after {
    content: "";
    position: absolute;
    top: -30px;
    right: -25px;
    bottom: 0;
    /*background: url(../images/after-main.png) no-repeat;*/
    width: 122px;
    height: 121px;
    z-index: -1;
}
section.home-content .image-home:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: -25px;
    bottom: -31px;
    background: url(../images/before-main.png) no-repeat;
    width: 122px;
    height: 121px;
    z-index: -1;
}

section.home-content .image-home {
    float: left;
    position: relative;
    margin: 0 120px 100px 0;
}

section.page-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 48px;
    width: 249px;
    height: 357px;
}
section.page-content {
    position: relative;
    padding: 48px 0 0 0;
    /*padding: 113px 0 48px;*/
}
article.content {
    position: relative;
}
body.pageTemplate.lang-nl header.page-title h1:before {
    content: "";
    position: absolute;
    top: -39px;
    right: -54px;
    width: 60px;
    height: 50px;
}
body.pageTemplate.lang-nl header.page-title h1 {
    text-align: left;
    position: relative;
    font-size: 45px;
    line-height: 41px;
    color: #40392f;
    letter-spacing: 0;
    display: table;
    text-transform: none;
    padding-bottom: 23px;
    border-bottom: 2px solid rgb(51 51 51 / 31%);
    margin-bottom: 0;
}

body.pageTemplate.lang-nl article.content {
    position: relative;
    padding: 50px 0 30px;
}

section.home-content article.content {

}
body.pageTemplate article.content header.page-title h1 {
    padding: 0 0 36px;
    margin: 0 0 30px;
    position: relative;
    text-align: left;
    display: block;
}
article.content header.page-title h1 {
    margin: 0;
}
section.home-content article.content header.page-title h1 span {
    font-size: 20px;
    line-height: 55px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    text-transform: none;
    font-family: "Jost", sans-serif;
    max-width: 76%;
}

section.home-content article.content header.page-title h1 span.sub-title {
    font-size: 25px;
    line-height: 31px;
    color: #35b5db;
    text-transform: none;
    margin: 0;
    display: block;
    position: relative;
    font-weight: 400;

    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    padding-top: 8px;
}
section.home-content article.content header.page-title:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #35b5db;
    width: 72px;
    height: 11px;
    border-radius: 50px;
}
section.home-content article.content header.page-title {
    margin: 0px 0 38px;
    position: relative;
    text-align: left;
    display: table;
    padding-left: 0;
    padding-bottom: 39px;
    border-bottom: 1px solid #40392f;
}
body.homepageTemplate.lang-nl header.page-title h1:after {
    position: absolute;
    content: "";
    right: 68px;
    top: 86px;
    bottom: 11px;
    width: 63px;
    height: 53px;
}
.partie2 {
    position: relative;
    padding: 45px 42px 3px;
}.partie1 {
     position: relative;
     margin-top: 36px;
 }.box-content {
      position: relative;
      display: grid;
      grid-template-columns: auto auto;
  }.partie4 {
       position: relative;
       margin-top: 50px;
   }.partie3 {
        position: relative;
        margin-top: 52px;
        padding: 10px 74px 10px 0;
    }.box-content1 {
         position: relative;
         display: grid;
         grid-template-columns: auto auto;
     }
article.content ul,
footer ul {
    list-style: outside disc;
    margin-left: 18px;
    padding: 0;
}
article.content ul li,
footer ul li {
    padding-left: 5px;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #35b5db;
    color: #fff;

}
article.content .table-style td p {
    margin:0;
    padding:0;
}
article.content .table-style th, article.content .table-style td {
    border: 1px solid #35b5db;
    padding: 5px 10px;
}article.content .table-style td:last-child {
     width: 10%;
 }


/*************boxes****************/
section.boxes.box1 {
    position: relative;
    padding: 0 0 40px;
}
section.boxes.box1 .cont-bx1 {
    position: relative;
    display: grid;
    grid-template-columns: 47% auto;
    grid-gap: 0;
    background: #ffffff;
    box-shadow: 0 5px 27px #00000024;
    border-radius: 70px;
}
section.boxes.box1 .img-box img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius:70px;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.boxes.box1 .bloc-text h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 48px;
    font-family: 'Karla', sans-serif;
    color: #957b40;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    display: none;
}
section.boxes.box1 .bloc-text h2 {
    color: #40392f;
    font-size: 45px;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
    margin: 0;
    padding: 21px 0 32px;
    display: table;
    margin: 0 auto 35px;
}
section.boxes.box1 .img-box {
    position: relative;
    margin-left: -52px;
}
section.boxes.box1 .img-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
section.boxes.box1 .bloc-text:hover .btn-bx {
    transform: scale(0.9);
}
section.boxes.box1 .btn-bx {
    color: #ffffff;
    display: table;

    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 13px 30px 14px 29px;
    transition: all .4s;
    position: relative;
    z-index: 0;
    margin-top: 31px;
    letter-spacing: 0.015em;
    text-align: center;
    font-family: 'Karla', sans-serif;
    background: #35b5db;
    line-height: 24px;
    margin: 35px auto;
    border-radius: 50px;
}
section.boxes.box1 .bloc-text h2:before {
    content: "";
    position: absolute;
    width: 504px;
    height: 11px;
    background: url(../images/h2-bx1.png) no-repeat bottom;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
section.boxes.box1 .bloc-text h2:after {
    content: "";
    position: absolute;
    top: -21px;
    right: -59px;
    width: 63px;
    height: 53px;
}
section.boxes.box1 .bloc-text p a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
}
section.boxes.box1 .bloc-text p {
    max-width: 64%;
    text-align: center;
    display: table;
    margin: 0 auto;
}
section.boxes.box1 .bloc-text {
    position: relative;
    padding: 168px 15px 111px 74px;
    text-align: center;
    display: table;
    margin: 0 auto;
    z-index: 2;
}
section.boxes.box1 .container-fluid {
    max-width: 1367px;
}
section.boxes.box1:before {
    position: absolute;
    content: "";
    background: url(../images/after-bx2.png) no-repeat top right;
    width: 500px;
    height: 500px;
    top: 80px;
    right: 98px;
}
/*------------------------------------------*/
section.boxes.box2 {
    padding: 31px 0 68px;
    position: relative;
}
section.boxes.box2 .bloc-text {
    padding: 151px 0;
    text-align: center;
    position: relative;
}
section.boxes.box2 .bloc-text h2 {
    font-size: 45px;
    color: #40392f;
    position: relative;
    display: table;
    margin: 0 auto 39px;
    padding-bottom: 23px;
}
section.boxes.box2 .bloc-text p {
    max-width: 75%;
    display: table;
    margin: 0 auto;
}
section.boxes.box2 .bloc-text h2:before {
    content: "";
    position: absolute;
    top: -52%;
    right: -61px;
    width: 63px;
    height: 53px;
    z-index: 100;
}
section.boxes.box2 .bloc-text h2:after {
    content: "";
    position: absolute;
    width: 201px;
    left: 0;
    height: 11px;
    background: url(../images/h2-bx2.png) no-repeat bottom;
    bottom: 0;
}
section.boxes.box2 .btn-bx {
    color: #35b5db;
    display: table;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 25px 11px 27px;
    transition: all .4s;
    position: relative;
    z-index: 0;
    margin-top: 31px;
    letter-spacing: 0.015em;
    text-align: center;
    font-family: 'Karla', sans-serif;
    background: transparent;
    line-height: 24px;
    margin: 30px auto;
    border-radius: 50px;
    border: 3px solid #35b5db;
}
.btn-gdpr:hover{
    background:#c8b36c;
}
section.boxes.box2 .bloc-text p a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
}
/**********usp****************/
section.prestations {
    position: relative;
    padding: 50px 0;
    /*background: #d1d1d1;*/
    background: #faf7f7;
    text-align: center;
}
section.prestations .box h3 {
    color: var(--color-blue);
    font-size: 25px;
}



.usp-grid {
    display: grid;
    grid-template-columns: repeat(4,1Fr);
    text-align: center;
    grid-gap: 30px;
}

section.prestations .box .icon-bx {
    display: table;
    margin: 0 auto 0;
}
section.prestations .box:hover .icon-bx{

    /*text-align:center;*/
    /*-webkit-animation: rotate-center 0.6s ease-in-out both;*/
    /*animation: rotate-center 0.6s ease-in-out both;*/
}

/*----------------------------------------------*/
section.boxes.box3 {
    position: relative;
    padding: 133px 0;
    background: url(../images/img1.jpg) no-repeat fixed;
    min-height: 712px;
    z-index: 1;
}
section.boxes.box3 .blocs-txt {
    background: rgb(255 255 255 / 88%);
    padding: 105px 83px 31px 68px;
    text-align: center;
    margin-left: 54px;
    border-radius: 70px;
    position: relative;
    width: 91%;
    display: table;
}
section.boxes.box3 .blocs-txt .btn-bx {
    color: #35b5db;
    display: table;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 13px 27px 14px 27px;
    transition: all .4s;
    position: relative;
    z-index: 0;
    margin-top: 31px;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: 'Karla', sans-serif;
    background: transparent;
    line-height: 24px;
    margin: 34px auto;
    border-radius: 50px;
    border: 3px solid #35b5db;
}
.slick-dots li button:hover:before {
    background: #fff !important;
}
section.boxes.box3 .blocs-txt .btn-bx:hover {
    transform: scale(1.1);
    transition: all 0.8s;
    display: table;
}
section.boxes.box3 .blocs-txt p a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
}
section.boxes.box3 .blocs-txt h2:before {
    content: "";
    position: absolute;
    top: -51%;
    right: -44px;
    width: 63px;
    height: 53px;
    z-index: 100;
}
section.boxes.box3 .blocs-txt h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 201px;
    height: 11px;
    background: url(../images/h3-bx.png) no-repeat bottom;
    transform: translateX(-50%);
}
section.boxes.box2 .blocs-txt p a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
}
section.boxes.box3 .blocs-txt h2 {
    font-size: 45px;
    color: #40392f;
    position: relative;
    display: table;
    margin: 0 auto 39px;
    padding-bottom: 23px;
}
section.boxes.box3 .blocs-txt:after {
    content: "";
    position: absolute;
    top: -8%;
    left: -5%;
    background: url(../images/bg-bx3.png) no-repeat top left;
    width: 125px;
    height: 120px;
    z-index: -1;
}
/*----------------------------------------

 * ---------------------------------------------- */
section.realisations {
    position: relative;
    padding: 129px 0 116px;
    background: transparent;
    text-align: center;
    z-index: 1;
}
section.realisations h4:before {
    content: "";
    position: absolute;
    right: -49px;
    top: -35px;
    width: 63px;
    height: 53px;
}
section.realisations h4 {
    color: #35b5db;
    font-size: 26px;
    line-height: 36px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    display: table;
    margin: 0 auto;
}
section.realisations h3 {
    font-size: 45px;
    line-height: 70px;
    color: #40392f;
    text-transform: none;
    margin: 0 0 45px;
}
section.realisations h3 span.title2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    color: #333;
}
section.realisations #Gallery {
    position: relative;
    min-height: 0 !important;
    margin:0;
}
section.realisations #Gallery .slick-initialized .slick-slide {
    margin: 0 !important;
}
section.realisations #Gallery .slick-list.draggable {
    padding: 0 !important;
}
section.realisations #Gallery .highslideContainer {
    position: relative;
    float: none;
    padding: 0 58px;
    opacity: 1 !important;
}
section.realisations #Gallery .highslideContainer .highslide {
    display: block;
    margin: 112px 0;
    pointer-events: none;
}
li.slick-active .slick-dots li button:before {
    background: #fff !important;
}
section.realisations #Gallery .slick-center .highslideContainer .highslide {
    transform: scale(1.4);
    position: relative;
    z-index: 10;
    transition: all 0.4s;
    pointer-events: all;
}
section.realisations .container-fluid {
    max-width: 1524px;
}
section.realisations #Gallery .slick-center .highslideContainer .highslide:hover::after {
    opacity: 1;
    transform: scale(0.7);
}
section.realisations #Gallery .slick-center .highslideContainer .highslide::after {
    content: '';
    position: absolute;
    top: -38px;
    right: -31px;
    bottom: 85px;
    background: url(../images/after-gal.png) no-repeat;
    transition: all .4s;
    opacity: 0;
    transform: none;
    width: 121px;
    height: 121px;
    z-index: -1;
    opacity: 1;
    transform: scale(0.7);
}
section.realisations #Gallery .slick-center .highslideContainer .highslide::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: -34px;
    left: -30px;
    background: url(../images/before-gal.png) no-repeat;
    transition: all .4s;
    opacity: 1;
    transform: none;
    width: 121px;
    height: 121px;
    transform: scale(0.7);
}
section.realisations .slick-dots li:hover:before, section.realisations .slick-dots li.slick-active:before {
    content: "";
    left: -6px;
    top: -6px;
    height: 17px;
    width: 17px;
    position: absolute;
    border: 3px solid #35b5db;
    border-radius: 50px;
}
section.realisations .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
a.highslide {
    outline: 0 !important;
}

section.realisations .slick-initialized .slick-slide {
    display: block;
}
section.realisations #Gallery .highslideContainer .highslide img {
    width: 100%;
    height: 324px;
    object-fit: cover;
    object-position: center left;
    transition: transform .6s;
    transform: scale(1);
    transition: all 0.4s;
    border-radius: 50px;
}
section.realisations #Gallery .highslideContainer .highslide:hover {
    position: relative;
    z-index: 1;
}
section.realisations .slick-prev {
    left: -100px;
    background: url(../images/prev.png) no-repeat center top;
    width: 47px;
    height: 47px;
    transition: all 0.4s;
}
section.realisations .slick-next {
    right: -100px;
    background: url(../images/next.png) no-repeat center top;
    width: 47px;
    height: 47px;
    transition: all 0.4s;
}
section.realisations .slick-prev:hover {
    background: url(../images/prev.png) no-repeat center top;
}
section.realisations .slick-next:hover {
    background: url(../images/next.png) no-repeat center top;

}
section.realisations .slick-prev, section.realisations .slick-next {
    top: 50%;
    z-index:10;
}
section.realisations .slick-prev:hover, section.realisations .slick-next:hover {
    opacity: 0.5;
}
section.realisations #Gallery .highslideContainer .highslide-caption {
    display: none;
    padding-top: 0;
    font-family: 'Alegreya', serif;
    font-style: italic;
    line-height: 1.5em;
    font-size: 1.1em;
}
section.realisations #Gallery .highslideContainer .highslide-caption strong {
    font-family: 'Karla', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
    display: none;
}
section.realisations #Gallery .slick-slide:nth-child(odd) {
    /* margin-top: -30px;*/
}
section.realisations #Gallery .highslideContainer .highslide:hover img {
    object-position: center;
    transform: scale(1);
    z-index: 2;
}

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*********** gallery home *************/

/********* News ***************/
article.content #AllNews {
}
body.pageTemplate article.content header.page-title h1 span.subtitle {
    padding-left: 112px;
    display: block;
}
article.content #AllNews figure.Item {
    position: relative;
    display: grid;
    grid-template-columns: .6fr 30px 1fr;
    grid-template-rows: 50px 1fr 50px;
    margin-bottom: 50px;
}
article.content #AllNews figure.Item .photo {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
    position: relative;
    box-shadow: 0px 0px 0px rgba(255,255,255,.05);
    transition: box-shadow .4s;
}
.slick-dots li button:hover:before {
    border: 3px solid #35b5db;
    width: 17px;
    height: 17px;
    background: none;
    top: -6px;
    left: -6px;
}
article.content #AllNews figure.Item:hover .photo {
    box-shadow: 20px -20px 0px rgba(255,255,255,.05);
}
article.content #AllNews figure.Item .photo.nophoto {
    background: #817f75 url(../images/icon-resto-white.png) no-repeat center;
    box-shadow: 0px 0px 0px rgb(255 255 255 / 10%);
}
article.content #AllNews figure.Item:hover .photo.nophoto {
    box-shadow: 20px -20px 0px rgba(255,255,255,.1);
}
article.content #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
article.content #AllNews figure.Item figcaption {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    z-index: 5;
    background: #fefaed;
    padding: 50px 50px;
}
article.content #AllNews figure.Item figcaption h3 {
    margin: 0 0 15px;
    color: #64a189;
}
article.content #AllNews figure.Item figcaption a.button {
    color: #bea571;
    border: 1px solid #bea571;
    display: table;
    margin: 40px 0 0;font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 65px;
    transition: all .4s;
    position: relative;
    z-index: 1;
}
article.content #AllNews figure.Item figcaption a.button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    background: #64a189;
    transition: all .4s;
    top: 0;
    bottom: 0;
    z-index: -1;
}
article.content #AllNews figure.Item figcaption a.button:hover::before {
    right: 0;
}
article.content #AllNews figure.Item figcaption a.button:hover {
    color:#fff;
}
/***********************/
.cat-block .buttonCategory.active {
    background: #64a189 !important;
    color: #fff;
}
.cat-block .buttonCategory:hover {
    background: #282828 !important;
    color: #fff !important;
}
.checkoutBtn {
    background: #282828 !important;
}
.checkoutBtn:hover {
    background: #64a189 !important;
}
.right-block .date-block .form-control[disabled]+.checkoutBtn {
    color: #fff !important;
}section.realisations:before {
     position: absolute;
     content: "";
     right: 0;
     bottom: 0;
     /*background: url(../images/gal.png) no-repeat right bottom;*/
     width: 100%;
     height: 100%;
     z-index: 0;
 }
body.homepageTemplate.lang-nl .rc-anchor-light {

    display: none !important;
}
/************ footer ******************/
footer.bottom {
    position: relative;
    color: #000;
    padding: 58px 0 68px;
    /*background: url(../images/bg-footer.png) no-repeat;*/
    background-size: cover;
}
footer.bottom .logo-footer {
    margin-left: 57px;
    padding-top: 30px;
}
.footer-bottom {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
}
section.map-spacer .googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.footer-adr h2 {
    /*background: url(../images/map-footer.png) no-repeat left 6px;*/
    padding-left: 49px;

}
.bloc-footer {
    position: relative;
    /*background: url(../images/bg.png) no-repeat bottom;*/
    width: 100%;
    height: auto;
}


.footer-info h2 {

}

.contact .fa {
    font-size: 12px;
    margin-right: 5px;
}

footer.bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer.bottom h2 {
    position: relative;
    text-transform: none;
    color: var(--color-blue);
    font-size: 26px;
    margin: 0;
    display: table;
    letter-spacing: 0;
    padding-bottom: -1px;

    padding-bottom: 4px;
    line-height: 51px;
    margin-bottom: 10px;
}

footer.bottom h2:after {
     position: absolute;
     content: "";
     left: 0;
     right: 0;
     margin: auto;
     bottom: 0;
     background: rgb(51 51 51 / 31%);
     width: 127px;
     height: 1px;
 }
.footer-logo {
    margin-top: 38px;
}.open {
     float: right;

 }
section.boxes.box2 .bloc-text:hover .btn-bx {
    transform: scale(0.9);
}
section.boxes.box3 .blocs-txt:hover .btn-bx{
    transform: scale(0.9);
}
span.number-responsive {
    display: none;
}
footer.bottom a {
    color: var(--color-blue);
}
.googlemaps_v2 label.modal-label {
    color: #35b5db;
}
.googlemaps_v2 label.modal-label:hover {
    text-decoration:none;}
.col-md-4.address {
    padding-left: 127px;
}
span.trait1 {
    border: 1px solid #fff;
    padding: 0 3px;
    right: 22px;
    position: relative;
    line-height: 30px;
    width: 30PX;
    height: 30px;
    display: inline-grid;
    margin: 3px auto 0;
}
span.openingDay {
    border: 1px solid #fff;
    padding: 0 3px;
    right: 22px;
    position: relative;
    line-height: 30px;
    width: 30PX;
    height: 30px;
    display: inline-grid;
    margin: 3px auto 0;
}
.social.footer a.networks_facebook:hover {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
    background: url(../images/fot-icon-fb.png) no-repeat center;
}
.adresse2 {
    margin-top: 44px;
    line-height: 28px;
}
.social.footer a.networks_facebook {
    position: relative;
    font-size: 0;
    background: url(../images/fot-icon-fb.png) no-repeat center;
    width: 52px;
    height: 50px;
    transition: all .6s;
    display: table;
}.social.footer {
     position: relative;
     display: table;
     margin: 14px auto 0;
 }span.trait2 {
      content: '';
      background: #fff3;
      width: 91px;
      position: relative;
      height: 1px !important;
      display: inline-block;
      margin: 0px 6px;
      top: 14px;
  }
.mcePxmGallery .breadcrumb {
    display: none;
}

.photo-1 {
    float: right;
    width: 45%;
    border-radius: 20px;
    margin-left: 50px;
}


/*********************/
.googlemaps_v2 label.modal-label {
    color: #35b5db;
    text-decoration: underline !important;
}
.googlemaps_v2 label.modal-label:hover {
    text-decoration: none !important;
}
/********/

/********************/
a#scrollTopBtn {
    bottom: 35px;
    left: auto;
    right: 15px;
    padding: 6px 15px 10px;
    background: #35b5db;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
a#scrollTopBtn:hover {
    background: #35b5db;
    box-shadow: 0 5px 30px #ffcb00;
}
a#scrollTopBtn i.fa::before {
    content: '\f0d8';
}
.phone-responsive {
    display: none;
}

.cookieinfo a.cookieinfo-close {
    border-radius: 3px !important;
    text-transform: uppercase;
    font-size: .9em;
    padding: 5px 15px !important;
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    font-size: 0;
    padding: 0 8px;
    display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.sf-menu ul {
    min-width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    margin-top: 23px;

}
header.top.sticky.sticky-appear .sf-menu ul {    margin-top: 14px;

}
.sf-menu a {
    padding: 2px 0;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    outline: none;

    font-family: 'Karla', sans-serif;
}

.sf-menu li a:hover, .sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {
    color: #000;
    border-bottom: 3px solid #35b5db;
}

nav.main-nav ul li.contact {
    display: none;
}

nav.main-nav .close-btn {
    display: none;
}

nav.main-nav a{
    border-bottom: 3px solid transparent;

}
.navigation {
    position: relative;
    float: right;

}
nav.main-nav .nav-wrapper .nav-bar1 ul li:first-child a {
    padding-left: 0;
}
nav.main-nav .nav-wrapper .nav-bar2 ul li:last-child a {
    padding-right: 0;
}
.sf-menu li {
    white-space: nowrap;
}
.sf-menu > li {
}
.sf-menu ul li {
    background: #35b5db;
}
.sf-menu ul li a {
    padding: 5px 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    border-bottom: none !important;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a, .sf-menu ul li.selected > a, .sf-menu ul li.active > a {
    color: #fff !important;
    background: #000!important;
    border-radius: 0;
    border-bottom: none !important;
}

.sf-menu > li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -9px;
    top: 1px;
    margin: auto;
    bottom: 0;
    width: 14px;
    height: 15px;
    background: url(/smarty/wireframe25/media/images/motif1.png) left top no-repeat;
}
.sf-menu ul li {
    border-top: 1px solid #c7c3c3;
}.sf-menu ul li:first-child {
     border-top: none;
 }
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 1em;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: color .4s;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after,
.sf-arrows > .selected > .sf-with-ul::after,
.sf-arrows > .active > .sf-with-ul::after {
    color: #000;
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transform: translate3d(100%,0,0);
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #ccc;
    transition: background .4s;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
    background: #fff;
}
/* Menu */
.menu-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 320px;
    height: 100%;
    background: #000;
    box-shadow: 0 0 20px #35b5db;
    padding: 40px 20px 20px;
    transform: translateX(-100vw);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
    transform: translateX(500px);
}
.mobile-menu > ul {
    display: block;
    transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
}
.mobile-menu ul ul {
    background: rgba(0,0,0,.15);
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: -5px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
    border-top: none;
}
.mobile-menu li {
    padding: 5px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
    position: relative;
    border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: rgba(255,255,255,.5);
    z-index: 5;
    left: 10px;
}
.mobile-menu a {
    padding: 5px 5px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: color .4s, background .4s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0.03em;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    background: #35b5db;
    color: #fff;
}
.mobile-menu li li a {
    padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
    transform: translate3d(0,0,0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
    transform: translate3d(0,0,0);
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
    transition-duration: 0.9s;
}
.show-menu .site-overlay {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transform: translate3d(0,0,0);
}
.fullsite {
    position: relative;
    overflow: hidden;
}
/******************************
		Responsive
***************************/
nav.mobile-nav a {
    font-size: 37px;
    color: var(--color-blue);
}

@media only screen and (max-width : 1883px) {

    section.banner .box-overlay p {

        font-size: 33px;

    }
    section.home-content article.content header.page-title h1 span.sub-title {
        font-size: 25px;

    }
}

@media only screen and (max-width : 1580px) {
    body.pageTemplate.lang-nl .slider {
        position: absolute;
        right: 32%;
    }
    .camera_fakehover:before {

        width: 441px;
        height: 531px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-size: contain;
    }
}
@media only screen and (max-width : 1316px) {
    body.homepageTemplate.lang-nl .slider {
        position: absolute;
        right: 25%;
        width: 27%;
        z-index: 1;
        height: 546px;
        top: 160px;
        z-index: 2;
    }
    section.banner .box-overlay .cta-bloc a.contact {
        font-size: 16px;

    }
    section.banner .box-overlay .cta-bloc h2 {
        font-size: 43px;
        line-height: 55px;
    }
    section.banner .box-overlay p {
        color: #35b5db;
        font-size: 26px;
        line-height: 8px;
        padding-top: 39px;
    }
    body.pageTemplate.lang-nl .camera_fakehover {

        width: 564px !important;
        height: 443px !important;

    }
    body.pageTemplate.lang-nl div#slideshow:after {

        left: -30px;
        right: -20px;
        top: -25px;
        bottom: 0;
        width: 544px;
        height: 487px;
        background-size: contain;
    }
}
@media only screen and (max-width : 1199px) {

    .photo-1 {
        float: none;
        width: 100%;
        margin: 0;
    }

    header.top .logo {
        padding-top: 23px;
    }

    header.top .logo img {
        width: 150px;
    }

    nav.main-nav {
        display: none;
        position: fixed;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0, 0.7);

        left: 0;
    }

    nav.main-nav .close-btn {
        display: block;
        position: absolute;
        top: 43px;
        right: 15px;
    }

    nav.main-nav.visible {
        display: block;
    }

    .navigation {
        position: static;
    }

    nav.main-nav ul {
        background: #FFF;
        position: absolute;

        left: 20px;
        right: 20px;
        padding: 40px 20px 20px 20px;

        top: 50%;
        transform: translate(0, -50%);
    }

    nav.main-nav ul li {
        display: block;
        padding-bottom: 20px;
    }

    nav.main-nav ul li.contact {
        display: block;
    }

    nav.main-nav ul li.contact a {
        font-size: 18px;
    }

    nav.main-nav ul li a {
        font-size: 26px;
        display: inline-block;
    }

    .top-header {

        display: none;
    }
    header.top nav.mobile-nav {
        display: block;
        float: right;
        margin-top: 41px;
    }
    body.homepageTemplate.lang-nl .slider {
        position: absolute;
        right: 20%;
        width: 27%;
        z-index: 1;
        height: 358px;
        top: 160px;
        z-index: 2;
    }
    body.homepageTemplate.lang-nl  div#slideshow:after {
        position: absolute;
        content: "";
        left: -90px;
        right: 23px;
        top: -25px;
        bottom: 0;
        background: url(../images/bg3.png) no-repeat;
        width: 570px;
        height: 493px;
        background-size: contain;
    }
    body.homepageTemplate.lang-nl .camera_fakehover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-mask-image: url(/smarty/wireframe25/media/images/bg-slide.png);
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        width: 443px!important;
        height: 451px!important;
        z-index: 0;
    }
    section.home-content {
        position: relative;
        padding: 43px 0;
        /*background: url(../images/bg-home.png) repeat;*/
    }
    section.banner {
        /*height: 682px;*/
    }

    section.banner .container {
        padding-top: 140px;
    }

    section.home-content article.content header.page-title h1 span {

        max-width: 100%;
    }
    section.home-content .image-home {
        display: table;
        float: none;
        position: relative;
        margin: 72px auto;
    }
    body.homepageTemplate.lang-nl header.page-title h1:after {
        position: absolute;
        content: "";
        right: -52px;
        top: -49px;
        bottom: 11px;
        width: 61px;
        height: 48px;
    }

    section.boxes.box1 .bloc-text:before
    section.boxes.box1 .cont-bx1 {
        grid-template-columns: auto;
    }
    section.boxes.box1 .cont-bx1 .img-box {
        position: absolute;
        width: 100%;
        height: 100%;

        right: 0 !important;
        left: auto;
    }
    section.boxes.box1 .cont-bx1 .img-box:before {
        position: absolute;
        content: "";
        background: rgb(255 255 255 / 5%);
        width: auto;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    section.boxes.box1 {
        padding: 0;
    }
    section.boxes.box1 .bloc-text {

        padding: 98px 15px 111px 74px;

    }
    section.boxes.box1 .img-box img {
        position: absolute;
        right: 0;
    }
    header.top.sticky  nav.mobile-nav {
        display: block;
        float: right;
        margin-top: 0;
        padding: 14px 0;
    }section.boxes.box1 .img-box img {
         width: auto;
         height: 100%;
         max-width: 100%;
         object-fit: cover;
         border-radius: 050px;
     }
}
@media only screen and (max-width : 991px) {
    section.prestations .box h3 {
        font-size: 20px;
    }

    body.homepageTemplate.lang-nl .slider {
        width: 100%;
        height: 373px!important;
        right: 0;
        top: 135px;
    }

    body.homepageTemplate.lang-nl .camera_fakehover {
        width: 100% !important;
        height: 373px !important;
        object-fit: cover;
        -webkit-mask-image: none !important;
        -webkit-mask-size: inherit;
        -webkit-mask-position: inherit;
        -webkit-mask-repeat: inherit;
        width: inherit;
        height: inherit;
        z-index: 1;
    }
    body.homepageTemplate.lang-nl div#slideshow:after{

        display:none;
    }
    .camera_fakehover:before{
        display:none;
    }
    section.banner {
        position: relative;
        height: auto;
        z-index: 1;
        padding-bottom: 80px;
    }
    body.homepageTemplate.lang-nl .camera_pag {
        position: absolute;
        right: 0;
        bottom: -83px;
        left: 0;
        margin: auto;
        display: table;
    }
    .img-box {
        display: table;
        margin: 0 auto;
    }
    section.boxes.box2 .bloc-text {
        padding: 61px 0;
        text-align: center;
        position: relative;
    }

    section.banner .container img.brenda {
        margin-top: 40px;
    }

    section.boxes.box3 .blocs-txt {
        background: rgb(255 255 255 / 88%);
        display: table;
        margin: 0 auto;
        text-align: center;
        margin-left:0;
        border-radius: 50px;
        position: relative;

    }

    section.realisations #Gallery .highslideContainer {
        position: relative;
        float: none;
        padding: 0 42px;
        opacity: 1 !important;
    }
    .footer-bottom {

        grid-template-columns: auto;

        grid-gap: 43px;
    }
    body.pageTemplate.lang-nl .slider {
        width: 100%;
        height: 373px!important;
        right: 0;
        top: 135px;
    }
    body.pageTemplate.lang-nl .camera_fakehover {
        width: 100% !important;
        height: 373px !important;
        object-fit: cover;
        -webkit-mask-image: none !important;
        -webkit-mask-size: inherit;
        -webkit-mask-position: inherit;
        -webkit-mask-repeat: inherit;
        width: inherit;
        height: inherit;
        z-index: 1;
    }
    body.pageTemplate.lang-nl div#slideshow:after {

        display: none;
    }

    body.pageTemplate.lang-nl .camera_pag {
        position: absolute;
        right: 0;
        bottom: -83px;
        left: 0;
        margin: auto;
        display: table;
    }
    .image-right {
        float: none;
        margin: 30px auto;
        display: table;
    }
    section.banner .box-overlay .cta-bloc a.contact {
        margin: 5px auto;
    }


    section.boxes.box3 .blocs-txt:after {
        top: -8%;
        left: 1%;
    }

    section.boxes.box1 .bloc-text p {
        max-width: 100%;

    }
    .footer-bottom {
        grid-template-columns: auto;
        grid-gap: 43px;
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    footer.bottom h2 {

        display: table;
        margin: 0 auto;
    }
    footer.bottom .logo-footer {
        margin-left: 0;
        padding: 30px 0;
    }
    section.banner .box-overlay {
        position: absolute;
        float: none;
        z-index: 3;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #ffffffe8;
        width: 529px;
        padding: 13px 33px;
        border-radius: 20px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 67px;
    }
}
@media only screen and (max-width : 767px) {
    .usp-grid {

        grid-template-columns: repeat(1,1Fr);

    }
    section.boxes.box1 .cont-bx1 {
        position: relative;
        display: grid;
        grid-template-columns: auto;
        grid-gap: 0;
        background: #ffffff;
        box-shadow: 0 5px 27px #00000024;
        border-radius: 50px;
    }

    section.banner .box-overlay .cta-bloc h2 {
        font-size: 33px;

        line-height: 33px;
    }
    section.banner .box-overlay p {
        padding-top: 13px;
        font-size: 15px;
    }
    section.boxes.box1 .bloc-text {
        padding: 50px;
    }
    section.boxes.box1 .bloc-text h2 {

        font-size: 34px;
    }
    section.boxes.box1 .bloc-text p {
        max-width: 100%;
    }
    .footer-bottom {

        display: table;
        margin: 0 auto;
        text-align: center;
    }
    footer.bottom {
        padding: 19px 0 68px;
        text-align: center;
    }
    footer.bottom h2 {

        display: table;
        margin: 11px auto;
    }
    section.realisations #Gallery .slick-center .highslideContainer .highslide::before {

        width: 95px;
        height: 85px;
        background-size: contain;
    }
    section.realisations #Gallery .slick-center .highslideContainer .highslide::after {

        top: -31px;
        right: 27px;
        bottom: 85px;
        width: 86px;
        height: 82px;
        background-size: contain;
    }
    span.phone {
        display: none;
    }
    .phone-responsive {
        display: block;
    }
    body.pageTemplate.lang-nl header.page-title h1 {

        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    body.pageTemplate.lang-nl header.page-title h1:before {
        top: -39px;
        right: -41px;
    }
    body.pageTemplate.lang-nl header.page-title h1 {
        font-size: 37px;
    }
    section.banner .box-overlay .cta-bloc a.contact {
        font-size: 15px;

        padding: 12px 27px 13px 37px;

    }
    .boutton {
        position: relative;
        margin: 20px 0 0;
    }
    .img-box {
        display: none;
    }
    section.boxes.box1 .cont-bx1 {
        background: url("../images/img-resp.jpg") no-repeat center;
        background-size: cover;
        border-radius: 0;
    }
    section.boxes.box1 .bloc-text {
        padding: 30px 21px;
        background: #fff;
        width: 85%;
        border-radius: 30px;
        margin: 63px auto;
    }
}
@media only screen and (max-width : 582px) {

    section.banner .box-overlay .cta-bloc a.contact {
        margin: 12px auto;
    }
    section.boxes.box3 .blocs-txt h2 {
        font-size: 33px;
        margin: 0 auto 20px;
        padding-bottom: 16px;
    }


    section.realisations #Gallery .slick-center .highslideContainer .highslide::before {
        left: 45px;
        bottom: -31px;
        left: 38px;
        width: 95px;
        height: 85px;
        background-size: contain;
    }
    section.realisations #Gallery .slick-center .highslideContainer .highslide::after {
        top: -31px;
        right: 43px;
        bottom: 86px;
        width: 86px;
        height: 82px;
        background-size: contain;
    }
    body.pageTemplate.lang-nl header.page-title h1 {
        font-size: 20px;
    }
    body.pageTemplate.lang-nl header.page-title h1:before {
        content: "";
        position: absolute;
        top: -55px;
        right: -40px;
        width: 60px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    section.banner .box-overlay {

        width: 413px;

    }
    section.boxes.box1 .bloc-text h2 {
        font-size: 24px;
    }
    section.boxes.box1 .bloc-text h2:after {
        content: "";
        position: absolute;
        top: -11px;
        right: -59px;
        width: 44px;
        height: 52px;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }
    section.banner.small .box-overlay {

        width: 392px;

    }
}

@media only screen and (max-width : 482px) {

    section.boxes.box1 .bloc-text h2 {
        padding: 21px 0 19px;
        margin: 0 auto 13px;
        font-size: 30px;
    }
    section.boxes.box1 .bloc-text h2:after {
        top: -12px;
        right: 0;
        width: 45px;
        height: 40px;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }
    section.boxes.box1 .bloc-text h2:before {
        content: "";
        position: absolute;
        width: 287px;
        height: 5px;
        background: url(../images/h2-bx1.png) no-repeat bottom;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-size: contain;
    }
    section.boxes.box3 .blocs-txt h2 {
        font-size: 29px;
    }
    section.banner .box-overlay {

        width: 290px;

    }
}

@media only screen and (max-width : 450px) {
    section.banner .box-overlay .cta-bloc h2 {
        font-size: 24px;
    }
    section.banner .box-overlay p {
        font-weight: 500;
        font-family: 'Karla', sans-serif;
        color: #35b5db;
        font-size: 18px;
        line-height: 8px;
        padding-top: 20px;
    }
    .boutton {
        position: relative;
        margin: 0;
    }
    section.home-content .image-home:before {
        content: "";
        position: absolute;
        bottom: -38px;
        left: -5px;
        bottom: -31px;
        background: url(../images/before-main.png) no-repeat;
        width: 83px;
        height: 95px;
        background-size: contain;
    }
    section.home-content .image-home:after {
        content: "";
        position: absolute;
        top: -30px;
        right: -10px;
        bottom: 0;
        background: url(../images/after-main.png) no-repeat;
        width: 90px;
        height: 133px;
        z-index: -1;
        background-size: contain;
    }
    section.home-content article.content header.page-title h1 span {
        font-size: 21px;
        line-height: 20px;

    }
    section.home-content article.content header.page-title h1 span.sub-title {
        font-size: 19px;
        line-height: 31px;
        color: #35b5db;
        text-transform: none;
        margin: 0;
        display: block;
        position: relative;
        font-weight: 400;
        /* font-family: 'Rubik', sans-serif; */
        letter-spacing: 0;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        padding-top: 0;
    }
    body.homepageTemplate.lang-nl header.page-title h1:after {
        position: absolute;
        content: "";
        right: -23px;
        top: -25px;
        bottom: 11px;
        width: 61px;
        height: 48px;
    }
    h2{
        font-size: 19px;

    }
    section.boxes.box1 .bloc-text {
        position: relative;
        padding: 20px;
        text-align: center;
        display: table;

        z-index: 2;
    }
    section.boxes.box1 .bloc-text h2 {
        color: #40392f;
        font-size: 25px;

    }
    section.boxes.box1 .bloc-text:before {
        content: "";
        position: absolute;
        top: -1%;

        right: 3%;

    }
    section.boxes.box1 .bloc-text p {
        max-width: 100%;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    section.boxes.box2 .bloc-text h2 {
        font-size: 39px;
        margin: 0 auto 17px;
        padding-bottom: 23px;
    }

    section.boxes.box3 .blocs-txt {
        padding: 60px;
        text-align: center;
    }
    section.boxes.box3 .blocs-txt h2 {
        font-size: 30px;
        margin: 0 auto 15px;
        padding-bottom: 26px;
    }
    section.realisations #Gallery .slick-center .highslideContainer .highslide::after {
        right: 12px;
        width: 64px;
        height: 76px;
        background-size: contain;
    }
    section.realisations #Gallery .slick-center .highslideContainer .highslide::before {
        left: 12px;
        transform: none;
        width: 100px;
        height: 91px;
        background-size: contain;
    }
    .footer-bottom {
        grid-gap: 34px;
    }
    section.realisations h3 {
        margin: 0 0 2px;
    }
    section.boxes.box3 {
        min-height: 300px;
    }

    .top-grid {
        grid-gap: 13px;
    }
    section.boxes.box3 .blocs-txt {
        padding: 51px;
        text-align: center;
    }
    section.boxes.box3 .blocs-txt h2:before {
        top: -55%;
        right: -44px;
        width: 45px;
        height: 53px;
        z-index: 100;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
    }
    section.boxes.box3 .blocs-txt {
        padding: 39px 20px;
        text-align: center;
        margin-left: 0;
        display: table;
        margin: 0 auto;
    }
    section.boxes.box3 .blocs-txt h2 {
        font-size: 26px;
    }


    section.banner .box-overlay p {
        font-size: 15px;
    }
    section.banner.small .box-overlay {

        width: 290px;

    }

}
@media only screen and (max-width : 368px) {
    section.banner .box-overlay p {
        font-size: 15px;
    }
    section.banner .box-overlay .cta-bloc a.contact {
        font-size: 19px;
        padding: 7px 23px 9px 17px;
    }

}
