/*
#############
    font
############
*/
@font-face {
    font-family: 'Roboto';
    src: url(font/roboto-Black.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* 
###############
    header
###############
*/

body{
    font-family: 'Roboto';
}



header{
    display:flex;
    height:10vh;
    justify-content: space-around;
    border-bottom: 1px solid black;
    align-items: center
    
}
                    /* logo*/
header img{
    width:130px;
    height: 70px;
}

.shearch {
    border-radius:100px 100px 100px 100px;
    background-color: lightgrey;
    height: 40px;
    width: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
                    /* barre de recherche */
.shearch input{
    background-color: lightgrey;
    width: 30vh;
    height: 40px;
    border: none;
}

.header-right{
    display:flex;
    width: 50vh;
    justify-content: space-around;
}

button{
    border: none;
    background-color: lightgrey;
}

                /* service client */
.call-us{
    display:flex;
    align-items: center;
    line-height: 4px;
}

.call-us div{
    margin-left: 10px;
}

.call-us i, .call-us p:last-child{
    color: #5AB725;
}

.call-us i{
    font-size: 2.5em;
    margin-right: 20px;
}

                /* panier*/
.item{
    display:flex;
}
.item i{
    border-radius: 100%;
    font-size: 1.5em;
    padding: 15px;
}

.item i:hover{
    background-color: #76C242;
}
.fa-user{
    background-color: #C1FAF5;
}
.fa-heart{
    background-color: #E8FAC1;
    border-radius: 100%;
}

.fa-shopping-basket{
    background-color: #F9FAC1;
    
}
/* 
###############
    Main
###############
*/
                /*NAV*/
nav{
    display: flex;
    background-color: #2C5411;
    height: 60px;
    align-items: center;
}

nav button{
    background-color:  #4DA413;
    margin-left: 150px;
    height:50px;
    border-radius: 100px;
    width: 300px;
    text-align: left;
    padding-left: 20px;
    color: white;
}

nav p{
    margin-left:50px;
    color: white;
}

nav p:hover{
    color:#4DA413;
}

img{
    width: 100%;
}

                /* haut de page */

.upper-page{
    background-color: lightblue;
    height: 80vh;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.upper-page button{
    margin-left:20px;
    margin-right:20px;
    background-color: white;
    padding: 18px;
    border-radius:100%;
    width: 50px;
    height: 50px;
}

.upper-page button:hover{
    background-color: green;
}

/* 
###############
   Footer
###############
*/


a:hover{
     text-shadow: 2px 2px 4px black;
     font-weight: bold;
}
