/* Styles pour la section Sèvres - La Cristallerie */

.sevres-section {
    position: relative;
    background-color: #f8f5ef;
    padding: 100px 0;
    overflow: hidden;
}

.sevres-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.sevres-intro {
    font-family: 'Inter Tight', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0b2026;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 0;
}

.sevres-title {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.sevres-title h2 {
    font-family: 'Tan Pearl', serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #0b2026;
}

.sevres-title .spacing {
    display: block;
    height: 15px;
}

.sevres-title h2 span.effervescence {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 300;
    display: inline;
}

.sevres-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    gap: 60px;
}

.sevres-image-left {
    width: 55%;
    position: relative;
}

.sevres-text {
    width: 45%;
    padding-right: 0;
}

.sevres-text p {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0b2026;
    margin-bottom: 30px;
}

.sevres-image-left {
    width: 55%;
    position: relative;
}

.sevres-image-right {
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 2;
    max-width: 350px;
}

.sevres-image-left img,
.sevres-image-right img {
    width: 100%;
    height: auto;
    display: block;
}



.sevres-btn {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #0b2026;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.sevres-btn span {
    margin-right: 10px;
}

.sevres-btn img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.sevres-btn:hover img {
    transform: translateX(5px);
}

.sevres-decorative {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60%;
    width: auto;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 992px) {
    .sevres-content {
        flex-direction: column;
    }
    
    .sevres-text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
        order: 2;
    }
    
    .sevres-image-left {
        width: 100%;
        margin-bottom: 30px;
        order: 1;
    }
    
    .sevres-image-right {
        width: 100%;
        margin-top: 20px;
    }
    
    .sevres-title h2 {
        font-size: 36px;
    }
}
