
#hero{
background-image: url(Image/poulet.jpg);
	background-size: cover;    
	background-repeat: no-repeat; 
	height: 900px;
}	
header{
	text-align:center;
	 font-family: Arial;
	 color:white;
	 padding:5px;
	 display:grid;
	 grid-template-columns:1fr;
	grid-template-rows:repeat(2, 1fr);
	grid-template-areas:"Titre"
                         "barre";
       
	display: flex;
	background-color:#2d0000;
	
	/* padding: 8px; */
}
#Titre{
	padding-left: 10px;
}
#barre{
	padding-left:930px;

}
.Titre{

	padding:15px;
}

 .barre{
   grid-area:barre;
   padding:10px;
}
nav{
 padding:20px;
 color:white;
}

nav ul {

	list-style: none;
	margin: 0;
	display: flex;
	justify-content: center;
	color:white;
}
nav a{
	text-decoration: none;
	color:black;
	padding: 20PX;
	color:white;
}

nav a:hover{
	color: #EA6113;
}
nav a::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg,#00c6ff,#0072);
	border-radius: 3px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease;
}
nav a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.Is{
	position: absolute;
    top: 120px;
    left: 20px;
    color: white;
    font-size: 130px;
    font-family: 'Island Moments'; 
}
.c{
            position: absolute;
            top: 290px;
            left: 20px;
            color: white;
            font-size: 70px ;
 }
 main{
	background-color:#5c0000;
}
.fa{
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
           
}
#i{
    font-family: 'Island Moments';
    font-size: 80px;
    color: white;
}
.fi{
    color: white ;
    opacity: 0.5;
}
.container{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 300px;
	gap: 16px;
	transition: 0.3s;
}
.container li{
	position: relative;
	overflow: hidden;
	flex: 0 0 180px;
	border-radius: 50px;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #ddd;
}
.container li img{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container li,
.container li img
{
	transition: 0.3s;
}
.container li .content{
	transition: 1.5s ease;
}
.container span{
	text-align: center;
	width: 75%;
}
.container h2{
	font-weight: 100;
	font-size: 20px;
	line-height: 4px;
	margin-bottom: 3px;
	white-space: nowrap;
	color:#fff ;
}
.container p{
	color: #ddd;
	font-size: 10px;
	width: 100%;
}
.container li .content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	padding: 15px;
	background: linear-gradient(
	                           0deg rgb(0, 0, 0 / 70%) 10%,
	                           rgb(255, 255, 255 / 0%) 100%);
	opacity: 0;
	visibility: hidden;
}
.container:hover{
	gap: 100px;
	
}
.container li.content span{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0px;
	translate: -50%;
	scale: 0.85;
	visibility: hidden;
	opacity: 1;
}
.container li:hover{
	flex: 0 1 260px;
	scale: 1.1;
	z-index: 10;
	opacity: 1;
}
.container li:hover .content{
	opacity: 1;
	visibility: visible;
}
.container li:hover column-span{
	scale: 1;
	opacity: 1;
	visibility: visible;
}
.oh{
	padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}


#q{
    background-color: #FF6A00; 
    border: none;
    font-weight: bold;
    left: 20px;
    border-radius: 30px;
    padding: 10px 20px;
}
#q a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
}
.m-title{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
 }
.fp{
            background-color:#5c0000;
            background-image: linear-gradient(to bottom , #7b0202 32%, transparent 50%);
            color: white;
            text-align: center;
            padding: 40px;
            font-size: 40px;
            opacity: 0.8; 
            padding-top: 40px;
}
footer{
	text-align: center;
	background-color:#2d0000;
	color: white;
	height: 230px;


}
.all-f{
	padding-top: 20px;
}

.f-nav{
	padding-left: 200px;
}

