2019-11-20 11:56:44 +01:00
|
|
|
|
/*204, 25, 25*/
|
|
|
|
|
/*==========================================================================================*/
|
2019-11-23 13:44:49 +01:00
|
|
|
|
/*BODY + GENERAL*/
|
2019-11-20 11:09:01 +01:00
|
|
|
|
body{
|
2019-11-20 11:56:44 +01:00
|
|
|
|
background : linear-gradient(to left,#141414, #444444, #141414);
|
2019-11-23 13:44:49 +01:00
|
|
|
|
margin: 0;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
2019-11-23 13:44:49 +01:00
|
|
|
|
|
|
|
|
|
#content{
|
|
|
|
|
margin-left: 8vw;
|
|
|
|
|
margin-right: 8vw;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1{
|
|
|
|
|
font-size: 3vw;
|
|
|
|
|
color : white;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
|
|
|
|
|
body>#bienvenue>h1{
|
|
|
|
|
font-size : 3vw;
|
|
|
|
|
color : white;
|
|
|
|
|
text-align : center;
|
|
|
|
|
}
|
|
|
|
|
body>#bienvenue>h2{
|
|
|
|
|
font-size : 2vw;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2019-11-23 15:49:48 +01:00
|
|
|
|
|
|
|
|
|
button#hautPage{
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
left: 95%;
|
|
|
|
|
top: 90%;
|
|
|
|
|
padding: 1vw 1vw;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
border: 0.1vw solid rgb(204,25,25);
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button#hautPage>img{
|
|
|
|
|
width:2vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
/*=====================================*/
|
|
|
|
|
/*NAVBAR*/
|
|
|
|
|
|
|
|
|
|
a#kyflo{
|
|
|
|
|
font-size: 5vw;
|
|
|
|
|
color: rgb(204, 25, 25);
|
|
|
|
|
padding: 0.5vw 1vw;
|
|
|
|
|
transform: none;
|
|
|
|
|
border : none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a#nous{
|
|
|
|
|
border-right: 0.15vw solid rgb(204, 25, 25);
|
|
|
|
|
border-left: 0.15vw solid rgb(204, 25, 25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#panier {
|
|
|
|
|
float : right;
|
|
|
|
|
width : 18.5%;
|
|
|
|
|
padding : 1.2vw 1vw;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
border-left: 0.15vw solid rgb(204, 25, 25);
|
2019-11-23 13:44:49 +01:00
|
|
|
|
margin-right: -13%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-24 13:07:57 +01:00
|
|
|
|
#loupe{
|
|
|
|
|
float: right;
|
|
|
|
|
display: block;
|
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 1.2vw;
|
|
|
|
|
margin-right: 2vw;
|
2019-11-26 08:50:41 +01:00
|
|
|
|
padding: 1vw;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
border: 0.1vw solid rgb(204,25,25);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
transform: none;
|
|
|
|
|
border-left: none;
|
|
|
|
|
background-color: rgb(204, 25, 25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loupe:hover{
|
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
|
transition-duration: 0.2s;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
.topnav {
|
|
|
|
|
overflow: hidden;
|
2019-11-20 11:56:44 +01:00
|
|
|
|
background-color: rgba(22, 22, 22, 0.61);
|
|
|
|
|
box-shadow: 0vw 0.5vw 0.4vw rgba(255, 0, 0, 0.534);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
.topnav a {
|
|
|
|
|
float: left;
|
|
|
|
|
display: block;
|
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 2.4vw 2vw;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
border-right: 0.15vw solid rgb(204, 25, 25);
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
transform: skew(-0.2rad);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav a:hover {
|
|
|
|
|
background-color: rgb(204, 25, 25);
|
|
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav a#nous:hover, a#contactN:hover {
|
|
|
|
|
padding: 2.4vw 3vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav a#kyflo:hover{
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: rgb(22, 22, 22);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav a#panier:hover{
|
|
|
|
|
background-color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.topnav input[type=text] {
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 1vw;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
width: 40%;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
border: 0.1vw solid rgb(204, 25, 25);
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
margin-top: 1.2vw;
|
|
|
|
|
background-color: rgb(22, 22, 22);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*======================================*/
|
|
|
|
|
/*FOOTER*/
|
2019-11-23 15:49:48 +01:00
|
|
|
|
|
|
|
|
|
footer{
|
|
|
|
|
margin-top: 8vw;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
footer>div>table{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-top : 0.1vw solid rgb(204,25,25);
|
|
|
|
|
background-color: rgb(27, 27, 27);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
margin : auto;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
padding: 2vw 8vw;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
a{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color : grey;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
a:hover{
|
|
|
|
|
color:rgb(204, 25, 25);
|
|
|
|
|
transition-duration: 0.4s;
|
|
|
|
|
}
|
2019-11-20 11:09:01 +01:00
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
tr{
|
|
|
|
|
border-bottom: 0.2vw solid red;
|
|
|
|
|
color: white;
|
|
|
|
|
height: 5vw;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
th{
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
text-align : left;
|
|
|
|
|
border-bottom: 0.1vw solid white;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
th#line{
|
|
|
|
|
border: none;
|
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
2019-11-23 13:44:49 +01:00
|
|
|
|
button#contactB{
|
|
|
|
|
margin: auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: 1.5vw 4vw;
|
|
|
|
|
font-size: 1.5vw;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
color : lightgrey;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
background-color: rgb(27, 27, 27);
|
|
|
|
|
border : 0.1vw solid rgb(204, 25, 25);
|
|
|
|
|
transform: skew(-.312rad);
|
|
|
|
|
margin-bottom: 2vw;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
2019-11-23 13:44:49 +01:00
|
|
|
|
|
|
|
|
|
button#contactB:hover{
|
|
|
|
|
background-color: rgb(204, 25, 25);
|
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
|
border-radius: 1vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td{
|
|
|
|
|
width: 20%;
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td#contact{
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
/*======================================*/
|
2019-11-24 13:07:57 +01:00
|
|
|
|
/*FLEX CONTAINER*/
|
|
|
|
|
|
|
|
|
|
.flex-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
2019-11-23 13:44:49 +01:00
|
|
|
|
|
2019-11-24 13:07:57 +01:00
|
|
|
|
.flex-container > div {
|
|
|
|
|
background-color: rgba(59, 59, 59, 0.5);
|
|
|
|
|
width: 47%;
|
|
|
|
|
margin: 1vw;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 5vw;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-container>div>a>h3{
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size : 3vw;
|
|
|
|
|
margin-left: 35%;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-container>div>a>h4{
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size : 2vw;
|
|
|
|
|
margin-left: 35%;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-container>div>a>img{
|
|
|
|
|
width: 30%;
|
|
|
|
|
margin-top: 10%;
|
|
|
|
|
}
|
2019-11-20 11:09:01 +01:00
|
|
|
|
/*==========================================*/
|
2019-11-24 13:07:57 +01:00
|
|
|
|
/*CONFIRMATION COMMENTAIRE*/
|
2019-11-20 11:09:01 +01:00
|
|
|
|
#Merci>h1{
|
|
|
|
|
font-size: 2.8vw;
|
|
|
|
|
color : white;
|
|
|
|
|
text-align : center;
|
|
|
|
|
margin-top: 7%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Merci>h2{
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
text-align : center;
|
|
|
|
|
margin-top: 5%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#Merci>h2>a{
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#Merci>h2>a:hover{
|
2019-11-23 15:49:48 +01:00
|
|
|
|
color : rgb(204, 25, 25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Merci>img{
|
2019-11-23 15:49:48 +01:00
|
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
width : 10%;
|
|
|
|
|
margin-top: 5%;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
float : none;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*==========================================*/
|
|
|
|
|
|
|
|
|
|
/*==========================================*/
|
2019-11-23 15:49:48 +01:00
|
|
|
|
/* CSS DESCRIPTION PRODUIT */
|
2019-11-20 11:09:01 +01:00
|
|
|
|
/*EN TETE PRODUIT*/
|
|
|
|
|
#Produit{
|
|
|
|
|
margin-top: 5%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>h1{
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size : 4vw;
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-24 13:07:57 +01:00
|
|
|
|
|
|
|
|
|
#Produit>h2#barre{
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
#Produit>h2{
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size : 3vw;
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
color : red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>h2#barre{
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>h3{
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size : 1.5vw;
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>img{
|
|
|
|
|
width: 20%;
|
|
|
|
|
float: left;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
border: 0.2vw solid rgb(204, 25, 25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>button{
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
padding : 1vw 1vw;
|
|
|
|
|
float : right;
|
|
|
|
|
text-align : center;
|
|
|
|
|
font-size : 2vw;
|
|
|
|
|
margin-right: 10%;
|
|
|
|
|
color: white;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
border : 0.1vw solid rgb(204, 25, 25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Produit>button:hover{
|
2019-11-23 13:44:49 +01:00
|
|
|
|
color: white;
|
|
|
|
|
background-color: rgba(204,25,25,0.5);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
|
border-radius: 2vw;
|
|
|
|
|
}
|
2019-11-23 15:49:48 +01:00
|
|
|
|
/*=====================*/
|
|
|
|
|
/* MOSAIQUE PRODUITS*/
|
|
|
|
|
|
|
|
|
|
#produits{
|
|
|
|
|
border: 0.1vw solid red;
|
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
|
margin-top: 8vw;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
padding: 2vw 2vw;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
}
|
2019-11-23 13:44:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img{
|
|
|
|
|
width: 30%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3,h4{
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3:hover{
|
|
|
|
|
color: rgb(204, 25, 25);
|
2019-11-23 15:49:48 +01:00
|
|
|
|
transition-duration: 0.2s;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
}
|
2019-11-20 11:09:01 +01:00
|
|
|
|
/*================================================*/
|
|
|
|
|
/*CARACTERISTIQUES PRODUIT*/
|
|
|
|
|
#Carac{
|
|
|
|
|
width : 100%;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border-top : 0.2vw solid rgb(204,25,25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
margin-top: 8%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Carac>h1{
|
|
|
|
|
font-size: 3vw;
|
|
|
|
|
color : white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Carac>h2{
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
}
|
|
|
|
|
/*================================================*/
|
|
|
|
|
/*COMMENTAIRES CLIENT*/
|
|
|
|
|
|
|
|
|
|
#Client{
|
|
|
|
|
width : 100%;
|
|
|
|
|
margin-left: 5%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Client>div>h1{
|
|
|
|
|
font-size : 2vw;
|
|
|
|
|
color :white;
|
|
|
|
|
margin-left: 8%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Client>div>h2 {
|
|
|
|
|
font-size : 1vw;
|
|
|
|
|
color : yellow;
|
|
|
|
|
margin-left: 8%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Client>div>h3 {
|
|
|
|
|
font-size : 1.5vw;
|
|
|
|
|
color : lightgrey;
|
|
|
|
|
margin-left: 8%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Client>div>img{
|
|
|
|
|
float : left;
|
|
|
|
|
width: 7%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
#Client>div{
|
|
|
|
|
margin-bottom: 3%;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border-bottom: 0.1vw solid rgb(134, 134, 134);
|
2019-11-24 13:07:57 +01:00
|
|
|
|
margin-right: 8%;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*================================================*/
|
|
|
|
|
/*ESPACE LAISSER COMMENTAIRE*/
|
|
|
|
|
#Coms{
|
|
|
|
|
width : 100%;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border-top : 0.2vw solid rgb(204,25,25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
margin-top: 5%;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
padding: 2vw 2vw;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Coms>h1{
|
|
|
|
|
font-size: 3vw;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Coms>h2{
|
|
|
|
|
font-size: 3vw;
|
|
|
|
|
color: white;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border-top: 0.2vw dashed rgb(204, 25, 25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-24 13:07:57 +01:00
|
|
|
|
#Coms{
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
border: 0.1vw solid rgb(204, 25, 25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Coms>form>h1{
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
color : white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input, select {
|
|
|
|
|
width: 20%;
|
|
|
|
|
padding: 1vw 1vw;
|
|
|
|
|
font-size: 1.5vw;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
background-color: rgb(27, 27, 27);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
color: white;
|
|
|
|
|
border : 0.1vw solid rgba(255, 255, 255, 0.5);
|
|
|
|
|
border-radius: 3vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:hover{
|
|
|
|
|
border-radius: 0vw;
|
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:valid{
|
|
|
|
|
border-radius: 0vw;
|
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
|
border : 0.1vw solid rgb(8, 170, 8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-11-23 15:49:48 +01:00
|
|
|
|
input[placeholder=Commentaire], select, input[placeholder="Question, suggestion, remarque"], select {
|
2019-11-20 11:09:01 +01:00
|
|
|
|
width: 60%;
|
|
|
|
|
padding: 1vw 1vw;
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type=submit], select {
|
|
|
|
|
width: 20%;
|
|
|
|
|
padding: 1vw 1vw;
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border : 0.15vw solid rgb(204,25,25);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
color : white;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type=submit]:hover {
|
2019-11-23 15:49:48 +01:00
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
background-color: rgba(204, 25, 25, 0.5);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
transition-duration: 0.5s;
|
2019-11-23 15:49:48 +01:00
|
|
|
|
border : 0.15vw solid rgb(0, 0, 0);
|
2019-11-20 11:09:01 +01:00
|
|
|
|
border-radius: 2vw;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 15:49:48 +01:00
|
|
|
|
h1#valider{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
table>tr>td>input{
|
|
|
|
|
border: 0vw solid white;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0);
|
|
|
|
|
}
|
|
|
|
|
/*================================================*/
|
|
|
|
|
|
|
|
|
|
/*==========================================================================================*/
|
|
|
|
|
/*Slide des promotions*/
|
|
|
|
|
|
|
|
|
|
div#slider {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1920px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 5%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#slider figure {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 500%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-size: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
div#slider figure img {
|
|
|
|
|
width: 20%;
|
|
|
|
|
height: auto;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
div#slider {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1920px;
|
|
|
|
|
overflow: hidden
|
2019-11-20 11:56:44 +01:00
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slidy {
|
|
|
|
|
0% {left: 0%;}
|
|
|
|
|
20% {left: 0%;}
|
|
|
|
|
25% {left: -100%;}
|
|
|
|
|
45% {left: -100%;}
|
|
|
|
|
50% {left: -200%;}
|
|
|
|
|
70% {left: -200%;}
|
|
|
|
|
75% {left: -300%;}
|
|
|
|
|
95% {left: -300%;}
|
|
|
|
|
100% {left: -400%;}
|
|
|
|
|
}
|
|
|
|
|
div#slider figure {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 500%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-size: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
text-align: left;
|
|
|
|
|
animation: 16s slidy infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*==========================================================================================*/
|
|
|
|
|
/*Panier*/
|
|
|
|
|
|
|
|
|
|
form[action="commande.html"]>h1{
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form[action="commande.html"]>input[type=text], select {
|
|
|
|
|
width: 50%;
|
|
|
|
|
padding: 1vw 1vw;
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#livraison {
|
2019-11-24 13:07:57 +01:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
border: 0.1vw solid rgb(204, 25, 25);
|
|
|
|
|
margin-top: 5vw;
|
2019-11-23 13:44:49 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 15:49:48 +01:00
|
|
|
|
input[type=number], select{
|
|
|
|
|
border : 0.1vw solid white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table#basket{
|
|
|
|
|
margin-top: 5vw;
|
2019-11-24 13:07:57 +01:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 0.1vw solid rgb(204, 25, 25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr#cent>th{
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
2019-11-23 15:49:48 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td#total{
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: rgb(204,25,25);
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 0vw 2vw;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 13:44:49 +01:00
|
|
|
|
/*=================================*/
|
2019-11-23 15:49:48 +01:00
|
|
|
|
/*CONTACT*/
|
|
|
|
|
|
|
|
|
|
#content>h1{
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 3vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content>form>h2{
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table#reseaux{
|
|
|
|
|
width: 70%;
|
|
|
|
|
margin : auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr#res>td{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr#res>td>a>img{
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
/*===========================*/
|
|
|
|
|
/*QUI SOMMES NOUS*/
|
|
|
|
|
#content>h1{
|
|
|
|
|
margin-top: 3vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content>h2{
|
|
|
|
|
font-size: 2vw;
|
|
|
|
|
color: white;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-top: 5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content>ul>li>h3{
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table#equipe{
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr#equ>td{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr#equ>td>img{
|
|
|
|
|
float: none;
|
|
|
|
|
border: 0.2vw solid rgb(204, 25, 25);
|
2019-11-24 13:07:57 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*=========================*/
|
|
|
|
|
/*====================================*/
|
|
|
|
|
/*PARTIE RESPONSIVE*/
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
.topnav a, .topnav input[type=text] {
|
|
|
|
|
float: none;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 76.5%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 2vw;
|
|
|
|
|
border: none;
|
|
|
|
|
transform: none;
|
|
|
|
|
}
|
|
|
|
|
.topnav a#panier, a#nous{
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav a#nous:hover, a#contactN:hover{
|
|
|
|
|
padding : 2.4vw 2vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a#loupe{
|
|
|
|
|
width: 5%;
|
|
|
|
|
border-left: 0.1vw solid rgb(204,25,25)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav input[type=text] {
|
|
|
|
|
border: 1px solid rgb(190, 73, 73);
|
|
|
|
|
}
|
|
|
|
|
.flex-container > div {
|
|
|
|
|
width: 85%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
.flex-container>div>a>img{
|
|
|
|
|
width: 20%;
|
|
|
|
|
margin-top: 3%;
|
|
|
|
|
margin-left: 10%;
|
|
|
|
|
}
|
|
|
|
|
.flex-container>div>a>h3, .flex-container>div>a>h4{
|
|
|
|
|
margin-left: 50%;
|
|
|
|
|
}
|
|
|
|
|
#content{
|
|
|
|
|
margin-left: 2vw;
|
|
|
|
|
margin-right: 2vw;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-23 15:49:48 +01:00
|
|
|
|
}
|