@font-face {
    font-family: "Open Sans";
    src: url(./css/OpenSans-Regular.woff2) format("woff2"),
           url(./css/OpenSans-Regular.woff) format("woff"),
           url(./css/OpenSans-Bold.woff) format("woff"),
           url(./css/OpenSans-Bold.woff2) format("woff2");

   }
@font-face{
    font-family: "volkhov-bold" ;
    src: url(./css/OpenSans-Bold.woff) format("woff"),
    url(./css/OpenSans-Bold.woff2) format("woff2");

} 

@font-face {
    font-family: "poppin";
    src: url(./css/poppins-regular.woff) format("woff"),
         url(./css/poppins-regular.woff2) format("woff2");
}
@font-face {
    font-family: 'poppins-bold';
    src: url(./css/poppins-bold.woff);
}
@font-face {
    font-family: "volkhov";
    src: url(./css/volkhov-bold.woff) format("woff"),
         url(./css/volkhov-bold.woff2) format("woff2");
       /*  url(./volkhov-italic.woff) format("woff"),
         url(./volkhov-italic.woff2) format("woff2"),*/
}
@font-face {
    font-family: "volkhov-regular";
    src: url(./css/volkhov-regular.woff) format("woff"),
         url(./css/volkhov-regular.woff2) format("woff2");
}

@font-face {
    font-family: 'godofwar';
    src: url(./css/GODOFWAR.TTF);
}






/*GENERAL*/

*{  
    margin: 0;
    padding: 0;
    font-family: 'poppin','sans-serif';
   
}
strong{
    font-family:'poppins-bold';
}

h1{
    position: relative;
    color: white;
    font-size: 5.5em;
    font-family: 'volkhov-regular';
    margin: 40px 0 20px;
    z-index: 200;
    text-align: start;
}

.bouton.jaune{
    background-color: #f1a501;
    box-shadow: 0px 20px 35px 5px rgb(241 165 1 / 15%);
    transition: all 0.5s ease;
}
.bouton.jaune:hover{
    scale: 1.1;
}


.bouton.jaune:hover{
    opacity: 0.9;
}

.bouton {
    font: 18px Arial, Helvetica, sans-serif;
    border-radius: 10px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    color: white;
    
}
section{
    position: relative;
}
.plat{
    height: 408px;
    width: 280px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    background-color: white;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.petit{
    position: relative;
    background-color:rgb(252, 245, 245);
    border-radius: 20px;
    height: 310px;
    z-index: 999;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    
}

.petit:hover{
    background-color: white;
    box-shadow: 0 0 2em rgb(194, 192, 192);
}

.image1{
    width: 100%;
}

.image1 > img{
    width: 150px;
}
@keyframes rotation {
    0% {transform: rotate(-45deg);}
    100% {transform: rotate(0deg);}
   
}
.red{
    display: none;
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: 1;

}
.petit:hover .red{
    display: block;
    animation: rotation 1s;

    }



.red > img{
    width: 100px;
}






/*HEADER*/










header{
    height: 70px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 500;
    background: fixed rgb(252, 245, 245);
    z-index: 9999999999;
}
#figure {
    height: 70px; 
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 290px;
}


#figure figure:first-child{
    margin-left: 150px;
}


header img{
    height: 30px;
}
@keyframes rotate{
    10% {transform: rotate(15deg);}
    20% {transform: rotate(-15deg);}
    30% {transform: rotate(15deg);}
    40% {transform: rotate(-15deg);} 
    50% {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);} 
    70% {transform: rotate(15deg);}
    80% {transform: rotate(-15deg);} 
    90% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}   

}
#logoHeader:hover{
    animation: rotate 0.5s;
}

header > nav{
    margin-right: 70px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

#burger
{
    position: relative;
    line-height: 100%;
    height: 50%;
    left: 10px;
    display: none;

}


header > nav >ul > li{
    float: left;
    list-style: none;
    line-height: 70px;
    margin: 0 20px;
    display: list-item;
    text-align: -webkit-match-parent;
    
}
header > nav >ul > li >a{
    text-decoration: none;
    color: #222;
    font-family: 'poppin';
    line-height: 50px;
    height: 50px;
    display: block;

    
}
header > nav >ul > li:hover >a{
    text-decoration:underline;
}

/* Ajoute une image après les liens */
a::after{
   content: url(../img/);
   padding-left: 5px;
}

@media screen and (max-width: 1025px){
header > nav {
    margin-right: 40px;
    
}
header > nav >ul > li{
    display: none;
}

#burger{
    display: block;
}
    
}
@media screen and (max-width: 700px){
    #figure figure:first-child {
    margin-left: 30px;
    }
    #figure figure:last-child {
        margin-left: 10px;
        }
    #figure{
        justify-content: flex-start;
    }

}






/*firtsection*/









#firstSection{
    background: url(./img/shutterstock_1721943142\ 1.png) center center / cover no-repeat ;
    padding: 100px 0 100px 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#firstSection span{
    text-transform: uppercase;
    color: #DF6951;
    font-size: 20px;
    font-family: 'poppins-bold';
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    text-align: start;

}

#firstSection figure{
    position: absolute;
    top: 500px;
    z-index: 100;
}
#firstSection p{
    color: rgb(186, 184, 184);
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    max-width: 460px;
    text-align: start;
}
#firstSection > article{
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media screen and (max-width: 700px){
    #firstSection{
        padding: 20px 0 20px 0px;
        
        
    }
    #firstSection > article{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    


    #firstSection span{
        text-align: center;
        margin-block-start: 0;
        margin-block-end: 0;
        margin: 0;

    }
    #firstSection figure{
        text-align: center;
        top: 240px;
        width: 200px;
    }
    #firstSection figure > img{
        width: 100%;
    }
    #firstSection p{
        text-align: center;
    }
    h1{
        text-align: center;
        font-size: 3em;
        
    }

    
    @media screen and (max-width: 495px){
        #firstSection figure{     
            top: 260px !important;     
        }
    }
    
    @media screen and (max-width: 327px){
        #firstSection figure{     
            top: 320px !important;     
        }
    }
    
    
}






/* Section1 */




#section1{
    text-align: center;
    padding: 100px 0 100px 100px;
    background-color:  rgb(252, 245, 245);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#croix{
    
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 1s ease;
}

#section1 > span{
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

#section1 > h3{
    margin: 20px 0;
    font-size: 3em;
    font-family: "volkhov", "sans-serif";
  
}

#nouvauté > div{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

   


}
#nouvauté> div> article{
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#nouvauté> div> article:last-child{
    display: none;
}

#section1 p{
    color: #5E6282;
    font-size: 18px;
    line-height: 28px;
    margin: 0 20px;
    font-family: 'poppin';
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    position: relative;
    
    
}

.petit article{
    z-index: 999;
    background-color: rgb(252, 245, 245);
    border-radius: 0 0 20px 20px;
    width: 100%;

}

.petit:hover article{
    background-color: white;
}

.principal{
    height: 280px;
    background-color:  rgb(252, 245, 245);
}
.principal img{
    border-radius: 20px 20px 0 0;
    width: 100%;
}
    

.plat div{
    padding: 5px 0;
}
.last{
    position: relative;
    z-index: 999;
    background-color: white;
    border-radius: 0 0 20px 20px;
    
}
#deco{
position: absolute;
top: 100px;
right: -60px;


}

#rouge{
    color: #df6951;;

    font-family: 'volkhov';
}
#section3{
    overflow: hidden;
}
#section3 h2{
    font-family: 'volkhov-regular';
    color: white;
}
#section4 > h2{
    font-family: 'volkhov-regular';
}



#suchi{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0;
}

@keyframes carouselle {
    0% { left: 0%; }
  30% { left: 0%; }
  33.3% { left: -100%; }
  63% { left: -100%; }
  66.6% { left: -200%; }
  97% { left: -200%; }
  100% { left: -300%; }
    
}




@media screen and (max-width: 920px) {
    #croix{
    
        position: absolute;
        margin-right: 700px;
        width: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 700px) {
    #section1{
        padding: 20px 0 20px 0px;
    }
    .petit{
        flex-direction: row !important;
        height: 100px;
        width: 300px;
        margin: 0;
    }
    .petit > article > p{
        margin: 0 !important;
    }
    .petit:hover{
        background-color:rgb(252, 245, 245);
        box-shadow: none;
    }
    .petit:hover > article{
        background-color:rgb(252, 245, 245);
    }
    .petit:hover > .red{
        display: none;
    }

    .petit > article{
        width:70%;
    }

    .image1{
        width: 30%;
    }

    .image1 > img{
        width: 100px;
    }
    #nouvauté> div> article:last-child{
        display: flex;
    }
    #nouvauté > div{
        height: 450px !important;
        overflow: hidden;
        width: 280px;
        flex-wrap: nowrap;
        justify-content: space-between;
        
        position: relative;
    }
    .grand{
        animation: 20s carouselle infinite;
    }
    
    #nouvauté> div> article:last-child{
        display: flex;
    }
    #suchi{
        flex-direction: column;
        padding: 20px 0;
    }
}






/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/
/*section2*/



#section2{
    position: relative;
    background-color: rgb(252, 245, 245);
    height: 3000px;
    overflow: hidden;
  
}

#chef{
    top: -440px;
    height: 1400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}





.couver{
width: 100%;
overflow: hidden;
position: relative;

}
.couver > img{
    height: 140%;
    width: 140%;
    object-fit: cover;
}
#bacgroundPlat{
    height: 1000px;
    position: relative;
    top: -1739px
}

#bacgroundPlat > img{
    width: 100%;
    height: 100%;
}



#video{
    margin: 100px;
   position: relative;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 100px;
    width: 450px;
    z-index: 88;
}

#video>img{
    
    object-fit:cover;
    height: 100%;
    width: 100%;
}


#play{
    position: relative;

z-index: 999;
background-color: #fff;
width: 20%;
margin-left: 40%; 
position: absolute;
bottom: 40%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;


}
#play > img{
    width: 95%;
}

#play:hover > img{
opacity: 0.9;

}
#description{
    z-index: 9999;
    position: relative;
    top: -2100px;
}

#description> h2{
    color: #fff;
    font-size: 4.5em;
    margin: 0 20px 0 100px;
    line-height: 1.2em;
} 

#description> p{
    color: #fff;
    margin: 0 20px 0 100px;
    line-height: 1.7em;
    font-size: 1.4em;
    width: 580px;
}

#imagesSection2{
    position: relative;
    top: -750px;
    display: flex;
    justify-content:flex-start ;
}
#imagesSection2 > figure{
z-index: 999;;

}
#imagesSection2> figure > img{
    position: relative;
    z-index: 999;;
}

#livraison{
    margin-left: 100px;
    position: relative;
    top: -2350px;
}
    
.grey{
    text-transform: uppercase;
    color: #5e6282;
    font-size: 1.2em;
    font-family: 'poppin','sans-serif';
    font-weight: 600;
   

}
#livraison > h2{
    font-size: 3em;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'volkhov';
}

#livraison a, #flex {
    display: block;
    text-decoration: none;
    color: #141414;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 20px 0;
    width: 420px;
}

#flex{
    width: 380px;
    margin-bottom: 70px;
}

#livraison p {
    width: 300px;
}  

#livraison li{
    list-style-type: none;
}

.logo{
    
    height: 50px;
    width: 50px;
}

.logo > img{
    height: 100%;
    width: 100%;
}

#livraison strong{
    line-height: 2em;
    margin-top: 20px;
}


@media screen and (max-width: 700px){

#section2{
    padding: 0;
    height: auto;
}
#section2 > article{
    display: none;
    padding-bottom: 40px;
}
#Vector{
    display: none;}
#bacgroundPlat{
    display: none;
}
#section2 > div{
    margin-bottom: 0px;
    position: relative;
    height: auto;
    width: 100%;
    z-index: initial;
    left: initial;
    bottom: initial;
    margin-bottom: -5px;
}

#imagesSection2 {
    top:0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#imagesSection2 > figure {
    opacity: 999;
    height: 50%;
    width: 100%;
    margin-bottom: -5px;
    }
#imagesSection2 > figure > img {
    position: relative;
    opacity: 999;
    height: 100%;
    width: 100%;
    object-fit: cover;
    }

#video {
    margin: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 0; 
    width: 100%;
    position: relative;
    margin-bottom: -5px;
}
#chef {
    
    margin-top: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-bottom: -5px;
}

#chef > img{
    width: 100% ;
    object-fit: cover;
}

.couver > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-left: 0px;
}
#livraison {
    margin-left: 0px;
    
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    top: 0
}

#livraison > h2{
    text-align: center;
}

}

    














/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/
/*Section3*/





















#section3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color:  rgb(252, 245, 245);
    margin-top: -550px;
    padding-bottom: 50px;
}
#section3 > h2{
   color: #14183e;
   font-size: 3em;
   text-align: center;

}
#section3 > fieldset{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    width: 50%;
    min-width: 700px;
    margin-top: 100px;
    height: 500px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 4px 61px 0px rgb(0 0 0 / 10%);

}

#section3 > .grey{
    margin-top: 20px;
}

#section3 > fieldset > div{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 20px 30px;

}
.form > h3{
    line-height: 3em;
}

.form > p{
    color: #8d8d8d;
}


#section3 > fieldset > figure{
    width: 50%;
    height: 500px;

}

#section3 > fieldset > figure > img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#name{
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 20px 0;
    
}
input{
    border: none;
    margin: 0;
    padding: 0 0 5px;
    outline: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e4e5;

}
input:focus {
    border-bottom: 1px solid #19a2e6;
    margin: 0 0 -5px;
    padding: 0 0 10px;
    
}
label{
    margin: 15px 0;
}

#boutonBleue{
    background-color: #3c97f9;;
    box-shadow: 0px 20px 35px 5px rgb(241 165 1 / 15%);
    padding: 20px;
    text-align: center;
    align-self: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#boutonBleue:hover{
    opacity: 0.9;
}

#boutonBleue > span{
    color: #fff;
    margin-left: 10px;
    font-size: 1.5em;
}

@media screen and (max-width: 700px){
#section3{
    margin-top: -30px;
}

fieldset{
    min-width: 300px !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-top: 30px !important;
}

fieldset > figure{
    display: none;
}

fieldset > div{
    width: 100% !important;
    border-radius: 0;
}











}












/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*//*FOOTER*/















footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: #f3f3f3;
    overflow: hidden;
}
#footer1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 70%;
}
.footer-content{
    margin: 20px;
}
#logoFooter{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 250px;
    margin-bottom: 20px;
}
#logoFooter > figure{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#textLogoFooter{
    height: 85%;
}

#imageLogoFooter{
    height: 80%;
}

#slogan{
    color: #5e6282;
}

footer a{
    text-decoration: none;
    color: #5e6282;
}
footer a:hover{
    text-decoration: underline;
}

footer td{
    height: 25px;
    width: 150px;
    text-align: center;
}
footer th{
    height: 30px;
    text-align: start;
    font-size: 1.2em;
    font-family: 'poppins-bold';
    width: 150px;
    text-align: center;
}

#UberEats{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#uber{
    margin-bottom: 20px;
}

#uber > img{
    width: 200px;
}

#UberEats p{
    color: #5e6282;
    margin-bottom: 20px;
    
}

.boutonBlack{
    background-color: #000;
    border-radius: 25px;
    margin: 0 2px;
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.boutonBlack > span{
    color: #fff;
    line-height: 30px;
}
#blackBotton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boutonBlack:hover{
    cursor: pointer;
    opacity: 0.8;
}

#droit{
    color: #5e6282;
}

#Vector{
    position: relative;
    z-index: 99;
    margin-left: 100px;
    top: 489px
}

