@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}









:root {
    --bs-body-color: #606060;
    --bs-body-bg: #ffffff;
    --bs-primary-color: #015FA5; 
   --bs-secondary-color:#1A1A1A;
  --bs-secondary-bg:#EEE;
  
	--dark-color: #262626;
    --light-color: #ffffff;
 --bs-btn-padding-x: 48px;
    --bs-btn-padding-y: 18px;
    --border-color: #015FA5;
    --bs-nav-link-color: #26B6C0;
    --bs-nav-link-color-second:#EF3A0D;
    --bs-body-font-family: 'Poppins';
    --bs-titles-font-family: 'Poppins';
    --bs-body-font-weight: 400;
    --bs-body-line-height: 24px;
    --bs-body-font-size: 16px;
    --bs-nav-link-font-size: 1em;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-padding-y: 10px;
    --bs-nav-link-padding-x: 0;
    --bs-navbar-nav-link-padding-x: 0;
    --bs-dropdown-zindex: 99;
    --bs-dropdown-min-width: 200px;
    --bs-dropdown-padding-x: 20px;
    --bs-dropdown-padding-y: 15px;
    --bs-dropdown-font-size: 1em;
    --bs-dropdown-padding-y: 5px;
    --bs-dropdown-font-size: 1em;
}

body#top-body {
    overflow-y: auto !important;
    margin: 0 !important;
}
html, body {
  height: auto !important;
  min-height: 100%;
  overflow: visible !important;
  scroll-behavior: auto !important; /* désactive le smooth natif pour laisser Lenis gérer */
}

a{
color:var(--bs-primary-color);
transition:all .4s;
outline:none}

a:active,a:hover,a:focus{
color:var(--bs-primary-color);
text-decoration:none}

hr{
border-color:var(--bs-body-color)}

.image-left{
	  border: 1px solid var(--bs-secondary-color);
    border-radius: 15px;
    padding: 5px;
margin:0 35px 30px 0!important;
float:left!important}

.image-right {
    margin: 0 0 30px 35px!important;
    float: right!important;
    border: 1px solid var(--bs-secondary-color);
    border-radius: 15px;
    padding: 5px;
}
.btn-primary {
    background: var(--bs-primary-color);
    border-color: var(--bs-primary-color);
    color: white;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-titles-font-family);
    font-weight: 700;
    text-transform: none;
}

  .h1, h1 {
font-size: 35px;
font-style: normal;
font-weight: 400;
color:var(--bs-primary-color);

    }
.h2, h2 {
    font-size: 28px;
    color: var(--bs-primary-color);
}
.h3, h3 {
    font-size: 25px;color:var(--bs-primary-color);
}
	    .h4, h4 {
        font-size: 23px;
    }
	    .h5, h5 {
        font-size: 21px;
color:var(--bs-primary-color);
    }
	    .h6, h6 {
        font-size: 20px;
    }
	
	
	
	
.btn-primary:hover {
    background: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}



.box-border-left p:last-of-type {
    margin: 0;
}
body#top-body {
    overflow-y: auto !important;
}
div#maps-modal-1 {
    overflow: hidden;
}
.modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-body {
    overflow-y: auto;
}
.modal-dialog.modal-xl {
    height: calc(100% - var(--bs-modal-margin)* 2);
}
/**********/

@keyframes Up {
  0% {
    transform: translateY(55%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes Down {
  0% {
    transform: translateY(-55%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes Left {
  0% {
    transform: translateX(55%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes Right {
  0% {
    transform: translateX(-55%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}



.cta-fixed {
    display: none;
}
.cta-fixed.sticky-appear p a {
    color: white !important;
    text-decoration: none;
}section.banner.small .slider  img.small-slide {
    display: table;
    margin: -102px auto 0;
    text-align: center;
    left: 49px;
    height: 442px;
    top: 101px;
}
.cta-fixed.sticky-appear:hover p a {
    color: white!important;
}

.cta-fixed.sticky-appear p {
    margin: 0 0 0;
}
.cta-fixed.sticky-appear {
    display: flex;
    position: relative;
    z-index: 101;
}
.cta-fixed.sticky-appear {
    display: flex;
    position: fixed;
    justify-content: center;
    right: 0;
    top: 68px;
    color: var(--dark-color);
    text-decoration: none;
    padding: 12px 13px;
    font-weight: 400;
    transition: all .4s;
    font-size: 16px;
    line-height: 1.2em;
    align-items: center;
    grid-gap: 7px;
    z-index: 4;
    text-align: center;
    background: var(--bs-primary-color);
}
.cta-fixed.sticky-appear:hover {
    background: var(--bs-secondary-color);
}
.cta-fixed .phone-link a, .cta-fixed .networks_linking a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: var(--light-color);
    border-radius: 50%;
    color: var(--bs-primary-color) !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    transition: all .4s;
    margin: 0;
}
.cta-fixed .phone-link a:hover, .cta-fixed .networks_linking a:hover {
   background: var(--bs-primary-color);
    color: black !important;
   
}
.cta-fixed .networks_linking {
    display: flex;
    gap: 5px;
}
.cta-fixed.sticky-appear span.fa-stack.fa-lg.WhatsApp-contact-icon {
    display: none;
}
 span.fa-stack.fa-lg.WhatsApp-contact-icon {
    display: none;
}
.cta-fixed.sticky-appear a.WhatsApp-contact {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    color: var(--bs-primary-color);
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}
.cta-fixed.sticky-appear a.WhatsApp-contact:before {
    content: "\f232";
    font-weight: 700;
    font-family: "Font Awesome 6 Brands";
}
.cta-fixed.sticky-appear a.WhatsApp-contact:hover {
    background: var(--bs-primary-color);
    color: white;
}
/************************/
input#newsletter-gdpr {
    /* background-color: transparent; */
    border-radius: 0;
}
/* CSS pour les étoiles avec effet de rayonnement lumineux*/

    .sparkle-star {
        position: absolute;
        width: 2px;
        height: 20px;
        background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.8) 45%, #ffffff 50%, rgba(255,255,255,0.8) 55%, transparent 100%);
        opacity: 0;
        border-radius: 1px;
        filter: blur(0.5px);
        pointer-events: none;
    }

    .sparkle-star::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.8) 45%, #ffffff 50%, rgba(255,255,255,0.8) 55%, transparent 100%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 1px;
        filter: blur(0.5px);
    }

    /* Effet de rayonnement lumineux */
    .sparkle-star::before {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 30%, transparent 70%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        filter: blur(2px);
        z-index: -1;
    }

    /* Variations de tailles pour plus de diversité */
    .sparkle-star.small {
        width: 1.5px;
        height: 16px;
    }

    .sparkle-star.small::after {
        width: 16px;
        height: 1.5px;
    }

    .sparkle-star.small::before {
        width: 40px;
        height: 40px;
    }

    .sparkle-star.large {
        width: 2.5px;
        height: 24px;
    }

    .sparkle-star.large::after {
        width: 24px;
        height: 2.5px;
    }

    .sparkle-star.large::before {
        width: 80px;
        height: 80px;
    }

    /* Effet doré pour certaines étoiles */
    .sparkle-star.golden {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 21, 199,0.8) 45%, #84F38A 50%, rgba(255, 21, 199,0.8) 55%, transparent 100%);
    }

    .sparkle-star.golden::after {
        background: linear-gradient(to right, transparent 0%, rgba(255, 21, 199,0.8) 45%, #84F38A 50%, rgba(255, 21, 199,0.8) 55%, transparent 100%);
    }

    .sparkle-star.golden::before {
        background: radial-gradient(circle, rgba(255, 21, 199,0.4) 0%, rgba(255, 21, 199,0.15) 30%, transparent 70%);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .sparkle-star {
            width: 1.5px;
            height: 16px;
        }
        
        .sparkle-star::after {
            width: 16px;
            height: 1.5px;
        }

        .sparkle-star::before {
            width: 45px;
            height: 45px;
        }
    }
/********************/
/***********remarque**********/

header.sticky-top .nav-item:hover ul.submenu.dropdown-menu {
    display: block;
}

video {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section.banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

section.banner .carousel, section.banner .carousel-inner, section.banner .carousel-item, section.banner .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.logo {
    animation: myLogo 1s 
ease 0s 1 normal forwards;
}
@keyframes myLogo {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  } }
.logo-responsive {
    display: none;
}
header.sticky-top.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-1130%);
    transition: transform .6s;
    padding: 0 !important;
    background: white;
    box-shadow: 0 0 20px rgb(208 208 208 / 60%);
    border: none;
    background: white;
}
header.sticky-top.sticky li#menu_12 {
    margin-top: 0;
}
header.sticky-top.sticky a.nav-link:after{
  display:none;
}
header.sticky-top.sticky .nav-item {
   /* flex: 1 1 auto;*/
    /* display: flex; */
}
header.sticky-top.sticky .logo, header.sticky-top.sticky .phone-top {
    display: none !important;
}
header.sticky-top.sticky.sticky-appear {
    transform: translateY(0);
    padding: 10px 0!important;
    box-shadow: 0 0 5px rgb(0 0 0/ 50%);
}
header.sticky-top.sticky.sticky-appear .langue{
  display:none;
}
header.sticky-top.sticky.sticky-appear .inner-wrapper .sf-menu {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
header.sticky-top.sticky.sticky-appear .tel-top{
  display:none;
}
/***********/
section.banner {
    height: 770px;
}

section.banner.small {
    height: 600px;
}


.slide-box-message {
    animation: slideLeft 2s ease 0s 1 normal forwards;
    top: 36%;
    z-index: 2;
    padding: 0;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%)!important;
    display: inline-block;
}
section.banner.small .slide-box-message {
    /*margin: 83px auto 0;*/
}section.banner.small .slide-box-whatapp {
    right: 123px;
    top: 100px;
}section.banner.small .social {
    margin-top: -72px;

}
.cta-top a {
    text-decoration: none;
    transition: all .6s;
    position: relative;
    text-shadow: none;
    background: var(--bs-secondary-color);
    letter-spacing: 0;
    padding: 26px 28px;
    border-radius: 10px;
    color: var(--bs-nav-link-color-second);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 36px 0 0;
    display: table;
}.cta-top a:hover {
    background: var(--bs-nav-link-color);
    color: white;
}
header.sticky-top.sticky.sticky-appear .inner-wrapper .nav-wrapper {
    margin: 0 auto;
    flex: none;
}.slide-box-whatapp {
    right: 206px;
    bottom: auto;
    border-radius: 500px;
    width: 360px;
    height: 360px;
    padding: 60px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bs-nav-link-color);
    animation: slideLeft 2s ease 0s 1 normal forwards;
    top: 42px;
    color: var(--bs-secondary-bg);
    text-align: center;
    font-family: Rowdies;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.slide-box-whatapp h3 {
    color: var(--bs-secondary-bg);
    text-align: center;
    font-family: var(--bs-titles-font-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-transform: none;
    background: url(../../../wireframe30/media/images/tel-top.webp) no-repeat top center;
    padding: 93px 0 0;
}
.tel-top a {
    text-decoration: none;
    line-height: 1.2em;
   font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-family: var(--bs-titles-font-family);
    text-transform: uppercase;
    color: var(--dark-color);
}
.tel-top:after {
    content: "";
    position: absolute;
    background: url(../images/tel-top.webp)no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    top: 7px;
    left: 9px;
}
.tel-top {
    padding: 17px 20px 17px 64px;
    animation: myLogo 1s ease 0s 1 normal forwards;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-family: var(--bs-titles-font-family);
    text-transform: uppercase;
    color: var(--dark-color);
}

nav.language a:hover, nav.language a.selected {
    color: var(--bs-primary-color);
}
.language a {
    position: relative;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    margin: 0 17px 0 0;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--bs-body-font-family);
}
nav.language a:not(:first-child)::after {
    content: '/';
    display: block;
    /* background: white; */
    position: absolute;
    left: -13px;
    top: 1px;
    /* bottom: 7px; */
    pointer-events: none;
}
.tel-top a:hover {
    text-decoration: underline;
}
.slide-box-whatapp h3 strong {
    color: rgb(255 255 255 / 80%);
    font-family: var(--bs-titles-font-family);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    /* opacity: 0.8; */
}
.slide-box-message h2 {
    position: relative;
    animation: 2.5s Up;
    margin: 0px auto 0;
    font-family: var(--bs-titles-font-family);
    display: table;
    color: white;
    letter-spacing: 0;
    line-height: 1em;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
}.slide-box-message h2 strong {
    color: var(--bs-secondary-color);
}
.slide-box-message p a.contact {
    text-decoration: none;
    transition: all .6s;
    position: relative;
    display: table;
    text-shadow: none;
    margin: 20px auto 0;
    color: white;
    background: var(--bs-primary-color);
    padding: 25px 40px;
    text-align: center;
    font-family: var(--bs-titles-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border-radius: 10px;
}
.slide-box-message p a.contact:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../images/icon-cta.webp)no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 10px;
}
.slide-box-message p a.contact:hover {
    transition: 0.3s all;
    transform: scale(0.9);
}
.slide-box-message p a.contact2 {
    text-decoration: none;
    transition: all .6s;
    position: relative;
    display: table;
    text-shadow: none;
    margin: 20px 0 0 0;
    text-transform: none;
    color: var(--dark-color);
    background: white;
    padding: 22px 69px 22px 30px;
    text-align: center;
    font-family: "Public Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    border-radius: 100px;
  display: none !important;
}
.slide-box-message p a.contact2:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon-cta-h.webp)no-repeat;
    width: 41px;
    height: 41px;
    top: 10px;
    right: 7px;
}
.slide-box-message p a.contact2:hover {
    transition: 0.3s all;
    transform: scale(0.9);
}
.slide-box-message h3 {
    position: relative;
    text-transform: none;
    display: table;
    padding: 0;
    color: var(--bs-primary-color);
    font-family: var(--bs-body-font-family);
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2.5px;
    padding-left: 42px;
}.slide-box-message h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    background: url(../images/motif.webp) no-repeat;
    width: 31px;
    height: 30px;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -webkit-animation-name: pbmit_spin_rotate;
    -moz-animation-name: pbmit_spin_rotate;
    -ms-animation-name: pbmit_spin_rotate;
    -o-animation-name: pbmit_spin_rotate;
    animation-name: pbmit_spin_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.slide-box-message p {
    margin: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1178px;
}
header.sticky-top.sticky.sticky-appear .inner-wrapper {
    margin: 0 auto 0;
    padding: 7px 0;
    display: flex!important;
    background: none;
    border-radius: 0;
}
.banner .carousel-control-next-icon, .banner .carousel-control-prev-icon {
    display: none;
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fa-facebook:before {
    content: "\f39e" !important;
}

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



.fa-facebook:before {
    content: "\f39e" !important;
}

/************/
header.sticky-top .navbar-nav > li > .nav-link:hover, header.sticky-top .navbar-nav > .selected > .nav-link {
    color: var(--bs-primary-color);
}header.sticky-top a.nav-link {
    position: relative;
    padding: 7px 0px !important;
    text-decoration: none;
    font-family: var(--bs-titles-font-family);
    line-height: 1.2em;
    color: var(--dark-color);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}



header.sticky-top .nav-item {
    position: relative;
    padding: 0 20px;
}
header.sticky-top .dropdown-toggle::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    border-top: 0 solid;
    font-size: 10px;
    padding: 0;
    font-weight: 500;
    -webkit-text-stroke: 1px white;
}

header.sticky-top.is-sticky{
background:#000;
position:fixed!important}

header.sticky-top.is-sticky .logo{
top:10px}

header.sticky-top .dropdown-item{
position:absolute;
right:0;
top:10px;
z-index:999;
cursor:pointer}

header.sticky-top .navbar-expand-lg .navbar-nav .dropdown-menu{
top:100%;
left:50%;
transform:translateX(-50%);
z-index:99;
text-align:center;
margin-top:0;
min-width:12em;
background:var(--border-color);
padding:15px 0}

header.sticky-top .navbar-expand-lg .navbar-nav .dropdown-menu > li{
padding:0 20px}
header.sticky-top .dropdown-menu li.nav-item {
    padding: 5px;
}
header.sticky-top .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 999;
    cursor: pointer;
    left: 0;
    bottom: auto;
    margin: auto;
    text-align: center;
}
header.sticky-top .dropdown-menu li.nav-item .dropdown-toggle{
right:9px;
left:auto;
top:0}

header.sticky-top ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: white;
    z-index: 1;
    box-shadow: 0 0 5px #00000029;
    padding: 9px 0;
    margin: 9px 0 0;
}
header.sticky-top .dropdown-toggle.child::after{
content:'\f054';
font-family:"Font Awesome 6 Pro";
border-top:0 solid}

header.sticky-top .dropdown-menu li{
position:relative}

header.sticky-top .nav-item .submenu-left{
right:100%;
left:auto}

header.sticky-top .dropdown-menu > li:hover > .submenu{
display:block}

header.sticky-top .dropdown-menu .nav-link {
    letter-spacing: 0;
    padding: .5em 1.5em .5em !important;
    transition: color .4s,padding .4s;
    text-align: left;
    white-space: nowrap;
    line-height: 1em;
    color: black !important;
}

header.sticky-top .dropdown-menu .nav-link:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: translateY(-50%) rotate(-45deg) scale(0);
    transition: transform .4s;
    right: auto;
}
header.sticky-top .dropdown-menu .nav-link:hover:before, header.sticky-top .dropdown-menu .selected .nav-link:before {
    transform: translateY(-50%) rotate(-45deg) scale(1) !important;
    display: block!important;
}

header.sticky-top .navbar-expand-lg .navbar-nav .dropdown-menu .level-2{
position:absolute;
padding:10px;
left:100%;
top:0;
transform:translateX(0%)
}
/************/
header.sticky-top .phone-top a {
    padding: 0 0px 0 0px;
    color: white;
    text-decoration: none;
    display: table;
    position: relative;
    transition: all .4s;
    font-weight: 700;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
    font-family: 'Raleway';
}
header.sticky-top .phone-top a:before {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    content: "\f879";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 17px;
    color: white;
    border: 1px solid rgb(255 255 255 / 53%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
header.sticky-top .phone-top a:hover:before{
  color:var(--bs-primary-color);
}

header.sticky-top .phone-top a:hover {
   
  color:var(--bs-primary-color);
}
.inner-wrapper .nav-wrapper {
    flex: 1 1 auto;
     margin: 30px 0 0;
}
.inner-wrapper {
    padding: 32px 0 40px;
}
header.sticky-top.sticky nav.navbar.navbar-expand-xl.p-0 {
    border-bottom: none;
}
.inner-wrapper .sf-menu {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

header.top .top-wrapper2 .grid-top {
    color: #282828;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding-bottom: 13px;
}
/***************/

.homepage .wrapper {
    padding: 120px 0 68px;
}
.homepage .wrapper:after {
    opacity: 0.05;
    content: "Welkom";
    position: absolute;
    top: 332px;
    font-size: 120px;
    text-transform: uppercase;
    font-family: var(--bs-titles-font-family);
    line-height: 150px;
    font-weight: 700;
    left: -252px;
    display: table;
    color: var(--dark-color);
    letter-spacing: 10px;
    transform: rotate(270deg) !important;
    letter-spacing: 30px;
}
.homepage .wrapper:before {
    content: "";
    position: absolute;
    top: 75px;
    background: url(../images/B1.webp)no-repeat;
    right: 54px;
    display: table;
    width: 819px;
    height: 939px;
}
.homepage .text-part {
    position: relative;
    padding: 85px 0 30px 0px;
    max-width: 50%;
}
.homepage .wrapper .content {
    gap: 55px;
}
.homepage header.page-title h1 {
    position: relative;
    line-height: 1.2em;
    color: var(--dark-color);
    font-family: var(--bs-body-font-family);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.homepage .wrapper header.page-title {
    margin: 0 0 56px 0px;
    text-align: left;
}
.text-part {
    position: relative;
}
header.page-title {
    /*text-align: center;*/
}

.homepage .wrapper h1 .sub-title {
    color: var(--dark-color);
    display: inline;
    position: relative;
    font-family: var(--bs-titles-font-family);
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0;
}
.homepage header.page-title h1 br:last-of-type {
    display: none;
}
.homepage .wrapper h1 > span.sub-title:nth-of-type(2) {
    position: relative;
    font-family: var(--bs-titles-font-family);
    display: inline-block;
    line-height: 1.2em;
    color: var(--bs-primary-color);
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 0 -17px;
}
header.page-title h1 {
    margin: 0 0 43px;
}
.homepage .wrapper .photo-home img {
    object-fit: cover;
    position: relative;
    padding-right: 0;
    height: 100%;
    max-width: inherit;
    width: 100%;
    border-radius: 20px;
}
.photo-home {
    position: relative;
    width: 598px;
}
.photo-home:after {
    content: "";
    position: absolute;
    left: -140px;
    bottom: 55px;
    background: url(../images/after-home.webp)no-repeat;
    width: 286px;
    height: 286px;
    border-radius: 50%;
    border: 4px solid white;
}
.text-jar h2 {
    color: white;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 25px 0;
}
.text-jar h3 {
    color: white;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 0;
    text-transform: uppercase;
}
.text-jar h2 span {
    color: white;
    text-align: center;
  
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.box-jar {
    bottom: -25px;
    left: 46px;
    border-radius: 5px;
    background: var(--bs-primary-color);
    padding: 26px 44px;
    text-align: center;
}

@keyframes pbmit_spin_rotate {
from {
transform: rotate(0)
}
to {
transform: rotate(360deg)
}
}

table td:last-child {
    width: 10%;
}

.moretext {
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
    height: 0;
    opacity: 0;
}
a.moreless-button:hover {
    transition: 0.3s all;
    transform: scale(0.9);
}a.moreless-button {
    cursor: pointer;
    text-decoration: none;
    transition: all .6s;
    position: relative;
    display: table;
    text-shadow: none;
    margin: 20px 0 0 0;
    color: white;
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background: var(--bs-primary-color);
    padding: 25px 40px;
    letter-spacing: 0.9px;
    border-radius: 10px;
}
a.moreless-button:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../images/icon-cta.webp) no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 10px;
}
main.content-wrapper.pageTemplate {
    padding: 50px 0 50px;
}main.content-wrapper.pageTemplate article.content1.content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px hsl(0deg 0% 0% / 25%);
}.fr-view table td, .fr-view table th {
    border: 1px solid #2b222254 !important;
}.fr-view table th {
    background: var(--bs-primary-color) !important;
    color: white !important;
    font-size: 20px !important;
}table tr:hover {
    background: #ebb71b52;
}
main.content-wrapper.pageTemplate header.page-title h1 {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    display: block;
    padding: 0 0 45px;
    margin: 0 0 50px;
    animation: 2.5s Down;
    letter-spacing: 0;
    color: var(--bs-primary-color);
    position: relative;
    font-family: var(--bs-titles-font-family);
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}
main.content-wrapper.pageTemplate header.page-title h1 span.sub-title {
    color: var(--dark-color);
    font-weight: 900;
}
main.content-wrapper.pageTemplate header.page-title h1:before {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    content: "";
    width: 110px;
    height: 6px;
    background: var(--bs-secondary-color);
    line-height: 0;
    left: 0;
    bottom: -4px;
    pointer-events: none;
    right: 0;
    margin: auto;
}
/***********************/


article.content ul li{
position:relative;
left:0;
margin-left:5px;
padding-right:5px}

article.content ul ul{
list-style-type:circle}

article.content .table-style{
position:relative}

article.content .table-style th{
background:var(--bs-gray-200);
color:var(--bs-body-color)}

.fr-view table th{
color:var(--bs-body-color)}

article.content .table-style th,article.content .table-style td{
border:1px solid var(--bs-gray-400);
padding:2px 5px}
/**********realisations*********************/
.fslightboxci h2 {
    font-size: 18px;
    font-family: var(--bs-body-font-family);
}
/**********realisations*********************/
section.photos-home {
    padding: 120px 0;
}
section.photos-home span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1!important;
   border:2px solid var(--bs-primary-color);
  background:transparent;
}
section.photos-home span.swiper-pagination-bullet.swiper-pagination-bullet-active {
 background:var(--bs-primary-color)!important;
 
}
section.photos-home:after {
    content: "Galerij";
    opacity: 0.05;
    position: absolute;
    top: 332px;
    font-size: 120px;
    text-transform: uppercase;
    font-family: var(--bs-titles-font-family);
    line-height: 150px;
    font-weight: 700;
    right: -195px;
    display: table;
    color: var(--dark-color);
    letter-spacing: 10px;
    transform: rotate(270deg) !important;
    letter-spacing: 30px;
}
section.photos-home:before {
    content: "";
    position: absolute;
    top: 5px;
    background: url(../images/B1.webp)no-repeat;
    left: -132px;
    display: table;
    width: 819px;
    height: 939px;
}
/*section.photos-home span.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    background: #fff;
    border: none;
}
section.photos-home .swiper-pagination-bullet-active {
    background: var(--bs-primary-color)!important;
}*/
.swiper-pagination.photos-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -75px;
}


section.photos-home h3 {
   position: relative;
    font-family: var(--bs-titles-font-family);
    margin: 0 auto 40px;
    line-height: 1.2em;
    color: var(--bs-primary-color);
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
}

section.photos-home .swiper-pagination.photos-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -55px;
}
section.photos-home h4 {
    color: var(--dark-color);
    position: relative;
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 4px;
}

section.photos-home a.link-picture span.title-picture {
  display: none;
}
section.photos-home a.link-picture {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position 0.4s ease;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    z-index: 3;
    height: 520px;
    border-radius: 20px;
}


section.photos-home a.link-picture:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0px;
    opacity: 0;
    margin: auto;
    top: 0;
    background: url(../images/zoom.webp) no-repeat center;
}


section.photos-home a.link-picture:hover:before{
  opacity: 1;
}
ul.pagination {
    display: none;
}
section.photos-home .grid-gallery {
    height: 100%;
    overflow: hidden;
}
section.photos-home h2 {
    position: relative;
    font-family: var(--bs-titles-font-family);
    margin: 0 auto 37px;
    z-index: 1;
    color: var(--bs-secondary-color);
    letter-spacing: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}
section.photos-home h2 span {
    color: var(--bs-primary-color);
}
/* Flexbox layout for box1-section */
section.box3.Blijf.op.de.hoogte {
    background: url(../images/bg-box1.webp) no-repeat fixed center;
    background-size: cover;
    padding: 120px 0 120px;
    text-align: center;
    color: white;
}section.box3.Blijf.op.de.hoogte h3 {
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: var(--bs-primary-color);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
      padding-left: 42px;
}
section.box3.Blijf.op.de.hoogte h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    background: url(../images/motif.webp) no-repeat;
    width: 31px;
    height: 30px;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -webkit-animation-name: pbmit_spin_rotate;
    -moz-animation-name: pbmit_spin_rotate;
    -ms-animation-name: pbmit_spin_rotate;
    -o-animation-name: pbmit_spin_rotate;
    animation-name: pbmit_spin_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}


section.box3.Blijf.op.de.hoogte * {
    position: relative;
}


section.box3 .text-box h2 {
    margin: 7px auto 25px;
    font-family: var(--bs-titles-font-family);
    color: white;
    text-align: center;
    font-size: 63px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}
section.box3 .text-box h2 span {
    color: var(--bs-primary-color);
}
section.box3 .text-box a {
    cursor: pointer;
    text-decoration: none;
    transition: all .6s;
    display: table;
    text-shadow: none;
    margin: 50px auto 0;
    border-radius: 8px;
    text-transform: none;
    color: var(--dark-color);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    background: var(--bs-primary-color);
    padding: 22px 50px;
}
section.box3 .text-box a:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../images/icon-cta.webp)no-repeat;
    width: 16px;
    height: 17px;
    top: 3px;
    margin-right: 10px;
}
section.box3 .text-box a:hover {
    transition: 0.3s all;
    transform: scale(0.9);
}
/****************/
/************box2************************/
.box2-section {
    padding: 100px 0 100px;
    background: url(../images/bg.webp)no-repeat;
    background-size: cover;
}

.box2-section h4 {
    line-height: 1.2em;
    color: var(--bs-primary-color);
    position: relative;
    font-family: "Public Sans";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.box2-section h2 span {
    color: var(--bs-primary-color);
}
.box2-section h2 {
    color: white;
    font-family: var(--bs-titles-font-family);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 63px 0;
    text-transform: none;
}
.box2-section h4:before {
    position: relative;
    content: "";
    left: 0;
    top: 3px;
    background: url(../images/motif.webp) no-repeat;
    width: 20px;
    height: 21px;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -webkit-animation-name: pbmit_spin_rotate;
    -moz-animation-name: pbmit_spin_rotate;
    -ms-animation-name: pbmit_spin_rotate;
    -o-animation-name: pbmit_spin_rotate;
    animation-name: pbmit_spin_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
    margin-right: 10px;
}
.box2-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* gap: 30px; */
    /* flex-wrap: wrap; */
}
.box2-img {
    background-image: url(../images/Box1.webp);
    background-size: cover;
    flex-shrink: 0;
    width: 485px;
    height: 499px;
    border-radius: 40px;
    position: relative;
}
.box2-img:after {
    content: "";
    position: absolute;
    top: 65px;
    right: -80px;
    background: url(../images/badge.webp)no-repeat;
    width: 160px;
    height: 160px;
    -webkit-transition: 0.9s 
ease-in-out;
    transition: 0.9s 
ease-in-out;
    -webkit-animation-name: pbmit_spin_rotate;
    -moz-animation-name: pbmit_spin_rotate;
    -ms-animation-name: pbmit_spin_rotate;
    -o-animation-name: pbmit_spin_rotate;
    animation-name: pbmit_spin_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.box2-content {
  /*min-width: 280px;
  max-width: 600px;
  flex: 1;*/
}
.box2-title {
    margin-bottom: 40px;
    font-family: var(--bs-titles-font-family);
    position: relative;
    text-transform: none;
    color: #57836D;
    font-size: 55px;
    font-weight: 700;
    line-height: 1em;
}
.btn-box2 {
    position: relative;
    text-decoration: none;
    transition: all .6s;
    cursor: pointer;
    display: table;
    letter-spacing: 0;
    margin: 40px 0 0 0;
    background: var(--bs-primary-color);
    color: white;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 20px 60px;
}

.btn-box2:hover {
    transition: 0.3s all;
    transform: scale(0.9);
    color: white;
}

.ico.icon1, .ico.icon2, .ico.icon3, .ico.icon4 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 50px 0;
  position:relative;
}
.ico.icon1:after, .ico.icon2:after, .ico.icon3:after, .ico.icon4:after {
    content: "";
    position: absolute;
    top: -25px;
    border-top: 1px solid #3B3B3B;
    width: 600px;
}
.box2-section h3 {
    line-height: 1em;
    color: white;
    font-size: 28px;
    font-weight: 600;
}
.box2-section h3:hover {
    color: var(--bs-primary-color);
}
.box2-section .tel {
    background: white url(../../images/new-images/tel-box.webp) no-repeat 15px;
    padding: 16px 25px 16px 78px;
    animation: myLogo 1s 
ease 0s 1 normal forwards;
    border-radius: 5px;
    top: 50%;
    right: -158px;
}

.box2-section .tel a {
    text-decoration: none;
    line-height: 1.2em;
    color: var(--dark-color, #101010);
    font-family: var(--bs-body-font-family);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.box2-section .tel span {
    font-family: var(--bs-body-font-family);
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
}
.box2-section span.phone-responsive {
    display: none;
}
.box2-section span.phone {
    display: inline-block;
}
.box2-section .tel a:hover {
    text-decoration: underline;
}
/**********************************boxes*************************/
span.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: var(--bs-primary-color);
}
section.boxes span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1!important;
   border:2px solid var(--bs-primary-color);
  background:transparent;
}
section.boxes span.swiper-pagination-bullet.swiper-pagination-bullet-active {
 background:var(--bs-primary-color)!important;
 
}
.swiper-pagination.pag-box.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -60px;
}
/****section.boxes *****/
section.boxes {
    padding: 120px 0;
    background: var(--bs-secondary-bg);
}
section.boxes h6 {
    position: relative;
    padding: 45px 0 0;
    color: var(--bs-primary-color);
    margin: 0 auto 0;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: url(../images/h1.webp) no-repeat top center;
    font-family: var(--bs-body-font-family);
    line-height: 48px;
    text-align: center;
}
section.boxes h4 {
    color: var(--dark-color);
    position: relative;
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 4px;
}
section.boxes .box .btn-box {
    position: relative;
    margin: 20px 0 0 0;
    display: table;
    color: white;
    font-family: var(--bs-titles-font-family);
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid var(--border-color);
    background: var(--bs-primary-color);
    padding: 25px 40px;
    letter-spacing: 0.9px;
    border-radius: 10px;
}
section.boxes .box:hover .btn-box {
    /* background: var(--bs-primary-color); */
    /* color: white; */
    border-color: white;
}
section.boxes .bloc-box {
    width: 69%;
}
section.boxes .box .btn-box:after {
     content: "";
    position: relative;
    display: inline-block;
    background: url(../images/icon-cta.webp) no-repeat;
    width: 14px;
    height: 12px;
    margin-left: 10px;
}

section.boxes .box:hover .btn-box:after {
   
    background: url(../images/icon-cta.webp) no-repeat;
   
}

section.boxes .box a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    outline: none;
    z-index: 1;
}
section.boxes h3 span {
    color: var(--bs-primary-color);
}
section.boxes h3 {
    position: relative;
    font-family: var(--bs-titles-font-family);
    margin: 0 auto 40px;
    line-height: 1.2em;
    color: var(--bs-primary-color);
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
}

section.boxes .title-box {
    margin: 0 0 80px;
}
section.boxes .title-box .nav-boxes {
    position: relative;
}


section.boxes .box {
   /* transition: all .4s;*/
    max-width: 50%;
    margin: 0;
    padding: 0;
}

section.boxes .box .img-bx {
    position: relative;
    overflow: hidden;
    height: 240px;
}
section.boxes .box .img-bx img {
  
	border-radius:0px;
}
section.boxes .box:hover .description-bx:after {


   
    background: var(--bs-primary-color);





}
section.boxes   .description-bx {
    padding: 30px 24px;
    position: relative;
    color: #606060;
    background: white;
    border-radius: 0 0 20px 20px;
    text-align: left;
}
section.boxes .box:hover  .description-bx {
   
    color: white;
    background: var(--bs-primary-color);
   
}
section.boxes .box .description-bx h2 {
    height: 45px;
    color: var(--dark-color);
    font-family: var(--bs-titles-font-family);
    line-height: 1.2em;
    text-align: left;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}
section.boxes .box:hover .description-bx h2 {
    color: white;
}

section.boxes .box .img-bx img {

    transition: all 0.4s;
}section.boxes .box:hover .img-bx img {
    /*transform: scale(1.1);*/
}




section.boxes .box .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
section.boxes .icon-box.icon1 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: var(--bs-primary-color) url(../images/icon1.webp)no-repeat center;
}
section.boxes .box:hover .icon-box.icon1 {
  background: white url(../images/icon1-h.webp)no-repeat center;
}
section.boxes .icon-box.icon2 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: var(--bs-primary-color) url(../images/icon2.webp)no-repeat center;
}
section.boxes .box:hover .icon-box.icon2 {
  background: white url(../images/icon2-h.webp)no-repeat center;
}
section.boxes .icon-box.icon3 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: var(--bs-primary-color) url(../images/icon3.webp)no-repeat center;
}
section.boxes .box:hover .icon-box.icon3 {
  background: white url(../images/icon3-h.webp)no-repeat center;
}
section.boxes .icon-box:after {
    content: "";
    position: absolute;
    bottom: -63px;
    width: 2px;
    height: 50px;
    opacity: 0.25;
    background: var(--bs-primary-color);
    left: 34px;
}
section.boxes .icon-box:before {
    content: "";
    position: absolute;
    bottom: -77px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-primary-color);
    left: 31px;
}
section.boxes .box:hover .icon-box:before {
background:white;
}
section.boxes .icon-box:before {
    content: "";
    position: absolute;
    bottom: -77px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-primary-color);
    left: 31px;
}
section.boxes .box:hover .icon-box:after {
   opacity: 0.25;
background: #FFF;
   
}
/***********pictost****************/
.swiper-pagination > span.swiper-pagination-bullet-active {
    background: var(--bs-primary-color) !important;
}
span.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent;
    border: 2px solid var(--bs-primary-color);
    opacity: 1;
}
/***************************pictos**********************/
section.pictos .text-part {
    padding: 0;
    position: relative;
}
section.pictos  h4 {
    color: var(--bs-primary-color);
    text-align: center;
    font-family: var(--bs-titles-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.pictos h3 {
    font-family: var(--bs-body-font-family);
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    font-weight: 700;
    background: var(--dark-color);
    margin: 0;
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    border-radius: 50%;
}
section.pictos {
    padding: 0px 0 100px;
}

section.pictos .picto {
    color: var(--bs-body-color);
    transition: all .4s;
    max-width: 33.33%;
    height: auto!important;
    display: flex;
    gap: 24px;
    align-items: center;
}

section.pictos .picto:hover h3 {
    color: white;
    background: var(--bs-primary-color);
}
.picto-slider.swiper-container.position-relative.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    border-top: 1px solid #EAEAEA;
    padding: 0px 0;
}
section.pictos .picto .number.position-absolute {
    font-size: 18px;
    width: 66px;
    height: 81px;
    background: var(--bs-primary-color);
    text-align: center;
    background-position: center;
    top: 0;
    margin: auto;
    padding: 27px 0;
}



section.pictos .picto h2 {
    margin: 0;
    transition: all .4s;
    font-family: var(--bs-titles-font-family);
    text-transform: uppercase;
    color: var(--bs-secondary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}
section.pictos .picto .ico {
    position: relative;
    /* width: 67px; */
    /* height: 62px; */
    /* margin: 0 auto 16px; */
}

section.pictos .picto:hover .number{
	background:white!important;
	color:var(--bs-primary-color)
}
section.pictos .picto a {
text-decoration:none;
	color:white
}

/**************box2**************************/

@keyframes zoomEffect {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}


/******************/
.fslightboxci h2 {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 0;
}

/****/
.box-first {
    margin: 20px 0;
    animation: 2.5s Up;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px hsl(0deg 0% 0% / 25%);
}.box-first img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--bs-primary-color);
    padding: 5px;
    object-fit: cover;
}
/*********************/


        @keyframes sparkle {
            0% { opacity: 0.8; }
            100% { opacity: 1; }
        }

.overlay-card {
    background: url(../images/bg.webp)no-repeat;
    border-radius: 7px;
    padding: 3.7rem 2.5rem 2.7em;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
    z-index: 2;
    width: 1135px;
    transition: all 0.3s ease;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -114px;
}





.main-title {
    color: white;
    font-size: 32px;
    font-weight: 30;
    margin-bottom: 0.5rem;
text-transform:uppercase;
    letter-spacing: 0;
    font-family: 'Oswald';
  position:relative;
}
.main-title:before {
    content: "";
    position: absolute;
    background: rgb(234 234 234 / 50%);
    right: 0;
    left: 0;
    margin: auto;
    display: table;
    width: 893px;
    height: 1px;
    bottom: -62px;
}
    .subtitle {
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 2rem;
}

        .divider {
            width: 60px;
            height: 2px;
            background: rgba(255, 255, 255, 0.6);
            margin: 1.5rem 0;
        }

.cta-button {
background: #160808;
    color: #e08e8e;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    text-transform: none;
    margin: 32px auto 0;
}

.cta-button::after {
    content: "";
    position: relative;
    background: url(../images/btn-box-h.webp) no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-left: 12px;
    top: 0;
}

        .cta-button:hover {
            color: white;
            border-color: white;
            transform: translateX(5px);
        }

        .cta-button:hover::before {
            left: 0;
        }

        .cta-button i {
            transition: transform 0.3s ease;
        }

        .cta-button:hover i {
            transform: translateX(3px);
        }

        /* Animations pour les étincelles */
        .spark {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ffeb3b;
            border-radius: 50%;
            animation: fly 2s linear infinite;
        }

        .spark:nth-child(1) { top: 20%; left: 60%; animation-delay: 0s; }
        .spark:nth-child(2) { top: 40%; left: 70%; animation-delay: 0.5s; }
        .spark:nth-child(3) { top: 60%; left: 65%; animation-delay: 1s; }
        .spark:nth-child(4) { top: 30%; left: 80%; animation-delay: 1.5s; }

        @keyframes fly {
            0% { 
                opacity: 1; 
                transform: translateX(0) translateY(0) scale(1); 
            }
            100% { 
                opacity: 0; 
                transform: translateX(100px) translateY(-50px) scale(0.5); 
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .welding-section {
                min-height: 400px;
                background-attachment: scroll;
            }
            
         .overlay-card {
    /*margin: 1rem;*/
    /* padding: 2rem 1.5rem; */
    transform: none;
}
            
          .main-title {
    font-size: 1.5rem;
}
            
            .overlay-card:hover {
                transform: translateY(-3px);
            }
        }


/************section-news******************/

:root {
    --swiper-theme-color: var(--bs-tertiary-bg) !important;
}
.swiper-pagination > span.swiper-pagination-bullet-active {
    background: var(--bs-primary-color) !important;
}
.swiper-pagination-bullet-active {
    background: var(--bs-primary-color) !important;
}

section.news span.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    background: var(--bs-secondary-color);
    border: none;
}
section.news .swiper-pagination-bullet-active {
    background: var(--bs-primary-color)!important;
}
section.news {
    padding: 99px 0 120px;
}

  li.page-item {
    padding: 0 !important;
}li.page-item:before {
    display: none;
}.active>.page-link, .page-link.active, .page-link:hover {

    box-shadow: none !important;
}
section.news h4 {
    position: relative;
    font-family: var(--bs-body-font-family);
    text-align: center;
   
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2em;
 
}
section.news h4:before {
    position: relative;
    content: "";
    top: 6px;
    background: url(../images/motif.webp) no-repeat;
    width: 31px;
    height: 30px;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -webkit-animation-name: pbmit_spin_rotate;
    -moz-animation-name: pbmit_spin_rotate;
    -ms-animation-name: pbmit_spin_rotate;
    -o-animation-name: pbmit_spin_rotate;
    animation-name: pbmit_spin_rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
    margin-right: 10px;
}section.news h2 {
    margin: 0 auto 38px;
    display: table;
    position: relative;
    font-family: var(--bs-titles-font-family);
    color: var(--dark-color);
    text-align: center;
    font-size: 63px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}
section.news h2 span {
    color: var(--bs-primary-color);
}
section.news div#AllNews .Item h3 {
    margin: 0px 0 20px;
    font-family: var(--bs-titles-font-family);
    color: var(--dark-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
}
section.news div#AllNews .Item {
    position: relative;
    display: block;
    margin: 0;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    background-size: cover !important;
    background: none;
    padding: 0px;
    border-radius: 0;
}

section.news div#AllNews .Item .nophoto, section.news div#AllNews .Item .photo {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    box-shadow: 0 0 0 rgba(255,255,255,.05);
    transition: box-shadow .4s;
}div#AllNews .Item .number {
    display: none;
}
.content-page-newsletter{
    background: #0000000d;
}
.content-page-newsletter a{
    color:black!important
}
/*************/
section.newsletter{padding:100px 0;text-align:center;background:url(../images/bg-spacer.webp) fixed no-repeat center;background-size:cover}
.form-newsletter label.form-label{display:none}
/*.form-newsletter{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}*/
section.newsletter .container{background:#000}
.form-newsletter div#gdpr_policy{grid-column:1 / 4;/*display:flex;*/}
.form-newsletter div#gdpr_policy a {
    /*color: var(--bs-secondary-color);*/
}
.form-newsletter div#NewsletterSubmitHeader {
    grid-column: 1 / 4;
}
div#NewsletterSubmitHeader input#subscriber-submit {
    font-family: var(--bs-titles-font-family);
    font-size: 1em;
    font-weight: 700;
    background: var(--bs-primary-color);
    text-transform: uppercase;
    color: var(--bs-body-bg);
    padding: 17px 30px;
    border: none;
    position: relative;
    display: inline-block;
    bottom: 0;
    border-radius: 8px;
}div#NewsletterSubmitHeader input#subscriber-submit:hover {
    background: var(--dark-color)!important;
    transform: none;
    color: white!important;
}
section.news #AllNews {
    margin: 0px;
    position: relative;
}
section.news #AllNews .Item .news-desc p {
  display: none;
}
section.news #AllNews .Item .news-desc {
    position: relative;
    background: no-repeat;
    grid-column: auto;
    grid-row: auto;
    order: 1;
    padding: 37px 0px 90px;
    text-align: left;
    background-color: transparent;
    border-radius: 8px;
    border-top: none;
}section.news div#AllNews .Item:hover .photo img {
    transform: scale(1.1);
}section.news div#AllNews .Item .nophoto, section.news div#AllNews .Item .photo {
    overflow: hidden;
    height: 240px;
}
.fslightboxci h2 {
    color: white;
}
#AllNews {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

span.duration-service,
small.service-duration {
  display: none;
}
.provider-overview-step-col {
  width: 100% !important;
  text-align: center;
}
.provider-to-step1 {
    margin-bottom: 20px;
}
section.news .news-col {
    /* width: calc(33.33% - 23px) !important; */
}
@media (min-width: 700px) {
  section.news .news-col {
    width:33.33%; /* Pour deux articles par page sur grands écrans */
  }
}
.slider-controls {
  text-align: center;
  margin-top: 10px;
}
section.news div#AllNews .Item .button {
    cursor: pointer;
    text-decoration: none;
    transition: all .6s;
    display: table;
    border: none;
    top: auto;
    bottom: 40px;
    position: absolute;
    left: 0;
    margin: 0;
    background: transparent;
    color: var(--dark-color)!important;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
}

section.news div#AllNews .Item .button:before {
    content: "";
    position: relative;
    background: url(../images/btn-news.webp)no-repeat;
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    top: 3px;
}
section.news div#AllNews .Item:hover .button {
  color:var(--bs-primary-color)!important;
}

section.news #AllNews .Item:hover .news-desc {
    /* background: var(--bs-secondary-bg); */
    /* color: white; */
    background-size: cover;
    /* border-radius: 0 0 8px 8px; */
}
section.news div#AllNews .Item:hover h3 {
    /* color: var(--bs-primary-color) !important; */
}

section.news .swiper-horizontal>.swiper-pagination-bullets, section.news .swiper-pagination-bullets.swiper-pagination-horizontal, section.news .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: auto;
    bottom: -35px;
    right: 0;
}
#news-popup-modal .modal__inner #news-popup .popup-wrapper .popup-content {
    color: black;
}
#news-popup .popup-wrapper .popup-photo {
    background-position: bottom left !important;
}
/***********/
#NewsItem img.img-responsive.image-right.img-news {
  float: right;
  width: 300px;
  height: 260px;
  object-fit: cover;
}
div#AllNews .Item .nophoto,div#AllNews .Item .photo{
  grid-column:1 / 3;
  grid-row:1 / 4;
  position:relative;
  box-shadow:0 0 0 rgba(255,255,255,.05);
  transition:box-shadow .4s
}
section.news div#AllNews .Item .photo img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 280px;
}
section.news div#AllNews .Item .nophoto, section.news div#AllNews .Item .photo {
    height: 280px;
}

 div#AllNews .Item .date{
   display:none; 

}
div#AllNews .Item .photo img{
  object-fit:cover;
  transition:all .6s;
  height:100%;
  width:100%
}
div#AllNews .Item h3 {
    margin: 0 0 34px;
    font-size: 27px;
    color: black;
}h1.news-article-title {
    display: none;
}
div#AllNews .Item i.fa-duotone.fa-image{
  display:none
}
div#AllNews .Item {
    position: relative;
    display: grid;
    grid-template-columns: .6fr 30px 1fr;
    grid-template-rows: 50px 1fr 50px;
    margin-bottom: 30px;
}.page-news div#AllNews .Item:hover .news-desc a {
    background: var(--bs-secondary-color);
   
}
div#AllNews .Item:hover .nophoto,div#AllNews .Item:hover .photo{

}
div#AllNews .Item .nophoto {
    background: var(--border-color)  url(../images/logo-De-ZorgCirkel-Verpleegteam.webp) no-repeat center;
}div#AllNews ol {
    margin: 0;
    padding: 0 0 0 24px;
}
.page-news div#AllNews .Item .news-desc a {
    margin: 30px 0 0;
}
.page-news div#AllNews .Item .news-desc {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    z-index: 3;
    background: white;
    padding: 30px;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 15px hsl(0deg 0% 0% / 25%);
}.page-news .news-body-desc {
    height: auto !important;
}div#AllNews .Item .photo img {

    /*border-radius: 10px;*/
}
div#AllNews .Item .button {
    cursor: pointer;
    color: var(--dark-color) !important;
    text-decoration: none;
    transition: all .6s;
    margin: 45px 0 0 0 !important;
    position: relative;
    background: var(
    --bs-primary-color);
    text-align: center;
    padding: 19px 51px;
    border-radius: 5px;
    display: table;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    top: 0;
}
div#AllNews .Item .button:hover {
      background-position: 0 0;
}
div#AllNews .Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.page-news .col-md-6 {
    width: 100%;
}
div#Guestbook .gb-entry {
    padding: 0 0 30px;
    margin: 20px 0 30px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
/****/
div#NewsItem .img-news {
    max-width: 300px;
    max-height: 250px;
    border-radius: 10px;
    object-fit: cover;
}
h1.news-article-title {
    margin: 0  0 41px;
    text-align: center;
    font-size: 35px;
}
.news-article-row {
    grid-gap: 30px 0;
}.news-article-row .col-md-3 {
    margin: 0;
    order: 2;
}.news-article-photo-col img {
    width: 350px;
    height: 260px;
    object-fit: cover;
}.news-article-share-col {
    order: 2;
    margin: 0;
    background: transparent;
    padding: 15px 15px 9px;
    border-radius: 5px;
    border: 1px solid var(--bs-primary-color);
}
a.btn.btn-primary.news-article-back-btn {
    order: 4!important;
    background: black !important;
    color: white!important;
    margin: 0 !important;
    padding: 14px 45px;
    display: block;
    border: none !important;
    float: none;
    position: relative;
    bottom: 0;
}
a.btn.btn-primary.news-article-back-btn:hover {
    color: white !important;
}a.btn.btn-primary.news-article-back-btn:before {
    background: var(--bs-primary-color);
}a.btn.btn-primary.news-article-back-btn:hover:before {
    right: 0;
}
.a.btn.btn-primary.news-article-back-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    background: var(--bs-primary-color);
    transition: all .4s;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}
.home-news.page-news div#AllNews .Item .button:before {
    display: none;
}
/*****************/
.fa-facebook:before {
    content: "\f39e" !important;
}
.banner .social a.WhatsApp-contact > span {
    display: none;
}
.banner .social a.WhatsApp-contact {
    position: relative;
}
.banner .social a.WhatsApp-contact {
    position: relative;
}
.banner .social {
    margin-top: 0px;
    animation: float 8s ease-in-out infinite;
    right: 0px!important;
}
.banner .social a {
    color: white;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    transition: all .4s;
    margin: 0;
    animation: float 11s ease-in-out infinite;
    border-right: none;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    margin: 0 0 10px 0;
    border-radius: 0;
    background: var(--bs-primary-color);
}i.fa-solid.fa-envelope {
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
}
.banner .social a.WhatsApp-contact:before {
    content: '\f232';
    font-family: 'Font Awesome 6 Brands';
}
.banner .social a:hover {
    background: white;
    color: var(--bs-primary-color);
}


/************/
/*****************************/
h1.news-article-title {
    color: var(--bs-primary-color);
    font-weight: 400;
    font-size: 45px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    display: block;
    padding: 0 0 52px;
    margin: 0 0 51px;
    position: relative;
    letter-spacing: 0;
    font-family: Sacramento;
    text-align: center;
}
h1.news-article-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 68px;
    height: 5px;
    background: var(--bs-primary-color);
    left: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.col-12.col-md-3.news-article-back-col {
    order: 4;
}
.news-article-share-col {
    order: 2;
    margin: 0;
    padding: 15px 15px 9px;
    border: 1px solid var(--bs-primary-color);
}
.news-article-row .col-md-3 {
    margin: 0;
    order: 2;
}

.col-12.col-md-3.news-article-back-col {
    order: 4;
}
.news-article-photo-col img {
    width: 350px;
    height: 260px;
    object-fit: cover;
}
/***********/

.news-article-row {
    /* grid-gap: 30px 0; */
    /* padding: 25px; */
    /* margin: 0 0 20px; */
    animation: 2.5s Up;
    /* background: #f4f4f4; */
}.news-article-photo-col img {
    width: 350px;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid var(--bs-primary-color);
}a.btn.btn-primary.news-article-back-btn:hover {
    color: white !important;
    background: var(--bs-secondary-color) !important;
}.news-article-photo-col img {
    width: 350px;
    height: 260px;
    object-fit: cover;
}
a.btn.btn-primary.news-article-back-btn {
    order: 4;
    background: var(--bs-primary-color) !important;
    color: var(--dark-color) !important;
    margin: 0 !important;
    padding: 14px 45px;
    display: block;
    border: none !important;
    border-radius: 10px;
}
a.btn.btn-primary.news-article-back-btn:hover {
  
}a.btn.btn-primary.news-article-back-btn:before {
    background: var(--bs-primary-color);
}a.btn.btn-primary.news-article-back-btn:hover:before {
    right: 0;
}
.a.btn.btn-primary.news-article-back-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    background: var(--bs-primary-color);
    transition: all .4s;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}
.home-news.page-news div#AllNews .Item .button:before {
    display: none;
}
.news-article-back-col.order- {
    order: 3;
}
ul.puce li:before {
    position: absolute;
    content: "";
    background: url(../images/list-icon1.webp) no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 5px;
}
ul.usp li:before {
    position: absolute;
    content: "";
    background: url(../images/list-icon1.webp) no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 5px;
}
ul.puce li, ul.usp li {
    position: relative;
    padding-left: 30px;
    list-style: none !important;
    line-height: 29px !important;
    margin: 0 !important;
}
ul.puce, ul.usp {
    padding: 0;
    margin: 0  0 20px !important;
}
section.mobile-links a.WhatsApp-contact-news {
   text-decoration: none;
}
 a.WhatsApp-contact-news {
    font-size: 0;
    background: url(../images/whats.webp) no-repeat !important;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    display: inline-block;
    margin: 0 0 0 10px;
   
}
.news-article-body a.WhatsApp-contact-news:hover, .news-item-text  a.WhatsApp-contact-news:hover {
    transform: scale(1.1);
}
/*************/
article.content1 .grid-gallery{
display:grid;
grid-template-columns:repeat(4,1fr);
grid-gap:20px}

div#Guestbook {
  clear: both;
}
article.content1 .link-picture {
    background-size: cover;
    background-position: center;
    height: 303px;
    cursor: zoom-in;
    position: relative;
    display: block;
    box-shadow: 0 0 0 rgba(255,255,255,.2);
    transition: transform .4s,box-shadow .4s;
    border-radius: 0;
}
  li.page-item {
    padding: 0 !important;
}li.page-item:before {
    display: none;
}.active>.page-link, .page-link.active, .page-link:hover {

    box-shadow: none !important;
}



article.content .link-subgallery{
position:relative;
background-size:cover;
background-position:center;
height:337px;
text-decoration:auto;
cursor:pointer;
box-shadow:0 0 0 rgba(255,255,255,.2);
transition:transform .4s,box-shadow .4s}

article.content .link-subgallery:hover,article.content1 .link-picture:hover{
transform:scale(.95)}

.page-link{
color:var(--bs-body-color);
text-decoration:none}

.active>.page-link,.page-link.active,.page-link:hover{
color:var(--bs-body-bg);
background-color:var(--bs-primary-color);
border-color:var(--bs-primary-color)}

.disabled>.page-link, .page-link.disabled {
    color: #ffffff !important;
}

article.content .pagination {
    margin-top: 10px;
    justify-content: center;
    display: flex;
}

article.content .link-subgallery:hover:before,article.content .link-picture:hover::before{
width:100%;
transition-delay:.4s}
article.content span.title-subgallery {
    color: var(--light-color);
    position: absolute;
    left: 5px;
    right: 5px;
    top: auto;
    bottom: 5px;
    background: rgba(0,0,0,.5);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.5em;
    font-family: var(--bs-body-font-family);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: background .4s,transform .4s;
    padding: 10px 10px;
}

article.content .link-picture span.title-picture,article.content .link-picture span.text-picture{
position:absolute;
z-index:10;
left:50px;
right:50px;
bottom:0;
text-align:center;
color:var(--bs-secondary-bg);
display:block!important;
opacity:0;
transition:bottom .6s,opacity .6s;
transition-delay:0}

article.content .link-subgallery:hover span.title-subgallery{
background:rgba(0,0,0,.75);
transform:translate(10px,-10px)}
article.content .link-picture span.title-picture {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    left: 5px;
    right: 5px;
    background: rgb(0 0 0 / 80%);
    padding: 10px 0;
    font-size: 14px;
    bottom: 5px !important;
    border-radius: 5px;
}
article.content .link-picture:hover span.text-picture,article.content .link-picture:hover span.title-picture{
bottom:50px;
opacity:1;
transition-delay:.4s}

article.content .link-picture:hover span.title-picture{
bottom:70px}

article.content .grid-gallery:after{
content:'';
display:block;
clear:both}

article.content .grid-sizer,.grid-item{
width:25%}

.grid-item{
margin-bottom:2px}

article.content .grid-item{
float:left}

article.content .grid-item img{
display:block;
width:100%;
max-width:100%}
/*******************************/
div#NewsletterLastNameHeader, div#NewsletterFirstNameHeader {
    display: none;
}
.form-newsletter label.form-label {
    display: none;
}
.form-newsletter input#subscriber-submit {
    font-size: 15px;
    color: var(--dark-color) !important;
    text-decoration: none;
    display: table;
    padding: 17px 31px;
    position: relative;
    background: var(
    --bs-primary-color) !important;
    transition: all .6s;
    cursor: pointer;
    font-family: var(
    --bs-titles-font-family);
    /* margin: 0 auto 20px; */
    text-transform: uppercase;
    letter-spacing: .25em;
    border-radius: 9px;
    border: 1px solid var(
    --bs-primary-color);
    margin-top: 20px;
}
.form-newsletter .form-check {
    margin-top: 20px;
}
.form-newsletter input#subscriber-submit:hover {
    transform: translate(10px, 10px);
}


.form-control:focus {
    box-shadow: none;
    border-color: var(--bs-primary-color);
    background: transparent;
}

section.banner .slider {
    position: absolute!important;
    right: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}section.banner .slider img {
    /*display: table;
    margin: 85px auto 0;
    text-align: center;
    left: 50px;*/
}.max-container {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 1545px;
}
/***************newsbrief**********/

section.box-news div#NewsletterSubmitHeader input#subscriber-submit {
    background: var(--bs-primary-color);
    text-transform: uppercase;
    padding: 29px 69px 27px 30px;
    border: none;
    position: relative;
    display: inline-block;
    bottom: 0;
    color: var(--dark-color);
    text-align: center;
    font-family: "Public Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    border-radius: 0 15px 15px 0;
}
section.box-news .form-newsletter div#NewsletterSubmitHeader {
    position: absolute;
    right: 0;
    top: 84px;
    bottom: 0;
}
section.box-news .form-newsletter div#NewsletterSubmitHeader:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/icon-cta.webp) no-repeat;
    width: 41px;
    height: 41px;
    top: 34px;
    right: 7px;
}

section.box-news .form-check .form-check-input {
    float: none;
  
}
section.box-news .form-control::placeholder{
color:var(--dark-color)!important}
section.box-news .form-control {
    font-weight: 400;
    line-height: 2em;
    color: var(--dark-color);
    background: white;
    border: 1px solid var(--bs-body-color);
    padding: 19px 15px;
    transition: border-color .4s, color .4s;
    border-radius: 15px;
}
section.box-news.position-relative.z-1 {
    padding: 140px 0 140px;
    background: url(../images/bg-newsletter.webp)no-repeat fixed top;
    background-size: cover;
    text-align: center;
}
section.box-news:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
section.box-news h2 {
    color: white;
    text-align: center;
    font-family: var(--bs-titles-font-family);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 auto 32px;
}
section.box-news h2 span {
    color: var(--bs-primary-color);
}
/***************************footer*********************/
.logo-footer {
    z-index: 3;
}
.logo-footer img {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
.logo-footer:before,
footer.footer:after {
    display: none !important;
}
footer.footer:after {
    content: "";
    position: absolute;
    left: -14px;
    top: -36px;
    background: var(--bs-secondary-bg);
    width: 666px;
    height: 420px;
    z-index: 2;
    border-radius: 0 150px 0 0;
}
footer.footer a {
    color: rgb(255 255 255 / 85%) !important;
}
.colon {
    min-width: 10px;
    text-align: center;
    color: white!important;
}
.column2 {
    margin: 0;
}
.containerOpening {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    gap: 5px;
    flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  position:relative;
}

.openingLine {
    display: flex;
    justify-content: flex-start;
    gap: 0.3em;
    margin-bottom: 0;
}
.col2 {
    z-index: 2;
}
.day {
    min-width: 25px;
    text-align: left;
    color: white;
}

.colon {
  min-width: 10px;
  text-align: center;
}

.time {
    flex: 1;
    text-align: left;
    
}
footer.footer {
    padding: 100px 0;
    background: var(--bs-primary-color);
    color: rgb(255 255 255 / 85%) !important;
}header.sticky-top.sticky.sticky-appear .cta-top {
    display: none !important;
}


footer  h4 {
    margin: 0px 0 30px 0;
    font-family: var(--bs-titles-font-family);
    line-height: 1.2em;
    color: white;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
footer h4:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 53px;
    height: 2px;
    background: white;
    left: 0;
}

footer span.phone-responsive {
    display: inline-block;
}
footer span.phone {
    display: none;
}div#openingTimesBlock {
    display: grid;
    grid-template-columns: 173px auto;
    /* gap: 2px 0px; */
    text-align: left;
    position: relative;
}div#openingTimesBlock span.openingDay {
    position: relative;
    display: inline-block;
    width: 43px;

}span.openingTime {
    color: white;
}div#openingTimesBlock span.openingDay:after {
    position: absolute;
    color: white;
    right: 0;
    top: 0;
    height: 1px;
    left: 31px;
    content: ":";
    font-weight: 400;
}
/*****************/
.contactForm h3.contact-field{
display:none}

.contactForm .contact-field-item{
margin:0 0 12px;
position:relative;
display:block;
padding:0;
margin-bottom:12px;
width:50%;
float:left;
clear:none}

.contactForm .contact-field-item:nth-child(even){
padding-right:5px}

.contactForm .contact-field-item:nth-child(odd){
padding-left:5px}

.contactForm .contact-field-item::placeholder{
text-transform:uppercase}
.box-dark {
    background: var(--bs-primary-color);
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}
.form-control {
    font-weight: 400;
    line-height: 2em;
    color: var(--bs-body-color);
    background: transparent;
    border: 1px solid var(--bs-body-color);
    padding: 8px 15px;
    transition: border-color .4s, color .4s;
    border-radius: 0;
}


.contactForm .contact-field-item.fullwidth{
width:100%;
padding:0;
float:none;
clear:both}

.form-control::placeholder{
color:var(--bs-body-color)!important}

.contactForm .g-recaptcha{
float:left}
label.form-label {
    display: block;
    /*color: var(--bs-body-color);*/
}

.contactForm .contact-submit{
float:right}

.contact-col .containerOpening .openingDay{
font-weight:700;
text-transform:uppercase;
display:inline-block;
width:150px}

.contact-col .containerOpening .openingDay::after{
content:': '}
section.contact-home .gdpr.form-check{
   text-align: left;
    margin: 32px 0 0;
    float: left;
}

.gdpr.form-check{
    text-align: left;
    margin: 76px 0 0;
    float: left;
}
.contactForm .contact-field-item textarea {
    height: 140px;
}
.contactForm .contact-submit .btn-primary {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
    margin: 0;
    border: none;
   
    background: var(--bs-primary-color);
    border-radius: 10px;
}
.contactForm .contact-submit .btn-primary:hover {
    background: var(--bs-secondary-color);
   
}
.contactForm .gdpr_policy label{
font-weight:400}
.contact-form-status {
    background: #e6f4ea;
    border: 1px solid #9ad0ad;
    color: #155724;
    font-weight: 600;
    margin: 0 0 18px;
    padding: 12px 15px;
}
.contact-form-honey {
    display: none !important;
}
main.content-wrapper .gdpr.form-check {
     margin: 20px 0 10px;
    float: none;
}
main.content-wrapper .contactForm .contact-field-item textarea {
    height: 138px;
}
/***************/
/***********/


/*******/

/***********************/	
a.btn-cookies-link {
    color: white !important;
    background-color: var(--bs-secondary-color) !important;
}
a.btn-cookies-link:hover{
background-color:var(--bs-secondary-color)!important}
/********************/
#scrollTopBtn {
    position: fixed;
    bottom: 60px;
    right: 21px;
    color: #ffffff;
    /* color: var(--dark-color); */
    border-radius: 4px;
    opacity: 0;
    background-color: var(--bs-secondary-color);
    padding: 6px 12px;
}

.modal-content{
background-color:var(--light-color);
color:var(--dark-color)}
#scrollTopBtn.Active {
    opacity: 1;
    cursor: pointer;
}

.btn-cookies-pos,#scrollTopBtn{
z-index:1020}

.carousel-control-next,.carousel-control-prev{
width:30px}

.toast-news{
width:800px;
background:rgba(0,0,0,.85)!important;
color:var(--bs-body-bg)!important}

.news-popup-image{
flex:0 0 auto;
width:33.33333333%}

.news-popup-text {
    flex: 0 0 auto;
    /* width: 66.66666667%; */
    color: var(--bs-white);
    font-size: 1.15em;
    line-height: 1.3em;
    letter-spacing: 0;
}

.toast-header {
    position: relative;
    z-index: 1;
    font-size: 1.3rem;
    background: var(--dark-color)!important;
    color: var(--bs-tertiary-bg)!important;
}

.toast-header::before{
position:absolute;
content:'';
z-index:-1;
right:6px;
top:calc(50% - 17px);
bottom:auto;
width:33px;
background:var(--bs-tertiary-bg);
border-radius:50%;
height:33px}



.toast-header .btn-close{
background-size:40%}

.news-popup-text small.news-date-popup{
color:var(--bs-tertiary-bg);
font-weight:700}



button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon{
opacity:0}

button.navbar-toggler[aria-expanded=false]::after,button.navbar-toggler[aria-expanded=false]::before{
transform:none}

@media only screen and (max-width : 1860px) {
footer.footer:after {
    left: -75px;
}

}

@media only screen and (max-width : 1750px) {
  footer.footer:after {
   
    width: 630px;
   
}



}

@media only screen and (max-width : 1650px) {
  footer.footer:after{
    display:none;
  }
  .logo-footer:before {
    background: var(--bs-secondary-bg);
    padding: 15px;
    border-radius: 0 0px 0 150px;
    content: "";
    position: absolute;
    width: 270px;
    height: 200px;
    left: -16px;
    top: -33px;
}
}

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

  .homepage .wrapper:after, section.photos-home:after{
    display:none;
  }
  .homepage .wrapper:after {
    display:none;
  }
  section.banner .slider:before {
   
    left: 29%;
   
}
.banner .social a, .banner .social a.adwconversion_email {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.banner .social {
   
    right: 0px!important;
}
}
@media only screen and (max-width : 1450px) {
header.sticky-top .nav-item {
 
    padding: 0 13px;
}
  .photo-home:after {
    
    left: -51px;
    
}
}
@media only screen and (max-width : 1400px) {

}
@media only screen and (max-width : 1365px) {
  .tel-top a {
  
    letter-spacing: 0;
}

.logo {
 max-width: 300px;
}


}
@media only screen and (max-width : 1300px) {
}
@media only screen and (max-width : 1250px) {
  .photo-home:after {
    left: -15px;
}
  header.sticky-top .nav-item {
    padding: 0 8px;
}
}
@media only screen and (max-width : 1199.98px) {
.logo-footer {
    display: flex;
    justify-content: center;
    margin: 0 auto 45px;
}
.logo-footer img {
    width: 260px;
    max-width: calc(100vw - 60px);
}
.logo-footer:before {
    background: var(--bs-secondary-bg);
    padding: 15px;
    border-radius: 0 0px 0 45px;
    content: "";
    position: absolute;
    width: 270px;
    height: 145px;
    left: 0;
    top: -33px;
    right: 0;
    margin: auto;
}
  section.pictos h3 {
    margin: 0 auto 15px;
    display: table;
}
   section.pictos .picto h2 {

    font-size: 20px;

}
  .picto-slider.swiper-container.position-relative.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 67px;
}
  section.pictos .picto {
    max-width: 50%;
}
  footer.footer:after {
    
    top: 30px;
   
    width: 400px;
    height: 200px;
   
  
   
    right: 0;
    margin: auto;
}
  .homepage .wrapper h1 > span.sub-title:nth-of-type(2):after {
   
    left: 0;
   
    right: 0;
    margin: auto;
}
  section.banner:after {
 
    background: rgb(0 0 0 / 62%);
}
section.pictos {
    padding: 0px 0 31px;
}
  .homepage .wrapper h1 > span.sub-title:nth-of-type(2) {
    
    display: block;
   
    margin: 0 auto 0;
}
  .logo {
    max-width: 300px;
}
section.pictos .picto h2 {
    font-size: 20px;
    text-align: center;
}
  .picto-slider.swiper-container.position-relative.overflow-hidden.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 67px;
}
section.pictos .picto {
    max-width: 50%;
    display: table;
}
  .offcanvas-header button.btn-close {
    filter: invert(1);
}

  section.box-news.position-relative.z-1 {
    padding: 65px 0 65px;
    
}

section.boxes {
    padding: 70px 0 100px;
}
  section.boxes .box {
    max-width: 50%;
}
.homepage header.page-title h1:after {
    top: -45px;
    right: 0;
    margin: auto;
}
  .links.d-md-flex.d-block.align-items-center.gap-3 {
    justify-content: center;
}
  .slide-box-message h2 {
   
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

  section.banner .slider:before, .homepage .wrapper:after, .homepage .wrapper:before{
    display:none;
  }
  footer.footer {
    padding: 60px 0;
 
    text-align: center;
}
  footer h4:after {

    left: 0;
    right: 0;
    margin: auto;
}
  .box2-section {
    padding: 60px 0 60px;
   
}
  .box2-section h3 {
 
    margin: 10px 0 0 0;
}
  .ico.icon1:after, .ico.icon2:after, .ico.icon3:after, .ico.icon4:after {
 
    left: 0;
    right: 0;
    margin: auto;
}
  .box2-flex {
  
    text-align: center;
}
  .ico.icon1, .ico.icon2, .ico.icon3, .ico.icon4 {
    display: block;
  
}
  .box2-img {
 
    margin: 0 auto;
}
  section.box3.Blijf.op.de.hoogte {
   
    padding: 60px 0 60px;

}
section.photos-home {
    padding: 80px 0 100px;
}
  header.page-title h1 {
    margin: 0 0 20px;
}
  header.sticky-top.sticky.sticky-appear button.navbar-toggler {
    display: table;
    margin: 0 auto;
    text-align: center;
}
  header.sticky-top .dropdown-menu a.nav-link:before {
    content: "";
    position: absolute;
    background: var(--bs-tertiary-color);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 15px;
}

.tel-top{
  display:none;
  }
section.news {
    padding: 70px 0 70px;
}
  section.box1 {
    padding: 50px 0 0;
}
  section.box1 .text-box h2 {
   
    margin: 0px 0 30px;
   
    padding: 0;
  
   

    line-height: 1em;
    
}
  .homepage .text-part {
    position: relative;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
}
  .slide-box-message h2 {
 
    font-size: 50px;
    
}
  .inner-wrapper {
   
   backdrop-filter: none; 
  
}

  
  
  .homepage .wrapper .photo-home img {
    object-fit: cover;
    position: relative;
    padding-right: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
}.photo-home {
    width: auto;
    height: auto;
    float: none;
    display: table;
    margin: 0 auto;
    display: none;
}.homepage .wrapper {
    padding: 82PX 0 40px 0;
}.text-part:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 486px;
    text-align: left;
}
  a.moreless-button {
  
    margin: 15px auto 0;
}
  .homepage header.page-title h1 {
  
    text-align: center;
 
}
.homepage .wrapper header.page-title {
    margin: 0 auto 20px;
    text-align: center;
    display: table;
}
  
  header.sticky-top .dropdown-menu .nav-link:before{
    display:none;
  }


  
.boxes-news .carousel-indicators {
    bottom: 0px!important;
    left: 0;
    right: 0;
}

  .offcanvas-backdrop.fade.show {
    background-color: transparent;
}
  .offcanvas .collapse:not(.show) {
    display: block !important;
}
  header.sticky-top .dropdown-menu .nav-link:hover, header.sticky-top .dropdown-menu .selected .nav-link {
    color: white !important;
    padding-left: 20px!important;
}
  
  /*****************************/
 
.bloc.col1:after {
    width: 100%;
    right: 0;
    left: 0;
}

.overlay-card {
    width: 73%;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

  /**************************************/
  header.sticky-top.sticky .inner-wrapper {
	justify-content: center;
}
header.sticky-top.sticky.sticky-appear .inner-wrapper {
    align-items: center !important;
    padding: 0;
}
header.sticky-top:not(.sticky) .inner-wrapper {
    /* padding: 0px 0 0; */
    /* align-items: center; */
    animation: none;
    /* flex-direction: row-reverse; */
    background: none;
    /* margin: 0px 0 0; */
    /* border-radius: 0; */
    /* float: right; */
    /* display: block; */
}main.content-wrapper.pageTemplate {
    padding: 50px 0 50px;
}
.navbar-toggler {
    width: 57px;
    height: 57px;
    background: var(--bs-primary-color);
    border: none;
    border-radius: 50%;
    box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.offcanvas .collapse:not(.show) {
  display: block !important;
}
.offcanvas {
background: var(--dark-color);
    margin: 0 !important;
    box-shadow: 0 0 5px var(--bs-secondary-bg);
}
header.sticky-top .sf-menu > .nav-item:not(:first-child)::before {
	display: none;
}
header.sticky-top .dropdown-menu .nav-link {
    padding: 7px 8px !important;
}
header.sticky-top .offcanvas .nav-link {
    text-align: left;
    display: block;
    font-size: 16px;
}
.offcanvas-header {
	background: var(--bs-primary-color);
	color: white;
}
.offcanvas-body {
    /* flex-grow: 1; */
    /* padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); */
    overflow: visible;
    background: white;
}
 header.sticky-top .dropdown-menu .nav-link:before {

    border-right: 1px solid #fbcf1f;
    border-bottom: 1px solid #fbcf1f;

}section.mobile-links a:hover {
    color: var(--bs-secondary-color);
}/*header.sticky-top.sticky.sticky-appear .inner-wrapper {
    align-items: center !important;
    float: none;
    display: table !important;
    margin: 0 auto;
}*/.cta-fixed.sticky-appear {
    top: 77px;
}
.offcanvas-header h5 {
    font-size: 30px;
    letter-spacing: 0.1em;
    color: white;
}
.navbar-collapse .nav-item a {
  color: var(--light-color);
  padding: 6px 25px;
}
.open-menu section.banner .appointment a {
	z-index: 20;
}
header.sticky-top .dropdown-menu .nav-link:hover, header.sticky-top .dropdown-menu .selected .nav-link {
    color: var(--bs-primary-color)!important;
}
.mobile-links .networks_linking {
  display: flex;
  gap:1rem;
}
header.sticky-top a.nav-link:after {
  
    display: none;
}.slide-box-whatapp {

    display: none;
}section.banner.small .slider img {
    display: table;
    margin: 0px auto 0;
    text-align: center;
}
header.sticky-top a.nav-link {
    padding: 10px 20px !important;
}
header.sticky-top ul.level-0 > li > a.nav-link::before {
	display: none;
}
header.sticky-top .dropdown-toggle {
	left: auto;
	top: 12px;
	transform: translateX(0%);
	line-height: 1em;
	right: 10px;
}
header.sticky-top .dropdown-toggle::after {
  -webkit-text-stroke: 1px white;
}
  section.mobile-links a.WhatsApp-contact-news:before {
    content: "\f232";
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-size: 30px;
}
header.sticky-top .navbar .navbar-nav .dropdown-menu {
    top: 0;
    left: 33px;
    transform: translateX(0%);
    position: relative;
    /* margin-left: 30px; */
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
}
  .slide-box-message h3 {
 
    margin: 0 auto 10px;
}
.slide-box-message p a.contact {
 
    margin: 20px auto 0;
}


section.banner, section.banner.small {
    height: 400px;
}
section.news #AllNews .Item .news-desc {
   /* height: 408px !important;*/
}
div#openingTimesBlock {

    justify-content: center;
}.col2 {
    margin: 25px auto;
    display: table;
}
.col1.adresse {
    margin: 92px auto 25px;
}.homepage article.content {
    padding-left: 0;
}.text-part:after {

    display:none;
}section.box2 .text-box a, section.box1 .text-box a {
    display: table;
    margin: 30px auto 0;
}section.box2 .text-box h2:after, section.box1 .text-box h2:after {
    width: 80px;
    left: auto;
    right: 165px;
    bottom: 0;
}
}
@media only screen and (max-width : 991.98px) {
.Contactformulier-wrapper img {
    display: none!important;
}
main.content-wrapper.pageTemplate header.page-title h1 span.sub-title {
    color: var(--dark-color);
    /* font-weight: 400; */
    font-size: 37px!important;
}
  .links.d-md-flex.d-block.align-items-center.gap-3 {
    justify-content: center;
}
  
  .slide-box-message {

    max-width: 100%;
}
  section.banner.small .slide-box-message {
    /* margin: 83px auto 0; */
    /*top: 13%;*/
}
  section.news:before {
    left: 28px;
    top: 91px;
}
	section.banner.small .slider  img.small-slide {
    display: table;
    margin: -87px auto 0;
    text-align: center;
    left: 55px;
    height: auto;
    top: 129px;
}
main.content-wrapper.pageTemplate header.page-title h1 {
    font-size: 34px!important;
    line-height: 39px;
}

  .modal-content {
    background-color: var(--light-color);
    color: var(--dark-color);
    top: 30%;
}
.slide-box-message h2 {
    font-size: 40px;
}

.homepage .wrapper .text-part {
    padding: 0;
  
}
  a.moreless-button {
    display: table;
}

header.page-title h1 .sub-title {
    font-size: 50px;
}.homepage .wrapper header.page-title {
    /* margin: 0 auto 6px; */
    text-align: center;
    display: table;
}.homepage .wrapper header.page-title h1 .sub-title:after {

    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
}
.photo-home:before {
    left: auto;
    top: 0;
    right: 17px;
    margin: auto;
}a.moreless-button {
    display: table;
    margin: 20px auto 0;
}section.box2 .text-box h2, section.box1 .text-box h2 {
    font-size: 50px;
}.homepage header.page-title h1 {

    text-align: center;
}
  /********/

.toast-container{
left:5%;
width:90%!important}

.image-left,.image-right{
margin:0 auto 30px!important;
float:none!important;
display:table!important;
max-width:100%!important}

article.content1 .grid-gallery{
grid-template-columns:repeat(2,1fr)}

section.box2 .image-box, section.box1 .image-box {
    display: block;
    width: 100%;
    height: 400px;
}section.box2 .text-box h2:after, section.box1 .text-box h2:after {
    width: 80px;
    left: auto;
    right: 106px;
    bottom: 0;
}section.news h2 {
    margin: 0 auto 30px;
}section.news #AllNews .Item .news-desc {
    /*height: 431px !important;*/
}
.h1, h1 {
    font-size: 30px;


}


.h2, h2 {
    font-size: 25px;
    margin: 15px 0;
}
.h3, h3 {
    font-size: 23px;


}
.h4, h4 {
    font-size: 21px;


}
.h5, h5 {
    font-size: 20px;


}
.h6, h6 {
    font-size: 19px;


}section.banner.small .slider img {
    display: table;
    margin: 0px auto 0;
    text-align: center;
    left: 0;
}div#AllNews .Item {
   
    display: block;
 
}div#AllNews .Item .nophoto, div#AllNews .Item .photo {

    height: 250px;
}
}



@media only screen and (max-width : 767px) {
  section.boxes .icon-box:before, section.boxes .icon-box:after{
    display:none;
  }
  section.boxes .box .description-bx h2 {
    
    text-align: center;
  
}
  section.boxes .box .btn-box {

    margin: 20px auto 0;
  
}
  section.boxes .bloc-box {
    width: 100%;
    text-align: center;
}
  section.boxes .icon-box.icon1,  section.boxes .icon-box.icon2,  section.boxes .icon-box.icon3 {
    
    display: table;
    margin: 0 auto;
}
  .icon-flex.d-flex.justify-content-between {
    display: block!important;
}

  section.pictos:after{
    display:none;
  }
main.content-wrapper.pageTemplate header.page-title h1 span.sub-title {
    color: var(--dark-color);
    /* font-weight: 400; */
    font-size: 28px!important;
}
    section.pictos .picto {
    max-width: 100%;
}
  .homepage .wrapper h1 > span.sub-title:nth-of-type(2) {
  
    font-size: 37px;
  
}
  .homepage .wrapper h1 .sub-title {
   
    font-size: 35px;
    
}

  section.box-news.position-relative.z-1 {
    padding: 65px 0 100px;
}
  section.box-news .form-newsletter div#NewsletterSubmitHeader:after{
    display:none;
  }
section.box-news div#NewsletterSubmitHeader input#subscriber-submit {
    padding: 29px;
    border-radius: 15px;
    margin-top: -100px;
}
  section.box-news .form-newsletter div#NewsletterSubmitHeader {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
}
  section.boxes .box {
    max-width: 100%;
}
  header.page-title h1 .sub-title {
    font-size: 46px;
}
  .slide-box-message p a.contact2 {
  
    margin: 20px auto 0;
}
  
  .box2-img:after, .homepage header.page-title h1:after{
    display:none;
  }
  .box2-img {
 
    width: 100%;
    height: 334px;
   
}
  .box2-section h2 {
    
    font-size: 55px;
  
    margin: 0 0 50px 0;
}
section.box3 .text-box a {
    padding: 18px 40px;
    margin: 30px auto 0;
}


  .slide-box-message h3 {

    font-size: 23px;
}

 


  section.box3 .text-box h2 {
   
    font-size: 50px;
    
}
  header.page-title h1 {
    margin: 0 0 20px;
}

  .toast-header::before {

	right: 3px;

}.toast-container {
left: 3%;
	width: 100% !important;
}
.toast-news {
	width: 100%;

}
	section.banner.small .slider  img.small-slide {
    display: table;
    margin: -80px auto 0;
    text-align: center;
    left: 26px;
    height: auto;
    top: 87px;
}main.content-wrapper.pageTemplate header.page-title h1 {
    font-size: 28px!important;
    line-height: 32px;
}
.cta-top.position-realtive {
    display: none;
}
	.slide-box-message p a.contact.whatsp {
    display: none;
}

.slide-box-message h2 {
    font-size: 35px;
}.slide-box-message h2:after {

    display: none;
}
.photo-home {

    margin: 0 auto 30px;
}section.box2 .text-box h2:after, section.box1 .text-box h2:after {
    width: 80px;
    left: auto;
    right: 0;
    bottom: 0;
}
.homepage header.page-title h1 {
    letter-spacing: 0;
}
  footer span.phone {
    display: none;
}
  footer span.phone-responsive {
    display: inline-block;
}.photo-home:before {
  display: none;
}

  .boxes-news .content .contenu1 h2 strong {
   
    font-size: 39px;
  
}section.banner.small {
    height: 400px;
}

  section.box1 .image-box {
   
    width: 100%;
   
}
  section.box1 .text-box a {
  
    padding: 18px 40px;
  
  
   
}
  section.box1 .text-box h2 {
    font-size: 45px;
    
}
  section.box1 .text-box {


    max-width: 100%;
   
    padding: 0 20px;
}
  /***************************/
  section.box2 .image-box {
   
    width: 100%;
   
}
  section.box2 .text-box a {
  
    padding: 18px 40px;
  
  
   
}
  section.box2 .text-box h2 {
    font-size: 39px;
    
}
  section.box2 .text-box {


    max-width: 100%;
   
    padding: 0 20px;
}
  /****************************/
.slide-box-message {
    left: 50%;
    transform: translateX(-50%)!important;
    display: inline-block;
    width: 100%;
}

  .h1, h1 {
        font-size: 26px;
    }
	    .h2, h2 {
        font-size: 22px;
    }
	    .h3, h3 {
        font-size: 21px;
    }
	    .h4, h4 {
        font-size: 19px;
    }
	    .h5, h5 {
        font-size: 17px;
    }
	    .h6, h6 {
        font-size: 16px;
    }



article.content .img-row {
    height: 250px;
    position: relative;
    max-height: 250px;
    width: 100%;
}
  div#AllNews .news-object.Item .news-desc h3 {
    font-size: 22px;
}
article.content1 .grid-gallery{
grid-template-columns:repeat(2,1fr)}

.news-popup-text{
width:100%}

.row .equal {
    height: auto !important;
}
.contactForm{
grid-template-columns:repeat(1,1fr)}

.contactForm .contact-field-item.fullwidth,.gdpr.form-check{
grid-column:1 / 1}

.contactForm .contact-submit .btn-primary{
float:left}


.phone {
  display: none;
}
span.phone-responsive{
display:inline-block}
  .cta-fixed.sticky-appear {
    left: 0;
  }section.box1 {
    padding: 50px 0 0;
}
section.box1:after, section.box2:after {
    width: 250px;
    height: 200px;
}section.box1 .image-box, section.box2 .image-box {
    width: 100%;
    height: 300px;
    margin: 30px auto;
}section.box2 .btn-box {
    margin: 0 auto 0;
    gap: 19px;
    align-items: center;
    justify-content: center;
    display: block !important;
}section.box2 .text-box a {
    padding: 18px 24px;
    /* display: block; */
    width: auto;
}.h2, h2 {

    line-height: initial;
}.resto-step1-button {
    text-align: center !important;
    margin: 10px auto;
}section.news:before, section.news:after {
  
    display:none;
}
  section.news #AllNews .Item .news-desc {
    height: 460px !important;
}
  
  
  
  footer.footer {
    padding: 69px 0 53px;

}article.content1 .link-picture {

    height: 261px;

}div#AllNews .Item .button {

    padding: 19px 19px;

}
.col-12.col-md-3.news-article-photo-col {
    order: 1;
}
.col-12.col-md-9.news-article-body-col {
    order: 2;
}
	.news-article-row {
    grid-gap: 20px 0;
}.news-article-row .col-md-3 {
    margin: 0;
    order: 2;
    padding: 0;
}			
				
	.news-article-photo-col img {
    display: table;
    margin: 20px auto 0px;
}h1.news-article-title {
    margin: 0  0 24px;
    text-align: center;
    font-size: 27px;
}			
				
				
				
	div#ContainerBlockSocial {
    text-align: center;
}
div#AllNews .news-object.Item .news-desc h3 {
    font-size: 20px;
    height: auto !important;
}section.news #AllNews .Item .news-desc {
    height: auto !important;
    text-align: center;
}section.news div#AllNews .Item .button {
    /* padding: 19px 38px; */
    letter-spacing: 0;
    left: 0;
    right: 0;
    /* transform: translate(-50%); */
    margin: auto!important;
}
}



@media only screen and (max-width : 480px) {
  section.photos-home h3, section.boxes h3 {
   
    font-size: 50px;
   
}
  .logo {
    max-width: 250px;
}

  section.boxes h2 {
 
    
    font-size: 45px;
  
}
section.photos-home h2 {
    font-size: 45px;
    margin: 0 auto 30px;
}

  section.photos-home a.link-picture {
  
    height: 400px;
    
}
.homepage header.page-title h1 {
    font-size: 18px;
}
  .homepage .wrapper h1 > span.sub-title:nth-of-type(2) {
    font-size: 28px;
}
  .homepage .wrapper h1 .sub-title {
    font-size: 24px;
}
  .slide-box-message {

    padding: 0 15px;
}
section.banner {
    height: 350px;
}
.slide-box-message p a.contact {
    padding: 22px 20px;
}

  section.box-news h2 {
  
    font-size: 50px;
    
}
  .homepage header.page-title h1 {

    padding: 0;
}
  .slide-box-message h3 {
    font-size: 19px;
    padding-left: 0;
    letter-spacing: 0;
}
  .column:after{
    display:none;
  }
   .containerOpening {
   
    margin: 0 auto;
    display: table;
}
  .column2 {
    margin: 0;
}

    section.banner.small:before {
    
    bottom: 0px;
  
  
 
}



  section.box2 .image-box, section.box1 .image-box {
   
    padding: 0 15px;
}
  section.box3.Blijf.op.de.hoogte h3 {
   
    letter-spacing: 0;
}
  .content-box3 {
    padding: 20px 20px;
}



  video {
    
    border-radius: 0;
}
  .tel-top.position-relative {
  
    padding: 15px 10px;
    
}
	div#AllNews .Item .nophoto, div#AllNews .Item .photo {
   
    height: 200px;
}.page-news div#AllNews .Item .news-desc {

    padding: 30px 15px;

}section.news #AllNews .Item .news-desc {
    height: auto !important;
}
	section.banner.small .slider  img.small-slide {
    display: table;
    margin: 17px auto 0;
    text-align: center;
    left: 22px;
    height: auto;
    top: 41px;
}
	table td:last-child {
    width: 100%;
}.fr-view table td, .fr-view table th {
    float: left;
    width: 100%;
}table tr {
    border-bottom: 1px solid #ff4918;
}.fr-view table th {
  
    font-size: 19px!important;
}
	section.banner.small .slider img {
    display: table;
    margin: 0px auto 0;
    text-align: center;
    left: 0;
}
section.banner .logo {
   
    top: 20px;
}.slide-box-message h2 {
    font-size: 31px;
    margin: 0 auto;
}.slide-box-message h3:after {

    display: none;
}header.page-title h1 .sub-title {
    font-size: 38px;
}.homepage header.page-title h1 {
    letter-spacing: 0;
   
    line-height: 1.2em;
}
  .contact-form .g-recaptcha{
transform:scale(.8);
width:250px;
transform-origin:left}
article.content1 .grid-gallery{
grid-template-columns:repeat(1,1fr)}
.g-recaptcha{
width:280px;
transform:scale(.9);
transform-origin:left
  }  .h1, h1 {
        font-size: 24px;
    }
.h2, h2 {
    font-size: 19px;
}
	    .h3, h3 {
        font-size: 17px;
    }
	    .h4, h4 {
        font-size: 16px;
    }
	    .h5, h5 {
        font-size: 15px;
    }
	    .h6, h6 {
        font-size: 14px;
    }section.box2 .image-box, section.box1 .image-box {
    display: block;
    width: 100%;
    height: 250px;
}section.box2 .text-box h2:after, section.box1 .text-box h2:after {

    display: none;
}div#AllNews .news-object.Item .news-desc h3 {
    font-size: 20px;
}
section.box1 .text-box, section.box2 .text-box {
    /* padding: 30px 15px; */
}section.box1 .text-box a {
    padding: 14px 20px;
}div#openingTimesBlock {
    display: table;
    margin: 0 auto;
    text-align: left;
}main.content-wrapper.pageTemplate header.page-title h1 {

    font-size: 26px;
 
    line-height: 29px;

}

    .contactForm .contact-submit {
        float: none;
        display: table;
        margin: 25px auto;
    }


  .image-left, .image-right {
    margin: 0 auto 30px!important;
    float: none!important;
    display: table!important;
    max-width: 100%!important;
    object-fit: cover;
    height: auto;
}
.contact-form .g-recaptcha{
transform:scale(.8);
width:250px;
transform-origin:left}
article.content1 .grid-gallery{
grid-template-columns:repeat(1,1fr)}
.g-recaptcha{
width:300px;
/*transform:scale(.8);*/
transform-origin:left;
  margin-bottom:20px}
.contactForm .contact-field-item{
width:100%;
padding:0!important}


.cta-fixed.sticky-appear {
    flex-direction: column;
}
  footer.footer:after {
   
    width: 341px;
    height: 200px;
   
}
section.box2 {
    padding: 0px 0 20px;
}
section.box1 {
    padding: 32px 0 10px;
}
div#openingTimesBlock:after {

    display: none;
}section.news {
    padding: 53px 0 114px;
}.toast-header {
	font-size: 1rem;

}.toast-container {
	left: 0 !important;
	width: 100% !important;
	/* right: 0 !important; */
	/* margin: auto; */
	padding: 0px !important;
}.toast-header::before {

	z-index: -1;
	right: 3px;
	top: calc(50% - 13px);
	bottom: auto;
	width: 26px;

	height: 26px;
}section.news div#AllNews .Item .button {
    /*padding: 19px 16px;*/
   
}
}

@media only screen and (max-width : 330px) {
  
  .toast-header::before {

	right: 1px;

}
}


h1.news-article-title {
    display: none !important;
}

main.content-wrapper.pageTemplate article.content1.content {
    padding: 20px!important;
    border-radius: 10px;
    box-shadow: 0 0 15px hsl(0deg 0% 0% / 25%);
}
.fak, .fa-kit {
    font-size: xxx-large;
}
