/*
Theme Name: Thème officiel Distock.fr
Theme URI: https://distock.fr/
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 7.1.0
Description: Développement par l'agence web REZO 21 (Albatros v7.1.0)
*/


/* #region GÉNÉRALITÉS */

*, ::after, ::before {
    box-sizing: border-box;
}

:root{
	--rouge1: #BE1522;
	--rouge2: #730D15;
	--bleu1: #D6E3EF;
	--bleu2: #293D4C;
	--gris1: #F6F6F6;
	--gris2: #E5E6E8;
	--gris3: #B9B9B9;
	--titleFont: 'Inter', sans-serif;
	--textFont: 'Inter', sans-serif;
	scroll-behavior: smooth;
}

a, a:hover, a:focus{
	color: var(--rouge1);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    color: var(--rouge1);
	font-weight: 400;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 30px;
}

h1.entry-title{
	max-width: 1440px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	text-align: center;
}

h2{
	font-family: var(--titleFont);
    color: #000;
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 15px;
	font-weight: 300;
}

.main-titre-wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.titre-wrapper{
    font-size: 1.6em;
	margin-bottom: 0px;
}

.titre-wrapper span{
	color: var(--rouge1);
	font-weight: 700;
}

h3{
	font-size: 1.2em;
}

p, ul, ol{
	margin-top: 0px;
	line-height: 1.4em;
}

blockquote{
	font-size: 1.0em;
}

img{
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]), 
textarea,
select{
	width: 100%;
	padding: 10px;
	border-radius: 0px;
	border: none;
	background: var(--gris1);
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]):focus, 
textarea:focus,
select:focus{
	outline: none !important;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
	min-width: 180px;
	width: auto;
	border: none;
	padding: 15px 20px 15px 25px;
	background: var(--rouge1);
	color: #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
}

.btn:after{
	position: relative;
	display: block;
	content: '';
	background: url('./images/chevron-droite-blanc.svg') no-repeat;
	height: 12px;
	width: 10px;
	left: 0px;
    transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus{
	color: #fff;
	text-decoration: none;
}

.btn:hover:after,
.btn:focus:after{
	left: 5px;
}

.btn.btn-bleu{
	background: var(--bleu2);
}

.btn.btn-rouge2{
	background: var(--rouge2);
}

.btn.btn-transparent{
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.btn.btn-souligne{
    min-width: auto;
	color: #000;
	background: none;
	text-decoration: underline;
    text-underline-offset: 5px;
	padding: 0px;
}

.btn.btn-souligne:after{
	background: url('./images/chevron-droite-noir.svg') no-repeat;
}

.btn.btn-souligne:hover{
	color: var(--rouge1);
}

.btn.btn-souligne:hover:after{
	background: url('./images/chevron-droite-rouge.svg') no-repeat;
}

.btn.disabled{
	opacity: 0.5;
	text-decoration: none;
}

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--rouge1);
	color: #fff;
	cursor: default;
}

.align-self-center{
    align-items: center;
}

.small{
	font-size: 0.8em;
	line-height: 1.4em;
}

.clearfix{
	clear: both;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-list-item{
	margin: 0px;
}

.wpcf7-form-control{
    margin-top: 10px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

/* #endregion GÉNÉRALITÉS */

/* #region ALIGNEMENTS */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/* #endregion ALIGNEMENTS */

/* #region HEADER */

header{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
	background: #fff;
	padding: 0px;
	border-bottom: 1px solid var(--gris2);
	transition: all 0.2s ease 0s;
}

body.home header{
    box-shadow: none;
}

header .top-header{    
	display: flex;
	background: var(--rouge1);
	color: #fff;
	min-height: 46px;
}

.pro header .top-header{
	background: var(--bleu2);
}

header .top-header .container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

header .top-header .message{
	display: flex;
    align-items: center;
	gap: 30px;
}

header .main-navigation{
	padding: 20px 0px;
}

header .main-navigation .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 30px;
}

header .main-navigation .action-menu{
	display: flex;
    flex-direction: column;
}

header .main-navigation .action-menu a{ 
    display: flex;
    width: 25px;
    flex-direction: column;
    gap: 6px;
	transition: all 0.2s ease 0s;
}

header .main-navigation .action-menu a:hover{
	cursor: pointer;
}

header .main-navigation .action-menu .barre{
	display: block;
    height: 2px;
    background: #000;
	transition: all 0.2s ease;
}

header .main-navigation .action-menu a:hover .barre{
	cursor: pointer;
	background: #717171;
}

header .main-navigation .action-menu .barre.top.ouvert{
	transform: translateY(8px) rotate(45deg);
}

header .main-navigation .action-menu .barre.middle.ouvert{
	opacity: 0;
}

header .main-navigation .action-menu .barre.bottom.ouvert{
	transform: translateY(-8px) rotate(-45deg);
}

header .main-navigation .logo a{
	display: flex;
	transition: all 0.2s ease 0s;
	width: 100%;
}

header .main-navigation .logo a:hover{
	opacity: 0.6;
}

header .main-navigation .recherche-aws{
	width: 50%;
}

.pro header .main-navigation .recherche-aws{
	width: 45%;
}

header .main-navigation .recherche-aws input,
.recherche-aws .aws-search-form .aws-form-btn{
	background: var(--gris1);
	border: none;
}

header .main-navigation .interactions{
	display: flex;
	gap: 15px;
}

header .main-navigation .interactions a{
	position: relative;
	display: flex;
	gap: 15px;
}

header .main-navigation .interactions a .image{
	background: var(--gris1);
	width: 40px;
	height: 40px;
	padding: 5px;
	border-radius: 100%;
	transition: all 0.2s ease 0s;
}

header .main-navigation .interactions a.panier .nombre-produits {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: var(--rouge1);
    color: #fff;
    border-radius: 10px;
    font-size: 0.6em;
}

header .main-navigation .interactions a:hover .image,
.pro header .main-navigation .interactions a.compte:hover{
	background: var(--gris2);
	text-decoration: none;
}

.pro header .main-navigation .interactions a.compte{
	display: flex;
	align-items: center;
	background: var(--bleu1);
	color: var(--bleu2);
	padding-right: 15px;
	border-radius: 40px;
}

.pro header .main-navigation .interactions a.compte .image{
	background: var(--bleu2);
}

header .main-menu{
	display: none;
	position: relative;
	padding: 30px 0px;
	background: #fff;
	transition: right 0.3s, transform 0.3s;
}

header .main-menu.ouvert{
	display: block;
}

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	width: 40px;
	height: 40px;
	background: var(--rouge1);
	border: 1px solid var(--rouge1);
	color: #fff;
	text-align: center;
	transition: all 0.15s ease 0s;
}

.retour-haut svg{
	width: 30px;
}

.retour-haut:hover{
	text-decoration: none;
	background: var(--rouge2);
	border-color: #fff;
	color: #fff;
}

/* #endregion HEADER */

/* #region MENU */

.main-menu .container{
	display: flex;
}

.main-menu .container > div.last-colonne{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 25%;
}

.main-menu .last-colonne a{
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 30px;
}

.main-menu .last-colonne a img{
	position: relative;
	width: 60px;
	top: 0px;
	transition: all 0.2s ease 0s;
}

.main-menu .last-colonne .destockage{
	background: var(--rouge2);
	color: #fff;
}

.main-menu .last-colonne .actualites{
	background: url('./images/texture-footer.svg') var(--gris1);
}

.main-menu .last-colonne a:hover{
	text-decoration: none;
}

.main-menu .last-colonne a:hover img{
	top: -5px;
}

.main-menu .last-colonne a span{
	font-size: 1.4em;
}
  
.main-menu .container > div{
	display: flex;
	position: relative;
	width: 75%;
}

.main-menu .menu{
	display: flex;
	flex-direction: column;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc(100% / 3);
	border-left: 1px solid var(--gris2);
}

.main-menu .menu-item-has-children > .sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
	border-left: 1px solid var(--gris2);
}

@media (pointer: fine) {
	.main-menu .menu-item-has-children:hover > .sub-menu{
		display: block;
	}

	.main-menu .sub-menu .back-button {
		display: none !important;
	}
}

.main-menu .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
	left: 100%;
	top: 0;
}

.main-menu .menu-item a{
	display: inline-flex;
	align-items: center;
    justify-content: space-between;
    width: 100%;
	padding: 5px 20px;
	text-decoration: none;
	background: #fff;
	color: #000;
}

@media (pointer : fine){
	.main-menu .menu-item a:hover {
		color: var(--rouge1);
	}

	.main-menu .menu-item-has-children:hover > a,
	.main-menu .menu-item-has-children:has(.sub-menu:hover) > a {
		color: var(--rouge1);
	}

	.main-menu .menu-item-has-children:hover > a:after{
		background: url('./images/chevron-droite-rouge.svg') no-repeat;
	}
}

.main-menu .menu-item-has-children > a:after{
    position: relative;
    display: block;
    content: '';
    height: 12px;
    width: 10px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

@media (pointer : fine){
	.main-menu .menu-item-has-children > a:hover:after{
		position: relative;
		display: block;
		content: '';
		background: url('./images/chevron-droite-rouge.svg') no-repeat;
		height: 12px;
		width: 10px;
		left: 0px;
		transition: all 0.3s ease 0s;
	}

	.main-menu .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu a:hover:after {
		background: none;
	}
}

/* #endregion MENU */

/* #region DIAPORAMA */

.swiper{
	width: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-accueil .main-texte{
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
	background: rgba(0,0,0,0.1);
}

.swiper-accueil .main-texte .container{
	padding: 0 30px;
}

.swiper-accueil .texte{
	color: #fff;
	font-size: 2.4em;
	line-height: 1.0em;
	font-weight: 300;
}

.swiper-accueil .texte p:last-child{
	margin-bottom: 0px;
}

.swiper-accueil .lien{
	margin-top: 30px;
}

.wrapper-hero .swiper-pagination{
	text-align: right;
	padding-right: 30px;
	bottom: 30px !important;
}

.swiper-produits{
	padding: 0 30px 50px 30px;
}

.swiper-produits .swiper-pagination{
	bottom: 0px;
}

.swiper-produits .swiper-pagination .swiper-pagination-bullet{
	background: var(--gris2);
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background-color: var(--rouge1) !important;
}

.swiper-button-next, 
.swiper-button-prev{
	color: #000;
	width: 10px;
    height: 10px;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover{
	color: var(--rouge1);
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 14px;
}

.swiper-produits .swiper-button-prev{
	left: 0px;
}

.swiper-produits .swiper-button-next{
	right: 0px;
}

.gallery-main{
	padding-bottom: 30px;
}

.gallery-main .swiper-pagination{
	bottom: 0px;
} 

.gallery-main .swiper-pagination-bullet{
	background-color: var(--gris3);
}

.gallery-main .swiper-button-next, 
.gallery-main .swiper-button-prev{
	top: auto;
	bottom: 5px;
	color: var(--gris3);
}

/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 400;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: #000;
}

.archive main,
.blog main,
.search main,
.page-template-page-articles main,
.error404 main{
	padding-bottom: 80px;
}

.woocommerce.archive main{
	padding-bottom: 0px;
}

#content{
	margin: auto;
}

#content p{
    font-size: 1.0em;
}

#content ul,
#content ol{
	font-size: 1.0em;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

.container{
	max-width: 1440px;  
	margin: auto;
	padding: 0 30px;
}

nav{
	padding: 0 30px;
}

#breadcrumbs{
	color: #767676;
	font-size: 0.9em !important;
}

#breadcrumbs > span{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #e8e8e8;
}

.woocommerce.tax-product_cat #breadcrumbs{
	padding: 5px 30px 5px 40px;
}

#breadcrumbs a,
#breadcrumbs li:after{
	color: var(--gris3);
}

.titre-paragraphe{
	margin-bottom: 30px;
}

.paragraphe{
	padding: 80px 0px;
}

.paragraphe.paragraphe-1{
	padding-top: 0px;
}

.paragraphe.bgblanc{
	background: #fff;
}

.paragraphe.bggrisclair{
	background: #ededed;
}

.paragraphe .introduction{
	margin-bottom: 50px;
}

.paragraphe.full-width{
	width: 100%;   
	padding-top: 0;
    padding-bottom: 0;
}

.paragraphe.full-width .container{
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.paragraphe.full-width .container .colonne{
    padding: 80px 7%;
}

.paragraphe .colonne.no-padding,
.paragraphe.full-width .container .colonne.no-padding{
	padding: 0px;
}

.paragraphe .colonnes{
	display: flex;
	gap: 50px;
}

.paragraphe .colonnes a:has(img){
	display: inline-flex;
	overflow: hidden;
}

.paragraphe .colonnes a:has(img) img{
    transition: all 0.3s ease 0s;
    transform: scale(1.00);
    transform-origin: center center;
}

.paragraphe .colonnes a:has(img):hover img{
	transform: scale(1.10);
}

.colonne-1{
	width: 100%;
}

.colonne-2-1-1,
.colonne-2-1-2{
	width: 50%;
}

.colonne-2-2-1,
.colonne-2-3-2,
.colonne-3-1,
.colonne-3-2,
.colonne-3-3{
	width: calc(100% / 3);
}

.colonne-2-4-1,
.colonne-2-5-2{
	width: 25%;
}

.colonne-2-4-2,
.colonne-2-5-1{
	width: 75%;
}

.colonne-2-2-2,
.colonne-2-3-1{
	width: calc(100% / 3 * 2);
}

.colonne-4{
	width: 25%;
}

.voile-opacite{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(0, 0, 0, 0.6);
	transition: visibility 0.15s, opacity 0.15s linear;
}

.voile-opacite.visible {
	visibility: visible;
	opacity: 1;
}

.main-wrapper-reassurance{
	padding: 50px 0px;
}

.woocommerce-cart .main-wrapper-reassurance .container{
	padding: 0px;
}

.wrapper-reassurance .liste-arguments{
	display: flex;
	gap: 15px;
    width: 100%;
}

.wrapper-reassurance .liste-arguments .argument{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
	flex: 1;
	gap: 30px;
	padding: 30px 20px 20px 20px;
	background: var(--gris1);
	color: var(--rouge1);
	text-align: center;
}

.pro .wrapper-reassurance .liste-arguments .argument{
	border: 1px solid var(--bleu2);
	background: #fff;
	color: var(--bleu2);
}

.wrapper-reassurance .liste-arguments .argument img{
	max-width: 80px;
	max-height: 80px;
}

.wrapper-reassurance .liste-arguments .argument .texte p{
	margin-bottom: 0px;
}

.main-wrapper-categories-produits{
	padding: 50px 0px;
}

.archive.woocommerce .main-wrapper-categories-produits{
	padding-top: 0px;
}

.main-wrapper-produits-moment{
	padding: 50px 0px;
}

.wrapper-categories-produits .liste-categories-produits{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.wrapper-categories-produits .liste-categories-produits > div{

}

.wrapper-categories-produits .liste-categories-produits > div a{
	display: block;
	background: var(--gris1);
	color: #000;
	padding: 30px 30px 15px 30px;
    height: 100%;
}

.wrapper-categories-produits .liste-categories-produits > div a .image{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	top: 0px;
    transition: all 0.2s ease 0s;
}

.wrapper-categories-produits .liste-categories-produits > div a.destockage{
	background: url('./images/texture-footer.svg') var(--gris1);
}

.wrapper-categories-produits .liste-categories-produits > div a:hover{
	text-decoration: none;
}

.wrapper-categories-produits .liste-categories-produits > div a:hover .image{
	top: -5px;
}

.wrapper-categories-produits .liste-categories-produits > div a span{
	position: relative;
	display: block;
	text-align: center;
	color: var(--gris3);
	top: -10px;
	opacity: 0;
	transition: opacity 0.3s;
}

.wrapper-categories-produits .liste-categories-produits > div a:hover span{
	opacity: 1;
}

.wrapper-categories-produits .liste-categories-produits > div a h3{
	position: relative;
	font-size: 1.3em;
	text-align: center;
	font-weight: 400;
	margin: 0px;
	top: 0px;
    transition: all 0.2s ease 0s;
}

.wrapper-categories-produits .liste-categories-produits > div a:hover h3{
	top: -15px;
}

.main-wrapper-presentation{
	padding: 0 0 50px 0px;
}

.wrapper-presentation{
	display: flex;
	background: var(--rouge2);
}

.pro .wrapper-presentation{
	background: var(--bleu1);
}

.wrapper-presentation .image{
	width: 50%;
}

.wrapper-presentation .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper-presentation .texte{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35%;
	color: #fff;
	padding: 100px;
}

.pro .wrapper-presentation .texte{
	color: var(--bleu2);
}

.wrapper-presentation .texte h1{
	color: #fff;
}

.wrapper-presentation .texture{
	width: 15%;
    background-size: cover;
}

.main-wrapper-espacepro{
	padding: 0 0 50px 0px;
}

.wrapper-espacepro{
	display: flex;
	gap: 80px;
	padding: 0 100px 0 0;
	background: var(--bleu2);
	color: #fff;
}

.wrapper-espacepro .image{
	position: relative;
	width: 40%;
}

.wrapper-espacepro .image .texture{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}

.wrapper-espacepro .image img.photo{
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper-espacepro .titre,
.wrapper-espacepro .texte{
	width: 30%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.wrapper-espacepro .titre h2{
	color: #fff;
	font-size: 2.0em;
}

#demande-devis{
	display: none;
}

.liste-articles{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.main-wrapper-articles{
	background: var(--gris1);
	padding: 80px 0px;
}

#searchform{
	display: flex;
}

#searchform .btn{
    display: flex;
    border-radius: 0px 25px 25px 0;
}

#searchform .btn svg{
    width: 20px;
}

/*** RECHERCHE AMPOULES ***/

.formulaire-recherche{
	display:flex;
	gap: 15px;
    align-items: flex-end;
	justify-content:center;
	margin-bottom: 30px;
	flex-wrap:wrap;
}

.formulaire-recherche .afficher-plus{
	text-align:center;
	width:100%;
}

.formulaire-recherche .critere{
	width: 24%;
}

.formulaire-recherche .titre-critere{
	font-weight: 700;
	margin-bottom: 10px;
}

.single-mailpoet_page article{
	max-width: 1440px;
	margin:auto;
	padding-left:30px;
	padding-right:30px;
}

/*** AVIS - REVIEWS ***/

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
	padding-left:0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	display:none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left:0;
}

/*** NEWSLETTER ***/

.main-wrapper-newsletter{
	padding:80px 0px;
	background:var(--rouge1);
	color:#ffffff;
	text-align:center;
}

.main-wrapper-newsletter h2.titre-wrapper{
	color:#ffffff;
	margin-bottom: 30px;
	font-weight: 700;
	
}

.main-wrapper-newsletter .container{
	max-width:700px;
}

/**** FAQ - ACCORDEON ***/
.faq{
	padding-bottom: 60px;
	padding-top: 60px;
}

.faq .container{
	max-width:75%;
}

.faq .accroche{
	text-align:center;
}

.wrapper-questions {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.question{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px 10px 0;
    border-top: 1px solid #D3D3D3;
    cursor: pointer;
	font-size:1.2em;
	font-weight: 600;
}

.question.open svg.bi-plus-lg {
    display: none;
}

.question svg.bi-dash-lg {
    display: none;
}

.question.open svg.bi-dash-lg {
    display: block;
}

.question svg{
    width: 25px;
}

.wrapper-questions .reponse{
    display: none;
    padding: 15px;
}

/* #endregion CORPS */

/* #region WOOCOMMERCE */

.vignette-rassurance{
	display:flex;
	height:100%;
	width:100%;
	text-align:center;
	justify-content: center;
	align-items: center;
	background:var(--rouge1);
	color:#FFFFFF;
	font-size: 1.5em;
	padding: 15px;
	font-weight: 700;
}

.aws_result_item.on-sale:before{
	content: 'Promo';
}

.vignette-produit a{
	display: block;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--gris1);
    transition: all 0.2s ease 0s;
}

.vignette-produit a:hover{
	background: var(--gris1);
}

.vignette-produit a:hover{
	text-decoration: none;
}

.woocommerce div.product.vignette-produit a p.stock,
#content div.product.vignette-produit a p.stock{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 3px 15px;
	background: var(--rouge1);
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
}

.vignette-produit a img{
	position: relative;
    display: flex;
    margin-bottom: 30px;
    top: 0px;
	width: 100%;
    transition: all 0.2s ease 0s;
}

.vignette-produit a:hover img{
    top: -5px;
}

.vignette-produit .categories{
    color: #767676;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.vignette-produit h2,
.vignette-produit h3{
	font-size: 1.0em;
	color: #000;
	margin-top: 0px;
	font-weight: 400;
}

.vignette-produit.product .reference{
	display: block;
	font-size: 0.85em;
	color: #767676;
	margin-top:5px;
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom: 5px;
	border-top:1px solid var(--gris1);
	border-bottom:1px solid var(--gris1);
}

.vignette-produit.product .prix-ttc,
.pro .vignette-produit.product .prix-ht{
	display: block;
	font-size: 1.2em;
	color: var(--rouge1);
	font-weight: 700;
}

.vignette-produit .prix-ht{
	color: var(--gris3);
}

.archive.woocommerce main > .container{
	display: flex;
}

.archive.woocommerce main .main-sidebar{
	position: sticky;
    left: 0px;
	width: 25%;
	background: var(--gris1);
	padding: 30px;
	overflow-y: scroll;
}

.archive.woocommerce main .main-sidebar .sidebar{
}

.archive.woocommerce main .main-sidebar .sidebar a.filtre{
	display: none;
}

.archive.woocommerce main .entry-content{
	width: 75%;
}

.woocommerce .products{
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}

.woocommerce.archive .products{
	padding-left: 40px;
}

.woocommerce.archive .page-title{
	margin-top: 30px;
}

.woocommerce.archive .page-title{
	margin-bottom: 15px;
	padding-left: 40px;
}

.woocommerce.archive .term-description{
	padding-left: 40px;
}

.woocommerce-widget-layered-nav{
	padding: 10px 0px;
	border-bottom: 1px solid var(--gris3);
}

.woocommerce-widget-layered-nav .widget-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0px;
	cursor: pointer;
    transition: all 0.2s ease 0s;
}

.woocommerce-widget-layered-nav .widget-title:after{
	display: block;
    content: "";
    min-width: 19px;
    height: 19px;
}

.woocommerce-widget-layered-nav .widget-title.plus:after{
    background: url('./images/icone-plus.svg') no-repeat center center;
}

.woocommerce-widget-layered-nav .widget-title.active:after{
    background: url('./images/icone-moins.svg') no-repeat center center;
}

.woocommerce-widget-layered-nav .widget-title.active,
.woocommerce-widget-layered-nav .widget-title:hover{
	color: var(--rouge1);
}

.woocommerce .woocommerce-widget-layered-nav-list{
	display: none;
	margin-top: 10px;
}

.woocommerce-widget-layered-nav-list:has(li.chosen){
    display: block;
}

.woocommerce-widget-layered-nav-list li{
	font-size: 0.9em;
}

.woocommerce-widget-layered-nav-list li a{
	color: #000;
}

.woocommerce-widget-layered-nav-list li:not(.chosen){
	padding-left: 26px !important;
}

.woocommerce-widget-layered-nav-list li span{
	color: var(--gris3);
}

.woocommerce-widget-layered-nav-list li.chosen a,
.woocommerce-widget-layered-nav-list li.chosen span{
	color: #000;
	font-weight: 600;
    transition: all 0.2s ease 0s;
}

.woocommerce-widget-layered-nav-list li.chosen a:hover,
.woocommerce-widget-layered-nav-list li.chosen a:hover + span{
	color: var(--rouge1);
	text-decoration: none;
}

.single-product.woocommerce div.product{
	display: flex;
	gap: 50px;
}

.single-product.woocommerce div.product .photos{
	display: flex;
	width: 60%;
    margin-top: 50px;
}

.gallery-thumbs {
	order: -1;
	width: 25%;
	margin-right: 15px;
}

.gallery-main{
	width: 75%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
	width: 100%;
	float: none;
}

.woocommerce div.product div.images{
	margin-bottom: 0px;
    height: 100%;
}

.single-product.woocommerce div.product .description{
	display: flex;
    flex-direction: column;
	width: 40%;
	background: var(--gris1);
	padding: 50px;
}

.single-product.woocommerce div.product .description .top{
	margin-bottom: 30px;
}

.woocommerce div.product .product_title{
	text-align: left;
	margin-bottom: 20px;
	color: #000;
}

div.product .main-prix{
	display: flex;
	gap: 10px;
}

div.product .main-prix del{
	text-decoration: line-through;
    text-decoration-thickness: 2px;
}

div.product .main-prix .ancien-prix,
.pro div.product .main-prix .ancien-prix{
	color: #767676;
	font-weight: 400;
}

div.product .prix-ttc,
.pro div.product .prix-ht{
	color: var(--rouge1);
	font-weight: 600;
}

div.product .prix-ht{
	color: var(--rouge1);
}

.woocommerce.single-product div.product .prix-ttc,
.pro.woocommerce.single-product div.product .prix-ht{
	font-size: 1.6em;
	margin-bottom: 5px;
}

.woocommerce div.product .ecopart{
	color: var(--rouge1);
}

.woocommerce div.product .detail{
	color: var(--gris3);
}

.woocommerce div.product p.stock{
	font-size: 1.0em;
	color: var(--gris3);
	margin-top: 20px;
	margin-bottom: 0px;
}

.woocommerce div.product form.cart{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0px;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button{
	float: none;
	width: 100%;
	margin: 0px;
}

.woocommerce .quantity .qty{
	width: 100%;
	background: #fff;
	border: 1px solid var(--gris3);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
	min-width: 180px;
	font-weight: 400;
	width: auto;
	border: none;
	border-radius: 0px;
	padding: 15px 20px 15px 25px;
	background: var(--rouge1);
	color: #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
}

.woocommerce .vignette-produit a.button,
.swiper-produits .vignette-produit a.button,
.woocommerce-cart .vignette-produit a.button,
.woocommerce-checkout .vignette-produit a.button{
	position:absolute;
	bottom:0;
	right:0;
	height: 40px;
	padding: 5px;
	width:40px;
	min-width:0;
	display:table;
	background: var(--rouge1);
}

.swiper-produits .vignette-produit{
	position:relative;
}

.woocommerce .vignette-produit a.added_to_cart,
.woocommerce-cart .vignette-produit a.added_to_cart,
.swiper-produits .vignette-produit a.added_to_cart,
.woocommerce-checkout .vignette-produit a.added_to_cart{
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	padding: 5px;
	width:100%;
	min-width:0;
	display:flex;
	background:rgba(190,21,34,0.8);
	color:#ffffff;
    align-items: center;
    justify-content: center;
}

.vignette-produit a.button img{
	margin:0;
}

.woocommerce .vignette-produit a.button:after,
.woocommerce-cart .vignette-produit a.button:after,
.swiper-produits .vignette-produit a.button:after,
.woocommerce-checkout .vignette-produit a.button:after{
	display:none;
}

.woocommerce-cart .cross-sells{
	margin-top: 15px;
}

.woocommerce-cart .cross-sells>h2{
	font-weight: 700;
	color:var(--rouge1);
}

.woocommerce .button:after{
	position: relative;
	display: block;
	content: '';
	background: url('./images/chevron-droite-blanc.svg') no-repeat;
	height: 12px;
	width: 10px;
	left: 0px;
    transition: all 0.3s ease 0s;
}

.woocommerce .button:hover:after,
.woocommerce .button:focus:after{
	left: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--rouge1);
}

.woocommerce-no-products-found{
	padding-left: 40px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	background: var(--gris1);
	color: #000;
	margin: 15px 0px;
}

.woocommerce .woocommerce-tabs{
	display: none;
	margin-top: 50px;
	border-bottom: 1px solid var(--gris2);
}

.woocommerce .woocommerce-tabs .main-libelle{
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid var(--gris2);
	padding: 15px 0px;
    transition: all 0.15s ease 0s;
	cursor: pointer;
}

.woocommerce .woocommerce-tabs .main-libelle:hover{
	color: var(--rouge1);
}

.woocommerce .woocommerce-tabs .main-libelle:after{
	display: block;
	content: "";
	background: url('./images/icone-plus.svg') no-repeat  center center;
	width: 19px;
	height: 19px;
}

.woocommerce .woocommerce-tabs .main-libelle.open{
	color: var(--rouge1);
}

.woocommerce .woocommerce-tabs .main-libelle.open:after{
	background: url('./images/icone-moins.svg') no-repeat  center center;
}

.woocommerce .woocommerce-tabs .main-libelle .libelle{
	display: flex;
	gap: 15px;
	font-weight: 600;
	font-size: 1.2em;
}

.woocommerce .woocommerce-tabs .main-libelle .libelle img{
	max-width: 10px;
}

.woocommerce .woocommerce-tabs .contenu{
	display: none;
}

.woocommerce .woocommerce-tabs .contenu.fichiers a{
	display: block;
    padding: 8px;
	background: rgba(0, 0, 0, .025);
	font-weight: 700;
	color: #000;
    transition: all 0.15s ease 0s;
}

.woocommerce .woocommerce-tabs .contenu.fichiers a:first-child{
	border-top: 1px dotted rgba(0, 0, 0, .1);
}

.woocommerce .woocommerce-tabs .contenu.fichiers a:nth-child(odd){
	background: #fff;
}

.woocommerce .woocommerce-tabs .contenu.fichiers a:hover{
	color: var(--rouge1);
	text-decoration: none;
}

.woocommerce .woocommerce-tabs .contenu > h2{
	display: none;
}

.woocommerce table.shop_attributes{
	border-collapse: collapse;
}

.woocommerce table.shop_attributes th{
	width: 50%;
	text-align: left;
	border: none;
}

.woocommerce table.shop_attributes td{
	border: none;
}

.woocommerce .related{
	margin-top: 30px;
	margin-bottom: 80px;
}

.woocommerce .related .products{
	margin-bottom: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	border-color: var(--gris3);
}

.pro p.wc-block-components-totals-footer-item-tax {
    display: none !important;
}

.woocommerce-cart table.cart .product-thumbnail{
	width: 100px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
	width: 100%;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	height: 46px;
	width: 200px;
}

/*** PANIER LATERAL ***/


#lateral{
	position: fixed;
	display: inline-block;
    width: 400px;
	height: 100%;
    top: 0px;
    right: -400px;
	background: #fff;
	padding: 40px;
	z-index: 2000;
    -webkit-transition: right 0.5s, -webkit-transform 0.5s;
    transition: right 0.5s, transform 0.5s;
}

#lateral.open{
    right: 0px;
}

#lateral .close-menu{
	display: block;
	margin-bottom: 30px;
	color: #666666;
	text-align:right;
}

#lateral .close-menu:hover{
	opacity: 0.8;
}

#lateral .close-menu img{
	width:32px;
}

.woocommerce .woocommerce-info{
	border: none;
	background: var(--rouge1);
	color: #ffffff;
	padding-left: 1em;
	text-align: center;
	font-size: 1.2em;
}

.woocommerce .woocommerce-info a{
	color: #ffffff;
	text-decoration: underline;
}

.woocommerce .woocommerce-info a:hover{
	color: #111111;
	text-decoration: none;
}

.woocommerce .woocommerce-info .woocommerce-Price-amount.amount{
	font-weight: bold;
	font-size: 1.2em;
}

.woocommerce .woocommerce-info:before{
	content:none;
}

/* #endregion WOOCOMMERCE */

/* #region ARTICLES */

.select-categories{
	width: calc(25% - 23px);
	margin-bottom: 30px;
}

.liste-categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 0px;
	margin-bottom: 50px;
}

.vignette-article a{
	display: block;
	height: 100%;
    padding: 20px;
	background: #fff;
    border: 1px solid var(--gris1);
	transition: all 0.2s ease 0s;
}

section.main-wrapper-articles .vignette-article a{
    border-color: var(--gris2);	
}

.vignette-article a:hover{    
	text-decoration: none;
    background: var(--gris1);
}

section.main-wrapper-articles .vignette-article a:hover{    
    background: var(--gris2);	
}

.vignette-article .image{
    margin-bottom: 30px;
}

.vignette-article .image img{
    position: relative;
    display: flex;
    top: 0px;
    transition: all 0.2s ease 0s;
}

.vignette-article a:hover .image img{    
	top: -5px;
}

.vignette-article .texte .titre{
	font-family: var(--titleFont);
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: 400;
    margin-top: 0px;
	color: #000;
}

.vignette-article .texte .date{
	font-size: 0.9em;
	color: var(--rouge1);
}

.vignette-article .categories{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}

.vignette-article .categories .categorie{    
    color: #767676;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.single-post article{
	max-width: 800px;
	margin: auto;
	padding: 0 30px;
}

.single-post article h2{
	color: var(--rouge1);
}

.single-post .top-article{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 0px;
	margin-bottom: 50px;
}

.single-post .top-article .date{
	color: var(--rouge1);
}

.single-post .top-article .categories{
	display: flex;
	gap: 10px;
}

.single-post .top-article .categories a.btn{
	font-size: 0.9em;
}

.gallery-item a{
	display: block;
	border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.gallery-item a:hover{
	opacity: 0.8;
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

#content ul.pagination{	
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#content ul.pagination a{
    transition: all 0.15s ease 0s;
}

#content ul.pagination a:hover{
	text-decoration: none;
	background: var(--rouge2);
	color: #fff;
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
	border: 1px solid #ddd;
}

#content ul.pagination .current{
	background: var(--rouge2);
	color: #fff;
}

/* #endregion ARTICLES */

/* #region FOOTER */

footer .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer .top-footer{
	background: url('./images/texture-footer.svg') no-repeat var(--gris1);
	background-position: left -200px center;
	color: #767676;
}

footer .top-footer a{
	color: #8E8E8E;
}

footer .top-footer .container{
	display: flex;
	gap: 50px;
	padding: 50px 30px;
}

footer .top-footer .main-logo{
	display: flex;
    align-items: center;
    width: 25%;
}

footer .top-footer .main-logo a.logo{
	display: inline-block;
	width: 80%;
    transition: all 0.15s ease 0s;
}

footer .top-footer .main-logo a.logo img{
	width: 100%;
}

footer .top-footer .main-logo a.logo:hover{
    transform: scale(1.05);
}

footer .top-footer .main-logo .reseaux-sociaux{
    display: flex;
    gap: 15px;
}

footer .top-footer .main-logo .reseaux-sociaux a{
    display: flex;
	width: 20px;
    transition: all 0.15s ease 0s;
}

footer .top-footer .main-logo .reseaux-sociaux a:hover{
	color: var(--rouge2);
}

footer .top-footer .main-logo .reseaux-sociaux a svg{
	width: 100%;
}

footer .top-footer .colonne{
	width: 25%;
}

footer .top-footer .colonne .titre{
	font-family: var(--titleFont);
	color: var(--rouge1);
	font-size: 1.0em;
	margin-bottom: 15px;
	font-weight: 700;
}

footer .sub-footer{
	background: #fff;
}

footer .sub-footer .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 50px;
	padding: 15px 30px;
	font-size: 0.8em;
}

footer .sub-footer .container .menu-footer{
	display: flex;
	gap: 15px;
    justify-content: space-between;
}

footer .sub-footer .container .menu-footer .copyright{
	line-height: 1.4em;
}

footer .sub-footer .container .menu-footer .menu{
	display: flex;
	gap: 15px;
}

footer .signature{
	font-size: 0.8em;
}

footer .logo-rezo21 a{
	display: block;
}

footer .logo-rezo21 img{
	height: 32px;
	width: auto;
}

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	.main-menu .menu{
		display: block;
		width: 100%;
		column-count: 2;
	}

	.main-menu .menu-item-has-children:hover > .sub-menu{
		display: none;
	}

	.main-menu .menu-item a:after,
	.main-menu .menu-item a:hover:after{
		display: none;
	}
}

@media screen and (max-width: 1180px) and (orientation: portrait) {
	.main-menu .container > div{
		width: calc((100% / 3) * 2);
	}

	.main-menu .container > div.last-colonne{
		width: calc(100% / 3);
	}

	.main-menu .last-colonne a{
        flex-direction: column;
        gap: 10px;
	}

	.swiper-accueil .texte{
		font-size: 1.6em;
	}

	.wrapper-reassurance .liste-arguments{
		flex-wrap: wrap;
	}

	.wrapper-reassurance .liste-arguments .argument.argument{
		flex: none;
	}

	.wrapper-reassurance .liste-arguments .argument.argument-1,
	.wrapper-reassurance .liste-arguments .argument.argument-2,
	.wrapper-reassurance .liste-arguments .argument.argument-3{
		width: calc((100% / 3) - 10px);
	}

	.wrapper-reassurance .liste-arguments .argument.argument-4,
	.wrapper-reassurance .liste-arguments .argument.argument-5{
		width: calc((100% / 2) - 7.5px);
	}

	.wrapper-categories-produits .liste-categories-produits{
		grid-template-columns: repeat(3, 1fr);
	}

	.wrapper-presentation{
		flex-direction: column;
	}

	.wrapper-presentation .image,
	.wrapper-presentation .texte{
		width: 100%;
	}

	.wrapper-presentation .texte{
		padding: 30px;
	}

	.wrapper-espacepro{
		flex-wrap: wrap;
		gap: 30px;
		padding: 0px;
	}

	.wrapper-espacepro .image{
		width: 100%;
		height: 300px;
		order: 3;
	}

	.wrapper-espacepro .titre{
		width: calc(50% - 15px);
		padding: 30px 0 0 30px;
		order: 1;
	}

	.wrapper-espacepro .texte{
		width: calc(50% - 15px);
		padding: 30px 30px 0 0;
		order: 2;
	}

	.archive.woocommerce main .main-sidebar{
		width: calc(100% / 3);
	}

	.archive.woocommerce main .entry-content{
		width: calc((100% / 3) * 2);
	}

	.wrapper-categories-produits .liste-categories-produits > div a h3{
		font-size: 1.2em;
	}

	.woocommerce div.product .prix-ttc{
		font-size: 1.2em;
	}

	.single-product.woocommerce div.product{
		gap: 30px;
	}

	.single-product.woocommerce div.product .photos{
		width: 50%;
	}

	.single-product.woocommerce div.product .description{
		width: 50%;
		padding: 30px;
	}

	.woocommerce .related .products{
        grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	footer .top-footer .container{
		gap: 30px;
	}
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	#lateral{
		position: fixed;
		display: inline-block;
		width: 100vw;
		height: 100%;
		top: 0px;
		right: -100vw;
		background: #fff;
		padding: 30px;
	}
	
	
	h1{
		font-size: 1.4em;
		margin-bottom: 30px;
	}

	.titre-wrapper{
		font-size: 1.4em;
	}

	header .top-header{
		min-height: auto;
	}

	header .top-header .container{
		gap: 5px;
		padding: 8px;
	}

	header .top-header .message{
		gap: 10px;
		font-size: 0.8em;
	}

	header .top-header .message img{
		width: 20px;
	}

	header .top-header .btn{
		padding: 6px 8px 5px 8px;
		font-size: 0.8em;
		min-width: auto;
		gap: 5px;
	}

	header .top-header .btn:after{
		display: none;
	}

	header .main-navigation{
		padding: 10px 0px;
	}

	header .main-navigation .container{
		gap: 30px;
		padding: 0 15px;
	}

	header .main-navigation .recherche-aws{
		display: none;
	}

	header .main-navigation .interactions{
		gap: 5px;
	}

	header .main-navigation .interactions .recherche-mobile .aws-container{
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0px;
		opacity: 0;
		z-index: -1;
		transition: top 0.2s ease, opacity 0.2s ease;
	}

	header .main-navigation .interactions a .image{
		width: 30px;
		height: 30px;
		padding: 3px;
	}

	.pro header .main-navigation .interactions a.compte{
		padding-right: 0px;
	}

	.pro header .main-navigation .interactions a.compte span{
		display: none;
	}

	header .main-menu{
		padding: 0 0 15px 0px;
	}

	header .main-menu .container{
		flex-direction: column;
		gap: 15px;
		padding: 0 15px;
	}

	.main-menu .container > div{
		width: 100%;
	}

	.main-menu .container > div.last-colonne{
		width: 100%;
		flex-direction: row;
	}

	.main-menu .last-colonne a{
		flex-direction: row;
		width: 50%;
		height: 20%;
		padding: 15px;
	}

	.main-menu .last-colonne a img{
		width: 30px;
	}

	.main-menu .last-colonne a span{
		font-size: 1.0em;
	}
	
	.main-menu .container > div {
		flex-direction: column;
		width: 100%;
	}

	.main-menu .menu {
		width: 100%;
		height: 100%;
		position: relative;
		transition: transform 0.3s ease;
		overflow-y: auto;
		overflow-x: hidden;
		column-count: 1;
	}

	.main-menu .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: #fff;
		display: block;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 20;
	}

	/* ACTIVE = visible */
	.main-menu .sub-menu.active {
		left: 0 !important;
		transform: translateX(0) !important;
		z-index: 30; /* au-dessus du niveau précédent */
	}

	/* Quand fermeture, on le slide vers la droite */
	.main-menu .sub-menu.closing {
		transform: translateX(100%) !important;
	}

	/* Gérer les sous-menus de sous-menus */
	.main-menu .sub-menu .sub-menu {
		left: 100%;
		transform: translateX(100%);
	}

	.main-menu .sub-menu .sub-menu.active {
		left: 0;
		transform: translateX(0);
	}

	.main-menu .menu-item-has-children > a:after {
		content: url('./images/chevron-droite-noir.svg');
		margin-left: auto;
	}

	.main-menu .sub-menu .back-button {
		display: block;
		padding: 10px 20px;
		background: var(--gris1);
		font-weight: bold;
		cursor: pointer;
	}

	/* Désactive le hover pour mobile */
	.main-menu .menu-item-has-children:hover > .sub-menu {
		display: block;
	}

	.main-menu .destockage{
		display: none;
	}

	nav{
		padding: 0px;
	}

	#breadcrumbs{
    	font-size: 0.8em !important;
		padding: 5px 0px;
	}

	.woocommerce.tax-product_cat #breadcrumbs{
		padding: 5px 0px;
	}

	.swiper-accueil .main-texte{
		width: 100%;
	}

	.swiper-accueil .texte{
		font-size: 1.4em;
	}

	.wrapper-hero.container{
		padding: 0px;
	}

	.paragraphe{
		padding: 50px 0px;
	}

	.paragraphe .colonnes{
		flex-direction: column;
		gap: 30px;
	}
	
	.paragraphe .colonnes.mobile-reverse{
		flex-direction: column-reverse;
	}

	.colonne-2-1-1,
	.colonne-2-1-2,
	.colonne-2-2-1,
	.colonne-2-2-2,
	.colonne-2-3-2,
	.colonne-2-3-1,
	.colonne-2-4-1,
	.colonne-2-4-2,
	.colonne-2-5-1,
	.colonne-2-5-2,
	.colonne-3-1,
	.colonne-3-2,
	.colonne-3-3,
	.colonne-4{
		width: 100%;
	}

	.wrapper-reassurance .liste-arguments .argument{
		flex-direction: row;
		justify-content: normal;
		font-size: 0.9em;
		padding: 15px;
		text-align: left;
	}

	.wrapper-reassurance .liste-arguments .argument.argument-1,
	.wrapper-reassurance .liste-arguments .argument.argument-2,
	.wrapper-reassurance .liste-arguments .argument.argument-3,
	.wrapper-reassurance .liste-arguments .argument.argument-4,
	.wrapper-reassurance .liste-arguments .argument.argument-5,	
	.wrapper-reassurance .liste-arguments .argument.argument-6{
		width: 100%;
	}

	.wrapper-reassurance .liste-arguments .argument img{
		max-width: 50px;
	}

	.main-titre-wrapper{
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}

	.main-wrapper-presentation{
		padding-bottom: 0px;
	}

	.main-wrapper-reassurance,
	.main-wrapper-categories-produits,
	.main-wrapper-produits-moment{
		padding: 30px 0px;
	}

	.main-wrapper-espacepro .container{
		padding: 0px;
	}

	.wrapper-espacepro{
		gap: 15px;
	}

	.wrapper-espacepro .titre,
	.wrapper-espacepro .texte{
		width: 100%;
		padding: 0px;
	}

	.wrapper-espacepro .titre{
		padding: 30px 30px 0 30px;
	}

	.wrapper-espacepro .titre h2{
		font-size: 1.4em;
	}

	.wrapper-espacepro .texte{
		padding: 0 30px;
	}

	.wrapper-categories-produits .liste-categories-produits{		
		grid-template-columns: repeat(2, 1fr);
	}

	.wrapper-categories-produits .liste-categories-produits > div a{
		padding: 15px;
	}

	.wrapper-categories-produits .liste-categories-produits > div a h3{
		font-size: 1.0em;
	}

	.archive.woocommerce main .main-sidebar,
	.archive.woocommerce main .entry-content{
		position: relative;
		width: 100%;
	}

	.archive.woocommerce main > .container{
		flex-direction: column;
	}

	.archive.woocommerce.tax-product_cat .page-title,
	.archive.woocommerce .products{
		padding-left: 0px;
	}

	.woocommerce .products{
		gap: 15px;
		margin-bottom: 30px;
	}

	.formulaire-recherche{
		flex-direction:column;
	}

	.archive.woocommerce .term-description{
		padding-left: 0px;
	}

	.archive.woocommerce main .main-sidebar{
		padding: 15px;
	}

	.archive.woocommerce main .main-sidebar.active{
		background: var(--gris2);
	}

	.archive.woocommerce main .main-sidebar .sidebar .filtres{
		display: none;
		margin-top: 10px;
		font-size: 0.9em;
	}

	.archive.woocommerce main .main-sidebar .sidebar a.filtre{
		display: flex;
		align-items: center;
		gap: 15px;
		color: #000;
	}

	.archive.woocommerce main .main-sidebar .sidebar a.filtre svg{
		width: 20px;
	}

	.woocommerce-widget-layered-nav{
		padding: 5px 0px;
		border: none;
	}

	.woocommerce .woocommerce-widget-layered-nav-list{
		margin-top: 10px;
	}

	.vignette-produit a{
		padding: 10px;
	}

	.vignette-produit a img{
		margin-bottom: 10px;
	}

	div.product .main-prix{
		flex-direction: column;
		gap: 0px;
	}

	.woocommerce.single-product div.product .prix-ttc, .pro.woocommerce.single-product div.product .prix-ht{
		font-size: 1.4em;
	}

	.vignette-produit .categories{
		font-size: 0.9em;
	}

	.single-product.woocommerce div.product{
		flex-direction: column;
	}

	.single-product.woocommerce div.product .photos{
		margin-top: 30px;
	}

	.single-product.woocommerce div.product .photos,
	.single-product.woocommerce div.product .description{
		width: 100%;
	}

	.woocommerce .woocommerce-tabs .main-libelle .libelle{
		font-size: 1.0em;
	}

	.single-product.woocommerce div.product .photos{
		flex-direction: column;
	}

	.gallery-thumbs,
	.gallery-main{
		width: 100%;
	}

	.gallery-thumbs{
		order: 2;
		margin-right: 0px;
		margin-top: 30px;
	}

	.liste-articles{
		grid-template-columns: repeat(1, 1fr);
	}

	.main-wrapper-articles{
		padding: 50px 0px;
	}

	.select-categories{
		width: 100%;
	}

	.vignette-article a{
		display: flex;
		gap: 15px;
		padding: 15px;
	}

	.vignette-article .image,
	.vignette-article .texte{
		width: 50%;
		align-self: center;
	}

	.vignette-article .image img{
		margin-bottom: 0px;
	}

	.vignette-article .texte .titre{
		margin-top: 0px;
	}
	
	.vignette-article .image .main-image .survol img{
		width: 40px;
	}

	.woocommerce .related .products{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
		width: 100%;
	}

	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
		display: flex;
	}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
		width: 100%;
	}

	.single .date-article{
		margin-bottom: 15px;
	}

	footer .top-footer{
		background-position: left -200px top;
	}

	footer .top-footer .container{
		flex-direction: column;
		gap: 15px;
		padding: 30px;
	}
	
	footer .top-footer .main-logo,
	footer .top-footer .colonne{
		width: 100%;
	}

	footer .top-footer .main-logo a.logo{
		display: table;
		margin: 0px auto;
		width: 50%;
	}

	footer .top-footer .main-logo a.logo img{
		width: 100%;
	}

	footer .top-footer .main-logo .reseaux-sociaux{
		justify-content: center;
	}

	footer .sub-footer .container .menu-footer,
	footer .sub-footer .container .menu-footer .menu{
		flex-direction: column;
		gap: 5px;
	}

	.retour-haut{
		width: 25px;
		height: 25px;
	}

	.retour-haut svg{
		width: 20px;
	}
}

/* #endregion MOBILE */