/* ============================================
   CSS DÉDIÉ PAGE PLAQUES & CARREAUX
   ============================================ */

body {
    background: #f5f5f5;
}

/* ============================================
   SECTION BANNIÈRE
   ============================================ */

.plaques-banner {
    width: 100%;
}

.plaques-banner-image {
    width: 100%;
    opacity: 0;
    transform: scale(1.05);
}

.plaques-banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* États initiaux pour animations */
.plaques-title,
.plaques-description,
.plaques-devis-btn {
    opacity: 0;
}

.plaques-texture-item {
    opacity: 0;
    transform: scale(0);
}

.plaques-texture-more,
.plaques-subtitle,
.plaques-nuancier-btn {
    opacity: 0;
}

.slide-item,
.slideshow-btn {
    opacity: 0;
}

.plaques-xxl-title,
.plaques-xxl-subtitle,
.plaques-xxl-body p,
.plaques-xxl-image {
    opacity: 0;
}

.plaques-dalles-title,
.plaques-dalles-subtitle,
.plaques-dalles-body p,
.plaques-dalles-image {
    opacity: 0;
}

/* ============================================
   SECTION CONTENU PRINCIPAL
   ============================================ */

.plaques-content-section {
    padding: clamp(3rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem);
    background: #f5f5f5;
}

.plaques-container {
    max-width: 1400px;
    margin: 0 auto;
}

.plaques-layout {
    display: flex;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: flex-start;
    justify-content: space-between;
}

/* Partie gauche - Texte */
.plaques-text {
    flex: 0 1 auto;
    max-width: 720px;
}

.plaques-title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.plaques-description {
    margin-bottom: 2rem;
}

.plaques-description p {
    font-size: clamp(0.9rem, 1vw, 0.95rem);
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

.plaques-description p:last-child {
    margin-bottom: 0;
}

.plaques-description strong {
    font-weight: 600;
    color: #000;
}

.plaques-devis-btn {
    background: #000;
    color: white;
    border: none;
    padding: 0.9rem 2rem;
    font-size: clamp(0.85rem, 0.95vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
}

.plaques-devis-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Partie droite - Nuancier */
.plaques-nuancier {
    flex: 0 0 auto;
    margin-top: 0;
}

.plaques-texture-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.plaques-texture-grid {
    display: flex;
    gap: 0.4rem;
    text-decoration: none;
    cursor: pointer;
}

.plaques-texture-item {
    width: 55px;
    height: 55px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.plaques-texture-item:hover {
    transform: scale(1.1);
}

.plaques-texture-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plaques-texture-more {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 600;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.plaques-texture-more:hover {
    color: #000;
}

.plaques-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 600;
    color: #000;
    margin: 1rem 0;
}

.plaques-nuancier-btn {
    background: #000;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    font-size: clamp(0.8rem, 0.9vw, 0.85rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.plaques-nuancier-btn:hover {
    background: #333;
}

/* ============================================
   SLIDESHOW PROJETS
   ============================================ */

.plaques-slideshow {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 2vw, 2rem);
    background: #f5f5f5;
    overflow: hidden;
}

.plaques-slideshow .slideshow-btn {
    background: white;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plaques-slideshow .slideshow-btn:hover {
    background: #000;
    color: white;
    border-color: #000;
}

.plaques-slideshow .slideshow-container {
    flex: 1;
    overflow: hidden;
}

.plaques-slideshow .slideshow-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.5s ease;
}

.plaques-slideshow .slide-item {
    flex: 0 0 calc(33.333% - 0.67rem);
    aspect-ratio: 16/10;
    overflow: hidden;
}

.plaques-slideshow .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.plaques-slideshow .slide-item:hover img {
    transform: scale(1.05);
}

/* ============================================
   SECTION DES CARREAUX XXL GRAVÉS
   ============================================ */

.plaques-xxl-section {
    padding: clamp(4rem, 6vw, 6rem) clamp(3rem, 5vw, 5rem);
    background: #f5f5f5;
}

.plaques-xxl-content {
    display: flex;
    gap: clamp(4rem, 8vw, 10rem);
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}

.plaques-xxl-text {
    flex: 1;
    max-width: 720px;
}

.plaques-xxl-title {
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    margin-left: -1rem;
}

.plaques-xxl-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #666;
    margin-bottom: 2rem;
    margin-left: -1rem;
}

.plaques-xxl-body {
    padding-left: 1rem;
}

.plaques-xxl-body p {
    font-size: clamp(0.9rem, 1vw, 0.95rem);
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}

.plaques-xxl-body p:last-child {
    margin-bottom: 0;
}

.plaques-xxl-body strong {
    font-weight: 600;
    color: #000;
}

.plaques-xxl-image {
    flex: 0 0 auto;
    max-width: 550px;
    margin-left: 2rem;
}

.plaques-xxl-image img {
    width: 100%;
    height: auto;
}

/* ============================================
   SECTION DES DALLES EN TERRAZZO
   ============================================ */

.plaques-dalles-section {
    padding: clamp(4rem, 6vw, 6rem) clamp(3rem, 5vw, 5rem);
    background: white;
}

.plaques-dalles-content {
    display: flex;
    gap: clamp(4rem, 8vw, 10rem);
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}

.plaques-dalles-image {
    flex: 0 0 auto;
    max-width: 650px;
}

.plaques-dalles-image img {
    width: 100%;
    height: auto;
    min-height: 550px;
    object-fit: cover;
}

.plaques-dalles-text {
    flex: 1;
    max-width: 720px;
}

.plaques-dalles-title {
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 0.3rem;
    margin-left: -1rem;
}

.plaques-dalles-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #666;
    margin-bottom: 1.2rem;
    margin-left: -1rem;
}

.plaques-dalles-body {
    padding-left: 1rem;
}

.plaques-dalles-body p {
    font-size: clamp(0.9rem, 1vw, 0.95rem);
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.8rem;
}

.plaques-dalles-body p:last-child {
    margin-bottom: 0;
}

.plaques-dalles-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.plaques-dalles-list li {
    font-size: clamp(0.9rem, 1vw, 0.95rem);
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.5rem;
}

.plaques-dalles-list li:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .plaques-slideshow .slide-item {
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .plaques-xxl-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .plaques-xxl-text {
        max-width: 100%;
    }
    
    .plaques-xxl-title,
    .plaques-xxl-subtitle {
        margin-left: 0;
    }
    
    .plaques-xxl-body {
        padding-left: 0;
    }
    
    .plaques-xxl-image {
        max-width: 100%;
        margin-left: 0;
    }
    
    .plaques-dalles-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .plaques-dalles-text,
    .plaques-dalles-image {
        max-width: 100%;
    }
    
    .plaques-dalles-title,
    .plaques-dalles-subtitle {
        margin-left: 0;
    }
    
    .plaques-dalles-body {
        padding-left: 0;
    }
    
    .plaques-layout {
        flex-direction: column;
        gap: 3rem;
    }
    
    .plaques-text {
        max-width: 100%;
    }
    
    .plaques-nuancier {
        width: 100%;
    }
    
    .plaques-texture-grid {
        grid-template-columns: repeat(6, 50px);
        grid-template-rows: 50px;
    }
}

@media (max-width: 768px) {
    .plaques-content-section {
        padding: 2rem 1.5rem;
    }
    
    .plaques-texture-grid {
        grid-template-columns: repeat(3, 50px);
        grid-template-rows: repeat(2, 50px);
    }
    
    .plaques-slideshow .slide-item {
        flex: 0 0 100%;
    }
    
    .plaques-slideshow .slideshow-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
