/* TEST */

.conteneur-menu-resto{
	margin-bottom: 20px;
}

.separateur-test{
	float: left;
	display: block;
	margin-right: 5px;
	padding-left: 15px;
}

.separateur-test h3{
	margin-bottom: 30px;
}


/*---Accueil---*/
.bannerAccueil{
	position: relative;
}

.bannerAccueil .logoSlider{
	position: absolute;
    bottom: -100px;
    left: 50%;
    width: 100%;
    max-width: 418px;
    transform: translate3D(-50%, 5%, 0);
    -webkit-transform: translate3D(-50%, 5%, 0);
    -moz-transform: translate3D(-50%, 5%, 0);
    pointer-events: none;
}

.sliderAcc img{
	width: 100%;
	height: auto;
	margin-top: 49px;
}

.sliderAcc .slick-prev,
.sliderAcc .slick-next{
	display: none !important;
}

.sliderTablet,
.sliderMobile,
.contentBannerResto .imgTablet,
.contentBannerResto .imgMobile{
	display: none;
}


/*---Single resto---*/
.contentBannerResto{
	position: relative;
}

.contentBannerResto img{
	width: 100%;
	height: auto;
}

.contentBannerResto h1{
	padding: 296px 0px;
    text-align: center;
    font-size: 81px;
    font-family: blackFont;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #37373a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
}


/* Tablette (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px){
	.bannerAccueil .logoSlider{
	    bottom: -150px;
	}


}


/* Tablette (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 999px){



}


/* Tablette (portrait and landscape) Mobile only ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

	/*---Accueil---*/
	.sliderDesktop,
	.contentBannerResto .imgDesktop{
		display: none;
	}

	.sliderTablet,
	.contentBannerResto .imgTablet{
		display: block;
	}


}

/* Tablette (portrait) Mobile only ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){

}

/* Mobile (portrait and landscape) ----------- */
@media only screen and (max-width : 767px){
/* Styles */

	/*---Accueil---*/
	.sliderDesktop,
	.sliderTablet,
	.contentBannerResto .imgTablet{
		display: none;
	}

	.sliderMobile,
	.contentBannerResto .imgMobile{
		display: block;
	}

	.bannerAccueil .logoSlider{
		width: 75%;

	}


	/*---Single resto---*/
	.contentBannerResto h1{
		padding: 100px 0px;
	    text-align: center;
	    font-size: 50px;
	}

	.slick-track {
    height: 502px;
	}


}


/* Mobile (portrait and landscape) Mobile only ----------- */
@media only screen and (max-device-width : 767px){
/* Styles */


}

@media only screen and (max-width : 500px){
	.imgDesktop {
    height: 414px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contentBannerResto h1 {
    font-size: 35px;
}

}

@media only screen and (max-width : 360px){
	.bannerAccueil .logoSlider {
    bottom: 100px;
	}
}
