@charset "UTF-8";
@import url(main.css);
.spacer { display: none; }

@media (max-width: 768px) { .tl-practical-inner iframe, .gallery-inner iframe { width: 100% !important; min-height: 500px; } }

/**************************************************BARRE DE NAVIGATION*********************************************/
nav.navbar { font-family: 'Century Gothic'; color: #f1ead8 !important; }

@media (max-width: 768px) { #navbarSupportedContent > div, .boutons-contact, .boutons-popup { flex-direction: column !important; gap: 10px; } }

/****************************************************TITRES**************************************/
.tl-section-title { display: flex; align-items: center; gap: 1.5rem; margin: 0 0 1rem 0; }

.tl-section-title-line { width: 3rem; height: 1px; background: #1d1d1b; opacity: 0.3; flex-shrink: 0; }

.tl-section-title-text { font-family: 'Century Gothic', 'AppleGothic', sans-serif; font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -0.01em; color: #1d1d1b; margin: 0; }

@media (max-width: 768px) { .tl-section-title { margin-top: 4rem; } }

/***************************************************BANNIERRE ACCUEIL**********************************************/
:root { --cream: #f0ead8; --dark: #1d1d1b; --gap: 10px; }

.banner { position: relative; width: 100vw; height: 100vh; overflow: hidden; font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; }

.bg-illustration { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.18; z-index: 0; }

.bg-illustration::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, #f1ead8 100%); pointer-events: none; }

.content { position: relative; z-index: 1; display: flex; width: 100%; height: 100%; align-items: stretch; }

.left-section { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 5vw 5vh 6vw; }

.tagline { font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.75rem, 1.2vw, 1rem); font-weight: 300; font-style: italic; letter-spacing: 0.25em; color: var(--dark); opacity: 0.55; margin-bottom: 1.2rem; text-transform: uppercase; animation: fadeUp 1s ease 0.2s both; }

h1 { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-weight: 700 !important; color: var(--dark); line-height: 1 !important; letter-spacing: -0.02em; animation: fadeUp 1s ease 0.4s both; }

h1 .bienvenue { display: block; font-size: clamp(1.2rem, 3.2vw, 2.6rem); font-weight: 400; letter-spacing: 0.12em; margin-bottom: 0.15em; opacity: 0.6; }

h1 .brand { display: block; font-size: clamp(3rem, 8.5vw, 7.5rem); font-weight: 700; letter-spacing: -0.03em; }

.divider { width: 3rem !important; height: 1px; background: var(--dark); opacity: 0.3 !important; margin: 1rem 0; animation: expandLine 1s ease 0.6s both; }

.subtitle { font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.7rem, 1.15vw, 1.5rem); font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: var(--dark); animation: fadeUp 1s ease 0.8s both; }

.right-section { width: 44%; display: flex; gap: var(--gap); padding: var(--gap) var(--gap) var(--gap) 0; min-width: 0; }

.col { flex: 1; display: flex; flex-direction: column; gap: var(--gap); }

.col-left .photo-card:nth-child(1) { flex: 2.2; }

.col-left .photo-card:nth-child(2) { flex: 1.2; }

.col-left .photo-card:nth-child(3) { flex: 1.6; }

.col-right .photo-card:nth-child(1) { flex: 1.1; }

.col-right .photo-card:nth-child(2) { flex: 1.8; }

.col-right .photo-card:nth-child(3) { flex: 2.1; }

.photo-card { position: relative; overflow: hidden; background: #d8cdb8; opacity: 0; transform: translateY(20px) scale(0.97); transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.photo-card.visible { opacity: 1; transform: translateY(0) scale(1); }

.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.9); transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(240, 234, 216, 0.06) 0%, transparent 60%); pointer-events: none; }

.scroll-arrow { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 3px; animation: bounce 2s ease-in-out infinite; pointer-events: none; }

.scroll-arrow svg { width: 22px; height: 22px; fill: none; stroke: #f1ead8; stroke-width: 1.8; filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5)); }

.scroll-arrow svg:nth-child(2) { opacity: 0.6; margin-top: -8px; }

.scroll-arrow svg:nth-child(3) { opacity: 0.3; margin-top: -8px; }

@keyframes fadeUp { from { opacity: 0;
    transform: translateY(24px); }
  to { opacity: 1;
    transform: translateY(0); } }

@keyframes expandLine { from { width: 0;
    opacity: 0; }
  to { width: 3rem;
    opacity: 0.3; } }

@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); } }

/**********************************************************RESPONSIVE Bannière d'accueil*********************************************/
@media (max-width: 648px) { .banner .content { flex-direction: column-reverse !important; height: 90% !important; } .right-section { width: 100% !important; max-height: 50vh !important; } .left-scetion { max-height: 40vh !important; } }

/*********************************************************BLOCS PHOTOS*****************************************************************/
.gallery-bloc { width: 100%; padding: 6vw 6vw 7vw; box-sizing: border-box; font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; }

.gallery-inner { display: flex; gap: 16px; width: 100%; height: 75vh; max-height: 700px; }

.gallery-col-left { display: flex; flex-direction: column; gap: 16px; width: 30%; flex-shrink: 0; }

.gallery-col-right { flex: 1; }

.gallery-card { position: relative; overflow: hidden; background: #d8cdb8; opacity: 0; transform: translateY(20px) scale(0.97); transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1); display: block; text-decoration: none; }

.gallery-card.visible { opacity: 1; transform: translateY(0) scale(1); }

.gallery-col-left .gallery-card:nth-child(1) { flex: 1.15; }

.gallery-col-left .gallery-card:nth-child(2) { flex: 0.85; }

.gallery-col-right .gallery-card { height: 100%; }

.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.92); transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.75s ease; }

.gallery-card:hover img { transform: scale(1.04); filter: saturate(0.7) brightness(0.72); }

.gallery-card-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }

.gallery-card:hover .gallery-card-overlay { opacity: 1; }

.gallery-card-label { color: #f1ead8; font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(0.9rem, 1.6vw, 1.4rem); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; padding: 0 1.5rem; position: relative; }

.gallery-card-label::after { content: ''; display: block; width: 2rem; height: 1px; background: #f1ead8; margin: 0.6rem auto 0; opacity: 0.7; }

.gallery-card-sublabel { display: block; font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.65rem, 1vw, 0.85rem); font-weight: 300; font-style: italic; letter-spacing: 0.2em; text-transform: none; margin-top: 0.5rem; opacity: 0.75; }

@media (max-width: 1200px) { #tlCarouselModal { backdrop-filter: none !important; } .gallery-card-overlay { opacity: 1 !important; } .gallery-card img { filter: saturate(0.7) brightness(0.72) !important; } }

@media (max-width: 768px) { .gallery-inner { flex-direction: column; max-height: none; height: auto; } .gallery-col-left { width: 100%; flex-direction: column; } .gallery-col-left .gallery-card:nth-child(1), .gallery-col-left .gallery-card:nth-child(2) { flex: none; height: 60vw; } .gallery-col-right.gallery-card { height: 70vw; } }

/*************************************************************COLLECTIONS ACCUEIL***************************************/
.collections-accueil .gallery-card::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: clamp(2.8rem, 7.5vw, 7.5rem); font-weight: 700; text-transform: uppercase; color: #F1EAD8; pointer-events: none; z-index: 2; opacity: 0.5; transition: all 0.5s ease; }

.collections-accueil .gallery-card:hover::after { opacity: 0; }

.collections-accueil .gallery-card:nth-child(1)::after { content: "Femme"; }

.collections-accueil .gallery-card:nth-child(2)::after { content: "Homme"; }

.collections-accueil .gallery-card:nth-child(3)::after { content: "Enfant"; }

.collections-accueil .gallery-card { position: relative; }

/************************************************INTRO TEXTE***********************************/
.skyline { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FBJYzqL8cJlUbOeJ7W9IBwGPyPJ53%2Fimages%2FCharte_graphique_3_o768.webp"); background-repeat: no-repeat; background-position: center top; padding-top: 250px !important; }

.skyline .intro-left-bg { background-image: none; }

@media (max-width: 1070px) { .skyline { background-image: none; padding-top: unset !important; } }

.intro-bloc { width: 100%; display: flex; overflow: hidden; padding: 0 6vw; align-items: center; }

.intro-left { width: 40%; flex-shrink: 0; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 7vh 5vw 7vh 0; overflow: hidden; }

.intro-left-bg { position: absolute; inset: 0; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2FBJYzqL8cJlUbOeJ7W9IBwGPyPJ53%2Fimages%2FDevanture_Magasin_Taillandier_4dbc.webp?alt=media&token=f465e8cc-2c6c-4f77-a4f5-9fd81f4c43f1"); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; }

.intro-left-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, #f1ead8 0%, transparent 20%, transparent 80%, #f1ead8 100%), linear-gradient(to right, #f1ead8 0%, transparent 20%, transparent 80%, #f1ead8 100%); pointer-events: none; }

.intro-left-content { position: relative; z-index: 1; }

.intro-bloc h2 { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(1.3rem, 2.4vw, 2.7rem); font-weight: 700; color: var(--dark); line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 0.6rem; }

.intro-bloc h3 { font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.85rem, 1.3vw, 1.1rem); font-weight: 300; font-style: italic; letter-spacing: 0.2em; color: var(--dark); text-transform: uppercase; margin: 0 0 1.8rem; }

.intro-divider { width: 3rem; height: 1px; background: var(--dark); opacity: 0.3; margin-bottom: 1.8rem; }

.intro-bloc p { font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 400; color: var(--dark); margin: 20px 0; }

.intro-right { flex: 1; max-height: 800px; position: relative; overflow: hidden; opacity: 0; transform: translateY(20px) scale(0.97); transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1); }

.intro-right.visible { opacity: 1; transform: translateY(0) scale(1); }

.intro-right img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.92); }

@media (max-width: 768px) { .intro-bloc { flex-direction: column; min-height: auto; } .intro-left { width: 100%; padding: 6vh 8vw; } .intro-right { height: 65vw; } }

/*******************************************************CARROUSEL DES CATEGORIES*******************************************/
.tl-carousel-bloc { width: 100%; background-color: #f1ead8; padding: 0 6vw; box-sizing: border-box; position: relative; }

.tl-carousel-wrapper { position: relative; width: 100%; height: 80vh; max-height: 720px; overflow: hidden; }

.tl-carousel-track { display: flex !important; flex-wrap: nowrap !important; height: 100%; transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1); transform: translateX(0); }

.tl-carousel-slide { min-width: 100% !important; width: 100% !important; height: 100%; position: relative; overflow: hidden; flex-shrink: 0; float: none !important; }

.tl-carousel-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; filter: saturate(0.85); }

.tl-carousel-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(29, 29, 27, 0.83) 0%, rgba(29, 29, 27, 0.55) 50%, rgba(29, 29, 27, 0.12) 100%); z-index: 1; }

.tl-carousel-content { position: relative; z-index: 2; height: 100%; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: flex-start !important; padding: 5vh 8vw 5vh 6vw; max-width: 78%; box-sizing: border-box; }

.tl-carousel-icon { width: clamp(36px, 4vw, 54px); height: auto; margin-bottom: 1.6rem; opacity: 0.95; filter: brightness(0) invert(1); display: block; }

.tl-carousel-title { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif !important; font-size: clamp(1.6rem, 3.2vw, 3rem) !important; font-weight: 700 !important; color: #f1ead8 !important; letter-spacing: -0.01em !important; line-height: 1.1 !important; margin: 0 0 1.2rem !important; padding: 0 !important; }

.tl-carousel-text { font-size: clamp(0.88rem, 1.15vw, 1.05rem) !important; font-weight: 400 !important; line-height: 1.8 !important; color: rgba(241, 234, 216, 0.82) !important; margin: 0 0 2rem !important; padding: 0 !important; }

.tl-carousel-cta { display: inline-flex !important; align-items: center !important; gap: 0.7rem; padding: 0.75rem 1.6rem !important; border: 1px solid rgba(241, 234, 216, 0.5) !important; border-radius: 0 !important; color: #f1ead8 !important; background: rgba(241, 234, 216, 0.08) !important; font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif !important; font-size: clamp(0.65rem, 0.85vw, 0.78rem) !important; font-weight: 700 !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; text-decoration: none !important; transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; backdrop-filter: blur(4px); box-shadow: none !important; }

.tl-carousel-cta:hover { background: #f1ead8 !important; color: #1d1d1b !important; border-color: #f1ead8 !important; }

.tl-carousel-cta img { width: 16px; height: 16px; object-fit: contain; filter: brightness(0) invert(1); transition: filter 0.3s ease; display: inline-block; vertical-align: middle; }

.tl-carousel-cta:hover img { filter: brightness(0) invert(0); }

.tl-carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 48px; height: 48px; border: 1px solid rgba(241, 234, 216, 0.4) !important; background: rgba(29, 29, 27, 0.3) !important; backdrop-filter: blur(6px); display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer; transition: background 0.3s ease, border-color 0.3s ease; padding: 0 !important; border-radius: 0 !important; box-shadow: none !important; outline: none; }

.tl-carousel-arrow:hover { background: rgba(241, 234, 216, 0.15) !important; border-color: rgba(241, 234, 216, 0.7) !important; }

.tl-carousel-arrow svg { width: 18px; height: 18px; stroke: #f1ead8; fill: none; stroke-width: 1.6; }

.tl-carousel-prev { left: 1.5rem; }

.tl-carousel-next { right: 1.5rem; }

.tl-carousel-dots { position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); display: flex !important; gap: 10px; z-index: 10; list-style: none !important; margin: 0 !important; padding: 0 !important; }

.tl-carousel-dot { width: 28px; height: 2px; background: rgba(241, 234, 216, 0.35); cursor: pointer; transition: background 0.3s ease, width 0.3s ease; border: none !important; border-radius: 0 !important; padding: 0 !important; box-shadow: none !important; outline: none; display: block; }

.tl-carousel-dot.tl-active { background: #f1ead8; width: 44px; }

@media (max-width: 768px) { .tl-carousel-text { line-height: 1.5 !important; margin-bottom: 10px !important; } .tl-carousel-title { margin-bottom: 0 !important; } .tl-carousel-dot { width: 5px; } .tl-carousel-wrapper { height: 100svh; max-height: none; } .tl-carousel-content { max-width: 100%; padding: 5vh 6vw 12vh; justify-content: center !important; } .tl-carousel-overlay { background: linear-gradient(to bottom, rgba(29, 29, 27, 0.9) 0%, rgba(79, 67, 40, 0.86) 60%, rgba(29, 29, 27, 0.08) 100%); } .tl-carousel-arrow { display: none !important; } }

/***********************************************************************Réseaux sociaux******************************************************/
.tl-social-bloc { width: 100%; background-color: #f1ead8; padding: 6vw; box-sizing: border-box; overflow: hidden; }

.tl-social-inner { display: flex; gap: 6vw; align-items: center; }

.tl-social-left { flex: 1; }

.tl-social-right { width: 28%; flex-shrink: 0; display: flex; flex-direction: column; gap: 1.8rem; }

.tl-social-intro { font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.8rem, 1.1vw, 0.95rem); font-weight: 300; font-style: italic; letter-spacing: 0.2em; text-transform: uppercase; color: #1d1d1b; opacity: 0.5; margin: 0; }

.tl-social-heading { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 700; letter-spacing: -0.01em; color: #1d1d1b; line-height: 1.15; margin: 0; }

.tl-social-desc { font-size: clamp(0.9rem, 1.15vw, 1.05rem); line-height: 1.8; color: #1d1d1b; opacity: 0.7; margin: 0; }

.tl-social-divider { width: 3rem; height: 1px; background: #1d1d1b; opacity: 0.2; }

.tl-social-buttons { display: flex; flex-direction: column; gap: 0.9rem; }

.tl-social-btn { display: inline-flex; align-items: center; gap: 0.9rem; padding: 0.85rem 1.4rem; text-decoration: none; font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(0.65rem, 0.85vw, 0.78rem); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; box-sizing: border-box; background: transparent; border: 1px solid rgba(29, 29, 27, 0.3); color: #1d1d1b; }

.tl-social-btn:hover { background: #1d1d1b; color: #f1ead8; border-color: #1d1d1b; }

.tl-social-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.tl-feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.tl-feed-item { aspect-ratio: 1; overflow: hidden; background: #d8cdb8; opacity: 0; transform: translateY(16px) scale(0.97); transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }

.tl-feed-item.tl-visible { opacity: 1; transform: translateY(0) scale(1); }

.tl-feed-item img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.88); }

@media (max-width: 768px) { .tl-social-inner { flex-direction: column-reverse; gap: 3rem; } .tl-social-right { width: 100%; } .tl-social-buttons { flex-direction: row; } }

/****************************************************TIMELINE*********************************************/
.tl-timeline-bloc { width: 100%; background-color: #f1ead8; padding: 8vh 6vw 0; box-sizing: border-box; overflow: hidden; }

.tl-timeline { position: relative; max-width: 900px; margin: 0 auto; }

.tl-timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(29, 29, 27, 0.15); transform: translateX(-50%); }

.tl-timeline-item { display: flex; align-items: flex-start; gap: 3rem; margin-bottom: 5rem; opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }

.tl-timeline-item.tl-visible { opacity: 1; transform: translateY(0); }

.tl-timeline-item:nth-child(odd) { flex-direction: row; }

.tl-timeline-item:nth-child(even) { flex-direction: row-reverse; }

.tl-timeline-content { flex: 1; padding: 2rem 2.2rem; background: rgba(255, 255, 255, 0.45); border: 1px solid rgba(29, 29, 27, 0.08); backdrop-filter: blur(4px); position: relative; }

.tl-timeline-item:nth-child(odd) .tl-timeline-content { text-align: right; }

.tl-timeline-item:nth-child(even) .tl-timeline-content { text-align: left; }

.tl-timeline-year { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; color: #1d1d1b; opacity: 0.08; line-height: 1; margin: 0 0 0.5rem; letter-spacing: -0.03em; }

.tl-timeline-title { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(0.8rem, 1.1vw, 0.95rem); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #1d1d1b; margin: 0 0 0.8rem; }

.tl-timeline-text { font-size: clamp(0.95rem, 1.2vw, 1.1rem); line-height: 1.8; color: #1d1d1b; opacity: 0.75; margin: 0; }

.tl-timeline-center { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; position: relative; z-index: 1; }

.tl-timeline-dot { width: 14px; height: 14px; border-radius: 50%; background: #1d1d1b; border: 3px solid #f1ead8; box-shadow: 0 0 0 1px rgba(29, 29, 27, 0.2); margin-top: 2rem; flex-shrink: 0; }

.tl-timeline-spacer { flex: 1; }

@media (max-width: 768px) { .tl-timeline-line { left: 14px; } .tl-timeline-item, .tl-timeline-item:nth-child(even) { flex-direction: row !important; gap: 1.5rem; } .tl-timeline-center { order: -1; } .tl-timeline-spacer { display: none; } .tl-timeline-content, .tl-timeline-item:nth-child(odd) .tl-timeline-content, .tl-timeline-item:nth-child(even) .tl-timeline-content { text-align: left; } .tl-timeline-dot { margin-top: 1.8rem; } }

/*********************************************BLOC AVIS*********************************************/
.tl-reviews-bloc { width: 100%; overflow: hidden; box-sizing: border-box; }

.tl-reviews-bloc .tl-section-title, .tl-reviews-bloc .tl-reviews-intro { padding: 0 6vw; }

.tl-reviews-intro { font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.8rem, 1.1vw, 0.95rem); font-weight: 300; font-style: italic; letter-spacing: 0.2em; text-transform: uppercase; color: #1d1d1b; opacity: 0.5; margin: 0 0 2rem 0; }

.tl-reviews-marquee { position: relative; overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%); }

.tl-reviews-track { display: flex; align-items: stretch; gap: 16px; width: max-content; animation: tlReviewsScroll 65s linear infinite; padding: 0 6vw; }

.tl-reviews-marquee:hover .tl-reviews-track { animation-play-state: paused; }

.tl-review-card { width: clamp(300px, 28vw, 430px); min-height: 280px; background: rgba(255, 255, 255, 0.42); border: 1px solid rgba(29, 29, 27, 0.08); backdrop-filter: blur(4px); padding: 1.6rem 1.6rem 1.4rem; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; flex-shrink: 0; }

.tl-review-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }

.tl-review-user { display: inline-flex; align-items: center; gap: 0.7rem; min-width: 0; }

.tl-review-user-icon { width: 34px; height: 34px; border: 1px solid rgba(29, 29, 27, 0.18); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: #1d1d1b; background: rgba(241, 234, 216, 0.45); }

.tl-review-user-icon svg { width: 18px; height: 18px; }

.tl-review-name { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: clamp(0.72rem, 0.95vw, 0.82rem); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #1d1d1b; line-height: 1.3; }

.tl-review-stars { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif; font-size: 0.95rem; letter-spacing: 0.18em; color: #1d1d1b; opacity: 0.85; white-space: nowrap; flex-shrink: 0; }

.tl-review-text { font-size: clamp(0.92rem, 1.05vw, 1rem); line-height: 1.8; color: #1d1d1b; opacity: 0.78; margin: 0 0 1.4rem; }

.tl-review-meta { margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(29, 29, 27, 0.1); font-family: 'Cormorant Garamond', 'Georgia', serif; font-size: clamp(0.8rem, 1vw, 0.92rem); font-style: italic; letter-spacing: 0.08em; color: #1d1d1b; opacity: 0.55; }

@keyframes tlReviewsScroll { from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); } }

@media (max-width: 1024px) { .tl-reviews-track { animation-duration: 52s; } .tl-review-card { width: 360px; } }

@media (max-width: 768px) { .tl-reviews-bloc { padding: 5rem 0 5.5rem; } .tl-reviews-marquee { -webkit-mask-image: none; mask-image: none; } .tl-reviews-track { animation-duration: 42s; gap: 12px; padding: 0 4vw; } .tl-review-card { width: 84vw; min-height: 250px; padding: 1.3rem 1.2rem 1.2rem; } .tl-review-top { align-items: flex-start; flex-direction: column; gap: 0.8rem; } .tl-review-stars { letter-spacing: 0.12em; } }

/***************************************************BOUTONS****************************************/
a.button_header, a.button_homepageScreen, a.button_homepageDoubleScreen, a.phone-number-button, button.btn-outline-dark { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif !important; font-size: clamp(0.65rem, 0.85vw, 0.78rem) !important; font-weight: 700 !important; letter-spacing: 0.16em !important; text-transform: uppercase !important; text-decoration: none !important; display: inline-flex !important; align-items: center !important; gap: 0.7rem !important; padding: 0.75rem 1.8rem !important; border-radius: 0 !important; box-shadow: none !important; cursor: pointer !important; background: #f1ead8 !important; color: #1d1d1b !important; border: 1.5px solid #1d1d1b !important; position: relative !important; overflow: hidden !important; transition: all 0.35s ease !important; margin: 0 0.3rem !important; isolation: isolate !important; }

a.button_header::before, a.button_homepageScreen::before, a.button_homepageDoubleScreen::before, a.phone-number-button::before, button.btn-outline-dark::before { content: '' !important; position: absolute !important; inset: 0 !important; background: #1d1d1b !important; transform: translateX(-101%) !important; transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) !important; z-index: -1 !important; border-radius: 0 !important; }

a.button_header:hover::before, a.button_homepageScreen:hover::before, a.button_homepageDoubleScreen:hover::before, a.phone-number-button:hover::before, button.btn-outline-dark:hover::before { transform: translateX(0) !important; }

a.button_header:hover, a.button_homepageScreen:hover, a.button_homepageDoubleScreen:hover, a.phone-number-button:hover, button.btn-outline-dark:hover { color: #f1ead8 !important; }

a.button_header i, a.button_homepageScreen i, a.button_homepageDoubleScreen i, a.phone-number-button i { position: relative !important; z-index: 1 !important; }

.gallery-filters { display: none; gap: 0.6rem; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 24px; }

.gallery-filter { font-family: 'Century Gothic', 'AppleGothic', 'Trebuchet MS', sans-serif !important; font-size: clamp(0.65rem, 0.85vw, 0.78rem) !important; font-weight: 700 !important; letter-spacing: 0.16em !important; text-transform: uppercase !important; display: inline-flex !important; align-items: center !important; gap: 0.7rem !important; padding: 0.75rem 1.8rem !important; border-radius: 0 !important; box-shadow: none !important; cursor: pointer !important; background: #f1ead8 !important; color: #1d1d1b !important; border: 1.5px solid #1d1d1b !important; position: relative !important; overflow: hidden !important; transition: all 0.35s ease !important; margin: 0 0.3rem !important; isolation: isolate !important; }

.gallery-filter::before { content: '' !important; position: absolute !important; inset: 0 !important; background: #1d1d1b !important; transform: translateX(-101%) !important; transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) !important; z-index: -1 !important; border-radius: 0 !important; }

.gallery-filter:hover::before, .gallery-filter.tl-active::before { transform: translateX(0) !important; }

.gallery-filter:hover, .gallery-filter.tl-active { color: #f1ead8 !important; }

/********************************************************CONTACT**************************************************/
#contact .col-lg-6 { display: none; }

#contact .col-md-10 { width: 100%; }

#formContact { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FBJYzqL8cJlUbOeJ7W9IBwGPyPJ53%2Fimages%2FCharte_graphique_4l6f.webp"); background-size: cover; background-position: center; border: solid 1px #d6b89c57 !important; }

#formContact button { width: fit-content !important; }

@media (max-width: 840px) { #contact.bg-sixthColor { width: 100vw !important; } }

/*# sourceMappingURL=custom.css.map */