⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
92.222.139.190
Server:
Linux webd002.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
mspfmsm
/
confiance-toiture-fr
/
Viewing : 404.html
<!doctype html> <html lang="fr"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Page introuvable (404) | confiance-toiture.fr</title> <link rel="icon" type="image/png" href="/uploads/favicon.png" /> <meta name="description" content="La page que vous recherchez n'existe pas." /> <meta name="robots" content="noindex, nofollow" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@700;800&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet" /> <style> :root { --bg: #0c0d0f; --bg2: #131416; --bg3: #1a1b1e; --surface: #1e1f22; --surface2: #252629; --border: rgba(255, 255, 255, 0.08); --border2: rgba(255, 255, 255, 0.05); --text: #f0f0f0; --text2: #b0b3b8; --text3: #6b6f76; --orange: #f5622a; --orange2: #e8541f; --green: #22c55e; --klarna: #ffb3c7; --r: 8px; --rl: 14px; --ff-display: "Outfit", sans-serif; --ff-body: "Poppins", sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--bg); color: var(--text); font-family: var(--ff-body); font-size: 16px; line-height: 1.6; display: flex; flex-direction: column; min-height: 100vh; } h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 800; line-height: 1.15; } a { color: var(--orange); text-decoration: none; } a:hover { text-decoration: underline; } p strong, li strong { display: inline !important; font-size: inherit; } /* NAV */ nav.site-nav { position: sticky; top: 0; z-index: 1000; background: rgba(12, 13, 15, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0.9rem 1.5rem; display: flex; align-items: center; justify-content: space-between; } .brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; } .brand-mark { width: 36px; height: 36px; background: var(--orange); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-weight: 800; font-size: 0.85rem; color: #fff; } .brand-name { font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; color: var(--text); } .brand-name span { color: var(--orange); } .nav-links { display: flex; align-items: center; gap: 0.3rem; } .nav-links a { font-size: 0.85rem; color: var(--text2); padding: 0.4rem 0.7rem; border-radius: var(--r); transition: color 0.2s; text-decoration: none; } .nav-links a:hover { color: var(--orange); } .nav-cta { background: var(--orange); color: #fff !important; padding: 0.5rem 1.1rem !important; border-radius: var(--r); font-weight: 600; } .nav-cta:hover { background: var(--orange2) !important; color: #fff !important; } /* DROPDOWN */ .nav-dropdown { position: relative; } .nav-dropdown-btn { display: flex; align-items: center; gap: 0.3rem; font-size: 0.85rem; color: var(--text2); padding: 0.4rem 0.7rem; border-radius: var(--r); background: none; border: none; cursor: pointer; font-family: var(--ff-body); transition: color 0.2s; } .nav-dropdown-btn:hover { color: var(--orange); } .nav-dropdown-btn svg { transition: transform 0.2s; } .nav-dropdown:hover .nav-dropdown-btn svg, .nav-dropdown.open .nav-dropdown-btn svg { transform: rotate(180deg); } .nav-dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--rl); padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s, transform 0.2s, visibility 0.2s; z-index: 2000; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5); } .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); } .nav-dropdown-menu a { display: flex; align-items: center; gap: 0.7rem; padding: 0.6rem 0.8rem; border-radius: var(--r); font-size: 0.84rem; color: var(--text2); text-decoration: none; transition: background 0.15s, color 0.15s; } .nav-dropdown-menu a:hover { background: var(--surface); color: var(--orange); text-decoration: none; } .nav-dropdown-menu a .dd-icon { font-size: 1rem; flex-shrink: 0; } /* MOBILE ACCORDION */ .mnav-group { border-bottom: 1px solid var(--border); } .mnav-group-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; padding-bottom: 1rem; font-size: 1.2rem; color: var(--text2); cursor: pointer; font-family: var(--ff-body); font-weight: 500; } .mnav-group-btn svg { transition: transform 0.25s; flex-shrink: 0; } .mnav-group.open .mnav-group-btn svg { transform: rotate(180deg); } .mnav-sub { display: none; flex-direction: column; gap: 0.2rem; padding-bottom: 0.8rem; } .mnav-group.open .mnav-sub { display: flex; } .mnav-sub a { font-size: 0.95rem; color: var(--text3); padding: 0.5rem 0.8rem; border-radius: var(--r); border-bottom: none !important; padding-bottom: 0.5rem !important; transition: background 0.15s, color 0.15s; } .mnav-sub a:hover { background: var(--surface); color: var(--orange); } .burger { display: none; background: none; border: 1px solid var(--border); width: 38px; height: 38px; border-radius: var(--r); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; } .burger span { width: 18px; height: 2px; background: var(--text2); border-radius: 2px; transition: 0.3s; } .mnav { display: none; position: fixed; inset: 0; background: var(--bg2); z-index: 999; padding: 5rem 2rem 2rem; flex-direction: column; gap: 1.5rem; } .mnav.open { display: flex; } .mnav a { font-size: 1.2rem; color: var(--text2); text-decoration: none; border-bottom: 1px solid var(--border); padding-bottom: 1rem; } .mnav .m-cta { background: var(--orange); color: #fff; text-align: center; border-radius: var(--r); padding: 1rem; border: none; font-size: 1rem; font-weight: 600; cursor: pointer; margin-top: 1rem; text-decoration: none; } .burger-close { position: absolute; top: 1rem; right: 1rem; background: none; border: 1px solid var(--border); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; color: var(--text2); font-size: 1.1rem; } @media (max-width: 768px) { .nav-links { display: none; } .burger { display: flex; } } /* BOUTONS */ .btn-main { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--orange); color: #fff; border: none; padding: 0.8rem 1.6rem; border-radius: var(--r); font-family: var(--ff-body); font-size: 0.95rem; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.15s; text-decoration: none; } .btn-main:hover { background: var(--orange2); transform: translateY(-1px); color: #fff; text-decoration: none; } /* FOOTER */ footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 3rem 1.5rem 1.5rem; margin-top: auto; } .footer-main { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; } @media (max-width: 768px) { .footer-main { grid-template-columns: 1fr 1fr; } } .fb-name { font-family: var(--ff-display); font-weight: 800; font-size: 1.1rem; margin-bottom: 0.5rem; } .fb-name span { color: var(--orange); } .fb-desc { font-size: 0.78rem; color: var(--text3); line-height: 1.7; } .fc h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text3); margin-bottom: 0.8rem; } .fc ul { list-style: none; } .fc ul li { margin-bottom: 0.4rem; } .fc ul li a { font-size: 0.82rem; color: var(--text2); text-decoration: none; transition: color 0.2s; } .fc ul li a:hover { color: var(--orange); } .footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.74rem; color: var(--text3); } @media (max-width: 768px) { .footer-bottom { flex-direction: column; } } </style> </head> <body> <nav class="site-nav"> <a href="/" class="brand"> <img src="/uploads/logo.png" alt="confiance-toiture.fr Logo" style="height: 40px; width: auto;" /> </a> <div class="nav-links"> <!-- Dropdown Services --> <div class="nav-dropdown" id="dd-services"> <button class="nav-dropdown-btn" aria-haspopup="true" aria-expanded="false"> Services <svg width="12" height="12" viewBox="0 0 12 12" fill="none"> <path d="M2 4L6 8L10 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="nav-dropdown-menu" role="menu"> <a href="/nettoyage-toiture" role="menuitem"><span class="dd-icon">🧹</span>Nettoyage de toiture</a> <a href="/demoussage-traitement" role="menuitem"><span class="dd-icon">🌿</span>Démoussage & Hydrofuge</a> <a href="/reparation-fuite" role="menuitem"><span class="dd-icon">🔧</span>Réparation de fuite</a> <a href="/entretien-gouttieres" role="menuitem"><span class="dd-icon">💧</span>Nettoyage gouttières</a> </div> </div> <!-- Dropdown Départements --> <div class="nav-dropdown" id="dd-depts"> <button class="nav-dropdown-btn" aria-haspopup="true" aria-expanded="false"> Départements <svg width="12" height="12" viewBox="0 0 12 12" fill="none"> <path d="M2 4L6 8L10 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="nav-dropdown-menu" role="menu"> <a href="/lot" role="menuitem"><span class="dd-icon">📍</span>Lot (46)</a> <a href="/lot-et-garonne" role="menuitem"><span class="dd-icon">📍</span>Lot-et-Garonne (47)</a> <a href="/tarn" role="menuitem"><span class="dd-icon">📍</span>Tarn (81)</a> <a href="/tarn-et-garonne" role="menuitem"><span class="dd-icon">📍</span>Tarn-et-Garonne (82)</a> </div> </div> <a href="/blog">Blog</a> <a href="/devis" class="nav-cta">Devis gratuit</a> </div> <button class="burger" id="burger" aria-label="Menu"> <span></span><span></span><span></span> </button> </nav> <div class="mnav" id="mnav"> <button class="burger-close" id="burger-close">✕</button> <a href="/" style="border-bottom: 1px solid var(--border); padding-bottom: 1rem;">Accueil</a> <!-- Accordéon Services --> <div class="mnav-group" id="m-services"> <button class="mnav-group-btn" id="m-services-btn"> Services <svg width="14" height="14" viewBox="0 0 12 12" fill="none"> <path d="M2 4L6 8L10 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="mnav-sub"> <a href="/nettoyage-toiture">🧹 Nettoyage de toiture</a> <a href="/demoussage-traitement">🌿 Démoussage & Hydrofuge</a> <a href="/reparation-fuite">🔧 Réparation de fuite</a> <a href="/entretien-gouttieres">💧 Nettoyage gouttières</a> </div> </div> <!-- Accordéon Départements --> <div class="mnav-group" id="m-depts"> <button class="mnav-group-btn" id="m-depts-btn"> Départements <svg width="14" height="14" viewBox="0 0 12 12" fill="none"> <path d="M2 4L6 8L10 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> <div class="mnav-sub"> <a href="/lot">📍 Lot (46)</a> <a href="/lot-et-garonne">📍 Lot-et-Garonne (47)</a> <a href="/tarn">📍 Tarn (81)</a> <a href="/tarn-et-garonne">📍 Tarn-et-Garonne (82)</a> </div> </div> <a href="/blog" style="border-bottom: 1px solid var(--border); padding-bottom: 1rem;">Blog & Guides</a> <a href="/qui-sommes-nous" style="border-bottom: 1px solid var(--border); padding-bottom: 1rem;">Qui sommes-nous</a> <a href="/legal" style="border-bottom: 1px solid var(--border); padding-bottom: 1rem;">Mentions légales</a> <a href="/devis" class="m-cta">Devis gratuit</a> </div> <main style="flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 6rem 1.5rem;"> <h1 style="font-size: clamp(4rem, 10vw, 8rem); color: var(--text); margin-bottom: 0.5rem; line-height: 1;">404</h1> <h2 style="font-size: clamp(1.5rem, 4vw, 2rem); margin-bottom: 1.5rem; color: var(--text);">Oups, page introuvable ! </h2> <p style="font-size: 1.05rem; color: var(--text2); max-width: 500px; margin-bottom: 2.5rem;"> Il semblerait que la page que vous cherchez n'existe pas ou a été déplacée. </p> <a href="/" class="btn-main" style="padding: 1rem 2.5rem; font-size: 1.05rem;">Retour à l'accueil</a> </main> <footer> <div class="footer-main"> <div> <img src="/uploads/logo.png" alt="confiance-toiture.fr Logo" style="height: 45px; width: auto; margin-bottom: 0.5rem; display: block;" /> <p class="fb-desc"> Artisans couvreurs vérifiés · Lot · Lot-et-Garonne · Tarn · Tarn-et-Garonne<br />0€ d'acompte <2 000€ · Klarna 3×–12× </p> </div> <div class="fc"> <h4>Services</h4> <ul> <li><a href="/nettoyage-toiture">Nettoyage toiture</a></li> <li><a href="/demoussage-traitement">Démoussage / Hydrofuge</a></li> <li><a href="/reparation-fuite">Réparation fuite</a></li> <li><a href="/entretien-gouttieres">Gouttières</a></li> </ul> </div> <div class="fc"> <h4>Départements</h4> <ul> <li><a href="/lot">Lot (46)</a></li> <li><a href="/lot-et-garonne">Lot-et-Garonne (47)</a></li> <li><a href="/tarn">Tarn (81)</a></li> <li><a href="/tarn-et-garonne">Tarn-et-Garonne (82)</a></li> </ul> </div> <div class="fc"> <h4>Informations</h4> <ul> <li><a href="/blog">Blog & Guides</a></li> <li><a href="/qui-sommes-nous">Qui sommes-nous</a></li> <li><a href="/legal">Mentions légales</a></li> </ul> </div> </div> <div class="footer-bottom"> <span>© 2026 confiance-toiture.fr · KBC Solutions SAS · SIRET 911 507 960 00019</span> <span>Lot (46) · Lot-et-Garonne (47) · Tarn (81) · Tarn-et-Garonne (82)</span> </div> </footer> <script> document.getElementById("burger").addEventListener("click", () => document.getElementById("mnav").classList.toggle("open"), ); document.getElementById("burger-close").addEventListener("click", () => document.getElementById("mnav").classList.remove("open"), ); // Accordéons Menu Mobile document.querySelectorAll(".mnav-group-btn").forEach((b) => b.addEventListener("click", () => { const it = b.closest(".mnav-group"); it.classList.toggle("open"); }), ); </script> </body> </html>