@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";body{margin:0;font-family:Futura PT,sans-serif;background-color:#fff;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;overflow-y:auto}.container{display:flex;flex-direction:column;width:100%;height:100vh}.image-section{display:none}.image-section img{width:100%;height:100%;object-fit:cover}.text-section{flex:none;width:80%;margin:0 auto;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.text-section img{width:120px;height:auto;margin:0 auto 20px}.text-section h1{font-size:1.5rem;margin-bottom:1rem;color:#333;font-weight:700}.text-section p strong{color:#333}.text-section p{font-size:1.2rem;margin-bottom:1.5rem;color:#555;line-height:1.8;margin-left:50px;margin-right:50px}.text-section hr{border:0;height:1px;background:#ccc;margin:20px 0;width:80%}.text-section .contact{margin-top:20px;font-size:1.5rem;font-weight:700;color:#1e6178}.catalog-button{display:inline-block;margin-top:30px;padding:15px 25px;background-color:#8b0000;color:#fff;text-decoration:none;font-size:1.2rem;border-radius:30px;transition:background-color .3s ease,transform .2s ease;text-align:center;box-shadow:0 4px 6px #0003}.catalog-button:hover{background-color:#5c0000}@media (min-width: 768px){.container{flex-direction:row;height:100vh}.image-section{display:block;flex:1.2;overflow:hidden}.text-section{flex:1;width:auto;padding:30px}.text-section img{width:250px}.text-section p{font-size:1.5rem}}nav{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;display:flex;justify-content:space-around;align-items:center;width:100%;box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000}ul{display:flex;gap:7rem;list-style:none;margin:0;padding:0}ul li{position:relative;font-weight:700;color:#880e29;cursor:pointer;font-size:1.2rem;padding:.5rem 1rem}ul li:hover{color:#5c0000}ul li ul{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;box-shadow:0 4px 6px #0000001a;gap:0;display:none;flex-direction:column;min-width:max-content;z-index:10}ul li ul li:first-child{border-top:none}ul li:hover ul{display:flex}ul li ul li{color:#333;font-weight:700;text-align:center;cursor:pointer;font-size:1.2rem;border-top:2px solid #ccc;transition:background-color .3s,color .3s}ul li ul li:hover{background-color:#f5f5f5;color:#0ff}nav .navbar-item{display:flex;align-items:center;margin-right:auto}nav .navbar-logo{display:flex;align-items:center}nav .navbar-logo img{height:100px;width:100px}nav .navbar-logo h1{font-size:1.5rem;font-weight:700;color:#003148;margin-left:10px;padding:0}h1::hover{color:#4fabd8}nav .flex.items-center img{height:80px;width:auto}nav img{height:180px;width:auto;margin-right:1rem}a{style:none;text-decoration:none;color:#880e29}a:hover{background-color:#f5f5f5;color:#1e6178}.dropdown{width:100%}.homepage{width:100%;height:100vh;display:flex;flex-direction:column}.encart{background-color:#85001c;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-around;align-items:center;width:100%;height:100px;box-sizing:border-box;position:fixed;bottom:0;left:0;z-index:1000}.encart-logo img{width:96px;height:96px}.encart-divider{height:64px;width:1px;background-color:#fff}.encart-section{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.encart-title{font-size:1.25rem;text-transform:uppercase;font-weight:700;margin-bottom:.5rem}.encart-text{font-size:1rem;margin:0}.marque-container{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;width:100%;height:auto;min-height:100vh;background-color:#005a6e;color:#fff;box-sizing:border-box}.marque-text{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.marque-title{font-size:60px;text-align:center;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem}.marque-text p{font-size:25px;line-height:1.8;margin-bottom:1rem;text-align:center}.marque-image{flex:2;display:flex;justify-content:center;align-items:center;overflow:hidden}.marque-image img{width:100%;height:100%;object-fit:cover}.actus-container{background:linear-gradient(to bottom,#fff 30%,#8c152b 60%);padding:2rem 0;color:#fff;text-align:center;padding-top:100px;width:100vw;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;margin:0}.actus-title-container{display:flex;align-items:center;margin:3rem 0 0 2rem}.actus-title-bar{width:170px;height:5px;background-color:#8c152b;margin-right:1rem}.actus-title{font-size:60px;font-weight:700;text-transform:uppercase;color:#8c152b;background-color:#fff;display:inline-block;padding:.5rem 2rem;border-radius:5px;margin-top:50px}.actus-cards{display:flex;justify-content:center;gap:4rem;padding:4rem 2rem 0;background-color:#85001c;box-sizing:border-box;margin:0}.actus-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;width:500px;text-align:center}.actus-image{width:100%;height:400px;object-fit:cover}.actus-content{padding:1rem;color:#85001c}.actus-content h2{font-size:1.5rem;margin-bottom:.5rem}.actus-content p{font-size:20px;line-height:1.5;color:#000}.header{width:100%;min-height:100%;display:block;background-color:#add8e6;overflow:hidden;position:relative}.header-image{width:100%;height:100%;object-fit:cover;display:block}html,body{height:100%;margin:0;font-family:Montserrat,sans-serif}#root{display:flex;flex-direction:column}.footer{width:100%;background-color:#8c152b;height:300px}.footer-container{background-color:#8c152b;max-width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:10px}@media (min-width: 768px){.footer-container{flex-direction:row}}.footer-logo img{width:144px;height:auto;margin:10px}.footer-help,.footer-legal{text-align:center}@media (min-width: 768px){.footer-help,.footer-legal{text-align:left}}.footer-title{font-weight:700;font-size:1.125rem;text-transform:uppercase}.footer-separator{display:none}@media (min-width: 768px){.footer-separator{display:block;height:80px;border-left:1px solid white}}.footer a{style:none;text-decoration:none;color:#fff}.footer a:hover{color:#1e6178}.conseils-container{display:flex;flex-direction:row;width:100%;background-color:#f5f5f5;box-sizing:border-box;overflow:hidden;margin-top:200px}.conseils-sidebar{width:10%;height:100%;display:flex;align-items:center;justify-content:center;writing-mode:sideways-lr;text-orientation:mixed;font-size:5rem;font-weight:700;color:#1e6178;top:0;left:0;text-align:center}.conseils-content{flex:1;padding:2rem;margin-left:10%;display:flex;flex-direction:column;gap:2rem}.conseils-section{display:flex;align-items:center;justify-content:space-between;gap:2rem}.conseils-text{flex:1;font-size:1.3rem;line-height:1.6;color:#333}.conseils-text h3{font-size:2.5rem;color:#85001c;margin-bottom:1rem;line-height:1.2}.conseils-image-circle{flex:1;display:flex;justify-content:center;align-items:center}.conseils-image-circle img{width:600px;height:600px;border-radius:50%;object-fit:cover}.conseils-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.conseils-section3{display:flex;align-items:center;justify-content:flex-start;gap:100px;padding:2rem 0}.conseils-image img{width:800px;border-radius:8px;object-fit:cover;margin:0;height:100%}#text3{text-align:start;max-width:500px;flex:1}#text3 p{font-size:1.5rem;line-height:1.8;color:#333}.faq-container{display:flex;flex-direction:row;width:100%;height:calc(100vh - 80px);background-color:#fff;box-sizing:border-box;margin-top:80px;overflow-y:auto;align-items:center}.faq-sidebar{width:10%;height:80%;padding:100px;display:flex;align-items:center;justify-content:center;writing-mode:sideways-lr;text-orientation:mixed;font-size:100px;font-weight:700;color:#c7141433;padding:1rem;border-right:5px solid rgba(199,20,20,.2);margin-top:5%;margin-bottom:5%}.faq-content{flex:1;padding:2rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.faq-main-question h3{font-size:25px;font-weight:700;color:#333;margin-bottom:1rem}.faq-main-question p{font-size:22px;line-height:1.5;color:#666}.faq-questions p{font-size:1.2rem;font-weight:700;color:#333;margin:1rem 0;border-bottom:1px solid #e6e6e6;padding-bottom:.5rem;cursor:pointer}.faq-questions p:hover{color:#85001c}.faq-answer{margin-top:.5rem;padding-left:1rem;font-size:1rem;color:#666;line-height:1.5;border-left:2px solid #e6e6e6}.faq-answer p{font-weight:400}.faq-answer:hover{color:#666}.caves-container{width:100vw;height:100vh;background-image:url(/assets/cuisinenoire-S9nx64oV.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.caves-content{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;padding:2rem}.cave-card{background-color:#fff;border-radius:20px;box-shadow:0 4px 8px #0000001a;padding:2rem;width:500px;text-align:center}.cave-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cave-title.premium{color:#85001c}.cave-title.classic{color:#005f73}.cave-description{font-size:1rem;line-height:1.8;color:#333;margin-bottom:2rem}.cave-button{font-size:1rem;font-weight:700;padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer}.cave-button.premium{background-color:#85001c;color:#fff}.cave-button.classic{background-color:#005f73;color:#fff}.cave-button:hover{opacity:.9}.avantages-classic-container{width:100%;height:100vh;display:flex;overflow-x:hidden;background:linear-gradient(to right,#fff 45%,#005f73 40%,#005f73)}.left-section{width:40%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem}.left-section .main-title{font-size:4rem;font-weight:700;color:#005f73;text-align:center}.right-section{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;margin-top:100px}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.advantage-card{background-color:#fff;border-radius:15px;box-shadow:0 4px 8px #0000001a;padding:1.5rem;text-align:center;width:650px}.advantage-icon{width:100px;height:80px;margin-bottom:1rem}.advantage-card p{font-size:1rem;line-height:1.8;color:#333}.installation-container{width:100%;display:flex;flex-direction:column;background-color:#fff;margin-top:100px}.installation-content{display:flex;width:100%;margin-top:80px;margin-bottom:100px;justify-content:space-between}.installation-left{width:40%;display:flex;flex-direction:column;gap:5rem}.installation-image{width:100%;border-radius:10px}.installation-right{width:60%;display:flex;flex-direction:column;justify-content:left;height:100%;padding-left:2rem}.installation-right h2{font-size:33px;font-weight:700;color:#85001c;margin-bottom:1.5rem}.installation-right h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.installation-right p{font-size:1.1rem;line-height:1.8;color:#000}.product-card{background-color:#fff;color:#000;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#root{flex:1;display:flex;flex-direction:column;height:100%}.product-detail-container{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:20px;padding:60px;box-sizing:border-box;width:100%;margin:0 auto}.left-column,.center-column,.right-column{display:flex;flex-direction:column;flex:1;box-sizing:border-box;height:100%;padding-left:50px}.center-column{display:flex;justify-content:center;align-items:center;height:100%;margin-top:150px}.center-column{align-items:center}.main-product-image{width:800px;object-fit:contain}.section{width:100%;margin-bottom:10px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.section h2{font-size:30px;color:#7d112c;margin-bottom:5px;margin-top:50px;font-weight:700;text-transform:uppercase}.section p{color:#000;font-size:21px}.section ul{list-style-type:disc;padding-left:15px;margin:0;display:flex;flex-direction:column;gap:2px;flex-grow:1}.section ul li{font-size:21px;line-height:1.2;color:#000}.pictos{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px}.pictos img{width:80px;height:80px;object-fit:contain}.left-column{margin-left:0;padding-left:0}.right-column h1{font-size:40px;color:#000;font-weight:700}.right-column p{font-size:21px;color:#000;margin-top:0}.product-price{font-size:30px;color:#7d112c;font-weight:700;margin-top:10px}.details-du-produit-main{margin-top:140px;background:linear-gradient(to right,#fff 50%,#f7f7f7 50%,#adacac)}.contact-section{background-color:#8c152b;color:#fff;padding:40px;margin-top:140px}.contact-section .title{text-align:center;font-size:2em;margin-bottom:30px}.contact-form{max-width:1000px;margin:0 auto 40px}.form-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:15px}.form-row input{flex:1;padding:12px 20px;border:none;border-radius:30px;font-size:1em;color:#000;width:100%;background-color:#fff}.submit-button{padding:12px 40px;background-color:#fff;color:#8c152b;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:.3s}.submit-button:hover{background-color:#ccc}.contact-info{display:flex;flex-wrap:wrap;color:#fff;font-size:26px;gap:20px;max-width:1000px;margin:auto}.contact-info p{margin:auto}.form-row-message{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:15px}.form-row-message input{flex:1;padding:12px 20px;border:none;border-radius:30px;font-size:1em;color:#000;width:100%;background-color:#fff}:root{color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100%;overflow-x:hidden;background-color:#8c152b}html{font-family:Montserrat,sans-serif;margin:0;padding:0;width:100%;box-sizing:border-box}.premium-container{position:relative;width:100%;max-width:1000px;margin:auto}.image-base{width:100%;display:block}.point{position:absolute;background-color:#d6c57b;color:#000;border-radius:50%;width:28px;height:28px;display:flex;justify-content:center;align-items:center;font-weight:700;cursor:pointer;transition:transform .2s}.point:hover{transform:scale(1.1)}.tooltip{visibility:hidden;opacity:0;width:220px;background-color:#fff;color:#000;text-align:left;border-radius:5px;padding:8px;position:absolute;z-index:10;top:35px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0003;transition:opacity .3s;font-size:.9rem}.point:hover .tooltip{visibility:visible;opacity:1}.icon{width:100%}.picto{width:50px;height:50px}.titre-tooltip{font-size:1rem;font-weight:700;color:#8c152b;display:flex;gap:10px}.premium-wrapper{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;flex-wrap:wrap}.premium-text{flex:1;max-width:300px}.premium-text h1{font-size:5rem;color:#7a0000;font-weight:700;text-transform:uppercase;line-height:1.2}html,body{margin:0;padding:0;height:100%}.premium-page{height:100vh}.premium-page-main{margin-top:140px;background:linear-gradient(to right,#fff 35%,#8c152b 35%,#8c152b)}.product-card{background-color:#fff;color:#000;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;overflow:hidden}.product-image{width:100%;height:auto;max-height:240px;object-fit:contain;border-radius:4px;display:block;margin:0 auto}.search-container{max-width:600px;margin:40px auto;font-family:sans-serif}.search-bar{display:flex;gap:8px;margin-bottom:16px}.search-input{flex:1;padding:10px;border-radius:8px;border:1px solid #ccc}.search-button{padding:10px 16px;background-color:#1976d2;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.search-button:hover{background-color:#125ba4}.error-text{color:red}.results{margin-top:20px}.product-card{background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:12px;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}*{box-sizing:border-box}.gamme-classic{display:flex;flex-direction:column;height:100vh}.gamme-classic-content{display:flex;flex:1;min-width:0}.gamme-classic-left{flex:.3;background-color:#7d112c;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px}.gamme-classic-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.gamme-classic-subtitle{font-size:1.2rem;font-weight:400;margin-top:10px;border-top:2px solid white;padding-top:10px}.products-container{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:40px;margin-top:150px;background-color:#fff;overflow-y:auto}.product-card{background-color:#fff;color:#000;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0003}.product-image{width:100%;height:auto;object-fit:contain;border-radius:4px;display:block;margin:auto}.product-name{font-size:1.2rem;font-weight:700;margin:8px 0;display:flex;flex-grow:1;align-items:center;justify-content:center}.product-code,.product-price{font-size:.9rem}form label{font-weight:600;color:#8c152b;font-size:1.08rem;margin-bottom:.3rem;display:block;letter-spacing:.5px}form input,form textarea{margin-top:.2rem;margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem;width:100%;font-size:1rem;background:#fafafa;transition:border .2s;color:#000}select[name=pictos]{background:#fff;border:1.5px solid #8C152B;border-radius:8px;min-height:80px;font-size:1rem;color:#222;padding:.5rem;margin-top:.5rem;transition:border .2s}select[name=pictos]:focus{border-color:#a82c45;outline:none}.pictos-selected{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.pictos-selected span{background:#8c152b;color:#fff;border-radius:6px;padding:4px 8px;font-size:.95rem;display:flex;align-items:center}.pictos-selected img{width:24px;height:24px;margin-right:6px;border-radius:4px;background:#fff}body,html,#root{font-family:Montserrat,Arial,sans-serif;background:#f7f7fa}.bg-\[\#8C152B\]{background:#8c152b!important}.bg-\[\#8C152B\]:hover{background:#a82c45!important}button{transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #8c152b14}table{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #8c152b14}th{font-weight:600;letter-spacing:.5px}td{vertical-align:middle;color:#000}.bg-green-100{background:#e6fbe6;color:#1a7f1a}.bg-gray-200{background:#f0f0f0;color:#666}.bg-green-100{background:#e6fbe6!important;color:#1a7f1a!important}.bg-gray-200{background:#f0f0f0!important;color:#666!important}.bg-yellow-400{background:#fbbf24!important}.bg-yellow-400:hover{background:#f59e0b!important}.bg-red-500{background:#ef4444!important}.bg-red-500:hover{background:#dc2626!important}form label{font-weight:500;margin-bottom:.5rem;display:block}form input,form textarea{border:1px solid #e0e0e0;border-radius:6px;padding:.5rem;margin-top:.2rem;margin-bottom:1rem;width:100%;font-size:1rem;background:#fafafa;transition:border .2s}form input:focus,form textarea:focus{border-color:#8c152b;outline:none}form .flex{gap:1rem}.styled-table th,.styled-table td{border:1px solid #d1d5db;padding:.75rem;background-clip:padding-box;max-width:180px;position:relative}.styled-table th{background:#8c152b;color:#fff;font-weight:600}.styled-table tr{transition:background .2s}.styled-table tr:hover{background:#f3e6ea}.cell-scroll{max-width:180px;min-width:120px;max-height:70px;overflow:auto;white-space:pre-line;word-break:break-word;background:#fafafa;border-radius:6px}.cell-scroll .flex{flex-wrap:wrap;gap:4px}.cell-scroll::-webkit-scrollbar{width:6px;background:#eee}.cell-scroll::-webkit-scrollbar-thumb{background:#8c152b;border-radius:4px}th,td{border:1.5px solid #222;padding:.75rem;max-width:180px;position:relative;background-clip:padding-box}@media (max-width: 900px){.max-w-7xl{padding:1rem}th,td{padding:.5rem;font-size:.95rem}.text-3xl{font-size:2rem}}
