/* ------ HOME TOP */

#hometop{
	position: relative;
}
#hometop .ligne{
	height:245px;
	position: relative;
}
#hometop .ligne .left,
#hometop .ligne .right{
	height:245px;
	width:50%;
	position: absolute;
	top:0px;
	left:0px;
	background: no-repeat center center;
    background-position:0%;
	transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
#hometop .ligne .right{
	left:50%;
}
#hometop .ligne .left:hover,
#hometop .ligne .right:hover{
    background-position:20%;
}
#hometop .ligne .visu1{	background-image: url(https://www.faubourggourmand.com/images/accueil/home-top-v1.jpg); }
#hometop .ligne .visu2{	background-image: url(https://www.faubourggourmand.com/images/accueil/home-top-v2.jpg); }
#hometop .ligne .visu3{	background-image: url(../images/accueil/home-top-v1.jpg); }
#hometop .ligne .visu4{	background-image: url(../images/accueil/home-top-v1.jpg); }
#hometop .ligne .text{
	position: absolute;
	left:35px;
	top:120px;
	color:#fff;
	max-width:360px;
	font-family: 'Signika', sans-serif; 
	transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
#hometop .ligne .text span{
	font-family: 'brandon_grotesque_regularRg';
	font-size:2.3em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
#hometop .ligne .left:hover .text,
#hometop .ligne .right:hover .text{
	top:60px;
}
#hometop .ligne-bottom{
	background: #272624;
	padding:30px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	font-family: 'brandon_grotesque_regularRg';
	font-size:1.2em;
	letter-spacing: 0.06em;
}

#hometop strong{
	font-size:1.2em;
}