/*
Theme Name: Emuage
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#323334;}.hamburger-box{width:30px;height:16px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:0}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:2px;background-color:#F9D7C7;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55, .055, .675, .19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215, .61, .355, 1)}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

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

body,
button,
input,
select,
textarea {
	color: #323334;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.woocommerce form .form-row.acf-field input.input-text {
	color: #323334;
	background: transparent;
	border: 1px solid #A69085;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.7em;
	width: 100%;
	font-size: 16px;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #FAD9C8;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #323334;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #323334;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #999;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #999;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
	font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #323334;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #FAD9C8;
	outline: 0;
}

svg{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

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



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,body{
	overflow-x: hidden;
}

body{
	/* opacity: 0; */
	background: #fff;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;

}

.wrapper{
	max-width: 1310px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 60px;
}

.wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 60px;
}

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child, ul:last-child{
	margin-bottom: 0;
}

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


.site-header {
	position: fixed;
	width: 100%;
	z-index: 20;
	background: #fff;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scrolled .site-header {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.site-title{
	padding: 0;
	margin: 0;
}

.site-title a{
	display: block;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translate(0,-50%);
	width: 254px;
	height: 53px;
	line-height: 1;
	z-index: 1;
	text-align: left;
	text-indent: -999em;
	background: url(assets/images/Logo-noir.svg) no-repeat center center/contain;
	transition: all 0.4s ease,background 0s linear;
}

.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 310px;
}

.main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.main-menu > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 44px 0;
}

.main-menu > li + li{
	margin-left: 40px;
}

.main-menu > li > a{
	color: #323334;
}

a.account, a.panier{
	font-size: 22px;
}

.account span{
	display: inline-block;
	vertical-align: middle;
	color: #A69085;
	font-weight: 300;
	font-size: 18px;
	margin-right: 14px;
}

.account span.connected{
	margin: -4px 14px 0 0;
}

.account span.connected svg{
	color: #323334;
	vertical-align: middle;
	margin: -1px 0 0 8px
}

a.panier{
	position: relative;
	margin-left: 12px;
}

a.panier span{
	position: absolute;
	background: #DEC0B1;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 15px;
	font-size: 9px;
	font-weight: 600;
	transform: translate(40%,33%);
}

.menutop{
	display: flex;
	align-items: center;
}

.menutop .main-menu > li > a span, .menutop .main-menu > li > ul > li > a span{
	display: none;
}

.main-menu .weglot-flags>a:before, .main-menu .weglot-flags>span.wglanguage-name:before{
	margin-right: 0;
}

.menutop > div{
	margin-left: 20px;
}

.menutop .main-menu > li{
	padding: 42px 0;
}

.menutop .main-menu > li > ul{
	padding: 15px;
	left: 50%;
	transform: translate(-50%,20px);
	-webkit-transform: translate(-50%,20px);
}

.menutop .main-menu > li:hover > ul.sub-menu{
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


.site-content {
	padding: 104px 0 0;
}

.slider{
	position: relative;
}

.slimg{
	position: relative;
	width: 100%;
	padding: 52% 0 0;
}

.slimg .wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: right;
}

.slitxt{
	display: inline-block;
	text-align: left;
	width: 50%;
	padding-left: 90px;
	box-sizing: border-box;
}

.titre, .txt h2{
	font-family: 'Belleza',serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 15px;
}

.slitxt .txt{
	font-size: 20px;
}

.slider .swiper-pagination{
	bottom: 50px;
	left: calc(50% + 90px);
}

.swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left: 10px;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fad9c9;
}

.slider .swiper-pagination-bullet{
	background: #fff;
}

.boutons{
	margin: 25px -5px -5px;
}

.boutons .bouton{
	margin: 5px;
}

.bouton{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 16px 24px;
	background: #FAD9C8;
	color: #323334;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	/* min-width: 170px; */
}

.bouton:hover{
	background: #323334;
	color: #fff;
}

.bloc-image img{
	display: block;
	width: 100%;
}

.bloc:not(.nomarg){
	margin: 70px 0;
}

.left, .right{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.bloc-image_texte .right{
	padding-left: 90px;
}

.wrapper.wrapperm{
	max-width: 930px;
}

.ctas{
	margin: -10px;
}

.cta{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding: 10px;
}

.ctaz{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 10px;
}

.ctac{
	background: #FDF2EC;
	height: 100%;
	position: relative;
}

.ctazc{
	background-color: #FAD9C8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: relative;
}

.ctzimg{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
	padding: 58% 0 0;
}

.ctzimg img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
}

.ctztxt{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-right: 30px;
}

.ctztxt .titre{
	text-transform: uppercase;
}

.bouton.alt{
	background: transparent;
	color: #323334;
	border: 1px solid #323334;
}

.bouton.alt:hover{
	background: #323334;
	color: #fff;
}

.ctaimg{
	position: relative;
	width: 100%;
	padding: 60% 0 0;
	background: #fad9c9;
}

.ctatxt{
	text-align: center;
	padding: 30px 30px 140px;
	position: relative;
}

.ctac .boutons{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 50px;
	text-align: center;
}

.bloc-chiffres_cles{
	background: #FAD9C8;
	text-align: center;
	padding: 60px 0;
}

.wrapperxs.wrapper{
	max-width: 570px;
}

.chiffre{
	margin: 20px 0 0;
}

.titre.chi{
	margin-bottom: 0;
}

.chiffre .txt{
	font-size: 20px;
	font-weight: 300;
}

.bloc-experiences{
	background: #FDF6F2;
}

.expeleft{
	display: inline-block;
	width: 56%;
	vertical-align: top;
}

.expetop{
	background: #323334;
	color: #fff;
	padding: 40px 60px;
}

.expetxt{
	padding: 60px;
}

.expetxt .titre{
	color: #A69085;
}

.expeslider{
	position: relative;
}

.expeslider .swiper-button-next, .expeslider .swiper-button-prev{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #323334;
	color: #FDF6F2;
	top: auto;
}

.expeslider .swiper-button-next{
	right: 60px;
	bottom: 60px;
}

.expeslider .swiper-button-prev{
	left: auto;
	right: 110px;
	bottom: 60px;
}

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

.experight{
	display: inline-block;
	width: 44%;
	vertical-align: top;
}

.expeislider, .expeislider .swiper-container, .expeislider .swiper-wrapper, .expeislider .swiper-slide{
	height: 100%;
}

.bloc-experiences_2{
	position: relative;
	padding: 100px;
}

.exposlider{
	display: block;
	position: relative;
	width: 100%;
	max-width: 430px;
	z-index: 2;
	background: #FDF6F2;
}

.expotxt{
	padding: 30px;
}

.expotxt h2.titre{
	margin: 0;
}

.expotxt h3.titre{
	color: #A69085;
}

.expooslider{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.expooslider, .expooslider .swiper-container, .expooslider .swiper-wrapper, .expooslider .swiper-slide{
	height: 100%;
}

.exposlider .swiper-button-next, .exposlider .swiper-button-prev{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fcf6f1;
	color: #323334;
	top: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.exposlider .swiper-button-next{
	right: 30px;
	bottom: 30px;
}

.exposlider .swiper-button-prev{
	left: auto;
	right: 80px;
	bottom: 30px;
}

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

.xoo-wsc-markup .xoo-wsc-basket{
	display: none!important;
}

.bloc-etapes{
	text-align: center;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}

.bloc-etapes .wrapper{
	z-index: 5;
}

.bloc-etapes .wrapper > .titre{
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 50px;
}

.etapes{
	display: flex;
	align-items: flex-end;
}

.etape{
	flex: 1;
}

.etaimg{}

.etaimg img{
	display: block;
	margin: 0 auto 30px;
	width: auto;
	height: auto;
	max-width: 160px;
	max-height: 160px;
}

.etape .titre{
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}

.etape + .etape .titre:before{
	content: '+';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}

.bloc-etapes .forme{
	display: block;
	width: 700px;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/forme.svg) no-repeat center center/contain;
	transform: translate(-24%,-32%);
	z-index: 1;
}

.bloc-etapes .forme:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(251,229,217,1) 0%,rgba(251,229,217,0) 100%);
}
/* .bloc-etapes .forme:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(253,236,228,0) 0%,rgba(253,236,228,1) 100%);
} */

.bloc-etapes:before{
	content: '';
	background: linear-gradient(45deg,  rgba(249,218,200,1) 0%,rgba(252,241,235,1) 100%);
	display: block;
	width: 100%;
	height: 62%;
	position: absolute;
	left: 0;
	top: 0;
}

.bloc-etapes:after{
	content: '';
	background: linear-gradient(45deg,  rgba(253,236,228,1) 0%,rgba(253,244,237,1) 100%);
	display: block;
	width: 100%;
	height: 38%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagetop{
	display: flex;
	width: 100%;
	height: 220px;
	background-color: #FAD9C8;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	align-items: center;
}

.pagetop h1{
	padding: 0 80px;
}

.pagetop:before{
	content: '';
	display: block;
	width: 420px;
	height: 420px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(assets/images/forme.svg) no-repeat center center/contain;
	transform: translate(-24%,-12%);
	z-index: -1;
}

.summary + .clear + .products, .detailc{
	display: none;
}

.single-product .product{
	margin: 50px 0;
}

.summary .txt{
	font-weight: 500;
}

.details{
	border-top: 1px solid #323334;
	border-bottom: 1px solid #323334;
	margin: 20px 0;
}

.detail{
	padding: 20px 0;
}

.detail > a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
}

.detail > a svg{
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.4s ease;
	font-size: 20px;
}

.detail > a.on svg{
	transform: rotate(45deg);
}

.detail + .detail{
	border-top: 1px solid #323334;
}

.detailc{
	padding: 15px 0 0;
	line-height: 1.5;
}

.product_meta{
	margin: 15px 0 0;
}

.product_meta > span{
	color: #DEC0B1;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.product_meta > span span{
	text-transform: capitalize;
}

.product_meta > span + span{
	margin-left: 5px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	clear: none;
	padding-left: 25px;
}

.galthumbs{
	width: 110px;
	padding-right: 25px;
	display: inline-block;
	vertical-align: top;
}

.galthumbs:empty{
	display: none;
}

.galthumbs:empty + .woocommerce-product-gallery__wrapper{
	width: 100%;
}

.woocommerce-product-gallery__wrapper{
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image, .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100%;
	display: block;
}

.woocommerce div.product div.images .galthumbs .woocommerce-product-gallery__image{
	position: relative;
	cursor: pointer;
}

.woocommerce div.product div.images .galthumbs .woocommerce-product-gallery__image:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 6px solid #FAD9C8;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.woocommerce div.product div.images .galthumbs .woocommerce-product-gallery__image.on:before{
	opacity: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
	margin-top: 20px;
}

.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{
	border-radius: 0;
}

.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{
	background: #FAD9C8;
	color: #323334;
}

.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 {
	background-color: #323334;
	color: #fff;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: none;
	display: block;
	width: 100%;
	padding: 20px;
	font-weight: normal;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.product .qib-button-wrapper{
	position: absolute;
	left: 0;
	bottom: 100%;
	margin: 0 0 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #323334;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	margin: 25px 0 23px;
}

body div.product .qib-button-wrapper .minus.qib-button, body div.product .qib-button-wrapper .plus.qib-button {
	background: transparent;
}

div.product .qib-button-wrapper button.qib-button {
	padding: 0;
	background: #ffffff;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	width: 25px;
	color: #DEC0B1;
	height: 36px;
	font-weight: normal;
}

div.product .qib-button-wrapper .quantity input.input-text.qty.text{
	border: 1px solid #707070;
}

body div.product .qib-button-wrapper .minus.qib-button{
	position: absolute;
	left: 0;
}

body div.product .qib-button-wrapper .plus.qib-button{
	position: absolute;
	right: 0;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	opacity: 1;
	display: inline-block;
	color: #A69085;
	font-weight: 300;
	text-decoration-thickness: 1px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	background: inherit;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 0 10px;
}

.coleft{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-right: 100px;
}

.bigcol{
	display: inline-block;
	width: 75%;
	vertical-align: top;
	margin-top: -10px;
}

.bigcol:first-child{
	width: 100%;
}

.categocont{
	margin: 50px 0 0;
}

.categotitre{
	padding-left: 25%;
	margin-bottom: 30px;
}

.categotitre.nopad{
	padding-left: 0;
}

.categotitre .titre{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.categotitre a:not(:hover){
	color: #DEC0B1;
}

.categocontt{
	display: flex;
	align-items: flex-start;
}

.woocommerce-ordering{
	display: none!important;
}

.wc-block-product-categories-list--depth-0{
	list-style: none;
	padding: 0;
	margin: 0;
}

.categos{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.categos > li{
	position: relative;
	padding: 18px 0;
}

.categos > li + li{
	border-top: 1px solid #707070;
}

.categos > li > span{
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 0 15px 15px;
	font-size: 21px;
	cursor: pointer;
	
}

.categos > li > span svg{
	transition: transform 0.4s ease;
}

.categos > li.on > span svg{
	transform: rotate(90deg);
}

.categos > li > a{
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.categos > li > ul{
	display: none;
	list-style: none;
	margin: 0;
	padding: 20px 0 5px 15px;
}

.categos > li > ul > li{
	
}

.categos > li > ul > li + li{
	margin: 10px 0 0;
}

.categos > li > ul > li > a{
	font-weight: 500;
}

.categos a.actif{
	color: #DEC0B1;
}

.scategos a.actif{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.bigcol .wc-block-components-notice-banner{
	margin-top: 0;
}

.woocommerce .products,  .woocommerce-page ul.products{
	margin: 0 -10px;
}

.slimgs{
	background: #f8f8f8;
}

html .woocommerce .products li.product, .woocommerce-page ul.products li.product{
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 33.33%;
	margin: 0;
	padding: 10px;
}

html .woocommerce .products li.product.product_cat-sets, .woocommerce-page ul.products li.product.product_cat-sets{
	width: 100%;
	display: flex;
}

.setxt{
	background: #FDF6F2;
	position: relative;
	max-width: calc(25% - 20px);
	flex: 0 0 calc(25% - 20px);
	margin-right: 20px;
	padding: 25px 25px 130px;
}

html .woocommerce .products li.product.product_cat-sets .button{
	right: 50%;
	transform: translate(50%,0);
	bottom: 95px;
}

html .woocommerce .products li.product.product_cat-sets .categ .button{
	bottom: 25px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 16px 24px;
	background: #FAD9C8!important;
	color: #323334;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	width: calc(100% - 50px);
}

html .woocommerce .products li.product.product_cat-sets .categ .button:hover{
	background: #323334!important;
	color: #fff;
}

html .woocommerce .products li.product.product_cat-sets .categ .button svg {
	color: inherit;
	margin-right: 10px;
}

html .woocommerce .products li.product.product_cat-sets .woocommerce-loop-product__title{
	font-size: 20px;
	line-height: 1.2;
}

html .woocommerce .products li.product.product_cat-sets .woocommerce-loop-product__title.lig{
	font-weight: 300;
}

.setxt .bouton{
	position: absolute;
	left: 25px;
	width: calc(100% - 50px);
	bottom: 25px;
}

.setimgs{
	flex: 0 0 75%;
	max-width: 75%;
	background: #FDF2EC;
}

.setimgsc{
	/* display: flex;
	justify-content: center;
	padding: 30px;
	position: relative; */
}

.setimg{
	flex: 1;
	text-align: center;
	position: relative;
}

.setimg + .setimg:before{
	content: '+';
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #323334;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: 300;
	color: #d1d1d1;
}

.setimg .titre{
	font-size: 25px;
	margin: 0 0 20px;
}

.setimg .nom{
	font-size: 20px;
	font-weight: 300;	
	margin: 20px 0 0;
}

.seimg{
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
}

.seimg img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
}

html .woocommerce .products li.product a:first-child{
	background: #f8f8f8;
	display: block;
	padding: 20px;
	height: 100%;
	position: relative;
}

html .woocommerce .products li.product .button{
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
	color: #A69085;
	background: transparent!important;
	position: absolute;
	bottom: 35px;
	right: 30px;
	font-size: 14px;
	white-space: nowrap;
}

html .woocommerce .products li.product .button svg{
	color: #DEC0B1;
	margin-right: 5px;
}

html .woocommerce .products li.product a span.term{
	color: #DEC0B1;
	font-size: 15px;
}

html .woocommerce .products li.product a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	box-shadow: none;
	object-fit: contain;
}

.prodimg{
	position: relative;
	margin: 0 0 1em;
	display: block;
	padding: 100% 0 0;
}

.woocommerce .products li.product .button:hover{
	color: #DEC0B1;
}

html .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .products li.product .price {
	color: #323334;
}

html .woocommerce .products li.product .price {
	display: flex;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
	flex-direction: row-reverse;
	justify-content: flex-end;
	position: absolute;
	left: 20px;
	bottom: 19px;
}

html .woocommerce .products li.product .setxt .price{
	position: relative;
	left: 0;
	bottom: 0;
}

.woocommerce .products li.product .woocommerce-loop-category__title, .woocommerce .products li.product .woocommerce-loop-product__title, .woocommerce .products li.product h3{
	font-weight: 600;
	font-size: 18px!important;
	padding: 0!important;
	line-height: 1;
	margin: 5px 0 30px!important;
}

html .woocommerce .products li.product .price ins{
	font-weight: 600;
	margin-right: 10px;
	background: transparent;
}

html .woocommerce .products li.product .price del{
	opacity: 1;
	color: #A69085;
	font-weight: 300;
	text-decoration-thickness: 1px;
}

.woocommerce .products li.product .onsale{
	display: none;
}

.woocommerce .products li.product .button:after{
	display: none!important;
}

.bread{
	margin: 0 0 25px;
}

.single-product .bread {
	margin: 50px 0 25px;
}

.categoslider{
	position: relative;
	margin: 0!important;
	flex: 0 0 75%;
	max-width: 75%;
}

.swiper-slide{
	box-sizing: border-box;
}

.sety .categoslider > .swiper-slide{
	height: auto;
}

.sety .categoslider{
	flex: 0 0 100%;
	max-width: 100%;
}

.sety .categoslider > .swiper-slide + .swiper-slide{
	margin-top: 20px;
}

.categoslider .swiper-button-next, .categoslider .swiper-button-prev, .setimgsc .swiper-button-next, .setimgsc .swiper-button-prev {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fcf6f1;
	color: #323334;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	pointer-events: auto;
}

.categoslider .swiper-button-next:after, .categoslider .swiper-button-prev:after, .setimgsc .swiper-button-next:after, .setimgsc .swiper-button-prev:after {
	font-size: 18px;
}

.woocommerce .products .swiper-slide li.product{
	width: 100%;
	padding: 0;
}

.categoslide{
	display: flex;
}

.categointro{
	max-width: calc(25% - 20px);
	flex: 0 0 calc(25% - 20px);
	margin-right: 20px;
	background-color: #FDF2EC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px 20px 75px;
	position: relative;
}

.categointro.imag:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.75;
	position: absolute;
	left: 0;
	top: 0;
}

.categointro h2, .categointro .txt{
	position: relative;
	z-index: 1;
}

.categointro .bouton{
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	z-index: 1;
}

.woocommerce .categoslider.products li.product .button{
	right: 20px;
	bottom: 25px;
}

.categoslide + .categoslide{
	margin: 40px 0 0;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
	opacity: 0.2;
}

.wc-block-cart-items .wc-block-components-product-metadata__description{
	display: none;
}

.wc-block-cart__submit-container a{
	line-height: 1;
	padding: 16px 24px;
	background: #FAD9C8;
	color: #323334;
	font-size: 16px;
	text-align: center!important;
	transition: all 0.4s ease!important;
}

.wc-block-cart__submit-container a:hover{
	background: #323334;
	color: #FAD9C8;
}



html .woocommerce .bloc-produits .products li.product{
	width: 25%;
}

.wc-block-components-product-price ins{
	background: transparent!important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	background-color: #FAD9C8;
	color: #000;
	border: 0;
	padding: 10px 20px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
	background-color: #000;
	color: #fff;
	border: 0;
}
.xoo-wsc-btn .amount {
	color: #000;
}
.xoo-wsc-btn:hover .amount {
	color: #fff;
}

.xoo-wsc-product.xoo-wsc-is-child{
	display: none;
}

.xoo-wsc-product.xoo-wsc-is-parent{
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.is-large.wc-block-cart .wc-block-cart-items .is-bundled{
	border: 0;
}

.is-large.wc-block-cart .wc-block-cart-items .is-bundled td{
	border: 0;
	padding: 8px 0 8px;
}

table.wc-block-cart-items .wc-block-cart-items__row.is-bundled__indented td.wc-block-cart-item__image:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	background: #eee;
	top: 0;
}

.xoo-wsc-ft-totals{
	padding: 0;
}
.xoo-wsc-footer{
	padding: 20px;
}

.xoo-el-sidebar, .xoo-aff-input-group svg.xoo-aff-input-icon{
	display: none;
}

.xoo-el-srcont {
	background-color: #FDF2EC;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
	max-width: 400px;
	max-height: 999em;
	height: auto;
}

.xoo-el-main {
	padding: 30px 20px;
}

.xoo-el-popup-active .xoo-el-opac {
	opacity: 0.2;
}

.xoo-el-wrap{
	display: block;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{
	border-radius: 0;
}

.tire{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 14px;
}

.xoo-aff-group.xoo-el-login-btm-fields{
	display: block;
	text-align: center;
	margin: 0 0 5px;
}

.xoo-aff-group.xoo-el-login-btm-fields a{
	font-size: 12px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.xoo-aff-group {
	margin-bottom: 10px;
}

.xoo-aff-group.xoo-el-login-btm-fields > label{
	display: none;
}

.xoo-boutons{
	padding: 20px 40px 40px;
}

.xoo-boutons .bouton{
	display: block;
	background-color: #FDF2EC;
	position: relative;
	text-align: left;
	padding: 16px 24px 16px 44px;
}

.xoo-boutons .bouton:hover{
	background: #1d1d1b;
	color: #fff;
}

.xoo-boutons .bouton svg{
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translate(0,-50%);
}

.xoo-boutons .bouton + .bouton{
	margin-top: 10px;
}

.page-template-page-compte, html:not(.logged) body.woocommerce-account{
	background: #FDF6F2;
}

.page-template-page-compte .gform_wrapper.gravity-theme input[type=email], .page-template-page-compte .gform_wrapper.gravity-theme input[type=password], .page-template-page-compte .gform_wrapper.gravity-theme input[type=tel], .page-template-page-compte .gform_wrapper.gravity-theme input[type=text], .page-template-page-compte .gform_wrapper.gravity-theme select, .page-template-page-compte .gform_wrapper.gravity-theme textarea{
	background: #fff;
	border: 0;
}

.page-template-page-compte .gform_wrapper.gravity-theme .gform_footer input{
	width: 100%;
}

.page-template-page-compte .gform_wrapper.gravity-theme .gform_footer{
	position: relative;
}

.page-template-page-compte .gform_wrapper.gravity-theme .gform_footer img{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
}

.ginput_container_consent{
	display: flex;
	align-items: flex-start;
	font-size: 12px;
}

.ginput_container_consent input[type="checkbox"]{
	margin: 3px 12px 0 0;
}

.gform_wrapper label, .gform_wrapper.gravity-theme .gfield_label, .woocommerce form .form-row label, .woocommerce-page form .form-row label{
	font-weight: normal!important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
	color: #fff;
	background-color: #323334;
	padding: 1em 2em;
}

.woocommerce-edit-address .woocommerce-MyAccount-content > form > h3{
	color: #A69085;
	font-family: 'Belleza', serif;
	font-size: 35px;
	font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #323334;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single{
	border-color: #fff;
}

.page-template-page-compte .newsletter{
	display: none;
}

.gform_required_legend{
	display: none!important;
}

.ongletsmenu{
	text-align: center;
	margin: 40px 0 60px;
}

.ongletsmenu a{
	opacity: 0.6;
}

.ongletsmenu a svg{
	margin: 0 10px 0 0;
}

.ongletsmenu a + a{
	margin-left: 50px;
}

.ongletsmenu a.on{
	opacity: 1;
}

.ongletsmenu a.on span{
	text-decoration: underline;
	font-weight: 600;
}

.ongletsmenu a:hover{
	opacity: 1;
}

.onglet{
	display: none;
	max-width: 500px;
	margin: 0 auto 60px;
}

.woocommerce-Addresses .woocommerce-Address{
	background: #fff;
	padding: 20px;
}

.woocommerce-MyAccount-content input[type="text"], .woocommerce-MyAccount-content input[type="email"], .woocommerce-MyAccount-content input[type="url"], .woocommerce-MyAccount-content input[type="password"], .woocommerce-MyAccount-content input[type="number"], .woocommerce-MyAccount-content input[type="tel"], .woocommerce-MyAccount-content input[type="date"], .woocommerce-MyAccount-content textarea, .woocommerce .woocommerce-MyAccount-content form .form-row.acf-field input.input-text{
	border: 1px solid #ffffff;
	background: #fff;
}

.xoo-el-wrap .boutz{
	margin: 0;
}

.woocommerce form ul.acf-radio-list li label {
	line-height: 1;
	font-size: 16px;
}

.woocommerce form fieldset {
	border: 0;
	padding: 0;
	margin: 30px 0 20px;
}

.woocommerce form fieldset legend{
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
}

.woocommerce table.my_account_orders {
	font-size: .85em;
	border: 0;
	background: #fff;
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	background: #323334;
	color: #fff;
}

.woocommerce table.my_account_orders .button:hover{
	background: #DEC0B1;
	color: #323334;
}

.woocommerce table.my_account_orders td a{
	font-weight: 700;
}

.woocommerce table.shop_table {
	border: 0;
	background: #fff;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
	padding: 20px;
}

.woocommerce-customer-details--phone{
	margin: 0;
}

.bundled_table_item .bundled_table_item_indent {
	padding-left: 0!important;
	line-height: 1.2;
}

.woocommerce table.shop_table .bundled_table_item td{
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce table.shop_table .bundled_table_item:last-child td{
	padding-bottom: 9px;
}

.woocommerce-form-row > span > em{
	font-style: normal;
	display: block;
	font-size: 11px;
	margin: 5px 0 0;
}

.woocommerce table.shop_table th{
	border-bottom: 0;
}

.woocommerce table.shop_table thead th{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
	display: none;
}

.woocommerce table.my_account_orders td{
	padding: 10px 8px;
}

.woocommerce form .form-row .optional {
	font-size: 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
	background: #FDF6F2;
}

.woocommerce-billing-fields h3, h3#order_review_heading{
	font-size: 24px;
}

#ship-to-different-address label{
	font-weight: 400;
}

.woocommerce-checkout #payment {
	background: #fad9c9;
	border-radius: 0;
	padding: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	display: block;
	text-align: center;
	width: 100%;
	background: #323334;
	color: #fff;
	margin: 20px 0 0;
	line-height: 1.6;
	font-size: 20px;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background: #fff;
	color: #323334;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #fff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce table.shop_table td small {
	font-weight: 400;
	font-size: 11px;
	display: block;
}

/* 404 page */

.slimg img, .ctaimg img, .expeislider .swiper-slide img, .expooslider .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

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

.newsletter{
	padding: 70px 0;
}

.newsletter .titre{
	margin-bottom: 0;
}

.newsletter .txt{
	color: #FAD9C8;
}

.newsletter form{
	display: flex;
}

.newsletter form button{
	font-size: 24px;
	padding: 0 32px;
}

.site-footer {
	background: #323334;
	color: #fff;
	padding: 60px 0;
}

.site-footer a{
	color: #fff;
}

.site-footer a:hover{
	color: #FAD9C8;
}

.cols{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.logo{
	display: block;
	width: 254px;
	height: 53px;
	background: url(assets/images/Logo-blanc.svg) no-repeat center center/contain;
	margin-left: -22px;
}

.col1{
	flex: 0 0 46%;
}

.col2{
	flex: 0 0 54%;
}

.social-menu, .footer-menu, .footer-menu > li > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.social-menu{
	margin-top: 25px;
}

.social-menu > li{
	display: inline-block;
	vertical-align: middle;
}

.social-menu > li + li{
	margin-left: 30px;
}

.social-menu > li > a{
	color: #DEC0B1;
	font-size: 28px;
}

.social-menu > li > a:hover{
	color: #fff;
}

.footer-menu{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-menu > li a{
	font-weight: 500;
}

.footer-menu > li > ul, .footer-menu > li > ul > li + li{
	margin-top: 26px;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.woocommerce-account #page{
	background: #FDF2EC;
}

.woocommerce div.product p.stock{
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	float: none;
	width: 250px;
	padding-top: 4px;
}

.woocommerce-account .bloc-init > .wrapper > .woocommerce{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.woocommerce-MyAccount-navigation ul > li + li{
	margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul > li.is-active a{
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content{
	float: none;
	width: calc(100% - 250px);
}

.woocommerce-account .woocommerce-notices-wrapper:empty + .wc-block-components-notice-banner{
	margin-top: 0;
}

.woocommerce-MyAccount-content p a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

address {
	font-style: normal;
}

.woocommerce-MyAccount-content .clear + p:last-child, .woocommerce-address-fields p:last-child{
	margin-top: 20px;
}

.woocommerce-account .addresses .title .edit {
	border: 1px solid;
	display: block;
	padding: 7px 10px;
	line-height: 1;
	font-size: 10px;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content mark{
	background: transparent;
	font-weight: 700;
	color: #FAD9C8;
}

.woocommerce .woocommerce-customer-details address{
	border: 0;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}

.select2-container .select2-selection--single{
	height: 38px;
	border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background: #FAD9C8;
}

.bloc-init .titre{
	text-align: center;
	margin-bottom: 60px;
}

.boutz{
	text-align: center;
	margin: -50px 0 70px;
}

.bloc-init + .boutz .xoo-boutons{
	display: inline-block;
	background: #fff;
}

.gfield_radio, .acf-radio-list.acf-bl{
	display: flex;
}

.gchoice + .gchoice, .acf-radio-list.acf-bl li + li{
	margin-left: 30px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
	position: relative;
	padding-left: 22px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
	position: absolute;
	left: 0;
	top: 10px;
}

tr.bundled_table_item.cart_item:has(+ .cart_item:not(.bundled_table_item)) .product-name{ 
	padding-bottom: 10px!important;
}

.woocommerce-checkout tr.bundled_table_item .product-quantity, .bundled-product-name .product-quantity{
	display: none;
}

p.woocommerce-notice--success{
	text-align: center;
	font-size: 24px;
	margin: 0 0 2em;
}

.woocommerce-checkout .woocommerce-order {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-checkout .woocommerce-order  table.shop_table{
	padding: 0;
}

.woocommerce-checkout .woocommerce-order table.shop_table th, .woocommerce-checkout .woocommerce-order table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody td{
	padding-left: 0;
	padding-right: 0;
}

.woocommerce ul.order_details{
	text-align: center;
	background: #FDF6F2;
	padding: 50px;
	display: inline-block;
	border-radius: 20px;
}

.woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	border-right: 0;
	padding-right: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}

.woocommerce ul.order_details li + li{
	margin-top: 20px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
	text-align: left;
}

.wholesale_price_order_quantity_step{
	display: none!important;
}

.page-template-page-INCI #page {
	background: #FDF2EC;
}

.page-template-page-INCI #main > .wrapper{
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-template-page-INCI #main .left, .page-template-page-INCI #main .right{
	vertical-align: top;
}

.page-template-page-INCI #main .left{
	padding-right: 50px;
}
.page-template-page-INCI #main .right{
	padding-left: 50px;
}

.page-template-page-INCI #main .txt h3{
	text-transform: uppercase;
	font-weight: 400;
}

#resultat{
	display: none;
	padding-top: 40px;
}

.formy{
	transition: opacity 0.4s ease;
	margin: 20px 0 0;
}

.formy.load{
	opacity: 0.5;
	pointer-events: none;
}

.formy select{
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 0 14px;
}

.formy select + select{
	margin-top: 10px;
}

.formy .btnsubmit{
	margin: 20px 0 0;
	padding: 20px 30px;
	font-size: 16px;
}

.mess{
	text-align: center;
	background: #FAD9C8;
	position: relative;
	z-index: 1;
}

.mess a{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	padding: 13px 0 11px;
	display: block;
}

.mess a:hover{
	background: #FDF2EC;
	color: #323334;
}

.enve{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	margin: -4px 0 0 5px;
}

.avecmess .site-content {
	padding: 149px 0 0;
}

html.nonvalid .woocommerce .products li.product .price, html.nonvalid .woocommerce .products li.product .button, html.nonvalid .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, html.nonvalid .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, html.nonvalid .woocommerce div.product form.cart{
	display: none!important;
}

.restr{
	padding: 15px 20px;
	background: rgb(244 67 54 / 25%);
	font-weight: 600;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 1499px) {
	.menu{
		padding-left: 270px;
	}
}

@media screen and (max-width: 1399px) {
	.titre, .txt h2{
		font-size: 32px;
	}
	.wrap, .wrapper{
		padding: 0 40px;
	}
	.main-menu > li + li {
		margin-left: 35px;
	}
	.account span{
		font-size: 16px;
	}
}

@media screen and (max-width: 1299px) {
	.site-title a{
		width: 200px;
		height: 42px;
	}
	.menu {
		padding-left: 220px;
	}
	.main-menu > li + li {
		margin-left: 30px;
	}
	.titre, .txt h2 {
		font-size: 30px;
	}
	.galthumbs {
		width: 80px;
		padding-right: 10px;
	}
	.woocommerce-product-gallery__wrapper {
		width: calc(100% - 80px);
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image + .woocommerce-product-gallery__image {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1199px) {
	.site-content {
		padding: 84px 0 0;
	}
	.mess a {
		font-size: 14px;
		padding: 11px 0 7px;
	}
	.avecmess .site-content {
		padding: 123px 0 0;
	}
	body, button, input, select, textarea{
		font-size: 14px;
	}
	.site-title a {
		width: 172px;
		height: 36px;
	}
	.menu {
		padding-left: 185px;
	}
	.main-menu > li{
		padding: 35px 0;
	}
	.main-menu > li + li {
		margin-left: 25px;
	}
	.menutop > div {
		margin-left: 15px;
	}
	a.panier{
		margin-left: 10px;
	}
	.account span {
		font-size: 14px;
	}
	.account span.connected {
		margin: -4px 8px 0 0;
	}
	.account span.connected svg {
		margin: -1px 0 0 5px;
	}
	.menutop .main-menu > li {
		padding: 32px 0;
	}
	.titre, .txt h2 {
		font-size: 28px;
	}
	.bloc-etapes .wrapper > .titre{
		font-size: 34px;
	}
	.bloc-etapes{
		padding: 80px 0;
	}
	.coleft{
		width: 180px;
		padding-right: 0;
	}
	.bigcol{
		width: calc(100% - 180px);
		padding-left: 40px;
	}
	.categotitre {
		padding-left: 220px;
	}
	html .woocommerce .products li.product .price, .woocommerce .products li.product .woocommerce-loop-category__title, .woocommerce .products li.product .woocommerce-loop-product__title, .woocommerce .products li.product h3{
		font-size: 16px!important;
	}
	html .woocommerce .products li.product .button{
		font-size: 12px;
	}
	html .woocommerce .products li.product .price{
		bottom: 20px;
	}
	.setimg .nom {
		font-size: 18px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 190px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: calc(100% - 190px);
	}
	.bloc:not(.nomarg) {
		margin: 60px 0;
	}
	.bloc-init .titre{
		margin-bottom: 50px;
	}
	html .woocommerce .products li.product > .button span{
		display: none;
	}
	html .woocommerce .products li.product > .button svg {
		margin-right: 0;
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.menumain, .categos{
		display: block!important;
	}
	.main-menu > li > ul {
		display: block;
		position: absolute;
		z-index: 1;
		text-align: left;
		line-height: 1;
		min-width: 100%;
		background: #FFFFFF;
		white-space: nowrap;
		padding: 30px 30px 28px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
		left: 0;
		opacity: 0;
		margin: 0;
		top: -999em;
		list-style: none;
		transform: translate(0,20px);
		-webkit-transform: translate(0,20px);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
	}
	
	.main-menu > li:hover > ul.sub-menu {
		opacity: 1;
		top: 100%;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
	}
	header .main-menu>li>a:after {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		-webkit-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		-moz-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		-o-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #FAD9C8;
		z-index: -1;
	}
	
	
	header .main-menu>li:hover>a:after, header .main-menu>li.current-menu-item>a:after, header .main-menu>li.current-menu-parent>a:after, header .main-menu>li.current-page-ancestor>a:after, header .main-menu>li.current-product_cat-ancestor > a:after {
		width: 100%;
	}
	
	.main-menu > li > ul > li{
		
	}
	
	.main-menu > li > ul > li > a{
		
	}
	
	.main-menu > li > ul > li + li{
		margin-top: 15px;
	}
	.hamburger, .menumain .menu-social-container, .setimgsc .swiper-button-prev, .setimgsc .swiper-button-next, .filtre{
		display: none!important;
	}
	.setimgsc .swiper-container{
		display: block;
		width: 100%;
		pointer-events: none;
	}
	.setimgsc .swiper-wrapper{
		display: flex;
		justify-content: center;
		padding: 30px;
		position: relative;
		
	}
	.setimgsc .swiper-slide{
		margin: 0!important;
		width: auto!important;
	}
}

@media screen and (max-width: 1023px) {
	.page-template-page-INCI #main > .wrapper{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.account span{
		display: none;
	}
	.menu{
		padding-left: 0;
		justify-content: flex-end;
		padding-right: 55px;
	}
	.menumain{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #FDF6F2;
		/* height: 100vh; */
		padding: 100px 40px 60px;
	}
	.mess a {
		font-size: 13px;
	}
	.avecmess .menumain{
		padding-top: 139px;
	}
	.hamburger{
		display: block;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translate(0, -50%);
		height: 48px;
	}
	#menu-langues.main-menu > li > ul {
		display: block;
		position: absolute;
		z-index: 1;
		text-align: left;
		line-height: 1;
		min-width: 100%;
		background: #FFFFFF;
		white-space: nowrap;
		padding: 10px 10px 10px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
		left: 50%;
		opacity: 0;
		margin: 0;
		top: -999em;
		list-style: none;
		transform: translate(-50%,20px);
		-webkit-transform: translate(-50%,20px);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
	}
	
	#menu-langues.main-menu > li:hover > ul.sub-menu {
		opacity: 1;
		top: 100%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
	}
	header #menu-langues.main-menu>li>a:after {
		content: '';
		display: block;
		width: 0;
		height: 6px;
		-webkit-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		-moz-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		-o-transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		transition: width 0.6s cubic-bezier(.7,0,.3,1),background 0.4s ease;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #FAD9C8;
		z-index: -1;
	}
	header #menu-langues.main-menu>li:hover>a:after {
		width: 100%;
	}
	#menu-langues.main-menu > li > ul > li + li{
		margin-top: 5px;
	}
	.site-footer{
		padding: 45px 0;
	}
	.cols {
		display: block;
	}
	.logo{
		margin: 0 auto;
		transform: translate(-14px,0);
	}
	.col.col1{
		text-align: center;
		margin-bottom: 45px;
	}
	.social-menu {
		margin-top: 18px;
	}
	.footer-menu > li > ul, .footer-menu > li > ul > li + li {
		margin-top: 10px;
	}
	.main-menu:not(#menu-langues) > li {
		display: block;
		padding: 0;
	}
	.main-menu:not(#menu-langues) > li + li{
		margin-left: 0;
		margin-top: 20px;
	}
	.main-menu:not(#menu-langues) > li > a{
		font-size: 20px;
	}
	.main-menu:not(#menu-langues) > li > ul{
		list-style: none;
		margin: 8px 0 0;
	}
	.main-menu:not(#menu-langues) > li > ul > li{
		
	}
	.main-menu:not(#menu-langues) > li > ul > li + li{
		margin-top: 5px;
	}
	.main-menu:not(#menu-langues) > li > ul > li > a{
		font-size: 15px;
	}
	.slimg{
		padding: 0;
	}
	.slimgg{
		position: relative;
		width: 100%;
		padding: 52% 0 0;
	}
	.slimg img{
		/* position: relative; */
	}
	.slimg .wrapper {
		position: relative;
		left: 0;
		top: auto;
		transform: translate(0, 0);
		bottom: 0;
		text-align: left;
		background: #FDF6F2;
	}
	.slitxt{
		width: 100%;
		padding: 30px 0;
		position: relative;
	}
	.slitxt .txt {
		font-size: 16px;
	}
	.slitxt br{
		display: none;
	}
	.slitxt .titre{
		margin: 0;
	}
	.slitxt .boutons{
		position: absolute;
		right: 0;
		bottom: 100%;
		margin: 0 -5px 35px;
	}
	.slider .swiper-pagination {
		bottom: 30px;
		left: auto;
		right: 40px;
	}
	.slider .swiper-pagination-bullet {
		background: #000;
	}
	.bloc-image_texte .right {
		padding-left: 40px;
	}
	.titre, .txt h2 {
		font-size: 25px;
	}
	.bloc-etapes .wrapper > .titre {
		font-size: 28px;
	}
	.bloc-etapes {
		padding: 60px 0;
	}
	.etape .titre {
		font-size: 18px;
	}
	.etaimg img{
		max-width: 120px;
		max-height: 120px;
	}
	.cta{
		width: 100%;
	}
	.ctaimg{
		padding: 50% 0 0;
	}
	.ctatxt{
		padding: 30px 30px 20px;
		display: flex;
		text-align: left;
	}
	.ctatxt h2{
		margin: 0;
		flex: 0 0 37%;
		padding: 0 30px 0 0;
	}
	.ctac .boutons{
		position: relative;
		left: 0;
		right: 0;
		width: calc(100% + 10px);
		bottom: 0;
		top: 0;
		text-align: center;
		padding: 0 30px 30px;
		margin: 0 -5px -5px;
	}
	.ctac .boutons .bouton{
		display: block;
		width: 100%;
	}
	.expetop, .expetxt{
		padding: 40px;
	}
	.expeslider .swiper-button-next {
		right: 40px;
		bottom: 40px;
	}
	.expeslider .swiper-button-prev {
		right: 80px;
		bottom: 40px;
	}
	.newsletter .right{
		padding-left: 20px;
	}
	header .main-menu>li:hover>a, header .main-menu>li.current-menu-item>a, header .main-menu>li.current-menu-parent>a, header .main-menu>li.current-page-ancestor>a, header .main-menu>li.current-product_cat-ancestor > a {
		color: #DEC0B1;
	}
	header .main-menu:not(#menu-langues) > li > ul > li.current-menu-item > a{
		font-weight: 600;
	}
	header .social-menu {
		margin-top: 35px;
	}
	header .social-menu > li > a{
		font-size: 24px;
	}
	header .social-menu > li + li {
		margin-left: 20px;
	}
	.bloc-experiences_2{
		padding: 40px;
	}
	html .woocommerce .bloc-produits .products li.product {
		width: 33.33%;
	}
	.ctztxt{
		padding-right: 20px;
	}
	.ctztxt .titre{
		font-size: 20px;
		margin: 0;
	}
	.ctztxt .boutons{
		margin-top: 10px;
	}
	.ctztxt .bouton{
		padding: 8px 13px;
		font-size: 14px;
	}
	.setxt, .categointro {
		flex: 0 0 calc(40% - 20px);
		max-width: calc(40% - 20px);
	}
	.setimgs, .categoslider {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.pagetop{
		height: 16vw;
	}
	.bouton{
		padding: 13px 18px;
		font-size: 14px;
	}
	.setimg + .setimg:before{
		display: none;
	}
	.bigcol {
		width: 100%;
		padding-left: 0;
	}
	.categotitre {
		padding-left: 160px;
		margin-bottom: 20px;
	}
	.categocont{
		margin: 35px 0 0;
		position: relative;
	}
	.categocontt {
		display: block;
	}
	.filtre{
		position: absolute;
		left: 0;
		top: -4px;
		display: block;
		background: #FDF6F2;
		padding: 10px 35px;
		color: #323334!important;
	}
	.filtre svg{
		margin-left: 5px;
	}
	.filtre:hover{
		background: #FAD9C8;
	}
	.bread{
		display: none;
	}
	.categos{
		position: absolute;
		display: none;
		z-index: 1;
		background: #FDF6F2;
		padding: 20px;
		border: 0;
		left: 0;
		top: 40px;
	}
	.categos > li {
		padding: 10px 30px 10px 0;
	}
	.categos > li > a {
		font-size: 16px;
	}
	.categos > li > span {
		padding: 10px 0 5px 15px;
		font-size: 18px;
	}
	.categos > li > ul{
		padding: 12px 0 5px 0;
	}
	.setimgsc{
		position: relative;
	}
	.setimg{
		flex: 0 0 calc(50% - 10px);
		padding: 30px 10px;
	}
	.setimg .titre {
		font-size: 22px;
	}
	.setimg .nom {
		font-size: 15px;
	}
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
		font-size: 16px!important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		display: flex;
		justify-content: space-between;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	.woocommerce-account .bloc-init > .wrapper > .woocommerce {
		display: block;
	}
	.woocommerce-MyAccount-navigation ul > li + li {
		margin-top: 0;
	}
	html .wc-block-components-radio-control .wc-block-components-radio-control__input{
		left: 0;
	}
	.bloc:not(.nomarg) {
		margin: 50px 0;
	}
	.bloc.bloc-init:not(.nomarg){
		margin-top: 30px;
	}
	#ship-to-different-address label{
		font-size: 17px;
	}
	.ongletsmenu a + a {
		margin-left: 35px;
	}
	.bloc-slider{
		background: #FDF6F2;
	}
}
@media screen and (min-width: 768px) {
	.slimgs .swiper-pagination{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.avecmess .site-content {
		padding: 100px 0 0;
	}
	.avecmess .menumain {
		padding-top: 110px;
	}
	.mess a {
		font-size: 9px;
		padding: 9px 0 5px;
	}
	.enve{
		width: 20px;
		height: 20px;
		line-height: 21px;
		font-size: 11px;
	}
	body, button, input, select, textarea {
		font-size: 13px;
	}
	.wrap, .wrapper {
		padding: 0 30px;
	}
	.hamburger{
		right: 15px;
	}
	.site-title a{
		left: 12px;
		width: 144px;
		height: 30px;
	}
	.site-content {
		padding: 70px 0 0;
	}
	.menutop .main-menu > li {
		padding: 25px 0;
	}
	.menu{
		padding-right: 45px;
	}
	.setimg{
		flex: 0 0 100%;
	}
	.menumain{
		padding: 80px 30px 50px;
	}
	.main-menu:not(#menu-langues) > li + li {
		margin-top: 15px;
	}
	.main-menu:not(#menu-langues) > li > a {
		font-size: 17px;
	}
	.main-menu:not(#menu-langues) > li > ul > li > a {
		font-size: 13px;
	}
	header .social-menu > li > a {
		font-size: 22px;
	}
	header .social-menu > li + li {
		margin-left: 16px;
	}
	.titre, .txt h2, .ctztxt .titre {
		font-size: 19px;
	}
	.slitxt{
		padding: 20px 35px 20px 0;
	}
	.swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 5px;
	}
	.slitxt .txt {
		font-size: 13px;
	}
	.slitxt .boutons{
		margin: 0 -5px 25px;
	}
	.bouton {
		padding: 10px 15px;
		font-size: 13px;
	}
	.slider .swiper-pagination{
		right: 30px;
		bottom: 20px;
	}
	.left,.right{
		width: 100%;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.bloc-image_texte .right{
		margin-top: 30px;
	}
	.bloc:not(.nomarg) {
		margin: 40px 0;
	}
	.etaimg img {
		max-width: 80px;
		max-height: 80px;
	}
	.etape .titre {
		font-size: 12px;
	}
	.bloc-etapes {
		padding: 40px 0;
	}
	.bloc-etapes .wrapper > .titre {
		font-size: 22px;
		margin-bottom: 34px;
	}
	.ctatxt h2{
		padding: 0;
		margin: 0 0 15px;
	}
	.ctatxt{
		display: block;
	}
	.expeleft{
		width: 100%;
	}
	.expetop, .expetxt {
		padding: 30px;
	}
	.expeslider .swiper-button-next {
		right: 30px;
		bottom: 30px;
		transform: scale(0.7);
		transform-origin: right bottom;
	}
	.expeslider .swiper-button-prev {
		right: 60px;
		bottom: 30px;
		transform: scale(0.7);
		transform-origin: right bottom;
	}
	.exposlider .swiper-button-next, .exposlider .swiper-button-prev{
		transform: scale(0.7);
		transform-origin: right bottom;
	}
	.experight {
		width: 100%;
		height: 36vw;
	}
	.chiffre .txt {
		font-size: 14px;
		line-height: 1.3;
	}
	.bloc-chiffres_cles {
		padding: 40px 0;
	}
	.newsletter {
		padding: 40px 0;
	}
	.newsletter .right{
		margin-top: 20px;
	}
	.social-menu > li > a{
		font-size: 24px;
	}
	.social-menu > li + li {
		margin-left: 24px;
	}
	.footer-menu {
		display: block;
		text-align: center;
	}
	.footer-menu > li + li, .footer-menu > li > ul, .footer-menu > li > ul > li + li {
		margin-top: 8px;
	}
	.col.col1{
		margin-bottom: 35px;
	}
	.setxt, .categointro {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-right: 10px;
	}
	.setimgs, .categoslider {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bloc-set .wrapper{
		/* padding-left: 10px;
		padding-right: 10px; */
	}
	.ctaz{
		width: 100%;
	}
	
	html .woocommerce .bloc-produits .products li.product {
		width: 50%;
		padding: 5px;
	}
	html .woocommerce .products li.product, .woocommerce-page ul.products li.product{
		padding: 5px;
	}
	.bloc-experiences_2 {
		padding: 0 30px 130px;
	}
	.expooslider{
		top: 40px;
		height: calc(100% - 40px);
	}
	.exposlider .swiper-button-prev{
		right: 66px;
	}
	html .woocommerce .products li.product.product_cat-sets .button{
		bottom: 64px;
	}
	.setxt{
		padding: 18px 18px 100px;
	}
	.seimg{
		height: 140px;
	}
	.setimg{
		padding: 18px 10px 45px;
	}
	.setimg .titre {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.setimg .nom {
		font-size: 13px;
		margin: 10px 0 0;
	}
	.setimgsc .swiper-button-next, .setimgsc .swiper-button-prev, .categoslider .swiper-button-next, .categoslider .swiper-button-prev{
		transform: scale(0.7);
	}
	.setimgsc .swiper-button-prev{
		left: auto!important;
		top: auto;
		right: 50%;
		bottom: 6px;
		margin: 0 2px 0 0;
	}
	.setimgsc .swiper-button-next{
		right: auto;
		top: auto;
		left: 50%;
		bottom: 6px;
		margin: 0 0 0 2px;
	}
	.setxt .bouton {
		position: absolute;
		left: 18px;
		width: calc(100% - 36px);
		bottom: 18px;
	}
	.pagetop {
		height: 20vw;
	}
	.pagetop h1 {
		padding: 0 30px;
	}
	.categocont {
		margin: 12px 0 0 0;
	}
	.filtre{
		left: -30px;
		top: -12px;
		padding: 10px 20px;
	}
	.categotitre {
		padding-left: 95px;
		margin-bottom: 10px;
	}
	.categos{
		left: -30px;
		top: 28px;
	}
	html .woocommerce .products li.product .price, .woocommerce .products li.product .woocommerce-loop-category__title, .woocommerce .products li.product .woocommerce-loop-product__title, .woocommerce .products li.product h3 {
		font-size: 13px !important;
	}
	.woocommerce .products li.product .woocommerce-loop-category__title, .woocommerce .products li.product .woocommerce-loop-product__title, .woocommerce .products li.product h3{
		margin: 5px 0 16px !important;
		padding-right: 18px !important;
	}
	.woocommerce .products, .woocommerce-page ul.products {
		margin: 0 -5px;
	}
	.woocommerce .products, .woocommerce-page ul.products {
		margin: 0 -25px;
	}
	html .woocommerce .products li.product .price {
		bottom: 15px;
	}
	html .woocommerce .products li.product .button{
		bottom: 24px;
		right: 20px;
	}
	.woocommerce .categoslider.products li.product .button {
		bottom: 20px;
		right: 17px;
	}
	.pagetop:before{
		width: 220px;
		height: 220px;
	}
	html .woocommerce .products li.product, .woocommerce-page ul.products li.product, html .woocommerce ul.products[class*=columns-] li.product, html .woocommerce-page ul.products[class*=columns-] li.product{
		width: 50%;
		float: none;
		margin: 0;
	}
	.categos > li {
		padding: 7px 20px 7px 0;
	}
	.categos > li > a {
		font-size: 15px;
	}
	.categos > li > span {
		padding: 8px 0 5px 15px;
		font-size: 16px;
	}
	.categoslides{
		margin: 0 -20px;
	}
	.categoslide + .categoslide {
		margin: 10px 0 0;
	}
	.categointro .txt{
		font-size: 11px;
		line-height: 1.2;
	}
	.categoslider .swiper-button-next{
		right: -8px;
	}
	.categoslider .swiper-button-prev{
		left: -8px;
	}
	.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%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100%;
		padding-left: 0;
	}
	.single-product .product {
		margin: 30px 0;
	}
	.detail > a{
		font-size: 13px;
	}
	.slimgs{
		position: relative;
	}
	.slimgs .swiper-pagination-bullet.swiper-pagination-bullet-active {
		opacity: 1;
		background: #DEC0B1;
	}
	.slimgs .swiper-pagination-bullet{
		opacity: 1;
		background: transparent;
		border: 1px solid #DEC0B1;
	}
	.slimgs .swiper-pagination{
		left: 0;
		bottom: 10px;
		line-height: 1;
		width: 100%;
		text-align: center;
	}
	.galthumbs {
		display: none;
	}
	.woocommerce div.product div.images .galthumbs .woocommerce-product-gallery__image:before{
		border: 4px solid #FAD9C8;
	}
	.woocommerce-product-gallery__wrapper {
		width: 100%;
	}
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce form fieldset legend{
		font-size: 18px;
	}
	.product_meta > span{
		font-size: 12px;
	}
	html .woocommerce .products li.product.product_cat-sets, .woocommerce-page ul.products li.product.product_cat-sets{
		width: 100%!important;
	}
	html .woocommerce .products li.product.product_cat-sets .categ .button{
		font-size: 12px;
		bottom: 15px;
		width: calc(100% - 30px);
		padding: 14px 12px;
	}
	html .woocommerce .products li.product.product_cat-sets .categ .button svg {
		margin-right: 8px;
	}
	.xoo-el-main {
		padding: 10px 20px 20px;
	}
	.xoo-boutons {
		padding: 15px 30px 30px;
	}
	.tire{
		font-size: 16px;
	}
	.xoo-el-section {
		padding: 0 0 0 20px;
	}
	.xoo-el-form-container button.btn.button.xoo-el-action-btn{
		padding: 0 5px;
	}
	.xoo-el-form-txt{
		font-size: 11px;
		line-height: 1.2;
	}
	.bloc-init .titre {
		margin-bottom: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: block;
		text-align: center;
	}
	.woocommerce-MyAccount-navigation ul > li + li {
		margin-top: 5px;
	}
	.woocommerce-Addresses .woocommerce-Address + .woocommerce-Address{
		margin-top: 10px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
		width: 100%;
	}
	.gform_wrapper label, .gform_wrapper.gravity-theme .gfield_label, .woocommerce form .form-row label, .woocommerce-page form .form-row label{
		font-size: 11px !important;
	}
	.woocommerce-form-row > span > em{
		font-size: 9px;
		line-height: 1.2;
	}
	.woocommerce-edit-address .woocommerce-MyAccount-content > form > h3{
		font-size: 28px;
	}
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
		width: 100%;
		text-align: center;
	}
	.woocommerce form ul.acf-radio-list li label, .gform_wrapper.gravity-theme .gfield-choice-input+label {
		font-size: 14px!important;
	}
	.onglet .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: 0;
	}
	.ongletsmenu {
		margin: 25px 0 35px;
	}
	.ongletsmenu a{
		display: block;
	}
	.ongletsmenu a + a {
		margin-left: 0;
		margin-top: 8px;
	}
	.xoo-wsc-container, .xoo-wsc-slider{
		max-width: 100%;
		right: -100%;
	}
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 13px!important;
	}
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
		font-size: 14px !important;
	}
	.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
		padding: 8px 20px;
	}
	.xoo-wsch-text {
		font-size: 18px;
	}
	.xoo-wsc-header {
		padding: 10px;
	}
	tr.is-bundled{
		display: none!important;
	}
	html .is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option, html .is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
		padding: 0 0 0 3em;
	}
	html .wc-block-components-totals-wrapper {
		border-top: 1px solid hsla(0, 0%, 7%, .11);
		padding: 10px 0;
	}
	html .woocommerce-cart .wc-block-components-sidebar{
		margin-top: -1px;
	}
	.woocommerce-billing-fields h3, h3#order_review_heading {
		font-size: 20px;
		text-align: center;
	}
	#ship-to-different-address label {
		font-size: 16px;
	}
	.woocommerce-checkout .col-2{
		margin-top: 30px;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce-checkout #payment{
		padding: 10px;
	}
	.woocommerce table.shop_table td small{
		display: block;
		font-size: 10px;
	}
	.woocommerce table.shop_table thead th, .bundled_table_item .product-name, .bundled_table_item .product-price, .bundled_table_item:not(.order_item) .product-quantity, .bundled_table_item .product-subtotal, .bundled_table_item .product-total{
		font-size: 10px;
	}
	.woocommerce-privacy-policy-text{
		font-size: 12px;
		line-height: 1.2;
		margin: 0 0 12px;
	}
	#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
		top: 7px;
	}
	.bloc-init + .boutz{
		margin: -25px 0 0;
	}
	.bloc-init + .boutz .xoo-boutons{
		width: 100%;
	}
	.woocommerce table.shop_table td.product-name{
		max-width: 220px;
	}
	p.woocommerce-notice--success{
		font-size: 18px;
	}
	.woocommerce ul.order_details{
		display: block;
		padding: 30px;
	}
	.woocommerce ul.order_details li{
		font-size: 10px;
	}
	.woocommerce .woocommerce-customer-details .col2-set .col-2{
		margin-top: 20px;
	}
	.page-template-page-INCI #main .right{
		margin-top: 50px;
	}
}
@media screen and (max-width: 374px) {
	
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {}
