diff --git a/Assets/Pages/Produits/nao.html b/Assets/Pages/Produits/nao.html
index a816d35..4fee383 100644
--- a/Assets/Pages/Produits/nao.html
+++ b/Assets/Pages/Produits/nao.html
@@ -18,7 +18,7 @@
A propos
Contact
Panier
- GO
+ GO
@@ -107,17 +107,14 @@
Accès rapide |
|
- Une question ? |
Accueil |
Nos Promotions |
- |
Nos Produits |
Votre panier |
- |
diff --git a/Assets/Pages/Produits/pepper.html b/Assets/Pages/Produits/pepper.html
index 52fc88a..5d6a885 100644
--- a/Assets/Pages/Produits/pepper.html
+++ b/Assets/Pages/Produits/pepper.html
@@ -18,7 +18,7 @@
A propos
Contact
Panier
- GO
+ GO
@@ -107,17 +107,14 @@
Accès rapide |
|
- Une question ? |
Accueil |
Nos Promotions |
- |
Nos Produits |
Votre panier |
- |
diff --git a/Assets/Pages/Produits/r2d2.html b/Assets/Pages/Produits/r2d2.html
index b09dbc6..5e45d6e 100644
--- a/Assets/Pages/Produits/r2d2.html
+++ b/Assets/Pages/Produits/r2d2.html
@@ -18,7 +18,7 @@
A propos
Contact
Panier
- GO
+ GO
@@ -101,17 +101,14 @@
Accès rapide |
|
- Une question ? |
Accueil |
Nos Promotions |
- |
Nos Produits |
Votre panier |
- |
diff --git a/Assets/Pages/Produits/terminator.html b/Assets/Pages/Produits/terminator.html
index 3a1cda1..c177398 100644
--- a/Assets/Pages/Produits/terminator.html
+++ b/Assets/Pages/Produits/terminator.html
@@ -18,7 +18,7 @@
A propos
Contact
Panier
- GO
+ GO
@@ -102,17 +102,14 @@
Accès rapide |
|
- Une question ? |
Accueil |
Nos Promotions |
- |
Nos Produits |
Votre panier |
- |
diff --git a/Assets/css/css.css b/Assets/css/css.css
index 4c8b906..d97242d 100644
--- a/Assets/css/css.css
+++ b/Assets/css/css.css
@@ -10,6 +10,8 @@ body {
font-family: 'Roboto', sans-serif;
z-index: 2;
background: linear-gradient(to left, rgb(10, 1, 92), rgb(0, 82, 50));
+ animation: 2.5s fadein;
+ animation-fill-mode: forwards;
}
@@ -22,13 +24,6 @@ img {
.content {
background-color: #ddd;
padding: 2vw;
- opacity: 1;
- animation: 1s slider;
-}
-
-@keyframes content{
- 0%{height: 0%}
- 100%{height: 100%}
}
h1 {
@@ -153,13 +148,16 @@ nav input[type=text] {
margin-top: 1.2vw;
background-color: rgb(255, 255, 255);
}
+
+@keyframes fadein{
+ 0%{opacity: 0}
+ 100%{opacity: 1}
+}
/*================================================*/
/*TOP*/
div#bienvenue{
padding: 4vw;
- animation: 1s right;
- animation-fill-mode: forwards;
}
#bienvenue>h1 {
@@ -168,11 +166,6 @@ div#bienvenue{
text-align: center;
}
-@keyframes right{
- 0% {margin-left: -150%}
- 100% {margin-left: 0%}
-}
-
#bienvenue>h2 {
font-size: 2vw;
color: lightgrey;
@@ -187,12 +180,6 @@ div#slider {
width: 100%;
max-width: 1920px;
margin: auto;
- animation: 1s slider;
-}
-
-@keyframes slider{
- 0%{margin-top: 150%}
- 100%{margin-top: 0%}
}
div#slider figure {
@@ -252,8 +239,6 @@ div#slider figure {
.title{
background-color: rgba(255, 255, 255, 0.4);
- animation: 1s right;
- opacity: 1;
}
/*================================================*/
@@ -373,7 +358,6 @@ div#nous .flex-container div#engagements{
footer {
margin-top: 8vw;
- bottom: 0;
}
footer>div>table {
diff --git a/Assets/css/resp.css b/Assets/css/resp.css
index 6172286..d968fb2 100644
--- a/Assets/css/resp.css
+++ b/Assets/css/resp.css
@@ -1,6 +1,10 @@
@media screen and (max-width: 600px) {
/*===========GENERAL===========*/
+ body{
+ color: black;
+ }
+
h1{
font-size: 3vw;
}
@@ -127,7 +131,7 @@
#Carac>h2 {
font-size: 2.5vw;
- color: lightgrey;
+ color: rgb(0, 0, 0);
}
}
\ No newline at end of file