@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Spectral:wght@300;400&display=swap');

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

html{
width:100%;
min-width:750px;
margin: 0 auto;
background-image: url(images/page-background.jpg);
background-size: 100%;
background-repeat: repeat-y;
scroll-behavior: smooth;
}

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


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


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

p{
color:#041f47;
line-height:32px;
font-size:20px;
}

h1{
font-family: 'Libre Baskerville', serif;
color:#023b59;
font-size: 65px;
font-weight: 600;
line-height: 78px;
}

h2{
font-family: 'Libre Baskerville', serif;
color: #023b59;
font-size: 58px;
font-weight: 600;
line-height: 80px;
margin-bottom: 20px;
}

h2.split-title{
position: relative;
width: 85%;
margin-right: 15%;
}

h2.split-title span{
display: block;
width: 100%;
text-align: left;
}

h2.split-title span+span{
position: relative;
width: 100%;
text-align: right;
right: -18%;
}

.button{
display: inline-block;
border-radius: 7px;
background-color: transparent;
text-transform: uppercase;
color: #023b59;
border: 1px solid #023b59;
padding: 7px 18px;
margin-top:50px;
font-weight: 400;
transition: all 0.4s ease-in-out;
font-size: 15px;
text-decoration:none;
}

.button:hover{
transform: scale(1.1);
}

a{
color:inherit;
text-decoration:none;
}

p a{
text-decoration: underline;
}



/* *********************** HEADING MSG*********************** */
#heading{
width: 100%;
text-align: center;
background-color: #023b59;
position: relative;
z-index: 102;
}

#heading p{
color: white;
margin: 0;
padding: 0 15px;
font-size: 14px;
line-height: 23px;
box-sizing: border-box;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
position: fixed;
left: 50%;
transform: translateX(-50%);
top: 0;
z-index: 99;
transition: all 0.4s;
max-width: 2000px;
padding-top: 10px;
}

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

#banner .main_width{
display: flex;
justify-content: space-between;
align-items: center;
}

.langues{
position: absolute;
right: 0;
z-index: 105;
top: 0;
background-color: #4e4d4c;
padding: 1px 10px 5px;
border-bottom-left-radius: 13px;
}

.langues a{
color: #fff;
transform: uppercase;
font-size: 14px;
padding: 0 5px;
line-height: 16px;
text-decoration: none;
display: inline-block;
}

.langues a.selected{
	font-weight: 800;
}

.langues a+a{
	border-left: 1px solid #fff;
}

#banner .logo{
width: 180px;
height: auto;
transition: all 0.4s;
margin-right: 30px;
}

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

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

#cssmenu .menu-links.open{
position: absolute;
right: 15px;
top: 60px;
font-size: 25px;
font-weight: 500;
cursor: pointer;
}

#heading+.main_width #cssmenu .menu-links.open{
	top: 86px;
}

.menu-links{
	cursor: pointer;
}

.menu-links.open img{
	width: 25px;
	height: auto;
}

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

.burger{
position: fixed;
top: 0;
right: -400px;
width: 350px;
max-width: 100%;
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: 101;
overflow: auto;
}

.burger.open{
right: 0;
}

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

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

.burger ul li a:hover{
background-color: #023b59;
}

.burger ul li a{
text-decoration: none;
line-height: 50px;
padding: 10px 20px;
width: 100%;
display: block;
box-sizing: border-box;
transition: all 0.4s;
font-size: 20px;
text-transform: uppercase;
}

.burger ul li a:hover{
color: #fff;
}

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

html:not([data-scroll='0']) #heading+#banner{
top: 0;
}

#banner .burger ul li:last-of-type{
top: -50px;
}

#banner .burger ul a{
font-size: 17px;
}

#banner .burger ul a.button{
font-size: 14px;
width: fit-content;
padding: 5px 20px;
line-height: 28px;
margin-left: 20px;
}

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

#wrapper{
}

/* ***** HOME ***** */
#home{
padding-top: 55px;
text-align: center;
}

#home .video-intro .embed-video{
position: relative;
width: 100%;
height: 700px;
}

#home .video-intro .embed-video video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .video-intro{
position: relative;
overflow: hidden;
}

#home .video-intro:after{
content:'';
position: absolute;
left: 0;
top: -1px;
width: 100%;
height: 150px;
background-image: url(images/video-after.png);
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
z-index: 10;
}

#home .video-intro:before{
content:'';
position: absolute;
left: 0;
top: 590px;
width: 100%;
height: 110px;
background-image: url(images/video-before.png);
background-size: 100%;
background-position: center bottom;
background-repeat: no-repeat;
z-index: 10;
}

#home .video-intro .embed-video:after{
content: '';
position: absolute;
left: -90px;
top: 388px;
width: 670px;
max-width: 40%;
height: 625px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
}

#home .video-intro .embed-video:before{
content: '';
position: absolute;
right: -90px;
top: 390px;
width: 670px;
max-width: 40%;
height: 625px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
}

#home .video-intro .logo{
margin-bottom: 20px;
}

#home .video-intro .logo h1{
text-align: center;
position: relative;
z-index: 15;
display: block;
}

#home .video-intro .logo h1 img{
width: 80%;
height: auto;
}

#home .c1{
position: relative;
margin-bottom: 120px;
}

#home .c1 .content{
width: 32%;
margin: 0 auto 0 20%;
padding-top: 200px;
text-align: left;
overflow: hidden;
}

#home .c1 .content p{
text-align: justify;
}

#home .c1 .image{
position: absolute;
right: 0;
bottom: -269px;
width: 30%;
max-width: 250px;
}

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

#home .c2{
text-align: center;
background-image: url(images/home-c2-background.png);
background-size: contain;
background-position: center;
padding: 300px 0;
margin: 0 0 -150px;
background-repeat: repeat-x;
}

#home .c2 #slider-1{
width: 79%;
position: relative;
margin: 0 auto;
}

#home .c2 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 180px;
font-weight: 500;
color: #fff;
}

#home .c2 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 180px;
line-height: 90px;
font-weight: 500;
color: #fff;
}

#home .c2 h2{
margin-bottom: 35px;
}

#home .c2 .item{
width: 80%;
margin: 0 10% 85px;
height: 450px;
max-width: 315px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
}

#home .c2 .item a{
display: block;
width: 100%;
height: 100%;
}

#home .owl-carousel .owl-item img{
width: unset;
}

#home .c2 .item.rose{
background-image: url(images/blanche-de-namur-rosee-home-background.png);
}

#home .c2 .item.blanche{
background-image: url(images/blanche-de-namur-home-background.png);
}

#home .c2 .item.hop{
background-image: url(images/blanche-de-namur-ipa-home-background-new.png);
}

#home .c2 .item.hop:after{
	content: '';
	position: absolute;
	left: 28px;
	top: 35px;
	width: 85px;
	height: 115px;
	background-image: url(images/medaille-ipa-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c2 .item.hop:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 139px;
	width: 110px;
	height: 110px;
	background-image: url(images/medaille-ipa-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c2 .item.apple{
background-image: url(images/blanche-de-namur-apple-home-background.png);
}

#home .c2 .item.radler-lime{
background-image: url(images/blanche-de-namur-radler-lime-home-background.png);
}

#home .c2 .item .image img{
position: absolute;
left: 50%;
bottom: 45px;
transform: translateX(-50%);
transition: all 0.4s;
}

#home .c2 .item.rose img{
    width: 85px;
    height: auto;
}

#home .c2 .item.blanche img{
    width: 85px;
    height: auto;
}

#home .c2 .item.apple img{
    width: 85px;
    height: auto;
}

#home .c2 .item.hop img{
    width: 85px;
    height: auto;
}

#home .c2 .item.it img{
    width: 120px !important;
    height: auto;
}

#home .c2 .item.radler-lime img{
	width: 85px;
	height: auto;
}

#home .c2 .item:hover img{
transform: translateX(-50%) scale(1.05);
}

#home .c2 .item h3{
	position: absolute;
    top: 429px;
    left: 50%;
    transform: translateX(-50%);
    color: #023b59;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    z-index: 10;
    font-weight: 400;
    width: 90%;
    text-transform: uppercase;
}

#home .c3{
position: relative;
margin-top: 225px;
}

#home .c3 .content{
display: block;
width: 100%;
max-width: 500px;
margin: 50px auto;
padding-top: 0;
text-align: left;
}

#home .c3 .content p{
text-align: justify;
}

#home .c3 .image{
display: none;
}

#home .c4 #slider-2{
width: 1200px;
margin: 100px auto;
max-width: 80%;
}

#home .c4 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
font-weight: 500;
color: #023b59;
}

#home .c4 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
line-height: 90px;
font-weight: 500;
color: #023b59;
}

#home .c4 .item{
	overflow: hidden;
}

#home .c4 .item img{
margin: 0 auto;
display: block;
height: 140px;
width: auto;
}

#home .c5{
margin-bottom: 70px;
}

#home .c5 .content{
display: inline-block;
width: 46%;
vertical-align: middle;
text-align: left;
}

#home .c5 .content p{
text-align: justify;
}

#home .c5 #slider-3{
display: inline-block;
width: 450px;
vertical-align: middle;
position: relative;
margin-left: 9%;
}

#home .c5 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -40px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
font-weight: 500;
color: #023b59;
}

#home .c5 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -40px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
line-height: 90px;
font-weight: 500;
color: #023b59;
}

#home .c5 #slider-3 .item{
position: relative;
}

#home .c5 #slider-3 .item .image:after{
content:'';
position: absolute;
left: -5px;
top: -5px;
width: calc( 100% + 10px);
height: calc( 100% + 10px);
background-image: url(images/slider-cocktails-after.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 2;
}

#home .c5 #slider-3 .item .content{
display: none;
}

#home .c5 .item .image{
width: 100%;
height: 530px;
position: relative;
}

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

#home .c6{
width: 100%;
height: 600px;
position: relative;
overflow: hidden;
}

#home .c6:after{
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 150px;
background-image: url(images/video-after.png);
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
z-index: 10;
}

#home .c6:before{
content:'';
position: absolute;
left: 0;
top: 490px;
width: 100%;
height: 110px;
background-image: url(images/video-before.png);
background-size: 100%;
background-position: center bottom;
background-repeat: no-repeat;
z-index: 10;
}

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

#home .c6 .background img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: right;
}

#home .c6 .content{
position: absolute;
right: 3%;
bottom: -17px;
background-color: #fff;
border-radius: 70px;
padding: 30px 40px 109px;
width: 326px;
z-index: 8;
text-align: left;
}

#home .c6 .content p{
font-size: 18px;
}

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

@media screen and (max-width: 1650px) {
	#home .c1 .content{
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 50px auto;
		padding-top: 0;
		text-align: left;
	}
	#home .c2{
		background-size: cover;
		padding: 150px 0 30px;
	}
}

@media screen and (max-width: 1700px) {
	#home .c2 .item{
		width: 90%;
		max-width: 280px;
		margin: 0 auto 85px;
	}
	#home .c5 .content {
		display: block;
		width: 100%;
		vertical-align: middle;
		text-align: left;
		margin: 0 auto;
		max-width: 550px;
	}
	#home .c5 #slider-3{
		margin: 70px auto 0;
	}
	#home .c5{
		margin-bottom: 0;
	}
}

/* ***** BIERE ***** */

#biere{
	padding-top: 200px;
}

#biere .c1{
	position: relative;
}

#biere .c1:after{
content: '';
position: absolute;
left: -90px;
top: -100px;
width: 670px;
height: 625px;
background-image: url(images/biere-intro-deco.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
}

#biere .c1 .content{
display: block;
width: 550px;
margin: 0 auto;
text-align: left;
position: relative;
z-index: 1;
}

#biere .c1 .content p{
	text-align: justify;
}

#biere .c1 .content h1{
	margin-bottom: 30px;
}

#biere .images{
	position: relative;
}

#biere .images .background{
width: 390px;
height: 657px;
margin: 0 0 0 auto;
}

#biere .images .background img{
	width: 100%;
	height: 100%;
	object-position: right center;
	object-fit: contain;
}

#biere .images .front{
position: absolute;
right: calc(50% - 183px);
bottom: 0;
width: 366px;
height: 599px;
z-index: 10;
}

#biere .images .front.it{
	position: absolute;
	right: calc(50% - 165px);
	bottom: 0;
	width: 330px;
	height: 535px;
}

#biere .images .front img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

#biere.hop-n-spice .images .front:after{
	content: '';
	position: absolute;
	left: 18px;
	top: 0;
	width: 115px;
	height: 115px;
	background-image: url(images/medaille-ipa-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#biere.hop-n-spice .images .front:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 124px;
	width: 150px;
	height: 150px;
	background-image: url(images/medaille-ipa-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#biere .c2{
text-align: center;
background-size: contain;
background-position: center;
padding: 300px 0 180px;
}

#biere.blanche .c2{
background-image: url(images/home-c2-background.png);
} 

#biere.rosee .c2{
background-image: url(images/home-c2-background-rosee.png);
padding: 200px 0 180px;
} 

#biere.hop-n-spice .c2{
background-image: url(images/home-c2-background-hop.png);
padding: 200px 0 180px;
} 

#biere.apple .c2{
background-image: url(images/home-c2-background-apple.png);
padding: 150px 0 180px;
} 

#biere.radler-lime .c2{
background-image: url(images/home-c2-background-radler-lime.png);
padding: 150px 0 180px;
} 

#biere .c2 .image{
display: inline-block;
vertical-align: top;
width: 362px;
max-width: 100%;
height: 500px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
background-image: url(images/blanche-de-namur-home-background.png);
}

#biere.rosee .c2 .image{
background-image: url(images/blanche-de-namur-rosee-home-background.png);
} 

#biere.hop-n-spice .c2 .image{
background-image: url(images/blanche-de-namur-ipa-home-background-new.png);
} 

#biere.apple .c2 .image{
background-image: url(images/blanche-de-namur-apple-home-background.png);
} 

#biere.radler-lime .c2 .image{
background-image: url(images/blanche-de-namur-radler-lime-home-background.png);
} 

#biere .c2 .image img {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    transition: all 0.4s;
	width: 109px;
    height: auto;
}

#biere .c2 .image.it img{
	width: 155px;
} 

#biere .c2 .content{
display: inline-block;
vertical-align: top;
max-width: 550px;
margin-top: 50px;
width: 100%;
}

#biere .c2 .principes{
position: relative;
}

#biere .c2 .principe{
background-color: white;
border-radius: 40px;
padding: 14px 60px;
position: relative;
cursor: pointer;
text-align: left;
}

#biere .c2 .principe+.principe{
margin-top: 20px;
}

#biere .c2 .principe h2{
margin: 0;
text-transform: uppercase;
font-size: 21px;
line-height: 26px;
}

#biere .c2 .principe p{
font-size: 17px;
line-height: 26px;
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.6s;
transform: translateY(-10px);
}

#biere .c2 .principe.open p{
opacity: 1;
height: auto;
transform: translateY(0);
margin-top: 18px;
margin-bottom: 15px;
}

#biere .c2 .principe .arrow{
position: absolute;
right: 50px;
top: 14px;
width: 23px;
height: 30px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
background-image: url(images/principe-arrow.svg);
transform: rotate(0);
transition: all 0.6s;
}

#biere .c2 .principe.open .arrow{
	transform: rotate(180deg);
}

#biere .c2 .principe .hidden-content{
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.6s;
	transform: translateY(-10px);
}

#biere .c2 .principe.open .hidden-content{
opacity: 1;
height: auto;
transform: translateY(0);
margin-top: 18px;
margin-bottom: 15px;
}

#biere .c2 .principe .hidden-content .item{
	display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 12px;
}

#biere .c2 .principe .hidden-content .item span{
	display: block;
    font-size: 17px;
    line-height: 26px;
}

#biere .c2 .principe .hidden-content .item img{
	display: block;
    width: 58px;
    height: auto;
}

#biere .c2 .schemas{
	margin-top: 30px;
}

#biere .c2 .schemas .schema{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-bottom: 25px;
}

#biere .c2 .schemas .schema:nth-of-type(even){
	margin-left: 8%;
}

#biere .c2 .schemas .schema .title{
	margin: 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 500;
}

#biere .c2 .schemas .schema .background{
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	height: 12px;
	position: relative;
}

#biere .c2 .schemas .valeur{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #80714d;
	border-radius: 20px;
}
/*
#biere .c2 .schemas .valeur.valeur-1-5{
  width: 20%;
}

#biere .c2 .schemas .valeur.valeur-2-5{
  width: 40%;
}

#biere .c2 .schemas .valeur.valeur-3-5{
  width: 60%;
}

#biere .c2 .schemas .valeur.valeur-4-5{
  width: 80%;
}

#biere .c2 .schemas .valeur.valeur-5-5{
  width: 100%;
}
*/

#biere .c3{
	text-align: center;
	margin: 50px auto;
	position: relative;
}

#biere .c3 h2{
	font-size: 65px;
	line-height: 73px;
	margin-bottom: 70px;
}

#biere .c3 #slider-1, #biere .c3 #slider-2{
    width: 80%;
    position: relative;
    margin: 0 auto;
}

#biere .c3 #slider-2 {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

#biere .c3 .item{
	width: 90%;
    margin: 0 5% 0;
	position: relative;
}

#biere .c3 .item .image{
	width: 100%;
	height: 350px;
	border-radius: 30px;
	overflow: hidden;
}

#biere .c3 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#biere .c3 .item:hover .image img{
	transform: scale(1.1);
}

#biere .c3 .item h3{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
}

#biere .c3 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-65%);
font-size: 180px;
font-weight: 500;
color: #023b59;
}

#biere .c3 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-65%);
font-size: 180px;
line-height: 90px;
font-weight: 500;
color: #023b59;
}

#biere .c3 .button{
position: absolute;
top: -55px;
right: 12%;
width: 130px;
height: 87px;
border-radius: 200px;
background-color: #023b59;
color: white;
padding: 35px 15px;
line-height: 30px;
z-index: 1;
}

#biere .c4 #slider-1{
width: 80%;
margin: 100px auto 50px;
}

#biere .c4 .owl-carousel .owl-nav button.owl-prev span{
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
font-weight: 500;
color: #023b59;
}

#biere .c4 .owl-carousel .owl-nav button.owl-next span{
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-60%);
font-size: 110px;
line-height: 90px;
font-weight: 500;
color: #023b59;
}

#biere .c4 .item{
overflow: hidden;
}

#biere .c4 .item img{
margin: 0 auto;
display: block;
height: 140px;
width: auto;
}

#biere .recompenses{
	margin: 0 auto 100px;
	width: 85%;
	max-width: 745px;
	box-sizing: border-box;
}

#biere .recompenses.new{
	background-color: #fff;
	border-radius: 40px;
	padding: 19px 60px;
	position: relative;
}

#biere .recompenses.new h2{
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 0;
	transition: all 0.3s;
}

#biere .recompenses.new.open h2{
	margin-bottom: 20px;
}

#biere .recompenses.new .arrow {
	position: absolute;
	right: 50px;
	top: 14px;
	width: 23px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/principe-arrow.svg);
	transform: rotate(0);
	transition: all 0.6s;
}

#biere .recompenses.new.open .arrow {
	transform: rotate(180deg);
}

#biere .recompenses.new .year{
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	top: -30px;
	margin-bottom: 0;
}

#biere .recompenses.new.open .year{
	height: auto;
	top: 0;
	margin-bottom: 20px;
}

#biere .recompenses ul{
	list-style: none;
}

#biere .recompenses ul li{
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

#biere .recompenses .year{
	margin-bottom: 20px;
	text-align: center;
}

#biere .recompenses .year p.title{
	color:#d8b51e;
	font-size: 33px;
	line-height: 50px;
}

@media screen and (max-width: 1500px) {
	#biere .c2{
		background-size: cover;
	}
	#biere .c3 .button{
		top: 31px;
		right: 6%;
	}
	#biere .c2{
	padding: 180px 0 180px;
	}
}

/* ***** BIERES ***** */
#bieres .intro{
	text-align: center;
	padding: 180px 0 70px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

#bieres .intro h1 {
	position: relative;
	z-index: 2;
}

#bieres .intro p {
    max-width: 650px;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}

#bieres .intro:after{
content: '';
position: absolute;
left: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#bieres .intro:before{
content: '';
position: absolute;
right: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

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

#bieres .c1 h2.microdata{
	display: none;
}

#bieres .c1 .item{
width: 24%;
min-width: 386px;
margin: 0 3% 140px;
height: 564px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: inline-block;
vertical-align: top;
z-index: 10;
}

#bieres .c1 .item a{
display: block;
width: 100%;
height: 100%;
}

#home .owl-carousel .owl-item img{
width: unset;
}

#bieres .c1 .item.rose{
background-image: url(images/blanche-de-namur-rosee-home-background.png);
}

#bieres .c1 .item.blanche{
background-image: url(images/blanche-de-namur-home-background.png);
}

#bieres .c1 .item.hop{
background-image: url(images/blanche-de-namur-ipa-home-background-new.png);
}

#bieres .c1 .item.apple{
background-image: url(images/blanche-de-namur-apple-home-background.png);
}

#bieres .c1 .item.radler-lime{
background-image: url(images/blanche-de-namur-radler-lime-home-background.png);
}

#bieres .c1 .item .image img{
position: absolute;
left: 50%;
bottom: 35px;
transform: translateX(-50%);
transition: all 0.4s;
}

#bieres .c1 .item.rose img{
    width: 118px;
    height: auto;
}

#bieres .c1 .item.blanche img{
    width: 118px;
    height: auto;
}

#bieres .c1 .item.apple img{
    width: 118px;
    height: auto;
}

#bieres .c1 .item.hop img{
    width: 118px;
    height: auto;
}

#bieres .c1 .item.hop:after{
	content: '';
	position: absolute;
	left: 55px;
	top: 35px;
	width: 85px;
	height: 115px;
	background-image: url(images/medaille-ipa-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#bieres .c1 .item.hop:before{
	content: '';
	position: absolute;
	left: 43px;
	top: 139px;
	width: 110px;
	height: 110px;
	background-image: url(images/medaille-ipa-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#bieres .c1 .item.it img{
    width: 160px !important;
    height: auto;
}

#bieres .c1 .item.radler-lime img{
	width: 85px;
	height: auto;
}

#bieres .c1 .item:hover img{
transform: translateX(-50%) scale(1.05);
}

#bieres .c1 .item h3{
	position: absolute;
	top: 574px;
	left: 50%;
	transform: translateX(-50%);
    color: #023b59;
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
	z-index: 10;
	font-weight: 400;
	width: 70%;
	text-transform: uppercase;
}

/* ***** RECETTES ***** */
#recettes .intro{
	text-align: center;
	padding: 180px 0 70px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

#recettes .intro p {
    max-width: 650px;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}

#recettes .intro h1 {
	position: relative;
	z-index: 2;
}

#recettes .intro:after{
content: '';
position: absolute;
left: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#recettes .intro:before{
content: '';
position: absolute;
right: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

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

#recettes .c1 .nav .filter{
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

#recettes .c1 .nav .filter a{
	display: inline-block;
    vertical-align: middle;
    padding: 4px 18px;
    font-size: 14px;
    color: #023b59;
    background-color: transparent;
	border: 1px solid #023b59;
    border-radius: 7px;
    margin: 0 10px 20px;
}

#recettes .c1 .nav .filter a.active{
    color: #fff;
    background-color: #023b59;
}

#recettes .c1 .item{
width: 24%;
min-width: 386px;
margin: 0 3% 80px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: inline-block;
vertical-align: top;
z-index: 10;
}

#recettes .c1 .item a{
display: block;
width: 100%;
height: 100%;
}

#recettes .c1 .item .image{
	width: 100%;
	height: 450px;
	border-radius: 30px;
	overflow: hidden;
}

#recettes .c1 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#recettes .c1 .item:hover .image img{
	transform: scale(1.1);
}

#recettes .c1 .item .title{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
}

#recettes .microdata{
	display: none;
}

#recettes .c2{
	padding-top: 180px;
	text-align: center;
}

#recettes .c2 .title{
	display: block;
    width: 100%;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 40px;
}

#recettes .c2 .title h1{
	font-size: 38px;
    line-height: 59px;
}

#recettes .c2 .images{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#recettes .c2 .images a{
	width: 100%;
	height: 505px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	display: block;
}

#recettes .c2 .images a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#recettes .c2 .images a:hover img{
	transform: scale(1.1);
}

#recettes .c2 iframe{
	width: 100%;
    height: 370px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}

#recettes .c2 .content{
	display: inline-block;
	width: 35%;
	margin-left: 5%;
	vertical-align: top;
	position: relative;
	height: 100%;
}

#recettes .c2 .content .animated{
	display: block;
	width: 100%;
	border: 1px solid #023b59;
	border-radius: 20px;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	max-width: 378px;
}

#recettes .c2 .content h2{
    margin: 0 auto 15px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
}

#recettes .c2 .content p{
    font-size: 17px;
    line-height: 27px;
}

#recettes .c2 .content ul{
    list-style: none;
}

#recettes .c2 .content li{
    font-size: 15px;
    line-height: 27px;
	padding-left: 15px;
	color: #023b59;
	position: relative;
}

#recettes .c2 .content li:after{
	content:'';
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #023b59;
	height: 5px;
	width: 5px;
	border-radius: 20px;
}

#recettes .c2 .content div+div{
    margin-top: 30px;
}

#recettes .related{
	margin-top: 150px;
}

#recettes .related h2{
	font-size: 29px;
    line-height: 40px;
    margin-bottom: 30px;
}

#recettes .related .item{
width: 24%;
min-width: 386px;
margin: 0 1% 80px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: inline-block;
vertical-align: top;
z-index: 10;
}

#recettes .related .item a{
display: block;
width: 100%;
height: 100%;
}

#recettes .related .item .image{
	width: 100%;
	height: 450px;
	border-radius: 30px;
	overflow: hidden;
}

#recettes .related .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#recettes .related .item:hover .image img{
	transform: scale(1.1);
}

#recettes .related .item .title{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	width: 100%;
}

@media screen and (max-width: 1800px) {
	#recettes .c2 h1{
		font-size: 53px;
		line-height: 70px;
	}
}

/* ***** NEWS ***** */
#news .intro{
	text-align: center;
	padding: 180px 0 70px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

#news .intro p, #news .intro h1{
	position: relative;
	z-index: 2;
}

#news .intro:after{
content: '';
position: absolute;
left: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#news .intro:before{
content: '';
position: absolute;
right: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

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

#news .c1 .item{
width: 24%;
min-width: 386px;
margin: 0 3% 80px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: inline-block;
vertical-align: top;
z-index: 10;
}

#news .c1 .item a{
display: block;
width: 100%;
height: 100%;
}

#news .c1 .item .image{
	width: 100%;
	height: 450px;
	border-radius: 30px;
	overflow: hidden;
}

#news .c1 .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#news .c1 .item:hover .image img{
	transform: scale(1.1);
}

#news .c1 .item .title{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
}

#news .microdata{
	display: none;
}

#news .c2{
	padding-top: 180px;
}

#news .c2 .intro_photo{
	position: relative;
    width: 100%;
    height: 500px;
	margin-top: -130px;
}

#news .c2 .intro_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .c2 .intro_photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 390px;
    width: 100%;
    height: 110px;
    background-image: url(images/video-before.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 10;
}

#news .c2 .intro_photo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(images/video-after.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

#news .c2 .content{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	color:#041f47;
	line-height:32px;
	font-size:20px;
}

#news .c2 .content h1{
	font-size: 63px;
	line-height: 71px;
	margin-bottom: 20px;
}

#news .c2 .content .button{
	display: block;
	width: fit-content;
}

#news .c2 .photos_secondaires{
	width: 100%;
	max-width: 700px;
	margin: 50px auto;
	text-align: center;
}

#news .c2 .photos_secondaires a{
	display: inline-block;
    width: 30.5%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 1% 30px;
}

#news .c2 .photos_secondaires a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#news .c2 .photos_secondaires a:hover img{
	transform: scale(1.1);
}

#news .related{
	margin-top: 150px;
	text-align: center;
}

#news .related h2{
	font-size: 29px;
    line-height: 40px;
    margin-bottom: 30px;
}

#news .related .item{
width: 24%;
min-width: 386px;
margin: 0 1% 80px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: relative;
display: inline-block;
vertical-align: top;
z-index: 10;
}

#news .related .item a{
display: block;
width: 100%;
height: 100%;
}

#news .related .item .image{
	width: 100%;
	height: 450px;
	border-radius: 30px;
	overflow: hidden;
}

#news .related .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#news .related .item:hover .image img{
	transform: scale(1.1);
}

#news .related .item .title{
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	width: 100%;
}

/* ***** A PROPOS ***** */
#a-propos .intro{
	text-align: center;
	padding: 180px 0 70px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

#a-propos .intro h1{
	position: relative;
	z-index: 2;
}

#a-propos .intro:after{
content: '';
position: absolute;
left: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#a-propos .intro:before{
content: '';
position: absolute;
right: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#a-propos p+p{
	margin-top: 20px;
}

#a-propos h2{
	font-size: 42px;
}

#a-propos .c1{
position: relative;
}

#a-propos .c1 .content{
display: block;
width: 100%;
max-width: 500px;
margin: 0 auto;
text-align: left;
position:relative;
z-index: 11;
}

#a-propos .c1 .content p{
text-align: justify;
}

#a-propos .c1 .image{
width: 425px;
margin: 0 0 0 auto;
position: relative;
}

#a-propos .c1 .image img{
width: 100%;
height: auto;
}
/*
#a-propos .c1 .image:after{
content: '';
width: 330px;
height: 330px;
background-image: url(images/a-propos-deco.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
border-radius: 200px;
position: absolute;
left: -336px;
bottom: 100px;
}
*/
#a-propos .c2{
position: relative;
}

#a-propos .c2 .content{
display: block;
width: 100%;
max-width: 500px;
margin: 0 auto;
text-align: left;
padding-bottom: 50px;
}

#a-propos .c2 .content p{
text-align: justify;
}

#a-propos .c2 .image{
width: 425px;
margin: 0 auto 0 0;
position: relative;
}

#a-propos .c2 .image img{
width: 100%;
height: auto;
}

#a-propos .c3 .image{
width: 425px;
margin: 0 0 0 auto;
position: relative;
}

#a-propos .c3 .image img{
width: 100%;
height: auto;
}

@media screen and (max-width: 1550px) {
	#a-propos .c2 .content{
		padding-top: 100px;
	}
}

/* ***** POINTS DE VENTE ***** */
#points-de-vente .intro{
	text-align: center;
	padding: 180px 0 70px;
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
}

#points-de-vente .intro h1{
	position: relative;
	z-index: 2;
}

#points-de-vente .intro p{
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#points-de-vente .intro:after{
content: '';
position: absolute;
left: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#points-de-vente .intro:before{
content: '';
position: absolute;
right: -90px;
top: 180px;
width: 550px;
max-width: 40%;
height: 509px;
background-image: url(images/intro-deco-2.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#points-de-vente .map img{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#points-de-vente .c2{
	margin-bottom: 50px;
	text-align: center;
}

#points-de-vente .c2 iframe{
	width: 100%;
	height: 500px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#points-de-vente .c1{
	text-align: center;
}

#points-de-vente .c1 .button{
	margin: 0 auto 50px;
}

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

#contact{
text-align:center;
padding-top: 180px;
}

#contact .microdata{
display:none;
}

#contact h1{
	width: 100%;
	font-size: 55px;
    line-height: 70px;
    margin-bottom: 50px;
}

#contact .c1{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
	padding-top: 40px;
}

#contact .c1 p{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 15px 0;
}

#contact .c1 p span.head{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
}

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

#contact .c1 span.head+span{
	text-decoration: underline;
}

#contact .c2{
text-align: center;
display: block;
width: 100%;
max-width: 550px;
margin: 70px auto 0;
padding: 0;
border-left: none;
}

#contact .c2 .form_part{
display: inline-block;
width: 100%;
vertical-align: top;
text-align: left;
margin-bottom: 30px;
}

#contact .c2 label{
width: 100%;
display: block;
text-transform: uppercase;
color: #023b59;
margin-bottom: 5px;
font-size: 14px;
}

#contact .c2 .form_part textarea, #contact .c2 .form_part input, #contact .c2 .form_part select{
	display: block;
	width: 100%;
	padding: 10px 18px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #023b59;
	border-radius: 10px;
	font-family: 'Spectral', serif;
	font-weight:400;
	font-size: 16px;
}

#contact .c2 .form_part textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
}

#contact .c2 .form_part.message{
width: 99%;
}

#contact .c2 .small {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 11px;
	text-align: left;
}

#contact .c2 .opt_in input{
min-height: unset;
display: inline-block;
width: 13px;
max-width: unset;
min-width: unset;
margin-right: 5px;
vertical-align: baseline;
transform: translateY(1px);
cursor: pointer;
}

#contact .c2 .opt_in label{
text-transform: none;
display: inline-block;
width: unset;
vertical-align: baseline;
margin: 0;
cursor: pointer;
}

.form_response{
position: fixed;
bottom: 50px;
right: -1000px;
background-color: #74b643;
padding: 20px 50px;
-webkit-box-shadow: 0px 0px 4px 2px #c0c0c0;
box-shadow: 0px 0px 4px 2px #c0c0c0;
animation-name: response;
animation-duration: 6s;
animation-delay: 1s;
z-index: 100;
}

.form_response.error{
background-color: #a34040;
}

@keyframes response {
0% {right: -1000px;}
10% {right: 0;}
90% {right: 0;}
100% {right: -1000px;}
}

.form_response p{
color: white;margin: 0;
}

#contact .c2 .opt_in{
	text-align: left;
}

#contact .c2 .button{
	margin-top: 30px;
}

#contact .map-container{
width:100%;
height:500px;
position: relative;
margin-top: 100px;
}

#contact .map{
width:100%;
height:100%;
}

#contact .map-container:after{
	content:'';
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-image: url(images/contact-map-after.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contact .map-container:before{
	content:'';
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: -1px;
	background-image: url(images/contact-map-before.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}


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


#legal{
text-align:center;
}

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


#legal h1{
text-align:center;
background-position:bottom center;
margin-bottom:73px;
padding-top: 220px;
}

#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:85%;
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:85%;
padding:1%;
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;
padding-top: 220px;
}

#e404 .main_width{
}

#e404 h1{
	text-align:center;
background-position:bottom center;
}


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

.instagram-feed{
	text-align: center;
	margin: 100px 0 0;
}

.instagram-feed h2{
	margin: 0 auto 20px;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
	color: #041f47;
	line-height: 42px;
}

.instagram-feed .socials{
	margin: 30px auto;
}

.instagram-feed .socials a{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	transition: all 0.4s;
	margin: 0 15px;
}

.instagram-feed .socials a:hover{
	transform: scale(1.1);
}

.instagram-feed .socials a.facebook{
	background-image: url(images/icon-facebook-socials.png);
}

.instagram-feed .socials a.instagram{
	background-image: url(images/icon-instagram-socials.png);
}


#footer{
text-align: center;
margin-top: 50px;
padding-top: 100px;
background-image: url(images/footer-background.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}

#footer .logo{
display: block;
width: 100%;
max-width: 300px;
margin: 0 auto 70px;
}

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

#footer .c1{
display: block;
width: 100%;
max-width: 350px;
text-align: center;
margin: 0 auto 30px;
}

#footer .c1 p{
font-size: 18px;
margin-bottom: 15px;
}

#footer .c1 img{
width: 100px;
height: auto;
}

#footer .c2{
display: block;
width: 100%;
max-width: 350px;
margin: 0 auto 30px;
text-align: center;
}

#footer p.title{
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}

#footer .c2 ul{
list-style: none;
}

#footer .c2 li{
font-size: 18px;
margin-bottom: 10px;
}

#footer .c2 .button{
margin-top: 15px;
font-size: 13px;
background-color: #fff;
border: none;
}

#footer .c3{
display: block;
width: 100%;
max-width: 350px;
margin: 0 auto 30px;
text-align: center;
}

#footer .c3 a{
display: block;
width: fit-content;
font-size: 19px;
text-decoration: underline;
margin: 0 auto 10px;
}


#footer p.copyright{
color:white;
text-align:center;
font-size:14px;
margin-top:90px;
padding-bottom:15px;
margin-bottom:0px;
}

#footer p.copyright .warning{
	font-size: 19px;
}

#footer p.copyright+a{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
}

#footer p.copyright+a img{
width: 100%;
height: auto;
}


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

.grecaptcha-badge { 
	visibility: hidden; 
}


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

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

#cookieChoiceInfo a{
	display: inline-block;
}

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

.fade_container {
    overflow-x: hidden;
}

/* ***** POP UP ***** */

.pop-up{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
z-index: 100;
background-color: #000000d6;
}

.pop-up>div{
width: 80%;
margin: 10vh auto;
height: auto;
max-height: 80vh;
background-color: white;
padding: 50px;
box-sizing: border-box;
position: relative;
border-radius: 30px;
}

.pop-up img.logo{
width: 300px;
height: auto;
padding-bottom: 70px;
}

.pop-up p{
text-align: center;
}

.pop-up a{
display: inline-block;
width: 60px;
padding: 7px 18px;
margin: 30px 20px;
text-decoration: none;
background-color: #023b59;
color: white;
border-radius: 7px;
}

.pop-up .explication{
position: absolute; 
display: block;
width: 0;
height: 0;
opacity: 0;
}

.pop-up .explication.open{
position: static;
 width: 100%;
 height: auto;
 opacity: 1;
animation-name: explicationOpener;
animation-duration: 1s;
}

@keyframes explicationOpener {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}


/* ***** BOOK FORM ***** */
.popup_wrapper_visible #fadeandscale {
    display: inline-block!important;
}
#fadeandscale {
    background-color: white;
    padding: 50px;
    text-align: center;
    width: 85%;
    max-width: 1300px;
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: none!important;
	border-radius: 30px;
	font-family: 'Spectral', serif;
	font-weight:400;
}
#fadeandscale .disabled {
    display: none;
}
#fadeandscale h2 {
    font-size: 30px;
	line-height: 40px;
    padding-bottom: 0;
    display: block;   
	margin: 0 auto 30px;
    max-width: 500px;
}
#fadeandscale h2+p {
    margin: 0 auto 10px;
    max-width: 500px;
}
#fadeandscale .intro>div {
    display: inline-block;
    width: calc( 100% - 106px );
    margin-left: 35px;
    vertical-align: middle;
}
#fadeandscale .product_title {
    color: #275B90;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
}
#fadeandscale .product_title+p {
    margin: 0;
}
#fadeandscale img {
    height: auto;
    display: inline-block;
    width: 65px;
    vertical-align: middle;
    margin: 0;
}
#fadeandscale form {
    margin-top: 35px;
}
#fadeandscale p {
    font-size: 16px;
    color: #000;
}
#fadeandscale .c1 {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}
#fadeandscale .c2 {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
#fadeandscale p.optin {
    font-size:12px;
    line-height:21px;
}
#fadeandscale #optin {
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
#fadeandscale .form_part {
    margin: 0 auto 30px;
    max-width: 500px;
}
#fadeandscale label {
    display: block;
    margin-bottom: 5px;
    vertical-align: middle;
}
#fadeandscale input[type="text"], #fadeandscale input[type="email"], #fadeandscale input[type="datetime-local"] {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    color: #000;
    vertical-align: middle;
	border-radius: 10px;
}
#fadeandscale input[type="text"]:hover, #fadeandscale textarea:hover {
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}
#fadeandscale select {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    width:100%;
    color: #000;
    display: inline-block;
}
#fadeandscale .remarque label {
    width: 100%;
    margin: 0 0 10px;
}
#fadeandscale .required:after {
    content: "(requis)";
    font-size: 13px;
    color: #9d9d9d;
    margin-left: 8px;
}
#fadeandscale textarea {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.2s ease-in-out;
    width:100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height:100px;
    color: #424e5a;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}
#fadeandscale .small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7;
}
#fadeandscale .opt_in {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}
#fadeandscale .opt_in label {
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 40px);
}
#fadeandscale .boutons {
    margin:0;
    text-align: center;
}
#fadeandscale .boutons .button{
    margin:30px 0 0;
    text-align: center;
}
#fadeandscale input[type="submit"] {
    cursor: pointer;
}
#fadeandscale .boutons button {
    display: inline-block;
    color: #282936;
    padding: 2px 5px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin-left: 50px;
}





/* ***** FILTRES ANIMATION ***** */
.is-animated {
  animation: .9s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}