/*!
Theme Name: Le Comptoir des Merveilles
Theme URI: https://sebderobert.fr/
Author: Seb Derobert
Author URI: https://sebderobert.fr/
Description: Theme made for Le Comptoir des Merveilles by Seb Derobert, based on Underscores
Version: 0.96
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: le-comptoir-des-merveilles
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Le Comptoir des Merveilles is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #F8F8F7;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h4,
h5,
h6 {
	clear: both;
	color: #1D1D1F;
}


h2 {
	color:  #1D1D1F;
	font-family: Fredoka;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

h3 {
	color: #1D1D1F;
	font-family: Fredoka;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

section#content p,
section#content ul li {
	color: #3F3A34;
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

p {
	margin: 10px 0 0;
}

p.lh24 {
	line-height: 24px;
}

li {
	margin: 5px 0 0;
}

p + ul {
	margin: 5px 0 0;
}


section#content ul {}

h1.page-title {
	font-family: 'Fredoka';
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
	margin: 0;
}

@media screen and (max-width: 900px) {
	
	section h1.page-title {
		text-align: center;
	}
}

@media screen and (max-width: 605px) {
	main section h1.page-title {
		text-shadow: unset;
		font-size: 20px;
		line-height: 28px;
	}
}

h2.section-title {
	display: block;
	width: fit-content;
	text-align: center;
	margin: 20px auto 40px;
	font-family: 'Bobby Jones Soft';
	font-size: 34px;
	letter-spacing: 0.85px;
	line-height: 46px;
	font-weight: 400;
	text-transform: uppercase;
}

@media screen and (max-width: 900px) {}




@media screen and (max-width: 782px) {
	div.container h2.section-title {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.45px;
		margin: 20px auto 10px;
	}
}

div.section-title-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: fit-content;
	align-items: center;
	margin: 30px auto 0;
}

@media screen and (max-width: 600px) {
	div.section-title-container div.title-icons {
		display: none;
	}
}


div.section-title-container h2.section-title {
	margin: 0 12px;
}

h3.item-title {
	font-family: 'Fredoka';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	color: #3F3A34;
	margin: auto;
}

h3.univer-title {
	font-family: 'Fredoka';
	font-size: 16px;
	font-weight: 400;
	color: #3F3A34;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

h3.blog_post-title {
	color: #3F3A34;
	text-align: center;
	font-family: 'Fredoka';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 20px auto 40px;
	min-height: 50px;
	padding: 0 8px;
}

@media screen and (max-width: 605px) {
	div.item-bottom-container.blog_post-bottom-container h3.blog_post-title {
		margin: 10px auto 20px;
	}
}

h3.marque-title {
	color: #3F3A34;
	font-family: 'Fredoka';
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 10px auto;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F7F7F6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

div.container {
	width: 1200px;
	max-width: 98%;
	margin: auto;
}

div.split-intro-container {
	display: flex;
	width: 1200px;
	padding: 10px 0;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}


@media screen and (max-width: 900px) {
	section div.split-intro-container {
		flex-direction: column-reverse;
		gap: 20px;
		padding: 10px 0;
		max-width: 95%;
	}
}

section {
	padding: 10px 0 50px;
	margin: 20px 0;
}

@media screen and (max-width: 605px) {
	main section {
		padding: 10px 0 20px!important;
	}
}

main section.offres {
	padding: 10px 0 0;
	margin: 20px 0 0;
}

div.page-content {
	font-family: 'Fredoka';
	color: #1D1D1F;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}


@media screen and (max-width: 900px) {
	section div.page-content {
		font-size: 18px;
		line-height: 24px;
	}
	
}


div.item-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Lists
--------------------------------------------- */

ul.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 100%;
	gap: 10px;
}

ul.list.offres-list {
	gap: 30px;
}

li.univer-item {
	width: 166px;
	margin: 0 0 17px;
}

ul.list.marques-list {
	margin: 0 auto 0;
	gap: 31px;
}

li.marque-item {
	margin: 0 0 50px;
}

div.marque-item-img-wrapper {
	display: block;
	width: 174px;
	height: 180px;
	overflow: hidden;
	border-radius: 8px;
	flex-shrink: 0;
	box-shadow: 0 2.06px 8.24px 0 rgba(63, 58, 52, 0.10);
	transition: all 150ms ease-out;
}

li.marque-item:hover div.marque-item-img-wrapper {
	transform: scale(1.03);
	transition: all 150ms ease-in;
}

div.univer-item-img-wrapper {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	height: 166px;
	flex-shrink: 0;
	align-self: stretch;
	aspect-ratio: 1/1;
	transition: all 150ms ease-out;
}

li.univer-item:hover div.univer-item-img-wrapper {
	transform: scale(1.03);
	transition: all 150ms ease-in;
}

div.univer-item-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.item-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

div.item-top-container {
	position: relative;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div.item-top-container.blog_post-top-container {
	height: 250px;
}

div.item-top-container.offre-top-container {
	height: 220px;
}

div.item-top-container.blog_post-top-container {
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

div.item-top-container:not(.blog_post-top-container) {
	border-bottom: 0.75px solid #CFC7BC;
}

div.item-img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

div.item-img-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

a.item-link {
	color: unset;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

ul.list {
	justify-content: flex-start;
	margin: 40px auto 0;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

@media screen and (max-width: 1238px) {
	div.container ul.list {
		width: 790px;
		max-width: 100%;
	}
}

@media screen and (max-width: 900px) {
	section div.container ul.list {
		width: 580px;
		justify-content: center;
	}
	
}

@media screen and (max-width: 605px) {
	
	div#page main section#univers {
		padding: 10px 0 12px  !important;
	}
	
	div#page section div.container ul.list {
		max-width: 97%;
		gap: 2px;
		margin: 10px auto 20px;
	}
	
	div#page section#univers div.container ul.list {
		max-width: 98%;
		gap: 4%;
		margin: 20px auto 0;
	}
	
	div#page section div.container ul.list.blog_post-list {
		margin: 10px auto;
	}
	
	section#marques ul.list.marques-list li.marque-item {
		margin: 0 0 10px;
	}
	
	div.container ul.list li.offre-item {
		width: 100%;
		height: auto;
		margin: 15px 0;
	}
	
	section ul.list li.offre-item.future-item.vente-item, section ul.list li.offre-item.future-item.plan-item {
		height: auto!important;
	}
	
	div.container ul.list li.offre-item.future-item {
		margin: 15px 0;
		box-shadow: unset;
		background-color: transparent;
	}
	
	div.container ul.list li.offre-item.home-offre-item div.item-container div.item-product-type-wrapper {
		padding: 0 10px 10px;
	}
	
	div.container ul.list li.offre-item.plan-item.home-offre-item div.item-container div.item-product-type-wrapper {
		padding: 0 10px 0;
	}
	
	li.plan-item div.item-bottom-container{
		padding: 10px 10px ;
	}
	
	ul.list li.offre-item.home-offre-item div.item-top-container.offre-top-container {
		height: auto;
		aspect-ratio: 1.5;
	}
	
	ul.list li.offre-item:not(.home-offre-item) div.item-top-container.offre-top-container {
		height: 100%;
		aspect-ratio: 1.75;
		min-height: calc(100vw / 1.95);
	}
	
	ul.list li.offre-item:not(.home-offre-item) div.item-product-type-wrapper {
		padding: 0 10px 0;
		margin: 15px 0 0;
	}
	
	ul.list li.offre-item.vente-item.home-offre-item {
		height: auto;
	}
	
	div#page section div.container ul.list.univers-list {
		width: 500px;
		max-width: 97%;
		gap: 10px;
		margin: 20px auto;
		justify-content: space-between;
	}
	
	div#page section div.container ul.list.marques-list {
		justify-content: space-between;
			margin: 30px 0 0;
	}
	
	li.univer-item {
		width: 48%;
		max-width: 48%;
		margin: 0 0 1px;
	}
	
	li.univer-item  div.univer-item-img-wrapper {
		max-width: 100%;
		height: auto !important;
	}
	
	li.marque-item {
		width: 46%;
		max-width: 46%;
	}
	
	li.marque-item div.marque-item-img-wrapper {
		width: 100%;
		max-width: 100%;
		height: 167px;
		margin: auto;
	}
}

ul.list.blog_post-list {
	justify-content: space-between;
	gap: 30px;
}

ul.list li.offre-item {
	width: 380px;
	border-radius: 8px;
	box-shadow: 0 6px 20px 0 rgba(63, 58, 52, 0.15);
	background-color: #F8F8F7;
	margin: 25px 0;
	transition: all 150ms ease-in;
}

ul.list li.offre-item:not(.future-item):hover {
	transform: scale(1.03);
	transition: all 150ms ease-out;
}

li.item.offre-item.vente-item {
	height: 274px;
}

li.item.offre-item.plan-item {
	height: 299px;
}

div.offre-top-container {
	height: 200px;
}

div.item-title-wrapper {
	display: block;
	margin: 0 auto;
	width: fit-content;
	background-color: #FDFBF7;
	padding: 2px 15px;
	border-radius: 20px;
	z-index: 1;
	position: relative;
}

div.item-product-type-wrapper {
	padding: 0 10px 0;
	margin: 17px 0 0;
}

div.item-type-wrapper {
	display: block;
	margin: 0 auto;
	width: fit-content;
	padding: 2px 15px;
	border-radius: 20px;
	z-index: 1;
	position: relative;
	transform: translate(0, 25px);
	box-shadow: 0 2px 8px 0 rgba(63, 58, 52, 0.10);
}

div.item-product-type-wrapper.vente-type-wrapper {
	margin: 17px 0 0;
}

span.item-product-type {
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	color: #3F3A34;
}

span.item-product-type.plan-product-type {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
		   line-clamp: 1; 
	-webkit-box-orient: vertical;
}

li.plan-item div.item-bottom-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

span.item-product-type.vente-product-type {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

div.item-type-wrapper.vente-type-wrapper {
	background-color: #3F3A34;
}

div.item-type-wrapper.plan-type-wrapper {
	background-color: #E46E62;
}

div.item-product-type-wrapper.plan-product-type-wrapper {
	padding: 0 10px 0;
	margin: 15px 0 0;
}

div.item-product-description-wrapper {
	padding: 0 10px 0;
}

span.item-description.plan-description {
	font-family: 'Fredoka';
	color: #3F3A34;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

span.item-type {
	font-family: 'Fredoka';
	color: #F8F8F7;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

/* Blog
--------------------------------------------- */

li.item.blog_post-item {
	display: flex;
	width: 380px;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin: 35px 0 20px;
}

@media screen and (max-width: 605px) {
	ul li.item.blog_post-item {
		margin: 15px 0;
	}
}

div.item-top-container.blog_post-top-container div.item-img-container {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 20px 0 rgba(63, 58, 52, 0.15);
}

div.item-type-wrapper.blog_post-type-wrapper {
	box-shadow: none;
	border-radius: 999px;
	border: 1px solid #BFC5BE;
	background: #D3D8D1;
}

div.item-bottom-container.blog_post-bottom-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

span.item-type.blog_post-type {
	color: #3F3A34;
}

div.blog_post-type-icon-wrapper {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: #D3D8D1;
}

a.blog_post-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #3F3A34;
	height: 40px;
	padding: 0 24px;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid #3F3A34;
	font-family: "Bobby Jones Soft";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin: 0 auto 10px;
}

a.blog_post-link:hover {
	border: 2px solid #B9924E;
	color: #B9924E;
}

span.blog_post-readingtime {
	color: #3F3A34;
	text-align: center;
	font-family: 'Fredoka';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

/* More content
--------------------------------------------- */

section#more-content {
	padding: 30px 0;
	margin: 0 0 25px;
}

div.more-content-wrapper {
	width: fit-content;
	margin: auto;
	border-radius: 8px;
	border: 1px solid var(--Ocre-fonc, #B9924E);
	display: flex;
	padding: 16px 20px;
	flex-direction: column;
	align-items: flex-start;
}


@media screen and (max-width: 605px) {
	

	main section#more-content {
		margin: 0;
	}
	
	section#more-content div.more-content-wrapper {
		max-width: 97%;
	}
	
	 div.more-content-wrapper p.more-content-message {
		
	}
}

@media screen and (max-width: 550px) {
	
	div.hero-container div.hero-content div.hero-btn-container a.button {
		width: 100%;
		max-width: 100%;
	}
	
	div.hero-content div.mobile-more-content-wrapper {
		width: 95%;
		max-width: 95%;
		margin: 10px 0 0;
	}
}


p.more-content-message {
	font-family: 'Fredoka';
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #1D1D1F;
}

p.more-content-message a {
	color: #B9924E;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	vertical-align: bottom;
	position: relative;
}

p.more-content-message a:hover:after {
	display: block;
	content: '';
	width: calc( 100% - 17px );
	left: 0;
	right: 0;
	bottom: -3px;
	height: 1px;
	background: #B9924E;
	position: absolute;
}

img.arrow-icon {
	position: relative;
	top: 7px;
}

p.no-content {
	display: block;
	text-align: center;
	font-family: 'Fredoka';
	margin: 20px auto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #1D1D1F;
}


/* Buttons
--------------------------------------------- */


a.button {
	display: block;
	width: fit-content;
	border: 1px solid #B9924E;
	background-color: #DCB472;
	margin: 10px auto;
	border-radius: 10px;
	padding: 7px 24px;
	color: unset;
	text-decoration: none;
	box-shadow: 0 2px 8px 0 rgba(63, 58, 52, 0.10);
}

a.button:hover {
	background-color: #EFD7A4;
}

span.button-text {
	color: #3F3A34;
	font-family: 'Bobby Jones Soft';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	text-align: center;
}

@media screen and (max-width: 550px) {
	
	section a.button {
		width: 97%;
		max-width: 97%;
		text-align: center;
	}
}



/* Heroes
--------------------------------------------- */

section#hero {
	width: 1200px;
	max-width: 100%;
	margin: auto;
	min-height: 360px;
	overflow: hidden;
}

div.hero-container {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	padding-bottom: 30px;
	height: 360px;
}

div.hero-img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

div.hero-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.hero-content {
	position: relative;
	margin-left: auto;
	margin-right: 0;
	width: 530px;
	max-width: 100%;
	padding: 40px 40px 0 0;
}

div.hero-content.inverse {
	margin-right: auto;
	margin-left: 0;
	padding: 40px 0 0 40px;
}

div.hero-title-wrapper {
	
}

h1.hero-title {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
	font-family: 'Fredoka';
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
}

div.hero-btn-container {
	display: flex;
	margin: 30px 0 0;
	align-items: center;
	gap: 100px;
}

div.hero-text-wrapper {
	font-family: 'Fredoka';
}

div.hero-text-wrapper p {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}


/* Blocs
--------------------------------------------- */

div.block-product {
	display: block;
	height: 278px;
	width: 260px;
	max-width: 100%;
	margin: 20px 0 40px;
}

div.block-product-three-item {
	display: block;
	height: 248px;
	width: 208px;
	max-width: 100%;
	margin: 20px 0 40px;
}

div.block-product-three {
	display: flex;
	width: 680px;
	max-width: 100%;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: center;
}


@media screen and (max-width: 900px) {
	section div.block-product-three {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

div.block-product-container {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 6px 20px 0 rgba(63, 58, 52, 0.15);
}

div.block-product-img-wrapper {
	display: block;
	width: 260px;
	height: 170px;
	max-width: 100%;
	overflow: hidden;
}

div.block-product-img-wrapper.block-product-three-item-img-wrapper {
	height: 140px;
}

div.block-product-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.block-product-name-wrapper {
	display: flex;
	padding: 8px 12px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}

span.block-product-name {
	color: #3F3A34;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

section#content a.product-block-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #3F3A34;
	height: 40px;
	padding: 0 24px;
	text-decoration: none;
	border-radius: 999px;
	border: 2px solid #3F3A34;
	font-family: "Bobby Jones Soft";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin: 28px auto 10px;
	width: fit-content;
}

section#content a.product-block-link:hover {
	border: 2px solid #B9924E;
	color: #B9924E;
}

div.block-tips,
div.block-essentials {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	width: 680px;
	max-width: 100%;
	padding: 10px 30px 15px 30px;
	margin: 30px 0;
}

div.block-tips {
	background: #E8E8E8;
}

div.block-essentials {
	background: #E2E5E0;
}

div.block-tips-title-wrapper,
div.block-essentials-title-wrapper {
	display: flex;
	padding: 4px 0;
}

img.block-tips-icon,
img.block-essentials-icon {
	margin-right: 8px;
}

h2.block-tips-title,
h2.block-essentials-title {
	margin: 0;
}

div.block-tips-content,
div.block-essentials-content {
	margin-top: 12px;
}

div.block-tips-content p,
div.block-essentials-content p {
	margin: 0;
}

img.block-essentials-item-icon {
	margin-right: 6px;
}

div.block-product-procon-name-wrapper {
	margin: 30px 0 28px;
}

div.block-product-procon-container {
	margin: 10px 0;
}

span.block-product-procon-name {
	display: block;
	color:  #1D1D1F);
	font-family: 'Fredoka';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

div.block-product-procon-img-wrapper {
	width: 260px;
	height: 170px;
	max-width: 100%;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px 0 20px;
}

div.block-product-procon-img-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.block-product-procon-procons {
	display: flex;
	align-items: flex-start;
	gap: 44px;
	align-self: stretch;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0;
}

span.block-product-procon-heading {
	color: 3F3A34;
	font-family: Fredoka;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

div.block-product-procon-pros div.pro,
div.block-product-procon-cons div.con {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
}

div.pro img.procon-icon {
	padding: 2px 5px 0 5px;
}

div.con img.procon-icon {
	padding: 11px 5px;
}

span.procon-text {
	color: #3F3A34;
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

a.button.block-product-procon-button {
	margin: 28px 0 40px;
}

div.block-essentials-item {
	color: #3F3A34;
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

div.block-button {
	margin: 40px 0;
}

@media screen and (max-width: 605px) {
	section h2.wp-block-heading, section h2.block-tips-title, section h2.block-essentials-title, section span.block-product-procon-name {
		font-size: 18px;
		line-height: 24px;
	}
	
	section div.block-product-three {
		gap: 10px;
		margin: 20px 0;
	}
	
	section div.block-product-three div.block-product-three-item {
		margin: 10px 0 ;
	}
}


figure.wp-block-table table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 20px 0 30px;
}

figure.wp-block-table table tbody th, figure.wp-block-table table thead th {
	border: none;
	color: #000;
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

figure.wp-block-table table tbody td, figure.wp-block-table table tbody td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #E8E8E8;
	color: #000;
	font-family: 'Fredoka';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

figure.wp-block-table table thead {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #3F3A34;
}

figure.wp-block-table table tbody td, figure.wp-block-table table tbody tr :last-of-type td {
	border: none;
}

.cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-accept {
	
}

.cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-accept:hover {
	
}

.cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-deny {
	
}
.cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-deny:hover {}

.cmplz-cookiebanner .cmplz-buttons button.cmplz-btn.cmplz-preferences {}