/* Fallback styles for La Maison Rose theme */
.header-svg svg {
    width: 100%;
    height: auto;
    fill: #cc4848;
}
.header-svg .svg-fallback {
    color: #999;
    font-family: 'Noto Serif', serif;
}
.lien_insta a {
    -webkit-mask: url(/dist/img/Insta_logo.svg) no-repeat center;
    mask: url(/dist/img/Insta_logo.svg) no-repeat center;
}
.hero-section .hero-bg {
    background-position: center;
    background-size: cover;
    max-height: 85vh;
    height: 85vh;
    position: relative;
}
.hero-section .hero-bg.webp {
    background-image: url('<?php echo esc_url(str_replace('.jpg', '.webp', get_the_post_thumbnail_url(null, 'hero'))); ?>') !important;
}
.hero-section .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-section #adress {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.carousel-gallery {
    overflow-x: hidden;
}
.carousel-container {
    display: flex;
    justify-content: stretch;
}
.carousel-primary {
    height: 20vmin;
    width: auto;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}
.carousel-primary img {
    height: auto;
    width: auto;
    margin-left: 1px;
    border-radius: 0;
}
@keyframes slide {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(-200%); }
}
.histoire-container {
    overflow-x: hidden;
}
.histoire-container .card {
    max-width: 1000px;
}
.histoire-container .toggle-icon {
    float: right;
    font-size: 1.5rem;
}