/*!
Theme Name: Les Vergers de Hachy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: les-vergers-de-hachy
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.

Les Vergers de Hachy 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;
}

/**
 * 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: bolder;
}

/**
 * 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,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: #fff;
}

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
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: fit-content;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 78.125em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

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

.post,
.page {
	margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 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;
}



/*!
Home made CSS - Les Vergers de Hachy
*/

/*--------------------------------------------------------------
>>> Table des matières
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Page
	- Accueil
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Responsive
	- Accessibility
	- Alignments

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

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

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

.custom-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}

.body {
	margin-bottom: 0px !important;
}


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

/* Typography
--------------------------------------------- */

@font-face {
	font-family: AmaticSC;
	src: url(../les-vergers-de-hachy/fonts/Amatic_SC/Amatic_SC/AmaticSC-Regular.ttf);
	font-weight: normal;
}

h1 {
	font-family: AmaticSC, sans-serif;
	font-size: 4rem;
}

.entry-header {
	width: 80vw;
	display: flex;
	margin: 0 auto;
}

h2 {
	font-family: AmaticSC, sans-serif;
	font-size: 4rem;
}

h3 {
	font-family: roboto, sans-serif;
	color: #292929;
	font-size: 2rem;

}

.no-margin {
	margin: 0;
}

.no-style-link {
	color: #232323;
	text-decoration: underline;
}

.no-style-link:hover {
	text-decoration: underline;
	color: #527256;
}

.no-style-link:visited {
	color: #232323;
	text-decoration: none;
}

/* Elements
--------------------------------------------- */


/*Footer*/

.footer-general {
	background-color: #7fa484;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	height: 20vh;
	align-items: center;
}

.footer-contact a {
	color: #232323 !important;
}


/*Page title*/


/*Site info*/
.site-info {
	display: none;
}


.socials-custom-look a {
	color: #446a49;
	text-decoration: none;
}

.socials-custom-look i {
	padding-right: 15px;
	color: #7fa484;
}

.footer-contact .socials-custom-look i {
	color: #232323 !important;
}

.socials-custom-look p{
 color: #232323 !important;
margin:0;
}

/*Buttons*/


.wp-block-buttons .wp-block-button a {
	position: relative;
	background-color: #7fa484;
	color: white;
	border-radius: 50px;
	width: fit-content !important;
	padding: 8px 20px;
	font-size: 1.1rem;
	transition: all .3s cubic-bezier(.22, .68, 0, 1.71);
}

.wp-block-buttons .wp-block-button a:active {
	transform: translateY(5px) translateX(5px);
}

.wp-block-buttons .wp-block-button a:hover {
	background-color: #517355 !important;
	color: white !important;
}

.wp-block-buttons .wp-block-button a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 6px;
	left: 6px;
	border-radius: 50px;
	pointer-events: none;
	border: 2px solid #4e4e4e;
	transition: all .3s cubic-bezier(.22, .68, 0, 1.71);
}

.wp-block-buttons .wp-block-button a:hover:before {
	top: -7px;
	left: -7px;
	padding: 12px;
	border-color: #517355;
}

/*Séparateur*/

hr {
	height: 2px;
	background-color: #7fa484;
	width: 100%;
	margin-top: 5vh;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

/* Age verification
--------------------------------------------- */
.age-gate {
	border-radius: 40px !important;
}

.age-gate-headline {
	margin: 15px 0;
}

.age-gate-subheadline {
	display: none;
}

.age-gate-buttons button {
	border-radius: 20px;
}

.age-gate-submit-no {
	background-color: #E64C4D !important;
}

.age-gate-submit-no:hover {
	background-color: #a32626 !important;
}

.age-gate-submit-yes {
	background-color: #7fa484 !important;
}

.age-gate-submit-yes:hover {
	background-color: #446a49 !important;
}

/* Accueil
--------------------------------------------- */

.post-9 .entry-header {
	display: none;
}

.page-id-9 .site-header {
	margin-bottom: 0 !important;
}

.entry-content .wp-block-cover .wp-block-cover__inner-container {
	display: flex;
	justify-content: center;

}

.entry-content .wp-block-cover .wp-block-cover__inner-container h3 {
	width: 40vw;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	padding: 20px;
}

/*Apple img*/
.custom-apple {
	margin-top: -200px;
	z-index: 999;
	position: relative;
}

.custom-apple figure {
	max-width: 50vw;
}

.custom-place {
	margin-top: -30px;
	display: flex;
	justify-content: baseline;
	position: relative;
	width: fit-content;
	margin-left: 10vw;
}

.custom-place-between {
	display: flex;
	justify-content: space-around;

}

/*Btn*/

.btn-1-mobile,
.btn-2-mobile {
	display: none !important;
}


.btn-1 {
	margin-top: -100px !important;
	max-width: max-content !important;
}

.btn-2 {
	position: absolute;
	left: 45vw;
	max-width: max-content !important;
}

.custom-text-apple {
	margin: 120px 0 50px 0;
	font-size: 1.3rem;
}

.btn-3 {
	position: absolute;
	left: 60vw;
	max-width: max-content !important;
}


/*call-to-action*/

.call-to-action p {
	margin-bottom: 10px;
}

.call-to-action .wp-block-buttons {
	margin-bottom: 20px;
}

.background-white-opacity {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 40px;
	padding: 20px
}


/*section actu*/

.custom-actu {
	margin: 0 auto;
	width: 80vw;
	display: flex;
	justify-content: center;
}


.custom-article-info .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
}

.custom-article-info .wp-block-group__inner-container p {

	width: fit-content;
	padding: 0 15px;
}

.post-title {
	margin: 0 0 20px 0;
}

.post-title a {
	font-size: 1.5rem;
	font-weight: 200;
	max-width: 40vw;
	text-decoration: none;
}

.post-title a:visited {
	color: #404040;
}

.wp-block-post-excerpt__more-text a {
	color: #7fa484;
	text-decoration: none;
	margin-top: 15px;
}

.wp-block-post-excerpt__more-text a:visited {
	color: #7fa484;
}

.wp-block-post-excerpt__more-text a:hover {
	color: #446a49;
}

.custom-right-article {
	display: flex;
	flex-direction: column;
	margin-left: 2vw;
}

.custom-right-article .wp-block-post-title {
	max-width: 100%;
	margin: 1vw 0
}

.custom-right-article .wp-block-post-date {
	width: fit-content;
}

.custom-right-article .wp-block-post-title a {
	font-size: 1rem;
}

.custom-right-article li div {
	width: fit-content;
}

.custom-right-article li {
	display: flex;
	align-items: center;
}

.custom-actu .custom-right-article .wp-block-group {
	width: auto;
	display: flex;
	justify-content: center;
}

.custom-actu .custom-right-article figure img {
	min-height: 180px;
	max-height: 180px;
	min-width: 180px;
	max-width: 180px;
	/* c'est magic*/
	margin-right: 20px;
}

.custom-actu img {
	border-radius: 20px;
	max-height: 40vh;
}

.custom-actu .custom-latest-article {
	border: 1px solid #8d8d8daf;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	max-width: 50%;
}

.custom-actu .custom-latest-article ul {
	margin: 0px;
}

.custom-actu .custom-latest-article figure {
	margin: 0px;
}

.custom-actu .custom-right-article h3 {
	margin: 0;
}

h3 a {
	font-family: roboto, sans-serif;
	color: #292929;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 400;
}

h3 a:hover {
	font-family: roboto, sans-serif;
	color: #7fa484;
	text-decoration: none;
}

.custom-actu .custom-right-article a:hover {
	color: #7fa484;
	text-decoration: none;
}

a:visited {
	color: #232323;
}


/* Nous connaître
--------------------------------------------- */


.custom-3-col {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.custom-3-col img {
	border-radius: 40px !important;
}

.custom-3-col .wp-block-column {
	display: flex;
	justify-content: center;
	width: fit-content;
}

.custom-3-col span {
	display: flex;
	justify-content: center;
}

.custom-3-col .wp-block-cover {
	min-width: 20vw;
	padding: 0;
	width: -moz-available;
}

.custom-3-col .wp-block-cover__inner-container p {
	width: 15vw !important;
	font-size: 2.3rem !important;
	margin-top: 95%;
	margin-bottom: 10px;
	font-family: AmaticSC, sans-serif;
	padding: 1vh 2vw;
	border-radius: 20px;
}

/*arrow*/
.arrow {
	text-align: center;
	margin: 8% 0;
}

.arrow a {
	color: #7fa484;
	text-decoration: none;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.post-11 h3 {
	width: 80vw;
	margin: 0 auto;
	padding-bottom: 8vh;
}

.custom-center {
	width: 80vw;
	margin: 0 auto;
}

.custom-center-p {
	width: 70%;
	font-size: 1.2rem;
}

.custom-icones div {
	display: flex;
	justify-content: center;
}

.custom-background-icones {
	background-color: #bad2bd59;
	border-radius: 20px;
	padding: 40px;
	position: relative;

}

.custom-background-icones .wp-block-columns {
	margin-bottom: 0;

}

.custom-background-icones::before {
	content: url(../../../uploads/2024/08/green-line.png);
	position: absolute;
	left: -40px;
	top: -40px;
}

.custom-background-icones::after {
	content: url(../../../uploads/2024/08/green-line.png);
	position: absolute;
	right: -40px;
	bottom: -40px;
}

.custom-background-icones p {
	display: flex;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
}

.custom-icones .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.custom-icones img {
	width: 8vw !important;


}

.custom-text {
	margin-top: 10vh;
	margin-bottom: 5vh;
}

.custom-apple-nous-connaitre {
	margin-top: -30vh;
	margin-right: 10vw;

}

.custom-apple-nous-connaitre img {
	width: 20vw !important;
}

.custom-team {
	display: flex;
	justify-content: center;
	text-align: start;
	font-size: 1rem;
	width: 80vw;
}

.custom-background-color {
	background-color: #DEE8DF;
	padding: 20px 0;
}

.team-text {
	min-width: 35vw;
}



.custom-team .wp-block-columns {
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
}

.custom-call-action {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	font-size: 1.3rem;
}

.custom-call-action p {
	padding-right: 5%;

}

.custom-col-2 {
	display: flex;
	justify-content: space-around;
	margin-bottom: 5%;
}

.custom-col-2 img {
	min-width: 30vw !important;
	max-width: 30vw !important;
	height: 300px !important;

}

.custom-col-2-img-mobile {
	display: none;
}

#verger {
	text-align: center;
}

.custom-col-2 p {
	font-size: 1.1rem;
	padding-left: 5%;
}

.post-11 .background-white-opacity {
	padding: 40px 60px;
}

/* Nos produits
--------------------------------------------- */
.post-13 {
	margin-top: 5vh;
}


.custom-product {
	display: flex;
	justify-content: center;
	position: relative;
	background-color: #DEE8DF;
	border-radius: 40px;
	padding: 20px;
}

.custom-product .wp-block-heading {
	margin: 0;
	font-size: 3rem;
}

.custom-product .wp-block-group {
	font-size: 1.2rem;
}

.custom-border-right {
	border-radius: 0 40px 40px 0;
	padding-left: 40px;

}

.custom-border-left {
	border-radius: 40px 0 0 40px;
	padding-right: 40px;
	padding-left: 20px;
}

.custom-product img {
	border-radius: 40px;
	z-index: 99;
height:333px
}

.custom-product figure {
	/* magic */
	min-width: 250px;
	max-width: 250px;
}

.custom-product p {
	margin: 0;
}

/* Commande
--------------------------------------------- */

.products-global {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 40px;
}

.products-pommes {
	display: flex;
}

.products-other {
	display: flex;
}


.apple_types {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}

.products {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.product-title-block {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product-title-block h3 {
	margin-left: 20px;
}




.title-custom-form p {
	margin: 0;
	;
}

.products-order-title {
	display: flex;
	justify-content: space-between;
}


.variete-display {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3vh;
	min-width: 12vw;
}

.product-img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 20px;
}

.qty {
	padding: 0 10px;
	display: inline-block;
	width: 60px !important;
	text-align: center;
	border: 1px solid #7fa484;
	border-radius: 5px;
}

.btn {
	background-color: #7fa484;
	color: white;
	border-radius: 99px;
	padding: 0;
	border: none;
	height: 30px;
	width: 30px;
	cursor: pointer;
}


.total {
	background-color: #DEE8DF;
	padding: 5px 10px;
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.205) 0px 2px 4px 0px inset;
	width: 130px;
	display: flex;
	justify-content: center;
}

#tot {
	font-size: 1.5rem;
	display: flex;
	justify-content: end;
	align-items: baseline;
}

#total {
	font-size: 1.5rem;
	background-color: #DEE8DF;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.205) 0px 2px 4px 0px inset;
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submit-custom input {
	background-color: #7fa484;
	border-radius: 20px;
	color: white;

}



.submit-custom input {
	position: relative;
	background-color: #7fa484;
	color: white;
	border-radius: 50px;
	width: fit-content;
	padding: 8px 20px;
	font-size: 1.1rem;
	transition: all .3s cubic-bezier(.22, .68, 0, 1.71);
}

.submit-custom:active {
	transform: translateY(5px) translateX(5px);
}

.submit-custom input:hover {
	background-color: #517355 !important;
	color: white !important;
}




/*Form*/

.custom-label {
	font-size: 1.2rem;
}

.custom-input {
	background-color: #DEE8DF;
	box-shadow: rgba(0, 0, 0, 0.205) 0px 2px 4px 0px inset;
	border-radius: 10px !important;
	margin-bottom: 20px;
}


/* Actu
--------------------------------------------- */
.blog #primary {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.post-global {
	width: 30vw;
	display: inline-block;
	margin: 40px;
	padding: 30px;
	border-radius: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-image {
	max-width: 40vw !important;
	border-radius: 40px;
}

.post-image a img {
	max-height: 300px;
	border-radius: 40px;
	object-fit: cover;
}

.cat-links a {
	color: #7fa484 !important;
	text-decoration: none;
}

.cat-links:checked a {
	color: #7fa484;
}

.cat-links:hover a {
	color: #527256;
	border-bottom: 2px solid #7fa484;
}

.posted-on {
	color: #232323 !important;
	text-decoration: none;
}

.posted-on a {
	color: #232323 !important;
	text-decoration: none;
}

.entry-footer {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 15vw;
}

.entry-footer p {
	margin-bottom: 1vh;
}

.post-title {
	font-size: 1.5rem;
	font-weight: 200;
	max-width: 40vw;
	text-decoration: none;
}

.post-title h3 {
	margin: 0 0 1vh 0 !important;
}

.post-content-custom p {
	max-width: 40vw;
	font-size: 1rem;
	margin: 0 !important;
}

.entry-content {
	margin: 0;
}

/* page article
--------------------------------------------- */

.article-display-global {
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
}

.article-display-img div img {
	border-radius: 40px;
	height: 40vh;
	object-fit: cover
}

.article-display-info {
	display: flex;
	align-items: baseline;
}

.article-display-info p {
	margin: 0 2vw;
}

.article-display-content div p {
	max-width: 100%;
}

.comments-area {
	display: none;
}

.post-navigation {
	background-color: #DEE8DF;
	height: 15vh;
	margin: 5vh 0 0 0 !important;
	display: flex;

}

.post-navigation .nav-links {
	font-size: 1.5rem;

	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
}

.post-navigation .nav-links a {
	color: #232323;
	text-decoration: none;
}

.post-navigation .nav-previous .nav-subtitle {
	display: none;
}

.post-navigation .nav-previous::before {
	content: "<";
	padding-right: 2vw;
}

.post-navigation .nav-next .nav-subtitle {
	display: none;
}

.post-navigation .nav-next::after {
	content: ">";
	padding-left: 2vw;
}

/* Contact
--------------------------------------------- */
#post-319 {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.entry-header,
.custom-contact-intro,
.custom-contact-info {
	width: 70vw;
	margin: 0 auto;
}

#post-319 .entry-header {
	text-align: center;
}

#post-319 .custom-contact-intro {
	font-size: 1.3rem !important;
}

.custom-contact-info {
	margin-bottom: 5vh;
}

.custom-contact-info .contact-custom-flex {
	display: flex;
	justify-content: space-between;
}

.custom-contact-info i {
	width: 7vw;
	text-align: end;
}

.custom-contact-info i::before {
	font-size: 4rem;
	color: #7fa484;
	margin-right: 3vw;
	text-align: end;
}

.custom-contact-info .wp-block-heading {
	margin: 0;
}

.custom-contact-info p {
	margin: 0;
}

.custom-contact-display {
	display: flex;
	justify-content: space-between;

	margin-bottom: 5vh !important;
}

iframe {
	width: 100vw;
}

/* 404
--------------------------------------------- */
.error-404 .page-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10vh;
	margin-bottom: 100px;
}

.error-404 .page-content .img {
	max-width: 60%;
}

.error-404 .page-content .right-side {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-left: 200px;
}

.error-404 .page-content .wp-block-buttons {
	margin-top: 20px;
}

/* Confirmation commande
--------------------------------------------- */
.post-449 .entry-header {
	display: none;

}

.post-449 .entry-content {
	width: 80vw;
	margin: 10vh auto;

}

.post-449 h2 {
	font-size: 3rem;
}

.post-449 figure {
	width: 25vw;
	margin-right: 5vw;
}

/* Legals
--------------------------------------------- */

#post-379 {
	margin-left: 10vw;
	margin-right: 10vw;
}

/*--------------------------------------------------------------
# Composants
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	padding: 10px 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	background-color: white;
	z-index: 99999;

}

.site-branding .custom-logo-link {
	max-width: 250px;
}

.site-title {
	display: none;
}

.main-navigation {
	max-width: 40vw;
}

.nav-menu {
	display: flex;
	justify-content: space-around;
	color: #292929;
}

.nav-menu li {
	padding: 0 3vw;
}

.nav-menu li a {
	color: #292929;
	width: max-content;
}

.nav-menu li a:hover {
	color: #7FA585;

}

.current-menu-item a {
	color: #7FA585 !important;

}

.contact-btn div a {
	font-size: 1rem !important;
}




/**
 * TODO
 * Ajouter font awesome pour mettre le symbole + faire l'animation au clique 
 */

/* List
--------------------------------------------- */
.theme-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.theme-list li {
	padding-bottom: 10px;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/* Spacer
--------------------------------------------- */
@media only screen and (max-width: 768px) {
	.wp-block-spacer {
		height: 60px !important;
	}
}

@media only screen and (max-width: 576px) {
	.wp-block-spacer {
		height: 40px !important;
	}
}

/* Typo
--------------------------------------------- */
@media only screen and (max-width: 1250px) {
	p {
		font-size: 1rem !important;
	}

	h1 {
		font-size: 3rem !important;
	}

	h2 {
		font-size: 2.8rem !important;
	}

	h3 {
		font-size: 1.8rem !important;
	}
}

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

	p {
		font-size: 0.8rem !important;
	}

	h1 {
		font-size: 2.8rem !important;
		margin: 0;
	}

	h2 {
		font-size: 1.5rem !important;
	}

	h3 {
		font-size: 1.3rem !important;
	}
}

/* BTN
--------------------------------------------- */

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

	.wp-block-button a {
		font-size: 1rem !important;
	}
}

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

	.wp-block-button a {
		font-size: 0.8rem !important;
	}
}


/* Header
--------------------------------------------- */

@media only screen and (min-width: 1250px) {
	#menu-item-429 {
		display: none;
	}
}

@media only screen and (max-width: 1250px) {
	.site-header {
		justify-content: space-evenly;
	}

	#menu-item-429 {
		display: block;
	}

	.site-header .toggled {

		height: 34px
	}

	.site-header .toggled .menu-menu-general-container ul li {
		padding: 5px 0;

	}

	.site-header .toggled .menu-menu-general-container li a:hover {
		color: #446a49 !important;
	}

	.site-header .toggled .menu-menu-general-container ul {
		padding: 10px 20px;
		background-color: white;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.site-header .main-navigation .menu-toggle {
		background-color: #7fa484;
		border-radius: 999px;
	}

	.site-header .main-navigation i {
		color: white;
		font-size: 1.5rem;
		min-height: 3vh;
		display: flex;
		align-items: center;
	}



	.menu-toggle {}

	.navigation-desktop {}

	.site-header .wp-block-buttons {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.site-header {
		padding: 10px 50px !important;
	}

	.site-branding {
		width: 150px;
	}
}

/* Footer
--------------------------------------------- */

@media only screen and (max-width: 950px) {
	.footer-general .site-branding {
		display: none;
	}
}

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

	.footer-general {
		flex-direction: column;
		height: 30vh;
		justify-content: space-evenly;
	}

}

/* Accueil
--------------------------------------------- */

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

@media only screen and (max-width: 1100px) {
	.entry-content .wp-block-cover .wp-block-cover__inner-container h3 {
		width: 60vw !important;
	}

	.call-to-action {
		min-height: 50vh !important;
	}

	.hero-section {
		height: 60vh !important;
		min-height: auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.hero-section {
		height: 50vh !important;
		min-height: auto !important;
	}

	.custom-latest-article {
		display: none !important;
	}

	.custom-right-article li {
		border: 1px solid #8d8d8daf;
		border-radius: 20px;
		padding: 20px;
		display: flex;
		align-items: center;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin-bottom: 20px;
	}

	.custom-right-article li figure {
		margin: 0;
	}

	.entry-content .wp-block-cover .wp-block-cover__inner-container h3 {
		width: 80vw !important;
	}

	.custom-place {
		margin: 0 auto !important;
		width: 80vw !important;
	}

	.custom-text-apple {
		margin-top: 5vh;
	}

	.btn-1-mobile,
	.btn-2-mobile,
	.btn-3 {
		display: flex !important;
		justify-content: center;
		position: relative;
		left: 0;
	}

	.btn-1,
	.btn-2 {
		display: none !important;
	}

	.entry-content .wp-block-cover .wp-block-cover__inner-container .background-white-opacity p {
		width: fit-content !important;
		font-size: 1.2rem !important;
	}

	.call-to-action {
		min-height: 40vh !important;
	}
}

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

	.custom-right-article li figure a img {
		min-height: 150px !important;
		max-height: 150px !important;
		min-width: 150px !important;
		max-width: 150px !important;
	}

	.call-to-action {
		min-height: 30vh !important;
	}
}


/* Page Nous connaître
--------------------------------------------- */

@media only screen and (min-width: 1250px) {
	.team-img-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 1250px) {
	.post-11 .custom-center h3 {
		padding-bottom: 1vh;
	}

	.custom-team .wp-block-columns {
		display: flex;
		flex-direction: column;
	}

	.custom-team figure {
		align-items: center;
	}

	.custom-team img {
		width: 25vw !important;
	}

	.team-img-desktop {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.custom-icones {
		flex-wrap: wrap !important;
	}

	.custom-background-icones .wp-block-group__inner-container .custom-icones .wp-block-column {

		flex-basis: 40% !important;
	}

	.custom-icones img {
		width: 10vw !important;
	}

	.custom-icones figure {
		margin: 0 !important;
	}
}

@media only screen and (max-width: 781px) {
	.custom-3-col p {
		margin: 0 !important;
	}

	.custom-3-col img {
		width: 80vw !important;
		height: 200px !important;
	}

	.custom-3-col .wp-block-cover {
		min-height: 200px;
	}

	.entry-content .wp-block-cover .wp-block-cover__inner-container p {
		width: 50% !important;
		height: fit-content;
	}

	.arrow.bounce {
		display: none;
	}

	.custom-apple-nous-connaitre {
		display: none;
	}

	.custom-center-p {
		width: 100%;
	}

	.custom-team img {
		width: 35vw !important;
	}

	.custom-icones img {
		width: 15vw !important;
	}

	.custom-background-icones .wp-block-group__inner-container .custom-icones .wp-block-column {
		flex-basis: 40% !important;
	}

	.custom-background-icones::before,
	.custom-background-icones::after {
		display: none;
	}

	.custom-col-2 {
		display: flex;
		flex-direction: column;
		margin: 3vh 0;
	}

	.custom-col-2 figure,
	.custom-col-2 img {
		width: 80vw;
		max-width: none !important;
		height: 200px !important;
	}

	.custom-col-2-img-desktop {
		display: none;
	}

	.custom-col-2-img-mobile {
		display: flex !important;
	}
}





/* Page Produits
--------------------------------------------- */
@media only screen and (min-width: 768px) {
	.img-left-mobile {
		display: none !important;
	}
}

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

	.custom-product.is-layout-flex p {
		font-size: 1rem;
	}

	.custom-product.is-layout-flex {
		flex-direction: column;
	}

	.custom-product.is-layout-flex figure {
		display: flex;
		justify-content: center;
	}

	.custom-product.is-layout-flex figure {
		max-width: 100%;
		min-width: 100%;
	}

	.custom-product.is-layout-flex figure img {
		max-width: 100%;
		min-width: 100%;
		height: 200px;

	}

	.img-left-desktop {
		display: none !important;
	}

	.custom-border-right {
		padding-left: 0;
	}

	.custom-border-left {
		padding: 0;
	}

	/* à trier */
}

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

	.custom-product.is-layout-flex p {
		font-size: 0.8rem;
	}

	.custom-product.is-layout-flex figure {
		max-width: 100%;
		min-width: 100%;
	}

	.custom-product.is-layout-flex figure img {
		max-width: 100%;
		min-width: 100%;
		height: 150px;
	}

	.img-left-desktop {
		display: none !important;
	}
}

/* Page Nous connaître
--------------------------------------------- */

@media only screen and (max-width: 1250px) {
	.custom-middle {
		width: 80vw;
	}

	.qty {
		padding: 0;
		width: 20px;
	}

	.products-pommes h3,
	.products h3 {
		font-size: 1.2rem !important;
	}
}

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

	.apple_types tbody,
	.products tbody {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}

	.product-display {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.product-title-block {
		display: flex;
		flex-direction: column;
	}

	.selector {
		margin: 2vh 0;
	}
}

@media only screen and (max-width: 576px) {
	.product-img {
		width: 60vw;
		height: 80px;
	}

	.apple_types tbody,
	.products tbody {
		flex-direction: column;
	}

	.product-display {
		flex-direction: column;
		align-items: center;
		border: 1px solid #8d8d8daf;
		border-radius: 20px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin-bottom: 10px;
		padding: 5px;
		width: 60vw;
	}

	.product-title-block {
		flex-direction: column;
	}

	.product-title-block h3 {
		margin: 10px
	}
}

/* Page Actualité
--------------------------------------------- */
@media only screen and (max-width: 1250px) {
	.post-global {
		width: 40vw;
	}
}

@media only screen and (max-width: 800px) {
	.post-global {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.post-global,
	.post-image img,
	.article-display-info,
	.post-global .entry-content {
		width: 70vw !important;
		max-width: 70vw;
	}

	.post-image img,
	.article-display-info,
	.post-global .entry-content {
		width: 60vw !important;
		max-width: 60vw;
	}

	.post-image {
		width: fit-content !important;
		max-width: none !important;
	}

	.post-title {
		width: 60vw;
		text-align: start;
		max-width: none;
	}

	.post-content-custom p {
		max-width: none;
	}
}

/* Page Contact
--------------------------------------------- */

@media only screen and (max-width: 1050px) {
	.contact-custom-flex {
		flex-direction: column;
		align-items: baseline;
	}

	.custom-contact-left {
		flex-direction: row !important;
		flex-wrap: nowrap;
		align-items: inherit !important;
		width: 70vw;
		justify-content: space-between;
	}

	.custom-contact-left i {
		width: fit-content;
	}

	.custom-contact-left i::before {
		font-size: 3rem;
		margin: 0;

	}

	.custom-contact-left h3 {
		font-size: 1.3rem !important;
		margin: 3vh 0 1vh 0 !important;
	}

	.custom-contact-display {
		flex-direction: column;
		margin-top: 8vh !important;
	}

	.custom-contact-display .wp-block-group .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
	.custom-contact-left {
		flex-direction: column !important;
		align-items: center !important;
	}

	.custom-contact-display {
		margin: 2vh 0 !important;

	}

	.custom-contact-display h3 {
		margin: 1vh 0 0 0 !important;
	}

	.custom-contact-form {
		display: flex;
		align-self: center;
		margin-top: 5vh !important;
	}

	.custom-contact-form .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.custom-contact-map {
		height: 200px !important;
	}
}

/* Article - individuel
--------------------------------------------- */

@media only screen and (max-width: 1250px) {
	.article-display-global {
		width: 80vw !important;
	}
}

@media only screen and (max-width: 576px) {
	.article-display-img .post-thumbnail img {
		height: 20vh;
	}

	.nav-title {
		font-size: 1.2rem !important;
	}
}

/* 404
--------------------------------------------- */
@media only screen and (max-width: 1250px) {
	.error-404 .page-content {
		width: 80vw;
		margin: 10vh auto;
		display: flex;
		justify-content: space-around;
	}

	.error-404 .right-side {
		margin-left: 10vw !important;
	}

	.error-404 img {
		width: 30vw;
	}

	.error-404 h1 {
		font-size: 2.5rem !important;
	}
}

@media only screen and (max-width: 768px) {
	.error-404 .page-content {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (max-width: 576px) {
	.error-404 h1 {
		font-size: 2rem !important;
	}
}

/* Confirmation commande
--------------------------------------------- */
@media only screen and (max-width: 1250px) {

	.post-449 h2 {
		font-size: 2.5rem !important;
	}

}
@media only screen and (max-width: 768px){
	.post-449 .entry-content .wp-container-core-group-is-layout-2{
		display: flex;
		flex-direction: column;
	}
	.post-449 h2 {
		font-size: 2.2rem !important;
	}
}
@media only screen and (max-width: 576px){
	.post-449 h2 {
		font-size: 2rem !important;
	}
}			

/* Commande
--------------------------------------------- */
@media only screen and (max-width: 900px) {

	.qty {
		width: 38px !important;
	}

}	