body{overflow-x:hidden;line-height:1.6;color:var(--base-rouge-color);background-color:var(--base-beige-color);min-height:100vh;margin-top:10px;font-size:var(--font-size-normal)}
.container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}
.main-content{display:flex;flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem}
h1,h2{font-family:var(--global-font-family-titre);color:var(--base-rouge-color)}
h1{font-size:var(--font-size-h1);margin-bottom:20px}
h2{font-size:var(--font-size-h2);margin-top:30px;margin-bottom:15px}
p{margin-bottom:15px}
.sidebar{position:relative;width:100%;max-width:1200px;margin:50px auto 0;background-color:var(--base-white-color);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}
.sidebar-title{font-size:var(--font-size-h2);margin-bottom:1.5rem;color:var(--base-rouge-color);position:relative;padding-bottom:1rem}
.sidebar-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--base-rouge-color);border-radius:2px}
.sidebar-subtitle{font-size:var(--font-size-normal);margin-bottom:2rem;color:var(--base-noir-color);line-height:1.6}
.partners-section{text-align:center;max-width:1000px;margin:0 auto}
.partners-title{font-size:var(--font-size-h2);margin-bottom:2.5rem;margin-top:2rem;color:var(--base-rouge-color);font-family:var(--global-font-family-titre);position:relative;display:inline-block;padding-bottom:1rem}
.partners-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:2px;background:var(--base-rouge-color)}
.partner-logos{display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;align-items:center;margin:2rem auto;max-width:1200px;overflow-x:auto;padding:1rem 0;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.partner-logos::-webkit-scrollbar{height:6px}
.partner-logos::-webkit-scrollbar-track{background:rgba(143,21,21,.05);border-radius:10px}
.partner-logos::-webkit-scrollbar-thumb{background:var(--base-rouge-color);border-radius:10px}
.partner{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.8rem;transition:transform var(--transition-base);min-width:150px}
.partner:hover{transform:translateY(-5px)}
.partner-logo{width:120px;height:120px;object-fit:contain;padding:.8rem;background-color:var(--base-white-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm)}
.partner-name{font-size:var(--font-size-normal);font-weight:600;color:var(--base-rouge-color);text-align:center;line-height:1.4;max-width:150px}
.partners-section>p{margin:2rem 0;color:var(--base-noir-color);font-size:var(--font-size-normal);line-height:1.6;padding:0 1rem}
.contact-button{display:inline-flex;align-items:center;justify-content:center;background-color:var(--base-rouge-color);color:var(--base-white-color);padding:1rem 2rem;margin-bottom:25px;border-radius:10px;text-decoration:none;font-weight:600;font-size:var(--font-size-button);transition:.3s;width:auto;min-width:180px;height:auto;line-height:1.2;box-shadow:0 5px 15px rgba(143,21,21,.15)}
.contact-button:hover{background-color:var(--base-noir-color);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}
.expand-button,.purchase-button{display:inline-block;background-color:var(--base-rouge-color);color:var(--base-white-color);padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;text-align:center;width:150px;height:50px;line-height:30px;font-size:var(--font-size-button);transition:.3s}
.expand-button:hover,.purchase-button:hover{background-color:var(--base-noir-color)}
.category{display:flex;align-items:center;gap:3rem;background:var(--base-beige-color);padding:2rem;transition:.3s;width:100%}
.category:nth-child(2n){flex-direction:row-reverse;transform:translateX(5%)}
.category:nth-child(odd){transform:translateX(-5%)}
.category-header{display:flex;gap:2rem;width:100%}
.category-images{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:1rem;border-radius:20px;padding:1rem;background:var(--base-white-color);border:1px solid rgba(113,0,0,.1);min-width:300px}
.category-image{position:relative;overflow:hidden;cursor:pointer;border:none;transition:.3s;background-position:center;background-size:cover;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-height:180px}
.category-image:first-child{grid-column:1/-1;grid-row:1;height:280px}
.category-image:nth-child(2),.category-image:nth-child(3){height:180px}
.category-image:hover{transform:scale(1.03);box-shadow:0 6px 15px rgba(113,0,0,.2)}
.category-info{flex:1;display:flex;flex-direction:column;gap:1.2rem;min-width:300px;justify-content:center;padding-left:2rem}
.category:nth-child(2n) .category-info{padding-left:0;padding-right:2rem}
.category-title{font-size:var(--font-size-h2);color:var(--base-rouge-color);margin:0;padding-bottom:.8rem;position:relative;font-family:var(--global-font-family-titre)}
.category-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:2px;background:var(--base-rouge-color);transition:width .3s}
.category:hover .category-title::after{width:100px}
.category-description{font-size:var(--font-size-normal);color:var(--base-noir-color);line-height:1.6;margin-bottom:1rem;opacity:.9}
.expand-button{display:inline-flex;align-items:center;justify-content:center;background:var(--base-rouge-color);color:var(--base-white-color);padding:.6rem 1.2rem;border:none;border-radius:var(--border-radius-md);font-size:var(--font-size-button);font-weight:600;cursor:pointer;transition:var(--transition-base);width:fit-content;gap:.5rem;text-decoration:none}
.expand-button::after{content:'→';transition:transform var(--transition-base)}
.expand-button:hover{background:var(--base-noir-color);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.expand-button:hover::after{transform:translateX(5px)}
.category-details{margin-top:2rem;padding:2rem;background:rgba(143,21,21,.05);border-radius:15px;display:none}
.category-details.expanded{display:block;animation:.3s ease-out fadeIn}
.category-details ul{list-style:none;padding:0;margin:1.5rem 0}
.category-details li{margin-bottom:1rem;padding-left:1.5rem;position:relative;color:var(--base-noir-color);font-size:var(--font-size-normal)}
.category-details li::before{content:'•';color:var(--base-rouge-color);position:absolute;left:0;font-weight:700}
.purchase-banner{margin-top:2rem;padding:1.5rem;background:var(--base-white-color);border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05)}
.purchase-banner p{font-size:var(--font-size-normal);color:var(--base-rouge-color);margin-bottom:1rem;font-weight:500}
.purchase-button{display:inline-flex;align-items:center;justify-content:center;background:var(--base-rouge-color);color:var(--base-white-color);padding:.8rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:var(--font-size-button);transition:.3s;gap:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:200px;height:50px}
.purchase-button:hover{background:var(--base-noir-color);transform:translateY(-2px)}
@media (max-width:1400px){
.container,.main-content,.sidebar{max-width:1100px;padding:0 1.5rem}
.category-image:first-child{height:240px}
}
@media (max-width:1200px){
.container,.main-content,.sidebar{max-width:900px}
.category{padding:1.5rem;gap:2rem}
.category-images{min-width:250px}
.category-image:first-child{height:220px}
.category-image:nth-child(2),.category-image:nth-child(3){height:150px}
.partner-logos{gap:1.5rem;padding:.8rem}
.partner{min-width:130px}
}
@media (max-width:992px){
.container,.main-content,.sidebar{max-width:100%;padding:0 1.2rem}
.category,.category:nth-child(2n),.category:nth-child(odd){flex-direction:column;transform:none;padding:1.2rem}
.category-header{flex-direction:column;gap:1.5rem}
.category-images{width:100%;min-width:auto}
.category-image:first-child{height:200px}
.category-image:nth-child(2),.category-image:nth-child(3){height:140px}
.partner-logos{flex-wrap:wrap;justify-content:center}
.partner{min-width:120px}
.category-info,.category:nth-child(2n) .category-info{padding:1rem 0;align-items:center;text-align:center}
.category-title::after{left:50%;transform:translateX(-50%)}
}
@media (max-width:768px){
.container,.main-content,.sidebar{padding:0 1rem}
.header-section{padding:2rem 1rem}
.header-title{font-size:calc(var(--font-size-h1) * .85)}
.category{padding:1rem;gap:1.2rem}
.category-images{gap:.8rem;padding:.8rem}
.category-image:first-child{height:180px}
.category-image:nth-child(2),.category-image:nth-child(3){height:120px}
.partner{min-width:110px}
.partner-logo{width:100px;height:100px}
.category-modal-content{width:95%;height:95vh}
.partners-title{margin-top:1.5rem}
}
@media (max-width:576px){
.container,.main-content,.sidebar{padding:0 .8rem}
.header-title{font-size:calc(var(--font-size-h1) * .7)}
.category{padding:.8rem;gap:1rem}
.category-images{gap:.6rem;padding:.6rem}
.category-image:first-child{height:160px}
.category-image:nth-child(2),.category-image:nth-child(3){height:100px}
.partner{min-width:100px}
.partner-logo{width:90px;height:90px}
.category-modal-header{height:180px}
.category-modal-main{padding:1.2rem}
}
@media (max-width:400px){
.header-title{font-size:calc(var(--font-size-h1) * .6)}
.category-images{gap:.5rem;padding:.5rem}
.category-image:first-child{height:140px}
.category-image:nth-child(2),.category-image:nth-child(3){height:90px}
.partner{min-width:90px}
.partner-logo{width:80px;height:80px}
.category-modal-header{height:150px}
.category-modal-main{padding:1rem}
.contact-button,.purchase-button{width:100%;min-width:auto;padding:.8rem 1.5rem}
}
@keyframes fadeIn{
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
/* Ancien système de popup (supprimé car remplacé par le nouveau système de modal) */

/* Nouveau système de modal */
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.modal-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: var(--base-rouge-color);
}

/* Animation d'ouverture du modal */
.modal-overlay.show {
    animation: fadeIn 0.3s ease-out;
}

.modal-content.show {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

/* Responsive pour le modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        padding: 10px;
    }
    
    .modal-close {
        top: -35px;
        font-size: 30px;
    }
}
.header-section{text-align:center;background:linear-gradient(135deg,#ffffff01 0,var(--secondary-color) 100%);color:var(--base-rouge-color);padding:3rem 2rem}
.header-title{font-family:var(--global-font-family-titre);font-size:var(--font-size-h1);margin-bottom:1rem;animation:.8s ease-out fadeInDown;color:var(--base-rouge-color);position:relative}
.header-subtitle{font-family:var(--global-font-family);font-size:var(--font-size-normal);color:var(--base-noir-color);font-weight:700;opacity:.9;max-width:600px;margin:0 auto;animation:.8s ease-out .2s both fadeInUp}
@media (max-width:768px){
.header-section{padding:3rem 1rem}
.header-title{font-size:var(--font-size-h1-mobile)}
.header-subtitle{font-size:var(--font-size-normal-mobile)}
}
@media (max-width:480px){
.header-section{padding:2rem 1rem}
.header-title{font-size:var(--font-size-h1-mobile)}
.header-subtitle{font-size:var(--font-size-normal-mobile);padding:0 1rem;max-width:100%}
}
@keyframes fadeInDown{
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes fadeInUp{
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.category-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.85);z-index:1000;justify-content:center;align-items:center;padding:2rem;opacity:0;transition:.4s cubic-bezier(.4, 0, .2, 1);backdrop-filter:blur(5px);overflow:hidden}
.category-modal.active{display:flex;opacity:1}
.category-modal-content{background:linear-gradient(145deg,var(--base-white-color) 0,rgba(255,255,255,.98) 100%);max-width:1000px;width:95%;height:90vh;border-radius:25px;position:relative;overflow:hidden;padding:0;transform:translateY(20px) scale(.95);transition:.4s cubic-bezier(.4, 0, .2, 1);box-shadow:0 25px 50px rgba(0,0,0,.3);display:flex;flex-direction:column}
.category-modal.active .category-modal-content{transform:translateY(0) scale(1)}
.category-modal-header{position:relative;width:100%;height:250px;overflow:hidden;border-radius:25px 25px 0 0;flex-shrink:0}
.category-modal-header-image{width:100%;height:100%;object-fit:cover;filter:brightness(.8);transition:.5s}
.category-modal-header-image:hover{transform:scale(1.05);filter:brightness(.9)}
.category-modal-close{position:absolute;top:125px;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.95);color:var(--base-rouge-color);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.8rem;border:none;transition:.3s;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.2)}
.category-modal-close:hover{background:var(--base-rouge-color);color:var(--base-white-color);transform:translate(-50%,-50%) rotate(90deg)}
.category-modal-main{flex:1;overflow-y:auto;padding:2rem;-ms-overflow-style:none;scrollbar-width:none}
.category-modal-main::-webkit-scrollbar{display:none}
.category-modal-title{font-family:var(--global-font-family-titre);font-size:var(--font-size-h2);color:var(--base-rouge-color);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(143,21,21,.1);position:relative}
.category-modal-title::after{content:'';position:absolute;bottom:-2px;left:0;width:100px;height:2px;background:var(--base-rouge-color)}
.category-modal-body{color:var(--base-noir-color);font-size:var(--font-size-normal);line-height:1.8}
.category-modal-images{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}
.category-modal-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:.3s;cursor:pointer}
.category-modal-image:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,.15)}
.category-modal-body ul{list-style:none;padding:0;margin:1.5rem 0}
.category-modal-body li{margin-bottom:1.2rem;padding-left:2rem;position:relative;line-height:1.6}
.category-modal-body li::before{content:'•';color:var(--base-rouge-color);position:absolute;left:0;font-weight:700;font-size:1.5em;top:-.2em}
.category-modal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(143,21,21,.1);text-align:center}
.category-modal-footer p{margin-bottom:1.5rem;color:var(--base-rouge-color);font-weight:500;font-size:calc(var(--font-size-normal) * 1.1)}
.category-modal .purchase-button{min-width:220px;padding:1rem 2rem;font-size:var(--font-size-button);background:linear-gradient(145deg,var(--base-rouge-color) 0,#8f1515 100%);border-radius:12px;box-shadow:0 8px 20px rgba(143,21,21,.2);transition:.3s}
.category-modal .purchase-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(143,21,21,.3);background:linear-gradient(145deg,#8f1515 0,var(--base-rouge-color) 100%)}
@media (max-width:768px){
.category-modal{padding:1rem}
.category-modal-content{width:100%}
.category-modal-header{height:200px}
.category-modal-main{padding:2rem}
.category-modal-images{grid-template-columns:repeat(2,1fr);gap:1rem}
.category-modal-title{font-size:var(--font-size-h2-mobile)}
.category-modal-close{top:100px;width:40px;height:40px;font-size:1.5rem}
}
@media (max-width:480px){
.category-modal-main{padding:1.5rem}
.category-modal-images{grid-template-columns:1fr}
.category-modal-close{top:75px;width:35px;height:35px;font-size:1.2rem}
.category-modal-header{height:150px}
}
.category.full-width{grid-column:1/-1;margin-bottom:2rem}
.coming-soon-badge{background-color:var(--base-rouge-color);color:var(--base-white-color);padding:.5rem 1rem;border-radius:20px;display:inline-block;margin-bottom:1rem;font-weight:600;font-size:var(--font-size-normal)}
.process-section{margin:2rem 0;padding:2rem;background:rgba(143,21,21,.05);border-radius:15px}
.step{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}
.step:last-child{margin-bottom:0}
.step-number{background:var(--base-rouge-color);color:var(--base-white-color);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.pricing-section{margin:2rem 0;text-align:center}
.price{font-size:calc(var(--font-size-h2) * 1.2);color:var(--base-rouge-color);font-weight:700;margin:1rem 0}
.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}
.action-buttons .contact-button,.action-buttons .purchase-button{min-width:200px}
@media (max-width:992px){
.category.full-width{max-width:none}
.action-buttons{flex-direction:column;align-items:center}
.action-buttons .contact-button,.action-buttons .purchase-button{width:100%;max-width:300px}
}
.cta-section{padding:1rem 0;text-align:center;background-color:var(--base-beige-color);margin:1rem 0;border-radius:8px}
.cta-container{max-width:400px;margin:0 auto;padding:.8rem}
.cta-container h2{font-size:var(--font-size-h2);margin-bottom:.3rem;color:var(--base-rouge-color)}
.cta-container p{font-size:.9rem;color:var(--base-noir-color);margin-bottom:.8rem}
.cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem}
.cta-button{font-size:.9rem;padding:.5rem 1rem;background-color:var(--base-rouge-color);color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s}
.cta-button:hover{background-color:var(--base-noir-color)}
.coming-soon{font-size:.8rem;color:#666;font-style:italic}