*{
    margin: 0;
    padding: 0;

}
 
/*...........................................header.menu.logo..........*/

header{
    display: block;  
}

#entete{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    position: fixed;
    z-index: 5000;
}

#image{
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
#image > img{
    position: relative;
    transition-duration: .8s;
    transition-property: transform;
    margin-left: 20px;
}

#image > .movetonlogo:hover{
    transform: rotate(90deg);
}

#menu{
    width: 40%;    
}

#menu > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;    
}

#menu > ul > li{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

#menu > ul > li > a{
    text-decoration: none;
    color: black;
}

#menu > ul > li:hover > a{
    border-bottom: 1px solid black;
    margin-top: 1px;
}

/*...................................banniere................................*/

#contiendre{
    padding-top:50px;
}

#banniere{
    /* width: 100%;
    height: 500px; */
    
    background: url(../img/illustration_principale.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px ;
}

#intro{
    width: 400px;
    height: 350px;
    text-align: center;
    margin: 25px;
}

#intro > h3{
    color: #df6951;
    
}

#intro > h1{
    color: #fff;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#intro > h5{
    color: #bfc0cd;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.3rem;
}

#intro > .bouton{
    width: 200px;
    height: 50px;
    background-color: #da9603;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-size: 1.1rem;
}

#intro > .bouton:hover{
    display: block;
    transform: scale(1.5, 1.5);
    margin: 2em auto auto auto;
    cursor: pointer;
}

/*..............................partie...section...*/

#sectionUn{
    display: flex;
    flex-direction: column;
}

#sectionUn > h4{
    text-align: center;
    margin-top: 50px;
}

#sectionUn > h2{
    text-align: center;
    margin-top: 15px;
}

#sectionUn > button{
    width: 200px;
    height: 50px;
    background-color: #da9603;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-size: 1.1rem;
    margin: 70px auto auto auto;
}

#sectionUn > button:hover{
    display: block;
    transform: scale(1.5, 1.5);
    margin: 70px auto auto auto;
    cursor: pointer;
}
/*...............................contnair...............*/


#contnair{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}

#contnair > .plat{
    width:280px;
    height:400px;
    box-shadow:12px 12px 12px 12px #f5f5f5;
    background-color:#fefee2;
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 20px 20px;
}

.plat > img{
    border-radius: 20px 20px 0 0;
}

.plat > p{
    width: 270px;
    text-align: center;
    margin: auto;
    padding: 0 5px;
    color: #5e6282;    
}

/*..............................souContnair......................*/

#souContnair{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}

#souContnair > .sushis{
    
    height: 350px;
    text-align: center;
}

.sushis:hover{
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 10px 20px #f5f5f5;
}

.sushis > img{
    margin: 10px auto;
    width: 150px;
    height: 150px;
}

.sushis > h3{
    width: 230px;
    margin: 20px auto;
    color: #1e1d4c;
}

.sushis > p{
    width: 150px;
    text-align: center;
    color: #5e6282;
    margin: 10px auto;
}

.redBloc{
    width: 100px;
    height: 100px;
    background-color: #dc6750 ;
    margin-left: -15%;
    border-radius: 0 20px 0 50px;
    animation: rotate 0.5s linear ;
    display: none;
}

.sushis:hover > .redBloc{
    display: block;
    
    
}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(90deg);
    }
  }


/*..............................ArtSecUn..sectionDeux..........................*/

#ArtSecUn{
    
    background-image: url(../img/illustration_chef.jpg) ;
    background-size: 100% , 1200px;
    background-repeat: no-repeat;
}

#ArtSecUn > #VidImg{
    width: 305px;
    height: 164px;
    border-radius: 10px;
    margin: 100px 0 0 50px;
}

#ArtSecUn > #play > img{
    width: 69px;
    height: 70px;
    text-align: center;  
}

#ArtSecUn > #play{
    width: 69px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    background-color: white;
    border: 5px solid white;
    margin: -130px 0 0 160px;
}

#play > img:hover{
    cursor: pointer;
    opacity: 0.8;
}

#ArtSecUn > h1{
    width: 400px;
    color: white;
    font-size: 3rem;
    margin-top: 50px;
    margin-left: 50px;
}

#ArtSecUn > p{
    width: 500px;
    height:500px;
    color: white;
    font-size: 1.2rem;
    margin-top: 100px;
    margin-left: 50px;
}

/*...............................sectionDeux.ArtSecDeux.......................*/

#ArtSecDeux{
   
    
    height: 1200px;
    background-image: url(../img/illustration_commander.jpg) ;
    background-size: 100% 1200px;
    background-repeat: no-repeat;
}

#ArtSecDeux > h4{
    padding-top: 500px;
    text-transform : uppercase;
    margin-left: 100px;
    color: #bfc0cd;
    font-size: 1.5rem;
}

#ArtSecDeux > h1{
    margin: 20px 0 0 100px;
    padding-top: 5px;
    font-size: 3rem;
}

#ArtSecDeux > #livraison{
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-top: 20px;
}

#livraison > .choix{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.choix > .couple{
    margin-left: 10px;
}

#ArtSecDeux > button{
    width: 200px;
    height: 50px;
    background-color: #da9603;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-size: 1.1rem;
    margin: 50px 0 0 150px;  
}

#ArtSecDeux > button:hover{
    display: block;
    transform: scale(1.5, 1.5);
    margin: 50px 0 0 150px;
    cursor: pointer;
}

/*.....................jointure.ArtSecUn.avec.ArtSecDeux....................*/

#mordu{
    display: flex;
    flex-direction: row;
    margin-top: -1500px;
    margin-bottom: 1100px ;
}

/*..........................titreFormulaire.........................*/

#titreFormulaire{
    width: 350px;
    height: 150px;
    display: flex;
    flex-direction: column;
    margin-left: 40%;
    margin-top: -150px;
    
}

/*........................formulaire...........................*/

#formulaire{
    
    width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 auto ;
    box-shadow: 0 0 40px 30px #F0F0F2;
    border-radius: 10px 10px 10px 10px ;
}

#formulaire > img{
    border-radius: 0 10px 10px 0 ;
}

#boite{
    width: 500px;
    display: flex;
    flex-direction: column;
}

#boite > #infosContact{
    margin: 50px 39px;

}

#boite > #infosContact >p{
    margin-top: 20px;
}

#boite > form{
    width: 500px;
    display: flex;
    flex-direction: column;
    
   
} 

#boite > form > .champ{
    width: 250px;
    margin-left: 39px;
    margin-top: 30px;
    color: #14183d;
}

#boite > form > .champ > input{
    border: 0;
    border-bottom: 1px solid grey;
}

#boite > form > .formu{
    width: 100px;
    height: 50px;
    cursor: pointer;
    margin-left: 200px;
    margin-top: 50px;
    color: #F0F0F2;
    font-size: 1.3rem;
    background-color: #1a88ff;
    border: 0;
    border-radius: 10px 10px 10px 10px ;
    box-shadow: 0 0 10px 3px aqua ;
}

#boite > form > .formu:hover{
    display: block;
    transform: scale(1.5, 1.5);
    margin: 50px 0 0 200px;
    cursor: pointer;
}

#ESSAI{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 10px;
    
}

#ESSAI > .champ{
    color: #14183d;
}

#ESSAI > .champ > input{
    border: 0;
    border-bottom: 1px solid grey;
}

/*.............................footer.................*/

footer{
    
    height: 300px;
    display:flex ;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 50px;
    background-color: #f3f3f3;
}

#boxUn{
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
}

#boxUn > #image-footer{
    margin: 20px 20px;
}

#image-footer > .movetonlogo{
    transition-duration: .8s;
    transition-property: transform;
    margin-right: 10px;
}

#image-footer > .movetonlogo:hover{
    transform: rotate(90deg);
}


















#boxDeux{
    width: 250px;
    height: 200px;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#boxDeux > #restaurant > nav > ul{
    display: flex;
    flex-direction: column;
    margin: 5px 5px;
}

#boxDeux > #restaurant > nav > ul > li, #boxDeux > #contact > nav > ul > li{
    list-style-type: none;
}

#boxDeux > #restaurant > nav > ul > li > a, #boxDeux > #contact > nav > ul > li > a{
    text-decoration: none;
}

#boxTrois{
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
}