@import url('https://fonts.googleapis.com/css?family=Roboto');

body.scrollable{
	overflow: inherit;
}

.popup.visible{
	top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    font-family: 'Roboto';
	overflow-y: auto;
}

.popup.visible .mask{
    background: rgba(255,206,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
}

.popup-bastogne, .popup-noville, .popup-3ours{
	display: none;
}

.popup-bastogne.visible, .popup-noville.visible, .popup-3ours.visible{
	display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #012034;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 15px solid #012034;
    border-radius: 5px;
    padding: 50px 0 25px 0;
    width: 27%;
    margin-top: 10%;
    box-shadow: 2px 2px 15px rgba(55,55,55,0.3);
}

.popup-bastogne.visible, .popup-3ours.visible{
	background: url('../images/backgrounds/bg-honey-lot.jpg') no-repeat center;
    background-size: cover;
}

.popup-noville.visible{
	background: url('../images/backgrounds/bg-honey-lot-02.jpg') no-repeat center;
    background-size: cover;
}

.popup.visible .close-popup img{
	cursor: pointer;
	position: absolute;
    right: -30px;
    top: -30px;
}

.popup li{
	margin: 25px 0;
    font-size: 25px;
}

.popup h3{
	text-transform: inherit;
	margin-bottom: 25px;
}

li a img{
    margin-right: 10px;
	transition: margin-right .3s ease;
    width: 30px;
}

section.bloc-diplome a{
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.3))
}

a{
	text-decoration: none;
	color: #012034;
}

li a:hover img{
	margin-right: 3px;
	transition: margin-right .3s ease;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
    font-weight: 900;
    -webkit-text-fill-color: #333333;
    background-color: #BD081B;
}

input, textarea {
    -webkit-appearance: none;
}

body{
	background: url('../images/backgrounds/bg-honey.jpg');
	overflow: hidden;
}

div.bg-honey-02{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1300px;
	background: url('../images/backgrounds/bg-honey-02.png') no-repeat center;
	background-size: cover;
}

.honey-bg{
	background: url(../images/backgrounds/honey.png) no-repeat;
    background-position: 115% 0px;
    background-size: 25%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 330px;
    z-index: 0;
}

.blocparallax {
	height: 100vh;
	width: 100%;
	position: absolute;
}

.bgprl {
	display: block;
	position: absolute;
	margin-left: -300px;
}

.bee-bg{
	background: url(../images/backgrounds/bee.png) no-repeat;
    /*background-position: -250px 0px !important;*/
    background-position: -100px 125px;
    background-size: 25%;
    width: 90%;
    height: 100%;
    position: absolute;
}

div#logo{
	width: 100vw;
	height: 95px;
	position: fixed;
	z-index: 1000;
	top: 0%;
	transition: height 0.3s ease;
}

#logo img{
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
	padding-top: 14px;
	width: 370px;
	transition: all 0.3s ease;
}

div#logo.fixed-nav{
	height: 70px !important;
	transition: height 0.3s ease;
	background-color: rgba(255,206,0,0.9);
	box-shadow: 0px 1px 5px rgba(34,34,34,0.4);
}

div#logo.fixed-nav img{
	width: 200px !important;
    left: 52%;
	transition: all 0.3s ease;
}

section.bloc-diplome{
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 140px;
}

section.bloc-honey{
	width: 100%;
	margin-top: 40px;
}

.btn-honey{
	background-size: 115% !important;
	width: 515px;
	height: 200px;
	margin-bottom: 55px;
	border-radius: 5px;
	margin-left: 50%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 5px rgba(34,34,34,0.3);
	background-color: #ffffff;
	cursor: pointer;
	top: 0px;
	transition: .3s ease all;
}

.btn-honey h2{
	font-family: 'Roboto';
	font-style: normal;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 1.5px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	display: none;
}

#honey-bastogne{
	background: url('../images/etiquettes/bg-bastogne.jpg');
	background-position: center;
	position: relative;
	transition: .3s ease all;
}

#honey-noville{
	background: url('../images/etiquettes/bg-noville.jpg');
	background-position: center;
	position: relative;
	transition: .3s ease all;
}

#honey-3ours{
	background: url('../images/etiquettes/bg-3ours.jpg');
	background-position: center;
	position: relative;
	transition: .3s ease all;
}

.shadow{
	margin-top: 210px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 55%;
    height: 15px;
    background-color: #000000;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    filter: blur(4px);
    opacity: 0.25;
	transition: .3s ease all;
}

#honey-bastogne:hover, #honey-noville:hover, #honey-3ours:hover{
	top: -20px;
	transition: .3s ease all;
}

#honey-bastogne:hover .shadow, #honey-noville:hover .shadow, #honey-3ours:hover .shadow{
	width: 75%;
    height: 15px;
    margin-top: 230px;
    filter: blur(7px);
    opacity: 0.25;
    transition: .3s ease all;
}

.bloc-footer{
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto';
}

#footer-01{
	padding: 40px 0;
	background-color: #6c5e4f;
	margin-top: 80px;
	width: 100%;
	text-align: center;
	/*border-top: 15px solid #012034;*/
}

h3{
	padding: 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 35px;
}

.contact{
	margin-top: 20px;
	display: inline-flex;
	width: 700px;
	justify-content: space-around;
}

.contact li a{
	color: #ffffff;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
}

ul, ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
}

li i{
	font-family: 'FontAwesome';
	font-style: normal;
	margin-right: 5px;
}

#footer-02{
	padding: 15px 0 10px 0;
    font-size: 15px;
    background-color: #514334;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: end;
}

#footer-02 p{
	margin-top: 11px;
	margin-left: 10px;
}

.img-carousel{
	width: 100%;
	display: inline-flex;
	justify-content: center;
	margin-top: 35px;
}

.img-carousel div img{
	box-shadow: 2px 2px 5px rgba(34,34,34,0.3);
	position: relative;
	z-index: 1;
}

.shadow-02{
	margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 15px;
    background-color: #000000;
    border-radius: 100%;
    z-index: -1;
    filter: blur(4px);
    opacity: 0.25;
    transition: .3s ease all;
    position: relative;
    z-index: -1;
}

.carousel{
	margin-top: 100px;
}

.carousel-cell {
  width: 28%;
  height: auto;
  margin-right: 30px;
  counter-increment: carousel-cell;
}

.carousel-cell img{
	width: 100%;
	opacity: 0.9;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(34,34,34,0.3);
	transition: .3s ease opacity;
}

.carousel-cell img:hover{
	opacity: 1;
	transition: .3s ease opacity;
}

.flickity-prev-next-button.previous, .flickity-prev-next-button.next{
	border: 2px solid #012034;
}

.flickity-button-icon {
    fill: #012034 !important;
}

.flickity-page-dots{
	opacity: 0;
}

.fancybox-wrap, .fancybox-mobile{
  position: fixed !important;
}

.fancybox-mobile{
  top: 20% !important;
}

.fancybox-nav{
	display: block;
}

.fancybox-opened .fancybox-skin, .fancybox-skin{
	background-color: #012034 !important;
}

.fancybox-close, .fancybox-nav span{
	visibility: visible !important;
    background-position: 0 !important;
    width: 44px !important;
    height: 44px !important;
}

.fancybox-close{
	background: url(../images/close.png) no-repeat center !important;
}

.fancybox-next span{
	right: 15px !important;
	background: url(../images/arrow-next.png) no-repeat center !important;
}

.fancybox-prev span{
	left: 15px !important;
	background: url('../images/arrow-prev.png') no-repeat center !important;
}

.fancybox-lock .fancybox-overlay{
	background: rgba(255,206,0,0.7) !important;
	overflow: hidden;
}

.fancybox-overlay{
	background: rgba(255,206,0,0.7) !important;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.bee-bg{
		background-position: 20px 125px;
    	background-size: 35%;
	}

	.popup-bastogne.visible, .popup-noville.visible, .popup-3ours.visible{
		width: 50%;
	}

	.flickity-viewport{
		height: 200px;
	}

	.carousel-cell{
		width: 33%;
	}

	.fancybox-prev span, .fancybox-next span{
		background-size: 44px 44px !important;
	}
}

@media only screen and (max-width: 800px){
	.honey-bg{
    	background-position: 115% 0px;
    	background-size: 25%;
    	top: 750px;
	}

	.bee-bg{
		/*background-position: -150px 0px;
    	background-size: 35%;*/
    	background-position: 25px 100px;
    	background-size: 40%;
	}

	#honey-bastogne:hover, #honey-noville:hover, #honey-3ours:hover{
		top: 0px;
		transition: 0s ease all;
	}

	#honey-bastogne:hover .shadow, #honey-noville:hover .shadow, #honey-3ours:hover .shadow{
		width: 60%;
		height: 15px;
		margin-top: 270px;
	    filter: blur(4px);
		transition: 0s ease all;
	}

	.btn-honey{
		width: 400px;
		background-size: 150% !important;
	}

	.popup-bastogne.visible, .popup-noville.visible, .popup-3ours.visible{
		width: 60%;
	}

	.carousel-cell{
		width: 38%;
	}

	.carousel-cell img:hover{
		opacity: 1;
	}
}

@media only screen and (max-width: 500px){
	div#logo.fixed-nav{
		height: 55px !important;
	}

	div#logo.fixed-nav img{
		width: 130px !important;
	}

	.honey-bg, .bee-bg, .bg-honey-02{
		display: none;
	}

	.popup-bastogne.visible, .popup-noville.visible, .popup-3ours.visible{
		width: 335px;
	}

	#logo img{
		width: 220px;
	}

	section.bloc-diplome{
		margin-top: 100px;
	}
	
	section.bloc-diplome img{
		width: 150px;
	}
	
	section.bloc-honey{
		margin-top: 20px;
	}

	.btn-honey{
		width: 300px;
		height: 145px;
    	background-size: 145% !important;
    	margin-bottom: 30px;
	}

	.shadow, .shadow-02{
		display: none;
	}

	.img-carousel{
		display: block;
		margin-top: 70px;
	}

	.img-carousel div{
		margin-bottom: 30px;
	}

	.carousel-cell{
		width: 100%;
	}

	.carousel-cell img{
		border-radius: 0px;
	}

	.fancybox-close{
		background-size: 35px 35px !important;
	}

	.fancybox-prev span, .fancybox-next span{
		background-size: 30px 30px !important;
	}

	.fancybox-next span{
		right: 5px !important;
	}

	.fancybox-prev span{
		left: 5px !important;
	}

	h3{
		font-size: 30px;
	}

	.contact{
		width: 100%;
		display: block;
	}

	.contact-yves{
		margin-bottom: 30px;
	}

	ul, ul li{
		font-size: 15px;
    	line-height: 20px;
	}

	#footer-02{
		padding: 15px 0;
	}
}

@media only screen and (max-width: 350px){
	.popup-bastogne.visible, .popup-noville.visible, .popup-3ours.visible{
		width: 280px;
	}
}