@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Outfit:wght@400;500;700&display=swap');

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #0d0d0d;
    color: #ffffff;font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.btn-gdpr {
    color: #000 !important;
    background: #eddf40 !important;
}

.btn-gdpr:hover {
    color: #fff !important;
    background: #282828 !important;
}
a {
    color: #eddf40;
    text-decoration: underline;
    outline: none;
}
a:active, a:hover, a:focus {
    color: #eddf40;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 10px 0 20px 30px;
}
.image-left {
	
    float: left;
    margin: 10px 30px 20px 0;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    line-height: 1.35em;
   font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
h1 {
    color: #ffffff;
    font-size: 45px;
}
h2 {
    color: #eddf40;
    font-size:25px;

}
h3 {
	color: #ffffff;
    font-size: 23px;
}
h4 {
		color: #eddf40;
    font-size: 21px;
}
h5 {
	color: #ffffff;
    font-size: 19px;
}
h6 {
	color: #eddf40;
    font-size: 17px;
}

hr {
	border-color: #eddf40;
}

.fullsite {
    overflow: hidden;
}
section.mobile-links{
  margin-top:25px;
  text-align: center;
}
section.mobile-links a i{
  font-style:normal!important;
}

section.mobile-links a i.fa-solid.fa-phone::before,
section.mobile-links a i.fa-regular.fa-envelope::before,
section.mobile-links a i.fa-solid.fa-location-dot::before,
section.mobile-links a i.fa-brands.fa-whatsapp:before{
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
 /* -webkit-text-stroke: 1px #b59c56;
  -webkit-text-fill-color: transparent;*/
  text-decoration: none;
  width: 42px;
  height: 42px;
  position: relative;
  display: inline-block;
  font-size:22px;
}
/***************************************/
.max-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1567px;
}
/***************************/
header.top a.cta:hover {
    background-position: 0 0;
    color: #000;
}
header.top.sticky a.cta {
    display: block;
}
header.top a.cta {
    position: fixed;
    right: 0;
    top: 90px;
    text-decoration: none;
    color: #000;
    background: linear-gradient(to top, #fff 0%, #fff 50%, #eddf40 50%, #eddf40 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background 400ms ease-in-out;
    padding: 15px 40px;
    display: none;
    transition: background .5s;
    line-height: 1.2em;
    text-transform: uppercase;
    z-index: 1;
    font-size: 17px;
    left: auto;
    font-weight: 500;
    box-shadow: 0 0 20px rgb(177 138 56 / 20%);
}
header.top a.cta p {
    margin: 0;
}
/****************************************************************************************/

.phone {
    display: inline-block;
}

.phone-responsive {
    display: none;
}


.zoom-out img{
    transition: all .25s ease-in-out;
}
.zoom-out:hover img{
    transform:scale(0.8);
}

header.top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform: translateY(-200%);
	background-color: #ffffff;
    transition: transform .6s;
}
header.top.sticky.sticky-appear {
    transform: translateY(0);
    height: auto;
    background: #000;
    box-shadow: 0 0 20px #eddf40;
    border-bottom: none;
}
header.top.sticky.sticky-appear div#Language {
    display: none;
}
.has-lightbox header.top.sticky.sticky-appear {
    transform: translateY(-100%);
}
header.top.sticky.sticky-appear .sf-arrows .sf-with-ul::after {
    top: 51%;
}
header.top .logo {
    position: relative;
    float: left;
    padding-top: 27px;
    display: block;
}
div#sticky-wrapper {
    position: absolute;
    width: 100%;
    height: auto !important;
}
header.top {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 99px;
    border-bottom: 1px solid rgb(255 255 255 / 26%);
}
header.top.sticky .top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.top.sticky .logo {
    margin: 0;
	display:none;
}
header.top.sticky.sticky-appear nav.main-nav {
    float: none;
    display: table;
    margin: 10px auto;
    padding: 0;
}
header.top nav.main-nav {
    position: relative;
    float: none;
    padding-top: 27px;
}
header.top.sticky.sticky-appear .networks {
    display: none;
}

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

header.top .header-grid {
    display: grid;
    grid-template-columns: 258px auto;
    grid-gap: 65px;
}
header.top.sticky.sticky-appear .header-grid {
    display: table;
    margin: 0 auto 0;
    height: auto;
    padding: 0;
}
header.top .header-info {
    display: grid;
    grid-template-columns: auto auto auto;
    font-size: 15px;
    color: #3d3d3d;
    border-bottom: 1px solid #e8dee2;
    padding: 25px 0 0px;
    height: 73px;
    justify-content: space-between;
}
header.top.sticky.sticky-appear .header-info {
    display: none;
}
header.top .header-info span.title {
    color: #3d3d3d;
    font-weight: 600;
}
header.top .header-gsm {
    position: relative;
    padding-left: 32px;
    background: url(../images/tel.png) no-repeat left 1px;
}
header.top .header-map {
    position: relative;
    padding-left: 33px;
    background: url(../images/maps.png) no-repeat left 3px;
}
header.top .header-wrapper {
    display: grid;
    grid-template-rows: 73px auto;
}
header.top.sticky.sticky-appear .header-wrapper {
    display: block;

}
header.top .social {
    position: relative;
    margin: 55px 0 0;
}
header.top.sticky.sticky-appear .social {
    display: none;
}
header.top .social a.networks_facebook {
    color: #ffffff;
    background: url(../images/bg-fb.png) no-repeat top left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: none .4s;
    -moz-transition: none .4s;
    -o-transition: none .4s;
    transition: none .4s;
    transition: all .3s;
    font-size: 0px;
    cursor: pointer;
    margin: 0;
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
}
header.top .social a.networks_facebook:hover {
    background: url(../images/bg-fb.png) no-repeat bottom left;
    height: 27px;
}

in-nav .mobile-nav i.fa {
    background: ;
    text-align: center;
    color: ;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}

header.top nav.mobile-nav {
    display: none;
    font-size: 1.4em;
}

/****************************************************************************************/
.banner {
    position: relative;
    height: 680px;
    background: #fff;
}
.homeTemplate .banner {
    height: 925px;
}
.banner #slideshow, .banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    z-index: 2;
}
.banner #slideshow:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/slider.png) no-repeat;
    z-index: 1;
    background-size: cover;
}
.diy-slideshow .next, .diy-slideshow .prev {
    background: #eddf40 !important;

}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.banner .cta {
    position: absolute;
    z-index: 2;
    margin: auto;
    text-align: left;
    top: 58%;
    transform: translateY(-50%);
}
.banner.small .cta {

}
.banner .cta .slogan {
    position: relative;
    z-index: 2;
}
.banner .cta .slogan h2 {
    color: #ffffff;
    font-size: 68px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.05em;
}
.banner.small .cta .slogan h2.contact {
    margin: 0 0 115px;
}
span.color {
    color: #eddf40;
}
.banner .btn-glb {
    position: relative;
}
.banner .btn-glb:before {
    position: absolute;
    content: "";
    right: 70px;
    top: 10px;
    background: url(../../../smarty/wireframe30/media/images/arrow.svg) no-repeat;
    width: 68px;
    height: 99px;
}
.banner .cta a.btn-cta {
    color: #191818;
    padding: 25px 38px 25px 97px;
    position: relative;
    text-shadow: none;
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: none;
    margin-top: 41px;
    text-decoration: none;
    background: #e4d63d;
    z-index: 1;
    border-radius: 50px;
}
.banner .cta a.btn-cta:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    transition: all 0.6s;
	    border-radius: 50px;
    z-index: -1;
}
.banner .cta a.btn-cta:hover:before {
    width: 100%;
}
.banner .cta a.btn-cta:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 44px;
    height: 24px;
    background: url(../../../smarty/wireframe30/media/images/ico.svg) no-repeat;
    left: 35px;
    transform: translateY(-50%);
}
/*********************************/
/*----------------------- camera--------------------------------*/
.camera_pag {
    position: absolute;
    display: table;
    margin: auto;
    left: 43px;
    top: 45% !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    border-radius: 50%!important;
    background: rgb(255 255 255 / 46%)!important;
    width: 16px  !important;
    height: 16px !important;
    top: 0 !important;
    left: 0 !important;
    margin: 11px 0 !important;
    border: none !important;
    display: block !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span, .camera_wrap .camera_pag .camera_pag_ul li:hover>span {
background: #fff !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover {
background: #fff !important;
}
.camera_wrap .camera_pag .camera_pag_ul li>span {
    border-radius: 50% !important;
    height: 16px !important;
    left: 0px !important;
    top: 0px !important;
    width: 16px !important;
   background: rgb(255 255 255 / 46%) !important;
}

/***************************************************************************************/
.wrapper {
    position: relative;
    padding: 122px 0 185px;
    text-align: left;
    z-index: 2;
}
.wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 70px;
    background: url(../images/motif.png) no-repeat;
    width: 453px;
    height: 570px;
    filter: grayscale(1);
}
body.homeTemplate .wrapper main.content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 565px auto;
    grid-gap: 100px;
}
body.homeTemplate .wrapper main.content-wrapper .bk-content {
    padding: 40px 0 0;
}
body.homeTemplate main.content-wrapper .bk-content article.content {
    position: relative;
}
body.homeTemplate main.content-wrapper .images {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.homeTemplate main.content-wrapper .images img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.pageTemplate .wrapper {
    padding: 60px 0 45px;
    text-align: left;
}
article.content .table-style p {
    margin: 0;
}

.image-home {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
.img-home {
    position: relative;
    height: 100%;
    width: 100%;
}
.img-home:before {
    position: absolute;
    content: "";
    left: 51px;
    background: url(../images/ico-img.png) no-repeat;
    width: 161px;
    height: 161px;
    top: 69px;
    z-index: 1;
}
.img-home:after {
    position: absolute;
    content: "";
    right: 100px;
    bottom: -47px;
    background: #eddf40;
    z-index: -1;
    width: 69px;
    height: 47px;
}
.image-home img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px; /* Pas aan naar gewenste hoogte */
    object-fit: cover; /* Voorkomt uitrekking */
}
.img-home img.imag1 {
    margin-left: 131px;
    width: 74%;
}
img.imag2 {
    position: absolute;
    left: 0;
    bottom: -112px;
    width: 397px;
    height: 278px;
}
.image-home img.img2 {
    position: absolute;
    width: 255px;
    left: 41px;
    height: 289px;
    bottom: -43px;
}
.image-home .image-left {
    float: left;
    margin: 0 65px 75px 0;
    z-index: 4;
    position: relative;
}
body.homeTemplate main.content-wrapper .col-md-offset-6 {
    margin-left: 40%;
}
body.homeTemplate main.content-wrapper .col-md-6 {
    width: 60%;
}
.homeTemplate header.page-title {
    display: block;
    padding: 0 0 7px;
    margin: 0 0 55px;
    position: relative;
}
.homeTemplate main.content-wrapper header.page-title:after {
    position: absolute;
    content: "";
    background: url(../images/bg-title.png) no-repeat;
    width: 68px;
    height: 6px;
    bottom: 0px;
    left: 0;
}
header.page-title h1 {
    margin: 0;
    padding: 0;
}
.pageTemplate header.page-title h1 {
    line-height: 1.2em;
    letter-spacing: 0;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: table;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.pageTemplate header.page-title h1 {
    padding: 0 0 20px;
    margin: 0 0 30px;
}
body.pageTemplate.lang-nl.contact a.contact {
    display: none;
}
.pageTemplate main.content-wrapper header.page-title h1:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: #eddf40;
    height: 2px;
    width: 100%;
    bottom: 0px;
}
.pageTemplate header.page-title {

    text-align: center;
}
header.page-title h1 > span:not(.sub-title) {
    position: relative;
	display:block;
}
body.homeTemplate main.content-wrapper span.sub-title {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    display: table;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}
.image-right, .image-left {
    box-shadow: 10px 10px #eddf40;
}
.homeTemplate main.content-wrapper article.content ul {
    display: table;
    margin: 0 auto;
    text-align: left;
}
.homeTemplate main.content-wrapper header.page-title h1 span:not(.sub-title) {
    color: #ffffff;
    font-size: 55px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 700;
}
.moretext {
    display: block;
}
a.moreless-button {
    color: #282828;
    padding: 20px 30px 20px 77px;
    position: relative;
    text-shadow: none;
    font-size: 17px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: none;
    margin-top: 36px;
    text-decoration: none;
    background: #eddf40;
    z-index: 1;
    cursor: pointer;
    border-radius: 50px;
}
a.moreless-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    transition: all 0.6s;
    z-index: -1;
    border-radius: 50px;
}
a.moreless-button:hover:before {
    width: 100%;
}
a.moreless-button:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 44px;
    height: 24px;
    background: url(../../../smarty/wireframe30/media/images/ico.svg) no-repeat;
    left: 25px;
    transform: translateY(-50%);
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #eddf40;
    color: #000;
    font-size: 21px;
    text-transform: none;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Playfair Display';
    text-align: left !important;
}
article.content .table-style th, article.content .table-style td {
    border: 1px solid #eddf40;
    padding: 10px 15px;
}
article.content .table-style td:last-child {
    width: 10%;
    text-align: center;
}
article.content .table-style th, article.content .table-style td {

    text-align: center;width: 15%;
}article.content .table-style td:first-child {
    text-align: left;
    width: 50%;
}
article.content .table-style th h4 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
article.content .mcePxmGallery {
    position: relative;
    
}
article.content .contact-info-grid {
    font-size: 1.3em;
    padding: 30px 0;
    margin-bottom: 50px;
    background: #f2f2f2;
}
article.content .contact-info-grid .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
article.content .contact-info-grid .container > div {
    margin: 0 20px;
}
article.content .contact-info-grid .phone-responsive {
    display: none;
}
article.content .contact-info-grid i {
    -webkit-text-stroke: 1px #222;
    -webkit-text-fill-color: #f2f2f2;
    margin-right: 5px;
    font-size: 1.4em;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f2f2f2;
    margin-top: 30px;
}
.contact-grid .maps .box_googlemapsv2 {
    height: 100%;
}
.contact-grid .form {
    padding: 50px;
}
article.content .NewsPhoto {
    position: relative;
    margin-bottom: 50px;
    background: #222;
}
article.content .NewsPhoto img {
    width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: cover;
    transition: opacity 1.25s;
}
article.content .NewsPhoto:hover img {
    opacity: .5;
}
article.content .NewsPhoto:hover::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    
    background-size: 0;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
}
article.content .NewsPhoto:hover::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
}
.block1, .block2, .block3, .block4, .block5 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    align-items: center;
    height: 100%;
        margin: 25px 0;
}
.block2 .img {
    order: 2;
}
.block4 .img {
    order: 2;
}
img.imge-right.Manicure {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block-all .img {
    height: 100%;
}

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

.box-light {
    background: rgb(237 223 64 / 20%);
    padding: 15px;
}
.col-md-8.col-md-push-4  h3 {
    margin: 0 0 30px;
}
/*******************spacer*************************/
section.spacer {
    position: relative;
    background: url(../images/bg-photo.jpg) no-repeat center fixed;
    background-size: cover;
    height: 633px;
}
section.spacer.pages {
    height: 480px;
}
/*******************news*************************/
article.content #AllNews {
    display: grid;    margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
article.content #AllNews figure.Item {
    position: relative;
    padding: 0 0 50px;
}
article.content #AllNews figure.Item .photo.nophoto {
    background: url(../images/news-nophoto.jpg) center no-repeat;
    background-size: cover;
}article.content #AllNews figure.Item:hover .photo img {
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item .photo img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform .4s;
}article.content #AllNews figure.Item:hover figcaption span.button {
    background: #eddf40;
}

article.content #AllNews figure.Item figcaption span.button {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    background: #000;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .4s;
    position: absolute;
    bottom: 0;
}
article.content #AllNews figure.Item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
	border-bottom: 0;
}article.content #AllNews figure.Item:hover .photo h3 {
    background: #eddf40;
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item .photo {
    position: relative;
    height: 250px;
    margin-bottom: 20px;    width: 100%;
    border: 1px solid #eddf40;
}article.content #AllNews figure.Item .photo h3 {
    z-index: 10;
    position: absolute;
    left: 5px;
    right: 5px;
    top: auto;
    bottom: 5px;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: none;
    font-size: 23px;
    line-height: 1.5em;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: background .4s, transform .4s;
    padding: 5px;
}
article.content #AllNews figure.Item:hover figcaption span.button {
    background: #eddf40;
}
.backbtn {
    color: #000 !important;
    background: #eddf40 !important;
    min-width: 25px;
    padding: 3px 0 0px;
    width: 30px;
    margin-top: 20px;
    line-height: 26px;
    text-indent: 0;
    text-decoration: none;
    width: auto;
    height: auto;
    margin-top: 20px;
    clear: both;
}
.backbtn:hover {
    background: #000  !important;
      color: #fff !important;

}

.fa-level-up:before {
    content: "\f148" !important;
}
img.img-responsive.image-right.img-news.img-border {
    max-height: 260px;
    width: 350px;
    object-fit: cover;
    margin: 0 0 0 25px;
}
/*********** boxes ***************/
section.boxes .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
section.boxes .img-box {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
}
section.boxes:hover .img-box img {
    transform: scale(1.1);
}
section.boxes.box1 .bloc-text, section.boxes.box2 .bloc-text, section.boxes.box3 .bloc-text{
    text-align: left;
}

section.boxes h2 {
    font-size: 25px;
    line-height: 30px;
    color: #1f2838;
    margin: 0 0 30px;
    position: relative;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
}
section.boxes:hover h2 {
    color: #eddf40;
}
/***************************/
section.boxes.box1 {
    position: relative;
    display: grid;
    grid-template-columns: 58% auto;
    margin: 0 0 70px;
	z-index: 1;
}
section.boxes.box1 .bloc-text {
    position: relative;
    padding: 100px 74px;
    background: #f4f5ef;
    margin: 30px 0 30px -111px;
}
section.boxes.box1:hover .bloc-text {
    background: #1f2838;
	color: #fff;
}
section.boxes.box1 .img-box {
    position: relative;
}
/**************/
section.boxes.box2 {
    position: relative;
    display: grid;
    grid-template-columns: auto 57%;
	z-index: 1;
}
section.boxes.box2 .img-box {
    order: 2;
}
section.boxes.box2 .bloc-text {
    margin: 30px -111px 30px 0px;
    background: #f4f5ef;
    padding: 100px 74px;
}
section.boxes.box2:hover .bloc-text {
    background: #1f2838;
	color: #fff;
}
/*****************************/

section.boxes.box3 {
    position: relative;
    display: grid;
    grid-template-columns: auto 480px;
    align-items: center;
    grid-gap: 123px;
}
section.boxes.box3 .bloc-text {
    position: relative;
}
section.boxes.box3 .img-box {
    position: relative;
    order: 2;
}


/********************/
section.boxes p.text {
    position: relative;
    padding: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
}
section.boxes:hover p.text {
    border-bottom: 1px solid #fff;
}
section.boxes p.text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    background: #eddf40;
    width: 39px;
    height: 2px;
}
/******************************************/
section.boxes a {
    text-decoration: none;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
}
section.boxes .leesmeer {
    position: relative;
    display: table;
    z-index: 1;
    transition: all 0.6s;
    text-transform: capitalize;
    text-decoration: none;
    color: #1f2838;
    letter-spacing: 0;
    padding: 0;
    font-size: 15px;
    text-align: end;
    animation: slide-in .5s forwards;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 0 auto;
    border-bottom: 2px solid #eddf40;
}
section.boxes:hover .leesmeer {
    color: #eddf40;
}
/*********************************************/
/***************************************************************************/
section.bloces {
    position: relative;
    padding: 80px 0 155px;
    background: url(../images/bg-boxes.jpg) no-repeat;
    background-size: cover;
}
section.bloces .slick-initialized .slick-slide > div {
    margin: 0px 9px;
}
section.bloces h4 {
    font-size: 18px;
    text-transform: uppercase;
    display: table;
    color: #eddf40;
    line-height: 30px;
    position: relative;
    font-weight: 700;
    margin: 0 auto 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.1em;
}
section.bloces h3 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0;
    border: none;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 51px;
    font-weight: 700;
}
section.bloces .bloc {
    position: relative;
    z-index: 1;
}
section.bloces .box {
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 25px 30px 90px;
    text-align: center;
}
section.bloces .box:hover {
    position: relative;
 background: #eddf40;
}
section.bloces .contenu-box {
    display: block;
    overflow: hidden;
    color: #181717;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: 400;
  
    border-top: none;
    transition: all 0.4s;
    z-index: 3;
}
section.bloces .photo-box {
    width: 100%;
    position: absolute;
    height: 151px;
    bottom: 0;
    z-index: -2;
    left: 0;
    right: 0;
}
section.bloces .box:hover .photo-box {
    height: 100%;
}
.box .photo-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

section.bloces .box .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.bloces a {
    text-decoration: none;
    border-bottom: none;
    outline: none;
}
section.bloces .bloc h2 {
    font-size: 24px;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
    color: #181717;
    margin: 0px auto 23px;
    font-weight: 700;
    display: table;
}
section.bloces .bloc .box:hover h2{

	}
section.bloces .text a {
    text-decoration: none;
	    color: #fff;
}
section.bloces .bloc .button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../../../smarty/wireframe30/media/images/btn.svg) no-repeat center;
    width: 51px;
    height: 51px;
    font-size: 0;
    bottom: 29px;
}
section.bloces .box:hover .button {
    background: url(../../../smarty/wireframe30/media/images/btn-h.svg) no-repeat center;
	
	
}
section.bloces .box .icon {
    position: relative;
    display: table;
    margin: 0 auto 10px;
    height: 85px;
    width: 85px;
    background-position: center center !important;
}
section.bloces .box:hover .icon {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	        animation: rotate-center 0.6s ease-in-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-6-7 9:55:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-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.bloces .box .icon.icon1 {
    background: url(../../../smarty/wireframe30/media/images/icon1.svg) no-repeat;
}

section.bloces .box .icon.icon2 {
    background: url(../../../smarty/wireframe30/media/images/icon2.svg) no-repeat;
}

section.bloces .box .icon.icon3 {
    background: url(../../../smarty/wireframe30/media/images/icon3.svg) no-repeat;
}

section.bloces .box .icon.icon4 {
    background: url(../../../smarty/wireframe30/media/images/icon4.svg) no-repeat;
}
section.bloces .box .icon.icon5 {
    background: url(../../../smarty/wireframe30/media/images/icon5.svg) no-repeat;
}
/*****************************************************************************/
section.box-offerte {
    position: relative;
    background: url(../images/bg-photo.jpg) no-repeat top fixed;
    outline: none;
    width: 100%;
    background-size: cover;
    height: 480px;
}
/*-----------------realisations---------------*/
section.realisations {
    position: relative;
    padding: 72px 0px 55px;
    background: #fff;
}
section.realisations .full-container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1859px;
}
section.realisations h2 {
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: 0;
    border: none;
    color: #0d0d0d;
    position: relative;
    text-transform: uppercase;
    display: table;
    margin: 0 auto 43px;
    font-weight: 700;
}
section.realisations h3 {
    font-size: 18px;
    text-transform: uppercase;
    display: table;
    color: #0d0d0d;
    line-height: 30px;
    position: relative;
    font-weight: 700;
    margin: 0 auto 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.1em;
}
section.realisations #Gallery {
    position: relative;
    min-height: 0 !important;
}
section.realisations #Gallery .highslideContainer {
    outline: none !important;
    opacity: 1 !important;
    padding: 0;
}
section.realisations .slick-initialized .slick-slide > div {
    margin: 10px 10px;
}
section.realisations .highslide-gallery .highslideContainer a.highslide {
    position: relative;
    display: block;
    transition: all 400ms ease-in-out 200ms;
    overflow: hidden;
    transition-delay: 0ms;
    padding: 0 !important;
    background: none !important;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
section.realisations #Gallery .highslideContainer .highslide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all .8s;
    transform: scale(0);
    background: linear-gradient(to top,  rgb(237 223 64 / 70%) 10%,rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100% );
}
section.realisations #Gallery .highslideContainer .highslide:hover::before{
	transform: scale(1);
}
section.realisations #Gallery .highslideContainer .highslide img {
    position: relative;
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: all 0.4s;
    opacity: 1 !important;
}
section.realisations #Gallery .highslideContainer .highslide-caption {font-family: 'Barlow', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}/***paralex***/
  section.photo-spacer.aos-init {
    position: relative;
    height: 488px;
    background: url(https://www.dhave.be/smarty/wireframe30/media/images/home-spacer.jpg) no-repeat fixed center;
    background-size: cover;
}
section.realisations .highslide-gallery .highslideContainer a.highslide {
    outline: none;
}
section.realisations #Gallery .highslideContainer .highslide:hover img {
    transform: scale(1.2);
    filter: none;
}

/***footer***/

span.phone-responsive {
    display: none;
}

span.number-responsive {
    display: none;
}

footer.bottom a, footer.bottom label.modal-label {
    color: #eddf40;
}
footer.bottom a:hover,
footer.bottom label.modal-label:hover {
    color: #eddf40;
    text-decoration: none !important;
}
/************ footer ******************/
/*<!---------- footer ----------->*/
footer.bottom {
    position: relative;
    color: #fff;
    padding: 115px 0 74px;
    background: #0d0d0d url(../images/bg-footer.jpg) no-repeat bottom;
}
footer.bottom .block-footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: space-between;
}
footer.bottom h2 {
    position: relative;
    font-size: 33px;
    line-height: 1.1em;
    color: #ffffff;
    margin: 0 0 26px;
    padding: 0;
    display: table;
}
footer.bottom .btp-prem {
    position: relative;
    margin: 20px auto 0;
    display: table;
}
.logo-footer {
    margin-top: -6px;
}
footer.bottom .adress {
    display: inline-block;
}

span.number-responsive {
    display: none;
}
footer.bottom .col-sm-8 {
    padding-left: 30px;
}
footer.bottom .name {
    font-weight: 700;
}
.block-left {
    display: inline-block;
}

.logo-footer img {
    max-width: 100%;
    height: auto;
}
.googlemaps_v2 label.modal-label, footer.bottom a {
    color: #eddf40;
    opacity: 1;
    font-weight: 400 !important;
    text-decoration: underline;
}
.googlemaps_v2 label.modal-label:hover, footer.bottom a:hover {
    color: #eddf40;
    text-decoration: none;
}footer.bottom section.address span.number-responsive {
	display: none;
}
footer.bottom .adr1 {
    float: left;
}
footer.bottom .adr2 {
    float: right;
}
footer.bottom .adrs {
    padding-left: 30px;
	   position: relative;
}
footer.bottom .adrs:after {
    position: absolute;
    left: 0;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #eddf40;
    top: 1px;
    font-size: 18px;
    right: auto;
}
footer.bottom .adr2 .mail:after {
    position: absolute;
    left: 0;
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #eddf40;
    top: 1px;
    font-size: 18px;
    transform: rotate(95deg);
    z-index: -1;
}
footer.bottom .adr2 .mail {
    position: relative;
    padding-left: 32px;
  z-index: 1;
}
footer.bottom .info .tels {
    text-align: left;
    display: inline-table;
}
a#btp_id {
    margin: auto;
  /*  background: url(../images/btp.png) no-repeat center;*/
    width: 104px;
    height: 86px;
    text-decoration: none;
    border-bottom: none;
    display: table;
    position: relative;
}
a#btp_id img {
   /* display: none;*/
     width: 104px;
    height: 86px;
}
/*********************************************************************************/


a#scrollTopBtn {
    border-radius: 0;
    background: #eddf40;
    font-size: 20px;
    line-height: 1em;
  z-index: 2;
}
a#scrollTopBtn:hover {
    background: #eddf40;
    color: #111111;
}
section.map-footer {
    position: relative;
    width: 100%;
    height: 350px;
}section.map-footer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
    display: flex;
	margin-top: 0;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.sf-menu > li {
    /* float: left; */
    display: inline-block;
    margin: 0 19px;
}
.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 a {
    padding: 13px 0px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
    transition: all 0.4s;
}
.sf-menu>li > a:hover::before, .sf-menu>li.sfHover > a::before, .sf-menu>li.active > a::before, .sf-menu>li.selected > a::before {
    opacity: 1;
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sf-menu>li > a::before {
    position: absolute;
    height: 8px;
    margin: auto;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    content: '';
    transition: 0.6s;
    bottom: -25px;
    background: #ecde40;
}
header.top.sticky.sticky-appear .sf-menu>li > a::before {
    bottom: -10px;
}
.sf-menu > li:not(:first-child)::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -22px;
    top: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li > a {
    position: relative;
    z-index: 1;
}
.sf-menu ul {
    background: #000;
    padding: 0 0px;
    margin-top: 27px;
    min-width: 100%;
    text-align: center;
}
.sf-menu ul a {
    padding: 5px 5px;
    color: #fff!important;
    line-height: 26px;
    border: none;
    letter-spacing: 0;
    background: none !important;
}
.sf-menu ul li:not(:first-child) {
    border-top: 1px solid #000;
}

/*.sf-menu ul a:hover,
.sf-menu ul .selected a, .sf-menu ul .active a {
	color:#01a199;
}*/
.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: #000!important;
    background: #eddf40!important;
}
.sf-menu li a:hover, .sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {

}
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 45%;
    right: auto;
    margin: auto;
    top: 30px;
    font-size: 12px;
    bottom: auto;
}
/*--------------------------------------------------
## 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: 300px;
    height: 100%;
    background: #000;
    box-shadow: 0 0 20px #fff;
    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,
.mobile-menu .language {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul,
.mobile-menu .language {
	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: .7em;
}
.mobile-menu ul ul {
    font-size: 1em;
	background: rgba(0,0,0,.15);
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(0,0,0,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu > ul ~ ul li:first-child {
	 border-top: 1px solid rgb(255 255 255 / 50%);
}
.mobile-menu li {
    padding: 5px 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
}
.mobile-menu li li {
	position: relative;
	 border-top: 1px solid rgb(255 255 255 / 50%);
}
.mobile-menu li li::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    color: rgb(204 196 196 / 50%);
    z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background .4s, color .4s;
    border-bottom: 0;
    font-weight: 500;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    background: #eddf40;
    color: #000;
}
.mobile-menu li li a {
    padding-left: 25px;
    background: #ffffff47;
}
/* 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,
.show-menu .mobile-menu .language {
	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,
.show-menu .mobile-menu .language {
	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);
}


/*Responsive*/
@media only screen and (max-width : 1700px) {
.camera_pag {
    left: 15px;
}
.banner .cta {
    left: 65px;
}	
}

@media only screen and (max-width : 1500px) {
header.top .header-grid {
    grid-gap: 0;
    justify-content: space-between;
}
.sf-menu > li {
    margin: 0 10px;
}	
.sf-menu > li:not(:first-child)::after {
    left: -14px;
    top: 21px;
}
}
@media only screen and (max-width : 1350px) {
.sf-menu a {
    font-size: 13px !important;
}
}

@media only screen and (max-width : 1199px) {
header.top nav.main-nav {
    display: none !important;
}.googlemaps_v2 .modal__close {
    right: -12px !important;
}
header.top nav.mobile-nav {
    display: block;
}
header.top {
    height: auto;
    padding: 20px 0;
}
header.top .logo {
    padding-top: 0;
}
header.top .header-grid {
    align-items: center;
} 
header.top.sticky {
    transform: translateY(-260%);

}
header.top a.cta {
    top: 56px;

}
/***********************/
.homeTemplate .banner {
    height: 700px;
}
/*****************/
.img-home:before {
    top: -50px;
    left: -10px;
}
img.imag2, .img-home:after {
    display: none;
}
body.homeTemplate .wrapper main.content-wrapper {
    grid-template-columns: 100%;
    grid-gap: 50px;
}
.img-home {
    height: 400px;
}
.image-home:before {
    right: -10px;
}.image-home:after {
    left: -10px;
}
.homeTemplate main.content-wrapper header.page-title:after {
    left: 0;
    right: 0;
    margin: auto;
}
.homeTemplate header.page-title {
    text-align: center;
}
.homeTemplate header.page-title:before {
    left: 0;
}
body.homeTemplate main.content-wrapper span.sub-title:after {
    top: auto;
    bottom: 0;
    right: 0;
    margin: auto;
}
body.homeTemplate main.content-wrapper span.sub-title {
    padding: 0 0 10px;
}
body.homeTemplate .wrapper main.content-wrapper .bk-content {
    padding: 0;
}
.homeTemplate header.page-title {
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
    display: table;
}
.img-home img.imag1 {
    margin-left: 0;
    width: 100%;
}
.pageTemplate header.page-title h1 {
    font-size: 30px;
 
}
/***********************************/
section.boxes.box1, section.boxes.box3 {
    grid-gap: 50px;
}
.pageTemplate header.page-title h1 {
    margin: 0 auto 30px;
    display: table;
	text-align: center;}
.wrapper {
    padding: 95px 0px 80px;
    text-align: left;
}
section.realisations #Gallery:before {
    left: -10px;
}

section.bloces .bloc h2 {
    font-size: 25px;
    line-height: 25px;
}

section.box-offerte {
    background-attachment: initial;
    background-position: center;
}
section.bloces {
    padding: 0px 0 90px;
}
section.bloces .slick-dots {
    bottom: -60px;

}
}
@media only screen and (max-width : 991px){
	.pageTemplate.contact .banner.small {
    height: 500px;
}
.camera_pag {
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0px 11px !important;
    display: inline-block!important;
}
.banner .cta .slogan h2 {
    font-size: 50px;
}
.banner .cta {
    margin-left: 0;
    left: 10px;
    right: 10px;
    text-align: center;
}
.banner .cta .slogan .social {
    margin: 30px auto 0;
} 
.image-right, .image-left {
    float: none;
    display: table;
    margin: 0 auto 30px;
}
.banner .btn-glb:before {
    display: none;
}
/*************************/
footer.bottom .block-footer-grid {
    grid-template-columns: 100%;
    grid-gap: 40px;
}
footer.bottom {
    text-align: center;
    padding: 50px 0;
}
footer.bottom .adrs, footer.bottom .adr2 .mail {
    padding: 40px 0 0;
}
footer.bottom .adrs:after, footer.bottom .adr2 .mail:after {
    right: 0;
}
footer.bottom h2 {
    display: table;
    margin: 0 auto 21px;
}
a#btp_id {
    margin: 0 auto 0;
}

}


@media only screen and (max-width : 767px) {
	header.top a.cta {
    left: 10px;
    right: 10px;
    text-align: center;
    margin: auto;
}
	.banner .cta .slogan h2 {
    font-size: 40px;
}
a.moreless-button {
    margin: 30px auto 0;
    display: table;
}
.homeTemplate main.content-wrapper header.page-title h1 span:not(.sub-title) {
    font-size: 35px;

}
.pageTemplate header.page-title h1 {
    font-size: 22px;
}
/***************/
h2 {
    font-size: 20px;
}
span.number {
    display: none;
}
span.number-responsive {
    display: inline-block !important;
}
  section.spacer {
    background-attachment: initial;
}
}

@media only screen and (max-width : 480px) {
  header.top a.cta {
    padding: 15px 15px;
    font-size: 14px;

}
header.top .header-grid {
    grid-template-columns: 100%;
    grid-gap: 30px;
}
header.top nav.mobile-nav {
    display: table;
    margin: 0 auto 0;
}
header.top .logo img {
    max-width: 100%;
}
header.top .logo {
    margin: 0 auto 0;
}
.banner .cta a.btn-cta:after {
    display: none;
}
.banner .cta a.btn-cta {
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
}
.banner .cta .slogan h2 {
    font-size: 32px;
}
section.realisations h2 {
    font-size: 45px;

}
}
/*****hamburger*********/
.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 36px;
    cursor: pointer;
}
.hamburger div {
    height: 5px;
    background: #fff;
    width: 100%;
    transition: all 400ms ease-in-out;
    border-radius: 50px;
}
.hamburger .meat {
  width: 75%;
  transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
    width: 50%;
}
.hamburger:hover div {
  width: 100%;
}
.hamburger:hover .top-bun {
	    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
          animation: burger-hover 1s infinite ease-in-out alternate;
 
}
.hamburger:hover .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.hamburger:hover .bottom-bun {

 -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;		
}
div#nav-mobile {
    background: #2b2c2f;
    padding: 17px 20px;
    border-radius: 5px;
}
div#nav-mobile a {
    display: block !important;
    color: transparent;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}