🇬🇧 Switch to English 🇫🇷 Passer en Français
VIP TIER 2 / NIVEAU 2 VIP TIER 2 / LEVEL 2
Puissance Suprême Supreme Power
⚡ 50 % de progression vers VIP 3 ⚡ 50% progress toward VIP 3
PRIX COST 24,00 €
"Le pouvoir ne se donne pas, il se prend." "Power is not given, it is taken."
NRV-ARK • 2025
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap');
:root {
--primary: #ff7700;
--secondary: #0066ff;
--background: #111827;
--card-bg: #1f2937;
--border: #374151;
--text: #f9fafb;
--accent: #6d28d9;
--highlight: #ff7700;
--danger: #ef4444;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Rajdhani', sans-serif;
background-color: var(--background);
color: var(--text);
line-height: 1.6;
background-image:
radial-gradient(circle at 50% 50%, rgba(255, 119, 0, 0.1) 0%, transparent 50%),
linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
background-attachment: fixed;
}
.nrv-container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
/* ===== LANGUAGE TOGGLE ===== */
.lang-switch-vip2 {
display: none;
}
.lang-en-vip2 {
display: none;
}
.lang-switch-vip2:checked ~ * .lang-fr-vip2 {
display: none;
}
.lang-switch-vip2:checked ~ * .lang-en-vip2 {
display: inline;
}
.lang-switch-vip2:checked ~ .lang-selector-vip2 .lang-btn-text-fr-vip2 {
display: none;
}
.lang-switch-vip2:checked ~ .lang-selector-vip2 .lang-btn-text-en-vip2 {
display: inline;
}
.lang-btn-text-en-vip2 {
display: none;
}
.lang-selector-vip2 {
display: flex;
justify-content: center;
margin-bottom: 30px;
gap: 15px;
}
.lang-btn-vip2 {
background: linear-gradient(135deg, rgba(255, 119, 0, 0.2), rgba(0, 102, 255, 0.3));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
color: white;
border: 2px solid rgba(255, 119, 0, 0.4);
padding: 14px 32px;
border-radius: 50px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
font-weight: bold;
font-size: 1.1em;
box-shadow: 0 8px 32px rgba(255, 119, 0, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.2),
0 0 20px rgba(255, 119, 0, 0.1);
display: inline-flex;
align-items: center;
gap: 10px;
user-select: none;
position: relative;
overflow: hidden;
}
.lang-btn-vip2::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.lang-btn-vip2::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.lang-btn-vip2:hover::after {
left: 100%;
}
.lang-btn-vip2:hover::before {
width: 400px;
height: 400px;
}
.lang-btn-vip2:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 12px 40px rgba(255, 119, 0, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.3),
0 0 30px rgba(255, 119, 0, 0.4);
border-color: rgba(255, 119, 0, 0.7);
background: linear-gradient(135deg, rgba(255, 119, 0, 0.3), rgba(0, 102, 255, 0.4));
}
.nrv-header {
text-align: center;
padding: 40px 0;
position: relative;
}
.nrv-header h1 {
font-family: 'Orbitron', sans-serif;
font-size: 3.5rem;
font-weight: 700;
letter-spacing: 3px;
color: var(--text);
text-shadow: 0 0 10px var(--primary), 0 0 20px rgba(255, 119, 0, 0.5);
}
.nrv-header h1 span {
color: var(--primary);
}
.subtitle {
font-family: 'Orbitron', sans-serif;
font-size: 1.2rem;
color: var(--secondary);
letter-spacing: 2px;
margin-top: 10px;
text-transform: uppercase;
opacity: 0.9;
}
.nrv-line {
height: 2px;
width: 80%;
margin: 20px auto;
background: linear-gradient(90deg, transparent, var(--primary), transparent);
position: relative;
}
.nrv-line::before {
content: "";
position: absolute;
height: 6px;
width: 6px;
background: var(--primary);
border-radius: 50%;
top: -2px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 0 10px var(--primary), 0 0 20px var(--primary);
}
.nrv-offer-container {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
}
.nrv-offer-box {
width: 100%;
max-width: 800px;
background-color: var(--card-bg);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
border: 1px solid var(--border);
position: relative;
}
.nrv-offer-box::before {
content: "";
position: absolute;
width: 100%;
height: 5px;
top: 0;
left: 0;
background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.offer-header {
background-color: rgba(0, 0, 0, 0.4);
padding: 20px;
text-align: center;
border-bottom: 1px solid var(--border);
}
.offer-header h2 {
font-family: 'Orbitron', sans-serif;
color: var(--primary);
font-size: 1.8rem;
letter-spacing: 2px;
text-shadow: 0 0 10px rgba(255, 119, 0, 0.5);
}
.header-subtitle {
margin-top: 5px;
font-size: 0.95rem;
color: var(--text);
opacity: 0.7;
}
.offer-content {
padding: 30px;
}
.offer-extras {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 25px;
}
.extras-item {
display: flex;
align-items: center;
padding: 12px 15px;
background-color: rgba(255, 255, 255, 0.05);
border-radius: 8px;
border-left: 3px solid var(--primary);
transition: all 0.3s ease;
}
.extras-item:hover {
background-color: rgba(255, 119, 0, 0.1);
transform: translateX(5px);
}
.extras-icon {
font-size: 1.3rem;
margin-right: 12px;
flex-shrink: 0;
}
.extras-text {
font-size: 1.05rem;
font-weight: 500;
}
.vip-progress {
background-color: rgba(109, 40, 217, 0.1);
padding: 15px;
border-radius: 8px;
margin: 20px 0;
border-left: 4px solid var(--accent);
}
.progress-label {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 10px;
}
.progress-bar {
height: 20px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 10px;
overflow: hidden;
}
.progress-fill {
height: 100%;
background: linear-gradient(90deg, var(--secondary), var(--primary));
border-radius: 10px;
transition: width 0.5s ease;
}
.offer-cta {
background: linear-gradient(135deg, rgba(255, 119, 0, 0.2), rgba(0, 102, 255, 0.2));
padding: 20px;
border-radius: 8px;
border: 2px solid var(--primary);
margin: 25px 0;
text-align: center;
}
.cta-label {
display: inline-block;
font-weight: bold;
font-size: 1.05rem;
margin-right: 10px;
color: var(--text);
}
.cta-price {
font-size: 1.4rem;
font-weight: 700;
color: var(--primary);
text-shadow: 0 0 10px rgba(255, 119, 0, 0.5);
}
.offer-link {
margin: 15px 0;
}
.link-button {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 20px;
background: linear-gradient(135deg, rgba(255, 119, 0, 0.2), rgba(0, 102, 255, 0.2));
border: 1px solid var(--primary);
border-radius: 8px;
color: var(--text);
text-decoration: none;
font-weight: 600;
font-size: 1.05rem;
transition: all 0.3s ease;
}
.link-button:hover {
background: linear-gradient(135deg, rgba(255, 119, 0, 0.3), rgba(0, 102, 255, 0.3));
transform: translateX(5px);
box-shadow: 0 5px 15px rgba(255, 119, 0, 0.4);
}
.link-arrow {
font-size: 1.2rem;
color: var(--primary);
}
.offer-note {
background-color: rgba(0, 102, 255, 0.1);
padding: 15px;
border-radius: 8px;
margin-top: 25px;
border-left: 4px solid var(--secondary);
text-align: center;
}
.offer-note p {
font-size: 1rem;
opacity: 0.9;
}
.nrv-footer {
text-align: center;
padding: 20px 0;
margin-top: 60px;
}
.nrv-footer p {
font-family: 'Orbitron', sans-serif;
font-size: 0.9rem;
letter-spacing: 2px;
color: var(--text);
opacity: 0.7;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.lang-btn-vip2 {
padding: 12px 24px;
font-size: 1em;
}
.nrv-header h1 {
font-size: 2.5rem;
}
.subtitle {
font-size: 1rem;
}
.offer-header h2 {
font-size: 1.5rem;
}
.offer-content {
padding: 20px;
}
.extras-text {
font-size: 0.95rem;
}
.link-button {
font-size: 0.95rem;
padding: 12px 16px;
}
}
@media (max-width: 480px) {
.lang-selector-vip2 {
margin-bottom: 20px;
}
.lang-btn-vip2 {
padding: 10px 20px;
font-size: 0.95em;
}
.nrv-header h1 {
font-size: 2rem;
}
.offer-header h2 {
font-size: 1.3rem;
}
.extras-item {
padding: 10px 12px;
}
.extras-text {
font-size: 0.9rem;
}
.cta-price {
font-size: 1.2rem;
}
.link-button {
font-size: 0.9rem;
}
}