@charset "UTF-8";
@import url(main.css);
:root { --tk-brun:#8C5F27; --tk-sable:#E5C79E; --tk-blanc:#FDFAF8; --tk-rose-pale:#FBE7E6; --tk-rose:#FAD5DA; --tk-lavande:#DAD6E6; --tk-gradient-pastel:linear-gradient(180deg,#FDFAF8 0%,#FBE7E6 100%); --tk-gradient-lavande:linear-gradient(135deg,#DAD6E6 0%,#FDFAF8 100%); --tk-font-titre:'Allura',cursive; --tk-font-corps:'Montserrat',sans-serif; --tk-font-serif:'Playfair Display',serif; }

.spacer { display: none; }

/************************* BOUTONS *************************/
button, input[type="button"], input[type="submit"], input[type="reset"], a[class*="btn"], a[class*="button"] { text-decoration: none; padding: .5rem 1rem !important; background: var(--tk-rose) !important; color: var(--tk-brun) !important; transition: all .3s ease; border-radius: .75rem !important; border: none; font-weight: 400 !important; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a[class*="btn"]:hover, a[class*="button"]:hover { background: var(--tk-rose-pale) !important; color: var(--tk-brun); border: none; }

/************************* NAVBAR *************************/
.navbar { position: fixed !important; top: 0; left: 0; right: 0; z-index: 1000; max-width: 1400px; margin: auto; padding: 1rem 2rem !important; height: auto; border-radius: 0 0 1rem 1rem; transition: all 0.8s ease; }

nav.navbar.scrolled { background: #FDFAF8 !important; box-shadow: 0 0 1rem rgba(140, 95, 39, 0.1); }

.animated-border-link { background: transparent !important; color: var(--tk-brun); }

.animated-border-link::after { background: transparent !important; }

.nav-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; height: 100%; width: 100%; }

.nav-left { display: flex; align-items: center; gap: 1.5rem; justify-content: flex-start; }

.nav-center { display: flex; align-items: center; justify-content: center; width: auto; justify-self: center; }

.nav-right { display: flex; align-items: center; gap: 1.5rem; justify-content: flex-end; }

a.navbar-brand { margin-right: 0 !important; width: 12rem; height: auto; transition: all .5s ease; }

a.navbar-brand:hover { width: 12.5rem; }

.navbar.scrolled .nav-logo:hover { transform: scale(1.025); }

.navbar:has(.burger.open) .nav-logo { height: 100%; width: 14rem; }

.nav-link { font-size: 13px !important; font-weight: 400 !important; letter-spacing: 0.06em; color: #8C5F27 !important; text-decoration: none; padding: 6px 14px; position: relative; white-space: nowrap; transition: all 0.3s ease !important; }

.nav-link:hover { letter-spacing: 0.08em; }

.burger { display: none; background-color: transparent !important; border: 1.5px solid #8C5F27; border-radius: 6px; width: 36px; height: 36px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; }

.burger span { display: block; width: 18px; height: 1.5px; background: #8C5F27; transition: transform 0.25s,opacity 0.2s; }

.burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }

.burger.open span:nth-child(2) { opacity: 0; }

.burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; align-items: center; gap: 0; background: rgba(253, 250, 248, 0.7) !important; backdrop-filter: blur(8px); padding: 16px 0 20px; position: fixed; top: 10vh; left: 0; right: 0; z-index: 25; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }

.mobile-menu.open { display: flex; }

.mobile-menu .nav-link { font-size: 14px !important; padding: 8px 24px; width: 100%; text-align: center; }

.mobile-menu .nav-link::after { display: none; }

.mobile-divider { width: 48px; height: 0.5px; background: #e0ddd6; margin: 8px 0; }

.mobile-buttons { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 4px 24px 0; width: 100%; }

.mobile-buttons .btn-nav { width: 100%; max-width: 320px; text-align: center; display: block; }

@media (max-width: 992px) { .nav-left, .nav-right { display: none; } .nav-inner { grid-template-columns: 1fr 1fr; } .nav-center { justify-content: start; } .burger { display: flex; } .nav-right-mobile { display: flex; justify-content: flex-end; align-items: center; } }

.nav-dropdown { position: relative; }

.nav-dropdown-toggle { display: flex; align-items: center; gap: 4px; cursor: pointer; }

.dropdown-chevron { transition: transform 0.2s ease; flex-shrink: 0; }

.nav-dropdown-toggle[aria-expanded="true"] .dropdown-chevron { transform: rotate(180deg); }

.nav-dropdown-menu { display: none; position: absolute; top: calc(100% + 4px); left: 50%; transform: translateX(-50%); min-width: 220px; list-style: none; margin: 0; padding: 6px 0; border-radius: 8px; background: var(--tk-blanc); box-shadow: 0 6px 24px rgba(140, 95, 39, 0.12); z-index: 200; }

.nav-dropdown-menu.is-open { display: block; }

.nav-dropdown-item { display: block; padding: 10px 18px; font-size: 0.82rem; letter-spacing: 0.03em; color: var(--tk-brun); cursor: pointer; white-space: nowrap; text-decoration: none; background: transparent; transition: all .3s ease; }

.nav-dropdown-item:hover { background: rgba(229, 199, 158, 0.4); color: var(--tk-brun); }

/************************* FOOTER *************************/
footer img.logo_nav { filter: brightness(0) invert(1); width: 50%; }

/************************* HERO *************************/
.first-ascebo { height: 100vh; width: 100%; display: flex; align-items: center; position: relative; overflow: hidden; }

.first-ascebo-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.first-ascebo-video-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.first-ascebo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(253, 250, 248, 0.92) 0%, rgba(253, 250, 248, 0.3) 50%, rgba(253, 250, 248, 0) 100%); z-index: 1; }

.first-ascebo-container { width: 90%; max-width: 1500px; margin: auto; position: relative; z-index: 2; }

.first-ascebo-text { max-width: 680px; color: var(--tk-brun); }

.first-ascebo .tagline p { color: var(--tk-brun); font-family: var(--tk-font-serif); font-size: 24px; line-height: .6; }

.first-ascebo-text h1 { font-size: 68px; font-weight: 700 !important; color: var(--tk-brun); line-height: .9; margin: 15px 0; }

.first-ascebo-text p { font-size: 1rem; margin-bottom: 30px; color: var(--tk-brun); line-height: 1.6; }

.first-acebo-buttons { display: flex; gap: 1em; align-items: center; }

@media (max-width: 900px) { .first-ascebo { text-align: center; } .first-ascebo-text { margin: auto; } .first-ascebo-text h1 { font-size: 44px; } .first-ascebo-text p { font-size: 17px; } .first-ascebo .tagline { font-size: 14px; } .first-acebo-buttons { flex-direction: column; align-items: center; } }

/************************* PRESENTATION *************************/
.tk-presentation { background: var(--tk-blanc); }

.tk-presentation__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-presentation__title p, .tk-presentation__title h2 { font-family: var(--tk-font-titre); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; color: var(--tk-brun); }

.tk-presentation__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-presentation__text p strong { color: var(--tk-brun); font-weight: 600; }

.tk-presentation__subtitle p, .tk-presentation__subtitle h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-presentation__subtext p { font-family: var(--tk-font-corps); font-size: .85rem; line-height: 1.65; color: #7A6050; }

.tk-presentation__icon-wrap { width: 40px; height: 40px; min-width: 40px; border-radius: 10px; background: var(--tk-rose-pale); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }

.tk-presentation__photo-wrap { width: 100%; max-width: 420px; z-index: 1; }

.tk-presentation__photo { aspect-ratio: 4/5; object-fit: cover; position: relative; z-index: 1; }

.tk-presentation__photo-accent { background: var(--tk-sable); opacity: .35; z-index: 0; }

.tk-presentation__badge { left: 0; transform: translateX(-40%); z-index: 2; box-shadow: 0 4px 16px rgba(140, 95, 39, 0.1); border: 1px solid rgba(140, 95, 39, 0.1); }

.tk-presentation__badge-icon { color: var(--tk-brun); }

.tk-presentation__badge-title { font-family: var(--tk-font-corps); font-size: 11px; font-weight: 700; color: var(--tk-brun); }

.tk-presentation__badge-sub { font-family: var(--tk-font-corps); font-size: 11px; color: #7A6050; }

@media (max-width: 640px) { .tk-presentation__badge, .tk-presentation__photo-accent { display: none; } }

/************************* ACCOMPAGNEMENTS *************************/
.tk-acc { background: #fff; }

.tk-acc__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-acc__title p, .tk-acc__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-acc__card { background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.15); border-top: 3px solid var(--tk-brun); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.07); transition: box-shadow .3s ease,transform .3s ease; }

.tk-acc__card:hover { box-shadow: 0 8px 28px rgba(140, 95, 39, 0.13); transform: translateY(-3px); }

.tk-acc__card--couple { border-top-color: var(--tk-rose); }

.tk-acc__card-img { background: var(--tk-sable); transition: all 0.5s ease; }

.tk-acc__card:hover .tk-acc__card-img { transform: scale(1.05); }

.tk-acc__badge { display: inline-flex; align-items: center; font-family: var(--tk-font-corps); font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--tk-blanc); background: var(--tk-sable); border-radius: 20px; padding: 3px 10px; }

.tk-acc__card-title p, .tk-acc__card-title h3 { font-family: var(--tk-font-serif); font-size: 1.2rem; font-weight: 600; color: var(--tk-brun); }

.tk-acc__card-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #7A6050; }

/************************* DÉROULEMENT *************************/
.tk-der { background: var(--tk-rose-pale); }

.tk-der__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-der__title p, .tk-der__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-der__intro p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #7A6050; max-width: 42rem; }

.tk-der__timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }

.tk-der__line { position: absolute; top: 44px; left: calc(12.5% + 10px); right: calc(12.5% + 10px); height: 2px; background: linear-gradient(90deg, var(--tk-sable), var(--tk-brun)); opacity: .4; z-index: 0; }

.tk-der__step { display: flex; flex-direction: column; align-items: center; padding: 0 10px; position: relative; z-index: 1; }

.tk-der__step-top { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 20px; }

.tk-der__number { font-family: var(--tk-font-titre); font-size: 2.8rem; line-height: 1; color: var(--tk-sable); user-select: none; }

.tk-der__dot { width: 14px; height: 14px; border-radius: 50%; background: var(--tk-brun); border: 3px solid var(--tk-rose-pale); box-shadow: 0 0 0 2px var(--tk-brun); }

.tk-der__card { background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.12); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.08); text-align: center; transition: transform .3s ease,box-shadow .3s ease; width: 100%; }

.tk-der__card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(140, 95, 39, 0.13); }

.tk-der__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--tk-rose-pale); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin: 0 auto; }

.tk-der__card-title p, .tk-der__card-title h3 { font-family: var(--tk-font-serif); font-size: .95rem; font-weight: 600; color: var(--tk-brun); }

.tk-der__card-text p { font-family: var(--tk-font-corps); font-size: .8rem; line-height: 1.65; color: #7A6050; }

@media (max-width: 767px) { .tk-der__timeline { grid-template-columns: 1fr; } .tk-der__line { top: 0; bottom: 0; left: 22px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--tk-sable), var(--tk-brun)); } .tk-der__step { flex-direction: row; align-items: flex-start; padding: 0 0 32px 0; gap: 20px; } .tk-der__step:last-child { padding-bottom: 0; } .tk-der__step-top { min-width: 44px; margin-bottom: 0; } .tk-der__number { font-size: 1.6rem; } .tk-der__card { text-align: left; flex: 1; } .tk-der__icon { margin: 0 0 8px 0; } }

/************************* CTA BANNER *************************/
.d-flex.align-items-center.justify-content-center.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative { padding: 5rem 2rem !important; }

.d-flex.align-items-center.justify-content-center.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: var(--tk-brun); opacity: 0.7; }

.cta_banner .content { max-width: 1200px; }

.cta_banner .content h2 { color: var(--tk-blanc); font-size: xxx-large; }

.cta_banner .content p { color: var(--tk-blanc); font-size: medium; }

/************************* MAP *************************/
.tk-map { background: var(--tk-blanc); }

.tk-map__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-map__title p, .tk-map__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-map__card-cabinet { background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.15); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.07); }

.tk-map__card-visio { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.1); }

.tk-map__icon-wrap { width: 40px; height: 40px; min-width: 40px; border-radius: 10px; background: var(--tk-rose-pale); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }

.tk-map__icon-wrap--visio { background: #fff; }

.tk-map__label { font-family: var(--tk-font-corps); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--tk-brun); }

.tk-map__address { font-family: var(--tk-font-corps); font-size: .9rem; line-height: 1.6; color: #2C2019; }

.tk-map__tel { text-decoration: none; transition: color .2s ease; }

.tk-map__tel:hover { color: var(--tk-brun); }

.tk-map .btn.btn-map:hover { background: var(--tk-blanc) !important; }

.tk-map__visio-title { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-map__visio-text { font-family: var(--tk-font-corps); font-size: .85rem; line-height: 1.7; color: #7A6050; }

.tk-map__iframe-wrap { border: 0.5px solid rgba(140, 95, 39, 0.15); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.07); min-height: 420px; }

@media (max-width: 1023px) { .tk-map__iframe-wrap { min-height: 340px; } }

/************************* À PROPOS — HERO *************************/
.tk-ap-hero { background: var(--tk-blanc); }

.tk-ap-hero__title p, .tk-ap-hero__title h1 { font-family: var(--tk-font-titre); font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-ap-hero__sub p, .tk-ap-hero__sub h2 { font-family: var(--tk-font-serif); font-size: clamp(1rem, 2vw, 1.2rem); font-style: italic; line-height: 1.6; color: #7A6050; max-width: 36rem; }

section.tk-ap-hero.tw-py-20.tw-px-6 { padding-top: calc(10vh + 5rem); }

/************************* À PROPOS — PRÉSENTATION *************************/
.tk-ap-pres { background: #fff; }

.tk-ap-pres__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-ap-pres__title p, .tk-ap-pres__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-ap-pres__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-ap-pres__photo-wrap { width: 100%; max-width: 420px; z-index: 1; }

.tk-ap-pres__photo { aspect-ratio: 4/5; object-fit: cover; position: relative; z-index: 1; }

.tk-ap-pres__photo-accent { background: var(--tk-sable); opacity: .35; z-index: 0; }

@media (max-width: 640px) { .tk-ap-pres__photo-accent { display: none; } }

/************************* À PROPOS — APPROCHE *************************/
.tk-ap-approche { background: var(--tk-blanc); }

.tk-ap-approche__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-ap-approche__title p, .tk-ap-approche__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-ap-approche__card { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.1); transition: transform .3s ease,box-shadow .3s ease; }

.tk-ap-approche__card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(140, 95, 39, 0.1); }

.tk-ap-approche__icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: #fff; color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 2px 8px rgba(140, 95, 39, 0.08); }

.tk-ap-approche__card-title p, .tk-ap-approche__card-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-ap-approche__card-text p { font-family: var(--tk-font-corps); font-size: .85rem; line-height: 1.7; color: #7A6050; }

/************************* À PROPOS — DÉROULÉ *************************/
.tk-ap-der { background: #fff; }

.tk-ap-der__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-ap-der__title p, .tk-ap-der__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-ap-der__step-left { width: 48px; }

.tk-ap-der__number { font-family: var(--tk-font-titre); font-size: 2.4rem; line-height: 1; color: var(--tk-sable); user-select: none; flex-shrink: 0; }

.tk-ap-der__vline { flex: 1; width: 1px; border-left: 1.5px dashed var(--tk-sable); min-height: 48px; margin-top: 6px; }

.tk-ap-der__vline--last { border-left-color: transparent; }

.tk-ap-der__card-title p, .tk-ap-der__card-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); padding-top: .35rem; }

.tk-ap-der__card-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.75; color: #7A6050; }

/************************* POURQUOI CONSULTER *************************/
.tk-why { background: var(--tk-blanc); }

.tk-why p { margin-bottom: 0 !important; }

.tk-why__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-why__title p, .tk-why__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-why__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-why__card { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.1); }

.tk-why__card-title p, .tk-why__card-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); margin-bottom: .25rem; }

.tk-why__list { list-style: none; padding: 0; margin: 0; }

.tk-why__check { font-size: 1.1rem; color: var(--tk-brun); }

.tk-why__list-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #2C2019; }

/************************* TROUBLES ACCOMPAGNÉS *************************/
.tk-troubles { background: #fff; }

.tk-troubles p { margin-bottom: 0 !important; }

.tk-troubles__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-troubles__title p, .tk-troubles__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-troubles__subtitle p, .tk-troubles__subtitle h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: #7A6050; font-style: italic; }

.tk-troubles__tag { display: inline-flex; align-items: center; font-family: var(--tk-font-corps); font-size: .8rem; font-weight: 500; color: var(--tk-brun); background: var(--tk-rose-pale); border: 1px solid rgba(140, 95, 39, 0.2); border-radius: 999px; padding: 6px 16px; text-decoration: none; transition: all .25s ease; }

/************************* APPROCHE *************************/
.tk-approach { background: var(--tk-blanc); }

.tk-approach.approche { background: #fff; }

.tk-approach p { margin-bottom: 0 !important; }

.tk-approach__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-approach__title p, .tk-approach__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-approach__title2 p, .tk-approach__title2 h2 { font-family: var(--tk-font-titre); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.15; color: var(--tk-brun); }

.tk-approach__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-approach__subtitle p, .tk-approach__subtitle h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-approach__arrow { font-size: 1.3rem; color: var(--tk-sable); }

.tk-approach__check { font-size: 1.1rem; color: var(--tk-brun); }

.tk-approach__list-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #2C2019; }

ul.tw-flex.tw-flex-col.tw-gap-3 { margin-left: 0; padding-left: .5rem; }

/************************* FAQ *************************/
.tk-faq { background: var(--tk-rose-pale); }

.tk-faq p { margin-bottom: 0 !important; }

.tk-faq__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-faq__title p, .tk-faq__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-faq__item { background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.15); transition: all .5s ease; }

.tk-faq__item[open] { box-shadow: 0 4px 20px rgba(140, 95, 39, 0.09); }

.tk-faq__item[open] .tk-faq__icon { transform: rotate(45deg); }

.tk-faq__question { list-style: none; background: #fff; transition: all 0.5s ease; }

.tk-faq__question::-webkit-details-marker { display: none; }

.tk-faq__question:hover { background: var(--tk-sable); }

.tk-faq__item[open] .tk-faq__question { background: var(--tk-sable); }

.tk-faq__q-text p, .tk-faq__q-text h3 { font-family: var(--tk-font-serif); font-size: .95rem; font-weight: 600; color: var(--tk-brun); margin-bottom: 0 !important; }

.tk-faq__icon { color: var(--tk-brun); font-size: 1rem; transition: transform .3s ease; }

.tk-faq__answer-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.75; color: #7A6050; }

/************************* VAGINISME — COMPRENDRE *************************/
.tk-vag-comprendre { background: var(--tk-blanc); }

.tk-vag-comprendre p { margin-bottom: 0 !important; }

.tk-vag-comprendre__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-vag-comprendre__title p, .tk-vag-comprendre__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-vag-comprendre__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-vag-comprendre__type-card { background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.15); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.06); border-left: 3px solid var(--tk-sable); }

.tk-vag-comprendre__num { font-family: var(--tk-font-titre); font-size: 2rem; line-height: 1; color: var(--tk-sable); flex-shrink: 0; user-select: none; }

.tk-vag-comprendre__type-title p, .tk-vag-comprendre__type-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-vag-comprendre__type-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #7A6050; }

.tk-vag-comprendre__symptomes { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.1); }

.tk-vag-comprendre__sympt-title p, .tk-vag-comprendre__sympt-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); margin-bottom: .25rem; }

.tk-vag-comprendre__dot { font-size: 1.6rem; color: var(--tk-brun); line-height: 1; margin-top: -.1rem; }

.tk-vag-comprendre__sympt-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #2C2019; }

.tk-vag-comprendre__illustration { width: 100%; max-width: 280px; margin: 0 auto; background: var(--tk-rose-pale); border-radius: 1.5rem; padding: 2rem; border: 0.5px solid rgba(140, 95, 39, 0.1); }

.tk-vag-comprendre__illustration svg { width: 100%; height: auto; }

/************************* VAGINISME — GUÉRISON *************************/
.tk-vag-guerison { background: #fff; }

.tk-vag-guerison p { margin-bottom: 0 !important; }

.tk-vag-guerison__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-vag-guerison__title p, .tk-vag-guerison__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-vag-guerison__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-vag-guerison__subtitle p, .tk-vag-guerison__subtitle h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-vag-guerison__check { font-size: 1.1rem; color: var(--tk-brun); }

.tk-vag-guerison__list-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #2C2019; }

.tk-vag-guerison__reassure { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.12); border-left: 3px solid var(--tk-brun); }

.tk-vag-guerison__reassure-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: var(--tk-rose); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: .9rem; }

.tk-vag-guerison__reassure-headline { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; font-style: italic; color: var(--tk-brun); }

.tk-vag-guerison__pourquoi-title p, .tk-vag-guerison__pourquoi-title h3 { font-family: var(--tk-font-serif); font-size: .95rem; font-weight: 600; color: var(--tk-brun); }

.tk-vag-guerison__pourquoi-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.75; color: #7A6050; }

a.btn.btn-vag-guerison:hover { background: var(--tk-blanc) !important; }

/************************* CONTACT — INFOS PRATIQUES *************************/
.tk-contact-info { background: #fff; }

.tk-contact-info__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-contact-info__title p, .tk-contact-info__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-contact-info__card { background: var(--tk-blanc); border: 0.5px solid rgba(140, 95, 39, 0.15); box-shadow: 0 2px 12px rgba(140, 95, 39, 0.06); transition: transform .3s ease,box-shadow .3s ease; }

.tk-contact-info__card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(140, 95, 39, 0.1); }

.tk-contact-info__icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: var(--tk-rose-pale); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }

.tk-contact-info__label { font-family: var(--tk-font-corps); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--tk-brun); }

.tk-contact-info__value { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.6; color: #2C2019; }

.tk-contact-info__value--muted { color: #7A6050; }

.tk-contact-info__link { text-decoration: none; transition: color .2s ease; }

.tk-contact-info__link:hover { color: var(--tk-brun); }

.tk-contact-info__social { width: 38px; height: 38px; border-radius: 50%; background: var(--tk-rose-pale); color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1rem; text-decoration: none; transition: all .25s ease; border: 0.5px solid rgba(140, 95, 39, 0.15); }

.tk-contact-info__social:hover { background: var(--tk-brun); color: var(--tk-blanc); }

/************************* CONTACT — MAP *************************/
.tk-contact-map { width: 100%; line-height: 0; border-top: 0.5px solid rgba(140, 95, 39, 0.1); border-bottom: 0.5px solid rgba(140, 95, 39, 0.1); }

@media (max-width: 767px) { .tk-contact-map iframe { height: 280px; } }

/************************* NEWSPOSTS *************************/
#news-posts-bloc .bg-primaryColor { background-color: #fff !important; }

#news-posts-bloc .titles { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem) !important; line-height: 1.15; color: var(--tk-brun) !important; }

#news-posts-bloc .latestNews-card { background: var(--tk-blanc) !important; border: 0.5px solid rgba(140, 95, 39, 0.15) !important; box-shadow: 0 4px 20px rgba(140, 95, 39, 0.09) !important; border-radius: 1rem !important; border-left: 3px solid var(--tk-brun) !important; overflow: hidden; }

#news-posts-bloc .otherNews-card { background: var(--tk-blanc) !important; border: 0.5px solid rgba(140, 95, 39, 0.15) !important; box-shadow: 0 2px 12px rgba(140, 95, 39, 0.07) !important; border-radius: 1rem !important; border-top: 3px solid var(--tk-sable) !important; transition: transform .3s ease,box-shadow .3s ease; overflow: hidden; }

#news-posts-bloc .otherNews-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(140, 95, 39, 0.13) !important; }

#news-posts-bloc .custom-image { aspect-ratio: 16/9; object-fit: cover; }

#news-posts-bloc .latestNews-card .custom-image { aspect-ratio: 4/3; height: 100%; }

#news-posts-bloc .card-body { padding: 1.25rem 1.5rem; }

#news-posts-bloc .card-text { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.75; color: #2C2019; }

#news-posts-bloc .card-date { font-family: var(--tk-font-corps); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--tk-brun); opacity: .6; margin-top: .75rem; margin-bottom: 0; }

#news-posts-bloc a[href="#"] { font-family: var(--tk-font-corps); font-size: .8rem; font-weight: 600; color: var(--tk-brun); text-decoration: none; display: inline-flex; align-items: center; gap: .3rem; margin-top: .5rem; transition: opacity .2s ease; }

#news-posts-bloc a[href="#"]:hover { opacity: .7; }

#news-posts-bloc a[href="#"]::after { content: "→"; font-size: .8rem; }

#news-posts-bloc #pagination-controls { gap: .5rem; margin-top: 2rem; }

#news-posts-bloc .pagination-controls .button_homepageDoubleScreen { width: 36px; height: 36px; border-radius: 50%; background: var(--tk-rose-pale) !important; color: var(--tk-brun) !important; display: flex; align-items: center; justify-content: center; text-decoration: none; border: 0.5px solid rgba(140, 95, 39, 0.2); transition: all .25s ease; }

#news-posts-bloc .pagination-controls .button_homepageDoubleScreen:hover { background: var(--tk-brun) !important; color: var(--tk-blanc) !important; }

#news-posts-bloc .pagination-controls .button_homepageDoubleScreen i { color: inherit !important; }

#news-posts-bloc #pagination-controls .mx-2:not(a) { font-family: var(--tk-font-corps); font-size: 12px; font-weight: 600; letter-spacing: .06em; color: #7A6050; }

#newsModal .modal-content { border: 0.5px solid rgba(140, 95, 39, 0.15); border-radius: 1rem; box-shadow: 0 8px 32px rgba(140, 95, 39, 0.12); }

#newsModal .modal-body { padding: 1.5rem; }

#newsModal #newsModalText { font-family: var(--tk-font-corps); font-size: .9rem; line-height: 1.75; color: #2C2019; }

#newsModal .btn-close { opacity: .4; transition: opacity .2s ease; }

#newsModal .btn-close:hover { opacity: 1; }

#news-posts-bloc .owl-dots .owl-dot span { background: var(--tk-sable) !important; width: 8px; height: 8px; }

#news-posts-bloc .owl-dots .owl-dot.active span { background: var(--tk-brun) !important; }

#news-posts-bloc .owl-nav button { background: rgba(253, 250, 248, 0.85) !important; color: var(--tk-brun) !important; border-radius: 50% !important; width: 32px; height: 32px; }

#news-posts-bloc .owl-nav button:hover { background: var(--tk-brun) !important; color: var(--tk-blanc) !important; }

/************************* SEXOLOGUE CATHOLIQUE *************************/
.tk-cath__eyebrow { font-family: var(--tk-font-corps); color: var(--tk-brun); }

.tk-cath-approche p, .tk-cath-vision p, .tk-cath-accomp p { margin-bottom: 0 !important; }

.tk-cath-vision { background: var(--tk-blanc); }

.tk-cath-vision__title p, .tk-cath-vision__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-cath-vision__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-cath-accomp { background: #fff; }

.tk-cath-accomp__title p, .tk-cath-accomp__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-cath-accomp__card { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.1); border-top: 3px solid var(--tk-brun); }

.tk-cath-accomp__card-title p, .tk-cath-accomp__card-title h3 { font-family: var(--tk-font-serif); font-size: 1rem; font-weight: 600; color: var(--tk-brun); }

.tk-cath-accomp__icon-wrap { width: 40px; height: 40px; min-width: 40px; border-radius: 10px; background: #fff; color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: 0 2px 8px rgba(140, 95, 39, 0.08); }

.tk-cath-accomp__icon-wrap--couple { background: var(--tk-rose); }

.tk-cath-accomp__check { font-size: 1.1rem; color: var(--tk-brun); }

.tk-cath-accomp__list-text p { font-family: var(--tk-font-corps); font-size: .875rem; line-height: 1.7; color: #2C2019; }

.tk-cath-approche { background: var(--tk-blanc); }

.tk-cath-approche__card { background: var(--tk-rose-pale); border: 0.5px solid rgba(140, 95, 39, 0.12); border-left: 3px solid var(--tk-brun); }

.tk-cath-approche__title p, .tk-cath-approche__title h2 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); line-height: 1.15; color: var(--tk-brun); }

.tk-cath-approche__icon-wrap { width: 44px; height: 44px; min-width: 44px; border-radius: 12px; background: #fff; color: var(--tk-brun); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 2px 8px rgba(140, 95, 39, 0.08); }

.tk-cath-approche__text p { font-family: var(--tk-font-corps); font-size: .95rem; line-height: 1.75; color: #2C2019; }

.tk-cath-approche__tag { display: inline-flex; align-items: center; font-family: var(--tk-font-corps); font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--tk-brun); background: #fff; border: 0.5px solid rgba(140, 95, 39, 0.2); border-radius: 999px; padding: 5px 14px; }

a.btn.btn-cath-approche:hover { background: var(--tk-blanc) !important; }

/************************* ACTIVITÉS *************************/
.first-activity-div, .second-activity-div, .third-activity-div { background-color: var(--tk-blanc) !important; border: 0.5px solid rgba(140, 95, 39, 0.15) !important; box-shadow: 0 4px 20px rgba(140, 95, 39, 0.09) !important; }

.first-activity-div .titles, .second-activity-div .titles, .third-activity-div .titles { font-family: var(--tk-font-titre) !important; font-size: clamp(1.9rem, 3.5vw, 2.6rem) !important; font-weight: 400 !important; line-height: 1.15 !important; color: var(--tk-brun) !important; margin-bottom: 1rem !important; }

.first-activity-title h3, .second-activity-title h3, .third-activity-title h3 { font-family: var(--tk-font-titre); font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 400 !important; line-height: 1.15; color: var(--tk-brun) !important; }

.first-activity-div .lead p, .second-activity-div .lead p, .third-activity-div .lead p { font-family: var(--tk-font-corps); font-size: .95rem !important; line-height: 1.75; color: #2C2019 !important; }

.first-activity-div .card-cover, .second-activity-div .card-cover, .third-activity-div .card-cover { border-radius: 1rem !important; box-shadow: 0 4px 20px rgba(140, 95, 39, 0.12) !important; min-height: 280px; }

.first-activity-div .black-screen, .second-activity-div .black-screen, .third-activity-div .black-screen { background: linear-gradient(to top, rgba(140, 95, 39, 0.55) 0%, rgba(140, 95, 39, 0.15) 100%) !important; opacity: 1 !important; }

.first-activity-div .card-cover h3 a, .second-activity-div .card-cover h3 a, .third-activity-div .card-cover h3 a { font-family: var(--tk-font-titre); font-weight: 400 !important; color: #fff !important; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.first-activity-div, .second-activity-div { border-bottom: 3px solid var(--tk-sable) !important; }

.third-activity-div { border-bottom: 3px solid var(--tk-rose) !important; }

.first-activity-div.shadow-lg, .second-activity-div.shadow-lg, .third-activity-div.shadow-lg { box-shadow: 0 8px 32px rgba(140, 95, 39, 0.12), 0 2px 8px rgba(140, 95, 39, 0.06) !important; }

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