:root {--primary: #dc2c6d;--secondary: #4737a9;--tertiary: #db9a23;--dark: #2c3e50;--bg-even: #f0f7fa;}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 300;font-display: swap;src: url('medias/fonts/roboto-v50-latin-300.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 400;font-display: swap;src: url('medias/fonts/roboto-v50-latin-regular.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 500;font-display: swap;src: url('medias/fonts/roboto-v50-latin-500.woff2') format('woff2');}@font-face {font-family: 'Roboto';font-style: normal;font-weight: 700;font-display: swap;src: url('medias/fonts/roboto-v50-latin-700.woff2') format('woff2');}body {font-family: 'Roboto', sans-serif;}html {scroll-behavior: smooth;scroll-padding-top: 80px;}* {margin: 0;padding: 0;box-sizing: border-box;}body {color: #333;line-height: 1.6;scroll-behavior: smooth;background-color: #fcfcfc;}h1, h2, h3, h4, h5 {font-family: "Roboto", sans-serif;color: var(--dark);}a {color: var(--primary);}h1 {font-size: 2.2rem;text-align: center;margin-bottom: 40px;}h1::after {content: "";display: block;width: 50px;height: 2px;background: var(--secondary);margin: 15px auto;}ul {padding: 18px 0 18px 18px;}svg{width: 40px;}nav {background: rgba(255, 255, 255, 0.98);padding: 0 2rem;position: fixed;width: 100%;top: 0;z-index: 1000;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);display: flex;justify-content: space-between;align-items: center;}#nav-links-v2 {display: none;}.nav-links {display: flex;gap: 30px;}.nav-links a {text-decoration: none;font-weight: 500;font-size: 0.85rem;text-transform: uppercase;letter-spacing: 1px;transition: color 0.3s;}.nav-links a:hover {color: var(--tertiary);}.burger {display: none;cursor: pointer;flex-direction: column;gap: 5px;}.burger span {width: 25px;height: 3px;background: #333;border-radius: 3px;transition: 0.3s;}@media (max-width: 768px) {.burger {display: flex;}nav {padding: 0 1rem;}.nav-links {position: fixed;right: -100%;top: 70px;flex-direction: column;background: white;width: 100%;text-align: center;padding: 40px 0;transition: 0.4s;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);gap: 25px;}.nav-links.active {right: 0;}.burger.toggle .span1 {transform: rotate(-45deg) translate(-5px, 6px);}.burger.toggle .span2 {opacity: 0;}.burger.toggle .span3 {transform: rotate(45deg) translate(-5px, -6px);}.hide-mobile {display: none;}h1 {font-size: 1.7rem;margin-bottom: 0px;}h2 {font-size: 1.3rem;}.section-content, .hero-content {padding: 0 0.25rem;}.choice-title {margin: 15px 0 15px;}}header {height: 100vh;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;text-align: center;}.logo-container {display: flex;align-items: center;gap: 15px;}.mini-switcher {width: 60px;height: 60px;cursor: pointer;opacity: 0;transition: all 0.3s ease;}.mini-switcher.visible {opacity: 1;transform: scale(1);}.mini-switcher:hover {transform: scale(1.1);box-shadow: 0 0 10px var(--tertiary);}.mini-switcher img {width: 100%;height: 100%;object-fit: cover;}.parallax-item {transition: transform 0.1s ease-out;}@media (max-width: 768px) {header {background-attachment: scroll;}}.parallax-window {position: relative;width: 100%;height: 400px;overflow: hidden;display: flex;align-items: center;justify-content: center;}.parallax-window picture, .parallax-window img {position: fixed;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;pointer-events: none;}.parallax-window {clip-path: inset(0 0 0 0);}section {padding: 100px 20px;background-color: var(--bg-even);width: 100%;opacity: 0;transform: translateY(40px);transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);will-change: transform, opacity;}section.visible {opacity: 1;transform: translateY(0);}section.bgWhite {background-color: white;}.section-content {max-width: 1024px;margin: auto;}.bg-container {position: relative;width: 100%;min-height: 80vh;display: flex;align-items: center;justify-content: center;overflow: hidden;}.bg-container picture, .bg-container picture img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.bg-container picture img {object-fit: cover;object-position: center;}.hero-content {position: relative;z-index: 2;width: 100%;max-width: 1024px;padding: 20px;text-align: center;}.grid-services {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 20px;margin-top: 20px;}.service-card {border-left: 3px solid var(--secondary);background: white;padding: 15px;border-radius: 15px;text-align: center;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.service-card h3 {color: var(--secondary);margin-bottom: 10px;}.price-box {background: white;border-left: 5px solid var(--secondary);padding: 30px;border-radius: 15px;display: flex;gap: 2rem;justify-content: space-between;align-items: center;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.price-value {font-size: 1.8rem;font-weight: bold;color: var(--secondary);}@media (max-width: 768px) {.price-box {flex-direction: column;}}.about-flex {display: flex;gap: 40px;flex-wrap: wrap;}.about-img {flex: 1;min-width: 300px;perspective: 1000px;cursor: pointer;}.about-img img {width: 100%;border-radius: 20px;box-shadow: 15px 15px 0 var(--secondary);}.about-text {flex: 1;min-width: 300px;}.flip-card-inner {position: relative;text-align: center;transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);transform-style: preserve-3d;}.about-img.flipped .flip-card-inner {transform: rotateY(180deg);}.flip-card-front, .flip-card-back {backface-visibility: hidden;}.flip-card-back {transform: rotateY(180deg);position: absolute;top: 0;left: 0;width: 100%;}details {background: white;margin-bottom: 10px;padding: 15px;border-radius: 8px;border: 1px solid #e1eef5;cursor: pointer;}summary {font-weight: 500;color: var(--dark);}details[open] summary {color: var(--tertiary);margin-bottom: 10px;}details summary {color: var(--primary);margin-bottom: 10px;}.contact-box {background: var(--dark);color: white;text-align: center;padding: 60px 20px;border-radius: 20px;}.contact-box h2 {color: white;}.secure-link {display: inline-block;background: var(--primary);color: white;padding: 12px 25px;border-radius: 30px;text-decoration: none;margin: 10px;border: none;font-size: 1rem;cursor: pointer;transition: background 0.3s;}.secure-link:hover {background: var(--tertiary);}.choice-title {color: var(--secondary);margin: 30px 0 15px;font-weight: 500;letter-spacing: 2px;}.header-choices {display: flex;justify-content: center;gap: 40px;flex-wrap: wrap;margin-top: 3rem;}.choice-item {cursor: pointer;transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);width: 320px;}.choice-label {display: block;margin-bottom: 15px;font-weight: 700;font-size: 1.1rem;color: var(--primary);transition: color 0.3s;}.choice-item img {width: 100%;height: auto;border-radius: 15px;transition: all 0.4s ease;}.choice-item:hover {transform: scale(1.05);}.choice-item:hover img {box-shadow: 0 15px 45px rgba(119, 180, 213, 0.4);border: 2px solid var(--tertiary);}.choice-item:hover .choice-label {color: var(--tertiary);}@media (max-width: 768px) {.header-choices {gap: 20px;}.choice-item {width: 150px;}.choice-label {font-size: 0.9rem;}}footer {text-align: center;padding: 50px;font-size: 0.8rem;color: #999;}