diff --git a/index.html b/index.html index 912a370..776b3bc 100644 --- a/index.html +++ b/index.html @@ -37,17 +37,24 @@ margin: 0 auto; display: flex; align-items: center; - justify-content: space-between; + justify-content: center; padding: 0 2rem; } + .logo { + cursor: pointer; + } + .logo img { - height: 65px; + height: 65px; } .lang-selector { display: flex; + justify-content: center; + align-items: center; gap: 10px; + flex-wrap: wrap; } .lang-btn { @@ -149,24 +156,33 @@ } .code { - font-size: 2.2rem; + font-size: 2.5rem; font-weight: bold; color: var(--gsk-orange); - letter-spacing: 4px; + letter-spacing: 2px; margin: 1rem 0; background: white; padding: 15px; border-radius: 8px; - display: none; /* caché par défaut */ + display: none; + text-align: center; } + + .accept-checkbox { + width: 24px; + height: 24px; + flex-shrink: 0; + margin-top: 3px; + } .accept-label { display: inline-flex; - align-items: center; + align-items: flex-start; gap: 10px; font-size: 1.2rem; - margin-bottom: 1rem; - cursor: pointer; + margin-bottom: 1rem; + cursor: pointer; + text-align: left; } footer { @@ -178,8 +194,76 @@ } @media (max-width: 768px) { - .hero-content h1 { font-size: 2.2rem; } - } + + .header-content { + padding: 0 1rem; + } + + .logo img { + height: 50px; + } + + .hero { + height: auto; + padding: 2rem 1rem; + } + + .hero-content h1 { + font-size: 2rem; + } + + .hero-content p { + font-size: 1.15rem !important; + margin-bottom: 1.5rem !important; + } + + .lang-selector { + flex-direction: column; + align-items: stretch; + width: 100%; + max-width: 350px; + margin: 0 auto; + } + + .lang-btn { + width: 100%; + font-size: 1.1rem !important; + padding: 14px !important; + } + + + .content { + padding: 0 1rem; + margin: 1.5rem auto; + } + + .safety-text { + padding: 1.25rem; + } + + .safety-text h2 { + font-size: 1.5rem; + } + + ul li { + font-size: 1rem; + } + + .confirmation { + padding: 1.25rem; + font-size: 1rem; + } + + .code { + font-size: 1.8rem; + letter-spacing: 2px; + word-break: break-word; + } + + footer { + padding: 1.5rem 1rem; + } +}
@@ -188,11 +272,6 @@
Sélectionnez votre langue pour consulter les règles de sécurité
-