diff --git a/V1/contact.html b/V1/contact.html index c3c69d1..a297ee4 100644 --- a/V1/contact.html +++ b/V1/contact.html @@ -69,8 +69,8 @@ - À Propos - Contact + À Propos + Contact @@ -100,7 +100,8 @@ Projets Mobilier À Propos - Contact + À Propos + Contact @@ -144,8 +145,8 @@ Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact diff --git a/V1/faq.html b/V1/faq.html new file mode 100644 index 0000000..8cfe033 --- /dev/null +++ b/V1/faq.html @@ -0,0 +1,219 @@ + + + + + + + + + + + + + KM Design Studio - FAQ + + + + + + + + + + + + \ No newline at end of file diff --git a/V1/index.html b/V1/index.html index ce438e4..32006a2 100644 --- a/V1/index.html +++ b/V1/index.html @@ -71,8 +71,8 @@ - À Propos - Contact + À Propos + Contact @@ -101,8 +101,8 @@
Projets Mobilier - À Propos - Contact + À Propos + Contact
@@ -254,7 +254,7 @@

Faites de votre quotidien une expérience unique.

-
+

KM Design Studio

designer

& architecte d'intérieur

@@ -272,7 +272,7 @@

Vous avez un projet ?

- + Discutons-en @@ -292,8 +292,8 @@ Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact
diff --git a/V1/legal.html b/V1/legal.html index d9cbafb..f634bd3 100644 --- a/V1/legal.html +++ b/V1/legal.html @@ -69,8 +69,8 @@ - À Propos - Contact + À Propos + Contact @@ -99,8 +99,8 @@
Projets Mobilier - À Propos - Contact + À Propos + Contact
@@ -171,8 +171,8 @@ Kilian MAURICE et l’hébergeur ne pourront être tenus responsables en cas de Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact diff --git a/V1/mobilier/line.html b/V1/mobilier/line.html index 9127789..33c9ebe 100644 --- a/V1/mobilier/line.html +++ b/V1/mobilier/line.html @@ -69,8 +69,8 @@ - À Propos - Contact + À Propos + Contact @@ -99,8 +99,8 @@
Projets Mobilier - À Propos - Contact + À Propos + Contact
@@ -126,17 +126,37 @@
- + + + + + + + + + + + Projet précédent - + Projet suivant + + + + + + + + + +

Vous avez un projet ?

- + Discutons-en @@ -156,8 +176,8 @@ Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact diff --git a/V1/politique.html b/V1/politique.html index b59352d..2566722 100644 --- a/V1/politique.html +++ b/V1/politique.html @@ -69,8 +69,8 @@ - À Propos - Contact + À Propos + Contact @@ -99,8 +99,8 @@
Projets Mobilier - À Propos - Contact + À Propos + Contact
@@ -191,8 +191,8 @@ L’éditeur du site se réserve le droit de la modifier afin de garantir sa con Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact diff --git a/V1/projets/p-55-401-027.html b/V1/projets/p-55-401-027.html index c775731..906acfa 100644 --- a/V1/projets/p-55-401-027.html +++ b/V1/projets/p-55-401-027.html @@ -69,8 +69,8 @@ - À Propos - Contact + À Propos + Contact @@ -99,8 +99,8 @@
Projets Mobilier - À Propos - Contact + À Propos + Contact
@@ -147,17 +147,37 @@
- + + + + + + + + + + + Projet précédent - + Projet suivant + + + + + + + + + +

Vous avez un projet ?

- + Discutons-en @@ -177,8 +197,8 @@ Accueil Aménagement Mobilier - A Propos - Contact + À Propos + Contact diff --git a/V1/resources/css/components/about.css b/V1/resources/css/components/about.css index 02f57da..7c76cb8 100644 --- a/V1/resources/css/components/about.css +++ b/V1/resources/css/components/about.css @@ -65,7 +65,7 @@ width: 130px; } -@media only screen and (max-width: 1200px) { +@media only screen and (max-width: 1800px) { .about-container { flex-direction: column; height: 200vh; diff --git a/V1/resources/css/components/compare.css b/V1/resources/css/components/compare.css index 2c3db59..63597b3 100644 --- a/V1/resources/css/components/compare.css +++ b/V1/resources/css/components/compare.css @@ -111,3 +111,9 @@ input[type="range"]::-moz-range-thumb { background: none; cursor: pointer; } + +@media only screen and (max-width: 1200px) { + .projet-compare-container { + display: none; + } +} diff --git a/V1/resources/css/components/follow.css b/V1/resources/css/components/follow.css index ded5965..5824eb0 100644 --- a/V1/resources/css/components/follow.css +++ b/V1/resources/css/components/follow.css @@ -34,6 +34,7 @@ } .follow-sub-container { + position: relative; overflow: scroll; border-top: 1px solid #D4D6D8; border-bottom: 1px solid #D4D6D8; @@ -87,15 +88,15 @@ } .follow-sub-background { - position: relative; + position: absolute; background-color: #EFEFEF; z-index: 1; border-radius: 38px; width: 77px; - height: 659px; + height: calc(4vmin + 575px); display: block; - top: calc(-100% * 2 - 34px); - right: calc(83px - 100%); + top: 33px; + right: calc(4vmin - 10px); } @media only screen and (max-width: 1200px) { @@ -120,4 +121,8 @@ grid-column: 1 / 4; grid-row: 2; } + + .follow-sub-background { + display: none; + } } \ No newline at end of file diff --git a/V1/resources/css/components/footer.css b/V1/resources/css/components/footer.css index 33d0c66..020714a 100644 --- a/V1/resources/css/components/footer.css +++ b/V1/resources/css/components/footer.css @@ -112,4 +112,12 @@ body { display: flex; flex-direction: column; } + + .footer-title h1 { + font-size: 7vmin; + } + + .footer-title h2 { + margin-top: 4px; + } } diff --git a/V1/resources/css/components/hero.css b/V1/resources/css/components/hero.css index dcbe1d7..87a4d28 100644 --- a/V1/resources/css/components/hero.css +++ b/V1/resources/css/components/hero.css @@ -195,6 +195,22 @@ } } -@media only screen and (max-width: 800px) { +@media only screen and (max-width: 1800px) { + .hero-title { + font-size: 13vmin; + } + .hero-title2 { + font-size: 26vmin; + } + + .hero-decoration-text { + display: none; + } + + .hero-decoration-arrow { + right: 45%; + width: 10vmin; + bottom: 180px; + } } \ No newline at end of file diff --git a/V1/resources/css/components/mobile-menu.css b/V1/resources/css/components/mobile-menu.css index 43291d4..5476516 100644 --- a/V1/resources/css/components/mobile-menu.css +++ b/V1/resources/css/components/mobile-menu.css @@ -7,6 +7,7 @@ justify-content: space-between; position: fixed; z-index: 50; + top: 0; } .mobile-menu-icon:hover, @@ -42,6 +43,10 @@ } @media only screen and (max-width: 1200px) { + body { + padding-top: 140px; + } + .mobile-menu-container { display: flex; } diff --git a/V1/resources/css/components/projet-nav.css b/V1/resources/css/components/projet-nav.css index 58061a2..98f2483 100644 --- a/V1/resources/css/components/projet-nav.css +++ b/V1/resources/css/components/projet-nav.css @@ -8,7 +8,9 @@ .projet-nav-container a { background-color: #222; - padding: 10px 25px; + margin: 5px; + padding: 10px 20px; + padding-left: 5px; border-radius: 25px; border: 1px solid #F8FAFC; color: #F8FAFC; @@ -19,4 +21,19 @@ display: flex; justify-content: center; align-items: center; +} + +.projet-nav-container a:last-of-type { + text-align: right; + padding-right: 5px; + padding-left: 20px; +} + +.projet-nav-container svg { + padding: 5px; +} + +.projet-nav-disabled { + border: 1px solid #8d8e8f !important; + color: #8d8e8f !important; } \ No newline at end of file diff --git a/V1/resources/js/index.js b/V1/resources/js/index.js index de27683..b73cc39 100644 --- a/V1/resources/js/index.js +++ b/V1/resources/js/index.js @@ -16,6 +16,12 @@ document.addEventListener('DOMContentLoaded', () => { if (navbar || punch || homeTitle) { let lastScrollY = window.scrollY; + + window.addEventListener('mousemove', (event) => { + if (navbar && event.clientY < 100) { + navbar.style.top = '0'; + } + }); window.addEventListener('scroll', () => { let currentScrollY = window.scrollY;