.elementor-44 .elementor-element.elementor-element-efee7ae{--display:flex;}.elementor-44 .elementor-element.elementor-element-b755c26{margin:113px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-44 .elementor-element.elementor-element-6d40193{--display:flex;}.elementor-44 .elementor-element.elementor-element-a291721{--display:flex;}.elementor-44 .elementor-element.elementor-element-8091726{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-44 .elementor-element.elementor-element-d030e29{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -122px) 0px;}.elementor-44 .elementor-element.elementor-element-a789d53{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:-68px 0px 0px 0px;}.elementor-44 .elementor-element.elementor-element-9de519f{margin:-329px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-b755c26 */.gallery-hero-section {
    position: relative;
    width: 100vw;
    height: 70vh; /* Hauteur généreuse pour l'immersion */
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.gallery-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://riadabdelandjamila.com/wp-content/uploads/2026/03/DSC04272-scaled.png');
    background-size: cover;
    background-position: center;
    transform: scale(1.1); /* Pour un léger effet de zoom au chargement */
    transition: 1.5s ease-out;
}

.gallery-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.9));
    z-index: 1;
}

.gallery-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    color:#BBBBBB ;
}

.gallery-intro {
    color: #BBBBBB;
    font-size: 1.2rem;
    margin-top: 25px;
    font-family: sans-serif;
    font-weight: 300;
}

/* Filtres Modernes */
.gallery-filters {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 1px solid rgba(230, 190, 65, 0.3);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
}

.filter-btn:hover, .filter-btn.active {
    background: #E6BE41;
    color: #000;
    border-color: #E6BE41;
    box-shadow: 0 5px 15px rgba(230, 190, 65, 0.3);
}

/* Animations de délai spécifiques */
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

@media (max-width: 768px) {
    .gallery-hero-section { height: 60vh; }
    .gallery-filters { gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d030e29 */.riad-mosaic-gallery {
    background-color: #000;
    padding: 60px 0 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.mosaic-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Tailles Spéciales */
.mosaic-item.tall { grid-row: span 2; }
.mosaic-item.wide { grid-column: span 2; }

/* Effet Overlay au Survol */
.mosaic-hover {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

.mosaic-item:hover img {
    transform: scale(1.1);
}

.mosaic-item:hover .mosaic-hover {
    opacity: 1;
}

.category-tag {
    color: #E6BE41; /* Or vibrant */
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: bold;
}

.mosaic-hover h3 {
    color: #FFFFFF; /* Blanc pur pour lisibilité */
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin: 0;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .mosaic-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mosaic-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }
    .mosaic-item.wide, .mosaic-item.tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a789d53 */.riad-cinematic-experience {
    background-color: #000;
    padding: 150px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.cinematic-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.cinematic-row {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 180px; /* Espace important pour l'aspect haut de gamme */
}

.cinematic-row.reverse {
    flex-direction: row-reverse;
}

/* Image avec numéro flottant */
.cinematic-image-wrapper {
    flex: 1.2;
    position: relative;
}

.cinematic-image-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
    transition: 0.6s ease;
}

.cinematic-image-wrapper:hover img {
    filter: brightness(1);
}

.cinematic-number {
    position: absolute;
    top: -40px;
    right: -40px;
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    color: rgba(230, 190, 65, 0.1); /* Or très transparent */
    font-weight: 900;
    z-index: 0;
}

/* Bloc de texte décalé */
.cinematic-text-block {
    flex: 1;
    z-index: 2;
    color: #BBBBBB;
}

.description-soft {
    color: #BBBBBB;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: sans-serif;
}

.price-info-vibrant {
    color: #E6BE41;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.btn-text-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #E6BE41;
    padding-bottom: 5px;
    transition: 0.3s;
}

.btn-text-link:hover {
    color: #E6BE41;
}

/* Responsive */
@media (max-width: 992px) {
    .cinematic-row, .cinematic-row.reverse {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .cinematic-image-wrapper img {
        height: 400px;
    }
    .cinematic-number {
        font-size: 4rem;
        top: -20px;
        right: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9de519f */.riad-craft-section {
    background-color: #1A1612; /* Nouveau fond : Brun Sahara Sombre */
    padding: 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    color: #fff;
    overflow: hidden;
}

.craft-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.craft-header {
    text-align: center;
    margin-bottom: 80px;
}

/* Flexbox asymétrique */
.craft-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.craft-card {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border: 1px solid rgba(230, 190, 65, 0.1);
    transition: 0.5s ease;
}

.craft-card:hover {
    border-color: #E6BE41;
    background: rgba(230, 190, 65, 0.05);
}

/* Effet décalé pour la carte du milieu (Alternative Design) */
.floating-card {
    margin-top: 60px;
}

.craft-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 25px;
}

.craft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.craft-card:hover .craft-image img {
    transform: scale(1.1);
}

.craft-info h3 {
    font-family: 'Playfair Display', serif;
    color: #E6BE41; /* Or Vibrant */
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.craft-info p {
    color: #BBBBBB;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .floating-card { margin-top: 0; }
    .craft-flex { flex-direction: column; align-items: center; }
    .craft-card { width: 100%; max-width: 500px; }
}/* End custom CSS */