/**
 * *Grid bootstrap
 *
 * ici on charge la grille bootstrap uniquement
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@-ms-viewport {
    width: device-width
}

/**
 * *Reset css
 *
 * ici on annule toutes les modifications css effectué de base par les navigateurs
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
html {margin-top: 0px !important}
body {margin-top: 175px}
body.no-preheader {margin-top: 147px}
a {text-decoration: none}

/*tips*/
.slick-disabled {
    opacity: 0.5
}

.post-type-archive-post .date {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.ean_wrapper.ean_text_shop {
    display: none !important
}


/*padding*/
.no-pad-left,
.no-pad-left-ipad,
.no-pad-left-mobile {
    padding-left: 0px
}

.no-pad-right,
.no-pad-right-ipad,
.no-pad-right-mobile {
    padding-right: 0px
}

.no-pad-top,
.no-pad-top-ipad,
.no-pad-top-mobile {
    padding-top: 0px
}

.no-pad-bottom,
.no-pad-bottom-ipad,
.no-pad-bottom-mobile {
    padding-right: 0px
}

.no-pad {
    padding: 0px
}

/*margin*/
.no-marg-left,
.no-marg-left-ipad,
.no-marg-left-mobile {
    margin-left: 0px
}

.no-marg-right,
.no-marg-right-ipad,
.no-marg-right-mobile {
    margin-right: 0px
}

.no-marg-top,
.no-marg-top-ipad,
.no-marg-top-mobile {
    margin-top: 0px
}

.no-marg-bottom,
.no-marg-bottom-ipad,
.no-marg-bottom-mobile {
    margin-right: 0px
}

.no-marg {
    padding: 0px
}

/*others tips*/
.display-none,
.display-ipad,
.display-mobile {
    display: none
}

.display-block {
    display: block
}

.d-flex {
    display: flex
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.no-decoration:hover,
.no-decoration {
    text-decoration: none
}

.fixed {
    position: fixed
}

.invisible {
    visibility: hidden
}

.img-circle {
    border-radius: 50%
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.lowercase {
    text-transform: lowercase
}

.hover-pointer:hover {
    cursor: pointer
}

.img-responsive {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .display-ipad {
        display: block
    }

    .hide-ipad {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .display-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }
}

.main-slider {
 margin-bottom: 0px;
}

.top-menu {
    display: flex;
    align-items: center;
    margin-left: 45px;
    position: absolute;
    right: 100px;
    top: 70px;
}

.header-cart-count {
    margin-left: 25px;
    position: relative;
}

span.count {
    background: #595647;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 100%;
    color: white;
    font-size: 12px;
}

.added_to_cart.wc-forward {
    display: none !important
}

.ajax_add_to_cart:focus {
    outline: none !important
}

a.ajax_add_to_cart.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    position: absolute;
    color: white;
    background: #595647;
    height: 37px;
    width: 37px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border-radius: 8px;
    font-family: WooCommerce;
    content: "\e017";
    vertical-align: bottom;
}

.picto-cat {
    display: none;
    position: absolute;
    right: 0;
    z-index: 99;
    top: 100px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: -207px;
}

/*animation*/
.hover-shadow {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    z-index: 9999;
}

.hover-shadow:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hover-shadow:hover:before {
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

input:invalid {
    animation: shake 300ms
}

@keyframes shake {
    25% {
        transform: translatex(4px)
    }

    50% {
        transform: translatex(4px)
    }

    75% {
        transform: translatex(4px)
    }
}

/*Global components*/
.scrollTop {
    width: 40px;
    height: 40px;
    background: white;
    position: fixed;
    bottom: 200px;
    right: 50px;
    border-radius: 5px;
    box-shadow: 1px 0px 14px #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -999999;
    transition: 0.6s;
}

.scrollTop.active {
    opacity: 1;
    z-index: 99;
}

.scrollTop svg {
    width: 20px
}

.message {
    clear: both;
    width: 100%;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 17px;
}

.message:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    float: right;
    font-size: 20px;
}

.message:hover {
    cursor: pointer
}

.message.error {
    background: #fde8e8;
    color: #cf2e2e;
}

.message.success {
    background: #def7ec;
    color: #00d084;
}

.message.info {
    background: #f3f4f6;
    color: #545454;
}

.message.info svg {
    width: 20px;
    top: 3px;
    position: relative;
    margin-right: 5px;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
}

table thead tr {
    background-color: #536566;
    color: #ffffff;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px
}

table tbody tr {
    border-bottom: 1px solid #dddddd
}

table tbody tr:nth-of-type(even) {
    background-color: #efefef
}

/* table tbody tr:last-of-type {border-bottom: 2px solid #009879} */
table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.animate-spin {
    fill: #1c64f2;
    width: 35px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity));
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

input::-webkit-input-placeholder {}

input::-moz-placeholder {}

input:-ms-input-placeholder {}

input:-moz-placeholder {}

/*Theme components*/
/*THEME*/

@media screen and (min-width: 1100px) {
    .container {
        width: 950px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1050px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1215px
    }

    .container.big {
        width: 1200px;
    }

    .container.big.variete {
        width: 1250px;
    }
}

@media screen and (min-width: 1350px) {
    .container {
        width: 1265px
    }
}

@media screen and (min-width: 1150px) {
    .container-footer {
        width: 1255px
    }
}

.container {
    padding: 0px;
}

.no-pad-lr {
    padding-left: 0px;
    padding-right: 0px;
}

nav.desktop {
    position: fixed;
    left: -100%;
    background: #F5EEE7;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    transition: 0.75s
}

nav.desktop.active {
    left: 0;
}

.close-menu {
    position: absolute;
    left: 53px;
    display: flex;
    align-items: center;
    top: 47px;
    text-transform: uppercase;
}

.close-menu span {
    color: #405455;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    text-transform: uppercase;
}

.close-menu img {
    width: 17px;
    margin-right: 15px;
}

.woocommerce .loader::before {
    content: none
}

.loader {
    border: 4px solid #595647;
    border-top: 4px solid white;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    animation: spin 1s linear infinite;
    margin-left: 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: #595647;
    top: 1.5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pre-header {
    text-align: center;
}

header {
    transition: 0.5s;
}

header.masked {
    transform: translateY(-600px);
}


.has-pre-header .logo-header {
    top: 35px;
}

.pre-header p {
    font-size: 12px;
}

header.header-menu {
    display: block;
    position: sticky;
    top: 0;
    z-index: 999999;
    background: white;
    position: fixed;
    width: 100%;
}

header::before {
    content: "";
}

header.survol-menu:before {
    content: "";
}

.asl_w_container,
body div.asl_w {
    border-radius: 8px;
}

.woocommerce-cart .breadcrumbs {
    top: 15px;
    position: relative;
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 15px 17px 15px 17px;
    background: #595647;
    text-transform: uppercase;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    transition: 0.3s;
    letter-spacing: 0.96px;
    margin-top: 15px;
    margin-left: 20px;
}

.woocommerce-checkout .wp-block-table td {
    border: none
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout .page-flexible h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #536566;
    margin-bottom: 20px;
}

.woocommerce-checkout .page-flexible {
    margin-bottom: 100px;
}

.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot th {
    border: none;
}

.woocommerce-checkout table.shop_table td {

    font-family: 'Gilroy-Medium';
    font-size: 14px;
    line-height: normal;
}

#order_review_heading {
    margin-top: 50px;
}

.woocommerce-checkout label {
    font-family: 'Gilroy-Medium';
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 16px;
}

.woocommerce-checkout .top-info {
    padding-top: 20px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    padding: 15px 27px 15px 27px;
    background: #595647;
    text-transform: uppercase;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    transition: 0.3s;
    letter-spacing: 0.96px;
    border: none;
    text-align: center;
    margin-top: 0px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    height: 110px;
}

.woocommerce-terms-and-conditions-checkbox-text,

.woocommerce-privacy-policy-text {
    font-family: 'Gilroy-Medium';
}

.woocommerce-terms-and-conditions-wrapper > .cr-customer-consent,
.woocommerce-terms-and-conditions-wrapper > .woocommerce-privacy-policy-text{
    display: none
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    margin: 0;
    height: 34px;
    background-color: #f0f0e8;
    border: 0 none #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 #b5b5b5 inset;
    padding: 10px;
    border-radius: 8px;
}

/**
 * My Account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    margin-left: 5%;
    width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    color: #595647;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

.woocommerce-account .woocommerce {
    margin-bottom: 100px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

.woocommerce-account p.order-again {
    text-align: right
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce-cart table thead tr {
    background: none;
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-size: 18px;
}

.wc-block-components-product-name {
    color: #595647;
    font-family: 'Montserrat', sans-serif;

    line-height: 28px;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .form-header-pistache {
        position: absolute;
        left: -200px;
        transition: 0.3s left;
        z-index: -1;
        opacity: 0;
    }

    header.survol-menu .form-header-pistache {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
    }
}


.burger-menu {
    display: flex;
    align-items: center;
}

.burger-menu:hover {
    cursor: pointer
}

.main-menu {
    padding-left: 400px;
    padding-top: 175px;
}

.main-menu #menu-menu>li>a {
    font-family: "montserrat";
    font-size: 72px;
    line-height: normal;
    color: #405455;
    margin-bottom: 5px;
    display: table;
}

.woocommerce div.product p.stock {
    display: none !important
}

.main-menu #menu-menu>li {
    margin-bottom: 41px
}

.bottom-menu {
    padding-left: 400px;
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.bottom-menu ul {
    display: flex;
}

.bottom-menu .flex-rs {
    margin-right: 30px
}

.bottom-menu ul a {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    color: #405455;
    margin-right: 45px;
}

.main-menu .menu-item-has-children ul {
    display: flex
}

.main-menu .menu-item-has-children li {
    margin-right: 42px
}

.main-menu .menu-item-has-children li a {
    color: #405455;
    font-family: 'Gilroy-Medium';
    font-size: 20px;
}

.main-menu .menu-item-has-children ul a {
    position: relative;
}

.main-menu .menu-item-has-children ul a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    transition: 0.5s;
    background: #405455;
    bottom: -2px;
}

.main-menu .menu-item-has-children ul a:hover:before {
    width: 100%;
}

.woocommerce-cart .wp-block-product-new {
    display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon) {
    opacity: 0;
}

body #ajaxsearchlite1 .probox {
    border-radius: 8px;

    padding: 10px 0px
}

body div.asl_m .proloading {
    position: absolute;
    right: 41px;
}

body div.asl_m .probox .proclose {
    right: 12px
}

body div.asl_m .probox .proclose svg {
    box-shadow: none
}

.burger-menu .menu-moprh {
    margin-right: 17px
}

.promagnifier svg path {
    fill: #405455
}

body #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-family: 'Gilroy-Medium' !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #405455 !important
}

body div.asl_w .probox div.asl_simple-circle {
    border: 4px solid #405455
}

body div.asl_m .probox .proclose svg {
    background: #405455
}

body div.asl_r .results .item .asl_content h3 a:hover,
body div.asl_r .results .item .asl_content h3 a {
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    color: #405455
}

body div.asl_r .results .item .asl_content .asl_desc {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    color: #405455;
    display: none;
}


#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder {
    font-family: 'Gilroy-Medium' !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #bebcb1 !important
}

#ajaxsearchlite1 .probox .proinput input::-moz-placeholder {
    font-family: 'Gilroy-Medium' !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #bebcb1 !important
}

#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder {
    font-family: 'Gilroy-Medium' !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #bebcb1 !important
}

#ajaxsearchlite1 .probox .proinput input:-moz-placeholder {
    font-family: 'Gilroy-Medium' !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #bebcb1 !important
}

#ajaxsearchlite1 .probox .proinput input {
    color: #C9C9C9
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    border-radius: 8px;
}

body div.asl_w .probox .promagnifier {
    border: none;
    box-shadow: none
}

body div.asl_m .probox .promagnifier .innericon svg:nth-child(1) {
    display: none
}

.innericon {
    right: 15px;
    position: relative;
}

body div.asl_w {
    border: none;
    box-shadow: none;
}

.search {
    width: 250px;
    margin-left: auto;
    position: absolute;
    left: 70px;
    top: 60px;
}

.logo-header {
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    width: 220px;
}

.main-slider .item {
    display: flex;
}

.main-slider .item>.content,
.main-slider .item>img {
    width: 60%;
    height: 755px;
    object-fit: cover;
}

.main-slider .item>.content {
    width: 40%;
}


.main-slider .item .content {
    padding-top: 200px;
    text-align: center;
}

.main-slider .content .cta {
    margin: 0px;
    margin-top: 0px;
}

.main-slider .content .inner {
    width: 510px;
    margin: auto;
}

.main-slider .content .text {
    margin-top: 33px
}

.slider {
    margin-top: 70px;
    margin-bottom: 70px;
}

.slider .item {
    width: 300px;
    margin-right: 15px;
    position: relative;
}

.item a:active,
.item a:focus {
    outline: none;
}

.list-tax li:hover h2 {
    text-decoration: underline;
}

body .add_to_cart_button.ajax_add_to_cart:hover {
    background: #595647 !important;
}

.add_to_cart_button.ajax_add_to_cart:hover img {
    filter: brightness(0) invert(1);
}

.add_to_cart_button.ajax_add_to_cart {
    position: absolute !important;
    top: inherit;
    bottom: 60px;
    height: 30px;
    width: 30px;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 0;
    opacity: 1;
    transition: 0.5s;
    z-index: 999;
    padding: 0px !important;

    border: 1px solid #595647 !important;
    background: none !important;
}
.single .add_to_cart_button.ajax_add_to_cart{
    bottom: 28px;
}
.archive .add_to_cart_button.ajax_add_to_cart {
    bottom: 45px;
}


.archive .no-origine .add_to_cart_button.ajax_add_to_cart{
    bottom: 28px;
}

.big-view .add_to_cart_button.ajax_add_to_cart {
    top: inherit;
    bottom: 20px;
}

.list-tax li:hover .add_to_cart_button.ajax_add_to_cart,
.slider .item:hover .add_to_cart_button.ajax_add_to_cart {
    display: flex;
    z-index: 9;
    opacity: 1;
}

.add_to_cart_button.ajax_add_to_cart .cart-survol {
    width: 20px;
    height: 15px;
    margin: 0;
}

.slider-col-parent .item,
.slider-product-recette .item {
    width: 428px
}

.slider .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.home .actu-blog {
    margin-top: 20px;
}

.home .seo-block {
    height: 300px;
}
.home .seo-block .seo-text h2,h3,h4{
    color: #595647 !important;
}

.slider-product-recette {
    display: none !important
}

img.img-survol,
.slider .item img.img-survol {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.archive .list-tax li:hover img.img-survol,
.slider .item:hover img.img-survol {
    opacity: 1;
}


.slider-col-parent .item img,
.slider-product-recette .item img {
    height: 570px
}


.slider-product-recette .overflow {
    overflow: hidden;
}



.slider-product-recette .item img:not(.picto-recette) {
    transition: 0.7s
}

.slider-product-recette .item:hover img:not(.picto-recette) {
    transform: scale(1.2);
}

.slider-product-recette .item img.picto-recette {
    position: absolute;
    width: auto;
    height: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s
}

.slider-product-recette .item:hover img.picto-recette {
    opacity: 1;
}

.slider-col-parent .item a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(64 84 85 / 35%);
}

.slider-col-parent .item a {
    display: table;
    z-index: 9;
    position: relative;
}

.slider-col-parent .item {
    overflow: hidden;
}

.slider-col-parent .item a>img:not(.picto-logo) {
    transition: 0.7s;
    z-index: -1;
    position: relative;
}

.slider-col-parent .item:hover a>img:not(.picto-logo) {
    transform: scale(1.1);
}

.slider-col-parent .item:hover a:before {
    transition: 0.7s;
}

.slider-col-parent .item:hover a:before {
    background: rgb(64 84 85 / 0%);
}


.slider-product-recette {
    margin-bottom: 120px;
}

.group-btn-slick button {
    position: relative
}

.group-btn-slick .slick-next {
    margin-left: 25px
}

.group-btn-slick {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.group-btn-slick .slick-prev:focus,
.group-btn-slick .slick-prev:active,
.group-btn-slick .slick-prev {
    transition: 0.65s;
    background: url(../img/svg/arrow-slide-dark-left.svg) no-repeat;
}

.main-slider .slick-prev {
    background: url(../img/svg/arrow-slide-dark-left.svg) no-repeat;
    z-index: 99;
    display: block;
    height: 40px;
    transition: 0.3s;
    width: 40px;
    transform: none;
    left: 30px;
    border-radius: 100%;
    top: 48%;
}

.main-slider .slick-next {
    background: url(../img/svg/arrow-slide-dark-right.svg) no-repeat;
    z-index: 99;
    display: block;
    height: 40px;
    transition: 0.3s;
    width: 40px;
    transform: none;
    right: 30px;
    top: 48%;
    border-radius: 100%;
}

body .slick-prev:hover {
    background: url(../img/svg/arrow-slide-white-left.svg) no-repeat;
    background-color: #595647;

}

body .slick-next:hover {
    background: url(../img/svg/arrow-slide-white-right.svg) no-repeat;
    background-color: #595647;

}

.main-slider .shape {
    position: absolute
}

.shape-1 {
    position: absolute;
    right: 0px;
    top: 502px;
    z-index: 999;
}

.shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.actu-blog .shape-3 {
    position: absolute;
    right: -70px;
    top: -190px;
}

.shape-4 {
    position: absolute;
    right: 140px;
    bottom: -300px;
    transform: rotate(-61deg);
}

.relative-icon-footer {
    overflow: hidden;

}

.group-btn-slick .slick-next:focus,
.group-btn-slick .slick-next:active,
.group-btn-slick .slick-next {
    transition: 1s;
    background: url(../img/svg/arrow-slide-dark-right.svg) no-repeat;
}

.group-btn-slick .slick-prev,
.group-btn-slick .slick-next {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    display: block;
    height: 40px;
    transition: 1s;
    width: 40px;
    transform: none;
    border-radius: 100%;
}

.slick-prev:before,
.slick-next:before {
    content: none !important
}

.slider .label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #405455;
    z-index: 9
}

.slider .item .content {
    margin-top: 17px;
    position: relative;
}

.name-slider {

    text-transform: uppercase;
    margin-bottom: 8px
}

#pa_quantite {
    text-transform: uppercase;
}

.title-slider {
    margin-bottom: 16px
}

.slider-parent {
    margin-top: 70px;
}

.slider-parent .excerpt {
    width: 500px;
    max-width: 100%;
    margin-top: 32px;
}

.story .inner {
    padding-top: 80px;
    padding-left: 50px;
    padding-bottom: 110px;
    width: 480px;
    max-width: 100%;
}

.story:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;

    background: rgb(89 86 71 / 73%);
    /* background: rgb(64 84 85 / 60%) */
}

.story .container {
    z-index: 99;
    position: relative;
}

.story video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story .text {
    margin-top: 32px;
    margin-bottom: 52px;
}

.story .cta {
    margin: auto
}


/*Section slider replace roulette*/

.sect4-1 .slide-content-text {
    width: 700px;
}

.sect4-1 .slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.sect4-1 .slide-content .text {
    padding: 0px 30px;
    margin-top: 35px;
}
.sect4-1 .slide-content img {width: 350px}
.sect4-1 a.cta {
    margin: auto;
    margin-top: 65px;
}

.sect4-1 .big-title {
    font-size: 50px;
    line-height: 55px;
}

.sect4-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sect4-1 .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    gap: 15px;
    left: 0;
    align-items: center;
}
.position-dots-hp {
    margin-bottom: 200px;
    margin-top: 65px;
}

.sect4-1 .cta-lite.green{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.sect4-1 .slick-dots li {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    opacity: 0.7;
}
.sect4-1 .slick-dots li.slick-active {opacity: 1}
.sect4-1 .slick-dots img {
    padding: 8px;
    width: 100%;
    height: 100%;
    background: #595647;
    border-radius: 100%;
    object-fit: contain;
}
body .sect4-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #595647;
    padding: 0px;
    border-radius: 100%;
}
body .sect4-1 .slick-prev,
body .sect4-1 .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.4s;
}

body .sect4-1 .slick-next {

    background: url(../img/svg/arrow-slide-dark-right.svg) no-repeat;
}

body .sect4-1 .slick-prev {

    background: url(../img/svg/arrow-slide-dark-left.svg) no-repeat;
}

body .sect4-1 .slick-next:hover {
    background: url(../img/svg/arrow-slide-white-right.svg) no-repeat;
    background-color: #595647;
}

body .sect4-1 .slick-prev:hover {
    background: url(../img/svg/arrow-slide-white-left.svg) no-repeat;
    background-color: #595647;
}   


/*roulette*/
.sect4 {
    min-height: 684px
}

.sect4 .content {
    padding-top: 120px
}

.sect4 .content .text {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 35px;
    padding: 0px 30px;
}

.sect4 .cta-lite {
    display: table;
    margin: auto;
    margin-top: 11px;
}

.sect4 .inner-content {
    display: none
}

.sect4 .inner-content.active {
    display: block
}

.sect4 a.cta {
    margin: auto;
    margin-top: 85px;
}

.central {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat-Bold';
}

.central-circle>span {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(50% - 32px);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: 'Montserrat-Bold';
}

.central-circle {
    margin-top: 175px;
    position: relative;
    width: 290px;
    height: 290px;
    border-radius: 100%;
    overflow: visible;
    left: 135px;
}

.circle {
    width: 171px;
    height: 171px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .circle:not(.active) {
        filter: blur(7px)
    }
}

.circle:hover {
    cursor: pointer
}

.circle span {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 21px;
    transition: 0.5s;
    font-family: 'Montserrat-Medium';
}

.circle span img {
    width: 100px;
    transition: 0.5s;
}

.circle.active span img {
    width: 170px;
    left: -19px;
    position: relative;

}

.central {
    position: relative;
    height: 100%;
    width: 100%;
    transition: 0.7s;
}

.central.c-3-active {
    transition: 2s;
}

.central.c-2-active {
    transition: 2.2s
}

.central.c-4-active {
    transition: 1.8s
}

.central.c-5-active {
    transition: 1.6s
}

.central.c-6-active {
    transition: 1.4s
}

.central.c-7-active {
    transition: 1.2s
}

.central-circle .circle {
    position: absolute
}

.central-circle .circle-1 {
    top: -145px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.central-circle .circle-2 {
    left: 171px;
    top: -85px;
}

.central-circle .circle-3 {
    top: 0px;
    right: -135px;
    bottom: 0px;
    margin: auto;
}

.central-circle .circle-4 {
    left: 171px;
    bottom: -85px;
}

.central-circle .circle-5 {
    left: 0px;
    bottom: -145px;
    right: 0px;
    margin: auto;
}

.central-circle .circle-6 {
    left: -88px;
    bottom: -85px;
}

.central-circle .circle-7 {
    left: -135px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.central-circle .circle-8 {
    top: -85px;
    left: -88px;
}

/*citation*/
.citation {
    padding: 110px 0px;
    padding-bottom: 93px;
    text-align: center;
}

.citation p {
    width: 825px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 17px;
    margin-top: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 31px;
}

/*slider-col-parent*/
.slider-col-parent {
    padding-top: 105px;
    padding-bottom: 50px;
    margin-top: 0px;
}

.slider-col-parent .slider {
    padding-left: 420px;
    margin-top: 0px;
    margin-bottom: 85px;
}

.slider-col-parent .item .picto-logo {
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(50% - 60px);
}

.absolute-content-slide {
    position: absolute;
    width: 380px;
    text-align: center;
    z-index: 999;
    top: 90px;
}

.absolute-content-slide .text {
    margin-top: 30px
}

.absolute-content-slide .cta {
    margin-top: 60px
}

/*reassurance*/
.bar {
    width: 100%;
    float: left;
}

.list-reassurance {
    float: left;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    padding-bottom: 60px;
    justify-content: center;
}

.list-reassurance li {
    display: flex;
    align-items: center;
    margin: 0px 35px;
    width: 355px;
}

.list-reassurance li:last-child {
    margin-right: 0px
}

.bar svg {
    width: 100%
}

.list-reassurance .content {
    padding-left: 30px
}

.list-reassurance .medium-title-2 {
    margin-bottom: 10px;
    display: table;
}

/*actu-blog*/
.actu-blog {
    padding-top: 65px;
    padding-bottom: 82px;
}

.flex-list-post-hp {
    display: flex;
    gap: 80px;
}

.flex-list-post-hp .content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 500px;
}

.list-blog {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px;
    width: calc(100% - 520px);
}

.list-blog li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #7E7964;
}

.list-blog li:last-child {
    border-bottom: none
}

.list-blog li .text,
.list-blog li .date {
    transition: 0.5s;
}

.list-blog li .date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.list-blog li:hover .read-post {
    transform: translateX(-15px)
}

.list-blog li .read-post {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #595647;
    margin-left: auto;
    text-decoration: underline;
    transition: 0.5s;
    position: absolute;
    right: 0;
}

.list-blog li a {
    display: flex;
    align-items: center;
    padding: 25px 0px;
    gap: 35px;
}

.list-blog li img:not(.trait) {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.5s;
}

.list-blog li:hover img:not(.trait) {
    right: 0
}

.list-blog li svg {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.slider-col-parent img.picto {
    width: auto;
    height: 18px;
    position: absolute;
    right: 33px;
    bottom: 6px;
    transition: 0.5s right
}

.slider-col-parent .item:hover img.picto {
    right: 20px
}

.slider-col-parent .slick-disabled {
    opacity: 0.5
}

.simple-cta {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: white;
}

.slider-col-parent .simple-cta {
    position: absolute;
    bottom: 22px;
    left: 0px;
    padding-left: 28px;
    width: 100%;
}

.slider-col-parent .item:hover .simple-cta {
    text-decoration: underline
}

.slider-col-parent .slider .item .content {
    margin-top: 0px
}

.slider .item:hover .title-slider {
    text-decoration: underline
}

.list-menu-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 180px;
    margin-top: 60px;
    margin-bottom: 65px;
    justify-content: center;
}

.list-menu-footer .item li {
    margin-bottom: 12px
}

.flex-rs {
    display: flex
}

.flex-rs img {
    margin-right: 14px
}

.cta-footer {
    margin-top: 37px;
    border: 1px solid #595647;
    border-radius: 8px;
    width: 164px;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #595647;
    justify-content: center;
}

.list-menu-footer .item {
    width: calc(25% - 170px)
}

.seo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595647;
}
.full-text p{
    font-weight: 400;
    margin-bottom: 10px;
}
.title-seo {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #595647;
    margin-bottom: 30px;
}

.discover-btn {
    display: table;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #595647;
    text-decoration: underline;
    margin-top: 20px;
    background: none;
    border: none;
    padding: 0px;
}

.seo-block .container {
    display: flex;
    gap: 50px;
    height: 100%;
}

.seo-block {
    height: 500px;
    margin-top: 50px;
    margin-bottom: 75px;
}

.seo-block img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.seo-block .content 
{
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
}

.seo-block .content::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 7px;
}

.seo-block .content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.cta-footer img {
    position: absolute;
    right: 9px;
}

.logo-footer {
    width: 170px
}

.list-menu-footer-2 {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;
}
.list-menu-footer-2 img {height: 45px}
footer {padding-bottom: 20px}
.sub-footer {
    float: left;
    width: 100%;
    padding: 10px 0px;
    padding-top: 13px;
}
.main-section-top .inner {display: flex}
.main-section-top .inner>img {
    height: 750px;
    object-fit: cover;
    width: 50%
}
.single-post .top-info .right,
.single-recettes .top-info .right,
.page-template-template-landing .top-info .right,
.main-section-top .inner .content {
    padding-left: 120px;
    padding-top: 110px;
    padding-right: 220px;
    width: 50%;
    text-align: center;
    position: relative;
}
.page-template-template-landing .top-info .right .content .wpcf7 {margin-top: 25px}
.page-template-template-landing .top-info .right .content .wpcf7 input[type="email"]{
    border: 1px solid #d4d2c7;
    border-right: none;
}
.page-template-template-landing .top-info  .mc4wp-form-fields{justify-content: center}
.page-template-template-landing .top-info  .wpcf7-submit {
   width: 50px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    border-left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #595647;
    background: #D4D2C7;
    border: none;
}
.page-template-template-landing .top-info   .wpcf7-spinner{display: none}
.page-template-template-variete .main-section-top .inner .content .breadcrumbs {
    position: absolute;
    top: 15px;
    left: 15px;
}
.main-section-top .inner .content img {
    margin: auto;
    display: block;
    margin-top: 46px;
    width: 16px
}
.main-section-top .inner .big-title {margin-bottom: 35px}
.mc4wp-form-fields {
    display: flex;
    position: relative;
    top: 10px;
}
.mc4wp-form-fields input[name="email-773"],
.nl-block .mc4wp-form-fields input[name="EMAIL"] {
    background: white;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 48px;
    width: 300px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    color: #595647;
    padding: 0px 20px;
    border: none;
}

.nl-block .mc4wp-form-fields input[type="submit"] {
    height: 48px;
    width: 50px;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    border-left: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #595647;
    background: #D4D2C7;
    border: none;
}

.nl-block .inner {
    display: flex;
    justify-content: center;
    padding: 45px 30px;
}

.nl-block .inner .left {
    margin-right: 100px
}

.map-country>div:not(.active) {
    display: none
}

.map-country>div.active {
    display: flex
}

.list-countries li:hover {
    cursor: pointer
}

.map-country {
    margin-top: 100px;
    display: block;
}

.list-countries .slick-prev {
    background: url(../img/svg/arrow-select.svg) no-repeat;
    display: block;
    height: 17px;
    transition: 0.3s;
    width: 17px;
    right: 30px;
    top: 11px;
    border-radius: 100%;
    z-index: 999;
    opacity: 1;
    left: -32px;
    background-size: contain;
    transform: rotate(90deg);
}

.list-countries .slick-next {
    background: url(../img/svg/arrow-select.svg) no-repeat;
    display: block;
    height: 17px;
    transition: 0.3s;
    width: 17px;
    right: 30px;
    top: 11px;
    border-radius: 100%;
    z-index: 999;
    opacity: 1;
    right: -50px;
    background-size: contain;
    transform: rotate(-90deg)
}

.list-countries .slick-prev:hover,
.list-countries .slick-next:hover {
    width: 17px;
    height: 17px;
    background: url(../img/svg/arrow-select.svg) no-repeat;
    background-size: contain;

}


.list-countries li {
    position: relative
}

.list-countries li.active:before {
    content: "";
    height: 1px;
    width: calc(100% - 40px);
    background: #595647;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.map-country .left {
    width: 790px
}

.map-country .right {
    width: calc(100% - 790px);
    padding-left: 45px;
}

.name-variete .minus {
    position: absolute;
    top: 8px;
    right: 15px;
}


.name-variete .minus .trait {
    width: 16px;
    height: 2px;
    position: relative;
    display: block;
    background: #405455;
}

.name-variete .minus .trait-2 {
    width: 16px;
    height: 2px;
    position: relative;
    display: block;
    background: #405455;
    transform: rotate(90deg);
    top: -2px;
    transition: 0.5s;
}

.name-variete.active .trait-2 {
    transform: none;
    opacity: 0;
}

.list-varietes .medium-title-2 {
    margin-bottom: 15px
}

.list-varietes .bar {
    margin-bottom: 15px
}

.list-varietes .name-variete {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
}

.list-varietes .name-variete:hover {
    cursor: pointer;
}

.list-varietes .size-14 {
    margin-bottom: 10px;
    display: none;
    float: left;
    width: 100%;
    line-height: normal;
}

.map-country .left img {
    width: 100%
}

.list-countries {
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content: center;
}

.list-countries li {
    color: #595647;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    padding: 0px 20px;
    margin: 0px 10px
}

.section-map-countries {
    padding-top: 90px;
    background-color: #D4D2C7;
}

.main-section-top>svg {
    margin: auto;
    display: block;
    margin-top: 60px;
    margin-bottom: 27px;
}

.section-col-variete {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 110px;
}

.section-col-variete .logo-cariete img {
    margin: auto;
    display: block;
    margin-top: 150px;
}

.logo-cariete {
    text-align: center;
    margin-top: 75px
}

.section-col-variete .left img,
.section-col-variete .right img {
    max-width: 100%;
}

.section-col-variete .right img {
    margin-bottom: 55px
}

.section-col-variete .left {
    width: 50%;
    position: relative;
}

.section-col-variete .left .block {
    padding-right: 60px
}

.section-col-variete .left:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #405455;
    position: absolute;
    right: 0;
    top: 0;
}

.section-col-variete .full-img {
    width: 100%;
    height: 509px;
    object-fit: cover;
    margin-bottom: 59px;
}

.arrow-variete {
    margin: auto;
    margin-top: 20px;
}

.section-col-variete .medium-title-2 {
    margin-bottom: 15px
}

.section-col-variete .block {
    padding-bottom: 60px;
    border-bottom: 1px solid #405455;
    padding-top: 60px;
}

.section-col-variete .block.last {
    border-bottom: none
}

.section-col-variete .block.last img {
    margin: auto;
    display: table;
    margin-top: 50px;
}

.section-col-variete .mini-title {
    margin-bottom: 6px
}

.section-col-variete .special-block {
    padding-top: 70px;
    padding-bottom: 88px;
    display: flex
}

.section-col-variete .special-block .big-title {
    font-size: 58px;
    line-height: 65px;
}


.section-col-variete .special-block img {
    width: 190px
}

.section-col-variete .special-block .big-title {
    margin-left: 25px
}

.section-col-variete .right {
    width: 50%
}

.section-col-variete .right .block {
    padding-left: 60px
}

.citation-big video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.citation-big svg {
    margin-bottom: 33px
}

.citation-big {
    height: 778px
}

.citation-big .content {
    position: absolute;
    top: calc(50% - 115px);
    left: 0;
    right: 0;
    text-align: center;
}

.citation-big .content .medium-title-2 {
    margin-bottom: 10px;
    line-height: 42px;
}

.citation-big::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgb(64 84 85 / 90%); */
    background: rgb(89 86 71 / 73%);
    height: 100%;
    width: 100%;
}


.description-woo b,
.description-woo strong{
font-weight: bold;
}

.description-woo em{
font-style: italic;
}

@media screen and (max-width: 767px) {
    .central {
        transform: none !important;
    }
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    margin: auto;
    width: 100%;
}

.reset_variations {
    display: none !important
}

.woocommerce div.product form.cart {
    position: relative;
}

.single_variation_wrap .price {
    display: block !important;
    position: absolute;
    bottom: 57px;
    left: 10px;
    font-family: 'Gilroy-Bold';
    font-size: 16px !important;
    line-height: 24px;
    color: #405455 !important;
}

.wpgs-nav,
#sidebar {
    display: none;
}

.woocommerce div.product div.summary {
    background: #D4D2C7
}

.woocommerce div.product {
    display: flex
}

.single.woocommerce {
    overflow: visible;
}


.single.woocommerce div.product {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
}

.bloc-product-info {
    margin-bottom: 15px;
}

.single-product .entry-summary {
    position: sticky;
    top: 0px;
    height: auto;
}


.flaticon-back:hover,
.flaticon-right-arrow:hover {
    cursor: pointer;
}

body.woocommerce .star-rating span::before {
    color: #595647;
}

.flaticon-back {
    right: 74px;
    top: initial;
    bottom: 20px;
    z-index: 99;
    display: block;
    height: 40px;
    transition: 1s;
    width: 40px;
    transform: none;
    background: url(../img/svg/arrow-slide-dark-left.svg) no-repeat;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 12px;
    font-family: 'Gilroy-Medium';
    color: #595647;
    letter-spacing: 0px;
    line-height: normal;
    margin-bottom: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    color: #405455;
    letter-spacing: 0px;
    line-height: normal;
    margin-bottom: 0px;
}

.flaticon-right-arrow {
    left: inherit;
    right: 20px;
    bottom: 20px;
    top: inherit;
    z-index: 99;
    display: block;
    height: 40px;
    transition: 1s;
    width: 40px;
    transform: none;
    background: url(../img/svg/arrow-slide-dark-right.svg) no-repeat;
}

.flaticon-back::before,
.flaticon-right-arrow::before {
    content: none !important;
}

.woocommerce div.product div.summary {
    padding: 73px 165px 57px 53px;
    min-height: 100vh;
}

.woocommerce div.product div.images {
    margin-bottom: 0px;
}

.slide-custom-single {
    padding: 200px 50px;
    text-align: center;
    background: #595647;
}

.slide-custom-single .big-title {
    padding-bottom: 40px;
}

.title-haiku {
    font-family: 'Montserrat';
    font-size: 48px;
    padding-top: 40px;
    position: relative;
    line-height: 76px;
    padding-bottom: 40px;
}

.ref-haiku {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding-top: 40px;
    position: relative;
}

.ref-haiku:before {
    content: "";
    width: 200px;
    height: 1px;
    background: white;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.seo-text h2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0px;
}

.seo-text h3,
.seo-text h4 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.seo-text strong,
.seo-text b {
    font-weight: bold;
}

.seo-text a {
    color: #595647;
    text-decoration: underline;
}

.single .seo-text h3,
.single .seo-text h4,
.single .seo-text a {
    color: white;
}

.heading-3{
    font-size: 16px;
}
.heading-2{
    font-size: 27px;
}
.heading-2,
.heading-3{
    margin: 0 0 20px;
    font-weight: 300;
    color: #595647!important;
    line-height: 1;
}


@media screen and (max-width: 1500px) {
    .top-menu {
        right: 50px
    }
}

@media screen and (max-width: 1024px) {
    .slide-custom-single .big-title {
        font-size: 45px
    }
}

@media screen and (min-width: 1051px) {
    header.fixed-el .logo-new-menu {
        display: none
    }

    header.fixed-el .search {
        display: none;
        position: fixed;
        top: 0;
        top: 100px;
        width: 100%;
        background: #d4d2c7;
        left: 0;
        top: 127px;
        padding: 0px 400px;
    }

    .no-preheader header.fixed-el .search {
        top: 99px;
    }

    header.fixed-el .icon-search-fixed {
        display: block !important;
        position: absolute;
        left: 100px;
        bottom: 36px;
    }

    header.fixed-el .search.active {
        display: block
    }

    header.fixed-el .menu-principal {
        padding: 20px 0px
    }

    header.fixed-el .icon-search-fixed:hover {
        cursor: pointer;
    }

    header.fixed-el .top-menu {
        top: 37px
    }

    header.fixed-el .flex-top-menu {
        margin-bottom: 0px
    }

}






.label-cat {
    color: #405455;
    font-family: 'Gilroy-Medium';
    font-size: 12px;
    line-height: 28px;
    background: #F5EEE7;
    padding: 8px 12px;
    border-radius: 8px;
    text-transform: uppercase;
}

.single-product .label-cat {
    background-color: #595647;
    color: #fff;
}

.summary .label-cat {
    margin-bottom: 20px;
    display: table;
    padding: 1px 11px;
}

.origine-single {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.description-woo {
    margin-bottom: 35px;
    margin-top: 35px;
}

.bloc-product-info .content {
    display: flex;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 6px;
    gap: 100px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    padding: 0px;
}

table.variations {
    margin-top: 0px
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    margin: 0px;
    height: 48px;
    border-radius: 8px;
    background: none;
    padding-left: 20px;
    border: 1px solid #405455;
    font-size: 16px;
    letter-spacing: 0.96px;
    font-family: 'Gilroy-Medium';
}

.woocommerce div.product form.cart .variations select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/svg/arrow-cta-dark-down.svg);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 13px;
}

.qib-button-wrapper button.qib-button {
    width: 36px;
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
    position: relative;
}

body .qib-button-wrapper .minus.qib-button::before {
    content: "";
    width: 1px;
    height: calc(100% - 15px);
    background: #595647;
    position: absolute;
    right: 0;
    top: 7.5px;
}

body .qib-button-wrapper {
    margin: 0px;
    margin-right: 10px;
}

.grecaptcha-badge {
    display: none !important;
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
    background: none;
}

body .qib-button-wrapper .plus.qib-button::before {
    content: "";
    width: 1px;
    height: calc(100% - 15px);
    background: #595647;
    position: absolute;
    left: 0;
    top: 7.5px;
}

body .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 46px;
    background: none;
    border: none;
    width: 45px;
    font-family: 'Montserrat', sans-serif;
    color: #595647
}

.woocommerce div.product form.cart {
    display: flex
}

.summary .price {
    display: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
    width: 179px;
    min-width: 179px;
    margin-right: 10px;
}

body .qib-button-wrapper {

    border: 1px solid #595647;
    border-radius: 8px;
}

body .qib-button-wrapper button.qib-button,
body .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 46px;
    color: #595647;
}

.quantity-scroll {
    display: none !important
}

.single_add_to_cart_button,
.woocommerce div.product form.cart .button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #595647;
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 8px;
    padding-top: 10px;
    height: 46px;
    font-weight: 400;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0px;
}

.single .woocommerce-breadcrumb {
    top: 25px;
    z-index: 999;
    position: relative;
    left: 100px;
}

.single-product .woocommerce-breadcrumb {
    display: none;
    /* top: 125px;
	z-index: 999;
	position: absolute;
	left: 100px;
	z-index: 9999; */
}

.bread-single .woocommerce-breadcrumb {
    position: relative;
    display: block;
    top: -45px;
    left: 0;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.livraison {
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.single .woocommerce-Tabs-panel {
    width: 764px;
    float: right;
    margin-top: 70px;
}

.woocommerce #reviews #comments ol.commentlist li.review {
    border-radius: 8px
}

.term-description p {
    line-height: 28px
}

.list-tax {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px;
    text-align: center;
    gap: 25px;
    margin-top: 60px;
}

.list-tax .custom-field-class {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list-tax li {
    width: calc(25% - 19px);
    flex: 0 0 calc(25% - 19px);
    margin: 0px;
    position: relative;
    list-style-type: none;
    margin-bottom: 55px;
    position: relative;
}

.archive .list-tax li {
    margin-bottom: 90px
}

.archive .reassurance {
    margin-bottom: 50px
}

.archive .list-big-cat {
    margin-top: 70px
}

.list-tax img {
    margin-bottom: 17px
}

.post-type-archive-post .list-tax img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.list-tax .woocommerce-loop-product__title {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
    color: #595647;
    line-height: 20px;
    padding-right: 30px;
}

.title-slider {
    padding-right: 30px;
}

.list-tax .mini-text {
    text-align: left;
    font-family: 'Gilroy-Bold';
    font-size: 14px;
}

.list-tax .button,
.list-tax .star-rating {
    display: none
}

.custom-label-list {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #405455;
}

.mb.woocommerce-Reviews-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

.woocommerce-Reviews-title {
    font-family: 'Montserrat';
    font-size: 76px;
    line-height: normal;
    color: #595647;
    margin-bottom: 12px;
}

.line-archive {
    width: 100%;
    margin-top: 50px;
}

.picto-archive {
    margin: auto;
    margin-top: 30px;
    display: block;
    width: 18px;
}

.woocommerce #reviews #comments h2 {
    font-size: 20px;
    font-family: 'Gilroy-Medium';
    line-height: 28px;
}

.woocommerce p.stars a {
    width: 19px
}

.woocommerce p.stars a::before {
    font-size: 22px
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    height: 46px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 12px 25px 12px 25px;
    border: 1px solid #595647;
    color: #595647 !important;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    transition: 0.3s;
    letter-spacing: 0.96px;
    background: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
    background-color: #595647 !important;
    color: white !important;
}

.woocommerce-Tabs-panel>.woocommerce-Reviews-title {
    margin-bottom: 0px
}

.woocommerce-noreviews {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #595647;
}

.woocommerce #review_form #respond {
    margin-top: 30px
}

.woocommerce p.stars a::before {
    color: #595647
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-review__verified {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px
}

.woocommerce #reviews #comments ol.commentlist li.review {
    background: white;
    border: none;
    margin-bottom: 15px;
    padding: 25px 35px 32px 45px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0px;
}

.comment-form-comment textarea::-webkit-input-placeholder {
    color: #595647;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
}

.comment-form-comment textarea::-moz-placeholder {
    color: #595647;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
}

.comment-form-comment textarea:-ms-input-placeholder {
    color: #595647;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
}

.comment-form-comment textarea:-moz-placeholder {
    color: #595647;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    color: #405455;
    letter-spacing: 0px;
    line-height: normal;
    margin-bottom: 0px;
}

.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text p {

        padding-right: 150px;
    }
}

.woocommerce #review_form #respond .comment-reply-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #595647;
    display: none;
}

.comment-form-rating label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #595647
}

body .qib-button-wrapper {
    margin-right: 20px;
}

.woocommerce div.product form.cart .button:after {
    content: url("../img/svg/cart-white.svg");
    position: relative;
    left: 0;
    top: 0;
    margin-left: 17px;
    transform: scale(0.7);
    /* Reduces the size of the image to 80% */
}

.woocommerce #review_form #respond p.stars {
    margin: 0px;
    margin-top: 30px;
}

.svg-review-1 {
    position: absolute;
    width: 465px;
    left: -126px;
    top: 130px;
}
.woocommerce-breadcrumb{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #595647;
}
 .woocommerce-breadcrumb a{
    font-weight: 600;
}
.post-type-archive-boutiques .woocommerce-breadcrumb,
.single-boutiques .woocommerce-breadcrumb {
    left: 0;
    top: 0;
    margin-top: 25px;
    margin-bottom: 16px;
}
.group-img-boutique{
    display: flex;
    gap: 17px;
    margin-bottom: 20px;
}

.group-img-boutique img{
    height: 540px;
    object-fit: cover;
    width: 100%;
}
.group-img-boutique figure:nth-child(1){
    width: 70%;
}
.group-img-boutique figure:nth-child(2){
    width: 30%;
}

.second-title-boutique{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: normal;
    color: #595647;
    margin-bottom: 20px;
}
.title-boutique {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 22.5px;
    margin-top: 22.5px;
}

.horraires .is-open{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -10px;
    color: #595647;
    position: relative;
}
.is-open-day{font-weight: 500}
.cta-iti{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #595647;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #595647;
    text-transform: uppercase;
    padding-left: 25px;
    gap: 25px;
    width: 100%;
    margin-bottom: 35px;
    transition: 0.3s;
}
.cta-iti:hover svg{
    transition: 0.3s;
}
.cta-iti:hover{
    background-color: #595647;
    color: white;
}
.cta-iti:hover svg path{
    fill: white;
}

.single h1.title-boutique{
    margin-bottom: 25px;
    margin-top: 20px;
}
.cta-iti span{
    top: 2px;
    position: relative;
}
.open-ferie{
    margin-top: 30px;
    font-family: Montserrat;
    font-size: 16px;
    background: none;
    border: none;
    color: #595647;
    text-decoration: underline;
    padding: 0px;
}
.mt-40{margin-top: 40px}
.horraires ul li{
    display: flex;
    color: #595647;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 13px;
    justify-content: space-between;
}

.modal-ferie .second-title-boutique{
        margin-top: 30px;
        margin-bottom: 25px;
}

.horraires .ferie-list li{
font-size: 16px;
}

                        /* Style de la fenêtre modale */
                        .modal-ferie {
                            display: none;
                            position: fixed;
                            z-index: 999999;
                            /* Z-index augmenté comme demandé */
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            overflow: auto;
                            background-color: rgba(0, 0, 0, 0.4);
                        }
            
                        /* Quand la modal est active */
                        .modal-ferie.active {
                            display: flex;
                            /* Flex au lieu de block */
                            align-items: center;
                            justify-content: center;
                        }
            
                        .ferie-day {
                            left: 35px;
                            position: relative;
                        }
            
                        .modal-ferie-content {
                        background-color: white;
                        margin: 0 auto;
                        padding: 30px;
                        width: 500px;
                        max-width: 95%;
                        position: relative;
                        padding-bottom: 50px;
                        }
            
                        .close-ferie {
                            color: #aaa;
                            float: right;
                            font-size: 28px;
                            font-weight: bold;
                            cursor: pointer;
                        }
            
                        .close-ferie:hover,
                        .close-ferie:focus {
                            color: black;
                            text-decoration: none;
                            cursor: pointer;
                        }
            
                        .ferie-list {
                            list-style: none;
                            padding: 0;
                            margin-top: 20px;
                        }
            
                        .ferie-list li {
                            border-bottom: 1px solid #eee;
                            background: #f3f2ef;
                            padding: 6px 15px;
                        }
            
                        .ferie-date {
                            flex: 1;
                        }
            
                        .ferie-horaires {
                            flex: 1;
                            text-align: right;
                        }
            
                        .ferie-horaires .ferme {
                            color: #595647;
                        }
            
            
                        .open-ferie:hover {
                            opacity: 0.8;
                        }
            
                        /* Style du marqueur de jour spécial dans la liste des horaires */
                        .holiday-marker {
                            font-size: 12px;
                            color: #595647;
                            font-weight: normal;
                            margin-left: 5px;
                            font-style: italic;
                        }
            
                        /* Mise en évidence du jour spécial dans la liste */
                        .horraires-list li.holiday-day {
                            background-color: #f3f2ef;
                            border-radius: 4px;
                            padding: 5px;
                        }


.flex-col-boutique{
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}
.flex-col-boutique .col-left{width: 75%}
.flex-col-boutique .col-right{width: 25%}
.svg-review-2 {
    position: absolute;
    top: 400px;
}
 .label-open {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 7px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 0;
    border: 1px solid #595647;
 }
 .mb-5 {margin-bottom: 11px}
 .mb-10 {margin-bottom: 10px}
 .text-14 b {
    font-weight: 500;
    margin-right: 8px;
 }
.label-boutique.single{
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.size-18{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: normal;
}
 .item-boutique .cta-lite {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    display: block;
 }
.service-boutique{margin-top: 50px}
 .item-boutique img {
    width: 100%;
    height: 350px;
    object-fit: cover;
 }
 .label-boutique {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    background: rgba(212, 210, 199, 0.40);
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 22px;
 }
 .list-boutiques {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 5px;
 }
 .title-boutique-list {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 22.5px;
    line-height: normal;
}

 .title-boutique-list span{
    display: block;
 }
.rating-boutique svg{
width: 18px;
 }
 .single .rating-boutique{
    margin-bottom: 40px;
 }

.shape-boutique{
    top: 80px;
 }

@media screen and (max-width: 1158px) {
    .shape-boutique{
        display: none;
    }
}

 .archive .list-boutiques{
    margin-bottom: 100px;
 }
 .item-boutique {
     width: calc(33.333333333333336% - 32px);
     margin-bottom: 100px;
     position: relative;
 }
 .text-14 {
     font-family: 'Montserrat', sans-serif;
     font-size: 14px;
 }
 .text-16 {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
 }
.text-18 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: normal;
}
.list-services{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}
.list-services li{
    width: 40%;
    display: flex;
    align-items: self-start;
    gap: 20px;
}
.slider-boutique{margin-top: 10px}
.list-services li img{
    top: 5px;
    position: relative; 
}
.list-services  h3{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: normal;
    color: #595647;
    margin-bottom: 10px;
}

.slider-parent-boutique .item-boutique{
    margin-right: 48px;
}

.slider-parent-boutique .flex{
    display: flex;
    align-items: center;
    gap: 55px;
    margin-bottom: 30px;
}
.slider-parent-boutique{
    margin-bottom: 100px;
}

body .slider-parent-boutique .slick-dots li button {
    background: #D4D2C7;
}
body .slider-parent-boutique .slick-dots li.slick-active button {
    background: #828D50;
}

.slider-parent-boutique .group-btn-slick {
    position: relative;
    bottom: 0px;
    right: 0;
}

.woocommerce #review_form #respond p label {
    display: none
}

body .qib-button-wrapper {
    margin-right: 10px;
}

.description-cat {
    padding-left: 150px;
    /* padding-right: 40px; */
    padding-right: 150px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.woocommerce img.bann-cat {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

#respond #author,
#respond #email {
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
}

.woocommerce #review_form #respond p label[for="wp-comment-cookies-consent"] {
    display: inline-block;
}

.single .comment-notes {
    display: none
}

.woocommerce #review_form #respond textarea {
    height: 113px;
    border: none;
    border-radius: 8px;
    margin-top: 25px;
    padding: 20px 20px;
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input#author::placeholder,
.woocommerce #review_form #respond input#email::placeholder,
.woocommerce #review_form #respond textarea::placeholder {
    color: #7E7964;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}


.woocommerce #review_form #respond input#author::-webkit-input-placeholder,
.woocommerce #review_form #respond input#email::-webkit-input-placeholder,
.woocommerce #review_form #respond textarea::-webkit-input-placeholder {
    color: #7E7964;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.woocommerce #review_form #respond input#author::-moz-placeholder,
.woocommerce #review_form #respond input#email::-moz-placeholder,
.woocommerce #review_form #respond textarea::-moz-placeholder {
    color: #7E7964;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.woocommerce #review_form #respond input#author:-ms-input-placeholder,
.woocommerce #review_form #respond input#email:-ms-input-placeholder,
.woocommerce #review_form #respond textarea:-ms-input-placeholder {
    color: #7E7964;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.woocommerce #review_form #respond input#author:-moz-placeholder,
.woocommerce #review_form #respond input#email:-moz-placeholder,
.woocommerce #review_form #respond textarea:-moz-placeholder {
    color: #7E7964;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}



.woocommerce-tabs>.container {
    display: table;
}

.line-review {
    position: absolute;
    bottom: 355px;
    left: 0;
    z-index: 999;
    top: inherit;
}

.logout .line-review {
    bottom: 510px;
}

#respond .comment-form {
    margin-top: 100px;
    15px
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
    background: none !important;
    border: none;

    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}

body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #595647;
    background: #595647;
    border-radius: 5px;
    width: 100%;
    color: white;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.variations th {
    display: none
}

.bloc-product-info .content .col:nth-of-type(1)::before {
    content: "";
    position: absolute;
    height: 33px;
    width: 1px;
    background: #595647;
    top: -6px;
    right: -50px;
}

.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: left;
    width: 40%;
}

.single .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.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: right;
    width: 60%;
    clear: none;
}

.bloc-product-info .content .col {

    position: relative;
}

.bloc-product-info .content .col .mini-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.bloc-product-info .content .col strong,
.bloc-product-info .content .col.col-prix-kg .mini-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}



.bloc-product-info svg {
    width: 100%
}

.accordeon {
    display: flex;
    margin-bottom: 27px;
}

.accordeon-item p {
    line-height: 24px
}

.accordeon li {
    margin-right: 55px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    position: relative;
    display: flex;

    text-transform: uppercase;
}

.accordeon-item p b,
.accordeon-item p strong {
    font-family: 'Gilroy-Bold';
}


.accordeon-parent .accordeon-item:first-of-type {
    display: block;
    /* ou toute autre règle de style que vous souhaitez appliquer */
}

.accordeon li img {
    margin-right: 5px
}

.single .product_meta {
    display: none
}

.img-text-prod .inner {
    display: flex;
    justify-content: center;
    padding: 77px 0px;
}

.img-text-prod img {
    object-fit: cover;
    width: 414px;
    height: 343px;
}

.list-menu-footer-2 img:nth-child(1) {
    height: 51px;
}

.list-menu-footer-2 a:nth-child(1) img {
    height: 35px;
}

.list-menu-footer-2 a:nth-child(2) img {
    height: 38px;
}

.list-menu-footer-2 img:nth-child(2) {
    height: 37px;
}

.img-text-prod .content {
    width: 700px;
    margin-left: 38px;
    padding-top: 25px;
}

.bar-single {
    margin-bottom: 35px;
    margin-top: 15px;
}

.feuille-single {
    position: absolute;
    top: -151px;
    z-index: 99;
    right: -99px;
}

@media screen and (min-width: 768px) {
    .accordeon li.active::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0px;
        height: 1px;
        background: #405455;
        width: 100%;
    }
}

.accordeon li:hover {
    cursor: pointer;
}

.accordeon li img {
    display: none
}

.accordeon li.active img {
    display: block
}

.accordeon-content-2,
.accordeon-content-3 {
    display: none;
}

.list-big-cat {
    margin-top: 185px;
    margin-bottom: 85px;
}

body .woocommerce-product-rating {
    display: none !important
}

.list-big-cat .container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.single .reassurance {
    margin-bottom: 70px
}

.img-text-prod .link-text {
    margin-top: 25px;
    display: table;
}

.single .woocommerce-tabs {
    padding-bottom: 90px
}

.list-big-cat .container .item {
    width: calc(33.333333333333336% - 11px);
    height: 570px;
    background-size: cover;
    background-position: center;
    transition: 0.7s;
    background-size: 100%;
    position: relative;
}

.list-big-cat .container .item img {
    right: 32px;
    bottom: 32px;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
}

.list-big-cat .container .item:hover img {
    opacity: 1;
}

.list-big-cat .container .item:hover {
    background-size: 114%;
}

.list-big-cat .container .item a {
    display: table;
    height: 100%;
    padding: 34px;
    width: 100%;
}

.breadcrumbs {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    color: #595647;
    font-size: 12px
}

.breadcrumbs a {
    color: #595647;
    font-weight: bold;

}

.breadcrumbs span {
    margin: 0px 3px;
    margin-right: 5px;
}

.single-post .top-info .right .content,
.single-recettes .top-info .right .content,
.page-template-template-landing .top-info .right .content {
    padding-left: 75px;
}
.page-template-template-landing.page-id-3646  .top-info .right .content{
    padding-left: 0px;
}

.woocommerce-account .breadcrumbs,
.single-post .breadcrumbs,
.single-recettes .breadcrumbs,
.page-template-template-landing .breadcrumbs {
    left: 12px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 73px;

}

.single-post .top-info,
.single-recettes .top-info,
.page-template-template-landing .top-info {
    display: flex;
    flex-wrap: wrap;
}

.single-post .top-info .left,
.single-recettes .top-info .left,
.page-template-template-landing .top-info .left {
    width: 50%;
}

.single-post .top-info .left img,
.single-recettes .top-info .left img,
.page-template-template-landing .top-info .left img {
    width: 100%;
    height: 754px;
    object-fit: cover;
}

.date-page {
    font-family: 'Gilroy-Medium';
    font-size: 12px;
    padding: 7px 11px;
    background: #595647;
    color: white;
    border-radius: 8px;
    display: table;
    margin: auto;
    margin-bottom: 40px;
}

.date-page .text {
    width: 500px;
    margin: auto;
}

.single-post .top-info .big-title,
.single-recettes .top-info .big-title,
.page-template-template-landing .top-info .big-title {
    margin-bottom: 16px;
}

.page-template-template-landing .top-info .big-title {
    margin-bottom: 45px;
}

.single-recettes .top-info .big-title {
    margin-bottom: 25px
}

.single-post .top-info .right,
.single-recettes .top-info .right,
.page-template-template-landing .top-info .right {
    width: 50%;
    padding-right: 165px;
    text-align: center;
}

.single-post .top-info .right img,
.page-template-template-landing .top-info .right img {
    margin-top: 30px;
    width: 18px;
}

.single .top-info .bar,
.page-template-template-landing .top-info .bar {
    margin-top: 50px;
    margin-bottom: 100px;
}

.flex-recette-indication {
    display: flex;
    justify-content: center;
}

.archive .flex-recette-indication {
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
    margin-top: 0px;
}

.archive .flex-recette-indication img {
    margin: 0px;
    margin-right: 5px;
}


.label-indication {
    color: #405455;
    font-family: 'Gilroy-Medium';
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 8px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
}

.label-indication img {
    margin-right: 9px;
    width: 18px
}

.quantity .less,
.quantity .more {
    width: 36px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quantity .less::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #9AB4A2;
    position: absolute;
    right: 0px;
}

.quantity .more::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #9AB4A2;
    position: absolute;
    left: 0px;
}

.quantity .nbr {
    width: 48px
}

.bandeau-title {
    display: table;
    margin: auto;
    margin-bottom: 28px;
}

.minus {
    /* font-family: 'Gilroy-Medium'; */
    font-size: 16px;
    color: #405455
}

.plus {
    /* font-family: 'Gilroy-Medium'; */
    font-size: 16px;
    color: #405455
}

.single_add_to_cart_button.loading {
    background-color: #595647 !important;
}

.boeki-incrementor {
    display: flex;
    align-items: center;
    border: 1px solid #595647;
    border-radius: 8px;
    width: fit-content;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 6px;
}

.bloc-form .form-block select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    background-image: url(../img/svg/arrow-select.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
}

.title-ingredients {
    margin-bottom: 20px
}

.recipe-ingredients p {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    color: #405455;
}

.recipe-ingredients li {
    margin-bottom: 10px
}

.recipe-ingredients .qty {
    color: #595647;
    font-family: 'Gilroy-Bold';
}

/* body:not(.home) header {
    border-bottom: 1px solid #405455
} */

.img-text-prod {
    background-color: #7E7964;
}

@media screen and (max-width: 1650px) {
    .title-haiku {
        font-size: 44px;
        line-height: 72px;
    }

    .shape-2 {
        left: -95px
    }

    .woocommerce div.product div.summary {
        padding: 73px 91px 57px 53px;
    }
}

@media screen and (max-width: 1600px) {
    .shape-4 {
        right: 30px
    }

    .main-section-top .inner .content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .actu-blog .shape-3 {
        right: -94px;
        top: -225px;
        width: 468px;
    }
}

@media screen and (max-width: 1550px) {
    .title-haiku {
        font-size: 40px;
        line-height: 67px;
    }

    .woocommerce div.product div.summary {
        padding: 73px 40px 100px 53px
    }

    .feuille-single {
        width: 350px;
        top: -100px;
    }
}

@media screen and (max-width: 1450px) {
    .search {
        width: 300px
    }

    .single-post .top-info .right .content,
    .single-recettes .top-info .right .content,
    .page-template-template-landing .top-info .right .content {
        padding-left: 50px;
    }

    .single-post .top-info .right,
    .single-recettes .top-info .right,
    .page-template-template-landing .top-info .right {
        padding-right: 40px;
    }

    .single-post .top-info .right,
    .single-recettes .top-info .right,
    .page-template-template-landing .top-info .right,
    .main-section-top .inner .content {
        padding-left: 40px;
        padding-top: 40px;
    }


    .bottom-menu,
    .main-menu {
        padding-left: 300px;
    }

    .shape-2 {
        left: -150px
    }

    .main-slider .content .inner {
        width: 440px
    }

    .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: 50%;
    }

    .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: 50%;
    }

    .main-slider .item .content {
        padding-top: 150px
    }

}

.nl-block .text {
    margin-top: 5px;
}

@media screen and (max-width: 1330px) {



    .title-haiku {
        font-size: 38px;
        line-height: 65px;
    }

    .ref-haiku {
        font-size: 24px;
    }


    .main-menu {
        padding-top: 120px;
    }

    .main-menu #menu-menu>li>a {
        font-size: 60px;
    }

    .bottom-menu {
        padding-top: 55px;
    }

    .bottom-menu,
    .main-menu {
        padding-left: 180px;
    }

    .nl-block .text {
        font-size: 15px;
    }

    .circle span img {
        width: 88px
    }

    .circle.active span img {
        width: 145px
    }

    .circle.active span img {
        left: -35px
    }

    .central-circle {
        left: 90px
    }

    .sect4 a.cta {
        margin-top: 65px
    }

    .main-slider .item .content {
        padding-top: 130px
    }

    .search {
        width: 250px
    }

    .woocommerce #reviews #comments h2 {
        z-index: 9;
        position: relative;
    }

    .single .woocommerce-Tabs-panel {
        width: 700px;
        margin-right: 40px;
    }

    .woocommerce div.product form.cart .variations {
        width: 142px;
        min-width: 142px;
    }

    .accordeon li {
        margin-right: 35px;
    }

    .description-cat {
        padding-left: 100px;
        padding-right: 100px;
    }

    .woocommerce-Reviews-title {
        font-size: 70px;
    }

    .map-country .left {
        width: 590px
    }

    .map-country .right {
        width: calc(100% - 590px)
    }

    .shape-2 {
        width: 400px;
    }

    .main-section-top .inner .content {
        padding-left: 80px;
        padding-right: 80px;
    }

    .big-title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1300px) {
.title-boutique-list {

    padding-right: 100px;
}
}
@media screen and (max-width: 1220px) {

    .single .woocommerce-Tabs-panel {
        margin-right: 0;
        padding-left: 100px;
    }

    .woocommerce div.product div.summary {
        padding: 73px 30px 57px 30px;
    }

    .single_add_to_cart_button,
    .woocommerce div.product form.cart .button {
        font-size: 14px;
    }

    .map-country .left {
        width: 100%
    }

    .map-country .right {
        width: 100%
    }

    .map-country>div.active {
        flex-direction: column;
    }

    .map-country .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 50px;
    }

    .logo-cariete img {
        margin-top: 100px;
    }

    .bottom-menu,
    .main-menu {
        padding-left: 200px
    }

    .main-menu #menu-menu>li>a {
        font-size: 50px
    }

    .main-menu .menu-item-has-children li a {
        font-size: 18px
    }

    .list-menu-footer {
        gap: 120px
    }

    .list-menu-footer .item {
        width: calc(25% - 120px)
    }
}

.reset_variations {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 55px;
    margin-top: 19px;
}

@media screen and (max-width: 1350px) {
    .title-product {
        margin-bottom: 5px;
    }

    .origine-single {
        font-weight: 600;
        font-size: 17px;
    }

    .list-big-cat .container .item {
        height: 470px;
    }

    .svg-review-1 {
        width: 345px;
        left: -100px;
        top: 130px;
    }

    .list-big-cat .container .item {
        background-size: 450px
    }

    .list-big-cat .container .item {
        background-size: 450px
    }



    .list-big-cat .container .item:hover {
        background-size: 105%
    }
}

.list-blog li .text {
    font-size: 18px;
    font-weight: 400;
}

.list-blog li .text {
    padding-right: 120px;
    line-height: normal;
}

@media screen and (max-width: 1280px) {

    .main-slider .item>img,
    .main-slider .item>.content {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {


    .woocommerce div.product form.cart .variations {
        margin-bottom: 20px;
    }

    .woocommerce div.product form.cart .variations {
        width: 129px;
        min-width: 129px;
    }

    .woocommerce div.product form.cart {
        flex-direction: column;
    }

    .single_add_to_cart_button,
    .woocommerce div.product form.cart .button {
        height: 48px;
    }

    .section-col-variete .special-block {
        flex-direction: column;
    }

    .section-col-variete .special-block .big-title {
        margin-left: 0px;
    }

    .citation p {
        width: 725px
    }

    .search {
        width: 230px
    }

    .shape-2 {
        left: -124px;
        width: 338px;
        bottom: -118px;
    }

    .main-section-top .inner .content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .actu-blog .shape-3 {
        right: -39px;
        top: -186px;
        width: 412px;
    }

    .shape-4 {
        display: none
    }

    nav.desktop {
        left: -120%
    }

    .list-reassurance {
        justify-content: center
    }

    .list-reassurance li {
        margin: 0px 15px;
        width: 305px;
    }

    .img-text-prod img {
        width: 364px;
        height: 343px;
    }

}

@media screen and (max-width: 1111px) {

    .top-menu {
        margin-left: 20px;
    }

    .logo-header {
        left: -100px;

    }
}


@media screen and (max-width: 1050px) { 


.sect4-1 .slide-content{
    flex-direction: column;
}

.sect4-1 .slick-next{
    right: 10px;
}
.sect4-1 .slick-prev{
left: 10px;
}

.title-boutique {
        font-size: 40px;
    }
.group-img-boutique img {
        height: 400px;
    }
        .flex-col-boutique .col-left {
            width: 60%;
        }
.flex-col-boutique .col-right {
    width: 40%;
}
.second-title-boutique {
    font-size: 28px;
}
.horraires .is-open {
    font-size: 18px;
}
.item-boutique {
    width: calc(50% - 32px);
}

    body {
        margin-top: 95px;
    }

    body.no-preheader {
        margin-top: 79px;
    }




    .main-slider .item {
        flex-direction: column;
    }

    .main-slider .item>img,
    .main-slider .item>.content {
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .slick-track {
        display: block;
        position: relative;
    }

    .single.woocommerce {
        overflow-x: hidden;
    }

    .slide-custom-single {
        padding: 200px 0px;
    }

    .single-product .entry-summary {
        position: relative;
        top: 0;
        height: auto;
    }

    .woocommerce div.product div.summary {
        min-height: auto;
    }

    .svg-review-1 {
        display: none;
    }

    .single .woocommerce-Tabs-panel {
        margin-right: 0;
        padding-left: 0px;
        width: 85%;
        float: left;
    }



    .flex-list-post-hp .content {
        max-width: 100%;
    }

    .flex-list-post-hp {
        flex-direction: column;
    }

    .list-big-cat .container .item {
        background-size: 118%;
    }

    .list-big-cat .container .item:hover {
        background-size: 128%;
    }

    .logo-header.has-top-menu {
        left: -222px;
        width: 190px;
        top: 25px;
    }

    .section-col-variete .full-img {
        height: auto;
    }

    .section-col-variete .left .block {
        padding-right: 30px;
    }

    .section-col-variete .right .block {
        padding-left: 30px;
    }

    footer .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .story .inner {
        margin: auto;
        text-align: center;
        width: 85%;
        padding-left: 0px;
    }

    .bottom-menu,
    .main-menu {
        padding-left: 90px;
    }

    .central-circle {
        left: 0;
        margin: auto;
        margin-top: 200px;
        margin-bottom: 50px;
    }

    .archive-post .list-tax img {
        margin-bottom: 17px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .nl-block {
        padding: 40px 35px
    }

    .nl-block .inner {
        flex-direction: column
    }

    .mc4wp-form-fields input[name="email-773"],
    .nl-block .mc4wp-form-fields input[name="EMAIL"] {
        width: 400px
    }

    .sect4 {
        padding-bottom: 100px
    }

    .shape-2 {
        bottom: -76px
    }

    .main-section-top .inner {
        flex-direction: column
    }

    .main-section-top .inner>img {
        height: 400px;
        width: 100%;
    }

    .main-section-top .inner .content {
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .actu-blog .shape-3 {
        width: 312px
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }



    .list-menu-footer .item {
        width: calc(25% - 100px)
    }

    .logo-footer {
        width: 115px
    }

    .list-menu-footer {
        gap: 100px
    }

    .list-reassurance li {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .list-reassurance .content {
        padding-left: 0px
    }

    .main-slider .item>.content {
        width: 100%
    }

    .main-slider .item>img {
        height: 575px
    }

    .main-slider .item>.content {
        height: 450px;
    }

    .main-slider .item .content {
        padding-top: 40px
    }

    .main-slider .slick-arrow {
        display: none !important;
    }

    .big-title {
        font-size: 48px;
        line-height: 52px;
    }

    .shape-1 {
        right: 0;
        top: 423px;
        z-index: 999;
        width: 130px;
    }

    .list-reassurance li img {
        margin-bottom: 15px
    }

    .medium-title-2 {
        font-size: 30px
    }

    .list-reassurance .medium-title-2 {
        font-size: 20px
    }


    .single-post .top-info,
    .single-recettes .top-info,
    .page-template-template-landing .top-info {
        flex-direction: column;
    }

    .single-post .top-info .left,
    .single-recettes .top-info .left,
    .page-template-template-landing .top-info .left {
        width: 100%;
    }

    .single-post .top-info .right,
    .single-recettes .top-info .right,
    .page-template-template-landing .top-info .right {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px
    }

    .single-post .top-info .left img,
    .single-recettes .top-info .left img,
    .page-template-template-landing .top-info .left img {
        height: 254px;
    }

    .single-post .top-info .right .content,
    .single-recettes .top-info .right .content,
    .page-template-template-landing .top-info .right .content {
        padding-left: 0px;
    }

    .single-post .top-info .right,
    .single-recettes .top-info .right,
    .page-template-template-landing .top-info .right,
    .page-template-template-variete .main-section-top .inner .content {
        border: none;
    }

    .description-cat {
        padding-left: 40px;
        padding-right: 40px;
    }

    .woocommerce-Reviews-title {
        font-size: 68px;
        line-height: 65px;
    }

    .description-cat .text {
        font-size: 16px
    }

    .list-tax li {
        width: calc(33.333333333333336% - 19px);
        flex: 0 0 calc(33.333333333333336% - 19px);
    }

    .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%;
    }

    .woocommerce div.product {
        /* flex-direction: column */
    }

    .single .woocommerce-breadcrumb {
        left: 0px
    }

    .woocommerce div.product form.cart .variations {
        width: 179px;
        min-width: 179px;
    }

    .woocommerce div.product form.cart {
        flex-direction: row
    }

    .feuille-single {
        width: 300px;
        top: -128px;
    }

    .img-text-prod .inner {
        padding: 77px 40px
    }

    .img-text-prod img {
        width: 50%
    }

    .img-text-prod .content {
        width: 50%;
        margin-left: 45px;
    }

    .list-big-cat .container .item {
        height: 340px
    }

    .title-category {
        font-size: 34px;
        line-height: 33px;
    }

    .list-big-cat .container .item a {
        padding: 20px 21Px
    }

    .list-big-cat {
        margin-top: 120px
    }

    .slide-custom-single {
        width: 100%;
        height: 100%;
    }
}

.single-product .woocommerce-product-gallery .slick-dots {
    z-index: 9;
    bottom: 30px;
}

.woocommerce #review_form #respond p {
    display: flex;
    align-items: baseline;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #595647;
    line-height: normal;
    flex-direction: row;
    gap: 0;
}

.woocommerce #review_form #respond p label[for="wp-comment-cookies-consent"] {
    margin-left: 10px;
}

.woocommerce #review_form #respond p.form-submit {
    margin-top: 35px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .central-circle {
        left: 90px
    }
}

@media screen and (min-width: 768px) {
    .logo-header.show-mobile {
        display: none !important
    }
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    position: absolute;
    top: -25px;
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {   
body .sect4-1 .slick-next {
    background: url(../img/svg/arrow-mobile-right.svg) no-repeat!important; 
    right: 17px;
    }
body .sect4-1 .slick-prev {
    background: url(../img/svg/arrow-mobile-left.svg) no-repeat!important;
    left: 17px;
}
.sect4-1 .slick-arrow{
        top: 60%;
        width: 20px!important;
            height: 22px!important;
    }
.sect4-1 .big-title {
        font-size: 32px;
        line-height: normal;
        text-align: center;
    }
.sect4-1 .slide-content-text {
    width: 100%;
}

.position-dots-hp{
    display: none;
}

    .woocommerce .woocommerce-breadcrumb {
        margin-top: 10px;
    }


    body .flex-header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .seo-block .container {
        gap: 30px;
        flex-direction: column
    }

    .seo-block .content,
    .seo-block img {
        width: 100%;
        height: 50%;
    }

    .title-product {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .hide-mobile {
        display: none !important
    }

    .description-woo {
        line-height: 28px
    }

    body .accordeon li::before {
        content: "";
        background-image: url(../img/svg/arrow_forward_ios.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 19px;
        position: absolute;
        right: -10px;
        transform: rotate(180deg);
        transition: all 0.3s ease;
    }

    body .accordeon li.active::before {
        transform: rotate(0deg);
    }

    .title-haiku {
        font-size: 29px;
        line-height: 40px;
    }

    .bloc-product-info .content {
        gap: 70px;
    }

    .slide-custom-single {
        padding: 62px 0px
    }

    .sect4 .big-title {
        padding: 0px 10px
    }

    .list-blog li:hover .read-post {
        transform: translateX(0px);
    }

    .list-blog li a {
        flex-direction: column;
        align-items: baseline;
        gap: 6px
    }

    .list-blog li a {
        padding-bottom: 55px
    }

    .flex-list-post-hp .content {
        max-width: 100%
    }

    .list-reassurance {
        padding: 20px
    }

    .woocommerce-cart .breadcrumbs {
        top: -25px
    }

    .bloc-img-text.inverse .container {
        flex-direction: column
    }

    .bloc-img-text .container .content,
    .bloc-img-text .container img {
        width: 100%
    }

    body {
        font-family: Arial, Helvetica, sans-serif;
        overflow-x: hidden;
        margin-top: 98px;
    }

    body.no-preheader {
        margin-top: 76px;
    }

    .mc4wp-form-fields input[name="email-773"],
    .nl-block .mc4wp-form-fields input[name="EMAIL"] {
        width: 100%;
    }

    .page-template-template-landing .top-info .big-title {
        margin-bottom: 30px
    }

    .sect4 .content .text {
        padding: 0px 25px
    }

    .img-text-prod {
        margin-top: 0px
    }

    .picto-cat {
        display: none
    }

    div.asl_m .probox .promagnifier .innericon img {
        top: 10px;
        position: relative;
    }

    .form-header-pistache {
        display: none
    }

    .single_add_to_cart_button {
        opacity: 0
    }

    .single_add_to_cart_button.active {
        opacity: 1
    }

    .woocommerce div.product form.cart {
        width: 100%;

    }




    .single-product .woocommerce-product-gallery .slick-dots {
        display: block !important
    }

    .woocommerce div.product div.summary {
        padding: 40px 20px 57px 20px
    }

    .woocommerce-product-gallery .slick-arrow {
        display: none !important
    }

    .header-cart-count {
        margin-left: 0px
    }

    .logo-header,
    .logo-header.has-top-menu {
        left: 65px;
        width: 156px;
        top: 20px;
        right: inherit;
    }



    .burger-menu .mini-text {
        display: none
    }

    header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .search-opener {
        margin-left: auto
    }

    .main-slider .item {
        flex-direction: column
    }

    .shape-1 {
        display: none
    }

    .main-slider .content .inner {
        width: 100%;
        padding: 0px 22px;
        padding-bottom: 90px;
    }

    .bloc-product-info .content .col:nth-of-type(1)::before {
        right: -30px;
    }

    .woocommerce div.product form.cart .variations {
        width: 108px;
        min-width: 108px;
        margin-right: 13px;
        margin-bottom: 0px;
    }

    .woocommerce div.product form.cart .variations select {
        font-size: 12px;
        padding-left: 14px
    }

    .single_variation_wrap .price {
        display: none !important
    }

    .single-product .variations_form {
        position: fixed !important;
        bottom: 0;
        left: 0;
        background: white;
        margin-bottom: 0px !important;
        padding: 10px 0px;
        z-index: 999;
    }

    body .qib-button-wrapper button.qib-button,
    body .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 33px;
        width: 24px;
        padding: 0px;
        font-size: 16px;
    }

    body .qib-button-wrapper .quantity input.input-text.qty.text {
        height: 33px;
        width: 24px;
        padding: 0px;
    }

    .single_add_to_cart_button,
    .woocommerce div.product form.cart .button {
        font-size: 12px
    }

    .single_add_to_cart_button,
    .woocommerce div.product form.cart .button span {
        letter-spacing: 0px;
        margin-right: 8px;
    }

    .single_add_to_cart_button,
    .woocommerce div.product form.cart .button {
        padding-left: 13px;
        padding-right: 13px;
        margin-left: 13px;
    }

    .woocommerce div.product form.cart .button:after {
        content: "";
        background-image: url(../img/svg/cart-white.svg);
        background-size: contain;
        /* ou utilisez 'cover' si vous préférez */
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0px;
        width: 20px;
        /* largeur de l'icône */
        height: 20px;
        /* hauteur de l'icône */
    }

    .woocommerce-variation-add-to-cart {
        display: flex;
        flex-direction: row;
    }

    .main-slider .slick-arrow {
        display: none !important
    }

    .main-slider .item>img {
        display: block
    }

    .main-slider .item>img {
        width: 100%;
        height: 292px;
    }

    .main-slider .item .content {
        padding-top: 25px
    }


    body .main-slider .slick-dots li button {
        background-color: #d4d2c7;
    }

    body .slick-dots li.slick-active button {
        background: #595647;
    }




    .main-slider .item>.content,
    .main-slider .item>img {
        height: auto;
        min-height: 346px;
        background-color: white !important;
    }

    .big-title {
        font-size: 40px;
        line-height: 42px;
    }

    .actu-blog .excerpt,
    .actu-blog .big-title {
        text-align: center;
    }

    .text {
        line-height: 22px;
    }

    .list-blog li:last-child {
        border-bottom: 1px solid #7E7964;
    }

    .list-blog {
        margin-bottom: 0px;
    }

    .actu-blog .cta {
        margin: auto
    }

    .flex-list-post-hp {
        gap: 50px
    }

    .search {
        position: relative;
        left: 0;
        z-index: 999;
        opacity: 1;
        transition: 0.5s;
        background: white;
        width: calc(100% - 55px);
        margin: auto;
        margin-top: 50px;
        margin-top: 75px;
        border-radius: 8px;
        top: 0;
    }

    body div.asl_m .probox .proinput input,
    body div.asl_w .probox .promagnifier,
    body #ajaxsearchlite1 .probox,
    body div.asl_w .probox {
        height: 48px
    }

    body div.asl_w .probox .promagnifier {
        background: white;
        padding-right: 9px;
        right: 3px;
        position: relative;
    }

    div.asl_m .probox .promagnifier .innericon {
        right: 0
    }

    div.asl_w .probox .proinput input {
        padding-left: 15px !important
    }

    body div.asl_m .probox .proinput {
        margin-left: 0px
    }

    .search * {
        opacity: 1 !important;
        background: white;
    }

    .search.active {
        opacity: 1
    }

    body .slick-dots li button {
        height: 4px;
    }

    .text {
        font-size: 16px
    }

    .main-slider .content .text {
        margin-top: 25px;
        line-height: 22px;
    }

    .main-slider .content .cta {
        margin-top: 30px;
        letter-spacing: 0px;
    }

    .main-slider .item>img {
        height: 392px;
        min-height: 392px;
    }

    .main-slider.slick-dotted.slick-slider {
        background: none;
        padding-bottom: 0px;
    }

    .slider-parent {
        margin-top: 5px
    }

    .story .text {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .group-btn-slick {
        display: none
    }

    .story .inner {
        width: 100%;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .sect4 .inner-content {
        margin-top: -20px;
    }



    body .central-circle .circle {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;


        margin: 0px 20px;
        width: 100px;
    }

    .central-circle {
        left: 0;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .circle.active span img {
        left: 0px;
    }

    .sect4 .content {
        padding-top: 0px
    }

    .sect4 .container .col-xs-12,
    .sect4 .container {
        padding: 0px
    }

    .central-circle {
        width: 100%
    }

    .circle.active span img {
        width: 70px
    }

    .circle.slick-current {
        filter: blur(0px) !important;
    }

    .circle.slick-current span img {
        width: 108px;
        filter: blur(0px)
    }

    .circle.active-mobile span img {
        width: 108px
    }

    .circle:not(.active) {
        filter: blur(0px)
    }

    .circle:not(.slick-current) {
        filter: blur(7px)
    }


    /* .slick-current.circle {
        filter: blur(0px)
    } */
    .sect4 .cta-lite {
        margin-top: 25px
    }

    .sect4 {
        padding-bottom: 72px
    }

    .sect4 a.cta {
        margin-top: 42px
    }

    .citation {
        padding: 75px 0px;
        padding-bottom: 93px;
    }

    .citation p {
        width: 100%;
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        line-height: 32px;
        padding: 0px 22px;
    }

    .citation p.title {
        font-size: 16px;
        font-family: 'Montserrat-Medium';
        margin-top: 11px;
        margin-bottom: 0px;
    }

    .list-blog li .text {
        font-size: 16px;
    }

    .shape-2 {
        display: none
    }

    .absolute-content-slide {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 999;
        top: 0px;
        padding: 0px 15px;
    }

    .slider-col-parent .slider {
        padding-left: 0px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .slider-col-parent {
        padding-top: 51px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .simple-cta {
        font-size: 14px
    }

    .slider .item {
        margin-right: 11px
    }

    .slider-col-parent .item a>img,
    .slider-product-recette .item a>.overflow {
        height: 414px;
    }


    .slider-col-parent .item,
    .slider-product-recette .item {
        width: 311px
    }

    .absolute-content-slide .cta {
        margin-top: 36px
    }

    .list-reassurance li {
        margin-bottom: 45px
    }

    .absolute-content-slide .text {
        margin-top: 22px
    }

    .slider-product-amateur {
        margin-top: 10px;
        padding-left: 25px;
    }

    .list-reassurance {
        flex-direction: column
    }

    .slider-parent .excerpt {
        margin-top: 20px
    }

    .list-reassurance li {
        flex-wrap: wrap;
        width: 100%;
        margin: 0px;
        justify-content: center;
        text-align: center;
    }

    .reassurance .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .nl-block .inner .left {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .list-reassurance li {
        margin-bottom: 55px
    }

    .list-reassurance li img {
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .nl-block .text {
        font-size: 16px;
        margin-top: 23px;
    }

    .list-reassurance .mini-text {
        width: 80%;
        margin: auto;
    }

    .nl-block .inner {
        padding: 40px 0px;
    }

    .nl-block .mc4wp-form-fields input[type="submit"] {

        width: 65px;

    }

    .logo-footer {
        width: auto;
    }

    .list-reassurance {
        padding: 30px 20px;
        padding-bottom: 0px;
    }

    .actu-blog {
        padding-top: 40px
    }

    .slider-product-recette {
        margin-top: 65px
    }

    .slider-product-recette .slider {
        margin-top: 55px;
        margin-bottom: 35px;
    }

    .actu-blog .shape-3 {
        display: none
    }

    .list-reassurance li:last-child {
        margin-bottom: 30px
    }

    .list-reassurance .content {
        display: flex;
        width: 100%;
        padding: 0px;
        flex-direction: column;
        gap: 6px;
    }

    .list-blog li {
        width: 100%
    }

    .list-blog {
        flex-direction: column;
        width: 100%;
    }

    .list-menu-footer .item {
        width: 100%;
        text-align: center;
    }

    .actu-blog {
        padding-bottom: 55px
    }

    .list-blog li .read-post {
        bottom: 20px
    }

    .logo-footer {
        margin-bottom: 25Px
    }

    .flex-rs {
        justify-content: center
    }

    .cta-footer {
        margin: auto;
        margin-top: 25px;
        margin-bottom: 30Px;
    }

    .list-menu-footer {
        flex-direction: column;
        gap: 0px;
        justify-content: center;
        align-items: center;
    }

    .list-menu-footer-2 {
        padding-left: 0px;
        text-align: center;
    }

    .list-menu-footer-2 {
        padding-left: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .list-menu-footer-2 {
        margin-top: 30px;
    }

    #menu-menu-5 {
        margin-top: 30px;
    }

    .list-menu-footer-2 a {
        width: calc(50% - 10px);
        display: flex;
        justify-content: center;
    }

    .list-menu-footer-2 img {
        margin: 10px 0px
    }

    .list-menu-footer-2 img:nth-child(1) {
        margin-right: 0px
    }

    .section-col-variete .left:before {
        content: none
    }

    .section-col-variete {
        flex-direction: column;
        margin-bottom: 50px
    }

    .section-col-variete .full-img {
        height: 321px
    }

    .section-col-variete .medium-title-2 {
        margin-top: 40px
    }

    .section-col-variete {
        margin-top: 0px
    }

    .section-col-variete .left {
        width: 100%
    }

    .section-col-variete .right .block,
    .section-col-variete .left .block {
        padding-left: 0px;
        width: 100%;
        padding-right: 0px;
    }

    .section-col-variete .block-margin-mobile .medium-title-2 {
        margin-top: 0px
    }

    .section-col-variete .block-margin-mobile {
        padding-bottom: 38px;
        border-bottom: 1px solid #405455;
        padding-top: 38px;
    }

    .section-col-variete .medium-title-2 {
        font-size: 28px
    }

    .section-col-variete .mini-title {
        font-size: 20px;
        font-family: 'Gilroy-Light';
    }

    .section-col-variete .right {
        width: 100%
    }

    .arrow-variete {
        width: 20px
    }

    .citation-big {
        height: 566px
    }

    .citation-big .content {
        top: calc(50% - 115px)
    }

    .citation-big .content .medium-title-2 {
        font-size: 28px;
        line-height: 32Px;
        padding: 0px 22px;
    }

    .citation-big::before {
        background: rgb(64 84 85 / 65%)
    }

    .nl-block {
        padding: 8px 35px;
        padding-bottom: 25px;
    }

    .main-menu #menu-menu>li>a {
        font-size: 42px;
        margin-bottom: 16px
    }

    .main-menu .menu-item-has-children ul {
        flex-direction: column
    }

    .close-menu {
        left: 35px
    }

    .bottom-menu,
    .main-menu {
        padding-left: 35px
    }

    .main-menu {
        padding-top: 50px
    }

    .main-menu .menu-item-has-children li {
        margin-right: 0px;
        margin-bottom: 23px;
    }

    .logo-header.show-mobile {
        top: 0;
        margin-top: 15px;
        left: 0;
        right: 0;
    }

    .close-menu span {
        display: none
    }

    .close-menu {
        top: 21px
    }

    .close-menu img {
        width: 21px
    }

    .main-menu .menu-item-has-children li a {
        font-size: 16px
    }

    .main-menu .menu-item-has-children ul {
        display: none
    }

    .main-menu .menu-item-has-children.active ul {
        display: block
    }

    .main-menu .menu-item-has-children>a::after {
        display: block;
        content: "";
        width: 12px;
        height: 9px;
        background: transparent url(../img/svg/arrow-select.svg) no-repeat;
        position: absolute;
        right: -23px;
        top: 26px;
        transition: 0.3s;
    }

    .main-menu .menu-item-has-children.active>a::after {
        transform: rotate(180deg)
    }

    .main-menu #menu-menu>li>a {
        position: relative
    }

    .bottom-menu .flex-rs {
        margin-right: 15px
    }

    .bottom-menu ul a {
        margin-right: 15px
    }

    .woocommerce img.bann-cat.show-mobile {
        width: 100%;
        position: relative;
        height: 262px;
        object-fit: cover;
    }

    .description-cat {
        padding-left: 20px;
        padding-right: 20px;
    }

    .description-cat .text,
    .description-cat .woocommerce-Reviews-title {
        text-align: center;
    }

    .woocommerce-Reviews-title {
        font-size: 42px;
        line-height: 46px;
    }

    .mb.woocommerce-Reviews-title {
        margin-top: 40px
    }

    .list-tax li {
        width: 100%;
        flex: 100%
    }

    .list-tax {
        gap: 0px
    }

    .list-big-cat .container .item {
        width: 311px;
        margin-right: 13Px;
    }

    .list-big-cat .container {
        padding: 0px;
        padding-left: 25px;
    }

    .list-big-cat .container .item {
        height: 415px
    }

    .archive .list-big-cat {
        margin-top: 0px
    }

    .single-post .breadcrumbs,
    .single-recettes .breadcrumbs,
    .page-template-template-landing .breadcrumbs {
        margin-bottom: 28px;
    }

    .quantity .less,
    .quantity .more {
        height: 38px;
    }

    .breadcrumbs {
        display: block
    }

    .breadcrumbs li {
        float: left
    }

    .single-post .breadcrumbs,
    .single-recettes .breadcrumbs,
    .page-template-template-landing .breadcrumbs,
    .single-post .breadcrumbs {
        display: table
    }

    body .qib-button-wrapper .quantity input.input-text.qty.text {
        font-size: 15px
    }

    .qib-button-wrapper button.qib-button {
        font-size: 17px
    }

    body .qib-button-wrapper {
        height: 38px
    }

    .woocommerce div.product form.cart .variations select {
        background-position-y: 7px
    }

    .woocommerce div.product form.cart .variations select {
        height: 38px
    }

    .woocommerce div.product form.cart .button {
        height: 38px
    }

    .bloc-product-info svg {
        float: left
    }

    .accordeon {
        flex-direction: column;
        margin-top: 15px;
        float: left;
        width: 100%;
    }

    .accordeon li {
        margin-bottom: 25px;
        font-family: 'Montserrat';
    }

    /* 
    .accordeon li::before,
    .accordeon li.active::before {
        content: none !important;
    } */



    .accordeon-item {
        margin-bottom: 25px
    }

    .accordeon-item .hide-mobile {
        display: none !important
    }

    .accordeon-content-mobile-1 {
        display: block
    }

    .single-product .feuille-single {
        display: none
    }

    .img-text-prod .inner {
        flex-direction: column
    }

    .img-text-prod .inner {
        padding: 33px 25px;
        padding-bottom: 50px;
    }

    .img-text-prod img {
        width: 100%;
        height: 216px;
    }

    .img-text-prod .content {
        margin-left: 0px;
        width: 100%;
    }

    .img-text-prod .inner .title-product {
        line-height: 42px
    }

    .single-product .slider-product-amateur {
        margin-top: 39px
    }

    .single .woocommerce-Tabs-panel {
        width: 100%;
        margin-right: 0px;
    }

    #respond .comment-form {
        margin-top: 59px;
        float: left;
        width: 100%;
    }

    .logout .line-review {
        bottom: 460px;
        width: 100%;
        padding: 0px 20px;
    }

    .svg-review-1,
    .svg-review-2 {
        display: none;
    }

    #respond #author,
    #respond #email {
        width: 100%
    }

    .single .woocommerce-tabs {
        padding-bottom: 60px
    }

    .list-big-cat {
        margin-top: 87px
    }

    .single .woocommerce-breadcrumb {
        left: 0;
        padding-left: 0;
        position: relative;
        top: -15px;
    }

    div.asl_w {
        border-radius: 8px !important;
    }

    body div.asl_w .probox {
        box-shadow: none;
        background: none;
    }

    body .asl_m,
    body .asl_m .probox {
        background-color: rgb(228 228 216 / 0%) !important
    }

    body .add_to_cart_button.ajax_add_to_cart {
        opacity: 1
    }

    .top-menu-mobile {
        padding-left: 25px;
        width: 100%;
        float: left;
        padding-right: 25px;

    }

    .top-menu-mobile .bar:nth-child(1) {
        margin-bottom: 27px
    }

    .top-menu-mobile .bar:nth-child(2) {
        margin-top: 27px
    }

    .panier-mobile {
        padding-left: 35px;
        margin-bottom: 22px
    }

    .panier-mobile>span,
    .account-mobile>span {
        font-family: 'Gilroy-Medium';
        font-size: 16px;
        color: #405455;
    }

    .panier-mobile>span {
        margin-left: 25px;
    }

    .account-mobile {
        padding-left: 40px;
    }

    .account-mobile>span {
        margin-left: 30px;
    }

    .bloc-product-info svg {
        width: auto;
    }

    .line-review-mobile-pad {
        padding: 0px 20px;
    }

    .list-tax img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .slider-col-parent .item img,
    .slider-product-recette .item .overflow {
        height: 400px;
    }

    body .list-menu-footer {
        margin-bottom: 30px;
        margin-top: 25px;
    }

    nav.desktop {

        overflow-y: scroll;
        padding-bottom: 26px;
    }

    .list-blog li .text {
        padding-right: 50px;
    }

    .slider-col-parent img.picto {
        height: 18px
    }

    .slider-product-recette .item img {
        height: 100%;
    }

    header .search {
        padding-left: 15px !important;
    }

    header .bottom-menu ul a {
        font-size: 16px;
    }

    .section-col-variete .special-block img {
        width: 110px;
        margin-right: 20px;
    }

    .section-col-variete .special-block {
        flex-direction: row;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .map-country .left img {
        width: calc(100% + 50px);
        left: -25px;
        position: relative;
    }

    .bloc-content .content li {
        font-size: 16px;
    }

    .bloc-content .content ul li {
        padding-left: 75px;

    }

    .archive .flex-recette-indication img {
        height: auto;
        width: 20px;
    }

    .bloc-content .content p {
        font-size: 16px;
        line-height: 20px
    }

    .slider .item {
        width: 285px;
    }
.group-img-boutique img {
    height: 540px;
}

}

@media screen and (max-width: 360px) {
    .section-col-variete .special-block img {
        width: 85px;
        margin-right: 15px;
    }

    .list-blog li .text {
        padding-right: 10px;
    }
}

.text i,
.text em {
    font-style: italic;
}

@media screen and (max-width: 320px) {
    .section-col-variete .special-block {
        flex-direction: column;

    }

    .section-col-variete .special-block .big-title {
        font-size: 39px;
        line-height: 42px;
        margin-top: 10px;
    }

}



/*modif fev new design*/

.list-tax .big-view {
    width: 50%;
    flex: 0 0 calc(50% - 19px);
}



.big-view .img-survol {
    left: 10px;
    top: 10px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
}

.big-view a {
    display: flex;
    background: rgba(212, 210, 199, 0.30);
}

.big-view .wrapper-img-cat {
    width: 65%;
    position: relative;
    padding: 10px;
    padding-right: 20px;
}

.big-view .wrapper-content-cat {
    width: 35%;
    padding-top: 55px;
}

.wrapper-img-cat {
    position: relative
}

.archive .img-survol {
    height: calc(100% - 20px);
    object-fit: cover;
}

.list-tax .big-view .woocommerce-loop-product__title {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}

.phrase-accroche {
    color: #595647;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-right: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}

.big-view .add_to_cart_button.ajax_add_to_cart {
    right: 15px
}

.big-view img {
    margin-bottom: 0px;
    width: 100%;
}

.woocommerce-page .woocommerce-ordering {
    float: left
}

.woocommerce .woocommerce-ordering select {
    float: left;
    margin-top: 55px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #595647;
}

.green-dark {
    color: #595647
}

.archive .woocommerce-Reviews-title {
    font-size: 50px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    line-height: normal;
}

.term-description {
    width: 800px;
    margin: auto;
    margin-top: 30px;
    max-width: 100%;
}

.term-description p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/svg/arrow-order.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    width: 204.615px;
}

.woocommerce .woocommerce-ordering select::-ms-expand {
    display: none
}


/*Calendar*/
/* Fond gris de l’overlay */
.bloc-calendar{
    padding: 100px 0px;
    margin-top: 100px;
}
.page-template-template-calendar .top-info{
    margin-top: 20px;
 }
.page-template-template-calendar .big-title{
    font-size: 50px;
    line-height: normal;
    text-align: center;
}

.page-template-template-calendar .top-info .content{
    margin-bottom : 30px!important;
    
}

.page-flexible > .container > p{
    font-family: "Montserrat", sans-serif;
    color: #595647;
    text-align: center;
    font-size: 20px;
    width: 800px;
    max-width: 100%;
    margin: auto;
        line-height: normal;
    margin-bottom: 50px;
}
.bloc-calendar .flex{
    display: flex;
    align-items: center;
}
.bloc-calendar .flex img{
    width: 430px;
    margin-right: 50px;
}

.cta.bg-green {
    color: white;
}
.title-calendar{
        font-family: 'Playfair Display', serif;
        font-size: 50px;
margin-bottom: 40px;
}

.bloc-calendar .cta{
margin-top: 40px;
}

.jquery-modal.blocker {
    background: rgba(0, 0, 0, .35) !important;
    z-index: 999999;
}
.santapress-container .santapress-door.status-future {
    opacity: 1;
}
/* Boîte modale */
.jquery-modal .santapress-post.modal {
    background: #fff;
    border-radius: 26px;
    padding: 32px 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    max-width: 720px;
    width: calc(100% - 40px);
    position: relative;
    border: none;
    /* pour positionner la croix */
}
.santapress-post.modal.santapress-layout-01:before{
    opacity: 0;
}
body .jquery-modal .santapress-post.modal .close-modal:hover {
background-image: url(../img/png/close.png);
    background-repeat: no-repeat;
    background-size: cover;
}

body.santapress-snow-modal.modal-open .blocker:after{
    opacity: 0;
}
/* Contenu */
.jquery-modal .santapress-post-inner {
    text-align: center;
    color: #595647;
}

body .santapress-post.modal.santapress-layout-01 a.close-modal {
    background-image: url("../img/png/close.png");
    top: 40px;
    right: 40px;
}

/* (Option) cacher le H1 "Day 1" si tu n’en veux pas */
.jquery-modal .santapress-post.modal .santapress-title {
    display: none;
}

/* Titre principal */
.jquery-modal .santapress-post-inner h2.wp-block-heading {
    line-height: normal;
    margin-bottom: 30px;
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
}

/* Sous-titre */
.jquery-modal .santapress-post-inner h3.wp-block-heading {
    font-size: 20px;
    line-height: 28px;
    color: #595647;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}


.jquery-modal .santapress-post-inner h3.wp-block-heading strong,
.jquery-modal .santapress-post-inner h3.wp-block-heading b {
    font-weight: 700;
}

/* Paragraphes */
.jquery-modal .santapress-post-inner p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
}

/* Croix en haut à droite (on remplace "Close" par une icône) */
.jquery-modal .santapress-post.modal .close-modal {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #595647;
    color: transparent;
    /* masque le mot 'Close' */
    overflow: hidden;
}

.jquery-modal .santapress-post.modal .close-modal::after {
    content: "×";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #595647;
    font-size: 20px;
    line-height: 1;
}

.jquery-modal .santapress-post.modal .close-modal:hover {
    background: #f2f0eb;
}

/* Bouton custom FERMER (qu’on injecte en JS ou via shortcode) */
.spx-close {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 22px;
    border: 1px solid #595647;
    border-radius: 999px;
    background: #fff;
    color: #595647;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.spx-close:hover {
    background: #f2f0eb;
}
/* Conteneur du bouton */
.close-calendar-popup {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

/* Bouton lui-même */
.close-calendar-popup .wp-block-button__link {
    display: inline-block;
    background: #fff;
    color: #595647;
    border: 1px solid #595647;
    border-radius: 100px;
    padding: 12px 28px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer;
}

.close-calendar-popup .wp-block-button__link:hover {
    background: #f2f0eb;
    color: #595647;
    border-color: #595647;
}

.santapress-post.modal.santapress-layout-01 p,
.santapress-post.modal.santapress-layout-01 footer {
    color: #595647;
}
.santapress-post.modal.santapress-layout-01 p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.santapress-post.modal.santapress-layout-01 p.has-small-font-size{
    font-size: 14px;
}
.jquery-modal .santapress-post-inner h3.wp-block-heading a{
    text-decoration: underline;
    color: #595647;
}
.close-calendar-popup,
.wp-block-buttons,
.link-calendar-popup{
    width: 100%;
}
body .santapress-post.modal .santapress-post-inner{
    padding: 8px 10px;
}
.link-calendar-popup a{
    background: #595647;
    margin-bottom: 5px;
    min-width: 100%;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 48px;
}
@media screen and (max-width: 1130px) {
    .bloc-calendar .flex img {width: 50%}
}
@media screen and (max-width: 767px) {

.jquery-modal .santapress-post.modal {
        width: calc(100% - 0px);
    }

    .bloc-calendar .flex {flex-direction: column}
    .bloc-calendar .flex img {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    .page-template-template-calendar .big-title {
        font-size: 35px;
        line-height: normal;
        text-align: center;
    }
    .page-template-template-calendar  .breadcrumbs {
        display: flex;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1330px) {
    .list-tax .big-view .woocommerce-loop-product__title {
        font-size: 24px;
        line-height: 32px;
    }
}
.logo-new-menu {margin: auto}
.flex-top-menu {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}
.close-menu-principal {display: none}
.flex-header {
    display: flex;
    width: 100%;
}
body header {
    display: block;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.menu-principal {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-principal>.menu-items {
    display: flex;
    justify-content: center;
    gap: 76px;
}

@media (max-width: 1568px) {
    .menu-principal>.menu-items {
        gap: 50px;
    }
}

@media (max-width: 1368px) {
    .menu-principal>.menu-items {
        gap: 35px;
    }
}

.menu-principal .menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-principal .menu-item>a {
    color: #595647;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-decoration: none;
}

.submenu-wrapper {
    display: flex;
    padding: 2rem 0;
    position: absolute;
    right: -100%;
    transition: 0.3s opacity;
    width: 100%;
    padding-left: 20%;
    background: white;
    opacity: 0;
    gap: 100px
}

@media (max-width: 1568px) {
    .submenu-wrapper {
        padding-left: 15%;
    }
}

@media (max-width: 1400px) {
    .submenu-wrapper {
        padding-left: 10%;
    }
}


@media screen and (max-width: 1250px) {

    .top-menu {
        right: 27px;
    }

    .header-cart-count {
        margin-left: 17px;
    }

    .menu-principal>.menu-items {
        gap: 25px;
    }

    .flex-list-post-hp .content {
        width: 400px;
    }

    .flex-list-post-hp {
        gap: 45px;
    }

    .list-blog {
        width: calc(100% - 400px);
    }

}



.fixed-el .pre-header {
    display: none;
}

@media screen and (min-width: 1051px) and (max-width: 1250px) {
    header.fixed-el .icon-search-fixed {
        left: 50px;
    }
}

.submenu-wrapper.active {
    right: 0;
    opacity: 1;
    overflow: scroll;
}

.submenu-blocks {
    display: flex;
    gap: 20px;
}

.submenu-block {
    padding: 1rem
}

.submenu-title {
    margin-bottom: 25px;
    color: #595647;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.submenu-items {
    list-style: none;
    padding: 0;
}

.submenu-items li {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #595647;
}

.submenu-items a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #595647;
}

.submenu-items a.mini-size {
    font-size: 14px;
}

.submenu-products {
    display: flex;
    gap: 15px;
}

.submenu-products a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #595647;
}

.product-item {
    text-align: center
}

.product-item img {
    max-width: 100%;
    margin-bottom: 1rem;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.product-item .title-4,
.product-item h4 {
    margin: 0;
    color: #595647;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: normal;
}

header .product-item {
    width: 243px;
}

.return {
    display: none
}


@media screen and (max-width: 1800px) {
    header.fixed-el .top-menu {
        right: 50px;
    }

    header.fixed-el .icon-search-fixed {
        left: 50px;
    }

    header.fixed-el .menu-principal>.menu-items {
        gap: 50px;
    }

}

@media screen and (max-width: 1500px) {
    header.fixed-el .top-menu {
        right: 30px;
    }

    header.fixed-el .icon-search-fixed {
        left: 30px;
    }

    header.fixed-el .menu-principal>.menu-items {
        gap: 35px;
    }

}

@media screen and (max-width: 1380px) {
    .menu-principal .menu-item>a {
        font-size: 14px;
    }

    header.fixed-el .menu-principal>.menu-items {
        gap: 30px;
    }

}


@media screen and (max-width: 1100px) {
  

    header.fixed-el .menu-principal>.menu-items {
        gap: 25px;
    }

}


@media (max-width: 1050px) {
    .list-blog {
        width: 80%;
    }

    .flex-list-post-hp .content {
        width: 80%;
    }


    .submenu-wrapper {
        gap: 40px;
    }

    .logo-new-menu {
        width: 180px;
    }
.horraires ul li {
    font-size: 16px;
}

    

}

.logo-new-menu-mobile,
.burger-menu {
    display: none;
}

.pre-header {
    position: relative;
    /* Autres styles du pré-header */
}

.close-preheader {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    z-index: 999;
}

@media (max-width: 1050px) {

    .close-preheader {
        top: 3px;
    }

    .submenu-wrapper {
        top: 115px;
        position: fixed;
        z-index: 9999;
    }

    .search {
        left: 20px;
    }


    .top-menu {
        margin-left: 20px;
        position: relative;
        right: 0;
        top: 0;
        margin-left: auto;
        right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .logo-new-menu-mobile {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 190px;
        top: 38px;
    }

    .logo-no-preheader,
    .no-preheader .logo-new-menu-mobile {
        top: 12px;
    }


    header.fixed-el .logo-new-menu-mobile {
        top: 15px;
    }


    .burger-menu {
        display: block;
        padding: 24px;
    }

    .menu-principal>.menu-items {
        flex-direction: column
    }

    .menu-principal {
        position: fixed;
        z-index: 999999;
        background: white;
        top: 0;
        margin-top: 0px;
        padding: 30px;
        right: -100%;
        left: inherit;
        transition: 0.3s;
    }

    .menu-principal.active {
        right: 0px;
    }

    .search-new-menu,
    .close-menu-principal {
        display: block;
    }

    .search-new-menu {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .submenu-wrapper {
        padding-left: 20px;
        gap: 30px;
    }

    .submenu-wrapper {
        flex-direction: column
    }

    .menu-principal>.menu-items {
        gap: 22px;
        margin-top: 60px;
    }

    .submenu-block {
        padding: 0px 10px
    }

    .menu-item.has-submenu {
        position: relative
    }

    .menu-principal .menu-item::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background-image: url('../img/svg/new-arrow.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    .menu-principal .menu-item {
        position: relative
    }

    .submenu-blocks {
        flex-direction: column
    }

    .return {
        margin-bottom: 20px;
        color: #595647;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        text-decoration: underline;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .top-menu {right: 15px}
}

@media screen and (max-width: 767px) {    
    .sect4-1 .slide-content img {width: 185px}
    .ferie-day {left: 0px}
    .modal-ferie .second-title-boutique{font-size: 24px}
    .horraires .ferie-list li {
        font-size: 14px;
    }
    .break-mobile{
        display: block;
    }
    .list-services h3 {margin-bottom: 0px}
    .horraires-list{display: none;margin-bottom: 30px}
    .is-open:before {
        content: url("../img/svg/arrow-ho.svg");
        position: absolute;
        position: absolute;
        right: -35px;
        width: 13px;
        height: 8px;
        top: -2px;
        transition: 0.5s;
    }
    .open-ferie{margin-bottom: 0px}
    .is-open.active:before {
        transform: rotate(180deg);
        top: 15px;
    }
    .horraires .is-open{margin-bottom: 30px}
    .horraires .is-open{width: fit-content}
    .archive .term-description {text-align: left}
    .list-boutiques {gap: 0px}
    .item-boutique {width: 100%}
    .item-boutique {margin-bottom: 70px}
    .title-boutique-list {margin-top: 10px}
    .label-open{
        position: relative;
        width: auto;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slider-parent-boutique {margin-bottom: 0px}
    .slider-parent-boutique .label-open{
        position: absolute;
        top: 5px;
        left: 10px;
        width: fit-content;
        background: white;
        border: none;
    }

    .label-boutique {
        background: #D4D2C7;
        padding: 9px 12px;
        line-height: normal;
    }
    .col-left .label-boutique{
        background: rgba(212, 210, 199, 0.30);
        font-weight: 500;
    }
    .slider-parent-boutique .item-boutique {
        margin-right: 20px;
        width: 235px;
    }

    .post-type-archive-boutiques .woocommerce-Reviews-title {
        font-size: 40px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .slider-parent-boutique .flex {padding-right: 50px}
    .slider-parent-boutique .content{position: initial}

    .slider-parent-boutique .label-boutique{
        padding: 9px 12px;
        line-height: normal;
    }
    .item-boutique img {height: 320px}
    .boutiques-container{padding-right: 0px}
    .group-img-boutique{
        height: 540px;
        overflow: hidden;
        position: relative;
    }
    .group-img-boutique figure{
        margin-right: 10px;
        position: relative;
    }
    .group-img-boutique figure:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000066
    }
    .single-boutiques .woocommerce-breadcrumb,
    .single-boutiques .woocommerce-breadcrumb a{
        color: white;
    }
    .single-boutiques .woocommerce-breadcrumb{
        top: 0;
        position: absolute;
        left: 15px;
        line-height: normal;
    }
    .group-img-boutique img:nth-child(2),
    .group-img-boutique img:nth-child(1) {
        width: 100%;
    }
    .post-type-archive-boutiques .woocommerce{margin-top: 30px}
    .term-description p {font-size: 18px}
    .container.no-pad-lr{
        padding-left: 0px;
        padding-right: 0px;
    }
.pad-20-mobile{
    padding-left: 20px;
    padding-right: 20px;
}
.single h1.title-boutique {
    font-size: 36px;
}
.flex-col-boutique {
    flex-direction: column;
}
.flex-col-boutique .col-right,
.flex-col-boutique .col-left {
    width: 100%;
}
.second-title-boutique{
    font-size: 40px;
}
.list-services li{
    width: 100%;
    align-items: center;
}
.list-services li .text-14{
    display: none;
}
.list-services li img{
    width: 40px;
}
.list-services {
    flex-direction: column;
    margin-top: 40px;
}
.list-services {
    gap: 25px;
}

        .title-boutique-list {
            padding-right: 0px;
            margin-bottom: 15px;
        }

    .bloc-img-text img[alt="plan verger pistache"] {
        height: auto;
        margin-bottom: 20px;
    }
    .page-id-1143 .bloc-img-text .container{display: block}
    .page-id-1143 .bloc-img-text .container .flex-list-post-hp{display: block}

    .flex-list-post-hp .content {width: 100%}
    .list-blog {width: 100%}
    .submenu-wrapper.active {height: calc(100vh - 110px)}
    .main-slider .big-title {font-size: 34px}
    .menu-principal>.menu-items {margin-top: 60px}
    .pre-header p {
        font-size: 12px;
        line-height: normal;
        padding: 3px 65px
    }

    .single-post .top-info,
    .single-recettes .top-info,
    .page-template-template-landing .top-info {
        display: block;
    }

    .submenu-wrapper {
        top: 110px
    }

    .product-item img {
        height: 200px
    }

    .logo-new-menu-mobile {
        top: 50px;
        left: -75px;
    }
header:not(.has-pre-header)   .logo-new-menu-mobile {
    top: 10px;
}
    .burger-menu{
    padding-left: 17px;
}
    .logo-no-preheader {
        top: 12px
    }

    .submenu-blocks {
        flex-direction: column
    }

    .submenu-wrapper {
        padding: 30px
    }

    .submenu-block {
        padding: 0px
    }

    .submenu-items.active {
        display: block !important
    }

    .menu-principal {
        height: 100vh;
        overflow: scroll;
    }

    .menu-principal .submenu-title::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        transform: rotate(-90deg);
        width: 15px;
        height: 15px;
        background-image: url(../img/svg/new-arrow-2.svg);
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
    }

    .menu-principal .submenu-title.active::after {
        transform: rotate(0deg)
    }

    .submenu-items.hide {
        display: none
    }

    .submenu-items.hide.active {
        display: block
    }

    .submenu-wrapper {
        opacity: 1;
        transition: 1s;
    }

    .woocommerce .woocommerce-ordering select {
        width: 150px
    }

    .woocommerce .woocommerce-ordering select {
        padding: 12px 15px
    }

    body .product-count {
        right: 20px;
        top: 69px;
    }

    .top-menu {
        right: 24px
    }

.big-view a{
    flex-direction: column;
}
.list-tax .big-view {
    width: 100%;
    flex: 100%;
}
.big-view .wrapper-content-cat {
    width: 100%;
    padding: 50px 20px;
    padding-top: 25px;
}
.big-view .wrapper-img-cat{
    width: 100%;
}
}

.home .cr-pswp {
    display: none;
}

@media screen and (max-width: 380px) {
    .top-menu {
        right: 17px
    }
    .burger-menu {
        padding-left: 17px
    }
    .logo-new-menu-mobile {
        width: 180px
    }
    .logo-no-preheader,
    .no-preheader .logo-new-menu-mobile {
        top: 15px;
        width: 180px;
    }
}

@media screen and (max-width: 350px) {
    .pre-header p {
        padding: 3px 50px
    }
    .logo-new-menu-mobile {
        top: 52px;
        width: 160px;
    }
}

@media screen and (max-width: 310px) {
    .pre-header p {
        padding: 3px 35px;
    }
}