@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Lucida Handwriting Std';
    src: url('../fonts/LucidaHandwritingStd.eot');
    src: url('../fonts/LucidaHandwritingStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/+LucidaHandwritingStd.woff2') format('woff2'),
        url('../fonts/LucidaHandwritingStd.woff') format('woff'),
        url('../fonts/LucidaHandwritingStd.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background:#d16a37;
    color: #ffffff;
	font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 23px;
       font-weight: 400;
}
a {
        color: #000;
	      text-decoration:none;


    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #452200;

	border-bottom: none;  text-decoration: none;
}

.image-right {
    float: right;
    margin: 12px 0 20px 20px;
}
.image-left {
    float: left;
    margin: 10px 30px 20px 0;

}
h1, h2, h3, h4, h5, h6 {
	 font-family: 'Lucida Handwriting Std';
    line-height: 1.35em;
    text-transform: none;
}
h1 {  
font-size: 35px;
color: #ffffff;
   
}
h2 {
    font-size: 25px;
    color:  #452200;
    line-height: 40px;
}
h3 {       
color: #ffffff;
    font-size: 23px;
}
h4 {
    font-size: 20px;  
         color:  #452200;
}
h5 {
    font-size: 19px;     
color: #ffffff;
}
h6 {  
        color:  #452200;
    font-size:17px;
}

hr {
	border-color: #452200;
}


.fullsite {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

header.top {
    position: absolute;
    height: 126px;
    z-index: 100;
    transition: all .4s;
    width: 100%;
    top: 62px;
}
header.top.sticky.sticky-appear header.top {
    top:0px;
}
header.top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform .6s;
}
header.top.sticky.sticky-appear {
    transform: translateY(0);
}
.is-sticky header.top {
    box-shadow: 0 0 30px #d16a37;
    background: rgb(255 255 255 / 1);
    height: auto;
}
header.top .inner-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 189px auto;
    background: rgb(209 159 101);
    border-radius: 20px;
}
header.top.sticky.sticky-appear .inner-wrapper {
    
    box-shadow: 0 0 10px #d16a37;
}
.block-right {
    display: grid;
    grid-template-columns: repeat(2,auto);
}
.is-sticky .block-right {
    display: block;
}
header.top .networks {
    position: relative;
    float: right;
    text-align: right;
    padding: 14px 0 0 0;
}

header.top .networks #ContainerBlockSocial.addthis_toolbox .at300b:hover, header.top .networks a.facebook:hover {
     transform: scale(1.1);
}
header.top .logo {
    transition: all .4s;
    position: relative;
}
.is-sticky .logo img {
    display: none;
}
header.top nav.main-nav {
   /* position: relative;*/
}
nav.main-nav.main-nav1 {
    position: relative;
    float: right;
    transition: all .4s;
    padding-top: 26px;
}
.is-sticky nav.main-nav.main-nav1 {
    padding: 0;
    margin: 0 auto 25px;
    display: table;
    float: none;
}
header.top nav.mobile-nav {
    display: none;
    font-size: 2em;
}
header.top nav.mobile-nav a {
}
header.top nav.language {
    position: absolute;
    right: 0;
    top: 100%;
}
header.top nav.language a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c3953f;
    background: #241c1c;
    display: inline-block;
    width: 25px;
    line-height: 25px;
    font-size: .75em;
    text-align: center;
    margin-left: 1px;
    opacity: .5;
    transition: opacity .4s;
}
header.top nav.language a:hover {
    opacity: 1;
}

.banner {
    position: relative;
    height: 700px;
}
.homeTemplate .banner {
    height: 985px;
}
.banner #slideshow,
.banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 0;
}
div#slideshow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

}
.banner .NewsItemBackground {
    background: no-repeat center;
    background-size: cover;
}
.banner #slideshow.diy-slideshow .prev,
.banner #slideshow.diy-slideshow .next {
    border-radius: 0;
    width: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: .8em;
    transform: none;
	
    background: #d16a37;
}
.banner #slideshow.diy-slideshow .prev {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 36px;
} 
.banner #slideshow.diy-slideshow .next {
    top: auto;
    bottom: 5px;
    right: 5px;
}
.banner .cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 293px;
    z-index: 1;
    text-align: right;
}
.pageTemplate .banner .cta {
    bottom: 130px;
    z-index: 1;
    text-align: right;
}

/***************************************************************************************/
body.pageTemplate.contact.lang-nl .banner .cta {
    bottom: 82px;
}

.banner .cta .slogan {
    position: relative;
    animation: slide-in .5s forwards;
    text-align: center;
    margin: 0 0 0;
    display: table;
}
.banner .cta .slogan h4 {
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    position: relative;
    color: #fff;
    text-shadow: 5px 0 5px rgb(0 0 0 / 63%);
    font-weight: 600;
    font-family: 'Karla', sans-serif;
    padding-bottom: 20px;
}
.banner .cta .slogan h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 166px;
    height: 9px;
    background: url(../images/bg-title-cta.png) no-repeat center;
}
.banner .cta .slogan span {
    position: relative;
    display: block;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-align: right;
}
.banner .cta .slogan span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 48%;
    height: 1px;
    background: #fff;
    display: block;
}
.banner .cta .btn-cta a {
    position: relative;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    background: #d16a37;
    color: #fff;
    letter-spacing: 0;
    padding: 16px 40px;
    margin-top: 41px;
    font-size: 17px;
    overflow: hidden;
    animation: slide-in .5s forwards;
    z-index: 1;
    font-weight: 400;
    float: left;
    font-family: 'Lucida Handwriting Std';
    border-radius: 50px;
}
.banner .cta .btn-cta a:hover {
    color: #ffff;
}
body.pageTemplate.contact.lang-nl .banner .cta a {
    display: none;
}
.banner .cta .btn-cta a strong {
    position: relative;
    font-weight: normal;
}
.banner .cta .btn-cta a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #452200;
	color:#fff;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: transform .4s, opacity .4s;
    z-index: -1;
}
.banner .cta .btn-cta a:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}
/***************************************************************************************/
.cta .networks {
    position: relative;
    margin-top: 28px;
    display: table;
}
.cta .networks a.networks_facebook {
    color: #ffffff;
    background: url(../images/bg-fb.png) no-repeat top left;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 0px 0 0;
    width: 35px;
    height: 36px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom: none;
    overflow: hidden;
    -webkit-transition: none .4s;
    -moz-transition: none .4s;
    -o-transition: none .4s;
    transition: none .4s;
    transition: all .3s;
    border-radius: 0;
}
.cta .networks i.fa.fa-facebook:before {
    content: "\f39e";
    speak: none;
    font-size: 0px;
    line-height: 41px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin-right: 0;
}

.cta .networks a.networks_facebook:hover {
    background: url(../images/bg-fb.png) no-repeat bottom left !important;
    height: 36px;
}
.cta .networks a.networks_instagram {
    color: #ffffff;
    background: url(../images/bg-insta.png) no-repeat top left;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 0px;
    width: 38px;
    height: 39px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-bottom: none;
    overflow: hidden;
    -webkit-transition: none .4s;
    -moz-transition: none .4s;
    -o-transition: none .4s;
    transition: none .4s;
    transition: all .3s;
    border-radius: 0;
}
.cta .networks i.fa.fa-facebook:before {
    content: "\f39e";
    speak: none;
    font-size: 0px;
    line-height: 41px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin-right: 0;
}

.cta .networks a.networks_instagram:hover {
    background: url(../images/bg-insta.png) no-repeat bottom left !important;
    height: 39px;
}
/*--------contenu----------------------------*/
/*****************/

main.content-wrapper.content-wrapper1 {
    position: relative;
    padding: 60px 0 70px;
 background: #fff;


}section.banner.small {
    padding-bottom: 0;
}
main.content-wrapper header.page-title {
    position: relative;
    margin: 0px auto 34px;
    text-align: center;
    background: transparent;
    padding-top: 0;
}
main.content-wrapper {
    position: relative;
    padding: 45px 0 50px;
    z-index: -1;
	    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}
main.content-wrapper:before {
    position: absolute;
    content: "";
    right: 27px;
    height: 372px;
    width: 289px;
    top: 93px;
    background: url(../images/before-wrapper.png) no-repeat;
}
article.content {
    position: relative;
}


main.content-wrapper.content-wrapper1 article.content {
   background: #2484d1;
   color:#fff;
    position: relative;
  
    margin-left: 0px;
    padding: 40px 42px 20px;
    z-index: 1;
    margin-top: 0px;
}
.box_googlemapsv2 {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 550px;
    filter: grayscale(1);
}.box_googlemapsv2:hover {

    filter: grayscale(0);
}main.content-wrapper .container {
    position: relative;
    z-index: 1;
}
body.homeTemplate article.content header.page-title {
    position: relative;
    text-align: left;
    background: transparent;
    margin-bottom: 37px;
    display: -webkit-box;
}

section.banner.small .cta {
    top: 40%;
}
body.homeTemplate.lang-nl h1 {
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
body.homeTemplate article.content header.page-title h1:after {
    position: absolute;
    content: "";
    background: url(../images/bg-title.png) no-repeat center;
    width: 166px;
    height: 9px;
    left: 0;
    bottom: 0;
}
main.content-wrapper header.page-title h1 span:not(.sub-title) {
    text-transform: none;
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    letter-spacing: 0;
    border: none;
    color: #fff;
    background: none;
    display: inline-block;
    position: relative;
    text-align: left;
}
body.pageTemplate.lang-nl main.content-wrapper header.page-title h1 span:not(.sub-title) {
    text-transform: none;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    border: none;
    color: #fff;
    background: none;
    display: inline-block;
    position: relative;
    text-align: left;
    font-family: 'Lucida Handwriting Std';
	padding-bottom:15px;
}
body.pageTemplate.lang-nl main.content-wrapper header.page-title h1 span:not(.sub-title):after {
    position: absolute;
    content: "";
    background: url(../images/bg-title.png) no-repeat center;
    width: 166px;
    height: 9px;
    left: 0;
    bottom: 0;
}

body.pageTemplate.lang-nl main.content-wrapper header.page-title {
    text-align: left;

}
article.content::after {
    content: '';
    display: block;
    clear: both;
}
table {
    position: relative;}
table th {
    background: #452200;
    color: #fff;
}
table th,
table td {
    border: 1px solid #452200;
    padding: 2px 5px;}

article.content h1 {
}
article.content p {
    margin: 0 0 20px;
}
article.content img {
    height: auto;
    max-width: 100%;
}article.content .table-style tr td:last-child {
    width: 17%;
}
body.homeTemplate.lang-nl main.content-wrapper {
    position: relative;
    padding: 132px 0 65px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content ul li a{
    position: relative;
    display: inline-block;
	
	}
article.content ul li a:hover {
    color: #ff0103;
    text-decoration: none;
}
article.content ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #ff0103;
    transition: all .6s;
}
article.content ul li a:hover:before {
    width: 100%;
}
	
article.content img.image-right,
article.content img.image-left {
}
article.content .table-style {
    position: relative;
}
article.content .table-style h4 {
    color: #fff !important;
    text-transform: none !important;
}

article.content .contact-info {
    margin-top: 35px;
    font-size: 1.1em;
    line-height: 22px;
}
article.content .contact-info strong {
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
}
article.content .contact-info i {
    -webkit-text-stroke: 1px #151313;
    -webkit-text-fill-color: white;
}
article.content .contact-info .phone-responsive {
}
article.content .contact-info .containerOpening {
    display: flex;
	justify-content: center;
}
article.content .contact-info .containerOpening .openingLine {
    margin: 0 20px;
}
article.content .contact-info .containerOpening .openingLine .openingDay {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em;
}
article.content table.table-style thead th {

    padding: 5px 10px;
    font-weight: bold;
}
article.content .table-style th, article.content .table-style td {
    padding: 5px 10px;
    border: 1px solid #452200;
}
article.content .table-style th {
    background: #452200;
    color: #fff;
}
article.content table.table-style th p, article.content table.table-style td p {
    margin: 0;
}
table.table-style.table-page tr td:nth-child(2) {
    width: 20%;
}
table.table-style.table-page {
    margin-bottom: 10px;
}
main.content-wrapper article.content {
    position: relative;
    text-align: left;
}
.image-home {
    float: right;
    position: relative;
    margin: 0 0 32px 43px;
    z-index: 10;
}
section.spacer-home {
    position: relative;
    height: 345px;
    background: #f1f8fe url(/smarty/wireframe28/media/images/bg.jpg) no-repeat fixed center;
}
article.content img {
    max-width: 100%;
    height: auto;
}
.home-content {
    display: grid;
    grid-template-columns: 0 1fr 150px;
    grid-template-rows: 50px 300px auto;
    margin-top: -73px;
    margin-bottom: -52px;
}


article.content p a {
    position: relative;
    display: inline-block;
}
article.content p a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #452200;
    transition: all .6s;
}
article.content p a:hover {
    color: #452200;
    text-decoration: none;
}
article.content p a:hover:before {
    width: 100%;
}

.newsTemplate section.newsletter {
    margin: 50px auto;
}
.newsTemplate section.news {
    margin: 0;
}.mcePxmGallery {
    margin-bottom: 22px;
}
label.modal-label:hover {
    text-decoration: none !important;
}

/********************************section.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;
}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: #452200;
}

article.content #AllNews figure.Item figcaption span.button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    background: #454545;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    transition: background .4s;
}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: #d16a37;
    transform: translate(-10px, 10px);
}
article.content #AllNews figure.Item .photo {
    position: relative;
    height: 250px;
    margin-bottom: 20px;    width: 100%;
    border: 1px solid #452200;
}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,.25);
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: none;
    font-size: 1.8em;
    line-height: 1.5em;

    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: background .4s, transform .4s;
}
article.content #AllNews figure.Item:hover figcaption span.button {
    background: #452200;
}
/**********************************section services **********************************/
.bg-boxes{
     position: relative;
    background: url(../images/parallax.jpg) no-repeat fixed;
    height: 452px;
}
section.services {
    position: relative;
    background: url(../images/parallax.jpg) no-repeat fixed bottom;
    z-index: 2;
    height: 100%;
    background-size: cover;
    padding: 139px 0 304px;
}
section.services:before {
    position: absolute;
    background: url(../images/bg-boxes.jpg) no-repeat;
    content: "";
    height: 419px;
    width: 100%;
    z-index: -1;
    background-size: cover;
    top: 0;
}
section.services .grid-services {
    position: relative;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}
section.services .box:before {
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/bg-box.jpg);
    width: 100%;
    top: -20px;
    bottom: -20px;
    opacity: 0;
	z-index: -1;
}
section.services .box:hover:before {

    opacity: 1;
}
section.services a {
    text-decoration: none;
}
section.services .box h2 {
    font-size: 25px;
    margin: 20px auto 15px;
    color: #452200;
    text-align: center;
    position: relative;
    padding: 0 0 21px;
    text-transform: none;
}
section.services .box:hover h2 {
    color: #fff;
}
section.services .box h2:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 9px;
    background: url(../images/bg-title-box.png) no-repeat;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
section.services .box:hover h2:after {
    background: url(../images/bg-title-box-h.png) no-repeat;
}
section.services .box {
    position: relative;
    color: #454545;
    background: #fff;
    text-decoration: none;
    display: block;
    padding: 74px 30px 46px;
    margin: 0 auto;
}
section.services .icon {
    margin: 0px auto;
}
section.services .icons {
    height: 125px;
    width: 125px;
    margin: 0 auto;
    transition: background .4s;
    background-position: center;
    background-repeat: no-repeat;
}
section.services .box:hover .icons {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}
section.services .box .icon1 {
   
    background-image: url(../images/icon1.png);
}
section.services .box .icon2 {
   
    background-image: url(../images/icon2.png);
}
section.services .box .icon3 {
   
    background-image: url(../images/icon3.png);
} 
section.services .box:hover .icon1  {
	
background-image: url(../images/icon1.png);
}
section.services .box:hover .icon2  {
	
background-image: url(../images/icon2.png);
}
section.services .box:hover .icon3  {
	
background-image: url(../images/icon3.png);
}

section.services .box .lees-meer {
    display: table;
    margin: 25px auto 0;
    background: #d16a37;
    padding: 12px 23px 12px 22px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s;
    border-radius: 50px;
    letter-spacing: 0.2em;
	border: 1px solid transparent;
}
section.services .box:hover .lees-meer {
    background: transparent;
    color: #452200;
    border: 1px solid #452200;
    padding: 12px 40px 12px 22px;
}
section.services .box:hover .lees-meer:before {
    background: url(../images/arrow-h.png) no-repeat;
    width: 19px;
}
section.services .box .lees-meer:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 19px;
    z-index: 10;
    background: url(../images/arrow.png) no-repeat;
    width: 5px;
    height: 7px;
}
section.services p {
    color: #454545;
    text-align: center;
    font-size: 15px;
}
section.services .box:hover p {
    color: #fff;
 
}
 /* ----------------------------------------------
 * Generated by Animista on 2021-1-26 9:48:31
 * 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);
  }
}


/********************************************************************************/
body.homeTemplate.lang-nl main.content-wrapper header.page-title h1 span.sub-title {
    font-size: 20px;
    letter-spacing: 0;
    color: #452200;
    line-height: 30px;
    position: relative;
    text-align: left;
    font-family: 'Karla', sans-serif;
    display: block;
    text-transform: uppercase;
}

.home-content .content-banner {
    position: relative;
    z-index: 2;
    grid-column: 2/ 3;
    grid-row: 1 / 3;
}

.home-content .content-banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: -69px;
}
.home-content .content-banner .NewsPhoto {
    height: 100%;
}
.home-content .content-banner .NewsPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content .content-banner .box_googlemapsv2 {
    width: 100%;
    height: 100%;
}
.home-content article.content {
    position: relative;
    z-index: 1;
    grid-column: 2 / 4;
    padding: 359px 45px 26px !important;
    margin-top: -300px !important;
    z-index: 0 !important;
    margin-left: 145px;
}
.pageTemplate .home-content article.content {
    padding: 45px 65px!important;
    margin-top: 0 !important;
    z-index: 0 !important;
    margin-left: 0;
    background: #015498;
}
.home-content article.content header.page-title {
    position: relative;
 
}
.home-content article.content header.page-title h1 {


}.home-content article.content header.page-title h1 span:only-child, .home-content article.content header.page-title h1 span:first-child {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: 45px;
    position: relative;
    padding-left: 0;
    text-align: center; font-family: 'Lucida Handwriting Std';
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.home-content article.content header.page-title h1 span:only-child:after, .home-content article.content header.page-title h1 span:first-child:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  
    width: 80px;
    height: 2px;
}
.home-content article.content header.page-title h1:after {
display:none;
}.home-content article.content.aos-init.aos-animate {
    text-align: left;
    background: #015498;
}
.home-content article.content header.page-title h1 .sub-title {
    font-family: 'Helvetica';
    text-transform: none;
    font-weight: 400;
    font-size: 27px;
    line-height: 48px;
    letter-spacing: 0;
    border: none;
    color: #443d3e;
    padding-left: 0;
    background: none;
}
.home-content .diy-slideshow figure {
    opacity: 1 !important;
}
section.newsletter form#form-nl .gdpr_policy label a {
    color: #fff;
    border-bottom: none;
    text-decoration: underline;
}section.newsletter form#form-nl .gdpr_policy label a:hover {
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

/*---------------slick-------------------------*/
.boxes .slick-initialized .slick-slide {
    display: block;
    margin: 0 65px 5px !important;
}
.slick-dots li {
    padding: 0!important;
    background-image: none!important;
    margin: 0 4px!important;
    height: 10px!important;
}.slick-dots li button {
    height: 14px!important;
    width: 14px!important;
    border-radius: 50% !important;
    border: 1px solid #e988a9 !important;
}
.slick-dots li button:before {
    font-size: 10px!important;
    line-height: 10px!important;
    opacity: 1!important;
    color: transparent;
    border-radius: 100%;
    height: 4px!important;
    width:4px!important;
    background: #e988a9!important;
    left: 5px !important;
    top: 5px !important;
}

.slick-prev:before, .slick-next:before, .slick-dots li button:before, .slick-dots li.slick-active button:before {
    content: ''!important;
}.slick-dots li.slick-active button:before {
    background: #e988a9!important;
    opacity: 1!important;
    width: 14px !important;
    height: 14px !important;
    left: 1px !important;
    top: 0px !important;
}
.slick-dots li.slick-active button {
    border: none !important;
}
section.boxes .slick-dots {
    bottom: -66px;
}
/*-------------------spacer-----------------------*/
section.box-offerte {
    position: relative;
    background: url(../images/parallax.jpg) no-repeat top fixed;
    height: 478px;
    outline: none;
    object-fit: cover;
    width: 100%;
}
/*******************footer.bottom****************************/
/*-------------------map-----------------------*/

footer.bottom .maps {
    position: absolute;
    overflow: hidden;
    background: #eee;
    height: 100%;
    width: 44%;
    top: 0;
    right: 0;
}
footer.bottom .maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(0);
}
footer.bottom .maps .box_googlemapsv2 iframe {
    filter: grayscale(1);
}
/*-------------------footer-----------------------*/


footer.maps {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #eee;
}
footer.maps .link label.modal-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
footer.maps .box_googlemapsv2 > iframe {
    position: absolute;
    width: 200vw;
    height: 550px;
    left: -50vw;
    right: -50vw;
    top: -100px;
    bottom: -100px;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps:hover .box_googlemapsv2 > iframe {
    filter: grayscale(35%);
}
footer.maps .corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 330px;
    /*
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    background: rgba(255,109,109,.6);
    */
    background: url(../images/corner-left.svg) right bottom no-repeat;
    opacity: .8;
    pointer-events: none;
    z-index: 20;
    transition: background .4s, width .4s, height .4s, clip-path .4s;
}
footer.maps:hover .corner {
    /*background: rgba(255,109,109,.8);*/
    width: 80vw;
    height: 80vw;
}
/*---------------------*/
footer.bottom {
    position: relative;
    color: #fff;
    background: url(../images/bg.jpg);
}

footer.bottom .wrapper {
}
footer.bottom .adresse {
    padding: 50px 0px 56px 0;
    width: 52%;
}
.logo-footer a {
    border-bottom: 0;
}
footer.bottom .wrapper .adresse .infos-footer {
    display: grid;
    grid-template-columns: repeat(2,auto);
    align-items: center;
}
footer.bottom .wrapper h4 {
    font-size: 28px;
    color: #ffffff;
    line-height: 35px;
    text-transform: none;
    margin: 0 0 33px;
    position: relative;
    padding-bottom: 28px;
    letter-spacing: 0;
}
footer.bottom .wrapper h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 250px;
    height: 9px;
    background: url(../images/bg-title-footer.png) no-repeat;
}
span.phone-responsive {
    display: none;
}

footer.bottom .wrapper .adresse .infos-footer span.nom-c {
    text-transform: uppercase;
}
footer.bottom .wrapper .adresse .infos-footer .adr {
    padding-left: 29px;
    background: url(../images/bg-maps.png) no-repeat left 10px;
    float: left;
}
footer.bottom .wrapper .adresse .infos-right {
    float: right;
}
footer.bottom .wrapper .adresse .infos-footer .tel {
    padding-left: 33px;
    background: url(../images/bg-tel.png) no-repeat left 5px;
}

footer.bottom .infos-right a, footer.bottom .infos-footer .googlemaps_v2 label.modal-label {
    text-decoration: underline;
    border-bottom: none;
    position: relative;
    color: #452200;
}
footer.bottom .infos-footer .googlemaps_v2 label.modal-label {
    text-decoration: underline;
    border-bottom: none;
    position: relative;
    line-height: 17px;
    color: #452200;
}

footer.bottom .infos-right a:hover {
    text-decoration: none;
}

footer.bottom .googlemaps_v2 label.modal-label:hover {
    color: #452200!important;
    text-decoration: none !important;
}

span.phone-responsive {
    display: none;
}

label.modal__close {
    z-index: 1;
}label.modal-label:hover {
    text-decoration: none;
}label.modal-label:hover {
    text-decoration: none;
}footer.bottom .openbox h3 {
  
}footer.bottom .openbox h3:after {

}footer.bottom .openbox span.day {

}span.time {
    font-weight: 400;
}

a#scrollTopBtn {
    border-radius: 0;
    right: 30px;
    bottom: 30px;
    transform: translateX(50%);
    background: #452200;
    color: #fff;
}
a#scrollTopBtn:hover {
    background: #ffffff;
    color: #452200;
    box-shadow: 0 0 30px #452200;
}
span.number-responsive {
    display: none;
}
.nav-wrapper {
    display: table;
    margin: -1px auto 0;
}
header.top.sticky .nav-wrapper {
    margin: 0px auto 0;
}
/*********/

@media only screen and (max-width : 1199.98px) {
	header.top nav.main-nav {
    display: none;
}
.is-sticky nav.main-nav.main-nav1 {
    display: none;
}
header.top nav.mobile-nav {
    display: block;
    font-size: 2em;
    float: right;
    position: absolute;
    right: 2%;
    top: 48px;
}
.is-sticky nav.mobile-nav {
    display: block !important;
    float: none !important;
    right: 0 !important;
    left: 0;
    margin: auto;
    text-align: center;
    top: 95px !important;
}
header.top nav.mobile-nav a {
    color: #d16a37;
}
.banner .cta .slogan h4 {
    font-size: 50px;
    line-height: 60px;
}
.box-text {
    padding: 0 37% 0 16%;
}
section.services h3 {
    font-size: 23px;
	}
	section.services .box .cont-box p {
    height: 116px;
}

    header.top .header-grid {
        grid-template-columns: auto 1fr;
    }nav#navigation-1 {
    display: none;
}nav#navigation-2 {
    display: none;
}
nav.main-nav .mobile-nav a {
    color: #ff0103;
    font-size: 30px;
    border-bottom: none;
}
    header.top .header-grid .header-left,
    header.top .header-grid .header-right {
        display: none;
    }

body.pageTemplate.lang-nl main.content-wrapper header.page-title h1 span:not(.sub-title) {
    font-size: 30px;
    line-height: 45px;

}

section.news #AllNews figure.Item figcaption h3 {
    font-size: 22px;

}
section.news #AllNews figure.Item figcaption p {
    margin-bottom: 20px;
    height: 75px;
}
}

@media only screen and (max-width : 991.98px) {
.home-content .content-banner .box_googlemapsv2 {
    margin-left: 0;
}nav.main-nav {

    height: auto;

}
section.services .box .cont-box {
    width: calc(100% - 0px);
    padding: 10px 0 50px;
}
section.services .box {
    padding: 46px 30px 46px;

}
.image-home {
    float: none;
    margin: 0 auto;
    z-index: 10;
    display: table;
}
	 section.newsletter {
        width: 90vw;
    }nav.main-nav .mobile-nav {
    top: 0;
    margin: 20px auto;
}
  section.newsletter h3 {
    font-size: 22px;
    }.top-bar .contact-top a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
    section.news {
        padding: 50px 15px;
    }
    section.news #AllNews {
        grid-gap: 15px;
    }.logo img {

  
}section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
    right: 48% !important;
}
  
	section.gallery-home .bloc-top {
    grid-template-columns: repeat(2,1fr);
}
    .image-home img {
    display: table;
    margin: 0 auto 0;
    width: 100%;

}
section.services .grid-services {
    grid-template-columns: repeat(1, 1fr);
}
section.services .box .cont-box p {
    height: auto !important;
}
.home-content article.content header.page-title h1 span:only-child, .home-content article.content header.page-title h1 span:first-child {
    font-size: 30px;
    line-height: 35px;
}
body.pageTemplate.lang-nl main.content-wrapper header.page-title h1 span:not(.sub-title) {
    padding-left: 0;
    text-align: center;

}

.home-content article.content {

    padding: 222px 21px 15px !important;
   
}section.banner #Slider .highslideContainer .highslide {
    
    height: 600px;

}
main.content-wrapper article.content {
   
    margin-left: 0;
   
    z-index: 0;
    margin-top: 0;

}
 span.openingTime {
    display: inline-block;
    text-align: left;
    line-height: 31px;
}


.number {
    display: none;
}span.number-responsive {
    display: inline-block;
}

   .image-right, .image-left {

    float: none;
    margin: 0px auto 20px;
    display: table;


}section.newsletter h2 {
    font-size: 45px;
    line-height: 52px;
}header.page-title h1:after {

    left: 38%;}.home-content article.content header.page-title {
    margin-top: 300px;
}
main.content-wrapper article.content {
    padding: 28px 35px 28px !important;
}body.homeTemplate.lang-nl main.content-wrapper {
    position: relative;
    padding: 34px 0 38px;
}
  .mcePxmGallery .highslide-gallery {
  
    grid-template-columns: repeat(2, 1fr) !important;} 

main.content-wrapper {
    
    padding: 63px 0 72px;
 
}
header.page-title h1:after {
    left: 0;
    bottom: -13px;
    top: auto;
    width: 190px ;
}body.homeTemplate header.page-title h1::after {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    margin: auto;
}
body.homeTemplate.lang-nl h1 {
    padding-left: 0;
    padding-bottom: 10px;
}
a#btp_id {
    display: table;
    margin: 20px auto;
    padding-top: 0;
}#openingTimesBlock {
    display: table;
    margin: 0 auto;
}

.cta h2 br {
    display: none;
}

}
@media only screen and (max-width : 767.98px) {
.banner .cta {
    position: absolute;
    left: 0;
    transform: none;
    bottom: 125px;
    z-index: 1;
    text-align: center;
    right: 0;
    margin: auto;
}
.banner .cta .slogan {
    position: relative;
    animation: slide-in .5s forwards;
    margin: 0 auto 0;
    display: table;
    text-align: center;
}
.banner .cta .slogan h4:after {
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;

}
article.content #AllNews {

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

}
.box-contact .box-text h2 {
    text-align: center;
}
.box-contact .box-text h2:after {
    left: 0;
    right: 0;
    margin: auto;

}
.box-text {
    padding: 0 9%;
    text-align: center;
}	
.banner .cta .btn-cta a {
    float: none;
}
.cta .networks {
    display: table;
    margin: 25px auto 0;
}	
footer.bottom .wrapper .adresse .infos-footer {
    display: block;
    grid-template-columns: 100%;
}
article.content #AllNews figure.Item figcaption span.button {
    padding: 10px 20px;

}
	#fancybox-content {
    width: 400px !important;
    height: 232px !important;
}section.newsletter form#form-nl .txtbox-long {
   
    width: 100% !important;

}section.newsletter form#form-nl .gdpr_policy {

    text-align: center !important;

    right: 0 !important;
  
}
section.news #AllNews figure.Item figcaption h3 {
    text-align: center;
}
.box-contact {
    background: url(../images/satisfaction.png) center no-repeat;

}
body.homeTemplate article.content header.page-title {
    text-align: center;
    margin: 0 auto 41px;
    display: table;
}
main.content-wrapper header.page-title h1 span:not(.sub-title) {
    text-align: center;
    padding-left: 0;
    font-size: 40px;
    line-height: 60px;
}
body.homeTemplate.lang-nl main.content-wrapper header.page-title h1 span.sub-title {

    text-align: center;
}
main.content-wrapper header.page-title h1 span:not(.sub-title):after {
    background: url(../images/bg-title.png) no-repeat top center;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
#fancybox-wrap {
    width: 420px !important;
    height: 242px !important;
}
    .home-content .content-banner #slideshow {

    margin-left: -20px;
}.home-content .content-banner .box_googlemapsv2 {
  
    margin-left: -20px;
}
body.pageTemplate.lang-nl main.content-wrapper header.page-title h1 span:not(.sub-title) {
    font-size: 27px;
    line-height: 35px;

}
   section.newsletter {
    display: table;
    margin: -25px auto 22px;
} section.newsletter h3 {
        font-size: 2em;
    }
    section.news #AllNews {
        grid-template-columns: 1fr;
    }
	article.content .table-style tr td:last-child {
    width: 100%;
}.table-style {
    position: relative;
    width: 100%;
    display: table;
    border: none;
    float: left;
}.table-style > tbody > tr {
    width: 100%;
    display: table;
    float: left;
}.table-style > tbody > tr > td {
    width: 100%;
    display: table-row;
    float: left;
    padding: 5px 10px;
}
	    .home-content {
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: 20px 200px auto;
    }
    .home-content article.content {
        padding: 220px 20px 20px;
    }.home-content article.content {
    padding: 116px 21px 15px !important;
}
   
	section.banner #Slider .highslideContainer .highslide {

    height: 550px;
    border-bottom: none;
}


span.number {
    display: none;
}


    .number {

    display: none;

}span.number-responsive {

    display: inline-block;

}
   
 
   
.image-right, .image-left {

    float: none;
    margin: 0px auto;
    display: table;
    max-width: 100%;

}
section.gallery-home .bloc-top {
    grid-template-columns: repeat(1,1fr);
}
.logos-home img {
    margin: 10px auto 0;
    display: table;
}
     .mcePxmGallery .highslide-gallery {
  
    grid-template-columns: repeat(2, 1fr) !important;
    }
main.content-wrapper.content-wrapper1 article.content {
  
    padding: 40px 20px 20px;}

body.homeTemplate.lang-nl main.content-wrapper {
    position: relative;
    padding: 30px 0 61px;
}main.content-wrapper header.page-title h1 span {
    
    line-height: 22px;
}
h1 {

    line-height: 32px;
}main.content-wrapper header.page-title h1 span:last-child {
    font-size: 40px;
}main.content-wrapper header.page-title h1 span {


    background: none !important;
    padding: 0 0 0;
}
section.news #AllNews figure.Item figcaption p {
    height: auto;
}
.home-content article.content {
 
    margin-top: -80px !important;}
	
span.phone-responsive{
	display:inline-block;}
	.phone{
		display:none;}
.topnav span.phone-responsive a {
    color: #fff !important;
    text-decoration: underline;
}


.home-content article.content header.page-title {
    margin-top: 100px;
}
.pageTemplate article.content img {
    margin-bottom: 40px ;
}
footer.bottom .adresse {
    padding: 28px 0 54px 0;
    width: 100%;
}
footer.bottom {
    padding: 30px 0px 0px;
    height: 100%;
    text-align: center;
}
footer.bottom .wrapper h4:before {
    left: 0;
    bottom: 0px;
	right:0;
	margin:auto;

}
footer.bottom .maps {
    position: relative;
    height: 300px;
    width: 100%;
}
footer.bottom .social {
    display: table;
    position: relative;
    margin: 18px auto 18px;
    float: none;
}
footer.bottom .wrapper .adresse .infos-footer {
    display: block;
    grid-template-columns: 100%;
    align-items: center;
}
footer.bottom .wrapper .adresse .infos-footer .adr {
    padding-left: 0;
    background: url(../images/bg-maps.png) no-repeat center 10px;
    float: none;
     padding-top: 35px;
}
footer.bottom .wrapper .adresse .infos-right {
    float: none;
}
footer.bottom .wrapper .adresse .infos-footer .tel {
    padding-left: 0;
    background: url(../images/bg-tel.png) no-repeat center 25px;
    padding-top: 50px;
}

span.phone-responsive {
    display: inline-block;
}
span.phone {
    display: none;
}
}
@media only screen and (max-width : 481.98px) {
    .contactForm fieldset {
    display: block !important;
    margin-bottom: 20px;
}
    .contactForm .g-recaptcha {
    transform-origin: left !important;
    transform: scale(0.8) !important;
}.contactForm .contact-field-item {
    margin-bottom: 10px;
    
}

.home-content article.content header.page-title h1 span:only-child, .home-content article.content header.page-title h1 span:first-child {
    font-size: 23px;
    line-height: 27px;
}

	#fancybox-content {
    width: 240px !important;
    height: 142px !important;
}
#fancybox-wrap {
    width: 260px !important;
    height: 162px !important;
}
	
	.home-content article.content {
    padding: 114px 12px 15px !important;
}

.home-content article.content {
 
    margin-top: -80px !important;}
    .mcePxmGallery .highslide-gallery {

    grid-template-columns: repeat(1, 1fr) !important;

}
main.content-wrapper header.page-title h1 span {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
}
section.services h3 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
    line-height: 30px;
}
.boxes .slick-initialized .slick-slide {
    display: block;
    margin: 0 40px 5px !important;
}
section.news h2 {
    font-size: 35px;
    line-height: 45px;

}
section.gallery-home .box-btn a {
    font-size: 16px;
    padding: 14px 19px;
   
}
.pageTemplate .cta h2 {
    font-size: 25px;
    line-height: 30px;
}
.pageTemplate article.content img {
    margin-bottom: 40px ;
}
}
@media only screen and (max-width : 480px) {
.banner .cta .slogan h4 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
main.content-wrapper header.page-title h1 span:not(.sub-title) {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0;
}

main.content-wrapper header.page-title h1 span {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
main.content-wrapper header.page-title h1 span:not(.sub-title) {
    font-size: 25px;
    line-height: 35px;
}
body.homeTemplate.lang-nl main.content-wrapper header.page-title h1 span.sub-title {
    font-size: 20px;
    line-height: 25px;
}

section.services .box h2 {
    font-size: 20px;
}
.home-content article.content header.page-title h1 span:only-child, .home-content article.content header.page-title h1 span:first-child {
    font-size: 18px;
    line-height: 23px;
}
section.boxes .text {
    padding: 215px 40px 22px;
}
section.boxes .text h2 {
    font-size: 20px;
    line-height: 25px;
}
.cta h2 {
    font-size: 20px;
    line-height: 25px;
}
body.homeTemplate article.content header.page-title {
    padding-left: 0;
    text-align: center;
}
body.homeTemplate.lang-nl main.content-wrapper header.page-title h1 span:last-child:after {
    margin: auto;}
section.boxes .text h2 {
    font-size: 17px;
    line-height: 23px;
}
.box-contact .box-text p {
    font-size: 15px;
}

.pageTemplate .cta h2 {
    font-size: 22px;
    line-height: 26px;
}
.pageTemplate .home-content article.content {
    padding: 45px 24px!important;}
}


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

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  
}ul.sf-menu {
 
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	/*float: left;*/
	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 a {
    padding: 27px 25px 0px;
    text-decoration: none;
    color: #454545;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0;
    border-bottom: none;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}
.sf-menu > li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -1px;
    top: 32px;
    background: rgb(112 112 112 / 0.5);
    height: 10px;
    width: 1px;
}

#navigation-1 .sf-menu li {
    white-space: nowrap;
}
#navigation-1 .sf-menu > li {
}#navigation-1 .sf-menu li, #navigation-2 .sf-menu li {
    position: relative;
}
#navigation-2 .sf-menu > li {
}
#navigation-1 .sf-menu li {
    white-space: nowrap;
}
nav#navigation-1 {
    text-align: right;
    line-height: 0;
    position: relative;
    clear: both;
    float: right;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li {
    margin-left: 0px;
}
.sf-menu > li > a {
    position: relative;
    z-index: 1;
}.logo a {
    border-bottom: none;
}.mail-tpoic a:hover {
    text-decoration: underline;
}

.sf-menu > li > a:hover::before,
.sf-menu > li.sfHover > a::before, .sf-menu > li.selected > a::before, .sf-menu > li.active > a::before {

}
.sf-menu ul {
    background: rgb(209 159 101);
    padding: 0px 0px;
    width: 170%;
    text-align: center;
    margin-top: 53px;
    left: -55px;
    right: 0;
    border-radius:15px;
}
.is-sticky .sf-menu ul {
    margin-top: 27px;
}
.sf-menu ul li:first-child {
    border-top: none;
}.sf-menu a:before {

}
.sf-menu ul li {

}
.sf-menu ul a {
    color: #454545!important;
    padding: 0px !important;
    transition: color .4s, padding .4s;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 15px;
}
.sf-menu ul a:hover, .sf-menu ul .selected a, .sf-menu ul .active a {
    color: #fff !important;
    background: #d16a37;
    border-radius: 15px;
}
.sf-menu ul li {
    border-top: 1px solid rgb(255 255 255 / 80%);
}

nav#navigation-1 .sf-menu > li > a::before {
    bottom: -5px;
}
.sf-menu ul a:hover::before,
.sf-menu ul .selected a::before, .sf-menu ul .active a::before {
    transform: translateY(-50%) rotate(-45deg) scale(1);
}
.sf-menu li a:hover, .sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {
    color: #fff;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 47%;
    margin: auto;
    top: 58px;
    font-size: 11px;
    color: #454545;
}

/*--------------------------------------------------
## 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: #fff;
	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: #d16a37;
    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: inline-grid;
	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: .75em;
    letter-spacing: 0.2em;
}.mobile-menu .sf-arrows .sf-with-ul::after {

    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 23%;
    right: 0;
    margin: auto;
    top: 17px;
    font-size: 14px;
    color: #000;

}
.mobile-menu ul ul {
    font-size: 1em;
    background: rgb(69 34 0 / 80%);
    margin-top: 5px;
    margin-bottom: 0;
    border-top: 1px #fff;
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 200px;
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu > ul ~ ul li:first-child {
	border-top: 1px solid rgba(255,255,255,.2);
}
.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: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
    padding: 5px 10px;
        padding-left: 10px;
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
       font-weight: 300;
    transition: background .4s;
    line-height: 22px;
    border-bottom: none;
    letter-spacing: 0;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    background: #452200;
    color: #fff !important;
}
.mobile-menu .sf-menu > li > a:hover::before, .mobile-menu .sf-menu > li.sfHover > a::before, .mobile-menu .sf-menu > li.selected > a::before, .mobile-menu .sf-menu > li.active > a::before {
    opacity: 0;
}
.mobile-menu .sf-menu > li:not(:first-child)::after {
   display: none;
}

.mobile-menu li li a {
	padding-left: 25px;
}
/* Language menu */
.mobile-menu .language {
   text-align: center;

margin-top: 15px;

display: flex;
}
.mobile-menu .language a {text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    color: #151313;
    text-decoration: none;
    font-weight: bold;
}.mobile-menu span#lang-fr::after {

    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 11px;
    left: -12px;
    bottom: 4px;

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


.reviews{
    background: white;
    text-decoration: none;
    padding: 1rem;
    margin: auto;
    float: none;
    margin-top: 50px;
}

.slick-slider{
    margin-bottom:100px!important;
}

body > div.fullsite > main > div > article iframe{
    background:white;
}