/*********************************
			 FONTS
*********************************/
@font-face {
    font-family: 'Marcellus';
    src: url('/design/fonts/Marcellus-Regular.eot');
    src: url('/design/fonts/Marcellus-Regular.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/Marcellus-Regular.woff2') format('woff2'),
    url('/design/fonts/Marcellus-Regular.woff') format('woff'),
    url('/design/fonts/Marcellus-Regular.ttf') format('truetype'),
    url('/design/fonts/Marcellus-Regular.svg#Marcellus-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/design/fonts/DMSans-Medium.eot');
    src: url('/design/fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/DMSans-Medium.woff2') format('woff2'),
    url('/design/fonts/DMSans-Medium.woff') format('woff'),
    url('/design/fonts/DMSans-Medium.ttf') format('truetype'),
    url('/design/fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/design/fonts/DMSans-Italic.eot');
    src: url('/design/fonts/DMSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/DMSans-Italic.woff2') format('woff2'),
    url('/design/fonts/DMSans-Italic.woff') format('woff'),
    url('/design/fonts/DMSans-Italic.ttf') format('truetype'),
    url('/design/fonts/DMSans-Italic.svg#DMSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('/design/fonts/FiraSansCondensed-SemiBold.eot');
    src: url('/design/fonts/FiraSansCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/FiraSansCondensed-SemiBold.woff2') format('woff2'),
    url('/design/fonts/FiraSansCondensed-SemiBold.woff') format('woff'),
    url('/design/fonts/FiraSansCondensed-SemiBold.ttf') format('truetype'),
    url('/design/fonts/FiraSansCondensed-SemiBold.svg#FiraSansCondensed-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/design/fonts/DMSans-Regular.eot');
    src: url('/design/fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/DMSans-Regular.woff2') format('woff2'),
    url('/design/fonts/DMSans-Regular.woff') format('woff'),
    url('/design/fonts/DMSans-Regular.ttf') format('truetype'),
    url('/design/fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/design/fonts/DMSans-Bold.eot');
    src: url('/design/fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/DMSans-Bold.woff2') format('woff2'),
    url('/design/fonts/DMSans-Bold.woff') format('woff'),
    url('/design/fonts/DMSans-Bold.ttf') format('truetype'),
    url('/design/fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*********************************
		CLASSES GLOBALES
*********************************/

:root {
    /******	  DEFAULT CONTENT STRUCTURE	******/
    --section-max: 1400px;
    --center: auto;
    --padding: 130px 15px;

    /******	  COULEURS	******/
    --color-text: #010101;
    --color-primary: #375F48;
    --color-secondary: #006838;
    --color-flashy-green: #0BB868;
    --color-mention: #F05A28;
    --color-beige: #F2F0E7;
    --color-beige-dark: #ECE9DC;
    --color-grey: #B8B8B8;
    --color-white: #fff;

    /******	  FONT WEIGHT	******/
    --font-regular: normal;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: bold;

    /******	  FONT AND TYPOGRAPHY	******/
    --body-font: 'DM Sans', sans-serif;
    --normal-font-size: 1rem;
    --title-font: 'Marcellus', serif;
    --cta-font: 'Fira Sans Condensed', serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/******	  STRUCTURE PAGE	******/
html {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-size: cover; /* version standardisée */
    font-weight: normal;
    font-size: var(--normal-font-size);
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--color-text);
    overflow: hidden;
    content: "1";
    line-height: 1.5;
}

.tablette, .mobile {
    display: none;
}

/******	  TITRES	******/
h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    line-height: 1.1;
}

h1 {
    position: relative;
    color: var(--color-white);
    font-size: 3.125rem /* 50px */;
    margin: auto;
    font-weight: var(--font-regular);
    font-family: var(--title-font);
    padding: 0 0 30px;
}

h2 {
    font-size: 2.188rem /* 35px */;
    color: var(--color-text);
    padding: 0 0 40px;
    font-family: var(--title-font);
    margin: 0;
    font-weight: var(--font-regular);
}

h3 {
    font-size: 1.563rem /* 25px */;
    color: var(--color-mention);
    font-weight: var(--font-semi-bold);
    text-decoration: none;
    padding: 0 0 5px;
    font-family: var(--cta-font);
    text-transform: uppercase;
}

h4 {
    font-size: 1.125rem /* 18px */;
    color: var(--color-primary);
    padding: 0;
    text-decoration: none;
    font-weight: var(--font-semi-bold);
    font-family: var(--cta-font);
    text-transform: uppercase;
}

h5, h6 {
    font-size: 1rem /* 18px */;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: inline;
}

/******	  TEXTES	******/
p, table {
    color: var(--color-text);
    font-size: var(--normal-font-size);
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: var(--color-mention);
    text-decoration: none;
}

em, i /* pour marquer un texte sur lequel on veut insister */
{
    font-size: var(--normal-font-size);
    text-decoration: none;
    padding: 0;
    color: var(--color-text);
    margin: 0;
    display: inline;
}

strong {
    font-weight: var(--font-semi-bold);
}

/******	  LISTES	******/
ul, ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#tinymce ul,
#tinymce ul li {
    list-style-type: initial;
    margin: 0 0 0 15px;
}
#tinymce ol,
#tinymce ol li {
    margin: 0 0 0 15px;
}

/******	  IMAGES	******/
img, iframe {
    border: none;
    max-width: 100%;
}

.image_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background_cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background_parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******	  ANIMATIONS	******/
.effect_hover {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/******	  CTA GENERAL	******/
.btn_cta_general {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px 32px;
    background-color: var(--color-secondary);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: var(--font-semi-bold);
    color: var(--color-white);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--cta-font);
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border: none;
    cursor: pointer;
}

.btn_cta_general:hover {
    transform: scale(1.05);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.btn_cta_general:before {
    content: url("/design/img/icon-btn.png");
    margin-right: 6px;
    display: inline-flex;
}

.btn_cta_general a,
.btn_cta_general p,
.btn_cta_general span {
    color: var(--color-white);
    text-decoration: none;
    text-transform: uppercase;
}

.btn_cta_general a:hover,
.btn_cta_general p:hover,
.btn_cta_general span:hover,
.btn_cta_general:hover a,
.btn_cta_general:hover p,
.btn_cta_general:hover span {
    text-decoration: none !important;
}

.btn_cta_general:hover {
    background-color: var(--color-secondary);
}

/******	  SLIDERS	******/
.splide__track {
    height: 100%;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************************
		CUSTOM SCROLLBAR
*********************************/

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-white);
}

/* Chrome, Edge and Safari */
html::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

html::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: var(--color-white);
}

html::-webkit-scrollbar-track:hover {
    background-color: var(--color-white);
}

html::-webkit-scrollbar-track:active {
    background-color: var(--color-white);
}

html::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--color-primary);
}

html::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary);
}

html::-webkit-scrollbar-thumb:active {
    background-color: var(--color-primary);
}


/*********************************
		 SCROLL TO TOP
*********************************/
.scrollToTop {
    display: none;
    overflow: hidden;
    margin: 1%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: url("/design/img/arrow-next.svg") no-repeat center center;
    transform: rotate(270deg);
    padding: 10px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-color: var(--color-primary);
}


/*********************************
		 MESSAGE COOKIES
*********************************/
body .cc_container {
    font-size: 1rem;
    text-align: center;
}

body .cc_container p {
    color: var(--color-white);
}

body .cc_container .cc_message {
    display: block;
    text-align: center;
    font-size: var(--normal-font-size);
    margin: 0;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
    color: var(--color-white);
    background-color: var(--color-primary);
}

body .cc_container a, body .cc_container a:visited {
    text-decoration: none;
    color: var(--color-text);
    background: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    padding: 7px 10px;
    float: none;
    font-size: var(--normal-font-size);
    display: inline-block;
    max-width: 140px;
    text-align: center;
}

body .cc_banner-wrapper .cc_container .cc_btn {
    float: none;
    max-width: 140px !important;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    font-size: var(--normal-font-size);
    margin-left: 0;
    margin-right: 10px;
}

body .cc_banner-wrapper .cc_container .cc_btn.cc_btn_refuse {
    background: var(--color-mention);
}

body .cc_container a:hover, body .cc_container a:visited:hover {
    background: #666;
    color: var(--color-white);
}

.iframeContenuRemplacement {
    border: 1px solid #bbb;
    padding: 10px;
}

a.cc_btn.cc_btn_refuse:hover {
    color: var(--color-white);
}


/*********************************
		 BANDEAU MESSAGE
*********************************/
.top_banner {
    text-align: center;
    background-color: var(--color-primary);
    padding: 15px 15px;
}

.top_banner p {
    font-weight: var(--font-semi-bold);
    font-size: 0.875rem /* 14px */;
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--cta-font);
}


/*********************************
		     HEADER
*********************************/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 9999;
}

/******	  NAV	 ******/
.nav {
    height: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.nav__data {
    max-width: var(--section-max);
    margin: var(--center);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-grey);
    padding: 20px 0;
}

.nav__rs_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav__rs {
    margin-right: 14px;
}

.nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: .25rem;
}

.nav__toggle {
    position: relative;
    width: 22px;
    height: 32px;
}

.nav__menu {
    max-width: var(--section-max);
    margin: var(--center);
}

.nav__like-wrap {
    position: relative;
}
.like_count {
    position: absolute;
    right: -6px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--color-mention);
    border-radius: 50%;
    color: var(--color-white);
    font-size: 0.75rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/******	  FIRST NAV LINKS	 ******/
.item__menu {
    padding: 20px 0;
}
.nav__link {
    color: var(--color-text);
    background-color: var(--color-white);
    font-weight: var(--font-semi-bold);
    font-family: var(--cta-font);
    text-transform: uppercase;
    padding: 1.25rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s;
    position: relative;
    font-size: 1rem;
}

.menuLink .nav__link {
    color: var(--color-mention);
}

.dropdown__item:hover .nav__link,
.nav__link:hover {
    color: var(--color-mention);
}
.dropdown__item:hover .dropdown__arrow {
    content: url("/design/img/nav-arrow-down-orange.svg");
}

/******	  DROPDOWN	 ******/
.dropdown__item {
    cursor: pointer;
    padding: 20px 0;
}

.dropdown__arrow {
    transition: transform .4s;
    margin-left: 5px;
}

.dropdown__link,
.dropdown__sublink {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    color: var(--color-text);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-regular);
    font-family: var(--body-font);
    transition: background-color .3s, color .3s;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
    background-color: var(--color-mention);
    color: var(--color-white);
}

.dropdown__link:hover .nav-more {
    content: url("/design/img/nav-more.svg");
}

.dropdown__menu,
.dropdown__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
    max-height: 1000px;
    transition: max-height .4s ease-in;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
}

/******	  DROPDOWN SUBMENU	 ******/
.nav-more {
    margin-left: auto;
}

.dropdown__sublink {
    background-color: var(--color-white);
}


/*********************************
		    FIL ARIANE
*********************************/
.fil_ariane {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px;
    font-size: 0.813rem;
    color: var(--color-white);
    text-transform: capitalize;
}

.fil_ariane_content {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.fil_ariane span,
.fil_ariane a,
.fil_ariane p {
    color: var(--color-white);
    text-transform: capitalize;
}

.fil_ariane a:hover {
    color: var(--color-mention);
}

.fil_ariane .current_retour {
    display: none;
}


/*********************************
		 HEADING SLIDER
*********************************/
#heading-slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#heading-slider .splide__track {
    height: 100%;
}

#heading-slider .splide__slide .caption {
    display: none;
}


/*********************************
		     HOMEPAGE
*********************************/

/******	  HERO	 ******/
.hero_wrapper {
    max-height:700px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(15, 74, 47, 0.2);
    width: 100%;
    height: 100%;
}

.hero_content {
    padding: var(--padding);
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    max-width: var(--section-max);
    width: 100%;
}

.hero_content p,
.hero_content h1 {
    max-width: 50%;
    margin: 0;
}

.hero_content p {
    color: var(--color-white);
}

.hero_content .btn_cta_general {
    margin-top: 50px;
}


/******	  ABOUT	 ******/
.about_wrapper {
    position: relative;
    margin-top: -56px;
    z-index: 5;
}

.beige_waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/design/img/wave-background-beige.png");
    background-repeat: repeat-x;
    background-position: center 40px;
    z-index: 2;
    opacity: 0.15;
}

.grunge-divider {
    width: 100%;
    height: 40px;
    background-image: url("/design/img/divider.png");
    background-repeat: repeat-x;
    z-index: 1;
    display: block;
    position: relative;
}

.about_content__wrapper {
    background-color: var(--color-beige);
    padding: var(--padding);
}

.about_content {
    max-width: var(--section-max);
    margin: var(--center);
    z-index: 2;
    position: relative;
}

.about_top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
    column-gap: 140px;
    align-items: flex-start;
}

.surtitre {
    font-size: 1.563rem;
    text-transform: uppercase;
    color: var(--color-mention);
    font-weight: var(--font-semi-bold);
    padding: 0 0 5px;
    font-family: var(--cta-font);
}

.about_bottom {
    margin: 40px 0 80px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--color-grey);
    align-items: flex-start;
}

.about_reassurance {
    border-right: 1px solid var(--color-grey);
    padding: 55px 65px;
    height: 100%;
}
.about_reassurance:last-of-type {
    border-right: unset;
}

.about_reassurance__titre {
    color: var(--color-primary);
    font-size: 1.125rem;
    padding: 50px 0 10px;
}

.about_content .btn_cta_general {
    margin: auto;
}

.about_wrapper:after {
    content: "";
    display: block;
    background-image: url("/design/img/grunge-divider-beige.svg");
    background-repeat: repeat-x;
    transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 42px;
}


/******	  PRODUITS POPULAIRES	 ******/
.products_wrapper {
    padding: var(--padding);
    position: relative;
}

.products_wrapper:before {
    content: url("/design/img/tronc.png");
    display: block;
    position: absolute;
    top: -350px;
    left: -350px;
    z-index: 5;
}

.products_content {
    max-width: var(--section-max);
    margin: var(--center);
}

.products_surtitre {
    display: block;
    text-align: center;
}

.products__titre {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.products_list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
    column-gap: 15px;
    row-gap: 40px;
}

.un_product {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.un_product__img_wrapper {
    position: relative;
    width: 100%;
    height: 260px;
}

.un_product__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.un_product__img_cats {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 5px;
}

.un_product_img_cat {
    background-color: var(--color-mention);
}

.un_product_img_promo {
    background-color: var(--color-primary);
}

.un_product_img_cat p,
.un_product_img_promo p {
    color: var(--color-white);
    text-transform: uppercase;
    padding: 8px 15px;
    display: block;
    font-family: var(--cta-font);
    font-weight: var(--font-semi-bold);
}

.un_product__img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 233, 220, 0.98);
    display: none;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.un_product:hover .un_product__img_overlay {
    display: flex;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.un_product__img_btn {
    background-color: var(--color-primary);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.un_product__img_btn a {
    display: flex;
}

.un_product__img_like img {
    transition: all 0.3s ease;
}

.un_product__img_like.active img {
    content: url("/design/img/icon-heart-full.svg"); /* Icône cœur rempli */
}

.un_product__content {
    padding: 20px 0 0;
}

.un_product__titre {
    font-size: 1rem;
    color: var(--color-text);
}

.un_product__price_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.un_product__newPrice {
    font-size: 1.25rem;
    color: var(--color-primary);
    font-weight: var(--font-bold);
}

.un_product__oldPrice {
    font-weight: var(--font-medium);
    color: #979797;
    font-size: 1.125rem;
    text-decoration: line-through;
}

/******	  PROMOTIONS	 ******/
.bloc_green__wrapper {
    background-color: var(--color-primary);
    position: relative;
    padding: 130px 0 180px;
}

.bloc_green__wrapper:before {
    content: "";
    display: block;
    background-image: url("/design/img/grunge-divider.svg");
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    top: -8px;
    height: 42px;
}

.bloc_green__content {
    margin: var(--center);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 155px;
    align-items: center;
    margin-left: calc((100% - min(100%, 89.5rem)) / 2);
    position: relative;
    z-index: 5;
}

.bloc_green__left {
    grid-column: 1/2;
    padding-left: 15px;
}

.bloc_green__right {
    grid-column: 2/3;
}

.bloc_green__surtitre {
    color: var(--color-flashy-green);
}

.bloc_green__titre {
    color: var(--color-beige-dark);
    padding-bottom: 65px;
}

.bloc_green__left .btn_cta_general {
    background-color: var(--color-flashy-green);
}

.green_waves {
    position: absolute;
    top: 0;
    left: -45%;
    width: 100%;
    height: 100%;
    background-image: url("/design/img/wave-background-green.png");
    background-repeat: repeat-x;
    background-position: right;
    z-index: 2;
    opacity: 0.40;
}

.bloc_green__wrapper:after {
    content: "";
    display: block;
    background-image: url("/design/img/grunge-divider.svg");
    background-repeat: repeat-x;
    transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 42px;
}

.bloc_green_product .un_product__content {
    padding: 20px 25px 25px;
    background-color: var(--color-beige);
}

.feuille {
    position: absolute;
    right: -250px;
    bottom: -300px;
    z-index: 5;
}

.splide .custom-splide-arrow {
    background: transparent;
    width: 3em;
    height: 3em;
    border-radius: unset;
    bottom: -70px;
    transform: unset;
    top: unset;
}

.splide__arrow svg {
    display: none;
}

.splide .custom-arrow-prev {
    background: url("/design/img/prev.svg");
    background-size: contain;
    left: 0;
}

.splide .custom-arrow-next {
    background: url("/design/img/next.svg");
    background-size: contain;
    left: 4em;
    right: unset;
}


/******	  LIVRAISONS	 ******/
.livraisons_wrapper {
    padding: var(--padding);
}

.livraisons_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 150px;
    align-items: center;
}

.livraisons_txt {
    margin: 10px 0 70px;
}


/*********************************
              FOOTER
*********************************/
footer {
    margin-top: -40px;
    position: relative;
    z-index: 8;
}

/******	  PARTIE SUPERIEURE	 ******/
.footer_top_content__wrap {
    background-color: var(--color-beige);
    padding: var(--padding);
}
.footer_top_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 40px;
}
.footer_txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 80px;
}
footer a {
    color: var(--color-text);
}
footer a:hover {
    color: var(--color-mention);
}

footer ul {
    margin: 0;
}

footer li {
    display: flex;
    align-items: center;
}

footer .toggleTitre {
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: var(--cta-font);
    font-weight: var(--font-semi-bold);
    font-size: 1.125rem;
}

footer .toggleTitre {
    pointer-events: none;
}

footer .toggleTexte {
    margin-top: 20px;
}

.footer_toggle_picto {
    margin-right: 10px;
}

.footer_contact li {
    margin-bottom: 15px;
}

/******	  PARTIE INFERIEURE	 ******/
.footer_bottom_wrapper {
    background-color: var(--color-beige);
    padding: 0 15px;
}

.footer_bottom_content {
    border-top: 1px solid #DFDAC7;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: var(--section-max);
    margin: var(--center);
}

.footer_bottom {
    color: var(--color-text);
    font-size: 0.813rem;
}

.footer_bottom a {
    color: var(--color-text);
}

.footer_bottom a:hover {
    color: var(--color-mention);
}


/*********************************
            CATALOGUE
*********************************/
/******	  HERO	 ******/
.slider_catalogue_wrapper {
    max-height: 680px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.slider_catalogue_content {
    padding: var(--padding);
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    max-width: var(--section-max);
    width: 100%;
}
.slider_catalogue_titles {
    max-width: 50%;
    width: 100%;
    background-color: var(--color-beige);
    padding: 45px 60px;
    position: relative;
    overflow: hidden;
}
.slider_catalogue_titles .beige_waves {
    background-position: center center;
    z-index: 1;
    opacity: 0.20;
}
.slider_catalogue_titles__content {
    position: relative;
    z-index: 2;
}
.slider_catalogue_titre {
    color: var(--color-mention);
}
.slider_cataglogue_txt {
    font-size: 1.125rem;
}
.slider_catalogue_wrapper .fil_ariane,
.slider_catalogue_wrapper .fil_ariane span,
.slider_catalogue_wrapper .fil_ariane a,
.slider_catalogue_wrapper .fil_ariane p {
    color: var(--color-text);
}
.slider_catalogue_wrapper .fil_ariane a:hover {
    color: var(--color-mention);
}
.catalogue_topImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/******	  PRODUITS POPULAIRES	 ******/
.products_stars_wrapper {
    padding: 0;
    background-color: unset;
    margin-top: -56px;
    z-index: 5;
}
.bloc_green__divider {
    width: 100%;
    height: 40px;
    background-image: url("/design/img/divider-green.png");
    background-repeat: repeat-x;
    z-index: 1;
    display: block;
    position: relative;
}
.products_stars_wrapper:before {
    display: none;
}
.products_stars_wrapper .green_waves {
    background-position: right 30px;
}
.products_stars_content {
    padding: 130px 0 180px;
    background-color: var(--color-primary);
}
.products_catalogue__wrapper:before {
    content: url("/design/img/feuilles.png");
    display: block;
    z-index: 5;
    position: absolute;
    right: -250px;
    left: auto;
    top: -300px;
}
.bloc_green__right .un_product__content {
    background-color: var(--color-beige);
    padding: 20px;
}


/*********************************
         FICHE CATALOGUE
*********************************/
/******	  HERO	 ******/
.product_hero__wrapper {
    position: relative;
    background-color: var(--color-beige);
    padding: 40px 15px 130px;
}
.product_hero__wrapper .fil_ariane,
.product_hero__wrapper .fil_ariane span,
.product_hero__wrapper .fil_ariane a,
.product_hero__wrapper .fil_ariane p {
    color: var(--color-text);
}
.product_hero__wrapper .fil_ariane a:hover {
    color: var(--color-mention);
}
.product_hero__wrapper .beige_waves {
    background-position: center;
}
.product_hero__wrapper:after {
    content: "";
    display: block;
    background-image: url("/design/img/grunge-divider-beige.svg");
    background-repeat: repeat-x;
    transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 42px;
}
.product_hero__content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    align-items: center;
    column-gap: 130px;
    position: relative;
    z-index: 5;
}
.product_hero__content .fil_ariane {
    grid-column: 1/3;
}
.product_hero__left {
    position: relative;
}
.product_hero__img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.product_hero__titre {
    font-size: 1.563rem;
    color: var(--color-text);
}
.product_hero__ref {
    display: block;
    margin-bottom: 25px;
}
.bold {
    font-weight: var(--font-bold);
}
.product_hero__txt {
    display: block;
    font-size: 1.125rem;
}
.product_hero__hr {
    margin-top: 35px;
    height: 1px;
    width: 100%;
    background-color: var(--color-grey);
}
.product_hero__price_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    margin-top: 35px;
}
.product_hero_newPrice {
    color: var(--color-primary);
    font-size: 1.563rem;
    font-weight: var(--font-bold);
    line-height: 1;
}
.product_hero_oldPrice {
    font-weight: var(--font-medium);
    color: #979797;
    font-size: 1.125rem;
    text-decoration: line-through;
    line-height: 1;
}
.ttc {
    font-size: 1.125rem;
}
.product_hero_promo span {
    color: var(--color-white);
    text-transform: uppercase;
    padding: 8px 15px;
    display: block;
    font-family: var(--cta-font);
    font-weight: var(--font-semi-bold);
}
.product_hero_promo {
    background-color: var(--color-primary);
}
.product_hero__reassurances {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--color-grey);
    align-items: flex-start;
}
.product_hero_reassurance {
    border-right: 1px solid var(--color-grey);
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_hero_reassurance:last-of-type {
    border-right: unset;
}
.product_hero_reassurance h3 {
    color: var(--color-primary);
    font-size: 1rem;
    padding-top: 10px;
    text-align: center;
}
.product_hero_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    margin-top: 50px;
}
.product_hero_btns .un_product__img_btn {
    background-color: var(--color-secondary);
    height: 47px;
    width: 47px;
}
.product_hero_btns .un_product__img_btn a {
    background-color: var(--color-secondary);
}

body .splide__slide .un_product__img_btn img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}


/******	  INFOS PRODUIT	 ******/
.infos_product__wrapper {
    padding: var(--padding);
}
.infos_product__content {
    max-width: var(--section-max);
    margin: var(--center);
}
.infos_product__navs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.infos_product__nav {
    background-color: var(--color-beige);
    min-width: 200px;
}
.infos_product__nav a {
    padding: 23px 27px;
    display: block;
    text-transform: uppercase;
    font-family: var(--cta-font);
    color: var(--color-text);
    font-weight: var(--font-semi-bold);
    text-align: center;
}
.infos_product__txt,
.infos_product__carac {
    margin-top: 55px;
}
.infos_product__nav.active {
    background-color: var(--color-white);
    border-top: 1px solid var(--color-mention);
}
.infos_product__oneCarac {
    border-top: 1px solid var(--color-grey);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 18.5px 10px;
}
.infos_product_caracTitre {
    min-width: 200px;
}
.infos_product_caracTitre span {
    font-family: var(--cta-font);
    text-transform: uppercase;
    font-weight: var(--font-semi-bold);
}
.infos_product__oneCarac:last-of-type {
    border-bottom: 1px solid var(--color-grey);
}


/******	  VOUS AIMEREZ EGALEMENT	 ******/
.uneFiche_green_wrapper:after {
    display: none;
}
.uneFiche_green_wrapper .products_stars_content {
    padding: 130px 0 200px;
}




/*********************************
		    ACTUALITES
*********************************/
.actus_wrapper {
    max-width: var(--section-max);
    padding: var(--padding);
    margin: var(--center);
}

.actus_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    align-items: flex-start;
}

.une_actu_wrapper a {
    display: block;
}

.une_actu_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*********************************
		   UNE ACTUALITE
*********************************/
.uneActu_wrapper {
    padding: var(--padding);
}

.uneActu__content {
    max-width: var(--section-max);
    margin: var(--center);
}

.uneActu_img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    padding-bottom: 80px;
}

/****** ARCHIVES ******/
.archivesActus_wrapper {
    max-width: var(--section-max);
    padding: 0 30px 180px;
    margin: var(--center);
}

.archivesActus_content {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/*********************************
		    PAGINATION
*********************************/
.paginationCMS {
    text-align: center;
    padding: 0 30px 100px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationCMS a, .paginationCMS span {
    margin: 10px;
    font-size: 1rem;
    color: var(--color-text);
}

.paginationCMS .pageCourante {
    font-weight: var(--font-medium);
    padding: 5px 18px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
}


/*********************************
		 PAGES DYNAMIQUES
*********************************/

/******	  HERO	 ******/
.slider_top_wrapper {
    max-height: 450px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: var(--color-primary);
    padding: var(--padding);
}
.slider_top_wrapper:after {
    content: "";
    display: block;
    background-image: url("/design/img/grunge-divider.svg");
    background-repeat: repeat-x;
    transform: rotate(180deg);
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 42px;
    left: 0;
}
.slider_top_wrapper .green_waves {
    left: 0;
    background-position: center;
    opacity: 0.20;
}
.slider_top_content {
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 100%;
}
.slider_top_titles_wrapper {
    max-width: var(--section-max);
    margin: 0 auto;
}
.slider_top_titles_wrapper h1 {
    display: block;
    max-width: 50%;
    width: 100%;
    margin: 0;
    color: var(--color-beige-dark);
}
.slider_top__surtitre {
    color: var(--color-flashy-green);
    display: block;
    max-width: 50%;
    width: 100%;
}


/******	  PARAGRAPHES	 ******/
.page_dynamique_content {
    display: block;
    margin: var(--center);
    padding: 0;
    width: auto;
    position: relative;
    box-sizing: border-box;
}

/******	  PARAGRAPHES	 ******/
.wrapper-textChamp {
    padding: 130px 0 0;
    display: flex;
    flex-direction: column;
}

.text_champ ul,
.text_champ ul li {
    font-size: var(--normal-font-size);
    position: relative;
    margin-left: 10px;
    list-style-type: initial;
}

.text_champ a:hover {
    text-decoration: underline;
}

.text_champ p strong,
.text_champ p strong a {
    font-weight: var(--font-semi-bold);
}

.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche {
    float: left;
    margin-right: 15px;
}

.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite {
    float: right;
    margin-left: 15px;
}


/*	  PARAGRAPHES DEROULANTS	*/
.paragraphe_deroulant__wrapper {
    padding: 0 15px;
}

.paragraphe_deroulant {
    max-width: var(--section-max);
    margin: var(--center);
    width: 100%;
    margin-bottom: 20px;
}

.toggleWrapper .toggleTitre {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 18px 15px;
    font-weight: var(--font-semi-bold);
    font-size: 1.125rem;
    color: var(--color-text);
    font-family: var(--cta-font);
    text-transform: uppercase;
    line-height: 1;
    border-top: 1px solid var(--color-grey);
    border-bottom: 1px solid var(--color-grey);
}

.toggleWrapper .toggleTitre:after {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: url("/design/img/nav-arrow-down.svg");
    display: flex;
    align-items: center;
}

.toggleWrapper .toggleTitre.active:after {
    transform: rotate(180deg);
}

.toggleWrapper .toggleTexte {
    padding: 30px 15px;
    background-color: var(--color-white);
}

.toggleWrapper .toggleTexte .text_champ {
    padding: 0;
}

/*	  TEXTE SIMPLE	*/
.text__wrapper {
    padding: 0 15px 130px;
}

.text_simple {
    max-width: var(--section-max);
    width: 100%;
    margin: var(--center);
}

/*	  TEXTE + IMAGES	*/
.text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--section-max);
    margin: var(--center);
}

.text_champ .texte_pag_dyn,
.text_champ figure {
    display: inline-block;
}

.text_champ .texte_pag_dyn {
    width: 40%;
}

.text_champ figure {
    width: 50%;
}

.text_champ figure a {
    display: block;
}

.text_champ figure img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.image_droite {
    margin: 0 0 0 20px;
}

.image_gauche {
    margin: 0 20px 0 0;
}

.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche {
    float: left;
    margin-right: 15px;
}

.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite {
    float: right;
    margin-left: 15px;
}


/******	  CAROUSEL	 ******/
.carousel_wrapper {
    padding: 0 15px 130px;
}
.carousel_content {
    max-width: var(--section-max);
    margin: var(--center);
}
.splide__pagination {
    bottom: -3em !important;
    left: unset !important;
}
.carousel_wrapper .splide__slide img {
    height: 550px;
}
.splide  .custom-black-prev {
    background: url("/design/img/prev-black.svg");
    background-size: contain;
    right: 4em;
    left: unset;
}
.splide  .custom-black-next {
    background: url("/design/img/next-black.svg");
    background-size: contain;
    right: 0;
    left: unset;
}


/*********************************
		     CONTACT
*********************************/
.contact_wrapper {
    padding: var(--padding);
}

.contact_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: flex-start;
    gap: 50px;
}

.texte_accroche {
    font-size: var(--normal-font-size);
    box-sizing: border-box;
}

/******	  FORMULAIRE	******/
#formulaire {
    margin: 0 auto 30px;
}

.champs_obligatoires {
    margin-top: 30px;
}

.content-formDemande {
    margin-top: 50px;
}

/* CHAMPS FORMULAIRE */
textarea {
    resize: none;
}

.form-group {
    padding: 10px 0;
    margin-bottom: 25px;
}

.form-label {
    font-size: 1rem;
    color: var(--color-text);
    font-family: var(--body-font);
    font-weight: var(--font-semi-bold);
    margin: 0 0 10px 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1.4;
    color: var(--color-text);
    background-color: var(--color-white);
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0;
    border-color: var(--color-beige-dark);
    border-width: 0 0 3px 0;
    border-style: none none solid none;
    box-shadow: none;
    font-family: var(--body-font);
}

.form-control:focus,
input.filled,
textarea.filled {
    box-shadow: none;
    border-color: var(--color-primary);
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: var(--color-text);
    font-family: var(--body-font);
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}

textarea {
    resize: none;
    min-height: 160px;
}

.texte_ok_contact {
    background-color: var(--color-primary);
    font-family: var(--body-font);
    color: var(--color-white);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: var(--font-regular);
}

/* BTNS FORMULAIRE */
.wrapper-btnForm {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/******	  COORDONNEES	******/
.map {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.titleContact {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
}

.textContact {
    margin-top: 15px;
}

.textContact a {
    color: var(--color-text);
    transition: 0.5s;
}

.textContact a:hover {
    color: var(--color-mention);
    transition: 0.5s;
}

.textContact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.textContact li img {
    margin-right: 10px;
}

.contactRs {
    display: flex;
    flex-direction: column;
}

.rs_contact_wrap {
    margin-top: 50px;
}


/*********************************
		 MENTIONS LEGALES
*********************************/
.mentions_wrapper {
    max-width: var(--section-max);
    margin: var(--center);
    padding: var(--padding);
}

/*********************************
		 PLAN DU SITE
*********************************/
/*********************************
		 PLAN DU SITE
*********************************/
.plan_site_wrapper {
    max-width: var(--section-max);
    margin: var(--center);
    padding: var(--padding);
}

.plan_titre {
    font-size: 1.25rem;
    font-weight: var(--font-semi-bold);
    color: var(--color-primary);
    padding-top: 40px;
    padding-bottom: 5px;
}

.plan_titre:first-of-type {
    padding-top: 0;
}

.plan_site_content a {
    color: var(--color-text);
}

.plan_site_content a:hover {
    color: var(--color-primary);
}