/*
Theme Name: Twenty Twelve Child
Description: Child theme for the Twentytwelve theme
Author: Laurence				
Template: twentytwelve
Version: 1.0
*/

.blog-lang-home-selector {
	max-width: 960px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 13px;
}

.blog-lang-home-selector__link {
	display: inline-block;
	margin-left: 6px;
	padding: 4px 9px;
	border: 1px solid #9ac528;
	background: #fff;
	color: #4b4b4b;
	text-decoration: none;
}

.blog-lang-home-selector__link--active {
	background: #6d951d;
	border-color: #6d951d;
	color: #fff;
}

body.blog-current-lang-fr .blog-lang-en,
body.blog-current-lang-en .blog-lang-fr {
	display: none !important;
}

/* Accueil du blog public uniquement */
body.home.blog #primary.public-blog-home {
	margin-top: 10px;
}

body.home.blog .public-blog-welcome {
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 22px 24px;
	border: 1px solid #ddd6c9;
	border-left: 4px solid #b8792f;
	border-radius: 5px;
	background: #faf8f3;
	color: #49443d;
}

body.home.blog .public-blog-welcome__title {
	margin: 0 0 10px;
	color: #2f2b25;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
}

body.home.blog .public-blog-welcome__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

body.home.blog .public-blog-feed-title {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d9d2c4;
	color: #302c27;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

body.home.blog .public-blog-feed {
	margin: 0;
}

body.home.blog .public-blog-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	box-sizing: border-box;
	margin: 0 0 24px;
	padding: 18px;
	border: 1px solid #ddd7ca;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(52, 49, 44, 0.045);
}

body.home.blog .public-blog-card--without-image {
	grid-template-columns: 1fr;
}

body.home.blog .public-blog-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 10px;
	overflow: hidden;
	background: #f6f3ec;
	text-decoration: none;
}

body.home.blog .public-blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.home.blog .public-blog-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

body.home.blog .public-blog-card__header {
	width: 100%;
	margin: 0 0 12px;
}

body.home.blog .public-blog-card__title {
	margin: 0 0 7px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35;
}

body.home.blog .public-blog-card__title a,
body.home.blog .public-blog-card__title a:visited {
	color: #2f2b25;
	text-decoration: none;
}

body.home.blog .public-blog-card__title a:hover,
body.home.blog .public-blog-card__title a:focus {
	color: #8f5635;
	text-decoration: underline;
}

body.home.blog .public-blog-card__meta {
	margin: 0;
	color: #746b5f;
	font-size: 13px;
	line-height: 1.5;
}

body.home.blog .public-blog-card__meta a,
body.home.blog .public-blog-card__meta a:visited {
	color: #746b5f;
}

body.home.blog .public-blog-card__meta-separator {
	margin: 0 5px;
}

body.home.blog .public-blog-card__excerpt {
	margin: 0 0 16px;
	color: #504b43;
	font-size: 15px;
	line-height: 1.65;
}

body.home.blog .public-blog-card__more,
body.home.blog .public-blog-card__more:visited {
	margin-top: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #b8792f;
	color: #6d4a2d;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

body.home.blog .public-blog-card__more:hover,
body.home.blog .public-blog-card__more:focus {
	border-color: #8f5635;
	color: #8f5635;
}

body.archive .public-blog-category .public-blog-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	box-sizing: border-box;
	margin: 0 0 24px;
	padding: 18px;
	border: 1px solid #ddd7ca;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(52, 49, 44, 0.045);
}

body.archive .public-blog-category .public-blog-card--without-image {
	grid-template-columns: 1fr;
}

body.archive .public-blog-category .public-blog-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 10px;
	overflow: hidden;
	background: #f6f3ec;
	text-decoration: none;
}

body.archive .public-blog-category .public-blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.archive .public-blog-category .public-blog-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

body.archive .public-blog-category .public-blog-card__header {
	width: 100%;
	margin: 0 0 12px;
}

body.archive .public-blog-category .public-blog-card__title {
	margin: 0 0 7px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35;
}

body.archive .public-blog-category .public-blog-card__excerpt {
	margin: 0 0 16px;
	color: #504b43;
	font-size: 15px;
	line-height: 1.65;
}

body.home.blog #secondary .widget {
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e1dbcf;
}

body.home.blog #secondary .widget:last-child {
	border-bottom: 0;
}

body.home.blog #secondary #block-4 {
	display: none;
}

body.home.blog .public-blog-sidebar .widget-title {
	margin: 0 0 12px;
	color: #2f2b25;
	font-size: 18px;
}

body.home.blog .public-blog-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home.blog .public-blog-sidebar li {
	margin: 0 0 9px;
	color: #746b5f;
}

body.home.blog .public-blog-sidebar a,
body.home.blog .public-blog-sidebar a:visited {
	color: #5b5145;
	text-decoration: none;
}

body.home.blog .public-blog-sidebar a:hover,
body.home.blog .public-blog-sidebar a:focus {
	color: #8f5635;
	text-decoration: underline;
}

body.home.blog .public-blog-sidebar__count {
	margin-left: 4px;
	color: #9a9188;
}

body.page-id-2 .entry-header .entry-title,
body.page-id-92 .entry-header .entry-title,
body.page-id-133 .entry-header .entry-title,
body.page-id-358 .entry-header .entry-title,
body.page-id-360 .entry-header .entry-title,
body.page-slug-nouveautes-papiers .entry-header .entry-title,
body.page-id-293 .entry-header .entry-title,
body.page-id-23 .entry-header .entry-title {
	display: none;
}

body.page-id-2 .entry-content,
body.page-id-92 .entry-content,
body.page-id-133 .entry-content,
body.page-id-358 .entry-content,
body.page-id-360 .entry-content,
body.page-slug-nouveautes-papiers .entry-content,
body.page-id-293 .entry-content,
body.page-id-23 .entry-content {
	max-width: 900px;
	margin: 0 auto;
	color: #3c3934;
	font-size: 16px;
	line-height: 1.7;
}

body.page-id-2 .mtm-stickers-page,
body.page-id-92 .mtm-collection-page,
body.page-id-133 .mtm-collection-page,
body.page-id-358 .mtm-collection-page,
body.page-id-360 .mtm-collection-page,
body.page-slug-nouveautes-papiers .mtm-collection-page,
body.page-id-293 .mtm-collection-page,
body.page-id-23 .mtm-presentation-page {
	padding: 26px 0 12px;
	border-top: 1px solid #d9d2c4;
}

body.page-id-133 .mtm-collection-page,
body.page-id-358 .mtm-collection-page,
body.page-id-360 .mtm-collection-page,
body.page-slug-nouveautes-papiers .mtm-collection-page {
	border-top: 0;
}

body.page-id-2 .mtm-stickers-page__title,
body.page-id-92 .mtm-collection-page__title,
body.page-id-133 .mtm-collection-page__title,
body.page-id-358 .mtm-collection-page__title,
body.page-id-360 .mtm-collection-page__title,
body.page-slug-nouveautes-papiers .mtm-collection-page__title,
body.page-id-293 .mtm-collection-page__title,
body.page-id-23 .mtm-presentation-page__title {
	margin: 0 0 14px;
	color: #27241f;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
}

body.page-id-2 .mtm-stickers-page__intro,
body.page-id-92 .mtm-collection-page__intro,
body.page-id-133 .mtm-collection-page__intro,
body.page-id-358 .mtm-collection-page__intro,
body.page-id-360 .mtm-collection-page__intro,
body.page-slug-nouveautes-papiers .mtm-collection-page__intro,
body.page-id-293 .mtm-collection-page__intro,
body.page-id-23 .mtm-presentation-page__intro {
	max-width: 680px;
	margin: 0 0 22px;
	color: #4d4942;
	font-size: 18px;
	line-height: 1.65;
	text-align: justify;
	hyphens: none;
}

body.page-id-2 .mtm-stickers-page__actions,
body.page-id-92 .mtm-collection-page__actions,
body.page-id-133 .mtm-collection-page__actions,
body.page-id-358 .mtm-collection-page__actions,
body.page-id-360 .mtm-collection-page__actions,
body.page-slug-nouveautes-papiers .mtm-collection-page__actions,
body.page-id-293 .mtm-collection-page__actions {
	margin: 0 0 24px;
}

body.page-id-2 .mtm-stickers-page__button,
body.page-id-2 .mtm-stickers-page__button:visited,
body.page-id-92 .mtm-collection-page__button,
body.page-id-92 .mtm-collection-page__button:visited,
body.page-id-133 .mtm-collection-page__button,
body.page-id-133 .mtm-collection-page__button:visited,
body.page-id-358 .mtm-collection-page__button,
body.page-id-358 .mtm-collection-page__button:visited,
body.page-id-293 .mtm-collection-page__button,
body.page-id-293 .mtm-collection-page__button:visited,
body.page-id-23 .mtm-presentation-page__button,
body.page-id-23 .mtm-presentation-page__button:visited {
	display: inline-block;
	padding: 11px 18px;
	border: 1px solid #2e2b26;
	background: #2e2b26;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

body.page-id-2 .mtm-stickers-page__button:hover,
body.page-id-2 .mtm-stickers-page__button:focus,
body.page-id-92 .mtm-collection-page__button:hover,
body.page-id-92 .mtm-collection-page__button:focus,
body.page-id-133 .mtm-collection-page__button:hover,
body.page-id-133 .mtm-collection-page__button:focus,
body.page-id-358 .mtm-collection-page__button:hover,
body.page-id-358 .mtm-collection-page__button:focus,
body.page-id-293 .mtm-collection-page__button:hover,
body.page-id-293 .mtm-collection-page__button:focus,
body.page-id-23 .mtm-presentation-page__button:hover,
body.page-id-23 .mtm-presentation-page__button:focus {
	border-color: #5d5548;
	background: #5d5548;
	color: #fff;
	text-decoration: none;
}

body.page-id-2 .mtm-stickers-page__note,
body.page-id-92 .mtm-collection-page__note,
body.page-id-133 .mtm-collection-page__note,
body.page-id-358 .mtm-collection-page__note,
body.page-id-293 .mtm-collection-page__note,
body.page-id-23 .mtm-presentation-page__note {
	margin: 0;
	padding: 16px 18px;
	border-left: 3px solid #b8ac98;
	background: #f7f5f0;
	color: #4b463d;
}

body.page-id-23 .mtm-presentation-page__eyebrow {
	display: none;
}

body.page-id-23 .mtm-presentation-page {
	padding: 24px 0 16px;
	border-top-color: #d9d2c4;
}

body.page-id-23 .mtm-presentation-page__title {
	margin-bottom: 16px;
	font-size: 28px;
}

body.page-id-23 .mtm-presentation-page__intro {
	box-sizing: border-box;
	max-width: 760px;
	margin: 0 0 28px;
	padding: 18px 22px;
	border: 1px solid #e3dfd8;
	border-radius: 5px;
	background: #faf9f6;
	color: #49443d;
	font-size: 17px;
	line-height: 1.65;
	text-align: left;
}

body.page-id-23 .mtm-presentation-page__stats {
	box-sizing: border-box;
	margin: 0 0 28px;
	padding: 24px 28px;
	border: 1px solid #d4b98f;
	border-left: 4px solid #b8792f;
	border-radius: 5px;
	background: #fff;
	color: #49443d;
	line-height: 1.65;
}

body.page-id-23 .mtm-presentation-page__stats p {
	margin: 0 0 14px;
}

body.page-id-23 .mtm-presentation-page__stats p:last-child {
	margin-bottom: 0;
}

body.page-id-23 .mtm-presentation-page__stats ul {
	margin: 0 0 18px 22px;
	line-height: 1.75;
}

body.page-id-23 .mtm-presentation-page__stats strong {
	color: #774923;
	font-size: 1.14em;
	font-weight: 700;
}

body.page-id-23 .mtm-presentation-page__stats em {
	font-style: normal;
}

body.page-id-23 .mtm-presentation-page__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 0 0 28px;
}

body.page-id-23 .mtm-presentation-page__detail {
	box-sizing: border-box;
	margin: 0;
	padding: 22px 24px;
	border: 1px solid #e3dfd8;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(69, 53, 35, 0.04);
	color: #49443d;
	line-height: 1.65;
}

body.page-id-23 .mtm-presentation-page__note {
	box-sizing: border-box;
	padding: 19px 22px;
	border: 1px solid #e3dfd8;
	border-radius: 5px;
	background: #faf9f6;
	color: #49443d;
	line-height: 1.65;
}

body.page-id-23 .mtm-presentation-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 14px;
}

body.page-id-23 .mtm-presentation-page__contact-link,
body.page-id-23 .mtm-presentation-page__contact-link:visited {
	color: #6d4528;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #b8792f;
	text-underline-offset: 2px;
}

body.page-id-23 .mtm-presentation-page__contact-link:hover,
body.page-id-23 .mtm-presentation-page__contact-link:focus {
	color: #8f5635;
}

@media screen and (max-width: 640px) {
	body.page-id-23 .mtm-presentation-page__details {
		grid-template-columns: 1fr;
	}
}

body.page-id-293 .mtm-unknown-gallery {
	margin-top: 28px;
}

body.page-id-293 .mtm-unknown-gallery__count {
	margin: 0 0 18px;
	color: #625b50;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.page-id-293 .mtm-unknown-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
	gap: 18px;
	align-items: stretch;
}

body.page-id-293 .mtm-unknown-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 12px;
	border: 1px solid #ddd7ca;
	background: #fff;
}

body.page-id-293 .mtm-unknown-card__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	margin-bottom: 10px;
}

body.page-id-293 .mtm-unknown-card img {
	display: block;
	max-width: 100%;
	max-height: 110px;
	width: auto;
	height: auto;
}

body.page-id-293 .mtm-unknown-card__caption {
	color: #4b463d;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

body.page-id-293 .mtm-unknown-card__number {
	display: block;
	color: #2e2b26;
	font-weight: 600;
}

body.page-id-293 .mtm-unknown-card__legend {
	display: block;
	margin-top: 4px;
	word-break: break-word;
}

body.page-id-293 .mtm-unknown-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

body.page-id-293 .mtm-unknown-pagination__form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #2e2b26;
	font-size: 14px;
}

body.page-id-293 .mtm-unknown-pagination__form label {
	font-weight: 600;
}

body.page-id-293 .mtm-unknown-pagination__form select {
	min-height: 34px;
	padding: 5px 28px 5px 8px;
	border: 1px solid #c9c0b1;
	background: #fff;
	color: #2e2b26;
	font: inherit;
}

body.page-id-133 .mtm-latest-gallery,
body.page-id-358 .mtm-latest-gallery,
body.page-id-360 .mtm-latest-gallery,
body.page-slug-nouveautes-papiers .mtm-latest-gallery {
	margin-top: 30px;
}

body.page-id-133 .mtm-latest-day,
body.page-id-358 .mtm-latest-day,
body.page-id-360 .mtm-latest-day,
body.page-slug-nouveautes-papiers .mtm-latest-day {
	margin: 0 0 34px;
}

body.page-id-133 .mtm-latest-day__title,
body.page-id-358 .mtm-latest-day__title,
body.page-id-360 .mtm-latest-day__title,
body.page-slug-nouveautes-papiers .mtm-latest-day__title {
	margin: 0 0 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9d2c4;
	color: #2e2b26;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

body.page-id-133 .mtm-latest-day__grid,
body.page-id-358 .mtm-latest-day__grid,
body.page-id-360 .mtm-latest-day__grid,
body.page-slug-nouveautes-papiers .mtm-latest-day__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
	gap: 16px;
}

body.page-id-133 .mtm-latest-card,
body.page-id-358 .mtm-latest-card,
body.page-id-360 .mtm-latest-card,
body.page-slug-nouveautes-papiers .mtm-latest-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 12px;
	border: 1px solid #ddd7ca;
	background: #fff;
}

body.page-id-133 .mtm-latest-card__image-link,
body.page-id-358 .mtm-latest-card__image-link,
body.page-id-360 .mtm-latest-card__image-link,
body.page-slug-nouveautes-papiers .mtm-latest-card__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	margin-bottom: 10px;
}

body.page-id-133 .mtm-latest-card img,
body.page-id-358 .mtm-latest-card img,
body.page-id-360 .mtm-latest-card img,
body.page-slug-nouveautes-papiers .mtm-latest-card img {
	display: block;
	max-width: 100%;
	max-height: 110px;
	width: auto;
	height: auto;
}

body.page-id-133 .mtm-latest-card__caption,
body.page-id-358 .mtm-latest-card__caption,
body.page-id-360 .mtm-latest-card__caption,
body.page-slug-nouveautes-papiers .mtm-latest-card__caption {
	color: #4b463d;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

body.page-id-133 .mtm-latest-card__number,
body.page-id-358 .mtm-latest-card__number,
body.page-id-360 .mtm-latest-card__number,
body.page-slug-nouveautes-papiers .mtm-latest-card__number {
	display: block;
	color: #2e2b26;
	font-weight: 600;
}

/* Presentation moderne des nouveautes d'etiquettes uniquement */
body.page-id-133 .header-image {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center 52%;
}

body.page-id-133 .site-header {
	padding-bottom: 10px;
}

body.page-id-133 .site-content {
	margin-top: 10px;
}

body.page-id-133 .entry-header {
	margin-bottom: 0;
}

body.page-id-133 .mtm-collection-page--latest {
	padding: 24px 0 12px;
}

body.page-id-133 .mtm-collection-page__note {
	display: none;
}

body.page-id-133 .mtm-latest-gallery {
	margin-top: 26px;
}

body.page-id-133 .mtm-latest-day__grid {
	grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
	gap: 22px 20px;
}

body.page-id-133 .mtm-latest-card {
	position: relative;
	box-sizing: border-box;
	min-height: 172px;
	padding: 14px;
	border: 1px solid #e0ddd5;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(54, 50, 43, 0.055);
}

body.page-id-133 .mtm-latest-card__image-link {
	min-height: 116px;
	height: 116px;
	margin-bottom: 11px;
}

body.page-id-133 .mtm-latest-card img {
	max-height: 110px;
}

body.page-id-133 .mtm-latest-card__caption {
	min-height: 20px;
	color: #4f584f;
	font-size: 14px;
	line-height: 1.4;
}

body.page-id-133 .mtm-latest-card__fruit {
	display: block;
	font-weight: 500;
}

body.page-id-133 .mtm-latest-card__number {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	padding: 3px 6px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 4px rgba(46, 43, 38, 0.12);
	color: #58685b;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(-2px);
	transition: opacity 140ms ease, transform 140ms ease;
	pointer-events: none;
}

body.page-id-133 .mtm-latest-card:hover .mtm-latest-card__number,
body.page-id-133 .mtm-latest-card:focus-within .mtm-latest-card__number {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 760px) {
	body.page-id-133 .mtm-latest-day__grid {
		grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
		gap: 18px 14px;
	}

	body.page-id-133 .mtm-latest-card__number {
		display: none;
	}
}
/* Masquer la colonne de droite sur toutes les pages sauf l'accueil */
body:not(.home):not(.blog) #secondary {
	display: none;
}

/* Élargir le contenu principal quand la colonne est masquée */
body:not(.home):not(.blog) #primary {
	width: 100%;
}

/* Élargir la zone de contenu Twenty Twelve */
body:not(.home):not(.blog) .site-content {
	width: 100%;
}
/* Espacement des boutons sur les pages publiques Étiquettes / Papiers */
.mtm-stickers-page__actions,
.mtm-collection-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.public-return-with-wave {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	margin-left: -8px;
}

.public-return-with-wave::before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='20' viewBox='0 0 54 20'%3E%3Cpath d='M10 10 L17 6 M10 10 L17 14 M10 10 C16 4 22 16 28 10 S40 4 46 10' fill='none' stroke='%23e2831f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.95;
	transform: translateY(1px);
	flex: 0 0 auto;
}

.public-page-back {
	box-sizing: border-box;
	width: min(960px, 100%);
	margin: 14px auto 22px;
}

.public-page-back__link,
.public-page-back__link:visited {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2f2a24;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.public-page-back__link:hover,
.public-page-back__link:focus {
	color: #000;
	text-decoration: underline;
}

.mtm-latest-back {
	width: 100%;
	margin: 20px 0 0;
}

body.page-id-23 .entry-header .entry-title {
	display: none !important;
}

/* Optimisation verticale de la page Etiquettes */
body.page-id-2 .header-image {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center 52%;
}

body.single-post .header-image,
body.home .header-image,
body.page-id-23 .header-image,
body.page-id-92 .header-image,
body.page-id-293 .header-image {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center 52%;
}

body.page-id-2 .site-header {
	padding-bottom: 10px;
}

body.page-id-2 .site-content {
	margin-top: 10px;
}

body.page-id-2 .entry-header {
	margin-bottom: 0;
}

/* Page d'accueil de la rubrique Etiquettes */
body.page-id-2 .mtm-collection-landing {
	display: grid;
	grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
	gap: 52px;
	align-items: start;
	padding: 24px 0 18px;
	border-top: 1px solid #d9d2c4;
}

body.page-id-2 .mtm-collection-landing__title {
	margin: 0 0 14px;
	color: #27241f;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
}

body.page-id-2 .mtm-collection-landing__intro {
	margin: 0;
	color: #4d4942;
	font-size: 17px;
	line-height: 1.72;
	text-align: justify;
	hyphens: none;
}

body.page-id-2 .mtm-collection-landing__closing {
	margin: 18px 0 0;
	color: #413d37;
	font-size: 17px;
	line-height: 1.65;
}

body.page-id-2 .mtm-collection-landing__closing strong {
	font-weight: 600;
}

body.page-id-2 .mtm-collection-landing__cards {
	display: grid;
	gap: 14px;
	margin-top: 55px;
}

body.page-id-2 .mtm-collection-landing__card,
body.page-id-2 .mtm-collection-landing__card:visited {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 26px;
	align-items: center;
	box-sizing: border-box;
	min-height: 122px;
	padding: 22px 16px 22px 24px;
	overflow: hidden;
	border: 1px solid var(--mtm-card-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(48, 45, 40, 0.07);
	color: #302d28;
	text-decoration: none;
}

body.page-id-2 .mtm-collection-landing__card--collection {
	--mtm-card-accent: #b8792f;
}

body.page-id-2 .mtm-collection-landing__card--latest {
	--mtm-card-accent: #c96f2d;
}

body.page-id-2 .mtm-collection-landing__card--trades {
	--mtm-card-accent: #8f5635;
}

body.page-id-2 .mtm-collection-landing__card-copy,
body.page-id-2 .mtm-collection-landing__arrow {
	position: relative;
	z-index: 1;
}

body.page-id-2 .mtm-collection-landing__card-title {
	display: block;
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
}

body.page-id-2 .mtm-collection-landing__card-text {
	display: block;
	max-width: 330px;
	color: #5d5850;
	font-size: 14px;
	line-height: 1.5;
}

body.page-id-2 .mtm-collection-landing__watermark {
	position: absolute;
	top: -19%;
	right: 3%;
	width: 52%;
	height: 138%;
	object-fit: cover;
	object-position: center;
	opacity: 0.11;
	pointer-events: none;
}
body.page-id-92 .mtm-wrapper-landing__card-text {
	display: block;
	max-width: 330px;
	color: #5d5850;
	font-size: 14px;
	line-height: 1.5;
hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}
body.page-id-92 .mtm-wrapper-landing__card-copy,
body.page-id-92 .mtm-wrapper-landing__arrow {
	position: relative;
	z-index: 1;
}

body.page-id-2 .mtm-collection-landing__card--collection .mtm-collection-landing__watermark {
	filter: saturate(1.08) hue-rotate(-2deg);
}

body.page-id-2 .mtm-collection-landing__card--latest .mtm-collection-landing__watermark {
	filter: sepia(0.12) saturate(1.12) hue-rotate(10deg);
}

body.page-id-2 .mtm-collection-landing__card--trades .mtm-collection-landing__watermark {
	filter: sepia(0.1) saturate(1.18) hue-rotate(-8deg);
}

body.page-id-2 .mtm-collection-landing__arrow {
	justify-self: end;
	color: #21759b;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	transition: transform 160ms ease;
}

/* Typographie desktop commune aux pages Etiquettes et Nouveautes etiquettes */
@media screen and (min-width: 761px) {
	body.page-id-2 .mtm-collection-landing__title,
	body.page-id-133 .mtm-collection-page--latest .mtm-collection-page__title {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		color: #27241f;
		font-size: 26px;
		font-weight: 600;
		line-height: 1.3;
	}

	body.page-id-2 .mtm-collection-landing__intro,
	body.page-id-133 .mtm-collection-page--latest .mtm-collection-page__intro {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		color: #4d4942;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.72;
	}
}

body.page-id-2 .mtm-collection-landing__card:hover,
body.page-id-2 .mtm-collection-landing__card:focus {
	border-color: var(--mtm-card-accent);
	box-shadow: 0 4px 14px rgba(48, 45, 40, 0.1);
	color: #302d28;
	text-decoration: none;
}

body.page-id-2 .mtm-collection-landing__card:hover .mtm-collection-landing__arrow,
body.page-id-2 .mtm-collection-landing__card:focus .mtm-collection-landing__arrow {
	transform: translateX(4px);
}

/* Page d'accueil de la rubrique Papiers */
body.page-id-92 .mtm-wrapper-landing {
	padding: 24px 0 18px;
	border-top: 1px solid #d9d2c4;
	color: #3c3934;
}

body.page-id-92 .mtm-wrapper-landing__title {
	margin: 0 0 14px;
	color: #27241f;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
}

body.page-id-92 .mtm-wrapper-landing__intro,
body.page-id-92 .mtm-wrapper-landing__closing {
	margin: 0;
	color: #4d4942;
	font-size: 17px;
	line-height: 1.72;
	text-align: justify;
hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

body.page-id-92 .mtm-wrapper-landing__closing {
	margin-top: 18px;
}

body.page-id-92 .mtm-wrapper-landing__cards {
	display: grid;
	gap: 14px;
}

body.page-id-92 .mtm-wrapper-landing__card,
body.page-id-92 .mtm-wrapper-landing__card:visited {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 26px;
	align-items: center;
	box-sizing: border-box;
	min-height: 122px;
	padding: 22px 16px 22px 24px;
	overflow: hidden;
	border: 1px solid var(--mtm-wrapper-accent);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 12px rgba(48, 45, 40, 0.07);
	color: #302d28;
	text-decoration: none;
}

body.page-id-92 .mtm-wrapper-landing__card--collection { --mtm-wrapper-accent: #b8792f; }
body.page-id-92 .mtm-wrapper-landing__card--latest { --mtm-wrapper-accent: #c96f2d; }
body.page-id-92 .mtm-wrapper-landing__card--trades { --mtm-wrapper-accent: #8f5635; }

body.page-id-92 .mtm-wrapper-landing__card-title,
body.page-id-92 .mtm-wrapper-landing__arrow {
	position: relative;
	z-index: 1;
}

body.page-id-92 .mtm-wrapper-landing__card-title {
	display: block;
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
}

body.page-id-92 .mtm-wrapper-landing__watermark {
	position: absolute;
	top: -19%;
	right: 3%;
	width: 52%;
	height: 138%;
	object-fit: cover;
	object-position: center;
	opacity: 0.11;
	pointer-events: none;
}

body.page-id-92 .mtm-wrapper-landing__arrow {
	justify-self: end;
	color: #21759b;
	font-size: 24px;
	line-height: 1;
	transition: transform 160ms ease;
}

body.page-id-92 .mtm-wrapper-landing__card:hover,
body.page-id-92 .mtm-wrapper-landing__card:focus {
	box-shadow: 0 4px 14px rgba(48, 45, 40, 0.1);
	color: #302d28;
	text-decoration: none;
}

body.page-id-92 .mtm-wrapper-landing__card:hover .mtm-wrapper-landing__arrow,
body.page-id-92 .mtm-wrapper-landing__card:focus .mtm-wrapper-landing__arrow {
	transform: translateX(4px);
}

@media screen and (min-width: 761px) {
	body.page-id-92 .mtm-wrapper-landing {
		display: grid;
		grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
		gap: 52px;
		align-items: start;
	}

	body.page-id-92 .mtm-wrapper-landing__cards {
		margin-top: 55px;
	}
}

/* Nouveautes papiers : meme niveau de finition que les nouveautes etiquettes */
body.page-id-358 .header-image,
body.page-id-360 .header-image,
body.page-slug-nouveautes-papiers .header-image {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center 52%;
}

body.page-id-358 .site-header,
body.page-id-360 .site-header,
body.page-slug-nouveautes-papiers .site-header { padding-bottom: 10px; }
body.page-id-358 .site-content,
body.page-id-360 .site-content,
body.page-slug-nouveautes-papiers .site-content { margin-top: 10px; }
body.page-id-358 .entry-header,
body.page-id-360 .entry-header,
body.page-slug-nouveautes-papiers .entry-header { margin-bottom: 0; }

body.page-id-358 .mtm-collection-page--latest-wrappers,
body.page-id-360 .mtm-collection-page--latest-wrappers,
body.page-slug-nouveautes-papiers .mtm-collection-page--latest-wrappers {
	padding: 24px 0 12px;
}

body.page-id-358 .mtm-collection-page__note,
body.page-id-360 .mtm-collection-page__note,
body.page-slug-nouveautes-papiers .mtm-collection-page__note { display: none; }
body.page-id-358 .mtm-latest-gallery,
body.page-id-360 .mtm-latest-gallery,
body.page-slug-nouveautes-papiers .mtm-latest-gallery { margin-top: 26px; }

body.page-id-358 .mtm-latest-day__grid,
body.page-id-360 .mtm-latest-day__grid,
body.page-slug-nouveautes-papiers .mtm-latest-day__grid {
	grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
	gap: 22px 20px;
}

body.page-id-358 .mtm-latest-card,
body.page-id-360 .mtm-latest-card,
body.page-slug-nouveautes-papiers .mtm-latest-card {
	box-sizing: border-box;
	min-height: 180px;
	padding: 14px;
	border: 1px solid #e0ddd5;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(54, 50, 43, 0.055);
}

body.page-id-358 .mtm-latest-card__image-link,
body.page-id-360 .mtm-latest-card__image-link,
body.page-slug-nouveautes-papiers .mtm-latest-card__image-link {
	min-height: 124px;
	height: 124px;
	margin-bottom: 10px;
}

body.page-id-358 .mtm-latest-card img,
body.page-id-360 .mtm-latest-card img,
body.page-slug-nouveautes-papiers .mtm-latest-card img {
	max-height: 118px;
}

body.page-id-358 .mtm-latest-card__caption,
body.page-id-360 .mtm-latest-card__caption,
body.page-slug-nouveautes-papiers .mtm-latest-card__caption {
	color: #556058;
	font-size: 13px;
	font-weight: 500;
}

@media screen and (max-width: 760px) {
	body.page-id-2 .mtm-collection-landing {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	body.page-id-2 .mtm-collection-landing__cards {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {
	body.page-id-2 .mtm-collection-landing {
		padding-top: 20px;
	}

	body.page-id-2 .mtm-collection-landing__card,
	body.page-id-2 .mtm-collection-landing__card:visited {
		min-height: 116px;
		padding: 18px 14px 18px 20px;
	}

	body.page-id-2 .mtm-collection-landing__watermark {
		right: 1%;
		width: 58%;
	}
}

/* Optimisation verticale de la page Papiers */
body.page-id-92 .site-header {
	padding-bottom: 10px;
}

body.page-id-92 .site-content {
	margin-top: 10px;
}

body.page-id-92 .entry-header {
	margin-bottom: 0;
}
/* Empêche les coupures de mots sur la page Étiquettes */
body.page-id-2 .mtm-collection-landing__story p,
body.page-id-2 .mtm-collection-landing__card-text {
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}
/* Page Étiquettes EN : texte justifié et sans coupure de mots */
body.page-id-2 .blog-lang-en .mtm-collection-landing__story p {
	text-align: justify;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}
/* Arrondi harmonisé des bandeaux image WordPress */
.site-header img.header-image {
    border-radius: 5px;
}

body.page-slug-nouveautes .site-header .main-navigation {
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		url("../../images/header/cropped-DSCF5344.jpg") center center / cover no-repeat;
}

body.page-slug-nouveautes .site-header .main-navigation ul.nav-menu,
body.page-slug-nouveautes .site-header .main-navigation div.nav-menu > ul {
	border-top-color: rgba(217, 210, 196, 0.85);
	border-bottom-color: rgba(217, 210, 196, 0.85);
}

body.page-slug-nouveautes .site-content {
	border-top: 1px solid #e6ded2;
	padding-top: 18px;
}

body.page-id-358 .site-content,
body.page-id-360 .site-content,
body.page-slug-nouveautes-papiers .site-content,
body.single .site-content,
body.archive .site-content,
body.error404 .site-content {
	border-top: 1px solid #e6ded2;
	padding-top: 18px;
}
/* Présentation : texte accentué en noir, comme le reste du site */
body.page-id-23 .entry-content strong,
body.page-id-23 .entry-content a,
body.page-id-23 .entry-content a:visited {
    color: #222;
}
/* Billets : le formulaire de commentaire est déjà visible en bas */
body.single-post .comments-link {
    display: none;
}
/* Billets : carte principale avec effet pile, harmonisée avec les fiches détail */
body.single-post article.post {
    box-sizing: border-box;
    margin: 28px auto 42px;
    padding: 30px 44px 36px;
    border: 1px solid #a99373;
    border-radius: 13px;
    background: #fffdf7;
    box-shadow:
        10px -8px 0 -1px #e8ddc9,
        20px -16px 0 -2px #e2d4bb,
        0 14px 30px rgba(66, 52, 35, 0.13),
        inset 0 0 0 8px #fffdf7,
        inset 0 0 0 9px rgba(155, 130, 94, 0.52);
}

body.single-post article.post .entry-header {
    margin-bottom: 22px;
}

body.single-post article.post .entry-content {
    margin-bottom: 20px;
}

body.single-post article.post footer.entry-meta {
    margin-top: 26px;
    padding-top: 14px;
    border-top: 1px solid #d8c8b8;
}
/* Billets : liens précédent / suivant en noir */
body.single-post .nav-single a,
body.single-post .nav-single a:visited,
body.single-post .navigation a,
body.single-post .navigation a:visited {
    color: #222;
}

body.single-post .nav-single a:hover,
body.single-post .nav-single a:focus,
body.single-post .navigation a:hover,
body.single-post .navigation a:focus {
    color: #000;
    text-decoration: underline;
}
/* Archives du blog : bandeau harmonisé avec les autres pages WordPress */
body.archive .site-header img.header-image {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center 52%;
    border-radius: 5px;
}

/* Archives du blog : billets présentés en cartes */
body.archive article.post {
    box-sizing: border-box;
    margin: 28px auto 42px;
    padding: 30px 44px 36px;
    border: 1px solid #a99373;
    border-radius: 13px;
    background: #fffdf7;
    box-shadow:
        10px -8px 0 -1px #e8ddc9,
        20px -16px 0 -2px #e2d4bb,
        0 14px 30px rgba(66, 52, 35, 0.13),
        inset 0 0 0 8px #fffdf7,
        inset 0 0 0 9px rgba(155, 130, 94, 0.52);
}

body.archive article.post .entry-header {
    margin-bottom: 22px;
}

body.archive article.post .entry-content,
body.archive article.post .entry-summary {
    margin-bottom: 20px;
}

body.archive article.post footer.entry-meta {
    margin-top: 26px;
    padding-top: 14px;
    border-top: 1px solid #d8c8b8;
}

/* Archives du blog : liens des billets en noir */
body.archive article.post .entry-title a,
body.archive article.post .entry-title a:visited,
body.archive article.post .comments-link a,
body.archive article.post .comments-link a:visited,
body.archive article.post footer.entry-meta a,
body.archive article.post footer.entry-meta a:visited {
    color: #222;
}

body.archive article.post .entry-title a:hover,
body.archive article.post .entry-title a:focus,
body.archive article.post .comments-link a:hover,
body.archive article.post .comments-link a:focus,
body.archive article.post footer.entry-meta a:hover,
body.archive article.post footer.entry-meta a:focus {
    color: #000;
    text-decoration: underline;
}
/* Filigrane orange discret - page Présentation */
body.page-id-23 .mtm-presentation-page__stats {
	position: relative;
	overflow: hidden;
	padding-right: 360px;
}

body.page-id-23 .mtm-presentation-page__stats::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 420px;
	height: 420px;
	background-image: url("images/orange.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.075;
	transform: translateY(-50%) rotate(-30deg);
	pointer-events: none;
	z-index: 0;
}

body.page-id-23 .mtm-presentation-page__stats > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	body.page-id-23 .mtm-presentation-page__stats {
		padding-right: 28px;
	}

	body.page-id-23 .mtm-presentation-page__stats::after {
		right: 10px;
		width: 150px;
		height: 150px;
		opacity: 0.045;
	}
}
/* Optimisation verticale de la page Présentation */
body.page-id-23 .site-header {
	padding-bottom: 10px;
}

body.page-id-23 .site-content {
	margin-top: 10px;
}

body.page-id-23 .entry-header {
	margin-bottom: 0;
}
/* Petite orange transparente posée sur la double ligne du bas - pages Étiquettes et Papiers */
body.page-id-2 .site-content article,
body.page-id-92 .site-content article {
	position: relative;
}

body.page-id-2 .site-content article::after,
body.page-id-92 .site-content article::after {
	content: "";
	position: absolute;
	left: 22px;
	bottom: -11px;
	width: 72px;
	height: 72px;
	background-image: url("../../../../images/orange_detouree.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.35;
	z-index: 20;
	pointer-events: none;
}
/* Petite orange à cheval entre le fond gris et la page blanche - accueil */
/* Petite orange à cheval entre le fond gris et la page blanche - accueil */
body.home #page {
	position: relative;
	overflow: visible;
}

body.home #page::before {
	content: "";
	position: absolute;
	top: -50px;
	right: 10px;
	width: 200px;
	height: 200px;
	background-image: url("../../../../images/orange_detouree.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.28;
	pointer-events: none;
	z-index: 100;
}
/* Petite orange à côté du titre de la page Inconnus */
body.page-id-293 .mtm-collection-page__title {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.page-id-293 .mtm-collection-page__title::after {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url("../../../../images/orange_detouree.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.38;
	flex: 0 0 auto;
	transform: translateY(-6px);
}
/* Optimisation verticale de la page Inconnus */
body.page-id-293 .site-header {
	padding-bottom: 10px;
}

body.page-id-293 .site-content {
	margin-top: 10px;
}

body.page-id-293 .entry-header {
	margin-bottom: 0;
}

/* Page Inconnus : ligne de séparation sous le bandeau */
body.page-id-293 .site-header::after {
	content: "";
	display: block;
	width: calc(100% - 48px);
	margin: 22px auto 0;
	border-top: 1px solid #d9d2c4;
}

/* La ligne est portée par le bandeau, donc pas de bordure sur le bloc contenu */
body.page-id-293 .mtm-collection-page {
	padding: 2px 0 12px;
	border-top: 0 !important;
}

body.page-id-293 .entry-content,
body.page-id-293 .mtm-unknown-gallery {
	border-top: 0 !important;
}

body.single-post #respond h3#reply-title .mtm-comment-title-with-orange {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

body.single-post #respond h3#reply-title .mtm-comment-title-with-orange img {
	display: inline-block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	transform: translateY(-4px);
	vertical-align: baseline;
}
/* Page Inconnus : pagination harmonisée */
body.page-id-293 .mtm-unknown-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px 0 0;
	border-top: 1px solid #e4e0d7;
	color: #aaa39a;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

body.page-id-293 .mtm-unknown-pagination__form {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

body.page-id-293 .mtm-unknown-pagination label,
body.page-id-293 .mtm-unknown-pagination span {
	color: #aaa39a;
	font-size: 16px;
	font-weight: 400;
}

body.page-id-293 .mtm-unknown-pagination select {
	box-sizing: border-box;
	min-width: 80px;
	min-height: 48px;
	padding: 0 36px 0 14px;
	border: 1px solid #d2cbc0;
	border-radius: 5px;
	background: #fff;
	color: #6d675f;
	font-size: 16px;
	line-height: 48px;
}

body.page-id-293 .mtm-unknown-pagination a,
body.page-id-293 .mtm-unknown-pagination a:visited,
body.page-id-293 .mtm-unknown-pagination__link,
body.page-id-293 .mtm-unknown-pagination__link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 38px;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid #cfc8bc;
	border-radius: 5px;
	background: #fff;
	color: #8c8479;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

body.page-id-293 .mtm-unknown-pagination a:hover,
body.page-id-293 .mtm-unknown-pagination a:focus,
body.page-id-293 .mtm-unknown-pagination__link:hover,
body.page-id-293 .mtm-unknown-pagination__link:focus {
	border-color: #5d5548;
	background: #5d5548;
	color: #fff;
}
/* Page Inconnus : couleur harmonisée de la pagination */
body.page-id-293 .mtm-unknown-pagination select,
body.page-id-293 .mtm-unknown-pagination select option {
	color: #aaa39a;
}

body.page-id-293 .mtm-unknown-pagination .mtm-unknown-pagination__link,
body.page-id-293 .mtm-unknown-pagination .mtm-unknown-pagination__link:visited {
	color: #aaa39a !important;
	border-color: #d2cbc0;
	background: #fff;
}

body.page-id-293 .mtm-unknown-pagination .mtm-unknown-pagination__link:hover,
body.page-id-293 .mtm-unknown-pagination .mtm-unknown-pagination__link:focus {
	color: #fff !important;
	border-color: #5d5548;
	background: #5d5548;
}

.page-id-133 .mtm-latest-gallery {
	position: relative;
}

.page-id-133 .mtm-latest-gallery__accent {
	position: absolute;
	top: -81px;
	right: 6%;
	z-index: 5;
	width: 55px;
	pointer-events: none;
}

.page-id-133 .mtm-latest-gallery__accent img {
	display: block;
	width: 95px !important;
	max-width: 95px !important;
	height: auto !important;
	margin: 0;
}
.page-id-133 .mtm-latest-gallery__accent,
.page-id-133 .mtm-latest-gallery__accent img {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	outline: 0 !important;
}
/* Petite orange décorative sur la page Nouveautés papiers */
.mtm-latest-gallery--wrappers {
	position: relative;
	padding-top: 1.5rem;
}

.mtm-latest-gallery--wrappers .mtm-latest-gallery__accent {
	position: absolute;
	top: -56px;
	right: 3%;
	z-index: 5;
	width: 95px;
	height: auto;
	pointer-events: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	outline: 0 !important;
}

.mtm-latest-gallery--wrappers .mtm-latest-gallery__accent img {
	display: block;
	width: 95% !important;
	max-width: 95% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	border-radius: 0 !important;
}

.public-detail-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.public-detail-modal.is-open {
	display: flex;
}

.public-detail-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(42, 35, 26, 0.62);
}

.public-detail-modal__panel {
	position: relative;
	z-index: 1;
	width: min(880px, calc(100vw - 72px));
	height: min(760px, calc(100vh - 72px));
	border: 1px solid rgba(147, 126, 95, 0.55);
	border-radius: 12px;
	background: #eee7da;
	box-shadow: 0 18px 52px rgba(22, 18, 12, 0.32);
	overflow: hidden;
}

.public-detail-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(117, 96, 68, 0.35);
	border-radius: 50%;
	background: #fffdf7;
	color: #332f29;
	font: 700 20px/1 Arial, sans-serif;
	cursor: pointer;
}

.public-detail-modal__close:hover,
.public-detail-modal__close:focus {
	background: #f5efe3;
	outline: 2px solid rgba(117, 96, 68, 0.35);
}

.public-detail-modal__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #eee7da;
}

body.public-detail-modal-open {
	overflow: hidden;
}
.mtm-comments-area {
	margin-top: 36px;
}

.mtm-comments-area .commentlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.mtm-comments-area .comment {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e1dbcf;
}

.mtm-comments-area .comment-meta {
	margin-bottom: 8px;
	color: #746b5f;
}

.mtm-comments-area .comment-author {
	color: #2f2b25;
}

.mtm-comments-area .comment-date {
	margin-left: 8px;
	font-size: 13px;
}

.mtm-comment-message {
	padding: 10px 12px;
	border: 1px solid #d9d2c4;
	background: #faf8f3;
	color: #4c453d;
}

.mtm-comment-hp {
	position: absolute;
	left: -9999px;
}

.mtm-menu-lang-switch {
	float: right;
	margin-left: 24px;
	white-space: nowrap;
}

.mtm-menu-lang-switch a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.mtm-menu-lang-switch .is-active {
	color: #2f7d32 !important;
	font-weight: 700;
}

.mtm-menu-lang-switch span {
	color: #b6a891;
}

.mtm-header-separator {
	display: block !important;
	width: 100%;
	height: 6px;
	margin-top: 20px;
	background: #f28a1d !important;
	border-radius: 999px;
}

body.single .mtm-header-separator {
	display: none !important;
}

body.page-id-133 .mtm-header-separator,
body.page-id-358 .mtm-header-separator,
body.page-id-360 .mtm-header-separator,
body.page-slug-nouveautes-papiers .mtm-header-separator {
	display: none !important;
}

body.single .main-navigation ul.nav-menu,
body.single .main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #ededed !important;
}

body.page-id-133 .main-navigation ul.nav-menu,
body.page-id-133 .main-navigation div.nav-menu > ul {
	border-bottom: 0 !important;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

body.page-id-133 .main-navigation li a {
	color: #3f3a33;
	font-weight: 500;
}

body.page-id-133 .main-navigation .current-menu-item > a,
body.page-id-133 .main-navigation .current-menu-ancestor > a,
body.page-id-133 .main-navigation .current_page_item > a,
body.page-id-133 .main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

body.page-id-358 .main-navigation ul.nav-menu,
body.page-id-358 .main-navigation div.nav-menu > ul,
body.page-id-360 .main-navigation ul.nav-menu,
body.page-id-360 .main-navigation div.nav-menu > ul,
body.page-slug-nouveautes-papiers .main-navigation ul.nav-menu,
body.page-slug-nouveautes-papiers .main-navigation div.nav-menu > ul {
	border-bottom: 0 !important;
}

body.page-id-133 .main-navigation ul.nav-menu,
body.page-id-133 .main-navigation div.nav-menu > ul {
	border-top: 1px solid rgba(237, 237, 237, 0.85) !important;
	border-bottom: 0 !important;
	background:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		url("../../../../images/image_entete_blog.jpg") center 44% / cover no-repeat;
}

body.page-id-133 .main-navigation ul.nav-menu,
body.page-id-133 .main-navigation div.nav-menu > ul,
body.page-id-358 .main-navigation ul.nav-menu,
body.page-id-358 .main-navigation div.nav-menu > ul,
body.page-id-360 .main-navigation ul.nav-menu,
body.page-id-360 .main-navigation div.nav-menu > ul,
body.page-slug-nouveautes-papiers .main-navigation ul.nav-menu,
body.page-slug-nouveautes-papiers .main-navigation div.nav-menu > ul,
body.single .main-navigation ul.nav-menu,
body.single .main-navigation div.nav-menu > ul,
body.archive .main-navigation ul.nav-menu,
body.archive .main-navigation div.nav-menu > ul,
body.error404 .main-navigation ul.nav-menu,
body.error404 .main-navigation div.nav-menu > ul {
	border-top: 1px solid rgba(237, 237, 237, 0.85) !important;
	border-bottom: 0 !important;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.68)),
		url("../../../../images/image_entete_blog.jpg") center 44% / cover no-repeat;
}

body.page-id-358 .main-navigation::after,
body.page-id-360 .main-navigation::after,
body.page-slug-nouveautes-papiers .main-navigation::after,
body.single .main-navigation::after,
body.archive .main-navigation::after,
body.error404 .main-navigation::after {
	content: "";
	display: block;
	height: 1px;
	margin-top: 18px;
	background: #e6ded2;
}

body.page-id-133 .main-navigation li a,
body.page-id-358 .main-navigation li a,
body.page-id-360 .main-navigation li a,
body.page-slug-nouveautes-papiers .main-navigation li a,
body.single .main-navigation li a,
body.archive .main-navigation li a,
body.error404 .main-navigation li a {
	color: #3f3a33;
	font-weight: 500;
}

body.page-id-133 .main-navigation .current-menu-item > a,
body.page-id-133 .main-navigation .current-menu-ancestor > a,
body.page-id-133 .main-navigation .current_page_item > a,
body.page-id-133 .main-navigation .current_page_ancestor > a,
body.page-id-358 .main-navigation .current-menu-item > a,
body.page-id-358 .main-navigation .current-menu-ancestor > a,
body.page-id-358 .main-navigation .current_page_item > a,
body.page-id-358 .main-navigation .current_page_ancestor > a,
body.page-id-360 .main-navigation .current-menu-item > a,
body.page-id-360 .main-navigation .current-menu-ancestor > a,
body.page-id-360 .main-navigation .current_page_item > a,
body.page-id-360 .main-navigation .current_page_ancestor > a,
body.page-slug-nouveautes-papiers .main-navigation .current-menu-item > a,
body.page-slug-nouveautes-papiers .main-navigation .current-menu-ancestor > a,
body.page-slug-nouveautes-papiers .main-navigation .current_page_item > a,
body.page-slug-nouveautes-papiers .main-navigation .current_page_ancestor > a,
body.single .main-navigation .current-menu-item > a,
body.single .main-navigation .current-menu-ancestor > a,
body.single .main-navigation .current_page_item > a,
body.single .main-navigation .current_page_ancestor > a,
body.archive .main-navigation .current-menu-item > a,
body.archive .main-navigation .current-menu-ancestor > a,
body.archive .main-navigation .current_page_item > a,
body.archive .main-navigation .current_page_ancestor > a,
body.error404 .main-navigation .current-menu-item > a,
body.error404 .main-navigation .current-menu-ancestor > a,
body.error404 .main-navigation .current_page_item > a,
body.error404 .main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

.mtm-header-separator {
	height: 1px;
	margin-top: 18px;
	background: #e6ded2 !important;
	border-radius: 0;
}

.public-site-footer {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 42px auto 24px;
	padding: 18px 0 0;
	border-top: 1px solid #e1dbcf;
	color: #746b5f;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.public-site-footer a,
.public-site-footer a:visited {
	color: #6a5640;
	text-decoration: none;
}

.public-site-footer a:hover,
.public-site-footer a:focus {
	color: #c96f12;
	text-decoration: underline;
}

.public-site-footer span {
	margin: 0 5px;
}

.mtm-not-found-page {
	font-size: 17px;
	line-height: 1.7;
}

.mtm-not-found-link {
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
}

.mtm-image-use-page {
	max-width: 760px;
	font-size: 16px;
	line-height: 1.75;
}
