@charset "UTF-8";
/* ###################################################################################
 * Font(s) supplémentaire(s)
 * ################################################################################### */
@font-face {
  font-family: "lovelo";
  src: url("../fonts/lovelo/Lovelo-Black.woff2") format("woff2"), url("../fonts/lovelo/Lovelo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ###################################################################################
 * Fonts
 * ################################################################################### */
/* ###################################################################################
 * Blocks sizes
 * ################################################################################### */
/* ###################################################################################
 * Text
 * ################################################################################### */
/* ###################################################################################
 * Colors
 * ################################################################################### */
/* ###################################################################################
 * Breakpoints
 * +1px pour chaque valeur
 * ################################################################################### */
/* ###################################################################################
 * Easing functions : http://easings.net/fr
 * ################################################################################### */
.style-uppercase {
  text-transform: uppercase;
}

.color-1 {
  color: #a7766b;
}

.color-2 {
  color: #061b37;
}

.text-color {
  color: #071b37;
}

.page-item.top-banner .bg, .page-item.slider-home .item:after, .video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-item.video .play-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.btn {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  cursor: pointer;
}
.btn svg,
.btn img {
  display: inline-block;
  fill: #a7766b;
  max-width: 20px;
  max-height: 20px;
  margin: 0 1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.default {
  color: #ffffff;
  background: #000;
  border: 1px solid #000;
  color: #fcfbf9;
  font-family: "lovelo";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  padding: 0.9rem 2.6rem;
}
.btn.default:hover, .btn.default.current {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.btn.default:hover svg, .btn.default.current svg {
  fill: #000;
}
.btn.default svg {
  fill: #fff;
}
.btn.default.wb {
  border-color: #fff;
}
.btn.default.wb:hover, .btn.default.wb.current {
  background: #fff;
  color: #000;
}
.btn.default.white {
  border-color: #fff;
  background-color: transparent;
}
.btn.default.white:hover, .btn.default.white.current {
  background: #fff;
  color: #000;
}
.btn.default.reversed {
  background: #fff;
  color: #000;
}
.btn.default.reversed svg {
  fill: #000;
}
.btn.default.reversed:hover, .btn.default.reversed.current {
  background: #000;
  color: #fff;
}
.btn.default.reversed:hover svg, .btn.default.reversed.current svg {
  fill: #fff;
}
.btn.small {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  background: #a7766b;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  border: 1px solid #a7766b;
}
.btn.small:hover, .btn.small.current {
  background: transparent;
  color: #a7766b;
  text-decoration: none;
}
.btn.small:hover svg, .btn.small.current svg {
  fill: #a7766b;
}
.btn.small svg {
  fill: #fff;
}
.btn.link {
  position: relative;
  color: #9a5f52;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 2.2rem;
}
.btn.link:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  height: 1px;
  background: #a7766b;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  -o-transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.btn.link:hover:after, .btn.link.current:after {
  max-width: 100%;
}
.btn.link svg {
  fill: #a7766b;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
}
.alert {
  display: block;
  width: 100%;
  padding: 2rem;
  background: #fff;
  border: 1px solid #a7766b;
}
.alert.error {
  font-weight: bold;
  color: #a7766b;
}

img.alignright, figure.alignright {
  margin: 1rem 0 1rem 1rem;
  float: right;
}
img.alignleft, figure.alignleft {
  margin: 1rem 1rem 1rem 0;
  float: left;
}
img.aligncenter, figure.aligncenter {
  margin: 1rem auto;
  display: block;
}

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

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.ir {
  position: relative;
}
.ir > img, .ir > a > img, .ir > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.ir > img, .ir > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.ir-hover {
  overflow: hidden;
}
.ir-hover:hover > img, .ir-hover:hover > a > img {
  max-width: 115%;
  max-height: 115%;
}
.ir:after {
  content: "";
  display: block;
}
.ir-32-9:after {
  padding-bottom: 28.125%;
}
.ir-rectangle-large:after {
  padding-bottom: 33.684%;
}
.ir-21-9:after {
  padding-bottom: 42.857%;
}
.ir-16-9:after {
  padding-bottom: 56.25%;
}
.ir-16-10:after {
  padding-bottom: 62.5%;
}
.ir-3-2:after {
  padding-bottom: 66.666%;
}
.ir-rectangle:after {
  padding-bottom: 72.5%;
}
.ir-4-3:after {
  padding-bottom: 75%;
}
.ir-square:after {
  padding-bottom: 100%;
}
.ir-9-16:after {
  padding-bottom: 177.77%;
}
.ir-3-2:after {
  padding-bottom: 150%;
}
.ir-3-4:after {
  padding-bottom: 133.33%;
}

/*
* Animations par defaut disponibles
*/
html.js .page-item .animate, html.js #colophon .animate {
  -webkit-transition: all 0.6s ease 1s;
  -o-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
html.js .page-item .animate.fade, html.js #colophon .animate.fade {
  opacity: 0;
}
html.js .page-item .animate.fade.animated, html.js #colophon .animate.fade.animated {
  opacity: 1;
}
html.js .page-item .animate.to-right, html.js #colophon .animate.to-right {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}
html.js .page-item .animate.to-right.animated, html.js #colophon .animate.to-right.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .page-item .animate.to-right.to-top, html.js #colophon .animate.to-right.to-top {
  -webkit-transform: translate3d(-50px, 50px, 0);
          transform: translate3d(-50px, 50px, 0);
}
html.js .page-item .animate.to-right.to-top.animated, html.js #colophon .animate.to-right.to-top.animated {
  -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}
html.js .page-item .animate.to-left, html.js #colophon .animate.to-left {
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}
html.js .page-item .animate.to-left.animated, html.js #colophon .animate.to-left.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .page-item .animate.to-top, html.js #colophon .animate.to-top {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
html.js .page-item .animate.to-top.animated, html.js #colophon .animate.to-top.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .page-item .animate.to-bottom, html.js #colophon .animate.to-bottom {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
html.js .page-item .animate.to-bottom.animated, html.js #colophon .animate.to-bottom.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .page-item .animate.shrink, html.js #colophon .animate.shrink {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
html.js .page-item .animate.shrink.animated, html.js #colophon .animate.shrink.animated {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
html.js .page-item .animate.grow, html.js #colophon .animate.grow {
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
}
html.js .page-item .animate.grow.animated, html.js #colophon .animate.grow.animated {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
html.js .page-item .animate.delay-0-25s, html.js #colophon .animate.delay-0-25s {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
html.js .page-item .animate.delay-0-5s, html.js #colophon .animate.delay-0-5s {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
html.js .page-item .animate.delay-0-75s, html.js #colophon .animate.delay-0-75s {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
html.js .page-item .animate.delay-1s, html.js #colophon .animate.delay-1s {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
html.js .page-item .animate.delay-1-25s, html.js #colophon .animate.delay-1-25s {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
html.js .page-item .animate.delay-1-5s, html.js #colophon .animate.delay-1-5s {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
html.js .page-item .animate.delay-1-75s, html.js #colophon .animate.delay-1-75s {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
html.js .page-item .animate.delay-2s, html.js #colophon .animate.delay-2s {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
html.js .page-item .animate.delay-2-25s, html.js #colophon .animate.delay-2-25s {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
html.js .page-item .animate.delay-2-5s, html.js #colophon .animate.delay-2-5s {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
html.js .page-item .animate.delay-2-75s, html.js #colophon .animate.delay-2-75s {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
html.js .page-item .animate.delay-3s, html.js #colophon .animate.delay-3s {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
html.js .page-item .animate.delay-3-25s, html.js #colophon .animate.delay-3-25s {
  -webkit-transition-delay: 3.25s;
       -o-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
html.js .page-item .animate.delay-3-5s, html.js #colophon .animate.delay-3-5s {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
html.js .page-item .animate.delay-3-75s, html.js #colophon .animate.delay-3-75s {
  -webkit-transition-delay: 3.75s;
       -o-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
html.js .page-item .animate.delay-4s, html.js #colophon .animate.delay-4s {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
html.js .page-item .animate.delay-4-25s, html.js #colophon .animate.delay-4-25s {
  -webkit-transition-delay: 4.25s;
       -o-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
html.js .page-item .animate.delay-4-5s, html.js #colophon .animate.delay-4-5s {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
html.js .page-item .animate.delay-4-75s, html.js #colophon .animate.delay-4-75s {
  -webkit-transition-delay: 4.75s;
       -o-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
html.js .page-item .animate.delay-5s, html.js #colophon .animate.delay-5s {
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
}

/* ###################################################################################
 * Default
 * ################################################################################### */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #a7766b;
  color: #fff;
}

::selection {
  background: #a7766b;
  color: #fff;
}

html.menu-open {
  overflow: hidden;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.4rem;
}

html, body,
#tinymce {
  margin: 0;
  padding: 0;
  font-family: "sofia-pro";
  font-weight: 400;
  color: #071b37;
}

.grecaptcha-badge {
  display: none !important;
}

main {
  display: block;
}

img[src$=".svg"] {
  max-width: 100%;
  display: inline-block;
}

.wp-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.wp-gallery img {
  display: block;
}
.wp-gallery a {
  display: block;
  width: calc(50% - 1.5rem);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.wp-gallery a:nth-child(2n+1) {
  margin-right: 3rem;
}
@media screen and (max-width: 550px) {
  .wp-gallery a {
    width: calc(50% - 0.5rem);
  }
  .wp-gallery a:nth-child(2n+1) {
    margin-right: 1rem;
  }
}

/* ###################################################################################
 * Lists
 * ################################################################################### */
.editorial ul,
.editorial ol {
  padding: 0;
}
.editorial ul {
  list-style: none;
}
.editorial ul li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
}
.editorial ul li:last-of-type {
  margin-bottom: 0;
}
.editorial ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #a7766b;
  position: absolute;
  left: 0;
  top: 9px;
}
.editorial ol {
  list-style: none;
  counter-reset: li;
}
.editorial ol li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  counter-increment: li;
}
.editorial ol li:before {
  content: counter(li);
  color: #a7766b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* ###################################################################################
 * Links
 * ################################################################################### */
a {
  text-decoration: none;
  color: #a7766b;
}
a:hover {
  text-decoration: none;
}
a.nolink {
  cursor: auto;
  pointer-events: none;
}

p a:hover {
  text-decoration: underline;
}

/* ###################################################################################
 * Paragraph
 * ################################################################################### */
p {
  margin: 0 0 1.3rem 0;
  line-height: 2.4rem;
  color: #071b37;
  font-size: 1.4rem;
  letter-spacing: -0.1px;
}

/* ###################################################################################
 * Others
 * ################################################################################### */
pre {
  max-width: 100%;
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  background: #a7766b;
  padding: 1rem 2rem;
}
pre p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

/* ###################################################################################
 * Table
 * ################################################################################### */
table {
  max-width: 100%;
  width: 100%;
}
table th {
  text-align: left;
}

/* ###################################################################################
 * Images
 * ################################################################################### */
img {
  max-width: 100%;
  height: auto;
}

/* ###################################################################################
 * Quotes
 * ################################################################################### */
blockquote {
  text-align: center;
  margin: 2rem auto;
  max-width: 570px;
}
blockquote p {
  color: #a7766b;
  font-size: 2.4rem;
  letter-spacing: -0.04rem;
  line-height: 3.6rem;
}
blockquote p:first-child:before {
  content: open-quote;
  margin-right: 0.5rem;
}
blockquote p:last-child:after {
  content: close-quote;
  margin-left: 0.5rem;
}

/* ###################################################################################
 * Titles
 * ################################################################################### */
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 6.4rem;
  line-height: 6.4rem;
  color: #ffffff;
  font-family: "lovelo";
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.48rem;
  margin: 0 0 1.6rem 0;
}

h2,
.h2 {
  color: #071b37;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 3.2rem;
  margin: 2.5rem 0;
  text-transform: uppercase;
  font-family: "lovelo";
}

h3,
.h3 {
  color: #071b37;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.6rem;
  margin: 2.5rem 0;
  text-transform: uppercase;
  font-family: "lovelo";
}

h4,
.h4 {
  color: #071b37;
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 1.3rem 0 0.8rem 0;
}

h5,
.h5 {
  color: #071b37;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 2.4rem;
  margin: 0.5rem 0 1.5rem 0;
}

h6,
.h6 {
  color: #071b37;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.9rem;
  margin: 0.5rem 0 1.5rem 0;
}

.form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form input {
  line-height: 1.2rem;
}
.form input:not([type=submit]),
.form textarea,
.form select, .form .select2-selection {
  border: 1px solid #e6e6e6;
  padding: 1.6rem;
  color: #071b37;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 2rem;
  font-family: "sofia-pro";
  height: auto;
  border-radius: 0.4rem;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.6rem;
  width: 2.6rem;
  top: 1.8rem;
  padding: 0;
  line-height: 2rem;
  height: 2rem;
}
.form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2rem;
}
.form .select2 {
  height: 5.4rem;
}
.form .select2 > .selection {
  padding: 0;
  height: 5.4rem;
  display: block;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4.5rem;
}
.form textarea {
  height: 158px;
  font-family: inherit;
  font-size: inherit;
}
.form .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.form .fields-container.items-1 .field {
  width: 100%;
}
.form .fields-container.items-2 .field {
  width: calc(50% - 10px);
}
.form .fields-container.items-3 .field {
  width: calc(33.3333% - 10px);
}
.form .fields-container.submit {
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form .fields-container.submit .field {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .fields-container.submit .field .btn {
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.form .fields-container.submit .field .ajax-loader {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 2rem;
}
.form .fields-container.acceptance label {
  color: #071b37;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-transform: none;
  padding-left: 3.2rem;
  position: relative;
  cursor: pointer;
}
.form .fields-container.acceptance .your-consent {
  position: absolute;
  left: 0;
  top: 0;
}
.form .fields-container.acceptance .your-consent,
.form .fields-container.acceptance .wpcf7-list-item {
  margin-left: 0;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.form .field.notice {
  margin-top: 2rem;
}
.form .field.notice p {
  margin: 0;
  font-size: 1.2rem;
}
.form .field.select .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form .field.select .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #a7766b transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.form .field input[type=text],
.form .field input[type=email],
.form .field input[type=tel],
.form .field textarea,
.form .field select {
  width: 100%;
}
.form .field textarea {
  resize: none;
  font-family: inherit;
}
.form label {
  display: block;
  margin-bottom: 0.8rem;
  color: #071b37;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.form label p:last-child {
  margin-bottom: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-acceptance .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
  line-height: 2.4rem;
}
.form .wpcf7-checkbox .wpcf7-list-item.first,
.form .wpcf7-acceptance .wpcf7-list-item.first,
.form .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.form .wpcf7-acceptance .wpcf7-list-item input[type=radio],
.form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.form .wpcf7-radio .wpcf7-list-item input[type=radio],
.form .wpcf7-radio .wpcf7-list-item input[type=checkbox] {
  z-index: 0;
  cursor: pointer;
  opacity: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.form .wpcf7-checkbox .wpcf7-list-item .render-radio-checkbox,
.form .wpcf7-acceptance .wpcf7-list-item input[type=radio],
.form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.form .wpcf7-acceptance .wpcf7-list-item .render-radio-checkbox,
.form .wpcf7-radio .wpcf7-list-item input[type=radio],
.form .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.form .wpcf7-radio .wpcf7-list-item .render-radio-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
}
.form .wpcf7-checkbox .wpcf7-list-item .render-radio-checkbox,
.form .wpcf7-acceptance .wpcf7-list-item .render-radio-checkbox,
.form .wpcf7-radio .wpcf7-list-item .render-radio-checkbox {
  background-color: #e6e6e6;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .wpcf7-checkbox .wpcf7-list-item .render-radio-checkbox:after,
.form .wpcf7-acceptance .wpcf7-list-item .render-radio-checkbox:after,
.form .wpcf7-radio .wpcf7-list-item .render-radio-checkbox:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .render-radio-checkbox,
.form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .render-radio-checkbox {
  background: #a7766b;
}
.form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .render-radio-checkbox:after,
.form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .render-radio-checkbox:after {
  opacity: 1;
}
.form .wpcf7-checkbox .wpcf7-list-item .render-radio-checkbox,
.form .wpcf7-acceptance .wpcf7-list-item .render-radio-checkbox {
  border-radius: 4px;
}
.form .wpcf7-checkbox .wpcf7-list-item .render-radio-checkbox:after,
.form .wpcf7-acceptance .wpcf7-list-item .render-radio-checkbox:after {
  width: 18px;
  height: 13px;
  background-color: #fff;
  -webkit-mask: url("../images/svg/check.svg") no-repeat 50% 50%;
          mask: url("../images/svg/check.svg") no-repeat 50% 50%;
  -webkit-mask-image: url("../images/svg/check.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  left: 3px;
  top: 6px;
}
.form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .render-radio-checkbox {
  background: #a7766b;
}
.form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .render-radio-checkbox:after {
  opacity: 1;
}
.form .wpcf7-radio .wpcf7-list-item .render-radio-checkbox {
  border-radius: 24px;
}
.form .wpcf7-radio .wpcf7-list-item .render-radio-checkbox:after {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 12px;
  left: 6px;
  top: 6px;
}
.form textarea + span.wpcf7-not-valid-tip {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.form .mc-field-group {
  position: relative;
}
.form span.wpcf7-not-valid-tip,
.form div.mce_inline_error {
  float: none;
  font-size: 1.1rem;
  position: absolute;
  bottom: -5px;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.form div.wpcf7-validation-errors {
  border: 1px solid #061b37;
  color: #061b37;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .form .fields-container.items-2 .field {
    width: 100%;
    margin-bottom: 2rem;
  }
  .form .fields-container.items-2 .field:last-of-type {
    margin-bottom: 0;
  }
  .form .fields-container.items-3 .field {
    width: 100%;
    margin-bottom: 2rem;
  }
  .form .fields-container.items-3 .field:last-of-type {
    margin-bottom: 0;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.search-form label {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

body.fixed #header-container,
body.menu-open #header-container {
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
body.fixed #top-content .contact a,
body.menu-open #top-content .contact a {
  color: #000;
}
body.fixed #top-content .location,
body.menu-open #top-content .location {
  color: #000;
}
body.fixed #top-content .location svg,
body.menu-open #top-content .location svg {
  fill: #000;
}
body.fixed #site-logo svg #Accueil,
body.menu-open #site-logo svg #Accueil {
  fill: #000;
}
body.fixed #main-menu ul.menu > li:last-child > a,
body.menu-open #main-menu ul.menu > li:last-child > a {
  border-color: #000;
}
body.fixed #main-menu ul.menu > li:last-child.current-menu-item > a, body.fixed #main-menu ul.menu > li:last-child.current-menu-parent > a, body.fixed #main-menu ul.menu > li:last-child.current_page_parent > a, body.fixed #main-menu ul.menu > li:last-child.current_page_item > a, body.fixed #main-menu ul.menu > li:last-child:hover > a,
body.menu-open #main-menu ul.menu > li:last-child.current-menu-item > a,
body.menu-open #main-menu ul.menu > li:last-child.current-menu-parent > a,
body.menu-open #main-menu ul.menu > li:last-child.current_page_parent > a,
body.menu-open #main-menu ul.menu > li:last-child.current_page_item > a,
body.menu-open #main-menu ul.menu > li:last-child:hover > a {
  color: #fff;
}
body.fixed #main-menu ul.menu > li > a,
body.menu-open #main-menu ul.menu > li > a {
  color: #071b37;
}
body.fixed #main-menu ul.menu > li.current-menu-item > a, body.fixed #main-menu ul.menu > li.current-menu-parent > a, body.fixed #main-menu ul.menu > li.current_page_parent > a, body.fixed #main-menu ul.menu > li.current_page_item > a, body.fixed #main-menu ul.menu > li:hover > a,
body.menu-open #main-menu ul.menu > li.current-menu-item > a,
body.menu-open #main-menu ul.menu > li.current-menu-parent > a,
body.menu-open #main-menu ul.menu > li.current_page_parent > a,
body.menu-open #main-menu ul.menu > li.current_page_item > a,
body.menu-open #main-menu ul.menu > li:hover > a {
  color: #a7766b;
}

#header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 1000;
  padding: 0 1rem;
  background: transparent;
}

header#masthead {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  width: 100%;
}

#site-logo {
  margin-right: 1.5rem;
  position: absolute;
  left: 50%;
  top: 32px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 2;
}
#site-logo a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#site-logo a svg {
  display: block;
  width: 85px;
  height: 85px;
}

#top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3.2rem 0 2.4rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-content .location {
  color: #f9f5f4;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#top-content .location .address {
  display: inline-block;
}
#top-content .location svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
}
#top-content .location br {
  display: none;
}
#top-content .contact {
  font-size: 1.2rem;
}
#top-content .contact a {
  color: #fff;
  display: inline-block;
  line-height: 2.4rem;
}
#top-content .contact a:not(:last-child) {
  margin-right: 16px;
  line-height: 2.4rem;
}
#top-content .contact a:last-child {
  vertical-align: top;
}
#top-content .contact a.social {
  font-size: 2rem;
}

#main-menu {
  width: 100%;
  padding-bottom: 10px;
}
#main-menu ul {
  padding: 0;
  margin: 0;
}
#main-menu li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
#main-menu a {
  display: inline-block;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s;
  -o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s;
  padding: 0;
}
#main-menu ul.menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-menu ul.menu > li {
  margin: 0 2.15rem;
}
#main-menu ul.menu > li:first-child {
  margin-left: 0;
}
#main-menu ul.menu > li:nth-child(4) {
  margin-left: auto;
}
#main-menu ul.menu > li:last-child {
  margin-left: 7.75rem;
  margin-right: 0;
}
#main-menu ul.menu > li:last-child > a {
  padding: 10px 24px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu ul.menu > li:last-child > a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
#main-menu ul.menu > li > a {
  text-align: center;
  color: #f9f5f4;
  font-family: "lovelo";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  position: relative;
}
#main-menu ul.menu > li > a:after {
  content: "";
  display: block;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  max-width: 0;
  background: #a7766b;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu ul.menu > li:hover > ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
#main-menu ul.menu > li.current-menu-item > a, #main-menu ul.menu > li.current-menu-parent > a, #main-menu ul.menu > li.current_page_parent > a, #main-menu ul.menu > li.current_page_item > a, #main-menu ul.menu > li:hover > a {
  color: #a7766b;
}
#main-menu ul.menu > li.current-menu-item > a:after, #main-menu ul.menu > li.current-menu-parent > a:after, #main-menu ul.menu > li.current_page_parent > a:after, #main-menu ul.menu > li.current_page_item > a:after {
  max-width: 100%;
}
#main-menu ul.sub-menu {
  position: absolute;
  line-height: normal;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate3d(-50%, 110%, 0);
          transform: translate3d(-50%, 110%, 0);
  pointer-events: none;
  opacity: 0;
  width: 150px;
  background: #fff;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding: 0.8rem 0;
  display: none !important;
}
#main-menu ul.sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7.5px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  top: -7px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#main-menu ul.sub-menu ul.sub-menu {
  display: none;
}
#main-menu ul.sub-menu > li {
  width: 100%;
  line-height: 3.2rem;
}
#main-menu ul.sub-menu > li > a {
  display: block;
  width: 100%;
  color: #071b37;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: normal;
  padding: 0.8rem 0.6rem;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu ul.sub-menu > li.current-menu-item > a, #main-menu ul.sub-menu > li.current_page_item > a, #main-menu ul.sub-menu > li:hover > a {
  color: #a7766b;
  background: rgba(167, 118, 107, 0.2);
  border-left-color: #a7766b;
}

@media screen and (max-width: 1025px) {
  body:not(.menu-open).fixed #header-container {
    background: #000;
  }
  body:not(.menu-open) #header-container {
    height: 80px;
  }
  body:not(.menu-open) #site-logo {
    display: block;
    top: 15px;
  }
  body:not(.menu-open) #site-logo a svg {
    width: 50px;
    height: 50px;
  }
  body:not(.menu-open) #site-logo a svg #Accueil {
    fill: #fff;
  }
  body:not(.menu-open) #main-menu ul.menu > li:last-child {
    position: fixed;
    left: 22px;
    top: 22px;
    display: inline-block;
    pointer-events: auto;
    width: auto;
  }
  body:not(.menu-open) #main-menu ul.menu > li:last-child > a {
    color: #fff;
    border-color: #fff;
    font-size: 1rem;
  }
  body:not(.menu-open) #main-menu ul.menu > li:last-child > a:hover {
    background: #fff;
    color: #000;
  }

  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #wpadminbar {
    display: none;
  }
  body.menu-open #header-container {
    height: 100%;
    overflow: auto;
  }
  body.menu-open #header#masthead {
    height: 100%;
  }

  header#masthead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header#masthead.active {
    height: 100vh;
    position: relative;
  }
  header#masthead.active #main-menu {
    background: #fff;
    pointer-events: auto;
  }
  header#masthead.active #main-menu ul.menu > li {
    display: inline-block;
  }
  header#masthead.active #site-logo {
    display: block;
  }
  header#masthead.active #top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
  header#masthead.active #toggle-menu .content {
    background-color: transparent;
  }
  header#masthead.active #toggle-menu .content:before {
    -webkit-transform: translate3d(0, 8px, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(0, 8px, 0) rotate3d(0, 0, 1, -45deg);
  }
  header#masthead.active #toggle-menu .content:after {
    -webkit-transform: translate3d(0, -8px, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(0, -8px, 0) rotate3d(0, 0, 1, 45deg);
  }

  #toggle-menu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 18px;
    top: 25px;
    z-index: 2;
  }
  #toggle-menu .content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #a7766b;
    height: 4px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    left: 0;
    -webkit-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    -o-transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  }
  #toggle-menu .content:before, #toggle-menu .content:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #a7766b;
    height: 4px;
    position: absolute;
    -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    width: 100%;
    content: "";
    display: block;
  }
  #toggle-menu .content:before {
    margin-top: -8px;
  }
  #toggle-menu .content:after {
    margin-top: 8px;
  }

  #top-content {
    display: none;
  }

  #site-logo {
    margin-right: 0;
    top: 10px;
    display: none;
  }

  #main-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 12.5rem;
    z-index: 1;
    background: transparent;
    height: calc(100% - 8rem - 12.5rem);
    overflow: auto;
    padding: 0 2rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-menu > div {
    width: 100%;
  }
  #main-menu a {
    display: block;
    width: 100%;
  }
  #main-menu ul.menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
  }
  #main-menu ul.menu > li {
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 0 0 1rem 0;
    display: none;
  }
  #main-menu ul.menu > li:last-child {
    margin: 0;
  }
  #main-menu ul.menu > li > a {
    line-height: normal;
    height: auto;
    padding: 1rem 0;
    width: auto;
    display: inline-block;
  }
  #main-menu ul.menu > li > a:after {
    display: none;
  }
  #main-menu ul.sub-menu {
    position: relative;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1;
    pointer-events: auto;
    padding-left: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  #main-menu ul.sub-menu:after {
    left: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #main-menu ul.sub-menu > li {
    width: 100%;
    border-bottom: 0;
  }
  #main-menu ul.sub-menu > li > a {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 1025px) and (max-width: 400px) {
  body:not(.menu-open) #site-logo {
    left: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1025px) and (max-width: 550px) {
  #top-content .location {
    display: none;
  }
  #top-content .contact {
    width: 100%;
    text-align: center;
  }
}
#mailchimp-popin-target {
  width: 464px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 4rem 5rem;
  position: relative;
}
#mailchimp-popin-target .mfp-close {
  opacity: 1;
}
#mailchimp-popin-target .mfp-close:hover:after {
  background-color: #a7766b;
}
#mailchimp-popin-target .mfp-close:after {
  width: 22px;
  height: 22px;
  background-color: #071b37;
  -webkit-mask: url("../images/svg/x-circle.svg") no-repeat 50% 50%;
          mask: url("../images/svg/x-circle.svg") no-repeat 50% 50%;
  -webkit-mask-image: url("../images/svg/x-circle.svg");
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mailchimp-popin-target .block-title {
  text-align: center;
  margin-bottom: 3.2rem;
}
#mailchimp-popin-target .block-title .description {
  color: #071b37;
  letter-spacing: -0.01rem;
}
#mailchimp-popin-target label {
  color: #616161;
  font-size: 1.4rem;
  letter-spacing: -0.01rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-transform: none;
}
#mailchimp-popin-target .fields-container.submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mailchimp-popin-target .acceptance p {
  color: #071b37;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: 1.8rem;
}
#mailchimp-popin-target .rgpd {
  margin-bottom: 3rem;
}
#mailchimp-popin-target .rgpd label {
  margin-bottom: 0;
}
#mailchimp-popin-target .mce_inline_error {
  color: #dc3232;
}

footer#colophon {
  background-color: #fcfbf9;
}
footer#colophon .lvl0 .container,
footer#colophon .lvl1 .container,
footer#colophon .lvl2 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer#colophon .lvl0 {
  padding: 4rem 2rem;
}
footer#colophon .lvl0 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#colophon .lvl0 .item:not(:last-child) {
  margin-right: 15px;
}
footer#colophon .lvl0 .item .icon {
  background-color: #e4bdb4;
  min-width: 65px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  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;
}
footer#colophon .lvl0 .item .icon svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  max-height: 40px;
}
footer#colophon .lvl0 .item .text {
  padding-left: 30px;
}
footer#colophon .lvl0 .item .title {
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
}
footer#colophon .lvl0 .item .description {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
footer#colophon .lvl1 {
  padding: 4.7rem 2rem;
  border-top: 1px solid #8b8b8b;
}
footer#colophon .lvl1 .left {
  width: 333px;
}
footer#colophon .lvl1 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 333px);
}
footer#colophon .lvl2 {
  text-align: center;
  background-color: #000000;
  padding: 2rem;
}
footer#colophon .block {
  margin: 0 2rem 0 0;
  width: 100%;
  max-width: calc(33.3333% - 1.4rem);
}
footer#colophon .block:last-child {
  margin-right: 0;
}
footer#colophon .block .title {
  color: #071b37;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  text-align: left;
}
footer#colophon .block p:first-of-type {
  margin-top: 0;
}
footer#colophon .block p:last-of-type {
  margin-bottom: 0;
}
footer#colophon .block-delivery,
footer#colophon .block-mailchimp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer#colophon .block-delivery .icon svg,
footer#colophon .block-mailchimp .icon svg {
  width: 65px;
  height: 65px;
}
footer#colophon .block-delivery .text,
footer#colophon .block-mailchimp .text {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer#colophon .block-delivery {
  max-width: 50%;
  margin-right: 0;
}
footer#colophon .block-contact-infos {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}
footer#colophon .block-contact-infos .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer#colophon .block-contact-infos .title {
  margin-bottom: 0.2rem;
}
footer#colophon .block-contact-infos a {
  color: #000;
  font-weight: bold;
}
footer#colophon .block-contact-infos a:hover {
  text-decoration: underline;
}
footer#colophon .block-contact-infos ul {
  padding: 0;
  margin: 0;
}
footer#colophon .block-contact-infos ul li {
  list-style-type: none;
}
footer#colophon .block-contact-infos ul li a {
  font-weight: 400;
}
footer#colophon .block-logo {
  max-width: 100%;
}
footer#colophon .block-logo .site-name,
footer#colophon .block-logo .site-tagline {
  display: block;
  text-align: center;
}
footer#colophon .block-logo .site-name {
  color: #000000;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-transform: uppercase;
  max-width: 255px;
  margin: 0 auto 0.9rem auto;
}
footer#colophon .block-logo .site-tagline {
  font-style: normal;
  text-align: center;
  color: #8b8b8b;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.072rem;
  line-height: 1.92rem;
}
footer#colophon .block-logo svg {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto 2.4rem auto;
}
footer#colophon .block-logo svg g#Accueil {
  fill: #000;
}
footer#colophon .block-mailchimp {
  max-width: 50%;
  margin-right: 0;
  text-align: left;
}
footer#colophon .block-mailchimp .mailchimp-popin-click {
  text-align: left;
  margin-top: 8px;
}
footer#colophon .block-mailchimp .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #fff;
  position: relative;
}
footer#colophon .block-mailchimp div.mce_inline_error {
  position: absolute;
  left: 0;
  bottom: -23px;
}
footer#colophon .block-mailchimp #mce-EMAIL {
  background: transparent;
  border: 0;
  padding: 0 4.5rem 0 0;
  width: 100%;
  margin: 0;
  width: 100%;
  color: #fff;
  height: 30px;
  line-height: 3rem;
}
footer#colophon .block-mailchimp .mce_inline_error {
  color: #a7766b;
  margin-top: 0.7rem;
  font-size: 1.2rem;
}
footer#colophon .block-mailchimp #mc-embedded-subscribe {
  cursor: pointer;
  color: #fff;
  width: 45px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  padding: 0 0.5rem 0 0;
  text-align: right;
}
footer#colophon .block-mailchimp .rgpd {
  font-family: "lovelo";
  margin-top: 2.5rem;
  line-height: 1.5rem;
}
footer#colophon .block-mailchimp .rgpd input {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}
footer#colophon .block-mailchimp .rgpd input.mce_inline_error + p {
  color: #a7766b;
}
footer#colophon .block-mailchimp .rgpd p {
  font-size: 1rem;
  display: inline;
  vertical-align: middle;
  line-height: normal;
}
footer#colophon .block-menu {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: 1.8rem;
  text-align: left;
  max-width: 100%;
}
footer#colophon .block-menu .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8b8b8b;
}
footer#colophon .block-menu .content p:first-child {
  margin-right: 8px;
  color: #8b8b8b;
  font-size: 1.2rem;
  letter-spacing: 0.075rem;
  line-height: 2.4rem;
}
footer#colophon .block-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer#colophon .block-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
footer#colophon .block-menu li:first-child {
  padding-left: 10px;
}
footer#colophon .block-menu li:first-child:before {
  content: ".";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
footer#colophon .block-menu li:not(:last-of-type) {
  padding-right: 10px;
}
footer#colophon .block-menu li:not(:last-of-type):after {
  content: ".";
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 0px;
}
footer#colophon .block-menu a {
  color: #8b8b8b;
  font-size: 1.2rem;
  letter-spacing: 0.075rem;
  line-height: 2.4rem;
}
footer#colophon .block-menu a:hover {
  text-decoration: underline;
}
footer#colophon .block-copyright {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  line-height: 2.4rem;
  margin-right: 0;
  text-align: right;
}
footer#colophon .block-copyright a {
  color: #fff;
}
footer#colophon .block-copyright a:hover {
  text-decoration: underline;
}
footer#colophon .block-copyright svg {
  width: 106px;
  height: 16px;
}
@media screen and (max-width: 1175px) {
  footer#colophon .lvl0 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .lvl0 .container .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  footer#colophon .lvl2 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .block-copyright {
    max-width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
  footer#colophon .block-menu .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .block-mailchimp {
    max-width: 100%;
  }
  footer#colophon .block-delivery {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  footer#colophon .block-contact-infos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .block-contact-infos .column {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 769px) {
  footer#colophon .lvl1 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .lvl1 .left {
    width: 100%;
    margin-bottom: 5rem;
  }
  footer#colophon .lvl1 .right {
    width: 100%;
  }
  footer#colophon .lvl0 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer#colophon .lvl0 .container .item {
    width: 250px;
  }
  footer#colophon .lvl0 .container .item:last-child {
    margin-bottom: 0;
  }
  footer#colophon .block-contact-infos {
    text-align: center;
  }
  footer#colophon .block-contact-infos .title {
    text-align: center;
  }
}

body.home .builder {
  padding-bottom: 0;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
#page footer#colophon {
  margin-top: auto;
}

body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news {
  background: #000;
  padding: 40px 20px;
}
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news h2,
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news .h2,
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news p,
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news h3,
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news .h3,
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news .description {
  color: #fcfbf9;
}
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news .label ul {
  background: #000;
}
body:not(.blog):not(.category):not(.single-post):not(.single-recipe) .builder .page-item.news .label ul a {
  color: #fcfbf9;
}

body.page-template-template-shop .builder .page-item.top-banner,
body.page-template-template-order-confirmation .builder .page-item.top-banner {
  height: 149px;
  line-height: 149px;
  padding-top: 0;
}
body.page-template-template-shop .builder .page-item.top-banner .text,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
body.page-template-template-shop .builder .page-item.top-banner .text > svg,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text > svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.2rem;
}
body.page-template-template-shop .builder .page-item.top-banner .text > svg g#Accueil,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text > svg g#Accueil {
  fill: #fff;
}
body.page-template-template-shop .builder .page-item.top-banner .text .back-home,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text .back-home {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  color: #f9f5f4;
  font-family: "sofia-pro";
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.4rem;
}
body.page-template-template-shop .builder .page-item.top-banner .text .back-home svg,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text .back-home svg {
  fill: #fff;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px;
}
@media screen and (max-width: 650px) {
  body.page-template-template-shop .builder .page-item.top-banner .text h1,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text h1 {
    width: 100%;
  }
  body.page-template-template-shop .builder .page-item.top-banner .text > svg,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text > svg {
    width: 40px;
    height: 40px;
    margin: 0 0 1rem 0;
  }
  body.page-template-template-shop .builder .page-item.top-banner .text .back-home,
body.page-template-template-order-confirmation .builder .page-item.top-banner .text .back-home {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
body.page-template-template-shop .builder .page-item.top-banner h1,
body.page-template-template-order-confirmation .builder .page-item.top-banner h1 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

body.single-post .page-item.list.no-gutenberg,
body.single-recipe .page-item.list.no-gutenberg {
  margin-top: -133px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
body.single-post .page-item.list.no-gutenberg .container,
body.single-recipe .page-item.list.no-gutenberg .container {
  max-width: 731px;
}
body.single-post .page-item.list.no-gutenberg img,
body.single-recipe .page-item.list.no-gutenberg img {
  height: 464px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  body.single-post .page-item.list.no-gutenberg img,
body.single-recipe .page-item.list.no-gutenberg img {
    height: 250px;
  }
}
body.single-post .page-item.list.no-gutenberg h1,
body.single-recipe .page-item.list.no-gutenberg h1 {
  margin: 0 0 45px 0;
  text-align: center;
  color: #ffffff;
  font-family: "lovelo";
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.125rem;
  line-height: 2.4rem;
}
body.single-post .page-item.list.no-gutenberg .item,
body.single-recipe .page-item.list.no-gutenberg .item {
  padding-bottom: 0;
}
body.single-post .page-item.list.no-gutenberg .image,
body.single-recipe .page-item.list.no-gutenberg .image {
  margin-bottom: 0;
}
body.single-post .page-item.list.no-gutenberg + .page-item.text .container > *:first-child,
body.single-recipe .page-item.list.no-gutenberg + .page-item.text .container > *:first-child {
  margin-top: 0;
}
body.single-post .page-item.news .label,
body.single-recipe .page-item.news .label {
  display: none;
}

.builder {
  padding-bottom: 4rem;
}

.page-item {
  position: relative;
  overflow: hidden;
  /* 
  	* Specials
  	*/
  /*
  	* Blocks
  	*/
}
.page-item .container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.page-item.filters {
  text-align: center;
  padding: 40px 20px 0 20px;
  font-size: 0;
}
.page-item.filters .link {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  line-height: 2.4rem;
  padding: 1.4rem 1.8rem;
  display: inline-block;
  position: relative;
}
.page-item.filters .link:after, .page-item.filters .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-item.filters .link:before {
  background: #dedede;
  z-index: 1;
}
.page-item.filters .link:after {
  background: #000;
  z-index: 2;
  opacity: 0;
  max-width: 0;
  width: 200%;
}
.page-item.filters .link.current {
  font-weight: bold;
}
.page-item.filters .link.current:after, .page-item.filters .link:hover:after {
  opacity: 1;
  max-width: 100%;
}
.page-item.paginate {
  color: #061b37;
  text-align: center;
}
.page-item.paginate .paginate {
  padding: 30px 20px;
  font-size: 1.8rem;
}
.page-item.paginate .current {
  color: #071b37;
}
.page-item.paginate a,
.page-item.paginate span {
  font-weight: bold;
  margin: 0 7px;
  display: inline-block;
}
.page-item.paginate a {
  color: #a7766b;
}
.page-item.paginate i {
  width: 22px;
  height: 22px;
  line-height: 2.2rem;
}
.page-item.share {
  text-align: center;
  padding: 40px 20px 0 20px;
}
.page-item.share .container {
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.share .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #071b37;
  margin: 0 6px 0 8px;
}
.page-item.share .text {
  display: block;
  color: #071b37;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}
.page-item.share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-item.share a {
  display: inline-block;
  color: #071b37;
  padding: 9px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.page-item.share a:last-child {
  margin-right: 0;
}
.page-item.share a:hover {
  text-decoration: none;
  color: #a7766b;
}
.page-item .block-title {
  text-align: center;
  padding-bottom: 37px;
  width: 100%;
}
.page-item .block-title .subheading {
  display: inline-block;
  margin-bottom: 1rem;
}
.page-item .block-title h2 {
  margin: 0 0 8px 0;
}
.page-item .block-title .description {
  color: #071b37;
  letter-spacing: -0.1px;
}
.page-item.alternate-blocks {
  padding: 40px 0 0 0;
}
.page-item.alternate-blocks .container {
  max-width: 100%;
}
.page-item.alternate-blocks article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.alternate-blocks .text {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 75px 125px 75px 125px;
}
.page-item.alternate-blocks .text .text-container {
  max-width: 445px;
  margin-right: auto;
  margin-left: auto;
}
.page-item.alternate-blocks .text .text-container > *:first-child {
  margin-top: 0;
}
.page-item.alternate-blocks .images {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-item.alternate-blocks .images.multiple {
  height: 445px;
  position: relative;
  width: 540px;
}
.page-item.alternate-blocks .images.multiple .image {
  display: none;
}
.page-item.alternate-blocks .images.multiple .image:nth-child(1), .page-item.alternate-blocks .images.multiple .image:nth-child(2), .page-item.alternate-blocks .images.multiple .image:nth-child(3) {
  display: block;
  position: absolute;
  border-radius: 4px;
}
.page-item.alternate-blocks .images.multiple .image:nth-child(1) {
  width: 255px;
  height: 255px;
  left: 0;
  top: 0;
}
.page-item.alternate-blocks .images.multiple .image:nth-child(2) {
  width: 255px;
  height: 255px;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.page-item.alternate-blocks .images.multiple .image:nth-child(3) {
  display: block;
  left: calc(50% - 15px);
  bottom: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  width: 160px;
  height: 160px;
}
.page-item.alternate-blocks .image {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .page-item.alternate-blocks .order.normal article:nth-child(2n+1) .images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-item.alternate-blocks .order.normal article:nth-child(2n+1) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 125px;
    padding-right: 125px;
  }
  .page-item.alternate-blocks .order.reverse article:nth-child(2n) .images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-item.alternate-blocks .order.reverse article:nth-child(2n) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (max-width: 1025px) {
  .page-item.alternate-blocks article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.alternate-blocks .images,
.page-item.alternate-blocks .text {
    width: 100%;
  }
  .page-item.alternate-blocks .images.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .page-item.alternate-blocks .images.multiple .image:nth-child(1), .page-item.alternate-blocks .images.multiple .image:nth-child(2), .page-item.alternate-blocks .images.multiple .image:nth-child(3) {
    position: relative;
    width: 100%;
    height: calc((100vw - 40px) / 3);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    border-radius: 0;
  }
  .page-item.alternate-blocks .images:not(.multiple) .image {
    height: 300px;
    width: 100%;
  }
  .page-item.alternate-blocks .images:not(.multiple) .image:after {
    display: none;
  }
  .page-item.alternate-blocks .text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 20px 0 20px;
  }
}
.page-item.cta {
  padding: 40px 0 0 0;
}
.page-item.cta .bg-container {
  position: relative;
  padding: 48px 20px;
  overflow: hidden;
  background: #000;
}
.page-item.cta .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.page-item.cta .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-item.cta .img {
  padding: 0;
  width: 350px;
}
.page-item.cta .img img {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.page-item.cta .content-container {
  max-width: 540px;
}
.page-item.cta .content {
  padding-left: 30px;
  width: calc(100% - 350px);
}
.page-item.cta .content > *:first-child {
  margin-bottom: 20px;
}
.page-item.cta .content p,
.page-item.cta .content h2,
.page-item.cta .content h3,
.page-item.cta .content h4,
.page-item.cta .content h5,
.page-item.cta .content h6 {
  color: #fff;
}
@media screen and (max-width: 650px) {
  .page-item.cta .img {
    display: none;
  }
  .page-item.cta .content {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.page-item.commitments {
  position: relative;
  padding: 72px 20px;
}
.page-item.commitments .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-item.commitments .print {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: auto;
}
.page-item.commitments .left,
.page-item.commitments .right {
  width: 50%;
  position: relative;
}
.page-item.commitments .left {
  z-index: 0;
}
.page-item.commitments .left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: relative;
}
.page-item.commitments .left img:first-of-type {
  width: 296px;
  height: 425px;
  z-index: 1;
}
.page-item.commitments .left img:last-of-type {
  width: 365px;
  height: 523px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-item.commitments .right {
  z-index: 1;
  padding-top: 68px;
  padding-left: 80px;
}
.page-item.commitments .right h2 {
  margin-top: 0;
  margin-bottom: 33px;
}
.page-item.commitments .commitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.commitments .commitment:not(:last-child) {
  margin-bottom: 23px;
}
.page-item.commitments .c-img {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 6px;
  border-radius: 100%;
}
.page-item.commitments .c-img img {
  display: block;
  border-radius: 100%;
}
.page-item.commitments .c-text {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.page-item.commitments .c-title {
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.page-item.commitments .c-description {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.page-item.commitments .site-title {
  text-align: center;
  margin-top: 43px;
  display: inline-block;
  width: 231px;
}
.page-item.commitments .site-title .icon svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.page-item.commitments .site-title .icon svg g#Accueil {
  fill: #000;
}
.page-item.commitments .site-title span.icon {
  margin-bottom: 20px;
}
.page-item.commitments .site-title span {
  display: inline-block;
  vertical-align: middle;
}
.page-item.commitments .site-title span:not(.icon) {
  display: block;
  color: #8b8b8b;
  font-size: 2.9rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  font-family: "lovelo";
  font-weight: 900;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1175px) {
  .page-item.commitments .site-title {
    display: none;
  }
}
@media screen and (max-width: 1075px) {
  .page-item.commitments .print {
    display: none;
  }
  .page-item.commitments .left {
    width: 365px;
  }
  .page-item.commitments .left img:first-of-type {
    display: none;
  }
  .page-item.commitments .right {
    width: calc(100% - 365px);
  }
}
@media screen and (max-width: 715px) {
  .page-item.commitments .left {
    width: 180px;
  }
  .page-item.commitments .right {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 520px) {
  .page-item.commitments .left {
    display: none;
  }
  .page-item.commitments .right {
    width: 100%;
    padding-left: 0;
  }
  .page-item.commitments .commitment {
    margin-left: 0;
  }
  .page-item.commitments .commitment .c-img {
    padding: 0;
  }
}
.page-item.form {
  padding: 4rem 2rem 0 2rem;
}
.page-item.form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item.form .contacts-block {
  width: 350px;
  max-width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #303030;
  color: #fff;
  border-radius: 4px;
  padding: 3.2rem 2.7rem;
}
.page-item.form .contacts-block a {
  color: #fff;
  font-weight: 400;
}
.page-item.form .contacts-block a:hover {
  text-decoration: underline;
}
.page-item.form .contacts-block .contact {
  margin-bottom: 2.5rem;
}
.page-item.form .contacts-block .contact:last-of-type {
  margin-bottom: 0;
}
.page-item.form .contacts-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.6rem;
}
.page-item.form .contacts-block .info .icon {
  color: #fff;
  font-size: 2.1rem;
  width: 39px;
}
.page-item.form .contacts-block .info .icon i {
  text-align: top;
}
.page-item.form .contacts-block .info .right {
  width: calc(100% - 39px);
  padding-top: 0.8rem;
}
.page-item.form .contacts-block .info .text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.page-item.form .contacts-block .info .text span {
  display: block;
}
.page-item.form .contacts-block .info .title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.page-item.form .form {
  width: calc(100% - 350px);
  max-width: 100%;
  padding-right: 3rem;
}
@media screen and (max-width: 1025px) {
  .page-item.form .contacts-block {
    width: 100%;
    margin-top: 3rem;
    max-width: 350px;
  }
  .page-item.form .form {
    width: 100%;
    padding-right: 0;
  }
}
.page-item.map {
  padding: 40px 0 0 0;
}
.page-item.map .map-container {
  position: relative;
}
.page-item.map .map {
  height: 360px;
}
.page-item.map p {
  margin: 0;
}
.page-item.drawers {
  padding: 4rem 2rem 0 2rem;
}
.page-item.drawers .container {
  max-width: 730px;
}
.page-item.drawers .item {
  border-top: 1px solid #dedede;
  padding-left: 3.3rem;
}
.page-item.drawers .item:last-of-type {
  border-bottom: 1px solid #dedede;
}
.page-item.drawers .item.open .minus {
  opacity: 1;
}
.page-item.drawers .item.open .plus {
  opacity: 0;
}
.page-item.drawers .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.4rem 0;
  cursor: pointer;
}
.page-item.drawers h3 {
  margin: 0;
  color: #143244;
}
.page-item.drawers .toggle {
  margin: 0 3.3rem;
  font-weight: bold;
  height: 32px;
  position: relative;
  width: 32px;
  display: block;
}
.page-item.drawers .minus,
.page-item.drawers .plus {
  display: inline-block;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 0s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 0s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 0s;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-item.drawers .minus {
  opacity: 0;
  background: #a7766b;
}
.page-item.drawers .minus svg {
  fill: #fff;
}
.page-item.drawers .plus {
  opacity: 1;
  background-color: #a7766b;
  vertical-align: middle;
  display: block;
}
.page-item.drawers .plus svg {
  fill: #fff;
}
.page-item.drawers svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.page-item.drawers .content {
  padding: 0 9.5rem 4rem 0;
  color: #071b37;
  letter-spacing: -0.1px;
}
.page-item.drawers .content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .page-item.drawers .item {
    padding-left: 0;
  }
  .page-item.drawers .content {
    padding-right: 0;
  }
}
.page-item.gallery {
  padding: 80px 20px 40px 20px;
}
.page-item.gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-item.gallery .image {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
}
.page-item.gallery .left,
.page-item.gallery .right {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-item.gallery .left .image:nth-child(1), .page-item.gallery .left .image:nth-child(2) {
  display: block;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.page-item.gallery .left .image:nth-child(3) {
  display: block;
}
.page-item.gallery .right .image:nth-child(1) {
  display: block;
  margin-bottom: 30px;
}
.page-item.gallery .right .image:nth-child(2), .page-item.gallery .right .image:nth-child(3) {
  display: block;
  width: calc(50% - 15px);
}
@media screen and (max-width: 769px) {
  .page-item.gallery {
    padding: 40px 20px;
  }
  .page-item.gallery .left,
.page-item.gallery .right {
    width: 100%;
  }
  .page-item.gallery .left {
    margin-bottom: 15px;
  }
  .page-item.gallery .left .image:nth-child(1), .page-item.gallery .left .image:nth-child(2) {
    margin-bottom: 15px;
    width: calc(50% - 7.5px);
  }
  .page-item.gallery .right .image:nth-child(1) {
    margin-bottom: 15px;
  }
  .page-item.gallery .right .image:nth-child(2), .page-item.gallery .right .image:nth-child(3) {
    width: calc(50% - 7.5px);
  }
}
.page-item.image {
  position: relative;
  padding-top: 40px;
}
.page-item.image .parallax-window,
.page-item.image img {
  min-height: 400px;
}
@media screen and (max-width: 1025px) {
  .page-item.image .parallax-window,
.page-item.image img {
    min-height: 300px;
  }
}
.page-item.image img {
  display: block;
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1025px) {
  .page-item.image img {
    max-height: 300px;
  }
}
.page-item.list, .page-item.news, .page-item.partners-list, .page-item.woocommerce-products {
  padding: 4rem 2rem 0 2rem;
}
.page-item.list .list-container, .page-item.news .list-container, .page-item.partners-list .list-container, .page-item.woocommerce-products .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.page-item.list .list-container.blocks-display-column, .page-item.news .list-container.blocks-display-column, .page-item.partners-list .list-container.blocks-display-column, .page-item.woocommerce-products .list-container.blocks-display-column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item.list .list-container.blocks-display-column .item, .page-item.news .list-container.blocks-display-column .item, .page-item.partners-list .list-container.blocks-display-column .item, .page-item.woocommerce-products .list-container.blocks-display-column .item {
  padding-bottom: 2rem;
}
.page-item.list .list-container.blocks-display-column.column-count-4 .item, .page-item.news .list-container.blocks-display-column.column-count-4 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item {
  max-width: calc(25% - 2.25rem);
}
@media screen and (min-width: 950px) {
  .page-item.list .list-container.blocks-display-column.column-count-4 .item:nth-child(4n+4), .page-item.news .list-container.blocks-display-column.column-count-4 .item:nth-child(4n+4), .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item:nth-child(4n+4), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.page-item.list .list-container.blocks-display-column.column-count-3 .item, .page-item.news .list-container.blocks-display-column.column-count-3 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-3 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-3 .item {
  max-width: calc(33.3333% - 2rem);
}
@media screen and (min-width: 750px) {
  .page-item.list .list-container.blocks-display-column.column-count-3 .item:nth-child(3n+3), .page-item.news .list-container.blocks-display-column.column-count-3 .item:nth-child(3n+3), .page-item.partners-list .list-container.blocks-display-column.column-count-3 .item:nth-child(3n+3), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-3 .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.page-item.list .list-container.blocks-display-column.column-count-2 .item, .page-item.news .list-container.blocks-display-column.column-count-2 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-2 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-2 .item {
  max-width: calc(50% - 1.5rem);
}
@media screen and (min-width: 550px) {
  .page-item.list .list-container.blocks-display-column.column-count-2 .item:nth-child(2n+2), .page-item.news .list-container.blocks-display-column.column-count-2 .item:nth-child(2n+2), .page-item.partners-list .list-container.blocks-display-column.column-count-2 .item:nth-child(2n+2), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-2 .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.page-item.list .list-container.blocks-display-column.column-count-1 .item, .page-item.news .list-container.blocks-display-column.column-count-1 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-1 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-1 .item {
  max-width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 950px) and (min-width: 750px) {
  .page-item.list .list-container.blocks-display-column.column-count-4 .item, .page-item.news .list-container.blocks-display-column.column-count-4 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item {
    max-width: calc(33.3333% - 2rem);
  }
  .page-item.list .list-container.blocks-display-column.column-count-4 .item:nth-child(3n+3), .page-item.news .list-container.blocks-display-column.column-count-4 .item:nth-child(3n+3), .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item:nth-child(3n+3), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) and (min-width: 550px) {
  .page-item.list .list-container.blocks-display-column.column-count-4 .item, .page-item.list .list-container.blocks-display-column.column-count-3 .item, .page-item.news .list-container.blocks-display-column.column-count-4 .item, .page-item.news .list-container.blocks-display-column.column-count-3 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-3 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-3 .item {
    max-width: calc(50% - 1.5rem);
  }
  .page-item.list .list-container.blocks-display-column.column-count-4 .item:nth-child(2n+2), .page-item.list .list-container.blocks-display-column.column-count-3 .item:nth-child(2n+2), .page-item.news .list-container.blocks-display-column.column-count-4 .item:nth-child(2n+2), .page-item.news .list-container.blocks-display-column.column-count-3 .item:nth-child(2n+2), .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item:nth-child(2n+2), .page-item.partners-list .list-container.blocks-display-column.column-count-3 .item:nth-child(2n+2), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item:nth-child(2n+2), .page-item.woocommerce-products .list-container.blocks-display-column.column-count-3 .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .page-item.list .list-container.blocks-display-column.column-count-4 .item, .page-item.list .list-container.blocks-display-column.column-count-3 .item, .page-item.list .list-container.blocks-display-column.column-count-2 .item, .page-item.news .list-container.blocks-display-column.column-count-4 .item, .page-item.news .list-container.blocks-display-column.column-count-3 .item, .page-item.news .list-container.blocks-display-column.column-count-2 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-4 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-3 .item, .page-item.partners-list .list-container.blocks-display-column.column-count-2 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-4 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-3 .item, .page-item.woocommerce-products .list-container.blocks-display-column.column-count-2 .item {
    max-width: 100%;
    margin-right: 0;
  }
}
.page-item.list .list-container.blocks-display-column .item, .page-item.news .list-container.blocks-display-column .item, .page-item.partners-list .list-container.blocks-display-column .item, .page-item.woocommerce-products .list-container.blocks-display-column .item {
  width: 100%;
  margin-right: 3rem;
}
.page-item.list .list-container.blocks-display-inline, .page-item.news .list-container.blocks-display-inline, .page-item.partners-list .list-container.blocks-display-inline, .page-item.woocommerce-products .list-container.blocks-display-inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item.list .list-container.blocks-display-inline .item, .page-item.news .list-container.blocks-display-inline .item, .page-item.partners-list .list-container.blocks-display-inline .item, .page-item.woocommerce-products .list-container.blocks-display-inline .item {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.6rem 0;
  border-top: 1px solid #dedede;
  width: 100%;
}
.page-item.list .list-container.blocks-display-inline .item:last-child, .page-item.news .list-container.blocks-display-inline .item:last-child, .page-item.partners-list .list-container.blocks-display-inline .item:last-child, .page-item.woocommerce-products .list-container.blocks-display-inline .item:last-child {
  border-bottom: 1px solid #dedede;
}
.page-item.list .list-container.blocks-display-inline .image, .page-item.news .list-container.blocks-display-inline .image, .page-item.partners-list .list-container.blocks-display-inline .image, .page-item.woocommerce-products .list-container.blocks-display-inline .image {
  width: 255px;
  max-width: 100%;
  margin-bottom: 0;
}
.page-item.list .list-container.blocks-display-inline .text, .page-item.news .list-container.blocks-display-inline .text, .page-item.partners-list .list-container.blocks-display-inline .text, .page-item.woocommerce-products .list-container.blocks-display-inline .text {
  padding: 2.1rem 0 2.1rem 3rem;
  width: calc(100% - 255px);
}
.page-item.list .list-container.blocks-display-inline h3, .page-item.news .list-container.blocks-display-inline h3, .page-item.partners-list .list-container.blocks-display-inline h3, .page-item.woocommerce-products .list-container.blocks-display-inline h3 {
  margin-bottom: 0.8rem;
}
.page-item.list .list-container.blocks-display-inline .btn, .page-item.news .list-container.blocks-display-inline .btn, .page-item.partners-list .list-container.blocks-display-inline .btn, .page-item.woocommerce-products .list-container.blocks-display-inline .btn {
  margin-top: 1rem;
}
@media screen and (max-width: 650px) {
  .page-item.list .list-container.blocks-display-inline .item, .page-item.news .list-container.blocks-display-inline .item, .page-item.partners-list .list-container.blocks-display-inline .item, .page-item.woocommerce-products .list-container.blocks-display-inline .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-item.list .list-container.blocks-display-inline .image, .page-item.news .list-container.blocks-display-inline .image, .page-item.partners-list .list-container.blocks-display-inline .image, .page-item.woocommerce-products .list-container.blocks-display-inline .image {
    width: 150px;
  }
  .page-item.list .list-container.blocks-display-inline .text, .page-item.news .list-container.blocks-display-inline .text, .page-item.partners-list .list-container.blocks-display-inline .text, .page-item.woocommerce-products .list-container.blocks-display-inline .text {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 450px) {
  .page-item.list .list-container.blocks-display-inline .item, .page-item.news .list-container.blocks-display-inline .item, .page-item.partners-list .list-container.blocks-display-inline .item, .page-item.woocommerce-products .list-container.blocks-display-inline .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.list .list-container.blocks-display-inline .image, .page-item.news .list-container.blocks-display-inline .image, .page-item.partners-list .list-container.blocks-display-inline .image, .page-item.woocommerce-products .list-container.blocks-display-inline .image {
    width: 100%;
  }
  .page-item.list .list-container.blocks-display-inline .text, .page-item.news .list-container.blocks-display-inline .text, .page-item.partners-list .list-container.blocks-display-inline .text, .page-item.woocommerce-products .list-container.blocks-display-inline .text {
    width: 100%;
    padding-left: 0;
  }
}
.page-item.list .list-container.images-display-round .image, .page-item.news .list-container.images-display-round .image, .page-item.partners-list .list-container.images-display-round .image, .page-item.woocommerce-products .list-container.images-display-round .image {
  text-align: center;
}
.page-item.list .list-container.images-display-round .image a, .page-item.news .list-container.images-display-round .image a, .page-item.partners-list .list-container.images-display-round .image a, .page-item.woocommerce-products .list-container.images-display-round .image a {
  width: auto;
  display: inline-block;
}
.page-item.list .list-container.images-display-round .image img, .page-item.news .list-container.images-display-round .image img, .page-item.partners-list .list-container.images-display-round .image img, .page-item.woocommerce-products .list-container.images-display-round .image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px;
  margin: 0 auto;
}
.page-item.list .list-container.images-display-round .image .label, .page-item.news .list-container.images-display-round .image .label, .page-item.partners-list .list-container.images-display-round .image .label, .page-item.woocommerce-products .list-container.images-display-round .image .label {
  margin-top: 0.5rem;
}
.page-item.list .list-container.images-display-round .text, .page-item.news .list-container.images-display-round .text, .page-item.partners-list .list-container.images-display-round .text, .page-item.woocommerce-products .list-container.images-display-round .text {
  text-align: center;
}
.page-item.list .image, .page-item.news .image, .page-item.partners-list .image, .page-item.woocommerce-products .image {
  position: relative;
  margin-bottom: 1.7rem;
}
.page-item.list .image img,
.page-item.list .image > a, .page-item.news .image img,
.page-item.news .image > a, .page-item.partners-list .image img,
.page-item.partners-list .image > a, .page-item.woocommerce-products .image img,
.page-item.woocommerce-products .image > a {
  display: block;
}
.page-item.list .label, .page-item.news .label, .page-item.partners-list .label, .page-item.woocommerce-products .label {
  margin-top: -1.5rem;
  color: #071b37;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.page-item.list .label ul, .page-item.news .label ul, .page-item.partners-list .label ul, .page-item.woocommerce-products .label ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0.4rem 1.6rem;
}
.page-item.list .label li, .page-item.news .label li, .page-item.partners-list .label li, .page-item.woocommerce-products .label li {
  display: inline-block;
  margin-right: 1rem;
}
.page-item.list .label li:last-of-type, .page-item.news .label li:last-of-type, .page-item.partners-list .label li:last-of-type, .page-item.woocommerce-products .label li:last-of-type {
  margin-right: 0;
}
.page-item.list .label a, .page-item.news .label a, .page-item.partners-list .label a, .page-item.woocommerce-products .label a {
  color: #071b37;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-item.list .label a:hover, .page-item.news .label a:hover, .page-item.partners-list .label a:hover, .page-item.woocommerce-products .label a:hover {
  color: #a7766b;
}
.page-item.list .text h3, .page-item.news .text h3, .page-item.partners-list .text h3, .page-item.woocommerce-products .text h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.page-item.list .text .description, .page-item.news .text .description, .page-item.partners-list .text .description, .page-item.woocommerce-products .text .description {
  color: #071b37;
  letter-spacing: -0.1px;
  line-height: 2.4rem;
}
.page-item.list .text .btn, .page-item.news .text .btn, .page-item.partners-list .text .btn, .page-item.woocommerce-products .text .btn {
  margin-top: 18px;
}
.page-item.list .btn-container, .page-item.news .btn-container, .page-item.partners-list .btn-container, .page-item.woocommerce-products .btn-container {
  text-align: center;
  padding: 3rem 2rem 0 2rem;
}
.page-item.order-confirmation {
  text-align: center;
  padding: 12.8rem 2rem 8rem 2rem;
}
.page-item.order-confirmation h1 {
  color: #303030;
  font-family: "lovelo";
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}
.page-item.order-confirmation p:nth-of-type(2) {
  margin: 2.9rem 0 4.7rem 0;
}
.page-item.order-confirmation a:not(.btn) {
  color: #303030;
}
.page-item.order-confirmation .container {
  position: relative;
}
.page-item.order-confirmation .print,
.page-item.order-confirmation .print2 {
  position: absolute;
  display: block;
}
.page-item.order-confirmation .print {
  left: 0;
  top: -44px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.page-item.order-confirmation .print2 {
  bottom: -20px;
  right: 0;
}
@media screen and (max-width: 990px) {
  .page-item.order-confirmation {
    padding: 4rem 2rem;
  }
  .page-item.order-confirmation .print, .page-item.order-confirmation .print2 {
    display: none;
  }
}
.page-item.our-products {
  position: relative;
  z-index: 1;
}
.page-item.our-products + .page-item.cta {
  padding-top: 0;
}
.page-item.our-products + .page-item.gallery {
  padding: 40px 20px;
  background: #000;
  margin-bottom: -40px;
}
.page-item.our-products .lines {
  padding: 0 20px 72px 20px;
  background-color: #000000;
  color: #f9f5f4;
}
.page-item.our-products h2 {
  color: #f9f5f4;
  margin-top: 0;
}
.page-item.our-products .container {
  max-width: 1110px;
}
.page-item.our-products .anchors {
  background: #a7766b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: auto;
}
.page-item.our-products .anchors a {
  color: #ffffff;
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
  padding: 2.4rem 2rem;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-item.our-products .anchors a:hover {
  text-decoration: underline;
}
.page-item.our-products .anchor:first-child {
  margin-left: auto;
}
.page-item.our-products .anchor:last-child {
  margin-right: auto;
}
.page-item.our-products .col-left,
.page-item.our-products .col-right {
  width: 50%;
}
.page-item.our-products img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
  position: relative;
}
.page-item.our-products .description {
  line-height: 2.4rem;
}
.page-item.our-products .print {
  position: absolute;
}
.page-item.our-products .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-item.our-products .line-1 {
  padding-top: 70px;
}
.page-item.our-products .line-1 .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  padding-right: 110px;
}
.page-item.our-products .line-1 .description {
  margin-bottom: 89px;
}
.page-item.our-products .line-1 .img1 {
  width: 255px;
  height: 218px;
}
.page-item.our-products .line-1 .img2 {
  width: 160px;
  height: 218px;
  margin-left: 30px;
}
.page-item.our-products .line-1 .img3 {
  width: 255px;
  height: 358px;
  z-index: 1;
}
.page-item.our-products .line-1 .print {
  top: 10px;
  right: 0;
}
.page-item.our-products .line-1 .img4 {
  width: 445px;
  height: 381px;
  margin-top: -18.4rem;
  margin-left: auto;
  display: block;
  z-index: 0;
}
.page-item.our-products .line-1 .site-title {
  position: absolute;
  right: -53px;
  bottom: 0;
}
.page-item.our-products .line-1 .site-title svg {
  width: 132px;
  height: 132px;
}
.page-item.our-products .line-1 .site-title svg #Accueil {
  fill: #fff;
}
.page-item.our-products .line-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  padding-top: 82px;
}
.page-item.our-products .line-2 h2 {
  margin: 0 0 8px 0;
}
.page-item.our-products .line-2 .col-right {
  width: 42%;
  padding-left: 30px;
}
.page-item.our-products .line-2 .col-left {
  width: 58%;
  padding-top: 40px;
  position: relative;
}
.page-item.our-products .line-2 .img1 {
  width: 445px;
  height: 360px;
}
.page-item.our-products .line-2 .img2 {
  width: 255px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 40px;
}
.page-item.our-products .line-2 .img3 {
  width: 445px;
  height: 291px;
}
.page-item.our-products .line-2 .print {
  top: 0;
  left: -46px;
  z-index: 2;
}
.page-item.our-products .line-2 .description {
  margin-bottom: 41px;
}
.page-item.our-products .line-2 .site-title {
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: -57px;
}
.page-item.our-products .line-2 .site-title span {
  color: #f9f5f4;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-family: "lovelo";
  font-weight: 900;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: middle;
}
.page-item.our-products .line-3 {
  z-index: 1;
  margin-top: -96px;
}
.page-item.our-products .line-3 .col-right {
  width: 60%;
  padding-left: 30px;
  padding-top: 47px;
}
.page-item.our-products .line-3 .col-left {
  width: 40%;
}
.page-item.our-products .line-3 h2 {
  margin-top: 47px;
}
.page-item.our-products .line-3 .img1 {
  width: 445px;
  height: 328px;
}
.page-item.our-products .line-3 .img2 {
  width: 255px;
  height: 328px;
  z-index: 2;
}
.page-item.our-products .line-3 .img3 {
  width: 445px;
  height: 328px;
  margin-left: 95px;
  margin-top: -180px;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 1170px) {
  .page-item.our-products .line-1 .description {
    margin-bottom: 2rem;
  }
  .page-item.our-products .line-1 .col-right {
    font-size: 0;
  }
  .page-item.our-products .line-1 .col-left {
    padding-right: 2rem;
  }
  .page-item.our-products .line-1 .site-title {
    display: none;
  }
  .page-item.our-products .line-1 .print {
    display: none;
  }
  .page-item.our-products .line-1 .img3, .page-item.our-products .line-1 .img4, .page-item.our-products .line-1 .img1, .page-item.our-products .line-1 .img2 {
    width: 48%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .page-item.our-products .line-1 .img4 {
    margin-top: 0;
    margin-left: 2%;
  }
  .page-item.our-products .line-1 .img2 {
    margin-left: 2%;
  }
  .page-item.our-products .line-2 .description {
    margin-bottom: 2rem;
  }
  .page-item.our-products .line-2 .site-title {
    display: none;
  }
  .page-item.our-products .line-2 .print {
    display: none;
  }
  .page-item.our-products .line-2 .img2 {
    position: static;
  }
  .page-item.our-products .line-2 .img3 {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .page-item.our-products .line-2 .img1, .page-item.our-products .line-2 .img2 {
    width: 48%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .page-item.our-products .line-2 .col-right {
    padding-left: 2rem;
  }
  .page-item.our-products .line-3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .page-item.our-products .lines {
    padding-bottom: 2rem;
  }
  .page-item.our-products .line h2 {
    text-align: center;
    width: 100%;
  }
  .page-item.our-products .line .description {
    text-align: center;
  }
  .page-item.our-products .line-1 {
    padding-top: 2rem;
  }
  .page-item.our-products .line-1 .col-right {
    display: none;
  }
  .page-item.our-products .line-1 .col-left {
    width: 100%;
  }
  .page-item.our-products .line-2 {
    padding-top: 2rem;
  }
  .page-item.our-products .line-2 .col-left {
    display: none;
  }
  .page-item.our-products .line-2 .col-right {
    padding-left: 0;
    width: 100%;
  }
  .page-item.our-products .line-3 {
    padding-top: 2rem;
  }
  .page-item.our-products .line-3 h2 {
    margin-top: 0;
  }
  .page-item.our-products .line-3 .col-right {
    display: none;
  }
  .page-item.our-products .line-3 .col-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-item.our-products .line-3 .img1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 400px;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
  .page-item.our-products .line-3 h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-item.our-products .line-3 .description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2rem;
  }
}
.page-item.news h3 {
  color: #000;
}
.page-item.numbers {
  position: relative;
  padding: 8rem 2rem 4rem 2rem;
  z-index: 1;
}
.page-item.numbers .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-item.numbers .item {
  width: 100%;
  text-align: center;
  color: #a7766b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-item.numbers .item:last-of-type {
  border-right: 0;
}
.page-item.numbers .line.line-1 {
  color: #9a5f52;
  font-family: "lovelo";
  font-size: 6.4rem;
  font-weight: 900;
  letter-spacing: -0.18rem;
  line-height: 8rem;
  text-align: center;
}
.page-item.numbers .line.line-2 {
  color: #071b37;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1281px) {
  .page-item.numbers .numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.numbers .item {
    border-right: 0;
    border-bottom: 1px solid rgba(173, 173, 173, 0.5);
    padding: 1.5rem 0;
  }
  .page-item.numbers .item:last-of-type {
    border-bottom: 0;
  }
  .page-item.numbers .line.line-1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 769px) {
  .page-item.numbers .line.line-1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.page-item.partners-selection {
  padding-top: 40px;
}
.page-item.partners-selection h2 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px 0;
}
.page-item.partners-selection .bg-color {
  background-color: #000000;
  padding: 40px 120px;
}
.page-item.partners-selection a {
  display: inline-block;
  vertical-align: middle;
}
.page-item.partners-selection img {
  max-width: 100%;
  display: inline-block;
  max-height: 76px;
  width: auto;
}
.page-item.partners-selection .item {
  background: #fff;
  text-align: center;
  padding: 20px 12px;
  border-radius: 4px;
  height: 120px;
  line-height: 8rem;
}
.page-item.partners-selection .slide-custom-nav {
  position: absolute;
  left: -120px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: calc(100% + 240px);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  line-height: 12rem;
  z-index: 1;
  pointer-events: none;
}
.page-item.partners-selection .slide-custom-nav svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-item.partners-selection .custom-prev,
.page-item.partners-selection .custom-next {
  display: block;
  width: 120px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}
.page-item.partners-selection .custom-prev:hover svg,
.page-item.partners-selection .custom-next:hover svg {
  fill: #071b37;
}
.page-item.partners-selection .container {
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-item.partners-selection .bg-color {
    padding: 40px 60px;
  }
  .page-item.partners-selection .slide-custom-nav {
    left: -60px;
    width: calc(100% + 120px);
  }
  .page-item.partners-selection .custom-prev,
.page-item.partners-selection .custom-next {
    width: 60px;
  }
}
.page-item.partners-list {
  padding-top: 0;
}
.page-item.partners-list .list-container {
  padding-top: 40px;
}
.page-item.presentation {
  padding: 30px 20px 72px 20px;
}
.page-item.presentation .subheading {
  color: #8b8b8b;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.page-item.presentation .subheading:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #8b8b8b;
  margin-right: 8px;
  margin-left: -32px;
}
.page-item.presentation .text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.page-item.presentation .img-description {
  color: #8b8b8b;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.page-item.presentation .site-title {
  text-align: center;
}
.page-item.presentation .site-title .icon svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.page-item.presentation .site-title .icon svg g#Accueil {
  fill: #000;
}
.page-item.presentation .site-title span {
  display: inline-block;
  vertical-align: middle;
}
.page-item.presentation .site-title span:not(.icon) {
  color: #8b8b8b;
  font-size: 2.9rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  font-family: "lovelo";
  font-weight: 900;
  letter-spacing: 0.1rem;
}
.page-item.presentation .tagline {
  text-align: right;
  color: #000000;
  font-family: "lovelo";
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.18rem;
  line-height: 3.2rem;
  position: absolute;
  left: -147px;
  bottom: 0;
}
.page-item.presentation .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-item.presentation .top .col-1 {
  width: 350px;
}
.page-item.presentation .top .col-2 {
  width: 170px;
  margin: 0 50px 0 65px;
}
.page-item.presentation .top .col-2 .img-description {
  text-align: center;
}
.page-item.presentation .top .col-2 .img-description:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e4bdb4;
  margin: 16px auto 11px auto;
}
.page-item.presentation .top .col-3 {
  width: 350px;
  position: relative;
  padding-bottom: 92px;
}
.page-item.presentation .top .col-3 .site-title {
  position: absolute;
  right: 66px;
  top: 33px;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.page-item.presentation .top .col-3 span.icon {
  margin-bottom: 20px;
}
.page-item.presentation .top .col-3 span:not(.icon) {
  display: block;
}
.page-item.presentation .top .col-3 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.presentation .top .col-3 img:nth-child(1) {
  width: 255px;
  height: 376px;
  position: relative;
  z-index: 1;
}
.page-item.presentation .top .col-3 img:nth-child(2) {
  width: 265px;
  height: 265px;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.page-item.presentation .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-item.presentation .bottom .col-1 {
  width: 671px;
  position: relative;
  padding-bottom: 108px;
}
.page-item.presentation .bottom .col-1 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.presentation .bottom .col-1 img:nth-child(1) {
  width: 474px;
  height: 287px;
  position: relative;
  z-index: 0;
}
.page-item.presentation .bottom .col-1 img:nth-child(2) {
  width: 234px;
  height: 350px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.page-item.presentation .bottom .col-1 .float {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 437px;
  padding: 0 22px;
}
.page-item.presentation .bottom .col-1 .float .icon {
  margin: 0 12px;
}
.page-item.presentation .bottom .col-1 .float .img-description {
  text-align: right;
  margin-top: 25px;
}
.page-item.presentation .bottom .col-1 .float .img-description:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 1px;
  background-color: #8b8b8b;
  margin-left: 5px;
}
.page-item.presentation .bottom .col-2 {
  width: 350px;
  margin-left: 88px;
  margin-top: 58px;
}
@media screen and (max-width: 1115px) {
  .page-item.presentation .top .col-3 .site-title {
    display: none;
  }
  .page-item.presentation .bottom .col-1 .float {
    display: none;
  }
}
@media screen and (max-width: 985px) {
  .page-item.presentation .top .col-3 span:not(.icon) {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  .page-item.presentation .subheading {
    margin-left: 3.7rem;
  }
  .page-item.presentation .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .page-item.presentation .top .col-3 {
    display: none;
  }
  .page-item.presentation .top .col-1,
.page-item.presentation .top .col-2 {
    width: 50%;
  }
  .page-item.presentation .top .col-2 {
    margin-right: 0;
  }
  .page-item.presentation .bottom .col-1,
.page-item.presentation .bottom .col-2 {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .page-item.presentation .bottom .col-2 {
    margin-left: 2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .page-item.presentation .top .col-1 {
    width: 100%;
  }
  .page-item.presentation .top .col-2 {
    display: none;
  }
  .page-item.presentation .bottom .col-1 {
    display: none;
  }
  .page-item.presentation .bottom .col-2 {
    width: 100%;
    margin-left: 0;
  }
}
.page-item.slider-home {
  position: relative;
  padding-bottom: 32px;
  height: 732px;
}
.page-item.slider-home .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  line-height: 700px;
  position: relative;
  background-color: #143244;
  overflow: hidden;
}
.page-item.slider-home .item:after {
  content: "";
  background: #000;
  opacity: 0.16;
  z-index: 2;
}
.page-item.slider-home .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.slider-home .content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  text-align: center;
}
.page-item.slider-home .text,
.page-item.slider-home h1 {
  -webkit-backface-visibility: none;
          backface-visibility: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -400px, 0);
          transform: translate3d(0, -400px, 0);
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
}
.page-item.slider-home .text {
  color: #8b8b8b;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  line-height: 3.2rem;
}
.page-item.slider-home .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-item.slider-home .owl-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: none;
  overflow: hidden;
}
.page-item.slider-home .owl-item.active h1,
.page-item.slider-home .owl-item.active .text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-item.slider-home .owl-item.active h1 {
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
}
.page-item.slider-home .owl-item.active .text {
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.2s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.2s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.2s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
}
.page-item.slider-home .scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  color: #8b8b8b;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
  padding: 4rem 4rem 0 4rem;
}
.page-item.slider-home .scroll:after {
  content: "";
  width: 1px;
  height: 64px;
  margin: 0 auto;
  display: block;
  background: #8b8b8b;
  margin-top: 16px;
}
@media screen and (max-height: 730px) {
  .page-item.slider-home {
    height: 482px;
  }
  .page-item.slider-home .item {
    height: 450px;
    line-height: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .page-item.slider-home .item {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.page-item.recipes-list .container {
  max-width: 1110px;
}
.page-item.recipes-list .page-item.filters {
  background-color: #9a5f52;
  padding: 26px 20px;
}
.page-item.recipes-list .page-item.filters a {
  color: #ffffff;
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
}
.page-item.recipes-list .page-item.filters a:after {
  background-color: #f9f5f4;
  max-width: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.page-item.recipes-list .page-item.filters a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0.2rem;
  border: 0.2rem solid #f9f5f4;
  position: static;
  margin: 0 0.6rem 0 0;
  background: transparent;
}
.page-item.recipes-list .page-item.filters a.current:before {
  background-color: #f9f5f4;
}
.page-item.recipes-list .page-item.filters a:hover:after {
  max-width: 100%;
}
.page-item.recipes-list .recipes {
  padding: 0 2rem 4rem 2rem;
}
.page-item.recipes-list .recipes-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.recipes-list .recipes-container .image {
  width: 445px;
  position: relative;
}
.page-item.recipes-list .recipes-container .image a {
  display: block;
}
.page-item.recipes-list .recipes-container .text {
  width: calc(100% - 445px);
  padding-left: 3rem;
}
.page-item.recipes-list .recipes-container h2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.page-item.recipes-list .recipes-container .author {
  font-style: italic;
  margin-bottom: 1.6rem;
}
.page-item.recipes-list .recipes-container .description {
  color: #616161;
  letter-spacing: -0.01rem;
  line-height: 2.4rem;
  margin-bottom: 2.8rem;
}
.page-item.recipes-list .recipes-container .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  padding: 0.7rem 1.6rem 1.4rem 0;
  color: #e4bdb4;
}
.page-item.recipes-list .recipes-container .label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #e4bdb4;
  margin-right: 0.8rem;
}
.page-item.recipes-list .recipes-container .label a {
  display: inline-block;
  color: #e4bdb4;
}
@media screen and (min-width: 790px) {
  .page-item.recipes-list .recipes-container .item:nth-child(2n) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-item.recipes-list .recipes-container .item:nth-child(2n) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 790px) {
  .page-item.recipes-list .recipes-container .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2rem;
  }
  .page-item.recipes-list .recipes-container .image {
    width: 100%;
    max-height: 300px;
    position: relative;
    overflow: hidden;
  }
  .page-item.recipes-list .recipes-container .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
.page-item.recipes-slider {
  padding: 0 20px;
  position: relative;
}
.page-item.recipes-slider .container {
  max-width: 1295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.page-item.recipes-slider .col-1 {
  width: calc(100% / 3);
  position: relative;
}
.page-item.recipes-slider .col-1 .print {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-item.recipes-slider .col-1 .description {
  margin-bottom: 28px;
}
.page-item.recipes-slider .col-1 h2 {
  margin: 6.2rem 0 2.5rem 0;
}
.page-item.recipes-slider .col-2 {
  width: calc(100% / 3 * 2);
  position: relative;
}
.page-item.recipes-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #6db4de;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-item.recipes-slider .item .img,
.page-item.recipes-slider .item .text {
  width: 50%;
}
.page-item.recipes-slider .item .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.recipes-slider .item .text {
  color: #fff;
  padding: 40px 20px 40px 88px;
}
.page-item.recipes-slider .item .text .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 8px;
}
.page-item.recipes-slider .item .text .author {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-style: italic;
  margin-bottom: 16px;
}
.page-item.recipes-slider .item .text .description {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 23px;
}
.page-item.recipes-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 25%;
  bottom: 16px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.page-item.recipes-slider .owl-dots .owl-dot {
  background-color: #8b8b8b;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 2px;
}
.page-item.recipes-slider .owl-dots .owl-dot.active {
  background: #000;
}
.page-item.recipes-slider .slide-custom-nav {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.page-item.recipes-slider .slide-custom-nav .custom-prev,
.page-item.recipes-slider .slide-custom-nav .custom-next {
  pointer-events: auto;
  width: 105px;
  height: 105px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: block;
  cursor: pointer;
}
.page-item.recipes-slider .slide-custom-nav .custom-prev svg,
.page-item.recipes-slider .slide-custom-nav .custom-next svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.page-item.recipes-slider .slide-custom-nav .custom-prev {
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.page-item.recipes-slider .slide-custom-nav .custom-prev svg {
  fill: #000;
  right: 41px;
}
.page-item.recipes-slider .slide-custom-nav .custom-next {
  background-color: #000000;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}
.page-item.recipes-slider .slide-custom-nav .custom-next svg {
  left: 41px;
  fill: #fcfbf9;
}
@media screen and (max-width: 1100px) {
  .page-item.recipes-slider {
    padding: 0;
  }
  .page-item.recipes-slider:after {
    display: none;
  }
  .page-item.recipes-slider .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.recipes-slider .col-1,
.page-item.recipes-slider .col-2 {
    width: 100%;
  }
  .page-item.recipes-slider .col-1 {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  .page-item.recipes-slider .col-1 .print {
    left: 2rem;
  }
}
@media screen and (max-width: 665px) {
  .page-item.recipes-slider .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.recipes-slider .item .img,
.page-item.recipes-slider .item .text {
    width: 100%;
  }
  .page-item.recipes-slider .item .img img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-item.recipes-slider .item .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-item.recipes-slider .slide-custom-nav {
    width: 100%;
    overflow: hidden;
    top: 200px;
  }
  .page-item.recipes-slider .slide-custom-nav .custom-prev svg {
    right: 25px;
  }
  .page-item.recipes-slider .slide-custom-nav .custom-next svg {
    left: 25px;
  }
  .page-item.recipes-slider .owl-dots {
    left: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
  }
}
.page-item.text {
  padding: 40px 20px;
}
.page-item.text .container {
  max-width: 730px;
  width: 100%;
}
.page-item.text .text > *:first-child {
  margin-top: 0;
}
.page-item.shop {
  padding: 8rem 0;
  position: relative;
}
.page-item.shop .print {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 0;
  pointer-events: none;
}
.page-item.shop form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-item.shop .error {
  color: #071b37;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
}
.page-item.shop .col-left {
  width: 349px;
}
.page-item.shop .col-left .cart {
  background-color: #000000;
  padding: 2.4rem;
  margin-bottom: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-item.shop .col-left .cart .title {
  color: #f9f5f4;
  font-family: "lovelo";
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 6.4rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.page-item.shop .col-left .cart .toggle-cart-mobile {
  display: none;
}
.page-item.shop .col-left .cart .products {
  margin: 0 0 4.8rem 0;
  padding: 0;
  color: #f9f5f4;
  line-height: 1.6rem;
}
.page-item.shop .col-left .cart .products:empty {
  margin: 0;
}
.page-item.shop .col-left .cart .products li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}
.page-item.shop .col-left .cart .products li:last-child {
  margin-bottom: 0;
}
.page-item.shop .col-left .cart .products .product span {
  display: inline-block;
}
.page-item.shop .col-left .cart .products .product-delete {
  color: #9a5f52;
  cursor: pointer;
}
.page-item.shop .col-left .cart .products .product-title {
  margin-left: 0.8rem;
  padding-right: 1rem;
}
.page-item.shop .col-left .cart .products .product-unit {
  font-style: italic;
  margin-left: auto;
  margin-left: 7px;
  white-space: nowrap;
}
.page-item.shop .col-left .cart .products .product-qty {
  color: #9a5f52;
  font-weight: bold;
  font-style: italic;
}
.page-item.shop .col-left .cart .validate {
  text-align: center;
  color: #f9f5f4;
  font-family: "lovelo";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  background-color: #9a5f52;
  padding: 1.4rem 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.page-item.shop .col-left .cart .validate:hover {
  background: #fff;
  color: #000;
}
.page-item.shop .col-left .categories {
  background-color: #000000;
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
}
.page-item.shop .col-left .categories-mobile {
  display: none;
}
.page-item.shop .col-left .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 1.2rem;
}
.page-item.shop .col-left .category.active {
  background-color: #e4bdb4;
  padding: 1.6rem 1.2rem;
}
.page-item.shop .col-left .category.active span {
  color: #000000;
}
.page-item.shop .col-left .category img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.shop .col-left .category span {
  color: #f9f5f4;
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
}
.page-item.shop .col-right {
  width: calc(100% - 349px);
  padding-left: 3rem;
}
.page-item.shop .col-right .products {
  display: none;
}
.page-item.shop .col-right .products.active {
  display: block;
}
.page-item.shop .col-right .products .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
.page-item.shop .col-right .products .category img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.shop .col-right .products .category span {
  color: #303030;
  font-family: "lovelo";
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}
.page-item.shop .col-right .product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d8d8d8;
  padding: 1.6rem 0;
  /* Firefox */
}
.page-item.shop .col-right .product .title {
  color: #303030;
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
}
.page-item.shop .col-right .product .ppk {
  color: #9a5f52;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.page-item.shop .col-right .product .left {
  padding-right: 2rem;
}
.page-item.shop .col-right .product .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.shop .col-right .product .label {
  font-weight: bold;
  margin-right: 0.8rem;
  vertical-align: top;
}
.page-item.shop .col-right .product input {
  width: 40px;
  height: 34px;
  border: 0.1rem solid #8b8b8b;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  color: #303030;
  font-family: "sofia-pro";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.page-item.shop .col-right .product input::-webkit-outer-spin-button,
.page-item.shop .col-right .product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-item.shop .col-right .product input[type=number] {
  -moz-appearance: textfield;
}
.page-item.shop .col-right .product .unit {
  display: inline-block;
  position: relative;
  border: 0.1rem solid #8b8b8b;
  margin-right: 0.8rem;
  margin-left: 0.3rem;
}
.page-item.shop .col-right .product .unit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #a7766b transparent transparent transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.page-item.shop .col-right .product .unit select[name=unit] {
  display: inline-block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  color: #303030;
  font-family: "sofia-pro";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  width: 100%;
  padding-right: 2rem;
}
.page-item.shop .col-right .order-form {
  padding-right: 2rem;
}
.page-item.shop .col-right .order-form:not(.active) {
  display: none;
}
.page-item.shop .col-right .order-form .trigger-submit {
  display: none;
}
.page-item.shop .col-right .order-form .form-title {
  text-align: center;
  color: #303030;
  font-family: "lovelo";
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
.page-item.shop .col-right .order-form .fields-container.acceptance label {
  color: #294a57;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.page-item.shop .col-right .order-form .fields-container.warning {
  margin-bottom: 3.2rem;
}
.page-item.shop .col-right .order-form .fields-container.warning .field {
  text-align: center;
  color: #9a5f52;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-item.shop .col-right .order-form .fields-container.submit .field {
  margin: 0 auto;
}
.page-item.shop .col-right .order-form .btn.default {
  padding: 2rem 5.5rem;
}
@media screen and (max-width: 1610px) {
  .page-item.shop .print {
    display: none;
  }
}
@media screen and (min-width: 1075px) {
  .page-item.shop .col-right .product .left {
    width: calc(100% - 345px);
  }
  .page-item.shop .col-right .product .right {
    width: 345px;
  }
}
@media screen and (max-width: 1075px) {
  .page-item.shop {
    padding-top: 0;
  }
  .page-item.shop .col-right {
    padding-top: 2rem;
  }
  .page-item.shop .col-right .product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.shop .col-right .product .left {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .page-item.shop .col-right .product .right {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .page-item.shop {
    padding-bottom: 0;
  }
  .page-item.shop form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.shop .col-left,
.page-item.shop .col-right {
    width: 100%;
  }
  .page-item.shop .col-right .product .unit {
    margin-right: 1rem;
  }
  .page-item.shop .col-left {
    margin-bottom: 2rem;
  }
  .page-item.shop .col-left .cart {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 48px;
    height: 100%;
    padding: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    z-index: 3;
  }
  .page-item.shop .col-left .cart.has-products:not(.open) {
    padding: 8px 48px 8px 8px;
  }
  .page-item.shop .col-left .cart.has-products:not(.open) .products {
    display: none;
  }
  .page-item.shop .col-left .cart.has-products .title {
    display: none;
  }
  .page-item.shop .col-left .cart.has-products .toggle-cart-mobile {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
  }
  .page-item.shop .col-left .cart.has-products .toggle-cart-mobile svg {
    fill: #fff;
    display: inline-block;
    pointer-events: none;
    margin-top: 2px;
  }
  .page-item.shop .col-left .cart.has-products .products {
    display: block;
  }
  .page-item.shop .col-left .cart .title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 32px;
  }
  .page-item.shop .col-left .cart .products {
    display: none;
    font-size: 1.4rem;
  }
  .page-item.shop .col-left .cart .validate {
    padding: 4px 20px;
    line-height: 24px;
    width: 100%;
  }
  .page-item.shop .col-left .cart.open {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-item.shop .col-left .cart.open .products {
    max-height: calc(100% - 52px);
    overflow: auto;
    margin-bottom: 0;
  }
  .page-item.shop .col-left .cart.open .validate {
    width: calc(100% - 32px);
    margin-top: auto;
  }
  .page-item.shop .col-left .cart.open .toggle-cart-mobile svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 4px;
  }
  .page-item.shop .col-left .categories {
    display: none;
  }
  .page-item.shop .col-left .categories-mobile {
    display: block;
    background-color: #e4bdb4;
    position: relative;
  }
  .page-item.shop .col-left .categories-mobile svg {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    display: block;
    pointer-events: none;
    width: 24px;
    height: 24px;
  }
  .page-item.shop .col-left .categories-mobile select {
    background: transparent;
    border: 0;
    width: 100%;
    height: 43px;
    padding: 0 2rem;
    color: #000000;
    font-family: "lovelo";
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 2.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: "";
       text-overflow: "";
    cursor: pointer;
  }
  .page-item.shop .col-left .categories-mobile select::-ms-expand {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page-item.shop .col-right .product .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.shop .col-right .product .right .button {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-item.video {
  padding: 4rem 0 0 0;
}
.page-item.video .bg-container {
  position: relative;
  padding: 3.3rem 2rem;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.video .bg-container .video-container {
  width: 100%;
}
.page-item.video .container {
  max-width: 796px;
  position: relative;
  z-index: 1;
  min-height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.video .container .video-container {
  width: 100%;
}
.page-item.video .hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 0.5s;
  -o-transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 0.5s;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 0.5s;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.page-item.video .hover.hidden {
  z-index: 0;
}
.page-item.video .play-content {
  z-index: 3;
  pointer-events: none;
  text-align: center;
  padding: 0 2rem;
}
.page-item.video .play-content.hidden {
  opacity: 0;
  pointer-events: none;
}
.page-item.video .subheading {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.page-item.video .title {
  color: #ffffff;
  margin-bottom: 7.7rem;
}
.page-item.video .play-icon {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto;
}
.page-item.video .play-icon svg {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 550px) {
  .page-item.video .play-content {
    width: 100%;
    width: 100%;
  }
  .page-item.video .title {
    margin-bottom: 4rem;
  }
  .page-item.video .bg-container {
    padding: 3rem 2rem;
  }
}
.page-item.team {
  padding: 40px 20px 0 20px;
}
.page-item.team .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-item.team .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.page-item.team .img {
  width: 180px;
  max-width: 100%;
}
.page-item.team .text {
  padding: 8px 30px 0 20px;
  width: calc(100% - 180px);
}
.page-item.team .name.h2 {
  margin: 0 0 5px 0;
}
.page-item.team .role {
  color: #a7766b;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.page-item.team .description {
  color: #071b37;
  letter-spacing: -0.1px;
}
.page-item.team .description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .page-item.team .item {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .page-item.team .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-item.team .text {
    padding: 20px 0 0 0;
  }
  .page-item.team .text,
.page-item.team .img {
    width: 100%;
  }
}
.page-item.testimonials {
  padding: 72px 10rem;
}
.page-item.testimonials .container {
  position: relative;
}
.page-item.testimonials .print {
  left: -98px;
  top: 0;
  display: block;
  position: absolute;
  width: auto;
}
.page-item.testimonials .slide-custom-nav {
  position: absolute;
  left: -114px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 1;
  width: calc(100% + 228px);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-item.testimonials .slide-custom-nav .custom-prev,
.page-item.testimonials .slide-custom-nav .custom-next {
  pointer-events: auto;
  cursor: pointer;
  padding: 45px;
}
.page-item.testimonials .slide-custom-nav .custom-prev svg,
.page-item.testimonials .slide-custom-nav .custom-next svg {
  width: 24px;
}
.page-item.testimonials .block-title svg {
  width: 91px;
  height: 14px;
  display: inline-block;
}
.page-item.testimonials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.testimonials .image {
  width: 255px;
}
.page-item.testimonials .image img {
  width: 255px;
  height: 341px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-item.testimonials .content {
  width: calc(100% - 255px);
  padding-left: 30px;
}
.page-item.testimonials .text {
  color: #071b37;
  letter-spacing: -0.1px;
}
.page-item.testimonials .text svg {
  fill: #a7766b;
  width: 28px;
  height: 20px;
  display: block;
  margin-bottom: 1.6rem;
}
.page-item.testimonials .text p {
  margin-bottom: 0;
}
.page-item.testimonials .author {
  font-family: "lovelo";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.4rem;
}
.page-item.testimonials .role {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  font-style: italic;
  margin-bottom: 16px;
}
@media screen and (max-width: 1115px) {
  .page-item.testimonials {
    padding: 7.2rem 4rem;
  }
  .page-item.testimonials .slide-custom-nav {
    left: -4rem;
    width: calc(100% + 8rem);
  }
  .page-item.testimonials .slide-custom-nav .custom-prev,
.page-item.testimonials .slide-custom-nav .custom-next {
    padding: 45px 8px;
  }
}
@media screen and (max-width: 550px) {
  .page-item.testimonials .print {
    display: none;
  }
  .page-item.testimonials .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: center;
  }
  .page-item.testimonials .item .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .page-item.testimonials .item .image img {
    margin: 0 auto;
    display: block;
  }
  .page-item.testimonials .item .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
.page-item.top-banner {
  height: 341px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 211px;
  text-align: center;
  overflow: hidden;
  padding: 130px 2rem 0 2rem;
}
.page-item.top-banner .bg {
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.page-item.top-banner .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.page-item.top-banner .subheading {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.page-item.top-banner h1 {
  margin: 0 0 1.6rem 0;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  line-height: 6.4rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page-item.top-banner h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.page-item.top-banner .description {
  color: #e4bdb4;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .page-item.top-banner {
    line-height: 261px;
    padding-top: 80px;
  }
}

body #cookie-notice {
  background-color: #a7766b !important;
  padding: 15px;
}
body #cookie-notice.cookie-notice-hidden {
  display: none;
}
body #cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
body #cookie-notice .button.bootstrap {
  background: #a7766b;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: -0.1px;
  line-height: 2.4rem;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body #cookie-notice .button.bootstrap:hover {
  background: #a7766b;
}
body #cookie-notice #cn-notice-buttons,
body #cookie-notice #cn-notice-text {
  display: inline-block;
}
body #cookie-notice #cn-notice-text {
  margin-right: 47px;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body #cookie-notice #cn-notice-text {
    width: 100%;
    margin-right: 0;
  }
  body #cookie-notice .cookie-notice-container {
    text-align: center;
  }
}

body .mfp-arrow-right::after {
  border-left: 17px solid #a7766b;
}
body .mfp-arrow-left::after {
  border-right: 17px solid #a7766b;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  color: #a7766b;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 4.4rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 2.8rem;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1.2rem;
  line-height: 1.8rem;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 1.8rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
      * Remove all paddings around the image on small screen
      */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 3.5rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}