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

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:750px;
scroll-behavior: smooth;
}

.main_width{
width: 95%;
min-width: 750px;
margin:auto;
}


body{
font-family: 'Nunito', sans-serif;
font-weight:400;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color:#862961;
line-height:30px;
font-size:21px;
margin-bottom:20px;
}

h1{
color:white;
font-size: 30px;
font-weight: 400;
font-family: 'Fredoka', sans-serif;
}

h2{
color: #862961;
font-size: 65px;
font-weight: 600;
line-height: 70px;
font-family: 'Fredoka', sans-serif;
margin-bottom: 25px;
}

h3{
color: #862961;
font-size: 18px;
font-weight: 400;
line-height: 33px;
font-family: 'Fredoka', sans-serif;
}



a.button{
display: inline-block;
border-radius: 30px;
background-color: #c76aa3;
color: white;
padding: 11px 40px;
font-weight: 600;
font-size: 20px;
text-decoration: none;
transition: all 0.3s; 
}

a.button:hover{
transform: scale(1.05);
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
}

p b{
font-weight: 700;
}


/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:40px;
text-align:center;
background-color:#5da336;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 9;
}

#heading p{
color: white;
line-height: 40px;
font-size: 18px;
}

#heading+#banner{
top: 40px;
}


/* *********************** BANNER / MENU *********************** */
#banner{
position: fixed;
width: 100%;
background-color: white;
margin: 0;
padding-top: 25px;
top: 0;
z-index: 10;
-webkit-box-shadow: 0px 0px 14px -3px #353535;
box-shadow: 0px 0px 14px -3px #353535;
transition: all 0.4s;
}

#banner div.logo{
text-align: center;
position: absolute;
width: 550px;
height: 205px;
left: 50%;
transform: translateX(-50%);
background-image: url(images/logo-background.png);
background-repeat: no-repeat;
background-size: 550px;
transition: all 0.4s;
z-index: 1;
}

#banner div.logo>a{
width: fit-content;
height: fit-content;
display: inline-block;
}

#banner .logo img{
width: 270px;
transition: all 0.4s;
}

#banner>.main_width{
height: 95px;
position: relative;
text-align: center;
width: 100%;
transition: all 0.4s;
}

#banner .langues{
position: absolute;
right: 0;
top: 27px;
transition: top 0.4s;
}

#banner .langues a{
text-decoration: none;
color: #a4d05c;
padding: 0 3px;
}

/* *********************** MENU *********************** */
div#cssmenu{
width: calc( 100% - 300px );
margin: 0 150px;
}

#cssmenu .menu-links{
cursor: pointer;
}

#cssmenu .menu-links.open{
position: absolute;
left: 60px;
top: 22px;
color: #862961;
font-size: 25px;
font-weight: 500;
cursor: pointer;
}

#cssmenu .menu-links.close{
position: absolute;
top: 50px;
left: 20px;
}

#cssmenu .burger{
position: fixed;
top: 0;
left: -400px;
width: 350px;
height: 100vh;
background-color: white;
margin: 0;
-webkit-box-shadow: 0px 2px 8px 0px #7e7e7e;
box-shadow: 0px 2px 8px 0px #7e7e7e;
transition: all 0.6s;
overflow-y: scroll;
padding-top: 100px;
box-sizing: border-box;
z-index: 10;
}

#cssmenu .burger.open{
left: 0;
}

#cssmenu .burger .list_part1{
width: 100%;
}

#cssmenu .burger .list_part2{
width: 100%;
}

#cssmenu .burger ul{
width: 100%;
display: flex;
justify-content: space-between;
list-style: none;
flex-direction: column;
text-align: left;
}

#cssmenu .burger ul li{
transition: all 0.4s;
}

#cssmenu .burger ul li:hover{
background-color: #862961;
}

div#cssmenu ul li a{
text-decoration: none;
font-family: 'Fredoka', sans-serif;
color: #862961;
font-size: 20px;
line-height: 50px;
padding: 10px 20px;
width: 100%;
display: block;
box-sizing: border-box;
transition: all 0.4s;
z-index: 5;
position: relative;
}

div#cssmenu ul li a:hover{
font-weight: 600;
color: white;
}

@media screen and (max-width: 1500px) {
  div#cssmenu {
		width: calc( 100% - 250px );
		margin: 0 125px;
	}
	
	#banner .langues{
		right: 60px;
	}
}


/* *********************** BANNER & MENU AU SCROLL *********************** */

html:not([data-scroll='0']) #banner{
padding-top: 10px;
}

html:not([data-scroll='0']) #banner>.main_width{
height: 65px;
}

html:not([data-scroll='0']) #banner .logo img{
width: 190px;
}

html:not([data-scroll='0']) #banner div.logo{
width: 380px;
height: 195px;
background-size: 380px;
}

html:not([data-scroll='0']) #banner .langues{
top: 17px;
}

html:not([data-scroll='0']) #cssmenu .menu-links.open{
top: 13px;
}

/* *********************** PAGES *********************** */

/* ***** HOME ***** */
#home .intro{
width: 100%;
height: 800px;
position: relative;
z-index: 2;
padding-top: 100px;
}

#home .intro:before{
content: "";
position: absolute;
bottom: -75px;
left: 50%;
transform: translateX(-50%);
width: 150px;
height: 160px;
background-image: url(images/logo-bio.svg);
background-size: 150px;
background-repeat: no-repeat;
}

#home .intro.intro-nl:before{
background-image: url(images/logo-bio-nl.svg);
}

#home .intro svg{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 400px;
max-width: 85%;
}

#home .intro-background{
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(images/intro-background.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
}

#home .c1{
background-color: #862961;
padding-top: 400px;
position: relative;
bottom: 300px;
z-index: 1;
padding-bottom: 130px;
margin-bottom: -300px;
}

#home .c1:before{
content: "";
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 50px;
background-image: url(images/c1-icon.svg);
background-size: 70px;
background-repeat: no-repeat;
background-position: center;
z-index: 1;
}

#home .c1:after{
content: "";
position: absolute;
left: 0;
bottom: -30px;
width: 100%;
height: 60px;
background-image: url(images/c1-border-item.svg);
background-size: 60px;
background-repeat: repeat-x;

}

#home .c1 .main_width{
text-align: center;
width: 85%;
}

#home .c1 p{
color: white;
text-align: center;
line-height: 40px;
}

#home .c1 p span{
color: #8bc63e;
font-weight: 600;
}

#home .c1 p+img{
width: 200px;
display: block;
margin: 50px auto;
}

#home .c1 a+div{
position: relative;
padding: 45% 0 0 0;
margin-top: 70px;
position: relative;
}

#home #ferme{
padding-top: 100px;
transform: translateY(-100px);
margin-bottom: -100px;
}

#home .c2{
padding-top: 100px;
}

#home .c2 .images{
display: inline-block;
width: 45%;
position: relative;
height: 700px;
vertical-align: top;
padding-left: 50px;
box-sizing: border-box;
}

#home .c2 .images:before{
content: "";
position: absolute;
left: 17%;
top: 70px;
width: 65px;
height: 65px;
background-image: url(images/c2-deco-1.svg);
background-repeat: no-repeat;
background-size: 65px;
background-position: center;
}

#home .c2 .images:after{
content: "";
position: absolute;
right: 0;
bottom: 100px;
width: 100px;
height: 100px;
background-image: url(images/c2-deco-3.svg);
background-repeat: no-repeat;
background-size: 100px;
background-position: center;
}

#home .c2 .image-1{
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 53%;
}

#home .c2 .image-1 img{
width: 100%;
max-width: 500px;
}

#home .c2 .image-2{
position: absolute;
top: 275px;
left: 50px;
width: 330px;
max-width: 60%;
}

#home .c2 .image-2 img{
width: 100%;
}

#home .c2 .image-3{
position: absolute;
bottom: 0;
right: 40%;
width: 130px;
transition: all 0.4s;
}

#home .c2 .image-3 img{
width: 100%;
}

#home .c2 .content{
width: 50%;
display: inline-block;
vertical-align: top;
margin-left: 4%;
position: relative;
padding-bottom: 300px;
}

#home .c2 p{
max-width: 650px;
}

div#home p.intro_text{
color: #8bc63e;
text-transform: uppercase;
max-width: 450px;
margin-bottom: 25px;
}

#home .c2 p+a{
color: #862961;
font-weight: 700;
font-size: 25px;
margin-top: 25px;
display: inline-block;
text-decoration: none;
padding-left: 55px;
position: relative;
}

#home .c2 p+a:after{
content: "";
position: absolute;
left: 0;
top: -5px;
width: 40px;
height: 40px;
background-image: url(images/common/icon_facebook.svg);
background-size: 40px;
background-repeat: no-repeat;
background-position: center;
}

#home .c2 .image-4{
position: absolute;
right: 20%;
bottom: 0;
width: 315px;
height: 285px;
}

#home .c2 .image-4 img{
width: 100%;
}

#home #glaces{
padding-top: 100px;
transform: translateY(-100px);
margin-bottom: -100px;
}

#home .c3 {
background-image: url(images/c3-background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 50px;
}

#home .c3 .content{
padding-top: 75px;
}

#home .c3 .intro_text{
/*color: #862961;*/
}

#home .c3 p {
max-width: 750px;
}

#home .c3 a.button{
margin-top: 30px;
margin-bottom: 20px;
}

#home .c3 .images{
position: relative;
width: 75%;
max-width: 600px;
margin: 0 auto;
padding-left: 0;
padding-bottom: 170px;
box-sizing: border-box;
}

#home .c3 .images:after{
content: "";
position: absolute;
right: 40px;
top: 70px;
width: 30px;
height: 160px;
background-image: url(images/c3-deco-1.svg);
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
}

#home .c3 .image-1{
width: 55%;
padding-top: 30px;
}

#home .c3 .image-1 img{
width: 100%;
}

#home .c3 .image-2{
position: absolute;
bottom: 50px;
right: 70px;
width: 220px;
max-width: 35%;
}

#home .c3 .image-2 img{
width: 100%;
}

#home #sur-place{
padding-top: 100px;
transform: translateY(-100px);
margin-bottom: -100px;
}

#home .c4{
margin-top: 100px;
}

#home .c4 .images{
display: inline-block;
width: 45%;
position: relative;
height: 900px;
vertical-align: top;
padding-left: 50px;
box-sizing: border-box;
}

#home .c4 .images:before{
content: "";
position: absolute;
left: 10%;
top: -35px;
width: 100px;
height: 100px;
background-image: url(images/c4-deco-1.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: center;
transition: all 0.4s;
}

#home .c4 .image-1{
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 57%;
}

#home .c4 .image-1 img{
width: 100%;
max-width: 520px;
}

#home .c4 .image-2{
position: absolute;
top: 230px;
left: 30px;
width: 50%;
min-width: 200px;
}

#home .c4 .image-2 img{
width: 100%;
max-width: 475px;
}

#home .c4 .image-3{
position: absolute;
bottom: 190px;
right: 2%;
width: 250px;
}

#home .c4 .image-3 img{
width: 100%;
}

#home .c4 .content{
width: 50%;
display: inline-block;
vertical-align: top;
margin-left: 4%;
position: relative;
padding-bottom: 300px;
}

#home .c4 p.intro_text{
max-width: 600px;
}

#home .c4 p{
max-width: 650px;
}

#home .c4 .image-4{
position: absolute;
left: 0;
bottom: -70px;
width: 215px;
height: 325px;
}

#home .c4 .image-4 img{
width: 100%;
border-radius: 200px;
}

#home #chez-vous{
padding-top: 100px;
transform: translateY(-100px);
}

#home .c5{
background-color: #862961;
}

#home .c5 p, #home .c5 h2, #home .c5 li, #home .c5 p.intro_text{
color: white
}

#home .c5 h2{
position: relative;
z-index: 2;
}

#home .c5 h2:after{
content: "";
position: absolute;
top: 0px;
right: 0;
width: 100px;
height: 70px;
background-image: url(images/c1-icon.svg);
background-size: 100px;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
opacity: 0.3;
}


#home .c5 .c5_c1{
width: 100%;
padding: 50px;
box-sizing: border-box;
height: fit-content;
display: inline-block;
vertical-align: middle;
}

#home .c5 .c5_c1 ul{
list-style: inside;
padding: 20px 0 40px;
}

#home .c5 .c5_c1 li{
font-size: 18px;
line-height: 30px;
}

#home .c5 .c5_c2{
width: 100%;
display: inline-block;
vertical-align: middle;
}

#home .c5 .owl-carousel{
display: block;
width: 100%;
height: 100%;
z-index: 1;
position: relative;
}

#home .c5 .owl-carousel .owl-item{
height: 530px;
}

#home .c5 .owl-carousel .item{
width: 100%;
height: 530px;
}

#home .c5 .owl-carousel .item img{
width: 100%;
height: 530px;
object-fit: cover;
display: block;
}

#home .c5 .owl-nav{
display: none;
}

#home .c5 .owl-dots{
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}

#home .c5 .owl-dot{
display: inline-block;
width: 20px;
height: 20px;
background-color: white;
border-radius: 10px;
margin: 0 7px;
}

#home .c5 .owl-dot.active{
background-color: #c0c1bf;
}

#home .c6{
margin: 100px 0;
text-align: center;
position: relative;
display: none;
}

#home .c6:after{
content: "";
position: absolute;
left: 80px;
top: 70px;
width: 65px;
height: 65px;
background-image: url(images/c2-deco-1.svg);
background-repeat: no-repeat;
background-size: 65px;
background-position: center;
}

#home .c6:before{
content: "";
position: absolute;
left: 50px;
bottom: 20px;
width: 100px;
height: 100px;
background-image: url(images/c2-deco-3.svg);
background-repeat: no-repeat;
background-size: 100px;
background-position: center;
}

#home .c6 .background{
width: 300px;
margin: 0 auto 50px;
}

#home .c6 .background img{
width: 100%;
}

#home .c6 h3{
text-transform: uppercase;
max-width: 50%;
width: 800px;
margin-bottom: 25px;
line-height: 35px;
margin: 0 auto;
font-size: 25px;
margin-bottom: 30px;
}

#home .c6 h3:after{
content: "";
position: absolute;
right: -120px;
bottom: 125px;
width: 100px;
height: 100px;
background-image: url(images/c2-deco-2.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: center;
transition: all 0.4s;
}

/* ***** GATEAUX ***** */

#gateaux .intro{
background: #862961;
text-align: center;
height: 430px;
position: relative;
margin-bottom: 100px;
}

#gateaux .intro h1{
position: absolute;
left: 50%;
top: 300px;
transform: translate(-50%, -50%);
color: white;
font-size: 65px;
font-weight: 600;
line-height: 70px;
font-family: 'Fredoka', sans-serif;
width: 100%;
}

#gateaux .intro:before {
content: "";
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 55px;
height: 40px;
background-image: url(images/c1-icon.svg);
background-size: 55px;
background-repeat: no-repeat;
background-position: center;
z-index: 5;
}

#gateaux .intro:after {
content: "";
position: absolute;
left: 0;
bottom: -30px;
width: 100%;
height: 60px;
background-image: url(images/c1-border-item.svg);
background-size: 60px;
background-repeat: repeat-x;
z-index: 1;
}

#gateaux .c1{
text-align: center;
}

#gateaux .c1 .content{
width: 50%;
display: inline-block;
margin-right: 5%;
position: relative;
vertical-align: middle;
text-align: left;
position: relative;
}

#gateaux .c1 .intro_text {
color: #8bc63e;
text-transform: uppercase;
max-width: 450px;
margin-bottom: 25px;
}

#gateaux .c1 p {
max-width: 650px;
}

#gateaux .c1 .image-3 {
position: absolute;
right: -135px;
top: -40px;
transition: all 0.4s;
}

#gateaux .c1 .image-3 img{
width: 125px;
height: auto;
}

#gateaux .c1 .image{
display: inline-block;
vertical-align: middle;
width: 44%;
position: relative;
}

#gateaux .c1 .image img{
width: 100%;
height: auto;
}

#gateaux .c1 .image:after {
content: "";
position: absolute;
right: 0px;
bottom: -95px;
width: 175px;
height: 55px;
background-image: url(images/c4-deco-2.svg);
background-size: 175px;
background-position: center;
}

#gateaux .c2{
margin: 100px 0;
}

#gateaux .c2 .content{
display: block;
width: 100%;
max-width: 600px;
margin: 50px auto 0;
position: relative;
text-align: left;
}

#gateaux .c2 h2{
max-width: 750px;
}

#gateaux .c2 p{
max-width: 750px;
}

#gateaux .c2 ul{
list-style: inside;
padding: 0 0 40px;
}

#gateaux .c2 li{
font-size: 18px;
line-height: 30px;
color: #862961;
}

#gateaux .c2 .image{
display: block;
width: 100%;
position: relative;
max-width: 650px;
margin: auto;
}

#gateaux .c2 .image>img:first-of-type{
width: 400px;
height: auto;
}

#gateaux .c2 .image>img:nth-of-type(2){
width: 400px;
height: auto;
margin-left: calc( 100% - 400px );
}

#gateaux .c2 .image>img:nth-of-type(3){
width: 400px;
height: auto;
}

#gateaux .c2 .image:after {
content: "";
position: absolute;
right: 30px;
top: 30px;
width: 30px;
height: 160px;
background-image: url(images/c3-deco-1.svg);
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
}

#gateaux .c2 .image-5 {
position: absolute;
left: 20px;
top: 440px;
transition: all 0.4s;
}

#gateaux .c2 .image-5 img{
width: 125px;
height: auto;
}

/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
margin-top: 200px;
}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
text-align:center;
background-position:bottom center;
color: #862961;
font-size: 50px;
font-weight: 600;
line-height: 70px;
font-family: 'Fredoka', sans-serif;
margin-bottom: 80px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h4{
color: #862961;
font-size: 16px;
font-weight: 400;
line-height: 20px;
font-family: 'Fredoka', sans-serif;
}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
color: #862961;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
margin-top: 200px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
color: #862961;
font-size: 65px;
font-weight: 600;
line-height: 70px;
font-family: 'Fredoka', sans-serif;
margin-bottom: 25px;
}


/* *********************** FOOTER *********************** */


#footer{
width:100%;
background-color: #862961;
padding: 75px 0 0;
text-align:center;
}

#footer .c1 img{
margin-bottom: 20px;
}

#footer p{
color: white;
font-size: 17px;
margin: 0;
}

#footer .c1{
display: inline-block;
width: 45%;
vertical-align: middle;
margin-right: 9%;
}

#footer .c1 p{
margin-bottom: 10px;
padding: 5px 0;
}

#footer .c1 a{
font-weight: 700;
}

#footer .c2{
display: inline-block;
width: 45%;
vertical-align: middle;
}

#footer .c2 .title{
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}

#footer .c2 p{
width: fit-content;
margin: 0 auto 3px;
}

#footer .c2 p.today{
color: #8bc63e;
font-weight: 700;
position: relative;
}

#footer .c2 p.today:before{
content: "Ce ";
}

#footer .c2 p.today.nl:before{
content: "Komende ";
}

#footer p.copyright{
color:white;
font-size:14px;
text-align: left;
margin: 65px auto 0;
padding: 25px 10px 0;
border-top: 1px solid #ffffff15;
padding-bottom: 30px;
}

#footer p.copyright a{
color:white;
text-decoration:underline;
}

#footer p.copyright a:last-of-type{
float: right;
}

#footer .copyright a img{
display: inline-block;
width: 94px;
margin-left: 10px;
height: auto;
}

/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
	overflow-y: clip;
	height: auto;
}