<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles spÃŠcifiques pour la page Rue Racine */

/* Hero Banner */
.hero-banner {
    position: relative;
    height: 480px;
    overflow: hidden;
    margin-bottom: 60px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.hero-text h1 {
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.breadcrumb {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
}

/* Property Description */
.property-description {
    max-width: 85%;
    margin: 0 auto 70px;
    text-align: center;
    line-height: 1.9;
    color: #555;
    font-size: 1.1em;
    position: relative;
    padding: 0 30px;
}

.property-description::before,
.property-description::after {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    color: #d3cbbc;
    position: absolute;
    opacity: 0.5;
}

.property-description::before {
    top: -20px;
    left: 0;
}

.property-description::after {
    bottom: -60px;
    right: 0;
}

.main-description {
    font-size: 1.35rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

/* Apartment Sections */
.apartment-section {
    margin-bottom: 60px;
    position: relative;
    padding: 20px 30px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.apartment-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: blur(15px) opacity(0.25);
    z-index: 0;
}

.apartment-section:nth-of-type(3)::before {
    background-image: url('../img/Racine/Mancette.jpg');
}

.apartment-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.apartment-section h2 {
    font-size: 2.2rem;
    font-weight: normal;
    color: #444;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-bottom: 15px;
    z-index: 1;
}

.apartment-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #d3cbbc;
}

.apartment-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.apartment-photo {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    border: 12px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.5s ease, box-shadow 0.4s ease;
    position: relative;
    z-index: 2;
}

.apartment-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.apartment-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apartment-details {
    max-width: 350px;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.apartment-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.apartment-details ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #444;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.apartment-details ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #d3cbbc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.apartment-details ul li.capacity:before {
    content: "\f500";
}

.apartment-details ul li.area:before {
    content: "\f1fe";
}

.apartment-details ul li.bathroom:before {
    content: "\f2cd";
}

.apartment-details ul li.wifi:before {
    content: "\f1eb";
}

.apartment-details ul li.parking:before {
    content: "\f1b9";
}

.apartment-details ul li.kitchen:before {
    content: "\f2e7";
}

.apartment-price {
    font-size: 1.15rem;
    color: #444;
    margin: 15px 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.apartment-price span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #d3cbbc;
    margin-left: 5px;
    font-style: normal;
}

.more-info {
    display: inline-block;
    background-color: #a89882;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-top: 15px;
    border: 2px solid transparent;
}

.more-info:hover {
    background-color: #8c7d69;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Other Locations */
.other-locations {
    padding: 60px 0;
    margin-bottom: 60px;
    background-color: #f3efe9;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.other-locations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #d3cbbc, #e7e0d3, #d3cbbc);
}

.other-locations h2 {
    font-size: 2.2rem;
    font-weight: normal;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-bottom: 15px;
}

.other-locations h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #d3cbbc;
}

.locations-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.location-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.location-photo {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border: 8px solid #fff;
    transition: transform 0.5s ease;
}

.location-photo:hover {
    transform: scale(1.05);
}

.location-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-link {
    display: inline-block;
    background-color: #d3cbbc;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    margin-top: 15px;
}

.location-link:hover {
    background-color: #c0b5a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .apartment-info {
        flex-direction: column;
        gap: 20px;
    }
    
    .apartment-photo {
        width: 200px;
        height: 200px;
    }
    
    .apartment-details {
        text-align: center;
    }
    
    .locations-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .property-description {
        max-width: 100%;
    }
    
    .hero-banner {
        height: 350px;
    }
    
    .apartment-section {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .apartment-photo {
        width: 150px;
        height: 150px;
    }
}
</pre></body></html>