43 lines
694 B
CSS
43 lines
694 B
CSS
@media (min-width:750px){
|
|
/*NAVBAR*/
|
|
.header{
|
|
position: fixed;
|
|
}
|
|
|
|
.header li{
|
|
float: left;
|
|
}
|
|
|
|
.header li a{
|
|
padding: 20px 30px;
|
|
}
|
|
|
|
.header .menu{
|
|
clear: none;
|
|
float: right;
|
|
max-height: none;
|
|
}
|
|
|
|
.header .menu-icon{
|
|
display: none;
|
|
}
|
|
|
|
.header ul input{
|
|
border-bottom: 0.1vw solid grey;
|
|
margin-top: 6%;
|
|
}
|
|
|
|
|
|
/*============================================*/
|
|
|
|
/* TOUT NOS PRODUITS*/
|
|
.flex-container>div {
|
|
width: 20%;
|
|
margin: 1vw;
|
|
}
|
|
|
|
.flex-container>div>a>img{
|
|
width: 80%;
|
|
}
|
|
/*============================================*/
|
|
}
|