:root {
	--container: 1300px;
	--gutter: 24px;
	--navy: #0d1b2e;
	--orange: #f6653c;
	--orange-light: #f8906f;
	--green: #7fa171;
	--white: #ffffff;
	--radius: 0px;
	--section-y: 90px;
	--font-base: "Zalando Sans", "Helvetica Neue", Arial, sans-serif;
	--arrow: url("img/dryft_arrow.svg");
	--accent: var(--orange);
	--accent-on: #ffffff;
	--accent-ink: #f6653c;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
.accent-blue {
	--accent: #aed7ff;
	--accent-on: var(--navy);
	--accent-ink: var(--navy);
}
.accent-greenlight {
	--accent: #e8efc9;
	--accent-on: var(--navy);
	--accent-ink: var(--navy);
}
.accent-green {
	--accent: #85a076;
	--accent-on: #ffffff;
	--accent-ink: #4f6047;
}
*, *::before, *::after {
	box-sizing: border-box;
}
.separator {
	border: 0;
	height: 1px;
	width: 50%;
	background: var(--white);
	margin: 45px 0;
}
.separator--accent {
	background: var(--orange);
}
.separator--center {
	margin-left: auto;
	margin-right: auto;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: var(--font-base);
	color: var(--navy);
	overflow-x: hidden;
}
main {
	display: block;
}
h1 {
	font-size: 40px;
	margin-top: 0px;
	width: 80%;
	line-height: 1.12;
}
h2{
	font-size: 55px;
	line-height: 60px;
	margin-top: 0px;
}
a {
	background-color: transparent;
}
.wpcf7-spinner {
	display: 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;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
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;
}
.dnd-upload-status .dnd-upload-image span.file {
	height: 15px;
	width: 10px;
}
.dnd-upload-status .dnd-upload-image {
	width: 30px;
	height: 30px;
	border: 1px solid white;
}
.codedropz-upload-inner h3, .codedropz-btn-wrap {
	font-size: 0.95rem;
	line-height: normal;
	font-weight: normal;
	color: var(--navy);
}
.codedropz-upload-inner {
	display: flex;
	align-items: center;
	gap: 12px;
}
.codedropz-upload-container {
	padding: 0;
}
.dnd-upload-status .dnd-upload-details .name span, .dnd-upload-status .dnd-upload-details .name em, .codedropz-upload-wrapper span.has-error-msg {
	font-size: 0.75rem;
}
p {
	margin-bottom: 1.5em;
	font-size: 18px;
}
figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
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 {
	float: left;
	position: static;
	top: 100%;
	left: -999em;
	display: flex;
	flex-direction: column;
	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;
}
.sticky {
	display: block;
}
.post, .page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.cta__actions{
	margin-top: 30px;
	gap: 30px;
	display: flex;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed, iframe, object {
	max-width: 100%;
}
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%;
}
li.third, div.third {
	flex-basis: 28%;
	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 {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}
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;
}
li.post-item {
	margin: 0 0 40px;
}
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;
}
div.see-more-link {
	margin: 20px auto;
}
p#no-result, p#loading-message {
	text-align: center;
	display: block;
	margin: auto;
	font-size: 1rem;
	line-height: 2rem;
	color: #212529;
}
p#no-result.hidden, li.hidden {
	display: none;
}
.page-equipe {
	color: var(--navy);
	font-family: var(--font-base);
	line-height: 1.55;
	overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}
.section {
	padding-top: var(--section-y);
	padding-bottom: var(--section-y);
}
p {
	font-size: 18px;
	line-height: 1.6;
}
.section--light {
	background: var(--white);
	color: var(--navy);
}
.section--dark {
	background: var(--navy);
	color: var(--white);
}
.section--darker {
	background: #08101c;
}
.section--flush {
	padding: 0;
}
.section--flush-bottom {
	padding-bottom: 0;
}
.section--flush-top {
	padding-top: 0;
}
.section__header {
	margin-bottom: 56px;
}
.section__header--center {
	text-align: center;
}
.section__title {
	font-size: 60px;
	line-height: 1.12;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.01em;
}
.section--dark .section__title {
	color: var(--white);
}
.section__header--split {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 0;
	padding-bottom: 56px;
}
.section__header--split .section__title {
	flex: 1 1 480px;
}
.section__intro {
	flex: 0 1 450px;
	margin: 0;
	font-size: 22px;
	text-align: right;
}
.section__intro strong {
	color: var(--navy);
}
.text-accent {
	color: var(--orange);
}
.hero__title .text-accent {
	color: var(--accent);
}
.icon-arrow {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: var(--navy);
	-webkit-mask: var(--arrow) center / contain no-repeat;
	mask: var(--arrow) center / contain no-repeat;
}
.icon-arrow--inline {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: var(--orange);
}
.icon-arrow--light {
	background-color: var(--white);
}
.wpcf7 input.wpcf7-submit {
	background-color: var(--orange);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='27'%20height='26'%20viewBox='0%200%2027%2026'%20fill='none'%3E%3Cpath%20d='M25.4536%2025.4371V0.75L0.527832%200.75M25.4536%200.75L0.527832%2025.4371'%20stroke='%23ffffff'%20stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px 15px;
	padding-right: 48px;
	width: fit-content;
}
.page-actualites .wpcf7 input.wpcf7-submit {
	margin-top: 30px;
}
.wpcf7 input.wpcf7-submit:hover {
	background-color: #e0512c;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='27'%20height='26'%20viewBox='0%200%2027%2026'%20fill='none'%3E%3Cpath%20d='M25.4536%2025.4371V0.75L0.527832%200.75M25.4536%200.75L0.527832%2025.4371'%20stroke='%23ffffff'%20stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px 15px;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn--primary {
	background: var(--orange);
	color: var(--white);
}
.btn--primary:hover {
	background: #e0512c;
	transform: translateY(-2px);
}
.btn .icon-arrow {
	transition: transform 0.2s ease;
}
.btn:hover .icon-arrow {
	transform: translate(3px, -3px);
}
.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--orange);
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
}
.link-arrow:hover {
	text-decoration: underline;
}
.cards {
	display: grid;
	gap: 24px;
}
.cards--3 {
	grid-template-columns: repeat(3, 1fr);
}
.cards--4 {
	grid-template-columns: repeat(4, 1fr);
}
.solution-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.testimonial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.testimonial__body {
	display: flex;
	flex-direction: column;
}
.testimonial__slides {
	display: grid;
}
.testimonial__slide {
	grid-area: 1 / 1;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.35s ease;
}
.testimonial__slide.is-active {
	visibility: visible;
	opacity: 1;
}
.testimonial__quote {
	margin: 0;
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.35;
	color: var(--orange);
}
.testimonial__rule {
	width: 260px;
	max-width: 100%;
	height: 1px;
	border: 0;
	background: var(--navy);
	margin: 32px 0 20px;
}
.testimonial__author {
	margin: 0;
	line-height: 1.5;
	color: var(--navy);
}
.testimonial__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
}
.testimonial__nav {
	display: flex;
	gap: 22px;
}
.testimonial__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--navy);
	opacity: 0.55;
	transition: opacity 0.2s ease;
	background: none;
	border: none;
	padding: 6px;
	font: inherit;
}
.testimonial__arrow:hover {
	opacity: 1;
}
.testimonial__arrow .icon-arrow {
	width: 26px;
	height: 26px;
	background-color: currentColor;
}
.testimonial__arrow--prev .icon-arrow {
	transform: rotate(180deg);
}
.testimonial__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.page-seo .hero__content .btn, .page-rse .hero__content .btn {
	margin-top: 30px;
}
.page-seo .hero__content .hero__actions{
	gap: 30px;
	display: flex;
}
.devisform {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.devisform > .wpcf7-form-control-wrap {
	width: 100%;
}
.devisform__full, .devisform__note, .devisform .form-consent, .devisform__submit {
	grid-column: 1 / -1;
	margin: 0;
}
.devisform input, .devisform textarea, .devisform select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid transparent;
	background: #fff;
	color: var(--navy);
	font-family: inherit;
	font-size: 0.95rem;
}
.devisform select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%230d1b2e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	padding-right: 40px;
	cursor: pointer;
}
.devisform textarea {
	max-height: 100px;
	resize: vertical;
}
.devisform input:focus, .devisform textarea:focus {
	outline: none;
	border-color: var(--orange);
}
.devisform input::placeholder, .devisform textarea::placeholder {
	color: rgba(13, 27, 46, 0.5);
}
.devisform__file {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: transparent;
	border: 1px dashed white;
}
.devisform__file input[type="file"] {
	background: none;
	border: none;
	padding: 0;
	color: var(--navy);
	font-size: 0.85rem;
}
.devisform__file-hint {
	font-size: 0.78rem;
	color: white;
	opacity: 0.7;
}
/* Zone glisser-déposer multi-fichiers (plugin) dans la boîte blanche : texte navy lisible, lien orange. */
.devisform__file .codedropz-upload-handler {
	background: transparent;
	border: 2px dashed rgba(13, 27, 46, 0.25);
	padding: 15px;
}
.devisform__file .cd-upload-btn, .devisform__file .codedropz-upload-inner h3, .devisform__file .codedropz-upload-inner span, .devisform__file .dnd-upload-counter, .devisform__file .dnd-upload-details, .devisform__file .dnd-upload-status .name {
	color: var(--white);
}
.devisform__file .cd-upload-btn {
	font-weight: 600;
}
.devisform__file .cd-upload-btn:hover {
	color: #e0512c;
}
.devisform__file .dnd-upload-status .remove-file {
	color: var(--orange);
}
.devisform__note {
	font-size: 0.75rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.55);
}
.devisform .wpcf7-not-valid-tip {
	font-size: 0.72rem;
	color: #ffd9cf;
}
.devisform__submit .wpcf7-submit {
	width: auto;
	padding: 15px 26px;
	border: none;
	background: var(--orange);
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.devisform__submit .wpcf7-submit:hover {
	background: #e0512c;
}
.media-rows {
	display: flex;
	flex-direction: column;
	gap: 64px;
}
.media-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.media-row:nth-child(even) .media-row__media {
	order: -1;
}
.media-row__title {
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.25;
}
.media-row__text {
	margin: 0;
}
.section--dark .media-row__text {
	color: white;
}
.media-row__media {
	align-self: stretch;
	position: relative;
	min-height: 300px;
	max-height: 480px;
}
.media-row__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.methodo {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 4px max(var(--gutter), calc((100% - var(--container)) / 2 + var(--gutter))) 18px;
	-webkit-overflow-scrolling: touch;
}
.methodo__card {
	flex: 0 0 clamp(290px, 30vw, 400px);
	min-height: 470px;
	background: #fff;
	border: 1px solid var(--navy);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.methodo__media {
	flex: 0 0 auto;
	height: 220px;
	overflow: hidden;
	transition: height 0.45s ease;
}
.methodo__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.methodo__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 30px 34px 32px;
}
.methodo__num {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--orange);
	letter-spacing: 0.08em;
	margin: 0 0 16px;
}
.methodo__title {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 20px;
	line-height: 1.2;
}
.methodo__rule {
	border: 0;
	height: 1px;
	width: 100%;
	background: var(--navy);
	margin: 0 0 20px;
}
.methodo__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--navy);
	scrollbar-width: thin;
}
.methodo__arrow {
	margin-top: auto;
	align-self: flex-end;
	background-color: var(--orange);
}
.expertise-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
}
.expertise-card {
	display: flex;
	gap: 24px;
	align-items: stretch;
	background: #fff;
	padding: 28px;
}
.expertise-card__body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.expertise-card__title {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--navy);
	margin: 0;
	line-height: 1.2;
}
.expertise-card__rule {
	border: 0;
	height: 1px;
	width: 100%;
	background: var(--navy);
	margin: 16px 0 18px;
}
.expertise-card__body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--navy);
	text-align: left;
}
.expertise-card__media {
	flex: 0 0 40%;
	overflow: hidden;
}
.expertise-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.solutions-scroll {
	overflow-x: auto;
	padding-bottom: 14px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.solutions-scroll::-webkit-scrollbar {
	display: none;
}
.solutions-track {
	display: flex;
	gap: 28px;
	padding: 4px max(var(--gutter), calc((100% - var(--container)) / 2 + var(--gutter)));
}
.solutions-track .solution-card {
	flex: 0 0 340px;
	width: 340px;
}
.solutions-track--center, .methodo--center {
	justify-content: center;
}
.methodo--center, .methodo--fit {
	overflow-x: visible;
}
.methodo--fit .methodo__card {
	flex: 1 1 0;
	min-width: 0;
}
.solution-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--navy);
}
.solution-card__media {
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: #ece6dc;
}
.solution-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.solution-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px 26px 28px;
}
.solution-card__eyebrow {
	color: var(--orange);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
}
.solution-card__title {
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.solution-card__text {
	color: var(--navy);
	line-height: 1.6;
	margin: 0 0 18px;
}
.solution-card .link-arrow {
	margin-top: auto;
	font-size: 1rem;
}
.card {
	position: relative;
}
.card .icon-arrow {
	position: absolute;
	top: 24px;
	right: 24px;
}
.hero {
	position: relative;
	overflow: hidden;
	min-height: 540px;
	margin: 16px;
	display: flex;
	align-items: flex-start; /* groupe [fil d'Ariane + bloc] aligné en HAUT : le h1 démarre au même endroit partout */
}
.hero--dark {
	background: var(--navy); /* hero sans photo (livre blanc, article) = section navy ; sinon la photo couvre */
	color: var(--white);
}
.hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
/* Secteur « Fabricants & distributeurs » (page 136) : héros en miroir horizontal.
   Ne porte que sur l'image de fond (.hero__media), pas sur le texte (.hero__content
   frère). Scopé à cette seule page. */
.page-id-136 .hero__media {
	transform: scaleX(-1);
}
.hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 44px;
	padding-bottom: 44px;
}
.hero .breadcrumb {
	max-width: 640px;
	margin-bottom: 16px;
	background: none;
	padding: 0;
	color: var(--navy);
}
.hero .breadcrumb a {
	color: var(--navy);
}
.hero .breadcrumb a:hover {
	color: var(--orange);
}
.hero__content {
	max-width: 560px;
	background: var(--navy);
	color: var(--white);
	padding: 40px 44px 42px;
}
.hero__content .hero__title {
	color: #fff;
	font-size: 40px;
	line-height: 1.12;
	margin: 0 0 20px;
	width: auto;
}
.hero__content .separator {
	width: 100%;
}
.hero__subtitle {
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	width: auto;
	color: rgba(255, 255, 255, 0.88);
}
.hero__actions {
	margin-top: 26px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.stat-card {
	border: 1px solid var(--navy);
	padding: 40px 32px 36px;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.stat-card__number {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 20px;
}
.page-service .stat-card__number, .page-rse .stat-card__number {
	font-size: 60px;
}
.stat-card__number .text-accent {
	font-weight: 400;
	font-size: 50px;
	padding-left: 20px;
}
.stat-card__unit {
	font-size: 40px;
	padding-left: 6px;
}
.stat-card__unit--prefix {
	padding-left: 0;
	padding-right: 6px;
}
.brand-band {
	background: var(--navy);
	position: relative;
	overflow: hidden;
}
/* Shape orange en diagonale à droite (comme hero/cta). */
.brand-band::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--orange);
	clip-path: polygon(90% 0, 100% 0, 100% 100%, 70% 100%);
	z-index: 0;
	pointer-events: none;
}
.brand-band__sticky {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: 0 var(--gutter);
}
.brand-band__stage {
	position: relative;
	width: 100%;
	text-align: center;
	min-height: clamp(52px, 8.6vw, 120px);
}
.brand-band__word {
	margin: 0;
	position: absolute;
	left: var(--gutter);
	right: var(--gutter);
	top: 50%;
	font-size: clamp(46px, 7.5vw, 104px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-50%) translateY(28px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	will-change: opacity, transform;
}
.brand-band__word .text-accent {
	color: var(--orange);
}
.brand-band__word.is-active {
	opacity: 1;
	transform: translateY(-50%) translateY(0);
}
.brand-band__word.is-past {
	opacity: 0;
	transform: translateY(-50%) translateY(-28px);
}
.brand-band:not(.is-ready) .brand-band__word:first-child {
	opacity: 1;
	transform: translateY(-50%);
}
.stat-card__rule {
	border: 0;
	height: 1px;
	width: 100%;
	background: var(--navy);
	margin: 0 0 18px;
}
.stat-card__label {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	min-height: 3em;
}
/* Chiffres clés : tous en fond blanc + bordure navy (styles de base .stat-card).
   Le modificateur --dark a été supprimé du markup, donc plus de règle dédiée. */
.feature {
	position: relative;
	padding: 56px 0;
	min-height: 620px;
}
.feature__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
/* Photo de fond SANS filtre (plus d'overlay sombre). */
.feature .container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-start;
}
.feature-card {
	display: block;
	background: var(--white);
	max-width: 480px;
}
.feature-card .separator{
	background:var(--navy);
	margin: 20px 0;
	width: 100%;
}
.feature-card__media {
	display: none;
}
.feature-card__body {
	padding: 40px 40px 44px;
}
.feature-card__title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.feature-card__lead {
	margin: 0 0 16px;
}
.feature-card span{
	font-weight: 700;
	color: var(--orange);
}
.feature-card__body p {
	margin: 0 0 12px;
}
.poles {
	display: flex;
	gap: 16px;
}
.pole-card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	min-height: 360px;
	background: var(--accent);
	color: var(--accent-on);
	overflow: hidden;
	display: flex;
	transition: flex-grow 0.45s ease, background-color 0.45s ease, color 0.45s ease;
}
.page-logistique .section--flush-top {
	padding-top: 90px;
	padding-bottom: 0;
}
.pole-card .icon-arrow {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 3;
	background-color: var(--accent-on);
	transition: opacity 0.45s ease;
}
.pole-card__body {
	flex: 1 1 auto;
	min-width: 0;
	padding: 30px 26px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 2;
	transition: justify-content 0.45s ease;
}
.pole-card__num {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 14px;
	transition: color 0.45s ease;
}
.pole-card__rule {
	border: 0;
	height: 1px;
	width: 100%;
	margin: 0 0 14px;
	background: color-mix(in srgb, var(--accent-on) 50%, transparent);
	transition: background-color 0.45s ease;
}
.pole-card__title {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	transition: color 0.45s ease;
}
.pole-card__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: white;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.45s ease, max-height 0.45s ease, margin 0.45s ease, color 0.45s ease;
}
.pole-card__media {
	position: relative;
	flex: 0 0 0;
	align-self: stretch;
	opacity: 0;
	overflow: hidden;
	transition: flex-basis 0.45s ease, opacity 0.45s ease;
}
.pole-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.axes {
	display: flex;
}
.axes--scroll {
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-snap-type: x proximity;
}
.axes--scroll .axis-card {
	flex: 0 0 clamp(280px, 26vw, 340px);
	scroll-snap-align: start;
}
.axis-card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	height: 420px;
	padding: 36px 32px;
	background: var(--card-bg, var(--accent));
	color: var(--card-fg, var(--accent-on));
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: background-color 0.45s ease;
}
.axis-card .icon-arrow {
	align-self: flex-end;
	background-color: var(--card-fg, var(--accent-on));
	width: 30px;
	height: 30px;
	margin-bottom: 34px;
}
.axis-card .separator {
	background: var(--card-fg, var(--accent-on));
}
.axis-card:nth-child(2) {
	--card-bg: color-mix(in srgb, var(--accent) 82%, #fff);
}
.axis-card:nth-child(3) {
	--card-bg: color-mix(in srgb, var(--accent) 58%, #fff);
}
.axis-card:nth-child(4) {
	--card-bg: color-mix(in srgb, var(--accent) 18%, #fff);
	--card-fg: var(--accent-ink);
}
.accent-greenlight .axis-card:nth-child(1) { --card-bg: #e8efc9; --card-fg: var(--navy); }
.accent-greenlight .axis-card:nth-child(2) { --card-bg: #d2d9b4; --card-fg: var(--navy); }
.accent-greenlight .axis-card:nth-child(3) { --card-bg: #adb296; --card-fg: var(--navy); }
.accent-blue .axis-card:nth-child(1) { --card-bg: #6ca8e3; --card-fg: var(--navy); }
.accent-blue .axis-card:nth-child(2) { --card-bg: #aed7ff; --card-fg: var(--navy); }
.accent-blue .axis-card:nth-child(3) { --card-bg: #e8f4ff; --card-fg: var(--navy); }
.accent-green .axis-card:nth-child(1) { --card-bg: #85a076; --card-fg: #ffffff; }
.accent-green .axis-card:nth-child(2) { --card-bg: #acbea2; --card-fg: var(--navy); }
.accent-green .axis-card:nth-child(3) { --card-bg: #dce3d7; --card-fg: var(--navy); }
.axis-card__title {
	font-size: clamp(18px, 1.7vw, 26px);
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.15;
	overflow-wrap: break-word;
	min-height: 2.2em;
}
.axis-card__text {
	margin: 0;
	line-height: 1.55;
	color: var(--card-fg, var(--accent-on));
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	scrollbar-width: thin;
	scrollbar-color: white transparent;
	transition: opacity 0.45s ease, max-height 0.45s ease, margin 0.45s ease;
}
.axis-card__text::-webkit-scrollbar {
	width: 4px;
}
.axis-card__text::-webkit-scrollbar-thumb {
	background: white;
	border-radius: 2px;
}
.axis-card__num {
	position: absolute;
	bottom: 28px;
	right: 32px;
	font-size: 110px;
	font-weight: 700;
	line-height: 1;
	color: var(--card-fg, var(--accent-on));
	transition: opacity 0.45s ease;
}
.axes .separator{
	width: 100%;
	margin: 16px 0;
}
.form-consent {
	margin: 4px 0 0;
	font-size: 0.8rem;
	line-height: 1.5;
	color: white;
	opacity: 0.7;
}
.form-consent a {
	color: inherit;
	text-decoration: underline;
}
.form-consent a:hover {
	color: var(--orange);
}
.section--dark .form-consent,
.cta--dark .form-consent {
	color: rgba(255, 255, 255, 0.5);
}
.section--dark .form-consent a, .cta--dark .form-consent a {
	color: #fff;
}
.plat-demo__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 64px;
	align-items: flex-start;
}
.plat-demo__lead {
	color: white;
	line-height: 1.7;
	margin: 0;
	max-width: 420px;
}
.plat-demo .separator {
	width: 45%;
	margin: 26px 0;
}
.plat-demo .wpcf7-response-output {
	color: #fff;
	font-size: 0.85rem;
	border-color: rgba(255, 255, 255, 0.5) !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 5px;
	border: 0px;
	width: fit-content;
}
.plat-demo--light .plat-demo__lead {
	color: var(--navy);
}
.plat-demo--light .devisform input:not(.wpcf7-submit), .plat-demo--light .devisform textarea, .plat-demo--light .devisform select {
	border-color: var(--navy);
	background: #fff;
}
.plat-demo--light .devisform__note {
	color: rgba(13, 27, 46, 0.5);
}
.plat-demo--light .devisform .form-consent, .plat-demo--light .devisform .form-consent a {
	color: rgba(13, 27, 46, 0.5);
}
.plat-demo--light .devisform .wpcf7-not-valid-tip {
	color: #c0392b;
}
.plat-demo--light .devisform__file .codedropz-upload-inner h3, .plat-demo--light .devisform__file .codedropz-upload-inner span, .plat-demo--light .devisform__file .cd-upload-btn, .plat-demo--light .devisform__file .dnd-upload-counter, .plat-demo--light .devisform__file .dnd-upload-counter span, .plat-demo--light .devisform__file-hint, .plat-demo--light .devisform__file .dnd-upload-status .name {
	color: var(--navy);
}
.plat-demo--light .wpcf7-response-output {
	color: var(--navy) !important;
	border-color: var(--navy) !important;
}
.flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 350px;
}
.flow__track {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: var(--navy);
}
.flow__col {
	position: relative;
}
.flow__dot {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--orange);
	z-index: 1;
	filter: blur(4px);
}
.flow__text {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 22px;
}
.flow__col:nth-child(even) .flow__text {
	bottom: calc(50% + 50px);
}
.flow__col:nth-child(odd) .flow__text {
	top: calc(50% + 50px);
}
.flow__heading {
	color: var(--orange);
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 8px;
}
.flow__body {
	font-size: 18px;
	line-height: 1.5;
	color: var(--navy);
	margin: 0;
}
.cta {
	position: relative;
	overflow: hidden;
}
.cta--dark {
	background: var(--navy);
	color: var(--white);
}
.cta__inner {
	position: relative;
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cta__content {
	width: 55%;
}
.cta__content .separator{
	width: 75%;
}
.cta__title {
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}
.cta__text {
	font-size: 18px;
	color: white;
	margin: 0 0 32px;
	width: 80%;
}
.cta__note {
	font-size: 0.9rem;
	color: white;
	margin: -14px 0 0;
	max-width: 80%;
}
.cta__link {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}
.cta__link:hover {
	color: var(--orange);
}
.cta__media {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
	z-index: 1;
}
.cta__shape {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: var(--orange);
	clip-path: polygon(61% 0, 61.5% 0, 50.5% 100%, 50% 100%);
	pointer-events: none;
}
.cta--accent {
	background: var(--accent);
	color: var(--accent-on);
}
.cta--accent .cta__shape, .cta--accent .separator{
	background: var(--accent-on);
}
.cta--accent .cta__text {
	color: var(--accent-on);
}
.btn--dark {
	background: var(--orange);
	color: var(--white);
}
.btn--dark:hover {
	background: #e0512c;
	transform: translateY(-2px);
}
.cta--accent .btn--dark {
	background: var(--white);
	color: var(--navy);
}
.cta--accent .btn--dark:hover {
	background: var(--white);
	color: var(--orange);
	transform: translateY(-2px);
}
.cta--accent .btn--dark .icon-arrow {
	background-color: var(--navy);
}
.cta--accent .btn--dark:hover .icon-arrow {
	background-color: var(--orange);
}
.btn--ghost {
	background: transparent;
	border: 1px solid white;
	color: #fff;
}
.btn--ghost:hover {
	background: white;
	color: var(--navy);
	transform: translateY(-2px);
}
.btn--ghost:hover .icon-arrow {
	background-color: var(--navy);
}
.section--light .btn--ghost, .cta--accent .btn--ghost {
	border-color: var(--navy);
	color: var(--navy);
}
.section--light .btn--ghost .icon-arrow, .cta--accent .btn--ghost .icon-arrow {
	background-color: var(--navy);
}
.section--light .btn--ghost:hover, .cta--accent .btn--ghost:hover {
	background: var(--navy);
	color: #fff;
}
.section--light .btn--ghost:hover .icon-arrow, .cta--accent .btn--ghost:hover .icon-arrow {
	background-color: #fff;
}
.accent-blue .axis-card__text {
	color: var(--navy) !important;
}
.btn--light {
	background: var(--white);
	color: var(--navy);
}
.btn--light .icon-arrow {
	background-color: var(--navy);
}
.btn--light:hover {
	background: white;
	transform: translateY(-2px);
}
.section__eyebrow {
	color: var(--orange);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-size: 0.9rem;
	margin: 0 0 12px;
}
.section__lead {
	font-size: 22px;
	margin: 16px 0 0;
}
.seo {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 64px;
	align-items: start;
}
.seo__aside-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 18px;
}
.seo__toc {
	counter-reset: seotoc;
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}
.seo__toc li {
	counter-increment: seotoc;
}
.seo__toc a {
	display: block;
	padding: 11px 0;
	border-top: 1px solid var(--navy);
	color: var(--navy);
	text-decoration: none;
	font-size: 0.95rem;
	line-height: 1.4;
	transition: color 0.2s ease;
}
.seo__toc li:last-child a {
	border-bottom: 1px solid var(--navy);
}
.seo__toc a::before {
	content: counter(seotoc) ". ";
	color: var(--orange);
	font-weight: 700;
}
.seo__toc a:hover {
	color: var(--orange);
}
.seo__cta {
	position: relative;
	overflow: hidden;
	background: var(--navy);
	color: #fff;
	padding: 28px 26px;
	margin: 0 0 36px;
}
.seo__cta-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 42%;
	background: var(--orange);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.seo__cta-title {
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 18px;
}
.seo__cta-link {
	position: relative;
	z-index: 1;
	text-decoration: underline;
}
.seo__axes-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 8px;
}
.seo__axes {
	list-style: none;
	margin: 0;
	padding: 0;
}
.seo__axes a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	border-top: 1px solid var(--navy);
	color: var(--navy);
	text-decoration: none;
	font-size: 0.92rem;
	transition: color 0.2s ease;
}
.seo__axes li:last-child a {
	border-bottom: 1px solid var(--navy);
}
.seo__axes a:hover {
	color: var(--orange);
}
.seo__axes a:hover .icon-arrow {
	background-color: var(--orange);
}
.seo__body {
	max-width: 760px;
}
.seo__body h2.seo__heading {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 46px 0 16px;
	scroll-margin-top: 100px;
}
.seo__body .seo__heading:first-child {
	margin-top: 0;
}
.seo__num {
	color: var(--navy);
}
.seo__body p {
	line-height: 1.75;
	margin: 0 0 16px;
}
.seo__body ul {
	margin: 0 0 16px;
	padding-left: 20px;
}
.seo__body li {
	margin-bottom: 10px;
	line-height: 1.6;
}
.seo__devis {
	margin: 32px 0;
}
.seo__devis-inner {
	position: relative;
	z-index: 2;
	width: 56%;
	padding: 32px 34px;
}
.seo__devis-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
}
.seo__devis .separator {
	width: 60%;
	margin: 16px 0;
}
.seo__devis-inner p {
	margin: 0 0 22px;
	font-size: 0.9rem;
	color: white;
}
.tfaq {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 56px;
	align-items: start;
}
.tfaq__media img {
	width: 100%;
	height: 100%;
	max-height: 460px;
	object-fit: cover;
	display: block;
}
.why-experts {
	display: flex;
	gap: 48px;
	align-items: center;
	margin-top: 48px;
}
.why-experts__media {
	flex: 0 0 42%;
}
.why-experts__media img {
	width: 100%;
	height: auto;
	display: block;
}
.why-experts__text {
	flex: 1 1 auto;
}
.why-experts__text p {
	line-height: 1.7;
	margin: 0 0 18px;
}
.section--dark .why-experts__text p {
	color: white;
}
.blog-resource__intro h2 a{
	text-decoration: none;
	color: white;
}
.page-logistique .axis-card {
	height: 470px;
}
.methodo, .axes--scroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.methodo::-webkit-scrollbar, .axes--scroll::-webkit-scrollbar {
	display: none;
}

@media (hover: hover) and (min-width: 1080px) {
	.axis-card:hover .axis-card__num {
		opacity: 0;
	}
	.methodo__text {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: opacity 0.4s ease, max-height 0.4s ease;
	}
	.methodo__card:hover .methodo__media {
		height: 0;
	}
	.methodo__card:hover .methodo__text {
		max-height: 320px;
		opacity: 1;
		overflow-y: auto;
		padding-right: 10px;
		overscroll-behavior: contain;
	}
	.axis-card:hover .axis-card__text {
		max-height: 220px;
		opacity: 1;
		margin-top: 10px;
		overflow-y: auto;
		padding-right: 10px;
		overscroll-behavior: contain;
	}
	.pole-card:hover {
		flex-grow: 2.8;
		background: var(--white);
		color: var(--navy);
	}
	.pole-card:hover .icon-arrow {
		opacity: 0;
	}
	.pole-card:hover .pole-card__body {
		justify-content: center;
	}
	.pole-card:hover .pole-card__num {
		color: var(--accent-ink);
	}
	.pole-card:hover .pole-card__rule {
		background: var(--navy);
	}
	.pole-card:hover .pole-card__title {
		color: var(--navy);
	}
	.pole-card:hover .pole-card__text {
		color: var(--navy);
		max-height: 220px;
		opacity: 1;
		margin-top: 16px;
		overflow-y: auto;
		padding-right: 10px;
		overscroll-behavior: contain;
	}
	.pole-card:hover .pole-card__media {
		flex-basis: 46%;
		opacity: 1;
	}
}

@media screen and (max-width: 1080px) {
	.hero .breadcrumb {
		margin-bottom: 30px;
	}
	.hero__content {
		margin-top: 0;
		max-width: fit-content;
		padding: 0 0 30px 0;
	}
	.stat-card__label {
		min-height: fit-content;
	}
	.page-logistique .axis-card {
		height: auto;
	}
	.hero .breadcrumb,
	.hero .breadcrumb a,
	.hero .breadcrumb span {
		color: #fff;
	}
	.hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
		color: rgba(255, 255, 255, 0.55);
	}
	.hero div.container {
		padding: 0;
	}
	.hero__inner {
		min-height: fit-content;
	}
	.brand-band {
		display: none;
	}
	.solutions-track .solution-card {
		flex-basis: 100%;
		width: 100%;
	}
	.page-logistique .pole-card__text, .page-stockage .pole-card__text, .page-recyclage .pole-card__text {
		color: var(--navy);
	}
	.codedropz-upload-inner {
		flex-direction: column;
	}
	.btn {
		width: fit-content;
	}
	.testimonial {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.expertise-cards {
		grid-template-columns: 1fr;
	}
	.expertise-card {
		flex-direction: column;
	}
	.why-experts {
		flex-direction: column;
	}
	.expertise-card__media {
		flex-basis: auto;
		height: 240px;
		order: -1;
	}
	.media-row {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.media-row:nth-child(even) .media-row__media, .media-row__media {
		order: -1;
	}
	.media-rows {
		gap: 44px;
	}
	.testimonial__media {
		order: -1;
	}
	.testimonial__foot {
		flex-wrap: wrap;
		gap: 16px;
	}
	.devisform {
		grid-template-columns: 1fr;
	}
	.plat-demo__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.plat-demo__lead {
		max-width: 100%;
	}
	.hero__inner, .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.stat-card {
		min-height: fit-content;
	}
	.separator {
		margin: 30px 0;
	}
	.solution-cards {
		grid-template-columns: 1fr;
	}
	.section__title, .cta__title { 
		font-size: 38px; 
	}
	.section__title br{
		display: none;
	}
	.hero__title { 
		font-size: 45px;
		line-height: 50px;
	}
	.hero__media, .cta__media {
		position: relative;
		width: 100%;
		height: 400px;
		clip-path: none;
	}
	.card .icon-arrow, .cta__shape, .pole-card .icon-arrow, .axis-card .icon-arrow, .axis-card__num {
		display: none;
	}
	.axes{
		padding: 0px 30px;
	}
	.flow {
		display: block;
		min-height: 0;
	}
	.flow__track {
		display: none;
	}
	.flow__col {
		padding: 0 0 30px 30px;
	}
	.flow__col .flow__text {
		position: static;
		padding: 0;
		padding-left: 30px;
	}
	.flow__dot {
		left: 2px;
		top: 7px;
		transform: none;
	}
	.cta__inner {
		padding: 30px;
	}
	.page-logistique .section--flush-top {
		padding-top: 30px;
	}
	.feature-card__body {
		padding: 20px 30px 20px 30px;
	}
	.feature {
		padding: 30px 0;
	}
	.poles, .axes, .cta__actions {
		flex-direction: column;
	}
	.cta__actions {
		gap: 20px;
	}
	.pole-card, .axis-card {
		flex: none;
		min-height: fit-content;
		height: auto;
		padding: 25px;
	}
	.pole-card__body {
		justify-content: flex-start;
		padding: 0;
	}
	.pole-card__text {
		max-height: none;
		opacity: 1;
		overflow: visible;
		color: #fff;
		margin-top: 14px;
	}
	.pole-card__media {
		display: none;
	}
	.section__header {
		margin-bottom: 30px;
	}
	.axis-card__title {
		min-height: 0;
	}
	.axis-card__text {
		max-height: none;
		opacity: 1;
		overflow: visible;
		margin-top: 12px;
	}
	.axis-card:nth-child(4) .axis-card__text {
		color: var(--orange);
	}
	.axis-card__num {
		position: static;
		align-self: flex-end;
		font-size: 60px;
		margin-top: 16px;
	}
	.cards--3, .cards--4 {
		grid-template-columns: 1fr;
	}
	.feature-card {
		flex-direction: column;
		max-width: 100%;
	}
	.feature-card__media {
		flex: 0 0 auto;
	}
	.feature-card__media img, .viz__media img {
		height: 400px;
	}
	.cta__content,.cta__text, h1 {
		width: 100%;
	}
	.cta__content .separator {
		width: 60%;
	}
	.hero__subtitle {
		width: auto;
		max-width: 100%;
	}
	.section__header--split {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 0;
	}
	.section__intro {
		text-align: left;
	}
	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: 30px auto;
		height: fit-content;
	}	
	li.half.post-item h2.post-title, li.half.post-item p.excerpt {
		height: fit-content;
	}	
	li.half.post-item  figure.post-img-wrapper, .solution-card__media, .media-row__media, .why-experts__media img {
		height: 400px;
		object-fit: cover;
	}
	.section__header--split .section__title, .section__intro {
		flex: 1;
	}
	.solution-card__media{
		aspect-ratio: auto;
	}
	.methodo__card {
		flex: none;
		width: auto;
		min-height: 0;
	}
	.methodo{
		padding: 0;
		overflow: hidden;
		flex-direction: column;
		padding: 0px 30px;
	}
	.methodo__arrow {
		display: none;
	}
	.methodo__media, .methodo__media img, .testimonial__media img {
		height: 400px;
	}
	.methodo__body {
		padding: 30px 30px 30px;
	}
	.methodo__text {
		max-height: none;
		opacity: 1;
		overflow: visible;
	}
	.solutions-track--center, .methodo--center, .solutions-track {
		flex-direction: column;
	}
	.methodo--fit .methodo__card {
		flex: 1;
	}
	.seo, .tfaq {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.why-experts {
		flex-direction: column;
		gap: 28px;
	}
	.why-experts__media {
		flex: 1 1 auto;
		width: 100%;
	}
	.hero {
	    display: flex;
	    flex-direction: column;
	    padding: 30px;
	}
}

@media screen and (max-width: 680px) {
	:root { 
		--section-y: 60px; 
	}
	.cards--3 {
		grid-template-columns: 1fr;
	}
	.section__header--split {
		flex-direction: column;
		align-items: flex-start;
	}
	.section__intro {
		text-align: left;
	}
	.feature-card {
		flex-direction: column;
	}
	.feature-card__media {
		flex-basis: 100%;
	}	
	.seo__devis-inner {
		width: 100%;
	}
	.legal__toc, .article__toc, .seo__aside-title, .seo__toc {
		display: none;
	}
	.hero__title, h1, .hero__content .hero__title {
		font-size: 30px;
		line-height: 35px;
	}
	.section__title, .cta__title, h2 {
		font-size: 25px;
	}
	.section__lead, .section__intro {
	    font-size: 18px;
	}
}

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