.jetpack-contact-form-container {
	width: 100% !important;
	flex-direction: column !important;
	align-items: center !important;
}

.jetpack-contact-form-container .contact-form {
	width: 100% !important;
}

.jetpack-contact-form-container .grunion-field-wrap {
	width: 100% !important;
	max-width: 100% !important;
}

.jetpack-contact-form-container .grunion-field-wrap input,
.jetpack-contact-form-container .grunion-field-wrap textarea,
.jetpack-contact-form-container .grunion-field-wrap label,
.jetpack-contact-form-container button[type="submit"] {
	font-family: 'Montserrat', sans-serif !important;
}

.jetpack-contact-form-container .grunion-field-wrap input,
.jetpack-contact-form-container .grunion-field-wrap textarea {
	width: 100% !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 14px;
	box-sizing: border-box;
}

.jetpack-contact-form-container .contact-submit {
	text-align: center;
	width: 100% !important;
}

.jetpack-contact-form-container button[type="submit"] {
	margin: 20px auto 0 !important;
	display: block !important;
	border-radius: 25px !important;
}

/* Boutons arrondis globalement */
.wp-block-button__link,
.wp-element-button {
	border-radius: 25px !important;
}

/* ═══════════════════════════════
   DESIGN ÉDITORIAL — Crescendo Avocats
   ═══════════════════════════════ */
/* Tiret doré sous les sous-titres — via ::after */
/* Masquer les anciens blocs wp:group dorés */
.entry-content .wp-block-group.has-background[style*="B8860B"][style*="min-height:2px"] {
	display: none !important;
}

/* Tiret doré élégant sous chaque heading de contenu */
.entry-content h2.wp-block-heading[style*="font-weight:600"],
.entry-content h3.wp-block-heading[style*="font-weight:600"] {
	position: relative !important;
	padding-bottom: 14px !important;
}

.entry-content h2.wp-block-heading[style*="font-weight:600"]::after,
.entry-content h3.wp-block-heading[style*="font-weight:600"]::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #B8860B;
}

/* Effets hover — section "À lire également" */
.entry-content > .wp-block-group.is-nowrap.is-layout-flex {
	padding: 12px 16px !important;
	border-left: 3px solid transparent;
	transition: all .35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	cursor: pointer;
}

.entry-content > .wp-block-group.is-nowrap.is-layout-flex:hover {
	background: #F5F0E8 !important;
	border-left-color: #B8860B !important;
	transform: translateX(4px);
}

.entry-content > .wp-block-group.is-nowrap.is-layout-flex a {
	transition: color .3s ease !important;
}

.entry-content > .wp-block-group.is-nowrap.is-layout-flex:hover a {
	color: #28654D !important;
}

/* ═══════════════════════════════════════
   PAGE ACCUEIL — Design Éditorial
   ═══════════════════════════════════════ */
/* Google Fonts import */
/* Variables */
.ca-home {
}

.ca-home * {
	box-sizing: border-box;
}

/* Hide page title on front page */
.page-id-5 .entry-title {
	display: none !important;
}

.page-id-5 .entry-content {
	padding: 0 !important;
	max-width: 100% !important;
}

.page-id-5 .post-inner {
	padding: 0 !important;
	max-width: 100% !important;
}

.page-id-5 .entry-content > .ca-home {
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !important;
	width: 100vw !important;
	max-width: none !important;
}

/* Animations */
@keyframes caFadeDown {
	from {
		opacity: 0;
		transform: translateY(-24px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes caFadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes caGoldLine {
	from {
		width: 0;
	}
	
	to {
		width: 40px;
	}
}

@keyframes caHeroBg {
	from {
		opacity: 0;
		transform: translateX(-50%) scale(1.03);
	}
	
	to {
		opacity: 1;
		transform: translateX(-50%) scale(1);
	}
}

/* HERO */
.ca-hero {
	position: relative;
	text-align: center;
	overflow: hidden;
	min-height: 95vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 0 48px 56px;
	background: var(--creme);
}

.ca-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(160deg,rgba(27,67,50,0.06) 0%,transparent 40%), linear-gradient(200deg,rgba(184,134,11,0.04) 0%,transparent 40%);
	pointer-events: none;
}

.ca-hero-photo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 900px;
	height: 72%;
	object-fit: cover;
	object-position: top center;
	pointer-events: none;
	z-index: 0;
	mask-image: linear-gradient(to bottom,rgba(0,0,0,0.85) 30%,rgba(0,0,0,0.35) 70%,transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom,rgba(0,0,0,0.85) 30%,rgba(0,0,0,0.35) 70%,transparent 100%);
	animation: caHeroBg 1.2s ease forwards;
	opacity: 0;
}

.ca-hero-content {
	position: relative;
	z-index: 2;
}

.ca-hero-cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--or);
	margin-bottom: 32px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	animation: caFadeDown .8s ease forwards;
}

.ca-hero-cat::before,.ca-hero-cat::after {
	content: '';
	width: 40px;
	height: 1px;
	background: var(--or);
	opacity: .4;
}

.ca-hero h1 {
	font-family: 'DM Serif Display', serif !important;
	font-size: 80px !important;
	font-weight: 400 !important;
	color: var(--vert-profond) !important;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 28px !important;
	animation: caFadeDown .9s ease .1s forwards;
	opacity: 0;
}

.ca-hero-line {
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg,var(--or),var(--or-clair));
	margin: 0 auto 32px;
	animation: caGoldLine .8s ease .3s forwards;
	width: 0;
}

.ca-hero-sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gris);
	margin: 0 0 40px;
	animation: caFadeDown .9s ease .2s forwards;
	opacity: 0;
}

.ca-hero-intro {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-style: italic;
	color: var(--gris);
	line-height: 1.7;
	max-width: 640px;
	margin: 0 auto;
	animation: caFadeIn 1s ease .5s forwards;
	opacity: 0;
}

/* SECTIONS COMMON */
.ca-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 48px;
}

.ca-section-header {
	text-align: center;
	margin-bottom: 64px;
}

.ca-section-cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--or);
	margin: 0 0 20px;
}

.ca-section-title {
	font-family: 'DM Serif Display', serif !important;
	font-size: 38px !important;
	font-weight: 400 !important;
	color: var(--vert-profond) !important;
	margin: 0 0 16px !important;
}

.ca-section-line {
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg,var(--or),var(--or-clair));
	margin: 0 auto 24px;
}

.ca-section-sub {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	font-style: italic;
	color: var(--gris);
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.6;
}

/* VALEURS */
.ca-valeurs {
	background: var(--blanc);
	border-top: 1px solid rgba(40,101,77,0.06);
	border-bottom: 1px solid rgba(40,101,77,0.06);
}

.ca-valeurs-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 32px;
}

.ca-valeur {
	text-align: center;
	padding: 40px 28px;
	position: relative;
	transition: all .4s ease;
}

.ca-valeur:hover {
	transform: translateY(-4px);
}

.ca-valeur + .ca-valeur {
	border-left: 1px solid rgba(40,101,77,0.08);
}

.ca-valeur-num {
	font-family: 'DM Serif Display', serif;
	font-size: 42px;
	font-style: italic;
	color: var(--or);
	opacity: .25;
	margin: 0 0 20px;
	line-height: 1;
}

.ca-valeur-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 24px;
	border: 1.5px solid var(--vert);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--vert);
	transition: all .3s ease;
}

.ca-valeur:hover .ca-valeur-icon {
	background: var(--vert);
	color: var(--blanc);
}

.ca-valeur h3 {
	font-family: 'DM Serif Display', serif !important;
	font-size: 20px !important;
	color: var(--vert-profond) !important;
	margin: 0 0 14px !important;
}

.ca-valeur p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: var(--gris);
	line-height: 1.7;
	margin: 0;
}

/* EXPERTISE */
.ca-expertise {
	background: var(--creme);
}

.ca-exp-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}

.ca-exp-card {
	background: var(--blanc);
	padding: 36px 32px 32px;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	display: block;
	transition: all .4s ease;
	border: 1px solid rgba(40,101,77,0.06);
}

.ca-exp-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg,var(--vert),var(--or));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s ease;
}

.ca-exp-card:hover::before {
	transform: scaleX(1);
}

.ca-exp-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(27,67,50,0.08);
}

.ca-exp-cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--or);
	margin: 0 0 16px;
}

.ca-exp-card h3 {
	font-family: 'DM Serif Display', serif !important;
	font-size: 22px !important;
	color: var(--vert-profond) !important;
	margin: 0 0 14px !important;
	line-height: 1.3;
}

.ca-exp-card p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: var(--gris);
	line-height: 1.7;
	margin: 0 0 24px;
}

.ca-exp-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--vert);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: gap .3s ease, color .3s ease;
}

.ca-exp-card:hover .ca-exp-link {
	gap: 14px;
	color: var(--vert-profond);
}

/* CTA */
.ca-cta {
	background: var(--vert-profond);
	padding: 96px 48px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ca-cta-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
	opacity: .12;
	filter: grayscale(40%);
	pointer-events: none;
}

.ca-cta-cat {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--or);
	margin: 0 0 24px;
	position: relative;
	z-index: 1;
}

.ca-cta h2 {
	font-family: 'DM Serif Display', serif !important;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: var(--blanc) !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px !important;
	position: relative;
	z-index: 1;
}

.ca-cta-line {
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg,var(--or),var(--or-clair));
	margin: 0 auto 28px;
	position: relative;
	z-index: 1;
}

.ca-cta-desc {
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	font-style: italic;
	color: rgba(255,255,255,0.55);
	margin: 0 auto 44px;
	max-width: 480px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.ca-cta-btn {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--blanc) !important;
	background: transparent;
	padding: 18px 42px;
	border: 1.5px solid var(--or);
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .4s ease;
}

.ca-cta-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	right: 0;
	bottom: 0;
	width: 100%;
	background: var(--or);
	transition: left .4s ease;
	z-index: 0;
}

.ca-cta-btn:hover::before {
	left: 0;
}

.ca-cta-btn span {
	position: relative;
	z-index: 1;
}

.ca-cta-btn:hover {
	box-shadow: 0 8px 32px rgba(184,134,11,0.2);
	transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:1024px) {
	.ca-valeurs-grid {
		grid-template-columns: repeat(2,1fr);
	}
	
	.ca-valeur + .ca-valeur {
		border-left: none;
	}
	
	.ca-valeur:nth-child(even) {
		border-left: 1px solid rgba(40,101,77,0.08);
	}
	
	.ca-exp-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:900px) {
	.ca-hero {
		padding: 0 24px 48px;
		min-height: 80vh;
	}
	
	.ca-hero-photo {
		height: 55%;
	}
	
	.ca-hero h1 {
		font-size: 48px !important;
		letter-spacing: 3px;
	}
	
	.ca-hero-sub {
		font-size: 13px;
		letter-spacing: 1.5px;
	}
	
	.ca-hero-intro {
		font-size: 19px;
	}
	
	.ca-section {
		padding: 72px 24px;
	}
	
	.ca-section-title {
		font-size: 30px !important;
	}
	
	.ca-cta {
		padding: 72px 24px;
	}
	
	.ca-cta h2 {
		font-size: 32px !important;
		letter-spacing: 2px;
	}
}

@media(max-width:600px) {
	.ca-hero h1 {
		font-size: 36px !important;
		letter-spacing: 2px;
	}
	
	.ca-hero-intro {
		font-size: 17px;
	}
	
	.ca-valeurs-grid {
		grid-template-columns: 1fr;
	}
	
	.ca-valeur + .ca-valeur {
		border-left: none;
		border-top: 1px solid rgba(40,101,77,0.08);
	}
	
	.ca-valeur:nth-child(even) {
		border-left: none;
	}
	
	.ca-exp-grid {
		grid-template-columns: 1fr;
	}
	
	.ca-cta h2 {
		font-size: 26px !important;
		letter-spacing: 1px;
	}
}

/* ═══════ CORRECTIFS COULEURS — Override thème ═══════ */
/* Hero — textes */
.ca-home .ca-hero-cat,
.page-id-5 .ca-hero-cat {
	color: #B8860B !important;
}

.ca-home .ca-hero h1,
.page-id-5 .ca-hero h1,
.page-id-5 .entry-content .ca-hero h1 {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
}

.ca-home .ca-hero-sub,
.page-id-5 .ca-hero-sub {
	color: #555555 !important;
}

.ca-home .ca-hero-intro,
.page-id-5 .ca-hero-intro {
	color: #555555 !important;
	font-family: 'Cormorant Garamond', serif !important;
}

/* Valeurs — textes */
.ca-home .ca-valeur-num {
	color: #B8860B !important;
}

.ca-home .ca-valeur h3,
.page-id-5 .ca-valeur h3 {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
}

.ca-home .ca-valeur p {
	color: #555555 !important;
}

/* Section headers */
.ca-home .ca-section-cat,
.page-id-5 .ca-section-cat {
	color: #B8860B !important;
}

.ca-home .ca-section-title,
.page-id-5 .ca-section-title,
.page-id-5 .entry-content .ca-section-title {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
}

.ca-home .ca-section-sub {
	color: #555555 !important;
	font-family: 'Cormorant Garamond', serif !important;
}

/* Expertise cards */
.ca-home .ca-exp-cat {
	color: #B8860B !important;
}

.ca-home .ca-exp-card h3,
.page-id-5 .ca-exp-card h3 {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
}

.ca-home .ca-exp-card p {
	color: #555555 !important;
}

.ca-home .ca-exp-link {
	color: #28654D !important;
}

.ca-home .ca-exp-card:hover .ca-exp-link {
	color: #1B4332 !important;
}

/* CTA — Rencontrons-nous */
.ca-home .ca-cta-cat,
.page-id-5 .ca-cta-cat {
	color: #B8860B !important;
}

.ca-home .ca-cta h2,
.page-id-5 .ca-cta h2,
.page-id-5 .entry-content .ca-cta h2 {
	color: #ffffff !important;
	font-family: 'DM Serif Display', serif !important;
}

.ca-home .ca-cta-desc,
.page-id-5 .ca-cta-desc {
	color: rgba(255,255,255,0.55) !important;
	font-family: 'Cormorant Garamond', serif !important;
}

.ca-home .ca-cta-btn,
.page-id-5 .ca-cta-btn {
	color: #ffffff !important;
}

/* ═══════ CARTES EXPERTISE — Force couleurs ═══════ */
.page-id-5 .entry-content .ca-exp-cat,
.page-id-5 .ca-home .ca-exp-cat,
body .ca-exp-cat {
	color: #B8860B !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
}

.page-id-5 .entry-content .ca-exp-card h3,
.page-id-5 .ca-home .ca-exp-card h3,
body .ca-exp-card h3 {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
	font-size: 22px !important;
}

.page-id-5 .entry-content .ca-exp-card p,
.page-id-5 .ca-home .ca-exp-card p,
body .ca-exp-card p {
	color: #555555 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px !important;
}

.page-id-5 .entry-content .ca-exp-link,
body .ca-exp-link {
	color: #28654D !important;
}

.page-id-5 .ca-exp-card:hover .ca-exp-link,
body .ca-exp-card:hover .ca-exp-link {
	color: #1B4332 !important;
}

/* VALEURS — Force couleurs */
.page-id-5 .entry-content .ca-valeur h3,
body .ca-valeur h3 {
	color: #1B4332 !important;
	font-family: 'DM Serif Display', serif !important;
}

.page-id-5 .entry-content .ca-valeur p,
body .ca-valeur p {
	color: #555555 !important;
}

.page-id-5 .entry-content .ca-valeur-num,
body .ca-valeur-num {
	color: #B8860B !important;
}

/* ═══════ CTA — fond vert foncé forcé + texte lisible ═══════ */
.page-id-5 .ca-cta,
body .ca-cta {
	background: #1B4332 !important;
	padding: 96px 48px !important;
}

.page-id-5 .ca-cta-photo,
body .ca-cta-photo {
	opacity: .15 !important;
}

.page-id-5 .ca-cta h2,
body .ca-cta h2 {
	color: #ffffff !important;
}

.page-id-5 .ca-cta-desc,
body .ca-cta-desc {
	color: rgba(255,255,255,0.6) !important;
}

.page-id-5 .ca-cta-cat,
body .ca-cta-cat {
	color: #B8860B !important;
}

.page-id-5 .ca-cta-btn,
body .ca-cta-btn {
	color: #ffffff !important;
	border-color: #B8860B !important;
}

/* ═══════ FOOTER — ne pas masquer ═══════ */
.page-id-5 .site-footer,
.page-id-5 footer,
.page-id-5 .footer-navigation,
.page-id-5 .wp-block-template-part {
	display: block !important;
	visibility: visible !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Limiter le full-width au contenu uniquement */
.page-id-5 .entry-content > .ca-home {
	overflow: hidden;
}

/* ═══════ FIX FOOTER ═══════ */
.page-id-5 .entry-content {
	overflow-x: hidden !important;
}

.page-id-5 .site-footer,
.page-id-5 .wp-site-blocks > footer,
.page-id-5 .wp-block-template-part:last-child {
	display: block !important;
	visibility: visible !important;
	position: relative !important;
	z-index: 10 !important;
}

/* ═══════ FOOTER ═══════ */
.ca-footer a:hover {
	color: #ffffff !important;
}

.ca-footer-inner {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 64px;
}

@media(max-width:900px) {
	.ca-footer-inner {
		grid-template-columns: 1fr 1fr !important;
		gap: 40px !important;
	}
	
	.ca-footer {
		padding: 48px 24px 32px !important;
	}
}

@media(max-width:600px) {
	.ca-footer-inner {
		grid-template-columns: 1fr !important;
	}
}

/* ═══════════════════════════════════════
   PAGE QUI SOMMES-NOUS
   ═══════════════════════════════════════ */
/* Hide page title */
.page-id-26 .entry-title {
	display: none !important;
}

.page-id-26 .entry-content {
	padding: 0 !important;
	max-width: 100% !important;
}

.page-id-26 .post-inner {
	padding: 0 !important;
	max-width: 100% !important;
}

.page-id-26 .entry-content > .ca-home {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
}

/* Profil blocks — layout logo + texte */
.ca-profil-block {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 64px;
	align-items: start;
	padding: 48px 0;
}

.ca-profil-reverse {
	direction: rtl;
}

.ca-profil-reverse > * {
	direction: ltr;
}

.ca-profil-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 8px;
}

.ca-profil-logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: contain;
	background: transparent;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	transition: all .4s ease;
}

.ca-profil-logo:hover {
	box-shadow: 0 8px 32px rgba(27,67,50,0.12);
	transform: scale(1.03);
}

.ca-profil-separator {
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg,#B8860B,#D4A84B);
	margin: 0 auto;
}

.ca-profil-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ca-profil-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #555;
	padding-left: 20px;
	position: relative;
	line-height: 1.6;
}

.ca-profil-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 1px;
	background: #B8860B;
}

@media(max-width:900px) {
	.ca-profil-block {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}
	
	.ca-profil-reverse {
		direction: ltr;
	}
	
	.ca-profil-logo {
		width: 80px;
		height: 80px;
	}
	
	.ca-profil-item {
		text-align: left;
	}
}

/* ═══════════════════════════════
   QUI SOMMES-NOUS (page 26)
   ═══════════════════════════════ */
/* QSM Hero */
.ca-qsm-hero {
	text-align: center;
	padding: 30px 48px 60px;
}

/* Profile photo (round portrait) */
.ca-profil-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center top;
	border: 3px solid #28654D;
	transition: all .4s ease;
}

.ca-profil-photo:hover {
	box-shadow: 0 8px 32px rgba(27,67,50,0.15);
	transform: scale(1.03);
}

/* Small logo below portrait */
.ca-profil-logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	padding-top: 8px;
}

/* Responsive QSM */
@media(max-width:900px) {
	.ca-qsm-hero {
		padding: 48px 24px 40px;
	}
	
	.ca-profil-photo {
		width: 160px;
		height: 160px;
	}
}

/* QSM — Noms en vert */
.ca-profil-content h3,
.ca-profil-content .ca-profil-name {
	color: #28654D !important;
}

/* QSM — Sous-titre (barreau, conseil) même police que le reste */
.ca-profil-content .ca-profil-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #555;
	margin-bottom: 16px;
}

/* QSM — Titre partenaires en vert, espace réduit */
.ca-partenaires h3,
.ca-partenaires .ca-section-title {
	color: #28654D !important;
}

.ca-partenaires .ca-section-header {
	margin-bottom: 24px;
}

/* QSM — Texte partenaires même police */
.ca-partenaires .ca-partenaires-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}

.ca-partenaires .ca-partenaires-list {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
}

/* === EXPERTISE PAGE (maquette) === */
.exp-hero {
	padding: 30px 48px 80px;
	text-align: center;
	background: linear-gradient(180deg, #F5F0E8 0%, #FAFAF8 100%);
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
	position: relative;
	overflow: hidden;
}

.exp-hero::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background: #B8860B;
	opacity: .5;
}

.exp-hero-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B8860B;
	margin-bottom: 24px;
	padding-top: 40px;
}

.exp-hero h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 52px;
	font-weight: 400;
	color: #1B4332;
	margin-bottom: 20px;
	line-height: 1.15;
}

.exp-hero-gold-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin: 0 auto 28px;
}

.exp-hero-sub {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	color: #555;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
	font-style: italic;
}

.exp-section {
	padding: 60px 48px 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.exp-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 900px;
	width: 100%;
	gap: 32px;
}

.exp-card {
	background: #fff;
	border: 1px solid rgba(40,101,77,0.08);
	border-radius: 4px;
	padding: 44px 36px 36px;
	position: relative;
	overflow: hidden;
	transition: all .45s cubic-bezier(0.23, 1, 0.32, 1);
}

.exp-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #28654D, #B8860B);
	opacity: 0;
	transition: opacity .4s ease;
}

.exp-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(27,67,50,0.08), 0 8px 20px rgba(27,67,50,0.04);
	border-color: rgba(40,101,77,0.15);
}

.exp-card:hover::before {
	opacity: 1;
}

.exp-card-number {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exp-card-number img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	opacity: .8;
	transition: opacity .3s ease;
}

.exp-card:hover .exp-card-number img {
	opacity: 1;
}

.exp-card-title {
	font-family: 'DM Serif Display', serif;
	font-size: 22px;
	font-weight: 400;
	color: #1B4332;
	margin-bottom: 8px;
	line-height: 1.3;
}

.exp-card-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin-bottom: 16px;
	transition: width .4s ease;
}

.exp-card:hover .exp-card-line {
	width: 60px;
}

.exp-card-desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	margin-bottom: 24px;
}

.exp-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #28654D;
	text-decoration: none;
	transition: all .3s ease;
}

.exp-arrow {
	display: inline-block;
	transition: transform .3s ease;
}

.exp-card:hover .exp-card-link {
	color: #B8860B;
}

.exp-card:hover .exp-arrow {
	transform: translateX(6px);
}

/* CTA */
.exp-cta {
	background: #1B4332;
	padding: 80px 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.exp-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at 30% 50%, rgba(40,101,77,0.3) 0%, transparent 70%), radial-gradient(ellipse at 70% 50%, rgba(184,134,11,0.08) 0%, transparent 60%);
	pointer-events: none;
}

.exp-cta-content {
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 0 auto;
}

.exp-cta-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B8860B;
	margin-bottom: 20px;
}

.exp-cta h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.25;
}

.exp-cta-gold-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin: 0 auto 20px;
}

.exp-cta-text {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	margin-bottom: 36px;
	line-height: 1.6;
	font-style: italic;
}

.exp-cta-btn {
	display: inline-block;
	padding: 16px 40px;
	background: transparent;
	color: #fff;
	border: 1.5px solid #B8860B;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .4s ease;
}

.exp-cta-btn:hover {
	background: #B8860B;
	color: #1B4332;
}

/* Responsive */
@media (max-width: 1024px) {
	.exp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.exp-grid {
		grid-template-columns: 1fr;
	}
	
	.exp-hero {
		padding: 30px 24px 60px;
	}
	
	.exp-hero h1 {
		font-size: 36px;
	}
	
	.exp-hero-sub {
		font-size: 18px;
	}
	
	.exp-section {
		padding: 40px 24px 60px;
	}
	
	.exp-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.exp-card {
		padding: 32px 28px 28px;
	}
	
	.exp-cta {
		padding: 60px 24px;
	}
	
	.exp-cta h2 {
		font-size: 26px;
	}
}

.ca-footer {
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
	box-sizing: border-box;
}

/* === FICHE EXPERTISE PAGE === */
.fiche-breadcrumb {
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 48px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #999;
}

.fiche-breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color .3s;
}

.fiche-breadcrumb a:hover {
	color: #B8860B;
}

.fiche-sep {
	margin: 0 8px;
}

.fiche-hero {
	padding: 60px 48px 70px;
	text-align: center;
	background: linear-gradient(180deg, #F5F0E8 0%, #FAFAF8 100%);
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
	position: relative;
}

.fiche-hero::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background: #B8860B;
	opacity: .5;
}

.fiche-hero-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B8860B;
	margin-bottom: 20px;
	padding-top: 30px;
}

.fiche-hero h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 48px;
	font-weight: 400;
	color: #1B4332;
	margin-bottom: 20px;
	line-height: 1.15;
}

.fiche-hero-gold-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin: 0 auto 24px;
}

.fiche-hero-sub {
	font-family: 'Cormorant Garamond', serif;
	font-size: 21px;
	font-style: italic;
	color: #555;
	max-width: 650px;
	margin: 0 auto;
	line-height: 1.6;
}

.fiche-content {
	max-width: 820px;
	margin: 0 auto;
	padding: 48px 48px 80px;
}

.fiche-section {
	margin-bottom: 56px;
}

.fiche-section-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B8860B;
	margin-bottom: 12px;
}

.fiche-section h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 28px;
	font-weight: 400;
	color: #1B4332;
	margin-bottom: 8px;
	line-height: 1.3;
}

.fiche-section-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin-bottom: 24px;
}

.fiche-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #555;
	line-height: 1.85;
	margin-bottom: 16px;
}

.fiche-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.fiche-list-item {
	position: relative;
	padding-left: 24px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #555;
	line-height: 1.75;
	margin-bottom: 10px;
}

.fiche-list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 12px;
	height: 2px;
	background: #B8860B;
}

.fiche-highlight {
	background: rgba(184,134,11,0.08);
	border-left: 3px solid #B8860B;
	padding: 28px 32px;
	margin: 32px 0 56px;
	border-radius: 0 4px 4px 0;
}

.fiche-highlight-title {
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	color: #1B4332;
	margin-bottom: 12px;
}

.fiche-highlight-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.75;
}

.fiche-faq {
	margin-top: 56px;
	padding-top: 48px;
	border-top: 1px solid rgba(40,101,77,0.08);
}

.fiche-faq-item {
	border-bottom: 1px solid rgba(40,101,77,0.06);
	padding: 20px 0;
}

.fiche-faq-q {
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	color: #1B4332;
	margin-bottom: 10px;
}

.fiche-faq-a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	padding-right: 40px;
}

.fiche-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 48px 60px;
}

.fiche-nav-item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: all .3s;
}

.fiche-nav-prev:hover {
	transform: translateX(-4px);
}

.fiche-nav-next:hover {
	transform: translateX(4px);
}

.fiche-nav-dir {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B8860B;
}

.fiche-nav-title {
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	color: #1B4332;
}

.fiche-nav-next {
	text-align: right;
}

.fiche-cta {
	background: #1B4332;
	padding: 80px 48px;
	text-align: center;
	position: relative;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: relative;
}

.fiche-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at 30% 50%, rgba(40,101,77,0.3) 0%, transparent 70%), radial-gradient(ellipse at 70% 50%, rgba(184,134,11,0.08) 0%, transparent 60%);
	pointer-events: none;
}

.fiche-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 0 auto;
}

.fiche-cta-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #B8860B;
	margin-bottom: 20px;
}

.fiche-cta h2 {
	font-family: 'DM Serif Display', serif;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.25;
}

.fiche-cta-gold-line {
	width: 40px;
	height: 2px;
	background: #B8860B;
	margin: 0 auto 20px;
}

.fiche-cta-text {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	color: rgba(255,255,255,0.7);
	margin-bottom: 36px;
	line-height: 1.6;
	font-style: italic;
}

.fiche-cta-btn {
	display: inline-block;
	padding: 16px 40px;
	background: transparent;
	color: #fff;
	border: 1.5px solid #B8860B;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .4s;
}

.fiche-cta-btn:hover {
	background: #B8860B;
	color: #1B4332;
}

@media (max-width: 768px) {
	.fiche-breadcrumb {
		padding: 16px 24px 0;
	}
	
	.fiche-hero {
		padding: 40px 24px 50px;
	}
	
	.fiche-hero h1 {
		font-size: 32px;
	}
	
	.fiche-content {
		padding: 32px 24px 60px;
	}
	
	.fiche-nav {
		padding: 0 24px 40px;
		flex-direction: column;
		gap: 24px;
	}
	
	.fiche-cta {
		padding: 60px 24px;
	}
	
	.fiche-cta h2 {
		font-size: 26px;
	}
}

/* Fiche hero picto */
.fiche-hero-picto {
	margin-bottom: 16px;
}

.fiche-hero-picto img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .85;
}

/* FAQ Accordion */
.fiche-faq-item {
	border-bottom: 1px solid rgba(184,134,11,0.15);
	padding: 0;
}

.fiche-faq-item:last-child {
	border-bottom: none;
}

.fiche-faq-q {
	cursor: pointer;
	list-style: none;
	padding: 20px 40px 20px 0;
	position: relative;
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	color: #1B4332;
	transition: color .3s ease;
}

.fiche-faq-q::-webkit-details-marker {
	display: none;
}

.fiche-faq-q::marker {
	display: none;
	content: '';
}

.fiche-faq-q::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #B8860B;
	transition: transform .3s ease;
}

.fiche-faq-item[open] .fiche-faq-q::after {
	content: '−';
}

.fiche-faq-item[open] .fiche-faq-q {
	color: #B8860B;
}

.fiche-faq-a {
	padding: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}

/* rev-1776011555334 */