/* Styles pour la section Citation */
.citation-section {
    position: relative;
    padding: 100px 0;
    background-color: #f5f3e7;
    color: #333;
    overflow: hidden;
    text-align: center;
}

.citation-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.citation-section .quote-icon {
    font-family: 'Tan Pearl', serif;
    font-size: 80px;
    color: #d4a977;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.5;
}

.citation-section .quote-content h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
    text-transform: uppercase;
}

/* Styles pour la section Espaces Communs */
.espaces-communs {
    position: relative;
    padding: 70px 0 40px 0;
    background-color: #f5f3e7; /* Couleur beige comme sur la capture d'écran */
    color: #333;
    overflow: hidden;
    width: 100%;
}

.diamond-pattern-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 120px;
    background-image: url('../images/homepage/diamond-overlay.svg');
    background-repeat: repeat-y;
    background-size: contain;
    opacity: 1;
    z-index: 1;
}



.espaces-communs .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.espaces-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.espaces-left {
    flex: 1;
    position: relative;
}

.espaces-right {
    flex: 1;
}

.espaces-left .intro-text {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 500;
}

.espaces-left p {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.espaces-communs .btn-atouts {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
}

.espaces-communs .btn-atouts span {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

/* Styles pour les flèches des boutons CTA */
.btn-arrow {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.btn-atouts:hover .btn-arrow {
    transform: scale(1.1);
}

/* Style pour le cercle doré avec flèche blanche */
.btn-circle-gold {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a977 0%, #e8b87d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(212, 169, 119, 0.3);
    transition: all 0.3s ease;
}

.btn-circle-gold img {
    width: 20px;
    height: 20px;
}

.btn-atouts:hover .btn-circle-gold {
    transform: scale(1.1);
}

.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
    margin-bottom: 20px;
}

/* Styles pour la section Re-Architecture */
.re-architecture {
    position: relative;
    padding: 80px 0;
    background-color: #002a2e;
    color: #fff;
    overflow: hidden;
}

.re-architecture .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 169, 119, 0.2);
    width: 100%;
}

.re-architecture .signature-top {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d4a977;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
}

.section-main {
    margin-bottom: 50px;
    width: 100%;
}

.re-architecture-content {
    display: flex;
    gap: 60px;
}

.re-architecture-left {
    flex: 1;
    position: relative;
}

.image-container {
    position: relative;
    width: 100%;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
}

.decorative-sphere {
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 180px;
    height: 180px;
    z-index: 3;
    opacity: 0.8;
}

.decorative-sphere img {
    width: 100%;
    height: auto;
}

.re-architecture-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.re-architecture .signature-top {
    font-family: 'Inter Tight', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #d4a977;
    margin-bottom: 30px;
}

.re-architecture-title {
    margin-bottom: 50px;
    text-align: left;
    margin-top: 0;
    display: block;
    font-family: 'Tan Pearl', serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
}

.re-architecture-title .line1 {
    display: block;
    font-size: 48px;
    margin-bottom: 0;
    color: #fff;
}

.re-architecture-title .moderniser {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
}

.re-architecture-text p {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.re-architecture .btn-container {
    margin-top: 40px;
}

.re-architecture .btn-atouts {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.re-architecture .btn-atouts span {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
}

/* Lettre de fond */
.background-letter {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-family: 'Tan Pearl', serif;
    font-size: 550px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.05);
    line-height: 0.7;
    z-index: 1;
    pointer-events: none;
}

/* Media Queries */
@media (max-width: 992px) {
    /* Espaces Communs */
    .espaces-content {
        flex-direction: column;
    }
    
    /* Re-Architecture */
    .re-architecture-content {
        flex-direction: column;
    }
    
    .decorative-sphere {
        width: 80px;
        height: 80px;
        left: -20px;
        bottom: 60px;
    }
    
    .re-architecture-title .line1,
    .re-architecture-title .line3 {
        font-size: 36px;
    }
    
    .re-architecture-title .line2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    /* Espaces Communs */
    .espaces-communs {
        padding: 60px 0;
    }
    
    /* Re-Architecture */
    .re-architecture {
        padding: 60px 0;
    }
    
    .decorative-sphere {
        width: 70px;
        height: 70px;
        left: -15px;
        bottom: 50px;
    }
    
    .re-architecture-title .line1,
    .re-architecture-title .line3 {
        font-size: 30px;
    }
    
    .re-architecture-title .line2 {
        font-size: 40px;
    }
    
    .background-letter {
        font-size: 350px;
    }
}

@media (max-width: 576px) {
    /* Espaces Communs */
    .espaces-communs {
        padding: 40px 0;
    }
    
    .espaces-left .intro-text,
    .espaces-left p {
        font-size: 14px;
    }
    
    /* Re-Architecture */
    .re-architecture {
        padding: 40px 0;
    }
    
    .decorative-sphere {
        width: 60px;
        height: 60px;
        left: -10px;
        bottom: 40px;
    }
    
    .re-architecture-title .line1,
    .re-architecture-title .line3 {
        font-size: 24px;
    }
    
    .re-architecture-title .line2 {
        font-size: 32px;
    }
    
    .re-architecture-text p {
        font-size: 14px;
    }
    
    .background-letter {
        font-size: 250px;
    }
}
