@import url(f/stylesheet.css);
@import url(components/fontawesome.min.css);
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;
}
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;
}
*,
*:after,
*:before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}
blockquote *:last-child {
    margin-bottom: 0;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #9b4dca;
    border: 1px solid #9b4dca;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #606c76;
    border-color: #606c76;
    color: #fff;
    outline: 0;
}
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
    opacity: 0.5;
}
.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="submit"][disabled]:hover {
    background-color: #9b4dca;
    border-color: #9b4dca;
}
.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline {
    background-color: transparent;
    color: #9b4dca;
}
.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type="button"].button-outline:focus,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:focus,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:focus,
input[type="submit"].button-outline:hover {
    background-color: transparent;
    border-color: #606c76;
    color: #606c76;
}
.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type="button"].button-outline[disabled]:focus,
input[type="button"].button-outline[disabled]:hover,
input[type="reset"].button-outline[disabled]:focus,
input[type="reset"].button-outline[disabled]:hover,
input[type="submit"].button-outline[disabled]:focus,
input[type="submit"].button-outline[disabled]:hover {
    border-color: inherit;
    color: #9b4dca;
}
.button.button-clear,
button.button-clear,
input[type="button"].button-clear,
input[type="reset"].button-clear,
input[type="submit"].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #9b4dca;
}
.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type="button"].button-clear:focus,
input[type="button"].button-clear:hover,
input[type="reset"].button-clear:focus,
input[type="reset"].button-clear:hover,
input[type="submit"].button-clear:focus,
input[type="submit"].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #606c76;
}
.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type="button"].button-clear[disabled]:focus,
input[type="button"].button-clear[disabled]:hover,
input[type="reset"].button-clear[disabled]:focus,
input[type="reset"].button-clear[disabled]:hover,
input[type="submit"].button-clear[disabled]:focus,
input[type="submit"].button-clear[disabled]:hover {
    color: #9b4dca;
}
code {
    background: #f4f5f6;
    border-radius: 0.4rem;
    font-size: 86%;
    margin: 0 0.2rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
}
pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #9b4dca;
    overflow-y: hidden;
}
pre > code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
hr {
    border: 0;
    border-top: 0.1rem solid #f4f5f6;
    margin: 3rem 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: 0.6rem 1rem;
    width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #9b4dca;
    outline: 0;
}
select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
        center right no-repeat;
    padding-right: 3rem;
}
select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
textarea {
    min-height: 6.5rem;
}
label,
legend {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
fieldset {
    border-width: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: 0.5rem;
}
.container {
    margin: 0 auto;
    max-width: 112rem;
    padding: 0 2rem;
    position: relative;
    width: 100%;
}
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.row.keep-aspect {
    flex-direction: row;
}
.row.row-no-padding {
    padding: 0;
}
.row.row-no-padding > .column {
    padding: 0;
}
.row.row-wrap {
    flex-wrap: wrap;
}
.row.row-top {
    align-items: flex-start;
}
.row.row-bottom {
    align-items: flex-end;
}
.row.row-center {
    align-items: center;
}
.row.row-stretch {
    align-items: stretch;
}
.row.row-baseline {
    align-items: baseline;
}
.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
.row .column.column-offset-10 {
    margin-left: 10%;
}
.row .column.column-offset-20 {
    margin-left: 20%;
}
.row .column.column-offset-25 {
    margin-left: 25%;
}
.row .column.column-offset-33,
.row .column.column-offset-34 {
    margin-left: 33.3333%;
}
.row .column.column-offset-50 {
    margin-left: 50%;
}
.row .column.column-offset-66,
.row .column.column-offset-67 {
    margin-left: 66.6666%;
}
.row .column.column-offset-75 {
    margin-left: 75%;
}
.row .column.column-offset-80 {
    margin-left: 80%;
}
.row .column.column-offset-90 {
    margin-left: 90%;
}
.row .column.column-10 {
    flex: 0 0 10%;
    max-width: 10%;
}
.row .column.column-20 {
    flex: 0 0 20%;
    max-width: 20%;
}
.row .column.column-25 {
    flex: 0 0 25%;
    max-width: 25%;
}
.row .column.column-33,
.row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.row .column.column-40 {
    flex: 0 0 40%;
    max-width: 40%;
}
.row .column.column-50 {
    flex: 0 0 50%;
    max-width: 50%;
}
.row .column.column-60 {
    flex: 0 0 60%;
    max-width: 60%;
}
.row .column.column-66,
.row .column.column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.row .column.column-75 {
    flex: 0 0 75%;
    max-width: 75%;
}
.row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%;
}
.row .column.column-90 {
    flex: 0 0 90%;
    max-width: 90%;
}
.row .column .column-top {
    align-self: flex-start;
}
.row .column .column-bottom {
    align-self: flex-end;
}
.row .column .column-center {
    -ms-grid-row-align: center;
    align-self: center;
}
@media (min-width: 48.5rem) {
    .row {
        flex-direction: row;
    }
    .row .column {
        margin-bottom: inherit;
        padding: 0 1rem;
    }
}
a {
    color: #9b4dca;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #606c76;
}
dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem;
}
ol {
    list-style: decimal inside;
}
ul {
    list-style: circle inside;
}
.button,
button,
dd,
dt,
li {
    margin-bottom: 1rem;
}
fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}
table {
    border-spacing: 0;
    width: 100%;
}
td,
th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 1.2rem 1.5rem;
    text-align: left;
}
td:first-child,
th:first-child {
    padding-left: 0;
}
td:last-child,
th:last-child {
    padding-right: 0;
}
b,
strong {
    font-weight: bold;
}
p {
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin-bottom: 2rem;
    margin-top: 0;
}
h1 {
    font-size: 4.6rem;
    line-height: 1.2;
}
h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}
h3 {
    font-size: 2.8rem;
    line-height: 1.3;
}
h4 {
    font-size: 2.2rem;
    line-height: 1.35;
}
h5 {
    font-size: 1.8rem;
    line-height: 1.5;
}
h6 {
    font-size: 1.6rem;
    line-height: 1.4;
}
img {
    max-width: 100%;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
} /*! chota.css v0.8.0 | MIT License | github.com/jenil/chota */
:root {
    --bg-color: #ffffff;
    --bg-secondary-color: #f3f3f6;
    --color-primary: #14854f;
    --color-lightGrey: #d2d6dd;
    --color-grey: #747681;
    --color-darkGrey: #3f4144;
    --color-error: #d43939;
    --color-success: #28bd14;
    --grid-maxWidth: 120rem;
    --grid-gutter: 2rem;
    --font-size: 1.6rem;
    --font-color: #333333;
    --font-family-sans: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: var(--bg-primary);
}
*::-webkit-scrollbar-thumb {
    background: var(--color-lightGrey);
}
body {
    background-color: var(--bg-color);
    line-height: 1.6;
    font-size: var(--font-size);
    color: var(--font-color);
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    font-family: var(--font-family-sans);
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0.35em 0 0.7em 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.85em;
}
a {
    color: var(--color-primary);
    text-decoration: none;
}
a:hover:not(.button) {
    opacity: 0.75;
}
button {
    font-family: inherit;
}
p {
    margin-top: 0;
}
blockquote {
    background-color: var(--bg-secondary-color);
    padding: 1.5rem 2rem;
    border-left: 3px solid var(--color-lightGrey);
}
dl dt {
    font-weight: bold;
}
hr {
    border: none;
    background-color: var(--color-lightGrey);
    height: 1px;
    margin: 1rem 0;
}
table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
table.striped tr:nth-of-type(2n) {
    background-color: var(--bg-secondary-color);
}
td,
th {
    vertical-align: middle;
    padding: 1.2rem 0.4rem;
}
thead {
    border-bottom: 2px solid var(--color-lightGrey);
}
tfoot {
    border-top: 2px solid var(--color-lightGrey);
}
code,
kbd,
pre,
samp,
tt {
    font-family: var(--font-family-mono);
}
code,
kbd {
    padding: 0 0.4rem;
    font-size: 90%;
    white-space: pre-wrap;
    border-radius: 4px;
    padding: 0.2em 0.4em;
    background-color: var(--bg-secondary-color);
    color: var(--color-error);
}
pre {
    background-color: var(--bg-secondary-color);
    font-size: 1em;
    padding: 1rem;
    overflow-x: auto;
}
pre code {
    background: none;
    padding: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
img {
    max-width: 100%;
}
fieldset {
    border: 1px solid var(--color-lightGrey);
}
iframe {
    border: 0;
}
.container {
    max-width: var(--grid-maxWidth);
    margin: 0 auto;
    width: 96%;
    padding: 0 calc(var(--grid-gutter) / 2);
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: calc(var(--grid-gutter) / -2);
    margin-right: calc(var(--grid-gutter) / -2);
}
.articles.center .row{
    justify-content: center;
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.col,
[class*=" col-"],
[class^="col-"] {
    margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 2);
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 1)) - var(--grid-gutter));
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 2)) - var(--grid-gutter));
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 3)) - var(--grid-gutter));
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 4)) - var(--grid-gutter));
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 5)) - var(--grid-gutter));
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 6)) - var(--grid-gutter));
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 7)) - var(--grid-gutter));
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 8)) - var(--grid-gutter));
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 9)) - var(--grid-gutter));
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 10)) - var(--grid-gutter));
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 11)) - var(--grid-gutter));
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
    flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
    max-width: calc((99.99% / (12 / 12)) - var(--grid-gutter));
}
@media screen and (max-width: 576px) {
    .container {
        width: 99.99%;
    }
    .col,
    [class*="col-"],
    [class^="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 99.99%;
        flex: 0 1 99.99%;
        max-width: 99.99%;
    }
}
@media screen and (min-width: 576px) {
    .col-1-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 1)) - var(--grid-gutter));
    }
    .col-2-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 2)) - var(--grid-gutter));
    }
    .col-3-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 3)) - var(--grid-gutter));
    }
    .col-4-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 4)) - var(--grid-gutter));
    }
    .col-5-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 5)) - var(--grid-gutter));
    }
    .col-6-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 6)) - var(--grid-gutter));
    }
    .col-7-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 7)) - var(--grid-gutter));
    }
    .col-8-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 8)) - var(--grid-gutter));
    }
    .col-9-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 9)) - var(--grid-gutter));
    }
    .col-10-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 10)) - var(--grid-gutter));
    }
    .col-11-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 11)) - var(--grid-gutter));
    }
    .col-12-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 12)) - var(--grid-gutter));
    }
}
@media screen and (min-width: 768px) {
    .col-1-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 1)) - var(--grid-gutter));
    }
    .col-2-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 2)) - var(--grid-gutter));
    }
    .col-3-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 3)) - var(--grid-gutter));
    }
    .col-4-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 4)) - var(--grid-gutter));
    }
    .col-5-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 5)) - var(--grid-gutter));
    }
    .col-6-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 6)) - var(--grid-gutter));
    }
    .col-7-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 7)) - var(--grid-gutter));
    }
    .col-8-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 8)) - var(--grid-gutter));
    }
    .col-9-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 9)) - var(--grid-gutter));
    }
    .col-10-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 10)) - var(--grid-gutter));
    }
    .col-11-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 11)) - var(--grid-gutter));
    }
    .col-12-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 12)) - var(--grid-gutter));
    }
}
@media screen and (min-width: 1024px) {
    .col-1-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 1)) - var(--grid-gutter));
    }
    .col-2-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 2)) - var(--grid-gutter));
    }
    .col-3-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 3)) - var(--grid-gutter));
    }
    .col-4-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 4)) - var(--grid-gutter));
    }
    .col-5-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 5)) - var(--grid-gutter));
    }
    .col-6-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 6)) - var(--grid-gutter));
    }
    .col-7-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 7)) - var(--grid-gutter));
    }
    .col-8-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 8)) - var(--grid-gutter));
    }
    .col-9-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 9)) - var(--grid-gutter));
    }
    .col-10-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 10)) - var(--grid-gutter));
    }
    .col-11-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 11)) - var(--grid-gutter));
    }
    .col-12-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 12)) - var(--grid-gutter));
    }
}
@media screen and (min-width: 1200px) {
    .col-1-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 1)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 1)) - var(--grid-gutter));
    }
    .col-2-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 2)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 2)) - var(--grid-gutter));
    }
    .col-3-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 3)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 3)) - var(--grid-gutter));
    }
    .col-4-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 4)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 4)) - var(--grid-gutter));
    }
    .col-5-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 5)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 5)) - var(--grid-gutter));
    }
    .col-6-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 6)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 6)) - var(--grid-gutter));
    }
    .col-7-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 7)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 7)) - var(--grid-gutter));
    }
    .col-8-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 8)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 8)) - var(--grid-gutter));
    }
    .col-9-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 9)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 9)) - var(--grid-gutter));
    }
    .col-10-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 10)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 10)) - var(--grid-gutter));
    }
    .col-11-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 11)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 11)) - var(--grid-gutter));
    }
    .col-12-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        flex: 0 0 calc((99.99% / (12 / 12)) - var(--grid-gutter));
        max-width: calc((99.99% / (12 / 12)) - var(--grid-gutter));
    }
}
fieldset {
    padding: 0.5rem 2rem;
}
legend {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1rem;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not(
        [type="reset"]
    ),
select,
textarea,
textarea[type="text"] {
    font-family: inherit;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    border: 1px solid var(--color-lightGrey);
    font-size: 1em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not(
        [type="reset"]
    ):not(:disabled):hover,
select:hover,
textarea:hover,
textarea[type="text"]:hover {
    border-color: var(--color-grey);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not(
        [type="reset"]
    ):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
    outline: none;
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 1px var(--color-primary);
    box-shadow: 0 0 1px var(--color-primary);
}
input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not(
        [type="button"]
    ):not([type="reset"]),
textarea.error {
    border-color: var(--color-error);
}
input.success:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not(
        [type="button"]
    ):not([type="reset"]),
textarea.success {
    border-color: var(--color-success);
}
select {
    -webkit-appearance: none;
    background: #f3f3f6 no-repeat 100%;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='%23555'><polygon points='0,0 60,0 30,40'/></svg>");
}
[type="checkbox"],
[type="radio"] {
    width: 1.6rem;
    height: 1.6rem;
}
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
    padding: 1rem 2.5rem;
    color: var(--color-darkGrey);
    background: var(--color-lightGrey);
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: var(--font-size);
    line-height: 1;
    text-align: center;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    cursor: pointer;
}
.grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grouped > *:not(:last-child) {
    margin-right: 16px;
}
.grouped.gapless > * {
    margin: 0 0 0 -1px !important;
    border-radius: 0 !important;
}
.grouped.gapless > *:first-child {
    margin: 0 !important;
    border-radius: 4px 0 0 4px !important;
}
.grouped.gapless > *:last-child {
    border-radius: 0 4px 4px 0 !important;
}
.button + .button {
    margin-left: 1rem;
}
.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
    opacity: 0.8;
}
.button:active,
[type="button"]:active,
[type="reset"]:active,
[type="submit"]:active,
button:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
input:disabled,
button:disabled,
input:disabled:hover,
button:disabled:hover {
    opacity: 0.4;
    cursor: not-allowed;
}
.button.primary,
.button.secondary,
.button.dark,
.button.error,
.button.success,
[type="submit"] {
    color: #fff;
    z-index: 1;
    background-color: #000;
    background-color: var(--color-primary);
}
.button.secondary {
    background-color: var(--color-grey);
}
.button.dark {
    background-color: var(--color-darkGrey);
}
.button.error {
    background-color: var(--color-error);
}
.button.success {
    background-color: var(--color-success);
}
.button.outline {
    background-color: transparent;
    border-color: var(--color-lightGrey);
}
.button.outline.primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.button.outline.secondary {
    border-color: var(--color-grey);
    color: var(--color-grey);
}
.button.outline.dark {
    border-color: var(--color-darkGrey);
    color: var(--color-darkGrey);
}
.button.clear {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-primary);
}
.button.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button.icon > img {
    margin-left: 2px;
}
.button.icon-only {
    padding: 1rem;
}
::-webkit-input-placeholder {
    color: #bdbfc4;
}
::-moz-placeholder {
    color: #bdbfc4;
}
:-ms-input-placeholder {
    color: #bdbfc4;
}
::-ms-input-placeholder {
    color: #bdbfc4;
}
::placeholder {
    color: #bdbfc4;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.nav > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-center,
.nav-left,
.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 480px) {
    .nav,
    .nav > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav-center,
    .nav-left,
    .nav-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.nav a,
.nav .brand {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    color: var(--color-darkGrey);
}
.nav [aria-current="page"]:not(.button),
.nav .active:not(.button) {
    color: #000;
    color: var(--color-primary);
}
.nav .brand {
    font-size: 1.75em;
    padding-top: 0;
    padding-bottom: 0;
}
.nav .brand img {
    padding-right: 1rem;
}
.nav .button {
    margin: auto 1rem;
}
.card {
    padding: 1rem 2rem;
    border-radius: 4px;
    background: var(--bg-color);
    -webkit-box-shadow: 0 1px 3px var(--color-grey);
    box-shadow: 0 1px 3px var(--color-grey);
}
.card p:last-child {
    margin: 0;
}
.card header > * {
    margin-top: 0;
    margin-bottom: 1rem;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs a {
    text-decoration: none;
}
.tabs > .dropdown > summary,
.tabs > a {
    padding: 1rem 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: var(--color-darkGrey);
    border-bottom: 2px solid var(--color-lightGrey);
    text-align: center;
}
.tabs > a[aria-current="page"],
.tabs > a.active,
.tabs > a:hover {
    opacity: 1;
    border-bottom: 2px solid var(--color-darkGrey);
}
.tabs > a[aria-current="page"],
.tabs > a.active {
    border-color: var(--color-primary);
}
.tabs.is-full a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tag {
    display: inline-block;
    border: 1px solid var(--color-lightGrey);
    text-transform: uppercase;
    color: var(--color-grey);
    padding: 0.5rem;
    line-height: 1;
    letter-spacing: 0.5px;
}
.tag.is-small {
    padding: 0.4rem;
    font-size: 0.75em;
}
.tag.is-large {
    padding: 0.7rem;
    font-size: 1.125em;
}
.tag + .tag {
    margin-left: 1rem;
}
details.dropdown {
    position: relative;
    display: inline-block;
}
details.dropdown > :last-child {
    position: absolute;
    left: 0;
    white-space: nowrap;
}
.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-light {
    background-color: var(--color-lightGrey) !important;
}
.bg-dark {
    background-color: var(--color-darkGrey) !important;
}
.bg-grey {
    background-color: var(--color-grey) !important;
}
.bg-error {
    background-color: var(--color-error) !important;
}
.bg-success {
    background-color: var(--color-success) !important;
}
.bd-primary {
    border: 1px solid var(--color-primary) !important;
}
.bd-light {
    border: 1px solid var(--color-lightGrey) !important;
}
.bd-dark {
    border: 1px solid var(--color-darkGrey) !important;
}
.bd-grey {
    border: 1px solid var(--color-grey) !important;
}
.bd-error {
    border: 1px solid var(--color-error) !important;
}
.bd-success {
    border: 1px solid var(--color-success) !important;
}
.text-primary {
    color: var(--color-primary) !important;
}
.text-light {
    color: var(--color-lightGrey) !important;
}
.text-dark {
    color: var(--color-darkGrey) !important;
}
.text-grey {
    color: var(--color-grey) !important;
}
.text-error {
    color: var(--color-error) !important;
}
.text-success {
    color: var(--color-success) !important;
}
.text-white {
    color: #fff !important;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.is-full-screen {
    width: 100%;
    min-height: 100vh;
}
.is-full-width {
    width: 100% !important;
}
.is-vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.is-horizontal-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.is-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.is-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.is-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.is-fixed {
    position: fixed;
    width: 100%;
}
.is-paddingless {
    padding: 0 !important;
}
.is-marginless {
    margin: 0 !important;
}
.is-pointer {
    cursor: pointer !important;
}
.is-rounded {
    border-radius: 100%;
}
.clearfix {
    content: "";
    display: table;
    clear: both;
}
.is-hidden {
    display: none !important;
}
@media screen and (max-width: 320px) {
    .hide-xs {
        display: none !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
    .hide-sm {
        display: none !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .hide-md {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hide-lg {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .hide-xl {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .hide-xxl {
        display: none !important;
    }
}
@media print {
    .hide-pr {
        display: none !important;
    }
}
html,
body {
    font-family: "DMSans";
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5rem;
    color: #3c3c3b;
}
b,
strong {
    font-weight: 700;
}
i,
em {
    font-style: italic;
}
.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
}
.hide {
    display: none;
    visibility: hidden;
}
.quote {
    font-style: italic;
}
.aligncenter {
    text-align: center;
}
.is-fixed {
    overflow: hidden;
}
.is-small {
    font-size: 0.85rem;
    line-height: 1em;
}
.skeepers-widget-wrapper-4cad5097-fee8-4d9e-9f46-e0085c39b5b4 {
    display: none !important;
}
body.woocommerce .skeepers-widget-wrapper-4cad5097-fee8-4d9e-9f46-e0085c39b5b4,
body.page-template-woocommerce-2024 .skeepers-widget-wrapper-4cad5097-fee8-4d9e-9f46-e0085c39b5b4 {
    display: block !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.button,
button,
dd,
dt,
li,
fieldset,
input,
select,
textarea,
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}
a {
    color: #3c3c3b;
}
a:hover,
a:hover:not(.button) {
    opacity: 1 !important;
    color: #3c3c3b;
}
.button,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #ba6c5d;
    border-width: 1px;
    border-style: solid;
    border-color: #ba6c5d;
    color: white;
    border-radius: 0;
    font-weight: 300;
    font-size: 1rem;
    border-radius: 0;
    padding: 0.8rem 1.5rem;
    height: initial;
    line-height: initial;
    letter-spacing: initial;
    font-family: "Arial Narrow", Arial, sans-serif;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.wp-block-button__link {
    border: none;
}
input[type="submit"] {
    background-color: #de5b30;
    border-color: #de5b30;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
    outline: 0;
    background-color: transparent;
    border-color: #de5b30;
    color: #de5b30;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #b25c4c;
    border: 1px solid #b25c4c;
    color: white;
    outline: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not(
        [type="reset"]
    ):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
    border-color: inherit;
}
.button.button-outline,
button.button-outline,
input[type="button"].button-outline,
input[type="reset"].button-outline,
input[type="submit"].button-outline,
.woocommerce #respond input#submit.button-outline,
.woocommerce a.button.button-outline,
.woocommerce button.button.button-outline,
.woocommerce input.button.button-outline {
    color: #ba6c5d;
    border-color: #ba6c5d;
}
.button.button-outline:hover,
button.button-outline:hover,
input[type="button"].button-outline:hover,
input[type="reset"].button-outline:hover,
input[type="submit"].button-outline:hover,
.woocommerce #respond input#submit.button-outline:hover,
.woocommerce a.button.button-outline:hover,
.woocommerce button.button.button-outline:hover,
.woocommerce input.button.button-outline:hover {
    background-color: #ba6c5d;
    color: white;
    border-color: #ba6c5d;
}
.button-alt,
.woocommerce #respond input#submit.button-alt,
.woocommerce a.button.button-alt,
.woocommerce button.button.button-alt,
.woocommerce input.button.button-alt {
    background: #de5b30;
    border-color: #de5b30;
}
.button-alt:hover,
.woocommerce #respond input#submit.button-alt:hover,
.woocommerce a.button.button-alt:hover,
.woocommerce button.button.button-alt:hover,
.woocommerce input.button.button-alt:hover {
    border-color: #d34d22;
    color: white;
    background: #d34d22;
}
.button-alt,
.woocommerce #respond input#submit.button-alt,
.woocommerce a.button.button-alt,
.woocommerce button.button.button-alt,
.woocommerce input.button.button-alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce button.alt.wp-block-button__link {
    background: none;
    border-color: #3c3c3b;
    color: #3c3c3b;
}
.button-alt:hover,
.woocommerce #respond input#submit.button-alt:hover,
.woocommerce a.button.button-alt:hover,
.woocommerce button.button.button-alt:hover,
.woocommerce input.button.button-alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.alt.wp-block-button__link:hover {
    border-color: #3c3c3b;
    color: white;
    background: #3c3c3b;
}
.button.button-alt.button-outline,
button.button-alt.button-outline,
input[type="button"].button-alt.button-outline,
input[type="reset"].button-alt.button-outline,
input[type="submit"].button-alt.button-outline,
.woocommerce #respond input#submit.button-alt.button-outline,
.woocommerce a.button.button-alt.button-outline,
.woocommerce button.button-alt.button-outline,
.woocommerce input.button-alt.button-outline {
    background: transparent;
    color: #de5b30;
    border-color: #de5b30;
}
.button.button-alt.button-outline:hover,
button.button-alt.button-outline:hover,
input[type="button"].button-alt.button-outline:hover,
input[type="reset"].button-alt.button-outline:hover,
input[type="submit"].button-alt.button-outline:hover,
.woocommerce #respond input#submit.button-alt.button-outline:hover,
.woocommerce a.button.button-alt.button-outline:hover,
.woocommerce button.button-alt.button-outline:hover,
.woocommerce input.button-alt.button-outline:hover {
    color: #de5b30;
}
.button-small {
    font-size: 0.81rem;
}
.woocommerce a.button.alt.single_add_to_cart_button,
.woocommerce button.button.alt.single_add_to_cart_button {
    background: #ba6c5d;
    color: white;
}
.woocommerce a.button.alt.single_add_to_cart_button:hover,
.woocommerce button.button.alt.single_add_to_cart_button:hover {
    background: #b25c4c;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
    border: 1px solid black;
    border-radius: 0px;
    padding: 1.125em 1em;
    line-height: 1em;
    height: auto;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 0.875rem;
}
select,
select:focus {
    background-image: url(i/select-down.png);
    background-size: auto 30%;
    background-position-x: right;
    font-size: 1rem;
    background-color: white;
    padding: 14px;
    width: 250px;
}
.container .row .column {
    padding: 0;
}
img {
    width: 100%;
    height: auto;
}
.bolder {
    font-weight: 700;
    text-transform: uppercase;
}
.quote {
    font-style: italic;
}
.aligncenter {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
.title {
    font-family: "DMSans";
}
.title-alt {
    font-family: "Arial Narrow", Arial, sans-serif;
}
h1.title {
    text-align: center;
    font-size: 2.75rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
.title.xlarge {
    font-size: calc(1rem * 2.5) !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.align-it {
    padding-left: var(--grid-gutter);
    padding-right: var(--grid-gutter);
}
.top-banner {
    background-color: #000;
    background-image: none;
    color: white;
}
.top-banner p {
    margin-bottom: 0;
    font-style: italic;
    text-align: center;
    padding: 10px;
    line-height: 1.15rem;
}
.top-banner a {
    color: white;
}
.top-banner a:hover {
    color: white;
}
header .social-logos,
header .shop-icons {
    position: relative;
    padding: 10px 30px;
}
header .social-logos a,
header .shop-icons a {
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
header .social-logos a:hover {
    color: #000;
}
header .social-logos a i,
header .shop-icons a i {
    font-size: 1.15rem;
}
header .social-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 1;
    background-color: #fff;
    padding: 10px 10px 0;
    box-shadow: 1px 1px 5px 1px #626262;
}
@media (max-width: 768px) {
    header .social-logos {
        top: initial;
        bottom: 10px;
    }
}
header.site-header {
    background-color: white;
    background-image: none;
}
.logo {
    text-align: center;
}
.site-header .logo {
    text-align: right;
}
.site-header .logo p{
    font-size: 16px;
	text-align: center;
	margin-top: -20px !important;
}
.site-header .logo p span{
    position: relative;
    left: 10%;
}
@media (max-width: 1199px) {
    .site-header .logo p{
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .site-header .logo p{
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .site-header .logo p{
        font-size: 16px;
    }
}
@media (max-width: 489px) {
    .site-header .logo p{
        font-size: 13px;
    }
}
@media (max-width: 390px) {
    .site-header .logo p{
        font-size: 11px;
    }
}
.logo h1,
.logo .hidden {
    font-size: 0;
    opacity: 0;
    margin-bottom: 0;
}
.logo img {
    max-width: 100%;
    display: block;
    width: 423px;
}
.baseline {
    text-align: center;
    font-size: 0.75rem;
}
.site-search {
    position: absolute;
    display: none;
    padding: 10px 5px;
    z-index: 99;
    width: 100%;
    padding: 1em;
    margin-left: 0;
    margin-top: 0;
    background: #dfe1e7;
}
.site-search form {
    width: 100%;
    margin-bottom: 0;
}
.site-search form input {
    display: inline-block;
    margin-bottom: 0;
    background: white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 1.125em 1em;
}
.toggle-nav {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    border-bottom: none;
    position: relative;
    top: 7px;
    margin-bottom: 10px;
}
.toggle-nav:before,
.toggle-nav:after {
    background-color: #3c3c3b;
    content: "";
    display: block;
    height: 4px;
    transition: all 200ms ease-in-out;
}
.toggle-nav:before {
    box-shadow: 0 10px 0 #3c3c3b;
    margin-bottom: 16px;
}
.toggle-nav.active:before {
    box-shadow: 0 0 0 #3c3c3b;
    transform: translateY(10px) rotate(45deg);
}
.toggle-nav.active:after {
    transform: translateY(-10px) rotate(-45deg);
}
.toggle-search {
    font-size: 1.5rem;
    float: right;
    position: relative;
    top: 10px;
    right: 0px;
}
.identity-nav {
    padding-top: 15px;
}
.identity-nav.nav a {
    display: block !important;
    margin: initial !important;
}
.identity-nav.nav a:hover {
    opacity: 1;
}
.main-nav {
    margin-top: 40px;
    padding: 0.5em;
}
.main-nav ul {
    list-style: none;
}
.main-nav ul li a {
    text-transform: uppercase;
    font-size: 1.15rem;
    margin: 0;
    padding: 10px 10px;
}
.main-nav ul ul {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
}
.main-nav ul .sub-menu {
    display: none;
}
.main-nav ul .sub-menu li a {
    text-transform: none;
}
.main-nav .menu-icons {
    font-size: 1.5rem;
    position: absolute;
    margin-top: -32px;
    right: 10px;
}
.main-nav .menu-icons a {
    margin-left: 6px;
}
.main-nav .item-title > a {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 1.5rem;
}
.main-nav li.highlight > a {
    background: #f7dac5;
    color: #3c3c3b;
}
.main-menu.mobile {
    display: none;
    margin-top: 1em;
}
.main-menu.mobile li {
    margin-bottom: 0.5em;
}
.main-menu.mobile a {
    display: block;
    width: 100%;
}
.main-menu.mobile > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 1rem;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
}
.main-menu.mobile li.menu-item-has-children.active > a:after {
    transform: rotate(180deg);
}
.main-menu.mobile ul.sub-menu {
    margin-top: 0;
    padding-left: 1em;
}
.hero {
    padding-top: 0;
    position: relative;
}
.hero ul.slider,
.hero li.slide {
    margin-bottom: 0;
}
body:not(.page-template-woocommerce-2024) .hero li.slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
@media (max-width: 768px) {
    .hero li.slide {
        display: block;
    }
}
.hero .slider-nav {
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
}
.hero .slider-nav .prev,
.hero .slider-nav .next {
    display: inline-block;
    height: 50px;
    width: auto;
    position: absolute;
    cursor: pointer;
}
.hero .slider-nav .prev {
    transform: rotate(-180deg);
    left: 1em;
}
.hero .slider-nav .next {
    right: 1em;
}
.hero ul.slider {
    list-style: none;
}
@media screen and (max-width: 768px) {
    .hero ul.slider .slide .column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.hero ul.slider .slide .slide-content {
    max-width: 75%;
    margin: 40px auto;
    z-index: 2;
    text-align: center;
}
.hero ul.slider .slide .slide-content h2 {
    margin-bottom: 10px;
    line-height: 1rem;
}
.hero ul.slider .slide .slide-content p {
    font-size: 1rem;
    margin: 30px auto;
}
.hero .button {
    background-color: white;
    border-color: white;
    color: #f7dac5;
}
.hero.page-hero h2 {
    background-image: url(i/slash-slider-box.svg) !important;
}
.hero.page-hero .button {
    color: #6b9cb6;
}
.hero.page-hero.small {
    height: 200px;
    overflow: hidden;
}
.hero.page-hero.small img {
    width: 100%;
}
.hero.page-hero.small .bg-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
}
.hero.page-hero.small .quote {
    position: absolute;
    max-width: 90%;
    left: 5%;
    bottom: 5%;
    z-index: 99;
    font-size: 0.875em;
    line-height: 2rem;
}
.hero.page-hero.small .quote .highlighted {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 3px;
    padding-bottom: 3px;
}
.hero.page-hero.small .quote span span {
    font-style: normal;
}
.home-hero .slide {
    position: relative;
}
.home-hero .slide-bg {
    position: relative;
    height: 35rem;
    background-size: cover;
    background-position: center center;
}
.home-hero .slick-disabled {
    display: none !important;
}
.home-hero .content {
    padding: 15px 60px;
}
@media (max-width: 768px) {
    .home-hero .content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
.home-hero .content .title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
    .home-hero .content .title {
        font-size: 2.5rem;
    }
}
.home-hero .content p {
    font-size: 1.15rem;
}
@media screen and (min-width: 768px) {
    .home-hero .content p {
        font-size: 1.35rem;
    }
}
.home-hero .content .button:hover {
    color: white;
    background-color: transparent;
}
.home-hero .button {
    color: #3c3c3b;
}
.home-hero .slick-arrow.slick-disabled {
    opacity: 0.3;
}
.shop-hero .slide-bg .row {
    height: 100%;
}
.shop-hero .slide-bg .col {
    overflow: hidden;
}
.shop-hero .slide .slide-bg .bg-img {
    position: relative;
}
.row.edito {
    justify-content: center;
}
.cards .card {
    padding: 1em;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.cards .card .title {
    margin-bottom: 0.25em;
    font-size: 1.75rem;
    text-align: left;
}
.cards .card span.title.title-alt {
    font-size: 1rem;
    display: block;
}
.cards .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cards .card figure {
    height: auto;
    overflow: hidden;
}
.cards .card figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cards .card.news .intro {
    position: relative;
    margin: 0;
    background: white;
    padding: 1em 0 0 0;
}
.cards .card .read-more {
    float: right;
    margin-right: 1em;
    font-style: italic;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
}
.cards .card .read-more:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 25px;
    background: #3c3c3b;
    position: relative;
    top: -3px;
    right: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition-delay: 0.05s;
}
.cards .card .read-more:hover {
    margin-right: 0.5em;
}
.cards .card .read-more:hover:before {
    width: 50px;
}
.cards .card .petal {
    display: block;
    position: absolute;
    width: 50px;
    height: 70px;
    background-size: contain;
    margin-top: -60px;
    margin-left: 70%;
    z-index: 2;
}
.cards .card .petal img {
    height: 100%;
    width: initial;
}
.cards .card .petal-decouverte {
    height: 65px;
}
.cards .product {
    text-align: center;
}
.cards .product .title {
    text-align: center;
}
.cards .product .intro {
    text-align: center;
}
.cards .product .price {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}
.cards .product p.buttons {
    text-align: center;
    margin-top: 1em;
}
.cards .product .button {
    background-color: #ba6c5d;
    color: white;
    border: 1px solid #ba6c5d;
    font-weight: 300;
    font-size: 0.875rem;
    margin: 0.25em 0;
}
.cards .product .button.button-outline {
    background-color: white;
    color: #ba6c5d;
}
.cards .product .button.button-outline:hover {
    background-color: #ba6c5d;
    color: white;
    border-color: #ba6c5d;
}
section {
    padding: 2em 0;
}
.container-small,
.container-xsmall {
    margin: 2em auto;
    padding: 0 1em;
}
.container .alignfull {
    width: 105% !important;
    position: relative;
    left: -2.5%;
    max-width: 2400px;
}
.shop-container {
    margin-bottom: 5rem !important;
}
.edito {
    background: url(i/grille.gif) no-repeat;
    background-position: right -10% top;
    background-size: 250px;
}
.presentation,
.limited-editions {
    background: #ad785e;
    color: white;
    text-align: center;
}
.presentation .button,
.limited-editions .button {
    color: #ad785e;
    background: white;
    border-color: white;
    margin: 0 5px;
}
.presentation .button.button-outline,
.limited-editions .button.button-outline {
    color: white;
    border-color: white;
    background-color: #ad785e;
}
.theme-banner {
    margin: 2rem 0;
}
.theme-banner.deco {
    background-image: url(i/y-deco.png);
    background-position: top right -160px;
    background-repeat: no-repeat;
    background-size: auto 150%;
}
@media screen and (min-width: 576px) {
    .theme-banner .illus figure {
        overflow: hidden;
        margin-bottom: 0;
    }
}
.theme-banner .illus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 576px) {
    .theme-banner .illus img {
        max-height: initial;
    }
}
.theme-banner .text-content {
    padding: 2rem 0;
}
@media screen and (min-width: 768px) {
    .theme-banner .text-content {
        padding: 2rem 0.5rem;
    }
}
.theme-banner .text-content img {
    max-width: 500px;
    width: 100%;
}
.theme-banner form {
    margin-bottom: 0;
}
.theme-banner form .col {
    margin-bottom: 0;
}
.theme-banner form input {
    background: white;
    color: #3c3c3b;
    border-radius: 4px;
    border-color: var(--color-lightGrey);
    margin-bottom: 0;
}
.theme-banner form input[type="email"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 50px;
}
.theme-banner form input[type="submit"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 100%;
    height: 50px;
}
.theme-banner form input[type="submit"]:hover {
    background-color: #de5b30;
    color: white;
}
.home-eshop {
    background-color: #dfe1e7;
    margin: 2em 0;
    padding-top: 2em;
}
.home-eshop .see-all {
    top: 0;
}
.presentation * {
    margin: auto auto;
}
.presentation .title {
    font-size: 2rem;
}
.presentation p {
    margin: 1em auto;
    max-width: initial;
}
.presentation .column img {
    max-width: 50%;
    height: auto;
    margin-bottom: 0px;
}
.presentation .column p {
    max-width: initial;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.coffret {
    text-align: center;
}
.coffret .column img {
    max-width: 70%;
    height: auto;
    margin-bottom: 10px;
}
.coffret p {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.newsl {
    text-align: center;
}
.newsl .button {
    margin-bottom: 0;
    max-width: 95%;
    white-space: normal;
}
.newsl .margin-top {
    margin-top: 2em;
}
.newsletter {
    margin-top: 100px;
    background-image: url(i/newsletter-bg-left.svg), url(i/newsletter-bg-right.svg);
    background-position:
        left -200px center,
        right -30px top;
    background-size:
        auto 70%,
        auto 70%;
    background-repeat: no-repeat;
}
.newsletter .content {
    padding: 1.75em 1em;
    background-color: white;
    max-width: 85%;
    margin: 0 auto;
}
.newsletter .title {
    text-align: center;
    font-size: 2.2rem;
}
.newsletter .form input {
    width: 100%;
    border-color: #ad785e;
}
.newsletter .form input[type="submit"] {
    border-radius: 0px;
    background: #ad785e;
}
.carte-cadeau {
    background-color: #dfe1e7;
}
@media screen and (min-width: 576px) {
    .carte-cadeau .illus {
        margin-left: -1em !important;
    }
}
.carte-cadeau .illus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 576px) {
    .carte-cadeau .illus img {
        margin-top: 1em;
    }
}
.carte-cadeau .content {
    padding: 1rem 0rem;
    align-self: center;
}
@media screen and (max-width: 768px) {
    .carte-cadeau .content {
        padding: 1rem;
    }
}
.carte-cadeau .first-payment-date,
.carte-cadeau .product_meta,
.carte-cadeau .quantity,
.carte-cadeau .woocommerce-variation-price,
.carte-cadeau .woocommerce-variation.single_variation,
.carte-cadeau .reset_variations,
.carte-cadeau .price {
    display: none !important;
}
.carte-cadeau .variations_form {
    margin-bottom: 0 !important;
}
.carte-cadeau td,
.carte-cadeau th {
    border-bottom: 0;
}
@media screen and (max-width: 576px) {
    .carte-cadeau td,
    .carte-cadeau th {
        display: block;
        width: 100%;
        padding: 0;
    }
}
.carte-cadeau .button.alt {
    border-color: #ba6c5d;
}
.carte-cadeau .button.alt:hover {
    background-color: transparent;
    color: #ba6c5d;
}
.club .title {
    text-align: left;
}
.reassur {
    border-bottom: 1px solid #3c3c3b;
    margin-top: -0.5em;
    padding-bottom: 1em;
}
.reassur .item {
    position: relative;
    text-align: center;
    padding: 0 0.5em;
}
.reassur .icon {
    width: 65px;
    height: auto;
}
.reassur p {
    font-size: 0.75rem;
    line-height: 1.25rem;
}
.limited-editions {
    background-image: url(i/limited-deco-left.svg), url(i/limited-deco-right.svg);
    background-repeat: no-repeat;
    background-position:
        left bottom 30%,
        right bottom;
}
.limited-editions .container {
    padding: 1em 2em;
}
.limited-editions h3.title {
    font-size: 3rem;
}
.limited-editions h3.title:before {
    content: "";
    display: block;
    height: 1px;
    width: 95%;
    margin: 0 auto;
    background: white;
    position: relative;
    top: 0.75em;
    z-index: 0;
}
.limited-editions h3.title span {
    background: #ad785e;
    position: relative;
    z-index: 2;
    padding: 0 0.5em;
}
.limited-editions .title-alt {
    font-size: 1.25rem;
}
.abo.intro {
    text-align: center;
    padding: 10px;
}
.abo.fonctionnement {
    text-align: center;
}
.abo.fonctionnement .step {
    margin-bottom: 70px;
}
.abo.fonctionnement .step:first-child:before {
    content: "";
    height: 230px;
    width: 50px;
    display: block;
    position: absolute;
    left: 15%;
    margin-top: 50px;
    background-image: url(i/path-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.abo.fonctionnement .step:nth-child(2):after {
    content: "";
    height: 230px;
    width: 50px;
    display: block;
    position: absolute;
    right: 15%;
    margin-top: -70px;
    transform: rotate(180deg);
    background-image: url(i/path-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.abo.fonctionnement .step .title-alt {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: -1.5em;
    font-weight: bold;
}
.abo.fonctionnement .step p {
    max-width: 60%;
    margin: 0 auto;
}
.abo.fonctionnement .step img {
    width: 30%;
    max-width: 200px;
}
.abo .title {
    margin-bottom: 0.5em;
}
.abo .button {
    margin-top: 1.5em;
}
.instagram {
    text-align: center;
}
.instagram .title {
    font-size: 1.75rem;
    margin-bottom: 0;
}
.instagram ul {
    list-style: none;
}
.instagram ul li {
    display: inline-block;
    width: 30%;
}
.space-before {
    margin-top: 3rem !important;
}
.space-after {
    margin-bottom: 3rem !important;
}
@media screen and (min-width: 768px) {
    .sidebar {
        align-self: flex-start;
        position: sticky;
        top: 10px;
    }
}
.category-picto {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    background-color: #de5b30;
    margin: 0 1em 1em 0;
}
.cat-intro {
    font-size: 1rem;
    line-height: 1.35em;
}
.title.cat-title {
    font-size: 2rem !important;
}
.row .column {
    max-width: 75%;
    margin: 1em auto;
}
@media screen and (max-width: 30em) {
    .row .column {
        max-width: 90%;
    }
}
.single article {
    margin-top: 2em;
}
.single article header {
    text-align: center;
    margin-bottom: 2em;
}
.single .related {
    margin-top: 4em;
}
.single .related > .title {
    text-align: center;
    font-size: 3rem;
}
.single .entry-footer {
    margin-top: 2em;
    padding: 1em 0 0;
    border-top: 1px solid rgba(60, 60, 59, 0.3);
    border-bottom: 1px solid rgba(60, 60, 59, 0.3);
}
.single .entry-content p + h2,
.single .entry-content p + h3,
.single .entry-content p + h4,
.page .entry-content p + h2,
.page .entry-content p + h3,
.page .entry-content p + h4,
.search .entry-content p + h2,
.search .entry-content p + h3,
.search .entry-content p + h4 {
    margin-top: 1em;
}
.single .entry-content h2,
.page .entry-content h2,
.search .entry-content h2 {
    font-weight: bold;
}
.single .entry-content p a,
.page .entry-content p a,
.search .entry-content p a {
    position: relative;
    color: #191617;
}
.single .entry-content p a:not(.button):not(.wp-block-button__link),
.page .entry-content p a:not(.button):not(.wp-block-button__link),
.search .entry-content p a:not(.button):not(.wp-block-button__link) {
    color: #94371d;
    border-bottom: 1px solid rgba(186, 108, 93, 0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.single .entry-content a:not(.button):not(.wp-block-button__link):hover,
.page .entry-content a:not(.button):not(.wp-block-button__link):hover,
.search .entry-content a:not(.button):not(.wp-block-button__link):hover {
    border-bottom: 2px solid #94371d;
}
.articles {
    padding-top: 3em;
    padding-bottom: 3em;
}
.articles .col img {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    bottom: 0;
}
.articles a.card-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.articles a.card-wrapper .intro {
    position: absolute;
    bottom: -100%;
    background-color: white;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.articles a.card-wrapper:hover .intro {
    bottom: 0px;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
}
.articles a.card-wrapper .article-image {
    overflow: hidden;
    margin-bottom: 10px;
}
.articles a.card-wrapper .article-image img {
    display: block;
}
.articles a.card-wrapper:hover img {
    transform: scale(1.1);
}
.articles a.card-wrapper .article-category {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -1px;
}
.articles a.card-wrapper .title {
    font-weight: 700;
}
.articles .intro {
    text-align: center;
}
.fake-pagination {
    text-align: center;
}
.fake-pagination span {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(60, 60, 59, 0.3);
}
.fake-pagination span.current {
    border-bottom-color: #3c3c3b;
    border-bottom-width: 2px;
    font-weight: bold;
}
.nav-links span,
.nav-links a {
    margin-left: -4px;
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(60, 60, 59, 0.3);
}
.nav-links span.current,
.nav-links a.current {
    border-bottom-color: #3c3c3b;
    border-bottom-width: 2px;
    font-weight: bold;
}
.nav-links {
    margin-bottom: 100px;
    text-align: center;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #3c3c3b;
    font-weight: bold;
    font-family: "Arial Narrow", Arial, sans-serif;
}
.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92rem;
    color: #767676;
}
.woocommerce-breadcrumb a {
    color: #767676;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb {
    margin: 1em;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a {
    margin: 0 0.5em;
}
.woocommerce .woocommerce-breadcrumb a:first-of-type,
.woocommerce-breadcrumb a:first-of-type {
    margin-left: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
}
@media screen and (max-width: 576px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        max-width: 40%;
    }
    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        max-width: 100%;
    }
}
.term-description {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.out-of-stock img,
.out-of-stock h2,
.out-of-stock p {
    opacity: 0.6;
}
.out-of-stock .buttons:before {
    content: "Trop tard, plus disponible";
    display: block;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 0.9rem;
    color: #ba6c5d;
}
.out-of-stock .button.product_type_simple {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #3c3c3b;
    background: #dfe1e7;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
}
.products {
    padding-top: 0;
}
.products li.product {
    list-style: none;
}
.shop-picto {
    width: 75px;
    height: 75px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 20px;
}
.shop-picto + .title {
    display: inline-block;
    max-width: 50%;
}
.see-all {
    position: relative;
    top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(60, 60, 59, 0.3);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
    background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: transparent;
    font-weight: bold;
    color: #3c3c3b;
    border-bottom: 2px solid #3c3c3b;
}
.product h1.title {
    margin-bottom: 1em;
    margin-top: 1em;
}
.product h2 {
    font-size: 2rem;
}
.product h3 {
    font-size: 1.75rem;
}
.product h4 {
    font-size: 1.5rem;
}
.woocommerce a.added_to_cart {
    display: block !important;
}
.single-product input.input-text.qty {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    width: auto !important;
}
.single-product button.button.alt,
.single-product button.alt.wp-block-button__link {
    border-color: #ba6c5d !important;
}
.product .product_meta {
    display: none;
}
.woocommerce div.product div.images img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.mini-cart--overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
}
.mini-cart {
    position: fixed;
    bottom: -100%;
    z-index: 99;
    background-color: white;
    box-shadow: 0 -10px 10px -10px rgba(60, 60, 59, 0.3);
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    width: 100%;
}
.mini-cart .mini-cart-inner {
    background: white;
    position: relative;
    z-index: 99;
    height: 100%;
    padding: 10px;
}
.mini-cart.reveal {
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    bottom: 0;
    opacity: 1;
}
.mini-cart.reveal .mini-cart--overlay {
    display: block;
}
.mini-cart .close {
    float: right;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}
.mini-cart .close.continue-shopping {
    font-size: 0.85rem;
}
.mini-cart h3 {
    background-color: #f7dac5;
    margin: -10px 0 0 -10px;
    padding: 10px;
    width: calc(100% + 20px);
    color: white;
}
.mini-cart .title {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}
.mini-cart .price,
.mini-cart .qty,
.mini-cart .total {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
}
.mini-cart .total {
    text-align: right;
}
.mini-cart ul {
    list-style: none;
    max-height: 200px;
    overflow: scroll;
}
.mini-cart ul li {
    border-bottom: 1px solid rgba(60, 60, 59, 0.3);
    padding: 1em 0;
    margin-bottom: 0;
}
.mini-cart ul .title {
    font-size: 1rem;
    margin-bottom: 0em;
}
.mini-cart ul img {
    max-width: 100px !important;
    width: 20% !important;
    float: right;
    margin-right: 15px;
    margin-top: -1em;
}
.mini-cart .button {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}
.woocommerce-mini-cart-item .quantity {
    display: block;
}
.woocommerce-mini-cart-item a {
    font-weight: bold;
}
.woocommerce-mini-cart-item a.remove {
    display: block;
    font-size: 1.5rem;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce-mini-cart-item a.remove:hover {
    color: #fff !important;
    background: red;
}
.woocommerce table.shop_table {
    border-collapse: collapse !important;
}
.woocommerce-cart-form h3 {
    font-weight: normal !important;
}
@media screen and (max-width: 576px) {
    .woocommerce-cart-form .coupon .input-text {
        float: none !important;
    }
    .woocommerce-cart-form .coupon .button[type="submit"],
    .coupon [type="submit"].wp-block-button__link {
        float: none !important;
        width: 100% !important;
        margin-top: 1rem !important;
    }
}
.woocommerce .cart-collaterals h3,
.woocommerce-page .cart-collaterals h3 {
    font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals label,
.woocommerce-page .cart-collaterals .cart_totals label {
    font-size: 1.15rem;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: 0.85rem;
}
.woocommerce .cart-collaterals .woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .woocommerce-shipping-totals th {
    font-weight: 300;
}
.woocommerce .cart-collaterals .recurring-total th,
.woocommerce-page .cart-collaterals .recurring-total th {
    font-weight: 300;
}
.woocommerce .cart-collaterals .order-total.recurring-total th,
.woocommerce-page .cart-collaterals .order-total.recurring-total th {
    font-weight: 700;
}
small.includes_tax {
    margin-left: 0.25em;
    font-size: 0.825rem;
}
.return-to-shop {
    text-align: center;
}
.bw-parcel-client {
    font-size: 14px;
    font-weight: normal;
}
dl.variation {
    margin: 0;
}
dl.variation dt {
    margin: 0;
    display: inline-block;
}
dl.variation dt dd {
    margin: 0;
    display: inline-block;
}
dl.variation dt p {
    margin-bottom: 0;
}
.coupon label {
    text-align: left;
    margin: 10px 0 20px;
}
input#coupon_code {
    padding: 6px 6px 5px;
}
.woocommerce-checkout h3 {
    font-weight: normal !important;
    font-size: 1.5rem !important;
    margin-top: 1em;
}
.woocommerce-checkout label {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: normal;
}
.woocommerce-checkout #ship-to-different-address {
    font-size: 1.3rem !important;
}
.woocommerce-checkout #order_review_heading {
    margin-top: 2em;
}
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
}
.woocommerce-checkout .cart-subtotal.recurring-total th,
.woocommerce-checkout .cart-subtotal.recurring-total td,
.woocommerce-checkout .shipping.recurring-total th,
.woocommerce-checkout .shipping.recurring-total td {
    font-weight: 300 !important;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li input {
    float: left;
    margin-top: 6px !important;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label {
    padding-left: 22px;
    line-height: 24px;
}
.woocommerce-checkout #payment .payment_method_stripe div.form-row {
    padding: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    top: -14px;
    border-color: #fff;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-checkout #payment .payment_method_stripe label {
    padding-left: 0 !important;
}
.woocommerce-notices-wrapper {
    text-align: center;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: relative;
    top: initial;
    left: initial;
    margin-right: 1em;
    color: #3c3c3b;
    float: left;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 1px solid;
    border-radius: 0;
    text-align: left;
    line-height: 1.5em;
}
.woocommerce-message,
.woocommerce-message:before {
    color: #3c3c3b;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ba6c5d;
    padding-bottom: 1em;
}
.woocommerce-MyAccount-navigation ul li a::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f46d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f543";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    content: "\f2f9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f2b9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f2c1";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f011";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: bold;
}
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content .title {
    font-family: "Arial Narrow", Arial, sans-serif;
}
.woocommerce-MyAccount-content .edit-account label,
.woocommerce-MyAccount-content .woocommerce-address-fields label {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.woocommerce-MyAccount-content .edit-account fieldset,
.woocommerce-MyAccount-content .woocommerce-address-fields fieldset {
    margin-top: 2em;
}
.woocommerce-MyAccount-content header {
    margin-bottom: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 2em;
}
.subscription_details a {
    margin-bottom: 0.25em !important;
}
.wpcf7 label {
    font-size: 1rem;
    font-weight: 300;
}
.wpcf7 .full-width {
    width: 100%;
}
.sticky {
    top: 0;
    align-self: flex-start;
}
@media screen and (min-width: 48.5em) {
    .sticky {
        position: sticky;
    }
}
.filtres {
    display: block;
    float: right;
}
.filtres .overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}
.filtres .overlay.active {
    display: block;
}
.toggle-filters {
    cursor: pointer;
    text-align: right;
}
.toggle-filters .outline {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #3c3c3b;
}
.shop-filters {
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    padding: 1em;
    position: fixed;
    top: 0;
    right: -100%;
    background: white;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
    height: 100%;
    z-index: 999;
    width: 90%;
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
}
@media screen and (min-width: 768px) {
    .shop-filters {
        width: 45%;
    }
}
@media screen and (min-width: 1024px) {
    .shop-filters {
        width: 25%;
    }
}
.shop-filters.slide {
    display: block;
    right: 0;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
}
.shop-filters li {
    margin-bottom: 5px;
}
.shop-filters input[type="checkbox"] {
    margin-left: 0;
}
.shop-filters label {
    font-size: 0.9em;
    font-weight: 400;
    margin-left: 5px;
}
.shop-filters .berocket_term_depth_1 label {
    padding-left: 0;
}
.berocket_aapf_widget-title {
    margin-bottom: 1em;
    font-size: 1.15em;
    clear: none;
}
.brw-product_cat .berocket_term_depth_0 {
    display: none;
}
.bapf_sfilter {
    margin-bottom: 0;
}
.bapf_sfilter .bapf_button {
    width: 100%;
}
.filtres .wpc-filters-widget-wrapper .wpc-filters-section {
    margin-right: 1em;
}
.filtres .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-title::after {
    margin: 0 10px;
}
.filtres .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button {
    display: block;
}
.widget_wpc_filters_widget {
    border: none !important;
}
.wpc-filters-main-wrap a.wpc-filters-reset-button,
.wpc-filters-main-wrap a.wpc-filters-submit-button {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 0.8rem 1.5rem !important;
}
footer.site-footer {
    background-color: white;
    background-image: none;
    padding: 2em 1em 0.5em;
}
footer.site-footer .container {
    margin-bottom: 175px;
}
footer.site-footer h4 {
    margin-bottom: 0.5em;
    margin-top: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}
footer.site-footer ul {
    list-style: none;
    margin-bottom: 2em;
}
footer.site-footer ul li {
    margin-bottom: 2px;
}
footer.site-footer p.mentions {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.825rem;
}
.boxzilla.boxzilla-bottom-right {
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    right: 10px !important;
    bottom: 10px !important;
}
.boxzilla-container p.is-small {
    position: relative;
    top: -30px;
    margin-bottom: 0 !important;
}
.boxzilla-close-icon {
    font-family: monospace;
    font-size: 34px !important;
    opacity: 1 !important;
    padding: 10px 13px !important;
    color: white !important;
    background-color: #3c3c3b;
}
.boxzilla form {
    margin-bottom: 0 !important;
}
.boxzilla input[type="submit"] {
    background-color: #ad785e;
    border-color: #ad785e;
}
.boxzilla input[type="submit"]:hover {
    outline: 0;
    background-color: transparent;
    border-color: #ad785e;
    color: #ad785e;
}
.grecaptcha-badge {
    visibility: hidden;
}
@media screen and (max-width: 768px) {
    .logo {
        max-width: 80%;
    }
    .main-nav {
        margin-top: 0.5em;
    }
    .archive .column.column-20,
    .archive .column.column-80 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cta {
        display: none;
        margin-bottom: 10px;
    }
    .cta .button {
        display: inline-block;
        width: 49%;
        float: left;
        border-radius: 0px;
        border: 0px;
        background-color: rgba(173, 120, 94, 0.3);
        color: #3c3c3b;
    }
    .cta .button:first-child {
        border-right: 1px solid #fffce1;
        margin-right: 2% !important;
    }
    .shop-filters {
        margin-bottom: 2em;
    }
    .shop-filters .berocket_aapf_widget_show.show_button.mobile_hide,
    .shop-filters .berocket_aapf_widget_show.mobile_hide.hide_button {
        display: block !important;
    }
    .shop-filters .column.column-20 {
        flex: auto;
        max-width: initial;
    }
}
@media screen and (min-width: 768px) {
    .row.row-wrap {
        flex-wrap: wrap;
    }
    h1.title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    header.site-header {
        background-size: 200px, 400px;
        background-position:
            bottom left -50px,
            top -30px right;
    }
    header.site-header .social {
        position: relative;
        top: 1.5em;
        left: 1em;
    }
    .cta {
        display: block;
        position: absolute;
        top: 85px;
        right: 1em;
    }
    .cta button {
        display: block;
        min-width: 150px;
        margin-bottom: 7px;
    }
    .shop-icons {
        text-align: right;
    }
    .shop-icons a {
        margin-left: 10px;
    }
    .toggle-nav {
        display: none;
    }
    .main-nav .menu-icons {
        margin-top: 15px;
        font-size: 1.25rem;
    }
    .main-nav ul.main-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        text-align: center;
        width: 96%;
        max-width: initial !important;
        margin: 0 auto;
    }
    .main-nav ul.main-menu li {
        display: inline-block;
        margin-bottom: 0;
        padding: 1em 1em 0.7em;
        -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    }
    .main-nav ul.main-menu li a {
        position: relative;
        z-index: 2;
        font-weight: bold;
    }
    .main-nav ul.main-menu li a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 2px;
        background: black;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -ms-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    .main-nav ul.main-menu li:hover a:before {
        width: 100%;
        -webkit-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -moz-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -ms-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        -o-transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
        transition: all 0.35s cubic-bezier(0.32, 0, 0.29, 0.99);
    }
    .main-nav ul.main-menu li.current-menu-item a:before,
    .main-nav ul.main-menu li.current_page_parent a:before,
    .main-nav ul.main-menu li.current-menu-ancestor a:before {
        width: 100%;
    }
    .main-nav ul.main-menu li.menu-item-has-children:hover,
    .main-nav ul.main-menu li.menu-item-has-children.active {
        background: white;
        box-shadow: none;
    }
    .main-nav ul.main-menu li .sub-menu {
        position: absolute;
        z-index: 99;
        background: white;
        margin: 10px 0 0 -1em;
        padding: 1em;
        box-shadow: 0 7px 10px -10px rgba(60, 60, 59, 0.7);
    }
    .main-nav ul.main-menu li .sub-menu > li {
        box-shadow: none !important;
        padding: 0;
        display: block;
        width: auto;
        max-width: max-content;
        text-align: left;
    }
    .main-nav ul.main-menu li .sub-menu > li a {
        font-weight: normal;
    }
    .main-nav ul.main-menu li .sub-menu > li a:before {
        content: none;
    }
    .main-nav ul.main-menu li .sub-menu .sub-menu {
        position: relative;
        max-width: 100%;
        box-shadow: none;
        margin: 0 70px 0 0;
        padding-left: 0;
    }
    .main-nav ul.main-menu li .sub-menu .sub-menu li {
        display: block;
        white-space: nowrap;
    }
    .main-nav ul.main-menu li.column-1 .sub-menu {
        margin-left: -1em;
        min-width: 150px;
    }
    .main-nav ul.main-menu li.column-1 .sub-menu > li {
        max-width: 100%;
        display: block;
    }
    .main-nav ul.main-menu li.column-2 .sub-menu > li {
        max-width: 49%;
    }
    .main-nav ul.main-menu li.column-3 .sub-menu > li {
        max-width: 32%;
    }
    .main-nav ul.main-menu li.column-4 .sub-menu > li {
        max-width: 24%;
    }
    .main-nav ul.main-menu li.column-5 .sub-menu > li {
        max-width: 19%;
    }
    .main-nav ul.main-menu li:hover .sub-menu,
    .main-nav ul.main-menu li.active .sub-menu {
        display: block;
    }
    .main-nav ul.main-menu li.search-menu-item a:before {
        height: 0 !important;
    }
    .main-nav ul.shop-menu {
        justify-content: space-between;
    }
    .main-nav ul.shop-menu li:hover > ul.sub-menu {
        display: flex;
    }
    .main-nav ul.shop-menu li:hover > ul.sub-menu li > ul.sub-menu {
        display: block !important;
    }
    .main-nav ul.shop-menu li.mega-menu {
        flex-grow: 1;
        text-align: left;
    }
    .main-nav ul.shop-menu ul.sub-menu > li.menu-item-has-children > a {
        text-decoration: underline;
        padding-bottom: 0;
    }
    .hero ul.slider .slide .slide-content {
        max-width: 80%;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
    }
    .hero ul.slider .slide .slide-content h2 {
        font-size: 2rem;
    }
    .hero ul.slider .slide .slide-content p {
        font-size: 1.25rem;
    }
    .hero.page-hero.small {
        height: 250px;
    }
    .hero.page-hero.small .quote {
        max-width: 500px;
        bottom: 10%;
    }
    .container-xsmall {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-listing.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-listing.row .column {
        width: 46%;
        margin: 0 1%;
    }
    .reassur .icon {
        width: auto;
        height: 100%;
        max-height: 60px;
        vertical-align: bottom;
        left: 1em;
        position: relative;
        z-index: -2;
    }
    .reassur p {
        font-size: 0.725rem;
        display: inline-block;
        text-align: left;
    }
    .reassurance {
        background-color: #f7dac5;
    }
    .reassurance i {
        font-size: 3rem;
        margin-bottom: 15px;
        color: #ba6c5d;
    }
    .newsletter {
        background-position:
            left top,
            right 30px top;
        background-size:
            auto 70%,
            auto 70%;
        background-repeat: no-repeat;
    }
    .newsletter .content {
        max-width: 70%;
    }
    .abo.fonctionnement {
        text-align: center;
    }
    .abo.fonctionnement .step {
        margin-bottom: 70px;
        position: relative;
    }
    .abo.fonctionnement .step:first-child:before {
        content: "";
        height: 50px;
        width: 150px;
        top: -20px;
        left: 77%;
        background-image: url(i/path.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .abo.fonctionnement .step:nth-child(2):after {
        content: "";
        height: 50px;
        width: 150px;
        display: block;
        position: absolute;
        left: 80%;
        top: 60px;
        transform: rotate(180deg);
        background-image: url(i/path.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .abo.fonctionnement .step .title-alt {
        font-size: 1.25rem;
        margin-bottom: 0;
        margin-top: -1.5em;
    }
    .abo.fonctionnement .step p {
        max-width: 80%;
        margin: 0 auto;
        font-size: 0.925rem;
    }
    .abo.fonctionnement .step img {
        width: auto;
        height: 92px;
    }
    .abo .title {
        margin-bottom: 0.5em;
    }
    .abo .button {
        margin-top: 1.5em;
    }
    .blog .cards.row,
    .archive .cards.row,
    .category .cards.row,
    .search .cards.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog .cards.row .card.column,
    .archive .cards.row .card.column,
    .category .cards.row .card.column,
    .search .cards.row .card.column {
        width: 30%;
        padding: 0;
        margin: 2em 2.5%;
        flex-grow: 0;
    }
    .blog .cards.row .card.column:nth-child(3n + 1),
    .archive .cards.row .card.column:nth-child(3n + 1),
    .category .cards.row .card.column:nth-child(3n + 1),
    .search .cards.row .card.column:nth-child(3n + 1) {
        margin-left: 0;
    }
    .blog .cards.row .card.column:nth-child(3n + 3),
    .archive .cards.row .card.column:nth-child(3n + 3),
    .category .cards.row .card.column:nth-child(3n + 3),
    .search .cards.row .card.column:nth-child(3n + 3) {
        margin-right: 0;
    }
    .edito.cards.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .edito.cards.row .card.column {
        width: 30%;
        padding: 0;
        margin: 2em 2.5%;
        flex-grow: 0;
    }
    .edito.cards.row .card.column:nth-child(3n + 1) {
        margin-left: 0;
    }
    .edito.cards.row .card.column:nth-child(3n + 3) {
        margin-right: 0;
    }
    span.cart-has-products {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #94371d;
        border-radius: 50%;
        position: relative;
        top: -6px;
        right: 0;
    }
    .mini-cart {
        display: block;
        position: fixed;
        width: 32%;
        top: 0;
        right: -100%;
        box-shadow: -10px 0px 10px -10px rgba(60, 60, 59, 0.3);
    }
    .mini-cart.reveal {
        right: 0;
    }
    .mini-cart ul {
        list-style: none;
        max-height: 70vh;
        overflow: auto;
        padding: 0 10px;
    }
    .mini-cart ul li {
        border-bottom: 1px solid rgba(60, 60, 59, 0.3);
        padding: 1em 0;
    }
    .mini-cart ul .title {
        font-size: 1rem;
        margin-bottom: 0em;
    }
    .mini-cart ul img {
        width: 30% !important;
        float: right;
        margin-right: 15px;
    }
    .woocommerce-cart-form {
        display: inline-block;
        width: 60%;
        margin-right: 5%;
        vertical-align: top;
    }
    .woocommerce-cart-form h3 {
        font-weight: normal !important;
    }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        display: inline-block;
        width: 34%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    .actions button[type="submit"] {
        width: 100% !important;
        margin-top: 1em;
    }
    .coupon {
        width: 100% !important;
    }
    .coupon .input-text {
        float: left !important;
        width: 48% !important;
        line-height: 2em !important;
    }
    .coupon .button[type="submit"],
    .coupon [type="submit"].wp-block-button__link {
        float: right !important;
        width: 48% !important;
        margin-top: 0;
    }
    .billing-shipping {
        width: 55%;
        float: left;
    }
    .woocommerce-checkout-review-order {
        width: 40%;
        float: right;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        text-align: left;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
    }
    .woocommerce-account .woocommerce-MyAccount-content header {
        text-align: left;
    }
    footer.site-footer .container {
        margin-bottom: 70px;
    }
}
@media screen and (min-width: 64em) {
    .container-small {
        max-width: 64em;
        margin-left: auto;
        margin-right: auto;
    }
    .cta {
        position: absolute;
        right: 1em;
        top: 3.5em;
    }
    .cta button {
        display: inline-block;
        min-width: 150px;
        margin-bottom: 7px;
    }
    .hero ul.slider .slide .slide-content h2 {
        font-size: 2rem;
    }
    .hero ul.slider .slide .slide-content p {
        font-size: 1.5rem;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .related .product-listing.row {
        justify-content: center;
    }
    .related .product-listing.row .column {
        max-width: 25%;
    }
    .product-listing.row .column {
        width: 30%;
        margin: 0 1%;
    }
    .reassur .container {
        max-width: 90%;
        margin: 0 auto;
    }
    .reassur p {
        font-size: 0.925rem;
    }
    .mini-cart ul li {
        border-bottom: 1px solid rgba(60, 60, 59, 0.3);
        padding: 1em 0;
    }
    .mini-cart ul img {
        margin-right: 15px;
    }
    .blog .cards.row .card.column,
    .archive .cards.row .card.column,
    .category .cards.row .card.column,
    .search .cards.row .card.column {
        width: 28%;
    }
    .edito.cards.row .card.column {
        width: 22%;
    }
    .blog .cards.row.product-listing .card.column,
    .blog .cards.row.abonnement-box .card.column,
    .blog .cards.row.abonnement-rdv .card.column,
    .blog .cards.row.abonnement .card.column,
    .archive .cards.row.product-listing .card.column,
    .archive .cards.row.abonnement-box .card.column,
    .archive .cards.row.abonnement-rdv .card.column,
    .archive .cards.row.abonnement .card.column,
    .category .cards.row.product-listing .card.column,
    .category .cards.row.abonnement-box .card.column,
    .category .cards.row.abonnement-rdv .card.column,
    .category .cards.row.abonnement .card.column {
        width: 28%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        float: left;
        width: 15%;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 5px 10px 5px 0;
    }
    .woocommerce div.product div.images .flex-viewport {
        width: 85%;
        float: right;
    }
    .products .product {
        position: relative;
    }
    .products .product .title {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0;
    }
    .products .product p {
        margin-bottom: 0.5rem;
        text-align: left;
    }
    .products .product .buttons .button {
        width: 100%;
    }
    .products .product .buttons .button.read-more {
        display: none;
    }
    .products .product .price {
        float: right;
    }
    .products li.product {
        list-style: none;
    }
}
@media screen and (min-width: 72.5em) {
    .reassur .container {
        max-width: 80%;
        margin: 0 auto;
    }
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1900px) {
    body,
    html {
        font-size: 1.25em;
    }
}
@media screen and (max-width: 30em) {
    .abo.fonctionnement .step {
        margin-bottom: 70px;
    }
    .abo.fonctionnement .step:first-child:before {
        left: 7%;
    }
    .abo.fonctionnement .step:nth-child(2):after {
        right: 7%;
    }
}
@media screen and (min-width: 30em) {
    .abo.fonctionnement .step {
        margin-bottom: 70px;
    }
    .abo.fonctionnement .step:first-child:before {
        left: 10%;
    }
    .abo.fonctionnement .step:nth-child(2):after {
        right: 10%;
    }
}
@media screen and (max-width: 48.5em) {
    .archive .column.column-20,
    .archive .column.column-80 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cta {
        display: none;
        margin-bottom: 10px;
    }
    .cta .button {
        display: inline-block;
        width: 49%;
        float: left;
        border-radius: 0px;
        border: 0px;
        background-color: rgba(173, 120, 94, 0.3);
        color: #3c3c3b;
    }
    .cta .button:first-child {
        border-right: 1px solid #fffce1;
        margin-right: 2% !important;
    }
    .shop-filters {
        margin-bottom: 2em;
    }
    .shop-filters .berocket_aapf_widget_show.show_button.mobile_hide,
    .shop-filters .berocket_aapf_widget_show.mobile_hide.hide_button {
        display: block !important;
    }
    .shop-filters .column.column-20 {
        flex: auto;
        max-width: initial;
    }
}
@media screen and (min-width: 48.5em) {
    .row.row-wrap {
        flex-wrap: wrap;
    }
    h1.title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    header.site-header {
        background-size: 200px, 400px;
        background-position:
            bottom left -50px,
            top -30px right;
    }
    header.site-header .social {
        position: relative;
        top: 1.5em;
        left: 1em;
    }
    .cta {
        display: block;
        position: absolute;
        top: 85px;
        right: 1em;
    }
    .cta button {
        display: block;
        min-width: 150px;
        margin-bottom: 7px;
    }
    .hero ul.slider .slide .slide-content {
        max-width: 80%;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
    }
    .hero ul.slider .slide .slide-content h2 {
        font-size: 2em;
    }
    .hero ul.slider .slide .slide-content p {
        font-size: 1.25em;
    }
    .hero.page-hero.small {
        height: 250px;
    }
    .hero.page-hero.small .quote {
        max-width: 500px;
        bottom: 10%;
    }
    .container-xsmall {
        max-width: 48.5em;
        margin-left: auto;
        margin-right: auto;
    }
    .product-listing.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-listing.row .column {
        width: 46%;
        margin: 0 1%;
    }
    .reassur .icon {
        width: auto;
        height: 100%;
        max-height: 60px;
        vertical-align: bottom;
        left: 1em;
        position: relative;
        z-index: -2;
    }
    .reassur p {
        font-size: 0.725em;
        display: inline-block;
        text-align: left;
    }
    .newsletter {
        background-position:
            left top,
            right 30px top;
        background-size:
            auto 70%,
            auto 70%;
        background-repeat: no-repeat;
    }
    .newsletter .content {
        max-width: 70%;
    }
    .abo.fonctionnement {
        text-align: center;
    }
    .abo.fonctionnement .step {
        margin-bottom: 70px;
        position: relative;
    }
    .abo.fonctionnement .step:first-child:before {
        content: "";
        height: 50px;
        width: 150px;
        top: -20px;
        left: 77%;
        background-image: url(i/path.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .abo.fonctionnement .step:nth-child(2):after {
        content: "";
        height: 50px;
        width: 150px;
        display: block;
        position: absolute;
        left: 80%;
        top: 60px;
        transform: rotate(180deg);
        background-image: url(i/path.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .abo.fonctionnement .step .title-alt {
        font-size: 1.25em;
        margin-bottom: 0;
        margin-top: -1.5em;
    }
    .abo.fonctionnement .step p {
        max-width: 80%;
        margin: 0 auto;
        font-size: 0.925em;
    }
    .abo.fonctionnement .step img {
        width: auto;
        height: 92px;
    }
    .abo .title {
        margin-bottom: 0.5em;
    }
    .abo .button {
        margin-top: 1.5em;
    }
    .blog .cards.row,
    .archive .cards.row,
    .category .cards.row,
    .search .cards.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog .cards.row .card.column,
    .archive .cards.row .card.column,
    .category .cards.row .card.column,
    .search .cards.row .card.column {
        width: 30%;
        padding: 0;
        margin: 2em 2.5%;
        flex-grow: 0;
    }
    .edito.cards.row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .edito.cards.row .card.column {
        width: 30%;
        padding: 0;
        margin: 2em 2.5%;
        flex-grow: 0;
    }
    .mini-cart {
        display: block;
        position: fixed;
        width: 32%;
        top: 0;
        right: -100%;
        box-shadow: -10px 0px 10px -10px rgba(60, 60, 59, 0.3);
    }
    .mini-cart.reveal {
        right: 0;
    }
    .mini-cart ul {
        list-style: none;
        max-height: 70vh;
        overflow: auto;
        padding: 0 10px;
    }
    .mini-cart ul li {
        border-bottom: 1px solid rgba(60, 60, 59, 0.3);
        padding: 1em 0;
    }
    .mini-cart ul .title {
        font-size: 1em;
        margin-bottom: 0em;
    }
    .mini-cart ul img {
        width: 30% !important;
        float: right;
        margin-right: 15px;
    }
    .woocommerce-cart-form {
        display: inline-block;
        width: 60%;
        margin-right: 5%;
        vertical-align: top;
    }
    .woocommerce-cart-form h3 {
        font-weight: normal !important;
    }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        display: inline-block;
        width: 34%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    .actions button[type="submit"] {
        width: 100% !important;
        margin-top: 1em;
    }
    .coupon {
        width: 100% !important;
    }
    .coupon .input-text {
        float: left !important;
        width: 48% !important;
        line-height: 2em !important;
    }
    .coupon .button[type="submit"],
    .coupon [type="submit"].wp-block-button__link {
        float: right !important;
        width: 48% !important;
        margin-top: 0;
    }
    .billing-shipping {
        width: 55%;
        float: left;
    }
    .woocommerce-checkout-review-order {
        width: 40%;
        float: right;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        text-align: left;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
    }
    .woocommerce-account .woocommerce-MyAccount-content header {
        text-align: left;
    }
    footer.site-footer .container {
        margin-bottom: 70px;
    }
}
@media screen and (min-width: 64em) {
    .container-small {
        max-width: 64em;
        margin-left: auto;
        margin-right: auto;
    }
    .cta {
        position: absolute;
        right: 1em;
        top: 3.5em;
    }
    .cta button {
        display: inline-block;
        min-width: 150px;
        margin-bottom: 7px;
    }
    .hero ul.slider .slide .slide-content h2 {
        font-size: 2em;
    }
    .hero ul.slider .slide .slide-content p {
        font-size: 1.5em;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .related .product-listing.row {
        justify-content: center;
    }
    .related .product-listing.row .column {
        max-width: 25%;
    }
    .product-listing.row .column {
        width: 30%;
        margin: 0 1%;
    }
    .reassur .container {
        max-width: 90%;
        margin: 0 auto;
    }
    .reassur p {
        font-size: 0.925em;
    }
    .mini-cart ul li {
        border-bottom: 1px solid rgba(60, 60, 59, 0.3);
        padding: 1em 0;
    }
    .mini-cart ul img {
        margin-right: 15px;
    }
    .blog .cards.row .card.column,
    .archive .cards.row .card.column,
    .category .cards.row .card.column,
    .search .cards.row .card.column {
        width: 28%;
    }
    .edito.cards.row .card.column {
        width: 22%;
    }
    .blog .cards.row.product-listing .card.column,
    .blog .cards.row.abonnement-box .card.column,
    .blog .cards.row.abonnement-rdv .card.column,
    .blog .cards.row.abonnement .card.column,
    .archive .cards.row.product-listing .card.column,
    .archive .cards.row.abonnement-box .card.column,
    .archive .cards.row.abonnement-rdv .card.column,
    .archive .cards.row.abonnement .card.column,
    .category .cards.row.product-listing .card.column,
    .category .cards.row.abonnement-box .card.column,
    .category .cards.row.abonnement-rdv .card.column,
    .category .cards.row.abonnement .card.column {
        width: 28%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        float: left;
        width: 15%;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 5px 10px 5px 0;
    }
    .woocommerce div.product div.images .flex-viewport {
        width: 85%;
        float: right;
    }
}
@media screen and (min-width: 72.5em) {
    .reassur .container {
        max-width: 80%;
        margin: 0 auto;
    }
    .container {
        max-width: 95%;
        margin: 0 auto;
    }
}
.bloc-presentation {
    text-align: center;
    padding: 0 20%;
    margin-bottom: 5rem;
}
@media (max-width: 768px) {
    .bloc-presentation {
        padding: 0 10%;
    }
}
.bloc-presentation .title span {
    position: relative;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}
.bloc-presentation .title span::before {
    content: "";
    background-image: url("i/guillemets-gauche.svg");
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}
.bloc-presentation .title span::after {
    content: "";
    background-image: url("i/guillemets-droit.svg");
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.bloc-presentation .presentation-content {
    font-size: 1.2rem;
}
.bloc-dossier .bloc-dossier-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: -2rem;
}
.bloc-dossier .title {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.bloc-dossier .theme-banner {
    align-items: center;
    border-radius: 50px;
    margin-bottom: 5rem;
}
.bloc-dossier .theme-banner.mb-0 {
    margin-bottom: 0;
}
.bloc-dossier .theme-banner .image_box {
    width: 261px;
	height: 261px;
	overflow: hidden;
}
.bloc-dossier .theme-banner .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-dossier .theme-banner h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
.bloc-dossier .theme-banner p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.bloc-newsletter .title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1rem;
}
.bloc-newsletter .theme-banner {
    border-radius: 50px;
    justify-content: center;
    margin-top: 0;
}
.bloc-newsletter .theme-banner .text-content {
    padding: 3rem 0.5rem 1rem;
    text-align: center;
}
.bloc-newsletter .theme-banner .text-content .row {
    justify-content: center;
    margin: 0;
}
.bloc-newsletter .theme-banner .text-content .row > .col {
    margin: 0;
}
.bloc-newsletter .theme-banner .text-content .row > .col-8 p {
    margin-bottom: 0;
}
.bloc-newsletter .wpcf7-spinner {
    display: none;
}
footer .footer-bottom {
    margin: 3rem 0 2rem;
}
footer .footer-bottom .footer-logo {
    text-align: center;
    font-size: 1.1rem;
}
footer .footer-bottom .footer-logo .footer-title {
    font-size: 14px;
    margin-top: -12px !important;
}
.widget_wpc_filters_widget {
    margin-top: 2em;
    padding-top: 1em;
}
.wpc-filter-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    cursor: pointer;
}
.wpc-filter-title::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}
.wpc-filter-title.rotate::after {
    transition: all 0.2s ease-in-out;
    transform: rotate(0);
}
.filtres .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-title::after {
    margin: 0 10px;
}
.wpc-filter-content {
    display: none;
}
.wpc-term-count {
    display: none !important;
}
body.single .entry-content{
    padding-left: 3rem;
    padding-right: 3rem;
}
@media (max-width: 768px) {
    body.single .entry-content{
        padding-left: 0;
        padding-right: 0;
    }
}
.keyword-cloud-section {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.keyword-cloud-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 1em;
}
.keyword-tag {
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    transition: transform .15s, box-shadow .15s;
    margin-bottom: 7px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 9px;
    /* Default color and size, will be overridden inline */
}
.keyword-tag:hover, .keyword-tag:focus {
    background: #fae6e7;
    color: #721b21 !important;
}