html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
body {
	margin: 0;
	background: #fff;
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-weight: 400;
	color: #252526;
}
main {
	display: block;
}
a {
	background-color: transparent;
	color: #252526;
}
b, strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[hidden] {
	display: none;
}
p {
	font-size: 18px;
	line-height: 28px;
	color: #252526;
	margin: 0;
}
blockquote {
	margin: 0 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #252526;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 600;
	font-style: italic;
}
h2 {
	font-size: 40px;
	margin-bottom: 60px;
}

h3 {
	font-size: 22px;
}

strong{
	font-weight: 700;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
textarea {
	width: 100%;
}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { 
	flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.post, .page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
ul.list {
	padding: 0;
	list-style: none;
}
ul.flex {
	display: flex;
}
ul.flex.column {
	flex-direction: column;
}
ul.flex.wrap {
	flex-wrap: wrap;
}
li.half, div.half {
	flex-basis: 48%;
	max-width: 100%;
}
a.item-link {
	color: unset;
	text-decoration: none;
}
figure.img-wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
img.item-img {
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	display: block;
}
section div.container.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
div.container.flex div.left {
	flex-basis: 48%;
	max-width: 100%;
	margin: 0 10px 0 0;
}
div.container.flex div.right {
	flex-basis: 45%;
	max-width: 100%;
}
div.right img {
	display: block;
	margin: auto 0 auto auto;
}
img.item-img.placeholder {
	object-position: 60% center;
}
ul#posts-list {
	justify-content: space-between;
}
figure.post-img-wrapper {
	height: 180px;
}
figure.post-img-wrapper {
	height: 180px;
}
div.post-item-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
span.post-main-cat {
	font-size: 0.74rem;
	color: #505EFF;
}
span.post-date, span.post-reading-time {
	font-size: 0.70rem;
	white-space: nowrap;
	color: #A3A3A3;
}
section#related-posts {
	margin: 50px 0 70px;
}
li.related-post-item.half {
	flex-basis: 46%;
}
div.related-post-item-bottom {
	align-items: center;
}
span.post-main-cat.related-post-main-cat{
	font-size: 0.9rem;
}
span.post-date.related-post-date, span.post-reading-time.related-post-reading-time {
	font-size: 0.75rem;
}
section{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 100px;
}
p#no-result, p#loading-message {
	text-align: center;
	display: block;
	margin: auto;
	font-size: 18px;
}
p#no-result.hidden {
	display: none;
}
li.hidden {
	display: none;
}
.btn-cta {
	display: inline-block;
	padding: 13px 30px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
	width: fit-content;
	border: 2px solid transparent;
	font-family: inherit;
	cursor: pointer;
	margin-top: 30px;
}
.btn-gold {
	background-color: #C5BA9B;
	color: #fff;
	border: 1px solid #C5BA9B;
}
.btn-gold:hover, .btn-gold:visited {
	color: #fff;
}
.btn-gold:hover {
	background-color: #b5a88a;
	border-color: #b5a88a;
}
.btn-outline {
	background-color: transparent;
	color: #C5BA9B;
	border: 2px solid #C5BA9B;
}
.btn-outline:hover {
	background-color: #C5BA9B;
	color: #fff;
}
.btn-outline:visited {
	color: #C5BA9B;
}
.btn-text {
	font-size: 0.85rem;
	color: #252526;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.link-secondary {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #C5BA9B;
	padding: 0 0 5px;
	border-bottom: 1px solid #C5BA9B;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.link-secondary:hover {
	color: #b5a88a;
	border-color: #b5a88a;
}
.arch-img {
	display: flex;
	justify-content: center;
}
.arch-img img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
	border-radius: 1000px 1000px 0 0;
}
.breadcrumb {
	font-size: 0.7rem;
	color: #aaa;
	margin-bottom: 28px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.breadcrumb a {
	color: #aaa;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #252526;
}
.breadcrumb-trail .breadcrumb-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.breadcrumb-trail .breadcrumb-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.breadcrumb-trail .breadcrumb-item + .breadcrumb-item::before {
	content: "\203A";
	color: #c5ba9b;
}
.breadcrumb-trail .breadcrumb-item:last-child {
	min-width: 0; /* autorise le rétrécissement pour la troncature */
	overflow: hidden;
}
.breadcrumb-trail .breadcrumb-item span[aria-current="page"] {
	color: #252526;
	/* Titre de page courante (souvent long) : une seule ligne + « … »,
	   plus de « › » orphelin en début de ligne. */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.bien-breadcrumb-wrap {
	padding-top: 24px;
	padding-bottom: 4px;
}
.hero-split {
	background-color: #fff;
	overflow: hidden;
}
.hero-split-inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 40px 30px 50px;
}
.hero-split-content {
	flex: 0 0 42%;
}
.hero-split-content h1 {
	color: #252526;
	font-size: 3rem;
	line-height: 1.12;
	margin: 0 0 32px;
	font-weight: 700;
}
.hero-split-content h1 em {
	display: inline-block;
}
.hero-split-image {
	flex: 1;
}
.hero-split-image .arch-img {
	height: 360px;
}
.stats-bar {
	background-color: #E9E2D2;
}
.stats-bar .stats-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.stats-bar .stats-list li {
	flex: 1;
	text-align: center;
	padding: 32px 15px;
	position: relative;
}
.stats-bar .stats-list li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22%;
	height: 56%;
	width: 1px;
	background-color: rgba(37, 37, 38, 0.18);
}
.stats-bar .stat-number {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #252526;
	line-height: 1.1;
}
.stats-bar .stat-unit {
	font-size: 1.1rem;
	font-weight: 400;
}
.stats-bar .stat-label {
	display: block;
	font-size: 0.78rem;
	color: #252526;
	margin-top: 8px;
	opacity: 0.8;
	letter-spacing: 0.2px;
}
.stats-bar .stat-sublabel {
	display: block;
	font-size: 0.7rem;
	color: #252526;
	opacity: 0.55;
	margin-top: 2px;
}
#nos-agences, #equipe-intro, #equipe-academie, .collab-section, .chief-band, .academie-band, #agence-intro {
	margin-top: 60px;
}
.intro-split {
	padding: 80px 0 60px;
	background-color: #fff;
}
.intro-split-inner {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}
.intro-split-content {
	flex: 1;
}
.separator {
	display: block;
	width: 45px;
	height: 1px;
	background-color: #C5BA9B;
	margin: 30px 0;
}
.intro-split-image {
	flex: 0 0 40%;
}
.intro-split-image .arch-img {
	height: 470px;
}
.feature-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.feature-card {
	border: 1px solid #C5BA9B;
	padding: 30px 28px;
	background-color: #fff;
}
.feature-card h3 {
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #252526;
	margin: 0 0 16px;
}
.feature-card h3 em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 400;
}
.agences-localisation{
	padding: 0;
	max-width: none;
}
.agences-localisation .cards .cards-image {
	flex: 0 0 55%;
}
.agences-localisation img{
	height: 400px;
}
.localisation-card .localisation-name {
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	color: #252526;
	margin: 1em 0px;
}
.localisation-card .metro {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.metro-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #C5BA9B;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	flex-shrink: 0;
}
#agences-localisation .cards .cards-image{
	flex: 0 0 60%;
}
.process {
	padding: 60px 100px;
}
.process-title {
	text-align: center;
	margin: 0 0 45px;
}
.steps {
	display: flex;
	gap: 30px;
	overflow-x: auto;       /* scroll horizontal contenu (comme .avantages-grid) au lieu de pousser la page */
	overflow-y: hidden;
	padding-bottom: 20px;
}
.step {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 0 300px;        /* largeur mini : les cartes ne s'écrasent plus et débordent dans le scroll */
	padding-bottom: 20px;
}
.step .feature-card {
	flex: 1;
}
.step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	background-color: #F5F2EA;
	font-size: 30px;
	padding: 20px 30px;
}
.avantages {
	padding-top: 60px;
	padding-bottom: 50px;
}
.avantages-title {
	text-align: center;
	margin: 0 0 45px;
}
.avantages-grid {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 20px;
}
.avantage {
	flex: 1 0 380px;
	padding: 30px;
	position: relative;
	background-color: #F5F2EA;
}
.avantage h3 {
	margin: 0 0 14px;
}
.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.accordion-item {
	background-color: #F5EFE3;
	overflow: hidden;
}
.accordion-item.is-hidden {
	display: none;
}
.accordion-heading {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.accordion-trigger {
	width: 100%;
	background: #F5F2EA;
	border: none;
	padding: 22px 30px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	color: #252526;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
	transition: color 0.25s ease;
}
.accordion-trigger:hover {
	color: #b5a88a;
}
.accordion-label {
	flex: 1;
	font-size: 18px;
}
.accordion-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #252526;
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.accordion-icon svg {
	width: 24px;
	height: auto;
}
.accordion-item.is-open .accordion-icon {
	transform: rotate(90deg);
}
.accordion-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.accordion-item.is-open .accordion-panel {
	max-height: 1200px;
	background-color: white;
	padding-top: 20px;
}
.accordion-panel-inner {
	padding: 0 30px 26px;
	font-size: 18px;
	line-height: 1.3;
}
.accordion-panel-inner a {
	color: #C5BA9B;
}

@media screen and (max-width: 900px) {
	.accordion-trigger {
		font-size: 0.85rem;
		padding: 18px 22px;
	}
	.accordion-panel-inner {
		padding: 0 22px 22px;
	}
}
.collab-featured {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 30px;
}
.collab-info h3 {
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #252526;
	margin: 0 0 4px;
	letter-spacing: 0.2px;
}
.collab-position {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 18px;
}
.collab-position-2 {
	display: block;
	font-size: 0.8rem;
	color: #999;
	margin-bottom: 18px;
}
.collab-description {
	font-size: 0.88rem;
	line-height: 1.8;
	color: #666;
	margin-bottom: 24px;
}
.collab-description ul {
	padding-left: 18px;
	list-style: disc;
}
.collab-actions {
	display: flex;
	align-items: center;
	gap: 22px;
}
.collab-image {
	flex: 0 0 40%;
	max-width: 420px;
}
.collab-image.collab-image-arch {
	height: 400px;
}
.collab-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.collab-thumbs {
	display: flex;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.collab-thumb {
	flex: 0 0 calc((100% - 14px * 7) / 8);
	max-width: 120px;
	aspect-ratio: 1 / 1;
	border: none;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: none;
	opacity: 0.85;
	transition: all 0.25s ease;
}
.collab-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.collab-thumb:hover {
	opacity: 1;
	transform: translateY(-3px);
}
.collab-thumb.active {
	opacity: 1;
}
.temoignages-slider {
	display: flex;
	align-items: center;
	gap: 20px;
}
.temoignages-track {
	display: flex;
	gap: 22px;
	flex: 1;
	overflow: hidden;
}
.temoignage-card {
	padding: 28px 26px;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #C5BA9B;
}
.temoignage-card.is-visible {
	display: flex;
}
.temoignage-card blockquote {
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 22px;
	font-style: normal;
}
.temoignage-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.temoignage-author {
	font-weight: 700;
	font-size: 0.85rem;
	color: #252526;
}
.temoignage-stars {
	color: #252526;
	font-size: 0.85rem;
	letter-spacing: 2px;
}
.slider-arrow {
	width: 44px;
	height: 44px;
	border: 0px solid #fff;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.25s ease;
	color: #252526;
	padding: 0;
}
.slider-arrow:hover {
	border-color: #C5BA9B;
	color: #C5BA9B;
}
.slider-arrow svg {
	width: 30px;
	height: auto;
}
.slider-next svg {
	transform: scaleX(-1);
}
.temoignages-google .wp-gr { 
	--star-color: #252526; 
	margin: 0; 
	max-width: 100%; 
}
.temoignages-google-embed { 
	overflow: hidden; 
}
.temoignages-google .wp-gr .grw-review-inner>svg, .temoignages-google .grw-header, .temoignages-google .grw-img-wrap, .temoignages-google .wp-google-time, .temoignages-google .wp-google-powered, .temoignages-google .wp-google-based { 
	display: none !important; 
}
.temoignages-google .grw-review-inner {
	padding: 26px 24px !important;
	border: 1px solid #252526 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}
.temoignages-google-note {
	margin: -40px 0 40px;
	font-size: 16px !important;
	color: #252526 !important;
	display: flex;
	align-items: center;
	gap: 8px;
}
.temoignages-google-note .temoignages-google-stars { color: #C5BA9B; letter-spacing: 2px; font-size: 18px; }
.temoignages-google-note strong { font-weight: 700; }
.temoignages-google-all {
	text-align: center;
	margin-top: 26px;
}
.temoignages-google .wp-gr.rpi a.wp-google-name {
	color: #252526 !important;
}
.temoignages-google .wp-google-text { font-size: 13px !important; line-height: 1.7 !important; color: #252526 !important; }
.temoignages-google .wp-google-name { font-weight: 700 !important; font-size: 0.85rem !important; color: #252526 !important; text-decoration: none !important; }
/* Étoiles des avis Google (plugin) en or #C5BA9B, pleines comme vides ; le chiffre reste sombre */
.temoignages-google .rpi-stars { color: #252526 !important; --rpi-star-color: #C5BA9B !important; --star-color: #C5BA9B !important; }
.temoignages-google .rpi-stars::before,
.temoignages-google .rpi-stars::after { background-color: #C5BA9B !important; }
.temoignages-google .grw-prev,
.temoignages-google .grw-next { background: #fff !important; color: #252526 !important; box-shadow: none !important; }
.temoignages-google .grw-prev:hover,
.temoignages-google .grw-next:hover { color: #C5BA9B !important; }
.temoignages-google .wp-gr .grw-review-inner.grw-round {
	border-radius: 0px !important;
}
.temoignages-google .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background: white !important;
}
.rpi-dots .rpi-dot.active{
	background-color: #252526 !important;
}
.hero {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
	max-width: none;
	margin-top: 40px;
}
.hero .hero-inner {
	display: flex;
	align-items: stretch;
	position: relative;
	gap: 80px;
	padding-left: max(100px, calc((100vw - 1300px) / 2));
}
.hero .hero-content {
	flex: 0 0 38%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 2;
}
.hero .hero-content h1 {
	color: #252526;
	font-size: 50px;
}
.hero .hero-image {
	flex: 1;
	position: relative;
	margin-right: -5%;
}
.hero .hero-image-shape {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 500px 0 0 500px;
}
.hero .hero-image-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.stats {
	background-color: #F5F2EA;
	max-width: none;
   padding: 0px 40px;
}
.stats .stats-list {
	--stats-gap: clamp(40px, 11vw, 180px);
	display: flex;
	justify-content: center;
	gap: var(--stats-gap);
	list-style: none;
	padding: 0;
	margin: auto;
	max-width: 1300px;
}
.stats .stats-list li {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.stats .stats-list li + li::before {
	content: "";
	position: absolute;
	left: calc(var(--stats-gap) / -2);
	top: 50%;
	transform: translateY(-50%);
	height: 56px;
	width: 1px;
	background-color: #252526;
}
.stats .stat-number {
	display: block;
	font-size: 50px;
	color: #252526;
	font-weight: 300;
}
.stats .stat-unit {
	font-size: 30px;
	font-weight: 300;
}
.stats .stat-label {
	display: block;
	font-size: 18px;
	color: #252526;
	margin-top: 6px;
}
.stats-band {
	background-color: #AEC1AD;
}
.stats-band .stat-number, .stats-band .stat-unit, .stats-band .stat-label {
	color: #fff;
}
.stats-band .stats-list li + li::before {
	background-color: rgba(255, 255, 255, 0.5);
}

.cards {
	display: flex;
	align-items: center;
	gap: 80px;
	margin-bottom: 80px;
}
.cards.reverse {
	flex-direction: row;
}
.cards .cards-image {
	flex: 0 0 45%;
	overflow: hidden;
}
.cards .cards-image img {
	width: 100%;
	object-fit: cover;
	display: block;
	min-height: 400px;
}
.cards .cards-info {
	flex: 1;
	font-size: 18px;
}
.img-rounded {
	border-radius: 8px;
	overflow: hidden;
}
.img-rounded img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.services-split {
	padding: 20px 0 80px;
	background-color: #fff;
}
.services-split .services-inner {
	display: flex;
	align-items: center;
	gap: 55px;
	margin-bottom: 60px;
}
.services-split .services-image {
	flex: 0 0 42%;
	border-radius: 8px;
	overflow: hidden;
}
.services-split .services-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.services-split .services-content {
	flex: 1;
}

.info-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
.info-card {
	border: 1px solid #E9E2D2;
	border-radius: 8px;
	padding: 24px 26px;
	background-color: #fff;
}
.info-card h4 {
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	color: #252526;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 0 0 14px;
}
.info-card h4 em {
	font-family: 'Playfair Display', Georgia, serif;
	text-transform: none;
	font-size: 0.95rem;
	font-weight: 400;
	color: #252526;
	letter-spacing: 0;
}
.info-card a {
	color: #C5BA9B;
	text-decoration: none;
}
.info-card a:hover {
	text-decoration: underline;
}
.collab-image.collab-image-round {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
.temoignages-section {
	padding: 70px 0 80px;
	background-color: #fff;
}
.project-cta {
	background-color: #fff;
	padding-bottom: 80px;
}
.project-cover {
	width: 100%;
	height: 430px;
	overflow: hidden;
}
.project-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.project-bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	position: relative;
}
.project-text {
	flex: 0 0 46%;
	padding-top: 70px;
}
.project-circle {
	flex: 0 0 360px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -180px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}
.project-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media screen and (min-width: 1080px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

@media screen and (max-width: 1080px) {
	.breadcrumb {
		margin-bottom: 10px;
	}
	.temoignages-google-note {
		margin: 0px 0 40px !important;
	}
	.hero .hero-inner {
		flex-direction: column;
		min-height: auto;
		padding: 0px 40px;
		gap: 20px;
	}
	section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn-cta {
		margin-top: 20px;
	}
	section .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	section {
		padding-left: 20px;
		padding-right: 20px;
	}
	section .container {
		padding: 0px;
	}
	.hero .hero-content {
		padding: 0px 20px;
	}
	.hero .hero-inner {
		padding: 0px;
	}
	.hero .hero-content h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.hero .hero-content h1 br{
		display: none;
	}
	#nos-agences, #equipe-intro, #equipe-academie, .collab-section, .chief-band, .academie-band, #agence-intro {
		margin-top: 20px;
	}
	img, .cards .cards-image img {
		height: 400px;
		border-radius: 0px;
		object-position: top;
	}
	.arch-img {
	    display: inline;
	}
	h3 {
		font-size: 20px;
	}
	h2 {
		margin-bottom: 10px;
	}
	p {
		font-size: 16px;
		line-height: 26px;
	}
	.stats .stats-list, .stats-bar .stats-list {
		flex-direction: column;
		gap: 0;
	}
	.stats .stats-list li, .stats-bar .stats-list li {
		flex: 0 0 100%;
		width: 100%;
	}
	.stats .stats-list li + li::before, .stats-bar .stats-list li + li::before {
		display: none;
	}
	.hero-split-inner, .intro-split-inner, .temoignages-track {
		flex-direction: column;
	}
	.hero-split-content, .hero-split-image, .intro-split-content, .intro-split-image, .collab-info, .collab-image {
		flex: none;
		width: 100%;
		max-width: 100%;
	}
	.collab-featured {
		flex-direction: column-reverse;
		gap: 30px;
		text-align: center;
	}
	.collab-actions {
		justify-content: center;
	}
	.collab-image.collab-image-arch {
		margin-top: 0;
		aspect-ratio: inherit;
		width: fit-content;
        margin: inherit;
	}
	.feature-cards {
		grid-template-columns: 1fr;
	}
	.stats-bar .stats-list {
		flex-wrap: wrap;
	}
	.stats-bar .stats-list li {
		flex-basis: 50%;
		padding: 22px 10px;
	}
	.stats-bar .stats-list li:nth-child(3)::before {
		display: none;
	}
	.stats-bar .stat-number {
		font-size: 1.8rem;
	}
	.slider-arrow {
		display: none;
	}
	.collab-thumb {
		flex: 0 0 calc((100% - 14px * 3) / 4);
	}
	.hero .hero-image {
		flex: none;
		width: 100%;
		margin-right: 0;
	}
	.hero .hero-image-shape {
		height: 300px;
		border-radius: 0;
	}
	.stats .stats-list {
		--stats-gap: 0px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.stats .stats-list li {
		flex: 0 0 50%;
		padding: 20px 10px;
	}
	.stats .stats-list li + li::before {
		left: 0;
	}
	.stats .stats-list li:nth-child(3)::before {
		display: none;
	}
	.stats .stat-number {
		font-size: 1.8rem;
	}
	.cards, .cards.reverse, .temoignages-track {
		flex-direction: column;
	}
	.temoignage-card {
		flex: none;
		width: 100%;
	}
	.cards .cards-image {
		width: 100%;
		flex: none;
		order: 2;
	}
	.cards {
		margin-bottom: 20px;
		gap: 20px;
		align-items: baseline;
	}
	.agences-localisation .cards .cards-info {
		padding: 0px 20px;
	}
	.services-split .services-inner, .project-bottom {
		flex-direction: column;
	}
	.services-split .services-image {
		width: 100%;
		flex: none;
		max-width: 100%;
	}
	.info-cards {
		grid-template-columns: 1fr;
	}
	.collab-image.collab-image-round {
		flex: none;
		width: 240px;
		margin: 0 auto;
	}
	.project-text {
		flex: none;
		width: 100%;
		padding-top: 40px;
	}
	.project-circle {
		flex: none;
		width: 260px;
		height: 260px;
		margin: -120px auto 0;
	}
	ul#posts-list {
		flex-direction: column;
		align-items: center;
	}
	ul#posts-list li.half.post-item {
		flex-basis: 100%;
		width: 500px;
		max-width: 100%;
		margin: 35px auto;
		height: fit-content;
	}
	li.half.post-item  figure.post-img-wrapper {
		height: 240px;
	}
	.hero {
		margin-top: 20px;
	}
	.process {
		padding: 20px;
	}
	.process-title {
		margin: 0 0 20px;
	}
	.steps {
		gap: 10px;
		flex-direction: column;
	}
	.avantage {
		flex: 1;
		padding: 20px;
	}
	.avantages {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.avantages-grid {
		gap: 20px;
		padding-bottom: 20px;
		flex-direction: column;
	}
	.arch-img img {
		border-radius: 0;
	}
}

@media screen and (max-width: 550px) {
	.hero-content h1, .stats-bar .stat-number, .section-heading {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.c21-wrap, section .c21-wrap {
		padding: 0 20px;
	}
}
/* ============================================================================
 * Bloc « Source préférée » Google (template-parts/section-preferred-source.php)
 * ========================================================================== */
.pref-source {
	margin: 60px auto 0;
}
.pref-source-card {
	background: #F5F2EA;
	border-top: 3px solid #C5BA9B;
	padding: 32px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.pref-source-text {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
	color: #252526;
	max-width: 640px;
}
.pref-source-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	padding: 13px 22px;
	background: #fff;
	border: 1px solid #C5BA9B;
	color: #252526;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.25s ease;
}
.pref-source-btn:hover {
	background: #C5BA9B;
	color: #fff;
}
.pref-source-g {
	flex: 0 0 auto;
}
@media screen and (max-width: 700px) {
	.pref-source-card {
		padding: 26px 24px;
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ============================================================================
 * Pagination HTML crawlable (c21_render_pagination)
 * ========================================================================== */
.c21-pagination {
	margin: 60px 0 10px;
}
.c21-pagination .page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.c21-pagination .page-numbers li {
	margin: 0;
}
.c21-pagination a.page-numbers,
.c21-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #C5BA9B;
	color: #252526;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}
.c21-pagination a.page-numbers:hover {
	background: #F5F2EA;
}
.c21-pagination span.page-numbers.current {
	background: #C5BA9B;
	color: #fff;
	border-color: #C5BA9B;
}
.c21-pagination span.page-numbers.dots {
	border-color: transparent;
	background: transparent;
}

/* Ancre de pagination : décalage sous le header (sticky) à l'arrivée. */
#biens-liste, #blog-main, #guides-liste {
	scroll-margin-top: 120px;
}
