@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;400;600;700&display=swap');

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

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

.main_width{
width:1000px;
margin:auto;
}


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


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

p{
color:#1c1c1e;
line-height:29px;
font-size:20px;
margin-bottom:10px;
}

h1{
color:white;
text-transform: uppercase;
font-size: 45px;
font-weight: 600;
line-height: 55px;
}

h2{
color:#eda7bd;
font-size: 35px;
text-transform: uppercase;
font-weight: 600;
line-height: 40px;
}

h3{
color: #eda7bd;
font-size: 18px;
font-weight: 400;
line-height: 25px;
}

a.button{
display: inline-block;
border-radius: 30px;
background-color: #ae8e2e;
border: 1px solid #ae8e2e;
color: white;
padding: 7px 50px;
transition: all 0.5s ease-in-out;
font-size: 19px;
text-decoration:none;
transition: all 0.3s !important;
}

a.button:hover{
color: #ae8e2e;
background-color: white;
}

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



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:30px;
text-align:center;
background-color:#eda7bd;
}

#heading p{
color: white;
}



/* *********************** BANNER / MENU *********************** */
#banner{
background-color: #1c1c1e;
text-align: center;
padding: 20px 0 0;
}

#banner .logo{
width: 220px;
margin-bottom:10px;
}

#banner.home-banner .logo{
opacity: 0;
transform: scale(0.4);
}

/* *********************** MENU *********************** */
#cssmenu .menu-links.open{
font-size: 20px;
color: white;
cursor: pointer;
line-height: 50px;
text-transform: uppercase;
margin-left: 50px;
}

#cssmenu .menu-links.close{
font-size: 18px;
color: white;
padding-left: 17px;
cursor: pointer;
}

#cssmenu .menu-links.open img{
margin-right: 5px;
transform: translateY(3px);
}

div#cssmenu{
height: auto;
text-align: left;
}

#cssmenu a{
color: white;
font-size: 16px;
}

#cssmenu .burger{
position: fixed;
top: 0;
left: -400px;
width: 350px;
max-width: 100%;
height: 100vh;
background-color: #eda7bd;
padding-top: 25px;
margin: 0;
-webkit-box-shadow: 0px 2px 15px 0px #363636;
box-shadow: 0px 2px 15px 0px #363636;
transition: all 0.6s;
overflow-y: auto;
z-index: 5;
}

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

#cssmenu .burger li:hover > ul{
display: none;
}

#cssmenu .burger li:hover > ul li{
margin-bottom: 3px;
}

#cssmenu .burger li:hover > ul li:last-of-type{
margin-bottom: 0;
}

#cssmenu .burger li:hover > ul a{
padding: 0 20px;
}

#cssmenu .burger a.more{
background-image: url(images/icon-more.svg);
background-size: 15px;
background-repeat: no-repeat;
background-position: center right 20px;
font-weight: 700;
}

#cssmenu .burger > ul {
text-align: left;
padding: 50px 0 25px;
}

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

#cssmenu .burger > ul > li > a {
font-weight: 500;
line-height: 64px;
display: block;
position: relative;
color: white;
padding: 0 20px;
font-size: 21px;
text-decoration: none;
transition: all 0.4s;
background-repeat: no-repeat;
background-size: 15px;
background-position: right 40px center;
}

#cssmenu .burger > ul > li > a.selected{
color: #1c1c1e;
font-weight: 600;
}

#cssmenu .burger > ul > li:hover{
background-color: #1c1c1e;
}

#cssmenu .burger > ul > li:hover a{
color: white;
background-image: url(images/arrow-right-white.svg);
background-position: right 20px center;
}

#cssmenu .social_media img{
width: 20px;
margin-left: 25px;
}


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

/* ***** HOME ***** */
#home h1{
font-size: 0;
position: absolute;
display: block;
width: 0;
height: 0;
overflow: hidden;
}

#home .c1 .item{
position: relative;
height: 700px;
}

#home .c1 .item>img{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}

#home .c1 .item>div{
text-align: center;
padding-top: 170px;
}

#home .c1 .title{
font-size: 60px;
max-width: 820px;
margin: 0 auto;
line-height: 65px;
font-weight: 600;
text-shadow: 0px 0px 6px #dedede;
margin-bottom: 75px;
color: white;
text-transform: uppercase;
}

#home .c1 .button{
font-size: 20px;
}

#home .owl-nav{
background-color: white;
}

#home .c1 .owl-prev span{
position: absolute;
top: 50%;
left: 25px;
transform: translateY(-50%);
color: white;
font-size: 175px;
font-weight: 100;
opacity: 0.8;
}

#home .c1 .owl-next span{
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
color: white;
font-size: 175px;
font-weight: 100;
opacity: 0.8;
}

#home .c1 .owl-item.active .slider-content {
transform: translateY(50px);
opacity: 0;
animation-delay: 1s;
animation-fill-mode: forwards;
animation-name: sliderAnimated;
animation-duration: 0.5s;
}

@keyframes sliderAnimated {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#home .c2{
background-color: white;
text-align: center;
padding: 120px 0 120px;
}

#home .c2 .main_width{
position: relative;
}

#home .c2 h2{
margin: 0 auto 30px;
max-width: 550px;
position: relative;
}

#home .c2 h2:after{
content: "";
position: absolute;
top: -91px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 75px;
background-image: url(images/home-c2-before.svg);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#home .c2 p{
margin: 0;
}

#home .c2 p span{
text-transform: uppercase;
}

#home .c2 .button{
margin-top: 50px;
}

#home .c2 .main_width:after{
content: "";
position: absolute;
bottom: -100px;
right: 40px;
width: 160px;
height: 250px;
background-image: url(images/massepain-deco-c2.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#home .c2 .main_width:before{
content: "";
position: absolute;
top: -150px;
left: 5px;
width: 230px;
height: 300px;
background-image: url(images/map-welkenraedt.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#home .c3{
background-color: #1c1c1e;
}

#home .c3 .content{
display: inline-block;
width: 45%;
margin-right: 5%;
vertical-align: middle;
padding: 50px 0;
}

#home .c3 .content h2{
margin-bottom: 30px;
}

#home .c3 .content .button{
margin-top: 30px;
}

#home .c3 .content p{
color: white;
}

#home .c3 .images{
display: inline-block;
width: 49%;
vertical-align: middle;
}
#home .c3 .owl-dots{
position: absolute;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}

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

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

#home .c3 .images .item{
width: 100%;
height: 550px;
}

#home .c3 .images img{
width: 100%;
height: 100%;
object-fit: cover;
}

#home .c4{
text-align: center;
padding: 100px 0;
background-color: white;
}

#home .c4 h2{
margin: 0 auto 70px;
max-width: 465px;
position: relative;
}

#home .c4 h2:before{
content: "";
position: absolute;
top: -78px;
left: -250px;
width: 150px;
height: 220px;
background-image: url(images/c4-deco.svg);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#home .c4 .products{
position: relative;
}

#home .c4 .item{
height: 200px;
}

#home .c4 .item img{
height: 100%;
width: auto;
margin: 0 auto;
}

#home .c4 .owl-prev span{
position: absolute;
top: 10%;
left: 25px;
font-size: 175px;
font-weight: 100;
opacity: 0.4;
line-height: 100px;
}

#home .c4 .owl-next span{
position: absolute;
top: 10%;
right: 25px;
font-size: 175px;
font-weight: 100;
opacity: 0.4;
line-height: 100px;
}

#home .c5{
width: 100%;
height: 400px;
}

#home .c5 img{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
object-fit: cover;
z-index: -1;
}

#home .c6{
background-color: white;
text-align: center;
padding: 100px 0;
}

#home .c6 .main_width{
position: relative;
}

#home .c6 h2{
max-width: 600px;
margin: 0 auto 80px;
}

#home .c6 .infos{
display: flex;
justify-content: space-around;
}

#home .c6 .infos>div{
background-color: #eda7bd;
padding: 60px;
border-radius: 150px;
width: 200px;
height: 200px;
box-sizing: border-box;
position: relative;
}

#home .c6 .infos>div span{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 27px;
line-height: 31px;
width: 85%;
display: block;
font-weight: 600;
text-transform: uppercase;
}

#home .c6 .infos>div:before{
content:"";
position: absolute;
left: 50%;
top: 10px;
transform: translateX(-50%);
width: 35px;
height: 35px;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}

#home .c6 .infos>div:nth-of-type(1):before{
background-image: url(images/icon-nature.svg);
}

#home .c6 .infos>div:nth-of-type(2):before{
background-image: url(images/icon-amande.svg);
}

#home .c6 .infos>div:nth-of-type(3):before{
background-image: url(images/icon-rainforest.svg);
}

#home .c6 .infos>div:nth-of-type(4):before{
background-image: url(images/icon-gluten.svg);
}

#home .c6 .button{
margin-top: 80px;
}

#home .c6 .main_width:before{
content: "";
position: absolute;
bottom: -70px;
left: 0;
width: 200px;
height: 200px;
background-image: url(images/c6-deco-2.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#home .c6 .main_width:after{
content: "";
position: absolute;
top: -15px;
right: 0;
width: 200px;
height: 121px;
background-image: url(images/c6-deco-1.svg);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

/* ***** PRODUITS ***** */

#produits{
text-align: center;
}

#produits .intro{
padding: 100px 0;
}

#produits h1{
color: #373737;
position: relative;
max-width: 1200px;
margin: 0 auto;
}

#produits .intro h1:before{
content: "";
position: absolute;
display: block;
width: 250px;
height: 150px;
background-image: url(images/produits-deco-1.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
top: -50px;
right: 50px;
}

#produits h1+p{
max-width: 600px;
margin: 30px auto 50px;
}

#produits .intro .image{
margin-top: 70px;
width: 100%;
position: relative;
}

#produits .intro .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#produits .intro .image .links{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

#produits .intro .image .links a{
background-color: #eda7bd;
width: 140px;
padding: 20px;
border-radius: 100px;
color: white;
text-decoration: none;
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
box-sizing: border-box;
height: 140px;
margin: 12px 15px;
position: relative;
transition: all 0.4s;
}

#produits .intro .image .links a:hover{
transform: scale(1.1);
}

#produits .intro .image .links a span{
position: absolute;
top: 50%;
height: 50%;
transform: translate(-50%, -50%);
height: fit-content;
width: calc(100% - 40px);
}

#produits #produits-liste>div{
margin-bottom: 100px;
}

#produits #produits-liste>div h2{
margin-bottom: 50px;
}

#produits #produits-liste>div .images{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#produits #produits-liste>div .images>a{
width: 18%;
margin: 0 1% 50px;
height: 300px;
position: relative;
overflow: hidden;
}

#produits #produits-liste>div .images>a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.6s;
}

#produits #produits-liste>div .images>a:hover img{
transform: scale(1.1);
}

#produits #produits-liste>div .images>a .produit-title{
position: absolute;
bottom: -150%;
left: 0;
width: 100%;
height: 100%;
background-color: #eda7bd;
margin: 0;
display: block;
transition: all 0.6s;
}

#produits #produits-liste>div .images>a:hover .produit-title{
bottom: 0;
}

#produits #produits-liste>div .images>a p:first-of-type{
color: white;
font-weight: 700;
font-size: 20px;
width: 100%;
box-sizing: border-box;
padding: 60px 20px 0;
min-height: 180px;
}

#produits #produits-liste>div .images>a p:last-of-type{
color: white;
font-size: 16px;
padding-right: 30px;
background-image: url(images/arrow-right-white.svg);
background-position: right center;
background-repeat: no-repeat;
background-size: 20px;
margin: 50px auto 0;
width: fit-content;
}


/* ***** EMBALLAGES ***** */

#produits.emballages h1{
max-width: 600px;
}

#produits.emballages .intro h1:before {
bottom: -50px;
left: -200px;
top: auto;
right: auto;
}

#produits #emballages-liste .emballage{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 150px;
}

#produits #emballages-liste .emballage:nth-of-type(even){
flex-direction: row-reverse;
}

#produits #emballages-liste .emballage .content{
text-align: left;
width: 50%;
}

#produits #emballages-liste .emballage .content h2{
margin-bottom: 20px;
}

#produits #emballages-liste .emballage .content .button{
margin-top: 50px;
}

#produits #emballages-liste .emballage .images{
width: 45%;
}

#produits #emballages-liste .emballage .images a:first-of-type{
display: block;
width: 100%;
height: 480px;
}

#produits #emballages-liste .emballage .images a+a{
display: inline-block;
width: 24%;
}

#produits #emballages-liste .emballage .images a{
text-decoration: none;
overflow: hidden;
}

#produits #emballages-liste .emballage .images a img{
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s;
}

#produits #emballages-liste .emballage .images a:hover img{
transform: scale(1.1);
}

/* ***** CONTACT ***** */

#a-propos{
text-align: center;
}

#a-propos .intro{
padding: 100px 0;
}

#a-propos h1{
color: #373737;
position: relative;
margin: 0 auto;
max-width: 700px;
}

#a-propos .intro h1:before{
content: "";
position: absolute;
display: block;
width: 125px;
height: 150px;
background-image: url(images/c4-deco.svg);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
top: -20px;
left: -130px;
}

#a-propos .c1{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}

#a-propos .c1 .content{
text-align: left;
width: 50%;
}

#a-propos .c1 .content .button{
margin-top: 50px;
}

#a-propos .c1 .images{
width: 45%;
height: 480px;
}

#a-propos .c1 .images img{
height: 100%;
width: 100%;
object-fit: cover;
}

#a-propos .video{
width: 700px;
max-width: 100%;
margin: 0 auto 150px;
position: relative;
}

#a-propos .video iframe{
width: 100%;
height: 400px;
display: block;
}


/* ***** INGRÉDIENTS ***** */

#ingredients{
text-align: center;
}

#ingredients .intro{
padding: 100px 0;
}

#ingredients h1{
color: #373737;
position: relative;
margin: 0 auto;
max-width: 700px;
}

#ingredients .c1{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 150px;
flex-direction: row-reverse;
}

#ingredients .c1 .content{
text-align: left;
width: 50%;
}

#ingredients .c1 .content .button{
margin-top: 50px;
}

#ingredients .c1 .images{
width: 45%;
height: 480px;
}

#ingredients .c1 .images img{
height: 100%;
width: 100%;
object-fit: cover;
}


/* ***** CONTACT ***** */


#contact{
text-align: center;
}

#contact .intro{
padding: 100px 0;
}

#contact h1{
color: #373737;
position: relative;
margin: 0 auto;
max-width: 700px;
}

#contact .microdata{
display: none;
}

#contact .c1{
margin-bottom: 150px;
}

#contact .c1 .content {
display: inline-block;
width: 35%;
margin-right: 5%;
vertical-align: middle;
text-align: left;
}

#contact .c1 .content h2 {
margin-bottom: 30px;
}

#contact .c1 .content p {
margin-bottom: 20px;
}

#contact .c1 .content p .head {
display: block;
color: #eda7bd;
font-size: 18px;
line-height: 18px;
}

#contact .c1 a{
text-decoration: none;
}

#contact .c1 a:hover{
text-decoration: underline;
}

#contact .c1 .iframe {
display: inline-block;
width: 49%;
height: 500px;
vertical-align: middle;
position: relative;
}

#contact .c1 iframe {
width: 100%;
height: 100%;
}

#contact .c1 .iframe:after {
content: "";
position: absolute;
top: -70px;
right: -35px;
width: 150px;
height: 150px;
background-image: url(images/c6-deco-2.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}



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


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

}

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

#legal h1{
color: #373737;
margin-bottom: 100px;
}

#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 h3{

}

#legal .c2 h4{

}

#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;
}

#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;
}

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

#e404 h1{
color: #373737;
margin-bottom: 100px;
}


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

#footer{
background-color: #1c1c1e;
}

#footer .main_width{
position: relative;
}

#footer .main_width:after{
content: "";
position: absolute;
bottom: 25px;
right: 190px;
width: 200px;
height: 150px;
background-image: url(images/massepain-footer.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

#footer .logo{
width: 200px;
vertical-align: middle;
display: block;
margin: 0 auto;
padding: 50px;
}

#footer .logo img{
width: 100%;
height: auto;
}

#footer .links{
display: inline-block;
width: 100%;
margin-bottom: 170px;
vertical-align: middle;
}

#footer .links_list{
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
}

#footer .links p, #footer .links a, #footer .links span{
color: white;
text-decoration: none;
font-size: 15px;
line-height: 18px;
}

#footer .links_list>div:first-of-type{
width: 27%;
}

#footer .links_list>div:nth-of-type(2){
width: 27%;
}

#footer .links_list>div:nth-of-type(3){
width: 18%;
}

#footer .links_list>div:nth-of-type(4){
width: 23%;
text-align: right;
}

#footer .links_list>div a{
display: block;
width: 100%;
line-height: 20px;
margin-bottom: 5px;
}

#footer .links_list>div a.title{
color: #eda7bd;
font-weight: 600;
font-size: 17px;
margin-bottom: 15px;
}

#footer .links_list .contact-links{
position: absolute;
bottom: -145px;
right: 0;
text-align: right;
}

#footer .links_list .contact-links a, #footer .links_list .contact-links p{
font-size: 16px;
}

#footer .links_list a:hover{
text-decoration: underline;
}

#footer .links_list .contact-links .title{
font-weight: 700;
margin: 0;
}

#footer .links_list .contact-links .address{
display: block;
max-width: 150px;
margin: 0 0 20px auto;
}

#footer .links_list .contact-links a{
margin: 0;
}

#footer .links_list .contact-links p{
margin-bottom: 20px;
}

#footer .links_list .contact-links .pre{
color: #eda7bd;
}

#footer .links_list .contact-links .mail{
color: #eda7bd;
}

#footer p.copyright{
color: white;
font-size: 14px;
margin: 0;
padding: 0px 0px 70px;
text-align: center;
position: relative;
margin-top: 50px;
}

#footer p.copyright a{
color: white;
}

#footer p.copyright a:last-of-type{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 35px;
}

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


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

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

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

.fade_container {
    overflow-x: hidden;
}