@charset "UTF-8";
@font-face {
  font-family: 'fontawesome_brands';
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome_icons';
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome_icons';
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome_icons';
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'dancing_script';
  src: url("../fonts/dancing_script/subset-DancingScript-Regular.woff2") format("woff2"), url("../fonts/dancing_script/subset-DancingScript-Regular.woff") format("woff"), url("../fonts/dancing_script/subset-DancingScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'dancing_script';
  src: url("../fonts/dancing_script/subset-DancingScript-Bold.woff2") format("woff2"), url("../fonts/dancing_script/subset-DancingScript-Bold.woff") format("woff"), url("../fonts/dancing_script/subset-DancingScript-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url("../fonts/poppins/subset-Poppins-Regular.woff2") format("woff2"), url("../fonts/poppins/subset-Poppins-Regular.woff") format("woff"), url("../fonts/poppins/subset-Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url("../fonts/poppins/subset-Poppins-Bold.woff2") format("woff2"), url("../fonts/poppins/subset-Poppins-Bold.woff") format("woff"), url("../fonts/poppins/subset-Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes In {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes In {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes InUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, -30%, 0);
            transform: translate3d(-30%, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, -30%, 0);
            transform: translate3d(-30%, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InUpRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, -30%, 0);
            transform: translate3d(30%, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InUpRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, -30%, 0);
            transform: translate3d(30%, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InDownLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 30%, 0);
            transform: translate3d(-30%, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InDownLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 30%, 0);
            transform: translate3d(-30%, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes InDownRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 30%, 0);
            transform: translate3d(30%, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes InDownRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 30%, 0);
            transform: translate3d(30%, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  position: relative;
  z-index: 5;
}

*:before, *:after {
  font-family: "fontawesome_icons";
}

* ::-moz-selection {
  color: #fff;
  background-color: #000;
}

* ::selection, * ::-moz-selection {
  color: #fff;
  background-color: #000;
}

@-ms-viewport {
  width: device-width;
}

html {
  position: static;
  width: 100%;
  overflow-x: hidden;
  font-family: sans-serif;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: auto;
}

body {
  position: static;
  width: 100%;
  overflow-x: hidden;
  font-family: "poppins";
  font-weight: 400;
  font-display: block;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  color: #202020;
}

body:not([data-load="1"]) main > *:nth-child(n+3), body:not([data-load="1"]) main > *:nth-child(n+3) * {
  background-image: none !important;
}

html:not([data-browser="ie"]) body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, main, footer {
  width: 100%;
}

header {
  z-index: 40;
}

main {
  z-index: 20;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}

footer {
  z-index: 1;
  margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

hr {
  min-height: 1px;
  background: #000;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}

img[src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs="] {
  display: none !important;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

svg * {
  fill: currentColor;
}

b, strong {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

ul li, ol li {
  display: block;
}

a, button {
  font: inherit;
  color: inherit;
  text-transform: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  background-color: transparent;
}

a[href^="tel:"] {
  white-space: nowrap;
}

button {
  text-align: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

input, textarea {
  background: none;
  border-radius: 0;
  font: inherit;
  line-height: 1.6;
  -webkit-appearance: none;
}

input {
  overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

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

i, cite {
  font-style: inherit;
  font-weight: inherit;
}

sub, sup {
  font-size: .65em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

template, [hidden] {
  display: none;
}

[data-os="windows"] ::-webkit-scrollbar {
  width: 8px;
}

[data-os="windows"] ::-webkit-scrollbar-track {
  background: #f0f0f0;
}

[data-os="windows"] ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 4px;
}

[data-os="windows"] ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.75);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row.fwr {
  flex-wrap: wrap-reverse;
}

.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.de {
  color: #202020;
}

.dex, .dex ~ * {
  color: #202020;
}

.mc {
  color: #661a37;
}

.mcx, .mcx ~ * {
  color: #661a37;
}

.mcd {
  color: #390f1f;
}

.mcdx, .mcdx ~ * {
  color: #390f1f;
}

.mcl {
  color: #8e244d;
}

.mclx, .mclx ~ * {
  color: #8e244d;
}

.sc {
  color: #45444a;
}

.scx, .scx ~ * {
  color: #45444a;
}

.scl {
  color: 777580;
}

.sclx, .sclx ~ * {
  color: 777580;
}

.tc {
  color: #000000;
}

.tcx, .tcx ~ * {
  color: #000000;
}

.tcd {
  color: #000000;
}

.tcdx, .tcdx ~ * {
  color: #000000;
}

.tcl {
  color: #000000;
}

.tclx, .tclx ~ * {
  color: #000000;
}

.qc {
  color: #000000;
}

.qcx, .qcx ~ * {
  color: #000000;
}

.fc {
  color: #000000;
}

.fcx, .fcx ~ * {
  color: #000000;
}

.xc {
  color: #000000;
}

.xcx, .xcx ~ * {
  color: #000000;
}

.gr {
  color: #f3f3f9;
}

.grx, .grx ~ * {
  color: #f3f3f9;
}

.bl {
  color: #000;
}

.blx, .blx ~ * {
  color: #000;
}

.wh {
  color: #fff;
}

.whx, .whx ~ * {
  color: #fff;
}

.ic {
  font-family: "fontawesome_icons";
}

.icx, .icx ~ * {
  font-family: "fontawesome_icons";
}

.br {
  font-family: "fontawesome_brands";
}

.brx, .brx ~ * {
  font-family: "fontawesome_brands";
}

.ti {
  font-family: "dancing_script";
}

.tix, .tix ~ * {
  font-family: "dancing_script";
}

.tx {
  font-family: "poppins";
}

.txx, .txx ~ * {
  font-family: "poppins";
}

.sz {
  font-size: 1rem;
}

.rg {
  font-weight: 400;
}

.bd {
  font-weight: 700;
}

.it {
  font-style: italic;
}

.up {
  text-transform: uppercase;
}

.upn {
  text-transform: none;
}

.lh {
  font-weight: 1.6;
}

.nw {
  white-space: nowrap;
}

.tal {
  text-align: left;
}

.talx, .talx ~ * {
  text-align: left;
}

.tar {
  text-align: right;
}

.tarx, .tarx ~ * {
  text-align: right;
}

.tac {
  text-align: center;
}

.tacx, .tacx ~ * {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tajx, .tajx ~ * {
  text-align: justify;
}

.tajc {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.tajr {
  text-align: justify;
  -moz-text-align-last: right;
       text-align-last: right;
}

.jcs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.jce {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
          justify-content: center;
}

.jcb {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.jca {
  justify-content: space-around;
}

.ais {
  -webkit-box-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
          align-items: flex-end;
}

.aic {
  -webkit-box-align: center;
          align-items: center;
}

.aib {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.aih {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.ass {
  align-self: flex-start;
}

.ase {
  align-self: flex-end;
}

.asc {
  -ms-grid-row-align: center;
      align-self: center;
}

.asb {
  align-self: baseline;
}

.ash {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.fs75 {
  font-size: 0.75em;
}

.fs80 {
  font-size: 0.80em;
}

.fs85 {
  font-size: 0.85em;
}

.fs90 {
  font-size: 0.90em;
}

.fs95 {
  font-size: 0.95em;
}

.fs100 {
  font-size: 1.00em;
}

.fs105 {
  font-size: 1.05em;
}

.fs110 {
  font-size: 1.10em;
}

.fs115 {
  font-size: 1.15em;
}

.fs120 {
  font-size: 1.20em;
}

.fs125 {
  font-size: 1.25em;
}

.fs150 {
  font-size: 1.50em;
}

.fs175 {
  font-size: 1.75em;
}

.fs200 {
  font-size: 2.00em;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.f100 {
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
  height: 0;
  margin: 0;
}

.txel {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-bg~="de"] {
  background-color: #202020;
}

[data-bg~="mc"] {
  background-color: #661a37;
}

[data-bg~="mcd"] {
  background-color: #390f1f;
}

[data-bg~="mcl"] {
  background-color: #8e244d;
}

[data-bg~="sc"] {
  background-color: #45444a;
}

[data-bg~="scl"] {
  background-color: 777580;
}

[data-bg~="gr"] {
  background-color: #f3f3f9;
}

[data-bg~="bl"] {
  background-color: #000;
}

[data-bg~="wh"] {
  background-color: #fff;
}

[data-bg~="cover"] {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-bg~="fixed"] {
  background-color: #000;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-mobile="true"] [data-bg~="fixed"] {
  background-attachment: scroll;
}

[data-br] {
  display: block;
  width: 100%;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

[data-br="0"] {
  height: 0;
  line-height: 0;
}

[data-br="0"]:before {
  content: " ";
}

[data-br="1"] {
  height: auto;
  line-height: 0.5;
}

[data-br="1"]:before {
  content: " ";
}

[data-br="2"] {
  height: auto;
  line-height: 1.2;
}

[data-br="2"]:before {
  content: " ";
}

[data-center=""], [data-center=""] .tal, [data-center=""] .tar, [data-center=""] .talx, [data-center=""] .tarx, [data-center=""] .taj, [data-center=""] .tajc, [data-center=""] .tajr {
  text-align: center;
}

[data-center=""] .talx ~ *, [data-center=""] .tarx ~ *, [data-center=""] .tajx ~ * {
  text-align: center;
}

[data-center=""] .jcs, [data-center=""] .jce, [data-center=""] .jcb, [data-center=""] .jca {
  -webkit-box-pack: center;
          justify-content: center;
}

[data-cm="5"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 5px;
}

[data-cm="10"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 10px;
}

[data-cm="15"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 15px;
}

[data-cm="20"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 20px;
}

[data-cm="30"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 30px;
}

[data-cm="45"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 45px;
}

[data-cm="60"] > *:not([class*="mt-"]):nth-child(n+2) {
  margin-top: 60px;
}

[data-col="50"] > .row {
  margin: -25px;
}

[data-col="50"] > .row > [class*="col"] {
  padding: 25px;
}

[data-col="30"] > .row {
  margin: -15px;
}

[data-col="30"] > .row > [class*="col"] {
  padding: 15px;
}

[data-col="0"] > .row {
  margin: 0;
}

[data-col="0"] > .row > [class*="col"] {
  padding: 0px;
}

[data-display~="block"] {
  display: block;
}

[data-display~="flex"] {
  display: -webkit-box;
  display: flex;
}

[data-display~="inline-block"] {
  display: inline-block;
}

[data-display~="inline-flex"] {
  display: -webkit-inline-box;
  display: inline-flex;
}

[data-display~="inline"] {
  display: inline;
}

[data-display~="none"] {
  display: none;
}

[data-drop] {
  min-width: 200px;
  max-width: 100%;
}

[data-drop] ~ [data-drop-input],
[data-drop] ~ [data-drop-options] {
  display: none !important;
}

[data-drop-options] {
  position: absolute;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
}

[data-drop-options] .inner {
  margin-top: -10px;
  overflow: hidden;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

[data-drop-options] .search, [data-drop-options] .reset {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

[data-drop-options] .search input {
  width: 100%;
  font: inherit;
  color: inherit;
}

[data-drop-options] .search input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

[data-drop-options] .search input:-moz-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

[data-drop-options] .search input::-moz-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

[data-drop-options] .search input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

[data-drop-options] .search:before {
  content: "";
  font-weight: 300;
}

[data-drop-options] .options {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  max-height: 210px;
  overflow: auto;
}

[data-drop-options] .options button {
  display: -webkit-box;
  display: flex;
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
          align-items: baseline;
  width: 100%;
  -webkit-box-flex: 0;
          flex: none;
}

[data-drop-options] .options button:before {
  content: "";
  font-weight: 300;
}

[data-drop-options] .options button.active:before {
  content: "";
  font-weight: 900;
}

[data-drop-options] .options button.reset:before {
  content: "";
  font-weight: 300;
}

[data-drop-options] .options button.zero:before {
  content: "";
  font-weight: 300;
}

[data-drop-options] .options button.disabled {
  display: none;
}

[data-drop-options] .options button.hide {
  opacity: .3;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

[data-drop-options] .search:before, [data-drop-options] .options button:before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
          flex: none;
  margin-right: 10px;
}

[data-drop-options].open {
  opacity: 1;
  pointer-events: all;
}

[data-drop-options].open .inner {
  margin-top: 0px;
}

[data-drop-options][data-drop-settings*="multiple"] .options button:not(.reset):not(.zero):before {
  content: "";
  font-weight: 300;
}

[data-drop-options][data-drop-settings*="multiple"] .options button:not(.reset):not(.zero).active:before {
  content: "";
  font-weight: 900;
}

[data-drop-options][data-drop-enabled="0"] .search {
  display: none;
}

[data-drop-options][data-drop-enabled="0"] .options .reset {
  display: none;
}

[data-drop-options]:not([data-drop-enabled="0"]) .zero {
  display: none;
}

[data-drop-options][data-drop-active="0"] .options .reset {
  opacity: .3;
}

[data-drop-toggled]:not(.active) {
  display: none;
}

[data-email]:after {
  content: attr(data-email) "@" attr(data-domain) "." attr(data-extension);
  font: inherit;
}

[data-hr] {
  display: block;
  width: 100%;
  line-height: 0;
}

[data-hr]:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: currentcolor;
}

[data-hr~="de"]:before {
  background-color: #202020;
}

[data-hr~="mc"]:before {
  background-color: #661a37;
}

[data-hr~="mcd"]:before {
  background-color: #390f1f;
}

[data-hr~="mcl"]:before {
  background-color: #8e244d;
}

[data-hr~="sc"]:before {
  background-color: #45444a;
}

[data-hr~="scl"]:before {
  background-color: 777580;
}

[data-hr~="gr"]:before {
  background-color: #f3f3f9;
}

[data-hr~="bl"]:before {
  background-color: #000;
}

[data-hr~="wh"]:before {
  background-color: #fff;
}

[data-fab~="l"]:before, [data-faa~="l"]:after {
  font-weight: 300;
}

[data-fab~="r"]:before, [data-faa~="r"]:after {
  font-weight: 400;
}

[data-fab~="s"]:before, [data-faa~="s"]:after {
  font-weight: 900;
}

[data-fab~="rx"]:before, [data-faa~="rx"]:after {
  display: inline-block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

[data-fab~="ry"]:before, [data-faa~="ry"]:after {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[data-fab~="anl"]:before,
[data-faa~="anl"]:after {
  content: "";
}

[data-fab~="anr"]:before,
[data-faa~="anr"]:after {
  content: "";
}

[data-fab~="ant"]:before,
[data-faa~="ant"]:after {
  content: "";
}

[data-fab~="anb"]:before,
[data-faa~="anb"]:after {
  content: "";
}

[data-fab~="arl"]:before,
[data-faa~="arl"]:after {
  content: "";
}

[data-fab~="arr"]:before,
[data-faa~="arr"]:after {
  content: "";
}

[data-fab~="art"]:before,
[data-faa~="art"]:after {
  content: "";
}

[data-fab~="arb"]:before,
[data-faa~="arb"]:after {
  content: "";
}

[data-fab~="cal"]:before,
[data-faa~="cal"]:after {
  content: "";
}

[data-fab~="car"]:before,
[data-faa~="car"]:after {
  content: "";
}

[data-fab~="cat"]:before,
[data-faa~="cat"]:after {
  content: "";
}

[data-fab~="cab"]:before,
[data-faa~="cab"]:after {
  content: "";
}

[data-fab~="chl"]:before,
[data-faa~="chl"]:after {
  content: "";
}

[data-fab~="chr"]:before,
[data-faa~="chr"]:after {
  content: "";
}

[data-fab~="cht"]:before,
[data-faa~="cht"]:after {
  content: "";
}

[data-fab~="chb"]:before,
[data-faa~="chb"]:after {
  content: "";
}

[data-fab~="tel"]:before,
[data-faa~="tel"]:after {
  content: "";
}

[data-fab~="mob"]:before,
[data-faa~="mob"]:after {
  content: "";
}

[data-fab~="fax"]:before,
[data-faa~="fax"]:after {
  content: "";
}

[data-fab~="mail"]:before,
[data-faa~="mail"]:after {
  content: "";
}

[data-fab~="map"]:before,
[data-faa~="map"]:after {
  content: "";
}

[data-fab~="nav"]:before,
[data-faa~="nav"]:after {
  content: "";
}

[data-fab~="doc"]:before,
[data-faa~="doc"]:after {
  content: "";
}

[data-fab~="home"]:before,
[data-faa~="home"]:after {
  content: "";
}

[data-fab~="send"]:before,
[data-faa~="send"]:after {
  content: "";
}

[data-fab~="news"]:before,
[data-faa~="news"]:after {
  content: "";
}

[data-fab~="print"]:before,
[data-faa~="print"]:after {
  content: "";
}

[data-fab~="plus"]:before,
[data-faa~="plus"]:after {
  content: "";
}

[data-fab~="minus"]:before,
[data-faa~="minus"]:after {
  content: "";
}

[data-fab~="cross"]:before,
[data-faa~="cross"]:after {
  content: "";
}

[data-fab~="check"]:before,
[data-faa~="check"]:after {
  content: "";
}

[data-fab~="bell"]:before,
[data-faa~="bell"]:after {
  content: "";
}

[data-fab~="auto"]:before,
[data-faa~="auto"]:after {
  content: "";
}

[data-fab~="euro"]:before,
[data-faa~="euro"]:after {
  content: "";
}

[data-fab~="pdf"]:before,
[data-faa~="pdf"]:after {
  content: "";
}

[data-fab~="clock"]:before,
[data-faa~="clock"]:after {
  content: "";
}

[data-fab~="search"]:before,
[data-faa~="search"]:after {
  content: "";
}

[data-fab~="calendar"]:before,
[data-faa~="calendar"]:after {
  content: "";
}

[data-fab~="facebook"]:before,
[data-faa~="facebook"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="messenger"]:before,
[data-faa~="messenger"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="instagram"]:before,
[data-faa~="instagram"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="twitter"]:before,
[data-faa~="twitter"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="linkedin"]:before,
[data-faa~="linkedin"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="google"]:before,
[data-faa~="google"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="youtube"]:before,
[data-faa~="youtube"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="snapchat"]:before,
[data-faa~="snapchat"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="vimeo"]:before,
[data-faa~="vimeo"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="soundcloud"]:before,
[data-faa~="soundcloud"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="tripadvisor"]:before,
[data-faa~="tripadvisor"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="pinterest"]:before,
[data-faa~="pinterest"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="behance"]:before,
[data-faa~="behance"]:after {
  content: "";
  font-family: "fontawesome_brands";
}

[data-fab~="de"]:before,
[data-faa~="de"]:after {
  color: #202020;
}

[data-fab~="mc"]:before,
[data-faa~="mc"]:after {
  color: #661a37;
}

[data-fab~="mcd"]:before,
[data-faa~="mcd"]:after {
  color: #390f1f;
}

[data-fab~="mcl"]:before,
[data-faa~="mcl"]:after {
  color: #8e244d;
}

[data-fab~="sc"]:before,
[data-faa~="sc"]:after {
  color: #45444a;
}

[data-fab~="scl"]:before,
[data-faa~="scl"]:after {
  color: 777580;
}

[data-fab~="gr"]:before,
[data-faa~="gr"]:after {
  color: #f3f3f9;
}

[data-fab~="bl"]:before,
[data-faa~="bl"]:after {
  color: #000;
}

[data-fab~="wh"]:before,
[data-faa~="wh"]:after {
  color: #fff;
}

[data-fab]:before {
  margin-right: 10px;
}

[data-fab~="nm"]:before {
  margin-right: 0;
}

[data-faa]:after {
  margin-left: 10px;
}

[data-faa~="nm"]:after {
  margin-left: 0;
}

[data-fab~="•"]:before {
  content: "•";
  font-family: inherit;
}

[data-fab-icon]:before {
  content: attr(data-fab-icon);
}

[data-faa-icon]:after {
  content: attr(data-faa-icon);
}

[data-fi]:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[data-fi~="de"]:before {
  background-color: #202020;
}

[data-fi~="mc"]:before {
  background-color: #661a37;
}

[data-fi~="mcd"]:before {
  background-color: #390f1f;
}

[data-fi~="mcl"]:before {
  background-color: #8e244d;
}

[data-fi~="sc"]:before {
  background-color: #45444a;
}

[data-fi~="scl"]:before {
  background-color: 777580;
}

[data-fi~="gr"]:before {
  background-color: #f3f3f9;
}

[data-fi~="bl"]:before {
  background-color: #000;
}

[data-fi~="wh"]:before {
  background-color: #fff;
}

[data-fi~="05"]:before {
  opacity: .05;
}

[data-fi~="10"]:before {
  opacity: .10;
}

[data-fi~="15"]:before {
  opacity: .15;
}

[data-fi~="20"]:before {
  opacity: .20;
}

[data-fi~="25"]:before {
  opacity: .25;
}

[data-fi~="30"]:before {
  opacity: .30;
}

[data-fi~="35"]:before {
  opacity: .35;
}

[data-fi~="40"]:before {
  opacity: .40;
}

[data-fi~="45"]:before {
  opacity: .45;
}

[data-fi~="50"]:before {
  opacity: .50;
}

[data-fi~="55"]:before {
  opacity: .55;
}

[data-fi~="60"]:before {
  opacity: .60;
}

[data-fi~="65"]:before {
  opacity: .65;
}

[data-fi~="70"]:before {
  opacity: .70;
}

[data-fi~="75"]:before {
  opacity: .75;
}

[data-fi~="80"]:before {
  opacity: .80;
}

[data-fi~="85"]:before {
  opacity: .85;
}

[data-fi~="90"]:before {
  opacity: .90;
}

[data-fi~="95"]:before {
  opacity: .95;
}

[data-form] .callback {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
}

[data-form] .callback:not(.error):not(.warning):not(.success) {
  display: none;
}

[data-form] .callback.error {
  color: #e74c3c;
}

[data-form] .callback.warning {
  color: #e67e22;
}

[data-form] .callback.success {
  color: #2ecc71;
}

@-webkit-keyframes iframe_loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes iframe_loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

[data-iframe]:not(.iframe-init):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 3px solid #bcbcbc;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: iframe_loading 1200ms linear infinite;
          animation: iframe_loading 1200ms linear infinite;
}

[data-iframe] iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.full {
  width: 100%;
  height: 100%;
}

img.auto {
  margin-left: auto;
  margin-right: auto;
}

img.inline {
  display: inline-block;
  vertical-align: top;
}

img.foc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[name^="of_validate"] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

[data-link] {
  display: inline-block;
  white-space: nowrap;
}

[data-link]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentcolor;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

[data-link~="1"] {
  padding-bottom: 1px;
}

[data-link~="1"]:after {
  height: 1px;
}

[data-link~="2"] {
  padding-bottom: 2px;
}

[data-link~="2"]:after {
  height: 2px;
}

[data-link~="de"]:after {
  background-color: #202020;
}

[data-link~="mc"]:after {
  background-color: #661a37;
}

[data-link~="mcd"]:after {
  background-color: #390f1f;
}

[data-link~="mcl"]:after {
  background-color: #8e244d;
}

[data-link~="sc"]:after {
  background-color: #45444a;
}

[data-link~="scl"]:after {
  background-color: 777580;
}

[data-link~="gr"]:after {
  background-color: #f3f3f9;
}

[data-link~="bl"]:after {
  background-color: #000;
}

[data-link~="wh"]:after {
  background-color: #fff;
}

[data-list] {
  display: inline-block;
}

[data-list] li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

[data-list] li:before {
  -webkit-box-flex: 0;
          flex: none;
}

ol[data-list] {
  counter-reset: ol-li;
}

ol[data-list] li:before {
  counter-increment: ol-li;
  content: counter(ol-li) ".";
  font: inherit;
}

[data-network] {
  display: none;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

[data-network] svg {
  width: 100%;
  height: 100%;
}

[data-network] .network-second {
  fill: transparent;
}

[data-network],
[data-network] svg * {
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

[data-network="facebook"] {
  display: -webkit-box;
  display: flex;
  background: #4468a3;
  border-color: #4468a3;
}

[data-network="facebook"] .network-main {
  fill: #4468a3;
}

[data-network="instagram"] {
  display: -webkit-box;
  display: flex;
  background: #e1306c;
  border-color: #e1306c;
}

[data-network="instagram"] .network-main {
  fill: #e1306c;
}

[data-network="twitter"] {
  display: -webkit-box;
  display: flex;
  background: #1da1f2;
  border-color: #1da1f2;
}

[data-network="twitter"] .network-main {
  fill: #1da1f2;
}

[data-network="linkedin"] {
  display: -webkit-box;
  display: flex;
  background: #0077b5;
  border-color: #0077b5;
}

[data-network="linkedin"] .network-main {
  fill: #0077b5;
}

[data-network="youtube"] {
  display: -webkit-box;
  display: flex;
  background: #ff0000;
  border-color: #ff0000;
}

[data-network="youtube"] .network-main {
  fill: #ff0000;
}

[data-network="tripadvisor"] {
  display: -webkit-box;
  display: flex;
  background: #00af87;
  border-color: #00af87;
}

[data-network="tripadvisor"] .network-main {
  fill: #00af87;
}

[data-network="pinterest"] {
  display: -webkit-box;
  display: flex;
  background: #bd081c;
  border-color: #bd081c;
}

[data-network="pinterest"] .network-main {
  fill: #bd081c;
}

[data-network="mail"] {
  display: -webkit-box;
  display: flex;
  background: #424242;
  border-color: #424242;
}

[data-network="mail"] .network-main {
  fill: #424242;
}

[data-pad="md"] {
  padding-top: 75px;
  padding-bottom: 75px;
}

[data-pad="lg"] {
  padding-top: 105px;
  padding-bottom: 105px;
}

[data-pad="xl"] {
  padding-top: 135px;
  padding-bottom: 135px;
}

[data-prime] {
  background-color: #000;
}

[class*="prime"] {
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[data-prime="slider"] [class*="prime"] {
  height: calc(100vw * 613 / 1680);
  max-height: 80vh;
}

[data-prime="banner"] [class*="prime"] {
  height: calc(100vw * 438 / 1680);
  max-height: 70vh;
}

[data-shadow] {
  z-index: 10;
}

[data-shadow] .shadow_img {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  margin: 0 !important;
}

[data-shadow] .shadow_img_top_int, [data-shadow] .shadow_img_top_ext, [data-shadow] .shadow_img_bottom_int, [data-shadow] .shadow_img_bottom_ext {
  left: 0;
  right: 0;
}

[data-shadow] .shadow_img_top_int, [data-shadow] .shadow_img_top_int img, [data-shadow] .shadow_img_top_ext, [data-shadow] .shadow_img_top_ext img, [data-shadow] .shadow_img_bottom_int, [data-shadow] .shadow_img_bottom_int img, [data-shadow] .shadow_img_bottom_ext, [data-shadow] .shadow_img_bottom_ext img {
  width: 100%;
}

[data-shadow] .shadow_img_top_int img, [data-shadow] .shadow_img_top_ext img, [data-shadow] .shadow_img_bottom_int img, [data-shadow] .shadow_img_bottom_ext img {
  max-width: 1200px;
}

[data-shadow] .shadow_img_top_int {
  top: 0;
}

[data-shadow] .shadow_img_top_ext {
  bottom: 100%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

[data-shadow] .shadow_img_bottom_int {
  bottom: 0;
}

[data-shadow] .shadow_img_bottom_ext {
  top: 100%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

[data-shadow] .shadow_img_left_int, [data-shadow] .shadow_img_left_ext, [data-shadow] .shadow_img_right_int, [data-shadow] .shadow_img_right_ext {
  top: 0;
  bottom: 0;
}

[data-shadow] .shadow_img_left_int, [data-shadow] .shadow_img_left_int img, [data-shadow] .shadow_img_left_ext, [data-shadow] .shadow_img_left_ext img, [data-shadow] .shadow_img_right_int, [data-shadow] .shadow_img_right_int img, [data-shadow] .shadow_img_right_ext, [data-shadow] .shadow_img_right_ext img {
  height: 100%;
}

[data-shadow] .shadow_img_left_int img, [data-shadow] .shadow_img_left_ext img, [data-shadow] .shadow_img_right_int img, [data-shadow] .shadow_img_right_ext img {
  max-height: 1200px;
}

[data-shadow] .shadow_img_left_int {
  left: 0;
}

[data-shadow] .shadow_img_left_ext {
  right: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[data-shadow] .shadow_img_right_int {
  right: 0;
}

[data-shadow] .shadow_img_right_ext {
  left: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[data-shadow] .shadow_img img {
  display: block;
  margin: auto;
}

[data-toggled] {
  display: none;
}

.fancybox-navigation {
  position: static;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-slide--html .fancybox-content {
  margin: 50px;
}

.fancybox-slide--pdf .fancybox-content {
  max-width: 850px;
}

.fancybox-slide--iframe {
  padding: 66px;
}

[data-hoverin] {
  overflow: hidden;
}

[data-hoverin] .hoverin {
  position: absolute;
  z-index: 10;
  left: -100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.pickmeup {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
  padding: 15px 0;
}

.pickmeup.pmu-hidden {
  opacity: 0;
  pointer-events: none;
  left: 0 !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

.pickmeup .pmu-instance {
  box-sizing: content-box;
  width: 294px;
}

.pickmeup .pmu-instance:nth-child(n+2) {
  margin-left: 15px;
}

.pickmeup .pmu-instance > * {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.pickmeup .pmu-instance nav {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.pickmeup .pmu-instance nav > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.pickmeup .pmu-day-of-week {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.pickmeup .pmu-day-of-week * {
  cursor: default;
}

.pickmeup .pmu-day-of-week *,
.pickmeup .pmu-days * {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
}

.pickmeup .pmu-days * {
  background: transparent;
}

.pickmeup .pmu-days .pmu-today {
  color: #661a37;
  font-weight: 700;
}

.pickmeup .pmu-months *,
.pickmeup .pmu-years * {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 73.5px;
  height: 73.5px;
}

.pickmeup .pmu-button {
  cursor: pointer;
}

.pickmeup .pmu-button:not(.pmu-selected):not(.pmu-disabled):hover {
  background: #f5f5f5;
}

.pickmeup .pmu-button.pmu-disabled {
  opacity: .1;
}

.pickmeup .pmu-button.pmu-disabled:after {
  content: "";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: .9em;
  opacity: 0;
}

.pickmeup .pmu-button.pmu-disabled:hover {
  color: transparent;
  opacity: .75;
}

.pickmeup .pmu-button.pmu-disabled:hover:after {
  color: #202020;
  opacity: 1;
}

.pickmeup .pmu-button.pmu-selected {
  background: #661a37;
  color: #fff;
}

.pickmeup .pmu-prev,
.pickmeup .pmu-next {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
          flex: none;
}

.pickmeup .pmu-prev:before {
  content: "";
  font-weight: 300;
}

.pickmeup .pmu-next:before {
  content: "";
  font-weight: 300;
}

.pickmeup .pmu-month {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
}

.pickmeup .pmu-not-in-month {
  opacity: .6;
}

[data-slickin] .slickin-slides:not(.slick-initialized) {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

[data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: 100%;
}

[data-slickin] .slickin-slides.slick-initialized {
  overflow: hidden;
}

[data-slickin] .slickin-slides.slick-initialized.slickin-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

[data-slickin] .slickin-slides.slick-initialized.slickin-grab:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-slickin] .slick-slide [style*="display: inline-block;"] {
  vertical-align: top;
}

[data-slickin] .slick-vertical .slick-slide {
  border: none;
}

[data-slickin-arrows].hide, [data-slickin-prev].hide, [data-slickin-next].hide,
[data-slickin-counter].hide, [data-slickin-dots].hide,
[data-slickin-imgs].hide,
[data-slickin-timer].hide {
  display: none !important;
}

[data-slickin-settings] {
  display: none;
  position: absolute;
  z-index: -1;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

[data-stickin].stickin {
  z-index: 6;
}

[data-viewin] {
  opacity: 0;
}

[data-viewin*="group"],
[data-viewin*="shuffle"],
[data-viewin*="random"] {
  opacity: 1;
}

[data-viewin~="end"],
[data-mobile="true"] [data-viewin] {
  opacity: 1;
}

[data-prime] .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

[data-prime] .container .inner {
  padding: 0 15px;
}

[data-prime] .container [class*="h1-"] {
  display: block;
}

[data-prime="slider"] .container,
[data-prime="banner"] .container {
  height: 100%;
}

[data-prime] [data-slickin] .slickin-slides {
  width: 100%;
}

[data-prime] [data-slickin] .slickin-slides:not(.slick-initialized) {
  flex-wrap: nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

[data-prime] [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  -webkit-box-flex: 0;
          flex: none;
}

[data-prime] [data-slickin] [data-slickin-prev],
[data-prime] [data-slickin] [data-slickin-next] {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 15%;
  opacity: 0;
  color: #fff;
}

[data-prime] [data-slickin] [data-slickin-prev], [data-prime] [data-slickin] [data-slickin-prev]:before,
[data-prime] [data-slickin] [data-slickin-next],
[data-prime] [data-slickin] [data-slickin-next]:before {
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

[data-prime] [data-slickin] [data-slickin-prev]:before,
[data-prime] [data-slickin] [data-slickin-next]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[data-prime] [data-slickin] [data-slickin-prev]:not(:hover):before,
[data-prime] [data-slickin] [data-slickin-next]:not(:hover):before {
  opacity: 0;
}

[data-prime] [data-slickin] [data-slickin-prev] {
  left: -5%;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}

[data-prime] [data-slickin] [data-slickin-prev]:before {
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}

[data-prime] [data-slickin] [data-slickin-prev]:after {
  content: "";
  font-weight: 400;
}

[data-prime] [data-slickin] [data-slickin-next] {
  right: -5%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}

[data-prime] [data-slickin] [data-slickin-next]:before {
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}

[data-prime] [data-slickin] [data-slickin-next]:after {
  content: "";
  font-weight: 400;
}

[data-prime] [data-slickin] [data-slickin-timer] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

[data-prime] [data-slickin] [data-slickin-timer] > div {
  background-color: #661a37;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0ms linear;
  transition: all 0ms linear;
}

[data-prime] [data-slickin] [data-slickin-timer].timing > div {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-prime] [data-slickin]:hover [data-slickin-prev],
[data-prime] [data-slickin]:hover [data-slickin-next] {
  opacity: 1;
}

[data-prime] [data-slickin]:hover [data-slickin-prev] {
  left: 0;
}

[data-prime] [data-slickin]:hover [data-slickin-next] {
  right: 0;
}

[data-prime] .h1 {
  color: #fff;
  line-height: 1.2;
}

[data-prime] .h1-1 {
  font-size: 4.3333333333rem;
  font-weight: 400;
  font-family: "dancing_script";
}

[data-prime] .h1-2 {
  font-size: 2rem;
  font-weight: 400;
}

[data-prime] .h1-3 {
  font-size: 1.7333333333rem;
  font-weight: 300;
}

[data-prime] .h1:nth-child(n+2), [data-prime] .h1 > *:not(:first-child), [data-prime] .h1 ~ * {
  margin-top: 20px;
}

[data-prime] .hr {
  display: none;
  margin-top: 30px !important;
  height: 1px;
}

[data-prime] .hr:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100%;
  background: currentcolor;
}

[data-prime] .btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
}

[data-prime] .btns > *:nth-child(n+2) {
  margin-left: 30px;
}

[data-prime] [data-htn] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  text-align: left;
  width: 100%;
}

[data-prime="title"] {
  background-color: #390f1f;
}

[data-prime] [data-htn] > *:nth-child(n+2) {
  margin-top: 15px;
}

[data-prime] [data-htn] h1, [data-prime] [data-htn] h2, [data-prime] [data-htn] .h3 {
  color: #fff;
}

[data-prime] [data-htn] .st, [data-prime] [data-htn] .ac {
  color: #fff;
}

[data-prime] [data-htn] .st:before, [data-prime] [data-htn] .st:after, [data-prime] [data-htn] .ac:before, [data-prime] [data-htn] .ac:after {
  display: none;
}

[data-prime] [data-htn] [data-hr] {
  display: none;
  color: #661a37;
}

h2, .h2 {
  font-family: "dancing_script";
  font-size: 3.6666666667rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.2;
}

h3, .h3 {
  font-family: "poppins";
  font-size: 1.8666666667rem;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  line-height: 1.2;
}

h4, .h4 {
  font-family: "poppins";
  font-size: 1.3333333333rem;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  line-height: 1.6;
}

.st {
  font-family: "poppins";
  font-size: 1.3333333333rem;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.6;
}

.ac {
  font-family: "poppins";
  font-size: 1.3333333333rem;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  line-height: 1.6;
}

[data-htn] .sup {
  color: #d1d1e8;
  font-family: "dancing_script";
  line-height: .7;
  margin-bottom: -20px;
  font-size: 6em;
  font-weight: 300;
  font-style: italic;
}

[data-htn] .sup + * {
  margin-top: 0 !important;
}

[data-htn] h1 .h3, [data-htn] h1 .st, [data-htn] h1 .ac, [data-htn] .h1 .h3, [data-htn] .h1 .st, [data-htn] .h1 .ac, [data-htn] h2 .h3, [data-htn] h2 .st, [data-htn] h2 .ac, [data-htn] .h2 .h3, [data-htn] .h2 .st, [data-htn] .h2 .ac {
  display: block;
  letter-spacing: normal;
}

[data-hr]:before {
  width: 100px;
  height: 1px;
}

[data-btn] {
  font-weight: 500;
  text-transform: uppercase;
}

[data-btn].hide {
  display: none;
}

[data-btn] > * {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
  height: 42px;
  padding: 0 25px;
  background-color: #661a37;
  color: #fff;
  border: 2px solid #661a37;
}

[data-btn] > *:active {
  top: 1px;
}

[data-btn] > * iframe {
  display: none;
}

[data-btn] > *.icon [data-fab]:before {
  margin-right: 0;
}

[data-btn] > *.icon [data-faa]:after {
  margin-left: 0;
}

[data-btn] > *.loading span {
  color: transparent;
}

[data-btn] > *.loading span:after {
  content: "";
  position: absolute;
  top: calc(50% - (1.2em / 2));
  left: calc(50% - (1.2em / 2));
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: loading 1000ms linear infinite;
          animation: loading 1000ms linear infinite;
}

[data-btn] > *[data-drop] {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

[data-btn] > *[data-drop] span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-btn] > *[data-drop]:after {
  content: "";
  font-weight: 300;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: auto;
}

[data-btn] > *[data-drop] span {
  margin-right: 25px;
}

[data-btn] > *.loading span:after {
  border-left-color: #fff;
  border-right-color: #fff;
}

[data-btn] > *.active, [data-btn] > *.loading {
  background-color: #390f1f;
  border-color: #390f1f;
}

[data-btn="wh"] > * {
  background-color: #fff;
  color: #202020;
  border-color: transparent;
}

[data-btn="wh"] > *.loading span:after {
  border-left-color: #202020;
  border-right-color: #202020;
}

[data-btn="wh"] > *.active, [data-btn="wh"] > *.loading {
  background-color: #661a37;
  color: #fff;
  border-color: #661a37;
}

[data-btn="wh"] > *.active span:after, [data-btn="wh"] > *.loading span:after {
  border-left-color: #fff;
  border-right-color: #fff;
}

[data-btn="ln"] > * {
  background-color: transparent;
  color: currentcolor;
  border-color: currentcolor;
}

[data-btn="ln"] > *.loading span:after {
  border-left-color: currentcolor;
  border-right-color: currentcolor;
}

[data-btn="ln"] > *.active, [data-btn="ln"] > *.loading {
  background-color: #45444a;
  color: #fff !important;
  border-color: #45444a;
}

[data-btn="ln"] > *.active span:after, [data-btn="ln"] > *.loading span:after {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}

[data-btn="tr"] > * {
  background-color: transparent;
  color: #45444a;
  border-color: transparent;
}

[data-btn="tr"] > *.loading span:after {
  border-left-color: #45444a;
  border-right-color: #45444a;
}

[data-btn="tr"] > *.active, [data-btn="tr"] > *.loading {
  background-color: #45444a;
  color: #fff !important;
  border-color: #45444a;
}

[data-btn="tr"] > *.active span:after, [data-btn="tr"] > *.loading span:after {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}

[data-btn="db"] > * {
  background-color: #f3f3f9;
  color: #202020;
  border-color: #f3f3f9;
}

[data-btn="db"] > *.loading span:after {
  border-left-color: #202020;
  border-right-color: #202020;
}

[data-btn="db"] > *.active, [data-btn="db"] > *.loading {
  background-color: #661a37;
  color: #fff;
  border-color: #661a37;
}

[data-btn="db"] > *.active span:after, [data-btn="db"] > *.loading span:after {
  border-left-color: #fff;
  border-right-color: #fff;
}

[data-btn] > * [data-fab]:before, [data-btn] > * [data-faa]:after {
  font-size: 0.9em;
  top: 300;
}

[data-btn] > *.icon {
  width: 42px;
  padding: 0;
}

[data-btn] > *.icon, [data-btn] > *.icon [data-fab]:before, [data-btn] > *.icon [data-faa]:after {
  font-size: 1em;
}

[data-drop-theme^="btn"] {
  font-size: 0.9em;
  font-weight: 300;
}

[data-drop-theme^="btn"] .inner {
  background-color: #661a37;
  color: #fff;
  border: 2px solid #661a37;
}

[data-drop-theme="btn wh"] .inner {
  background-color: #fff;
  color: #202020;
  border-color: transparent;
}

[data-drop-theme="btn ln"] .inner {
  background-color: transparent;
  color: currentcolor;
  border-color: currentcolor;
}

[data-drop-theme="btn tr"] .inner {
  background-color: transparent;
  color: #45444a;
  border-color: transparent;
}

[data-drop-theme="btn db"] .inner {
  background-color: #f3f3f9;
  color: #202020;
  border-color: #f3f3f9;
}

[data-drop-theme^="btn"] .search, [data-drop-theme^="btn"] .reset {
  height: 42px;
  padding: 0 25px;
}

[data-drop-theme^="btn"] .options button {
  min-height: 42px;
  padding: 5px 25px;
}

[data-drop-theme="btn db"] .options button:not(.active).hover, [data-drop-theme="btn db"] .options button:not(.active):hover {
  background: #661a37;
  color: #fff;
}

[data-drop-theme="btn db"] .options button.active {
  background: #661a37;
  color: #fff;
}

[data-btn] > [data-drop].open,
[data-drop-options][data-drop-theme^="btn"].open .inner {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

[data-list] {
  margin-left: -10px;
  margin-top: 0;
}

[data-list] li {
  margin-left: 10px;
  font-weight: 700;
}

[data-list] li:before {
  content: "•";
  font: inherit;
  font-size: 1.2em;
  font-weight: 300;
  color: #661a37;
  margin-right: 10px;
}

[data-db-alert] {
  display: none;
}

[data-db-alert] > * {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  height: 42px;
  padding: 0 15px;
  font-weight: 600;
}

[data-db-alert] > * i {
  width: 1em;
  text-align: center;
  font-family: "fontawesome_icons";
  font-weight: 400;
  margin-right: 15px;
}

[data-db-alert] > *.hide {
  display: none;
}

[data-db-alert].show {
  display: block;
}

[data-db-view] {
  width: 160px;
  cursor: pointer;
}

[data-db-view] label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-db-view] span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
          flex: none;
  font-family: "fontawesome_icons";
  font-weight: 300;
  color: rgba(32, 32, 32, 0.42);
  margin-left: auto;
  margin-top: -5px;
  margin-bottom: -5px;
}

[data-db-view] span + span {
  margin-left: 0;
  margin-right: -15px;
}

[data-db-view] span + span:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  height: 60%;
  border-left: 1px solid #d1d1e8;
}

[data-db-view] input:not(:checked) + span {
  color: #661a37;
  font-weight: 400;
}

[data-db-view] input:checked + span + span {
  color: #661a37;
  font-weight: 400;
}

[data-db-order] [data-drop] span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-db-order] [data-drop]:after {
  content: "";
  font-weight: 300;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: auto;
}

[data-db-items].loading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 42px;
}

[data-db-items].loading:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #202020;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 1000ms linear infinite;
          animation: loading 1000ms linear infinite;
}

[data-db-items].loading > * {
  display: none !important;
}

[data-db-items].hide {
  display: none;
}

[data-db-items] > div {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

[data-db-pagination] {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

[data-db-pagination] .display {
  width: 100%;
  margin-bottom: 10px;
  font-size: .9em;
}

[data-db-pagination] .buttons {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

[data-db-pagination] .buttons button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  background: #f3f3f9;
  color: #202020;
}

[data-db-pagination] .buttons button.first:after {
  content: "";
}

[data-db-pagination] .buttons button.prev:after {
  content: "";
}

[data-db-pagination] .buttons button.next:after {
  content: "";
}

[data-db-pagination] .buttons button.last:after {
  content: "";
}

[data-db-pagination] .buttons button + button:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  height: 60%;
  border-left: 1px solid #d1d1e8;
}

[data-db-pagination] .buttons button:hover {
  color: #661a37;
}

[data-db-pagination] .buttons button.active {
  background: #661a37;
  color: #fff;
}

[data-db-pagination] .buttons button.active:before, [data-db-pagination] .buttons button.active + button:before {
  display: none;
}

[data-db-pagination] .buttons button.inactive {
  color: rgba(32, 32, 32, 0.42);
  cursor: default;
}

[data-db-pagination] .buttons button.loading {
  color: transparent;
}

[data-db-pagination] .buttons button.loading:after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #661a37;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 1000ms linear infinite;
          animation: loading 1000ms linear infinite;
}

[data-db-pagination] .input {
  overflow: hidden;
}

[data-db-pagination] .input label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 5px 0px 5px 15px;
  background-color: #f3f3f9;
  color: #202020;
}

[data-db-pagination] .input input {
  width: 40px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

[data-db-pagination] .input input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: rgba(32, 32, 32, 0.42);
}

[data-db-pagination] .input input:-moz-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: rgba(32, 32, 32, 0.42);
}

[data-db-pagination] .input input::-moz-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: rgba(32, 32, 32, 0.42);
}

[data-db-pagination] .input input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit / 15rem;
  font-weight: inherit;
  font-style: inherit;
  color: rgba(32, 32, 32, 0.42);
}

[data-db-pagination].hide, [data-db-pagination].loading {
  display: none;
}

[data-db-more].hide {
  display: none;
}

[data-drop-theme="db"] .inner {
  background: #f3f3f9;
  color: #202020;
  font-size: .95em;
}

[data-drop-theme="db"] .search, [data-drop-theme="db"] .reset {
  height: 42px;
  padding: 0 15px;
}

[data-drop-theme="db"] .options button {
  min-height: 40px;
  padding: 5px 15px;
}

[data-drop-theme="db"] .options button:hover {
  background: #e9e9f4;
}

[data-drop-theme="db"] .options button.active {
  color: #661a37;
  font-weight: 700;
}

[data-input] {
  display: block;
  width: 100%;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  min-height: 50px;
  font-size: 0.95em;
  font-weight: 400;
  background: #fff;
  color: #999;
  border: 1px solid #e0e0e0;
}

[data-input] label {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  height: 48px;
  padding: 0 15px;
}

[data-input] label i {
  display: block;
  width: 20px;
  text-align: center;
  font-family: "fontawesome_icons";
  font-weight: 300;
  margin-right: 10px;
  -webkit-transition: width 120ms ease-in-out, margin-right 120ms ease-in-out;
  transition: width 120ms ease-in-out, margin-right 120ms ease-in-out;
}

[data-input] input {
  display: block;
  width: 100%;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
  height: 48px;
  padding: 0 15px;
}

[data-input]:hover, [data-input].focus {
  border-color: #661a37;
}

[data-input]:hover.required:after, [data-input].focus.required:after {
  background: #e74c3c;
  color: #fff;
}

[data-input].focus label:first-of-type, [data-input].length label:first-of-type {
  height: 24px;
  font-size: .7em;
  color: #202020;
  height: 24px;
}

[data-input].focus label:first-of-type i, [data-input].length label:first-of-type i {
  width: 10px;
  margin-right: 7px;
}

[data-input].focus input, [data-input].length input {
  opacity: 1;
  padding-top: 15px;
}

[data-input].required:after {
  content: "";
  font-weight: 900;
  position: absolute;
  right: 0%;
  top: 0%;
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 8px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  background-color: #e0e0e0;
}

[data-input="text"], [data-input="text"] * {
  cursor: text;
}

[data-input="text"].textarea {
  min-height: 50px;
}

[data-input="text"].textarea.focus {
  min-height: 100px;
}

[data-input="text"].textarea:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  height: 19.5px;
  left: 15px;
  right: 15px;
  background: #fff;
}

[data-input="text"] textarea {
  z-index: 4;
  display: block;
  width: 100%;
  max-height: 160px;
  font-size: 1em;
  resize: none;
  -webkit-transition: padding-bottom 120ms ease-in-out, min-height 120ms ease-in-out;
  transition: padding-bottom 120ms ease-in-out, min-height 120ms ease-in-out;
  padding: 0 15px;
  padding-top: 19.5px;
  height: 48px;
}

[data-input="text"] textarea.max {
  padding-bottom: 19.5px;
}

[data-input="select"], [data-input="select"] * {
  cursor: pointer;
}

[data-input="select"] input {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: transparent;
}

[data-input="select"] label:after {
  content: "";
  font-weight: 300;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: auto;
}

[data-input="select"] button {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
  padding: 0 15px;
  padding-top: 15px;
}

[data-drop-theme="select"] .inner {
  font-size: 0.95em;
  font-weight: 400;
  background: #fff;
  border: 1px solid #e0e0e0;
}

[data-drop-theme="select"] .search, [data-drop-theme="select"] .reset {
  height: 42.5px;
  padding: 0 15px;
}

[data-drop-theme="select"] .options button {
  padding: 5px 15px;
  min-height: 42.5px;
}

[data-drop-theme="select"] .options button:hover {
  background: #f7f7f7;
}

[data-drop-theme="select"] .options button.active {
  color: #661a37;
  font-weight: 700;
}

[data-input="select"].focus button {
  opacity: 1;
}

[data-input="select"].length button {
  color: #202020;
  opacity: 1;
}

[data-input="check"], [data-input="check"] * {
  cursor: pointer;
}

[data-input="check"] label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 48px;
}

[data-input="check"] span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

[data-input="check"] span:before {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 10px;
  color: transparent;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 20px;
  height: 20px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  content: "";
  font-weight: 900;
}

[data-input="check"] input:checked + span {
  color: #202020;
}

[data-input="check"] input:checked + span:before {
  color: #661a37;
  border-color: #661a37;
}

[data-input="check"] input[type="radio"] + span:before {
  content: "";
  font-weight: 900;
  border-radius: 50%;
}

[data-input="note"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
}

[data-input="note"] span {
  -webkit-box-ordinal-group: 3;
          order: 2;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  color: #202020;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  padding: 0 15px;
  padding-top: 15px;
}

[data-input="note"] label:nth-of-type(n+2) {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  -webkit-box-ordinal-group: 2;
          order: 1;
  cursor: pointer;
  color: #999;
}

[data-input="note"] label:nth-of-type(n+2):before, [data-input="note"] label:nth-of-type(n+2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

[data-input="note"] label:nth-of-type(n+2):before {
  font-weight: 300;
  opacity: 1;
}

[data-input="note"] label:nth-of-type(n+2):after {
  font-weight: 900;
  opacity: 0;
  color: #661a37;
}

[data-input="note"] label:nth-of-type(n+2):hover:before, [data-input="note"] label:nth-of-type(n+2):hover ~ label:before {
  font-weight: 400;
  color: #661a37;
}

[data-input="note"] input:checked ~ label:before {
  opacity: 0;
}

[data-input="note"] input:checked ~ label:after {
  opacity: 1;
}

[data-input="note"] input:checked + label + span {
  opacity: 1;
  pointer-events: all;
}

[data-input="file"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
}

[data-input="file"], [data-input="file"] * {
  cursor: pointer;
}

[data-input="file"] input {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

[data-input="file"]:before {
  content: attr(data-name);
  width: 100%;
  font: inherit;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #202020;
}

[data-input="file"]:after {
  content: attr(data-browse);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: none;
  height: 25px;
  padding: 0 10px;
  margin-left: 15px;
  font-family: inherit;
  font-size: .72em;
  font-weight: 700;
  font-style: inherit;
  text-transform: uppercase;
  background: #f7f7f7;
  color: #999;
}

[data-input="file"].length:before {
  padding-top: 15px;
  opacity: 1;
}

[data-input="date"], [data-input="date"] * {
  cursor: pointer;
}

.pickmeup {
  font-size: 0.95em;
  font-weight: 400;
}

.pickmeup .pmu-instance {
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.pickmeup .pmu-day-of-week {
  border-color: #e0e0e0;
}

.pickmeup .pmu-button:not(.pmu-selected):not(.pmu-disabled):hover {
  background: #f7f7f7;
}

[data-input="rgpd"] {
  min-height: 0;
  background: none;
  border: none;
  padding: 0;
}

[data-input="rgpd"], [data-input="rgpd"] * {
  cursor: pointer;
}

[data-input="rgpd"] label {
  position: relative;
  height: auto !important;
  padding: 0;
  font-size: .9em;
}

[data-input="rgpd"] label > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: -4.5px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

[data-input="rgpd"] label > span a {
  text-decoration: underline;
}

[data-input="rgpd"] label > span:before {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-self: flex-start;
  margin: 4.5px 0;
  color: transparent;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 25px;
  height: 25px;
  font-size: 16.6666666667px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-right: 15px;
  content: "";
  font-weight: 900;
}

[data-input="rgpd"] label > span span {
  -ms-grid-row-align: center;
      align-self: center;
}

[data-input="rgpd"] input:checked + span {
  color: #202020;
}

[data-input="rgpd"] input:checked + span:before {
  border-color: #661a37;
  color: #661a37;
}

[data-input="rgpd"]:after {
  opacity: 0;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #661a37;
}

.fancybox-progress {
  background: #661a37;
}

[data-pattern=""] {
  background-image: url(../img/p0/pattern.jpg);
  background-position: center center;
}

header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
}

header #headerDk {
  background-color: #fff;
}

header #headerDk .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

header #headerDk .container:first-child {
  padding-top: 20px;
  padding-bottom: 10px;
}

header #headerDk .container:first-child:before {
  background-color: #fff;
}

header.affix #headerDk .container:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}

header #headerDk .container:last-child:before {
  background-color: #fff;
}

header #headerMb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  background: #fff;
  color: #661a37;
}

header #headerMb > a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  height: 50px;
}

header #headerMb > button {
  display: block;
  z-index: 6;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

header #headerMb > button ~ button {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

header #headerMb > button span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: "fontawesome_icons";
  font-weight: 300;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

header #headerMb > button span:first-child {
  opacity: 1;
  font-size: 20px;
}

header #headerMb > button span:last-child {
  opacity: 0;
  font-size: 12px;
}

header #headerMb > button.left span:first-child:before {
  content: "";
  font-weight: 300;
}

header #headerMb > button.left span:last-child:before {
  content: "";
  font-weight: 300;
}

header #headerMb > button.right span:first-child:before {
  content: "";
  font-weight: 300;
}

header #headerMb > button.right span:last-child:before {
  content: "";
  font-weight: 300;
}

header #headerMb > button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #661a37;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

header #headerMb > button ~ .overlay {
  opacity: 0;
}

header #headerMb > button + div {
  opacity: 0;
  pointer-events: none;
}

header #headerMb > button + div.left {
  left: -50vw;
}

header #headerMb > button + div.right {
  right: -50vw;
}

header #headerMb > button.open span {
  color: #fff;
}

header #headerMb > button.open span:first-child {
  opacity: 0;
  font-size: 10px;
}

header #headerMb > button.open span:last-child {
  opacity: 1;
  font-size: 20px;
}

header #headerMb > button.open:after {
  width: 75px;
  height: 75px;
}

header #headerMb > button.open + div {
  opacity: 1;
  pointer-events: all;
}

header #headerMb > button.open + div.left {
  left: 0;
}

header #headerMb > button.open + div.right {
  right: 0;
}

header #headerMb > button.open ~ .overlay {
  opacity: 1;
  pointer-events: all;
}

header #headerMb > div {
  position: fixed;
  top: 50px;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  width: 400px;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  padding: 30px;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

header #headerMb > div.overlay {
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

header #headerMb > div > * {
  -webkit-box-flex: 0;
          flex: none;
}

header #headerMb > div > *:first-child {
  margin-top: auto;
}

header #headerMb > div > *:last-child {
  margin-bottom: auto;
}

header #headerMb > div > *:nth-child(n+2) {
  margin-top: 30px;
}

header #headerPr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-bottom: .5cm;
  margin-bottom: .5cm;
  border-bottom: 1px solid #999;
  background: #fff;
  color: #000;
}

header #headerPr .name {
  margin-bottom: .2cm;
  color: #661a37;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

header #headerPr .coordonnees li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

header #headerPr .coordonnees li:nth-child(n+2) {
  margin-top: 3px;
}

header #headerPr .coordonnees li:before {
  top: 2px;
  display: block;
  width: 30px;
  -webkit-box-flex: 0;
          flex: 0 0 30px;
  margin-right: 0 !important;
  font-size: .9em;
  text-align: center;
}

header #headerPr .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100px;
}

header #headerPr .logo[data-qrin] img {
  display: none;
}

header #headerPr .logo:not([data-qrin]) span {
  display: none;
}

header #headerPr .logo span {
  margin-top: 5px;
  font-size: 0.8666666667rem;
  font-weight: 600;
  font-style: italic;
  white-space: nowrap;
}

header .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

header .logo img {
  height: 80px;
}

header .logo img:nth-child(1) {
  display: block;
}

header .logo img:nth-child(2) {
  display: none;
}

header .contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

header .contact > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

header .contact a, header .contact button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

header .contact [data-fab]:before, header .contact [data-faa]:after {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  -webkit-box-flex: 0;
          flex: none;
  width: 10px;
  font-size: .9em;
  font-weight: 300;
}

header .sep {
  width: 1px;
  height: 30px;
  background-color: #000000;
}

header .networks .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: -2px;
}

header .networks .inner > *:nth-child(n+2) {
  margin-left: 10px;
}

header .networks [data-network] {
  width: 30px;
  height: 30px;
}

header .networks [data-network]:not(:hover) {
  background-color: transparent;
}

header .networks [data-network]:not(:hover) .network-second {
  fill: #fff;
}

header .networks [data-network]:hover {
  background-color: transparent;
}

header .networks [data-network]:hover .network-main {
  fill: #661a37;
}

header .newsletter {
  color: #661a37;
}

header .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  text-transform: uppercase;
}

header .menu a, header .menu button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
}

header .menu i {
  display: block;
  -webkit-box-flex: 0;
          flex: none;
}

header .menu .actin {
  display: none;
}

header .menu a > span:nth-last-child(2), header .menu button > span:nth-last-child(2) {
  display: block;
}

header .menu a > span:nth-child(2), header .menu button > span:nth-child(2) {
  display: none;
}

header #headerDk .container:after, header #headerDk + #headerMb:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  pointer-events: none;
  background-image: url(../img/_odin/shadows/shadow_top.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

header.affix #headerDk .container:last-child:after, header.affix #headerDk + #headerMb:after {
  opacity: 0.3;
}

main {
  padding-top: 140px;
}

footer {
  font-weight: 300;
  background-color: #202020;
  color: #fff;
}

footer .container:nth-of-type(1) [data-col=""] {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

footer .container:nth-of-type(1) [data-col=""] > .row {
  margin: -15px;
}

footer .container:nth-of-type(1) [data-col=""] > .row > [class*="col"] {
  padding: 15px;
}

footer .container:nth-of-type(1) [data-col=""] [class*="col"] > *:nth-child(n+2) {
  margin-top: 20px;
}

footer .container:nth-of-type(1) a:not([data-network]),
footer .container:nth-of-type(1) button:not([type="submit"]) {
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
  color: #fff;
}

footer .container:nth-of-type(1) a:not([data-network]):hover,
footer .container:nth-of-type(1) button:not([type="submit"]):hover {
  color: #661a37;
}

footer .container:nth-of-type(2) {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .container:nth-of-type(2) a, footer .container:nth-of-type(2) button {
  -webkit-transition: all 140ms ease-in-out;
  transition: all 140ms ease-in-out;
  color: #fff;
}

footer .container:nth-of-type(2) a:hover, footer .container:nth-of-type(2) button:hover {
  color: #661a37;
}

footer .container:nth-of-type(2) .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
          align-items: baseline;
}

footer .container:nth-of-type(2) .il {
  display: inline-block;
}

footer .container:nth-of-type(2) .il svg {
  display: block;
  width: 60px;
  height: 15px;
}

footer .logo {
  margin-bottom: -10px;
}

footer .logo img {
  max-width: 100%;
}

footer .h4 {
  margin-bottom: 10px;
}

footer .h4 ~ .h4 {
  margin-top: 20px;
}

footer .inner [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

footer .inner [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

footer .inner [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+3) {
  display: block;
}

footer .inner [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+4) {
  display: none;
}

footer .inner [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

footer .inner [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

footer .inner [data-slickin] .slick-slide > div {
  margin: -15px;
}

footer .inner [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

footer .inner [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

footer .inner [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

footer .inner [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

footer .contact {
  max-width: 340px;
}

footer .contact .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

footer .contact .inner > *:nth-child(n+2) {
  margin-top: 10px;
}

footer .contact [data-fab] {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
          align-items: baseline;
}

footer .contact [data-fab]:before {
  display: block;
  text-align: center;
  width: 20px;
  -webkit-box-flex: 0;
          flex: none;
  color: #8e244d;
  font-size: .9em;
  font-weight: 700;
}

footer .hours [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

footer .hours [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

footer .hours [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+3) {
  display: block;
}

footer .hours [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+4) {
  display: none;
}

footer .hours [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

footer .hours [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

footer .hours [data-slickin] .slick-slide > div {
  margin: -15px;
}

footer .hours [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

footer .hours [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

footer .hours [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

footer .hours [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

footer .hours [data-slickin-dots] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
}

footer .hours [data-slickin-dots] > *:nth-child(n+2) {
  margin-left: 10px;
}

footer .hours [data-slickin-dots] [data-slickin-dot] {
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

footer .hours [data-slickin-dots] [data-slickin-dot].active {
  background-color: #fff;
  border-color: #fff;
}

footer .hours .inner > *:nth-child(n+2) {
  margin-top: 0;
}

footer .networks .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: -10px;
  margin-left: -10px;
}

footer .networks .inner > * {
  margin-top: 10px;
  margin-left: 10px;
}

footer .networks [data-network] {
  width: 24px;
  height: 24px;
}

footer .networks [data-network]:not(:hover) {
  background-color: transparent;
}

footer .networks [data-network]:not(:hover) .network-main {
  fill: #fff;
}

footer .networks [data-network]:hover {
  background-color: transparent;
}

footer .networks [data-network]:hover .network-main {
  fill: #661a37;
}

footer .networks-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

footer .networks-inline > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

footer .networks-inline > a:nth-child(n+2) {
  margin-top: 10px;
}

footer .networks-inline > a .logo {
  margin-right: 10px;
}

footer .networks-inline > a .logo svg {
  display: block;
  width: 30px;
  height: 30px;
}

footer .networks-inline > a .logo .network-main {
  fill: #fff;
}

footer .networks-inline > a .logo .network-second {
  fill: transparent;
}

footer .networks-inline > a .txt {
  font-weight: 500;
}

footer .networks-inline > a .txt .name {
  text-transform: capitalize;
}

footer .newsletter {
  max-width: 250px;
}

footer .newsletter [data-newsletter] {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 15px;
}

footer .newsletter [data-newsletter] [type="email"] {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-right: none;
  margin-right: -24px;
  padding-right: 40px;
  font-size: 0.9em;
  font-weight: 300;
}

footer .newsletter [data-newsletter] [type="email"]::-webkit-input-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

footer .newsletter [data-newsletter] [type="email"]:-moz-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

footer .newsletter [data-newsletter] [type="email"]::-moz-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

footer .newsletter [data-newsletter] [type="email"]:-ms-input-placeholder {
  font-size: 0.9em;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

footer .newsletter [data-newsletter] [type="submit"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
          flex: none;
  background: #fff;
  color: #661a37;
  font-family: "fontawesome_icons";
  font-weight: 700;
}

footer .newsletter [data-newsletter] [type="submit"]:before {
  content: "";
  font-weight: 300;
}

footer .map {
  width: 250px;
}

footer .map .inner {
  padding-top: 60%;
  background: #fff;
  border: 3px solid #fff;
}

footer .map .inner > * {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: calc(100% - (0px + 0px));
  width: calc(100% - (0px + 0px));
}

footer .map .inner button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(102, 26, 55, 0.6);
}

footer .map .inner button:hover {
  background: rgba(102, 26, 55, 0.8);
}

footer .plan .inner div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

footer .plan .inner a {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

footer .plan .inner a:nth-child(n+2) {
  margin-top: 2px;
}

footer .plan .inner a:before {
  content: "•";
  -webkit-box-flex: 0;
          flex: none;
  margin-right: 10px;
  top: 4px;
  font-size: .8em;
  color: #8e244d;
}

footer .plan .inner a span:nth-last-child(2) {
  display: none;
}

footer .plan .inner a span:nth-child(2) {
  display: block;
}

footer .plan .inner a.no-in-footer {
  display: none;
}

footer .plan .inner i {
  display: none;
}

footer .menu {
  font-size: .90em;
  font-weight: 400;
}

[data-include="loader"] {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 42px;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
}

[data-include="loader"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  border: 2px solid #661a37;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 1200ms linear infinite;
          animation: loading 1200ms linear infinite;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

[data-load="1"] [data-include="loader"] {
  opacity: 0;
  margin-bottom: -100px;
  -webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 200ms;
  transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 200ms;
}

[data-include="cookies"] {
  position: fixed;
  z-index: 45;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - 30px);
  max-width: 540px;
  padding: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  margin-bottom: -100px;
}

[data-include="cookies"] p {
  font-size: .9em;
}

[data-include="cookies"] p b {
  font-size: 1.1111111111em;
}

[data-include="cookies"] p a {
  text-decoration: underline;
}

[data-include="cookies"] p + p {
  margin-top: 10px;
}

[data-include="cookies"] [data-btn] {
  margin-top: 20px;
}

[data-load="1"] [data-include="cookies"] {
  opacity: 1;
  pointer-events: all;
  margin-bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms;
}

[data-load="1"] [data-include="cookies"].hide {
  opacity: 0;
  pointer-events: none;
  margin-bottom: -100px;
  -webkit-transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-include="maintenance"] {
  position: fixed;
  z-index: 46;
  bottom: 30px;
  left: 30px;
}

[data-include="maintenance"] .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  background: #712b86;
  color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

[data-include="maintenance"] .logo svg {
  max-width: 50%;
  max-height: 50%;
}

[data-include="maintenance"] .txt {
  position: absolute;
  z-index: 1;
  top: 5%;
  bottom: 5%;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px 0 30px;
  font-size: .9em;
  font-weight: 700;
  white-space: nowrap;
  background: #661a37;
  color: #fff;
  border-radius: 0 20px 20px 0;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

[data-include="maintenance"]:not(:hover) .txt {
  opacity: 0;
  pointer-events: none;
}

#pn_news [data-col] .row > *:nth-child(1) {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
}

#pn_news [data-col] .row > *:nth-child(1) > *:nth-last-child(n+2) {
  margin-bottom: 30px;
}

#pn_news [data-col] .row > *:nth-child(1) > *:last-child {
  margin-top: auto;
}

#pn_news [data-db-items] > div {
  margin-top: -30px;
}

#pn_news [data-db-items] > div > * {
  width: 100%;
  margin-top: 30px;
}

#pn_news [data-db-filters] {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

#pn_news [data-db-filters] > * {
  margin-left: 15px;
}

#pn_news [data-db-filters] button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 5px 15px;
  background-color: #f3f3f9;
  color: #202020;
}

#pn_news [data-db-filters] button i {
  display: block;
  width: 1em;
  -webkit-box-flex: 0;
          flex: none;
  text-align: center;
  margin-right: 15px;
  font-family: "fontawesome_icons";
  font-size: .9em;
  font-weight: 300;
}

#pn_news [data-db-filters] button.active {
  color: #661a37;
  font-weight: 700;
}

#pn_news [data-db-filters] button.active i {
  font-weight: 400;
}

#pn_news [data-db-filters] button.disabled {
  cursor: default;
  color: rgba(32, 32, 32, 0.42);
}

#pn_news [data-db-filters] [data-db-reset] {
  width: calc(20% - 15px);
}

#pn_news [data-db-filters] .toggle {
  width: calc(80% - 15px);
}

#pn_news [data-db-filters] .toggle:after {
  content: "";
  font-weight: 300;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: auto;
}

#pn_news [data-db-filters] .toggle span {
  display: block;
}

#pn_news [data-db-filters] .toggle span + span {
  display: none;
}

#pn_news [data-db-filters] .toggle ~ .inner {
  display: none;
}

#pn_news [data-db-filters] .toggle.active span {
  display: none;
}

#pn_news [data-db-filters] .toggle.active span + span {
  display: block;
}

#pn_news [data-db-filters] .toggle.active ~ .inner {
  display: block;
}

#pn_news [data-db-filters] .inner {
  -webkit-box-ordinal-group: 4;
          order: 3;
  width: calc((80% - 15px) / 2 - 7.5px);
  margin-top: 15px;
}

#pn_news [data-db-filters] .list {
  padding: 0px 15px;
  background-color: #f3f3f9;
  color: #202020;
}

#pn_news [data-db-filters] .list button {
  z-index: 6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 5px 0;
  border-top: 1px solid #d1d1e8;
  border-bottom: 1px solid #d1d1e8;
  border-radius: 0;
}

#pn_news [data-db-filters] .list button:first-child {
  border-top: none;
}

#pn_news [data-db-filters] .list button:last-child {
  border-bottom: none;
}

#pn_news [data-db-filters] .list button + * {
  margin-top: -1px;
}

#pn_news [data-db-filters] .list button i {
  display: none;
}

#pn_news [data-db-filters] .list button.active i {
  display: block;
}

#pn_news [data-db-filters] .list button.active + div button {
  color: #661a37;
}

#pn_news [data-db-filters] .list button.active + div button i {
  display: block;
}

#pn_news [data-db-filters] .list div {
  padding-left: 20px;
}

#pn_news .h4 {
  color: #661a37;
}

#pn_details .h4 {
  color: #661a37;
}

#pn_details .details > *:nth-child(n+2) {
  margin-top: 30px;
}

#pn_details .details .datas {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

#pn_details .details .datas div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#pn_details .details .datas div:nth-child(1) {
  width: 100%;
  margin-bottom: 5px;
}

#pn_details .details .datas div:nth-child(n+3) {
  margin-left: 15px;
}

#pn_details .details .datas i {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  font-family: "fontawesome_icons";
  color: #661a37;
}

#pn_details .details .imgs {
  margin-bottom: -30px;
}

#pn_details .details .imgs button {
  display: block;
}

#pn_details .details .links {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  font-weight: 700;
}

#pn_details .details .links > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#pn_details .details .links > *:before {
  display: block;
  -webkit-box-flex: 0;
          flex: none;
  width: 1em;
  text-align: center;
  margin-right: 10px;
  font-weight: 400;
  color: #661a37;
}

#pn_details .details .links [target="_blank"]:before {
  content: "";
  font-weight: 300;
}

#pn_details .details .links [href$=".pdf"]:before {
  content: "";
  font-weight: 300;
}

#pn_details .share .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-left: -10px;
}

#pn_details .share .inner > * {
  margin-left: 10px;
}

#pn_details .share [data-network] {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 3px;
}

#pn_details .share [data-network]:not(:hover) .network-main {
  fill: #fff;
}

#pn_details .share [data-network]:hover .network-main {
  fill: #fff;
}

#pn_details .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #d1d1e8;
}

#pn_details .nav > * > *:first-child span {
  display: block;
}

#pn_details .nav > * > *:first-child span:first-child {
  font-weight: 700;
}

#pn_details .nav > *:not(.inactive) > a:first-child {
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
}

#pn_details .nav > *.inactive {
  opacity: .4;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#pn_details .nav .back {
  width: calc(50% - 15px);
}

#pn_details .nav .prev, #pn_details .nav .next {
  width: calc(25% - 45px / 2);
  margin-left: 30px;
}

#pn_details .nav .others {
  border-top: 1px solid #d1d1e8;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
}

#pn_details .nav .others [data-slickin] {
  margin-top: 30px;
}

#pn_details .nav .others [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

#pn_details .nav .others [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

#pn_details .nav .others [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+4) {
  display: block;
}

#pn_details .nav .others [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+5) {
  display: none;
}

#pn_details .nav .others [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#pn_details .nav .others [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

#pn_details .nav .others [data-slickin] .slick-slide > div {
  margin: -15px;
}

#pn_details .nav .others [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

#pn_details .nav .others [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

#pn_details .nav .others [data-slickin] .slick-track {
  margin-left: 0;
}

[data-item="news"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

[data-item="news"] .img {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  overflow: hidden;
}

[data-item="news"] .img a {
  display: block;
  height: 100%;
  padding-top: 75%;
}

[data-item="news"] .txt {
  width: 70%;
  -webkit-box-flex: 0;
          flex: none;
  padding-left: 30px;
}

[data-item="news"] .txt > *:nth-child(n+2) {
  margin-top: 15px;
}

[data-item="news"] .title > *:nth-child(n+2) {
  margin-top: 5px;
}

[data-item="news"] .title .h3 {
  color: #661a37;
}

[data-item="news"] .datas {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  font-size: .85em;
}

[data-item="news"] .datas div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

[data-item="news"] .datas i {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  font-family: "fontawesome_icons";
}

[data-item="news"] .resume {
  height: 75px;
  line-height: 25px;
  overflow: hidden;
}

html[data-browser="chrome"] [data-item="news"] .resume, html[data-browser="safari"] [data-item="news"] .resume, html[data-browser="edge"] [data-item="news"] .resume, html[data-browser="opera"] [data-item="news"] .resume {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html:not([data-browser="chrome"]):not([data-browser="safari"]):not([data-browser="edge"]):not([data-browser="opera"]) [data-item="news"] .resume:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 25px;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), to(#f3f3f9));
  background: linear-gradient(to right, transparent, transparent, #f3f3f9);
}

[data-item="news"] .more {
  color: #661a37;
}

[data-item="news"].star {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}

[data-item="news"].star .img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

[data-item="news"].star .txt {
  width: 100%;
  padding: 15px;
  background: #f3f3f9;
}

[data-item="news"].star .txt > *:nth-child(n+2) {
  margin-top: 5px;
}

[data-item="news"].star .title .h3 {
  color: #202020;
}

#pc .h4 {
  color: #661a37;
  margin-bottom: 15px;
}

#pc .contact .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#pc .contact .inner > * {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

#pc .contact .inner > *:before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  color: #661a37;
  font-weight: 300;
}

#pc .contact .inner > *:nth-child(n+2) {
  margin-top: 10px;
}

#pc .newsletter .inner > *:nth-child(n+2) {
  margin-top: 10px;
}

#pc .newsletter [data-newsletter] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

#pc .newsletter [data-newsletter] [data-input] {
  width: 100%;
}

#pc .newsletter [data-newsletter] [data-btn] {
  margin-left: 15px;
}

#pc .newsletter [data-newsletter] [data-btn] > * {
  width: 50px;
  height: 50px;
}

#pc .newsletter [data-newsletter] [data-btn] > * > * {
  font-size: 1.2em;
}

#pc .networks .inner {
  display: -webkit-box;
  display: flex;
  margin-left: -15px;
}

#pc .networks .inner > * {
  margin-left: 15px;
}

#pc .networks [data-network] {
  width: 30px;
  height: 30px;
}

#pc .networks [data-network]:not(:hover) {
  background-color: transparent;
}

#pc .networks [data-network]:not(:hover) .network-second {
  fill: #fff;
}

#pc .networks [data-network]:hover {
  background-color: transparent;
}

#pc .networks [data-network]:hover .network-second {
  fill: #fff;
}

#pl section:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

#pl h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #661a37;
}

#pl h2:first-child {
  margin-top: 0;
}

#pl h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #661a37;
}

#pl h3:first-child {
  margin-top: 0;
}

#pl p {
  margin-top: 10px;
}

#pl p:first-child {
  margin-top: 0;
}

#pl ul {
  margin-top: 10px;
}

#pl ul:first-child {
  margin-top: 0;
}

#pl ul li {
  padding-left: 15px;
}

#pl ul li:before {
  content: "•";
  font: inherit;
  position: absolute;
  top: 0;
  left: 0;
  color: #661a37;
}

#pl a {
  text-decoration: underline;
}

#pl button {
  text-decoration: underline;
}

#pl button.active {
  font-weight: 700;
}

#pl button[data-cookies="allow"].active {
  color: #2ecc71;
}

#pl button[data-cookies="forbid"].active {
  color: #e74c3c;
}

#pu form {
  max-width: 540px;
  margin-top: 30px;
}

#pu form > *:nth-child(n+2) {
  margin-top: 15px;
}

#pi .annuaire {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d1d1e8;
  border-bottom: 1px solid #d1d1e8;
}

#pi .annuaire + .annuaire {
  margin-top: -1px;
}

#pi .img {
  width: 200px;
  -webkit-box-flex: 0;
          flex: none;
  align-self: flex-start;
}

#pi .img img {
  margin: auto;
}

#pi .txt h3 {
  color: #661a37;
}

#pi .txt a {
  color: #661a37;
}

#p1_slider .prime-1 {
  background-image: url(../img/p1/1_slider_bkg_1.jpg);
}

#p1_slider .prime-2 {
  background-image: url(../img/p1/1_slider_bkg_2.jpg);
}

#p1_slider .prime-3 {
  background-image: url(../img/p1/1_slider_bkg_3.jpg);
}

#p1_about [data-slickin] {
  width: 100%;
}

#p1_about [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

#p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

#p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+3) {
  display: block;
}

#p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+4) {
  display: none;
}

#p1_about [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#p1_about [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

#p1_about [data-slickin] .slick-slide > div {
  margin: -15px;
}

#p1_about [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

#p1_about [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

#p1_about [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

#p1_about [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

#p1_about .photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 175%;
}

#p1_about .photo .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background-color: rgba(102, 26, 55, 0.75);
}

#p1_about .photo .txt > *:nth-child(n+2) {
  margin-top: 10px;
}

#p1_livraison .inner {
  max-width: 888px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

#p1_livraison .inner > div {
  max-width: 350px;
}

#p1_livraison .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

#p1_livraison .bloc {
  background-color: #661a37;
  color: #fff;
}

#p1_livraison .bloc .txt {
  padding: 45px;
}

#p1_livraison .bloc .txt > *:nth-child(n+2) {
  margin-top: 20px;
}

#p1_vente .lists {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}

#p1_vente .lists li {
  font-weight: 700;
}

#p1_vente .lists li:not(:first-child):before {
  content: "•";
  font: inherit;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
  color: #661a37;
}

#p1_commande {
  background-image: url(../img/p1/5_commande_bkg.jpg);
}

#p1_news {
  background-image: url(../img/p1/6_actus_bkg.jpg);
  background-position: center top;
  background-size: cover;
}

#p1_news [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

#p1_news [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 1 - 30px);
  margin-left: 30px;
  margin-top: 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0);
}

#p1_news [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+1) {
  display: block;
}

#p1_news [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+2) {
  display: none;
}

#p1_news [data-slickin] .slickin-slides.slick-initialized {
  margin: 0px -10px -20px -10px;
}

#p1_news [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 10px 20px 10px;
}

#p1_news [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

#p1_news [data-slickin] .slick-slide > div {
  margin: -15px;
}

#p1_news [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

#p1_news [data-slickin] .slick-slide > div > * {
  margin: 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0);
}

#p1_news [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

#p1_news [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

#p1_news .news {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#p1_news .news .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -80px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

#p1_news .news .img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

#p1_news .news .txt {
  width: 100%;
  -webkit-box-flex: 0;
          flex: none;
  max-width: 540px;
  padding: 45px 30px;
  padding-top: 110px !important;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

#p1_news .news .title {
  color: #661a37;
}

#p1_news .news .resume {
  height: 100px;
  line-height: 25px;
  overflow: hidden;
}

html[data-browser="chrome"] #p1_news .news .resume, html[data-browser="safari"] #p1_news .news .resume, html[data-browser="edge"] #p1_news .news .resume, html[data-browser="opera"] #p1_news .news .resume {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

html:not([data-browser="chrome"]):not([data-browser="safari"]):not([data-browser="edge"]):not([data-browser="opera"]) #p1_news .news .resume:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 25px;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), to(#fff));
  background: linear-gradient(to right, transparent, transparent, #fff);
}

#p1_news .news .more {
  color: #661a37;
}

#p1_news .ctrl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
}

#p1_news .ctrl .link {
  margin-left: 10px;
  margin-right: 10px;
}

#p1_logos [data-slickin] {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

#p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

#p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+5) {
  display: block;
}

#p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+6) {
  display: none;
}

#p1_logos [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#p1_logos [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

#p1_logos [data-slickin] .slick-slide > div {
  margin: -15px;
}

#p1_logos [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

#p1_logos [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

#p1_logos [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

#p1_logos .logo {
  display: block;
  text-align: center;
  padding-top: 75%;
}

#p1_logos .logo > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#p1_logos .logo > span {
  width: 100%;
  font-weight: 700;
}

#p1_logos [data-htn]:before {
  content: url(../img/p0/tache.png);
  position: absolute;
  left: -30px;
}

#p2_banner .prime {
  background-image: url(../img/p2/1_banner_bkg.jpg);
}

#p2_specialiste .bloc {
  border: 1px solid #661a37;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px;
  text-align: center;
}

#p2_specialiste .bloc > *:nth-child(n+2) {
  margin-top: 15px;
}

#p2_livraison {
  background-image: url(../img/p2/3_livraison_bkg.jpg);
}

#p2_livraison [data-slickin] .slickin-slides:not(.slick-initialized) {
  margin-left: -30px;
  margin-top: -30px;
}

#p2_livraison [data-slickin] .slickin-slides:not(.slick-initialized) > * {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

#p2_livraison [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+3) {
  display: block;
}

#p2_livraison [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+4) {
  display: none;
}

#p2_livraison [data-slickin] .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#p2_livraison [data-slickin] .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

#p2_livraison [data-slickin] .slick-slide > div {
  margin: -15px;
}

#p2_livraison [data-slickin] .slick-slide > div + div {
  margin-top: 15px;
}

#p2_livraison [data-slickin] .slick-slide > div > * {
  margin: 15px;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 100"] {
  width: calc(100% /  1 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 50"] {
  width: calc(100% /  2 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 33"] {
  width: calc(100% /  3 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 25"] {
  width: calc(100% /  4 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 20"] {
  width: calc(100% /  5 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 16"] {
  width: calc(100% /  6 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 14"] {
  width: calc(100% /  7 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 12"] {
  width: calc(100% /  8 - 30px) !important;
}

#p2_livraison [data-slickin] .slick-slide [style*="width: 11"] {
  width: calc(100% /  9 - 30px) !important;
}

#p2_livraison .item > *:nth-child(n+2) {
  margin-top: 20px;
}

#p2_livraison .item .pct {
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: auto;
}

#p2_livraison .item p {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#p2_avantages ul li:before {
  content: "";
  font-weight: 900;
  color: #661a37;
}

#pn_carte h2 {
  color: #661a37;
}

#pn_carte .container > *:nth-child(n+2) {
  margin-top: 60px;
}

#pn_carte .carte [data-db-filters] {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}

#pn_carte .carte [data-db-filters] > * {
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

#pn_carte .carte [data-db-filters] a, #pn_carte .carte [data-db-filters] button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 5px 15px;
  background-color: #f3f3f9;
  color: #202020;
}

#pn_carte .carte [data-db-filters] a i, #pn_carte .carte [data-db-filters] button i {
  display: block;
  width: 1em;
  -webkit-box-flex: 0;
          flex: none;
  text-align: center;
  margin-right: 15px;
  font-family: "fontawesome_icons";
  font-size: .9em;
  font-weight: 300;
}

#pn_carte .carte [data-db-filters] a.active, #pn_carte .carte [data-db-filters] button.active {
  color: #661a37;
  font-weight: 700;
}

#pn_carte .carte [data-db-filters] a.active i, #pn_carte .carte [data-db-filters] button.active i {
  font-weight: 400;
}

#pn_carte .carte [data-db-filters] .inner {
  width: 100%;
}

#pn_carte .carte [data-db-filters] .inner > *:nth-child(n+2) {
  margin-top: 30px;
}

#pn_carte .carte [data-db-filters] .list {
  padding: 10px 15px;
  background-color: #f3f3f9;
  color: #202020;
}

#pn_carte .carte [data-db-filters] .list a {
  z-index: 6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 5px 0;
  border-top: 1px solid #d1d1e8;
  border-bottom: 1px solid #d1d1e8;
  border-radius: 0;
}

#pn_carte .carte [data-db-filters] .list a:first-child {
  border-top: none;
}

#pn_carte .carte [data-db-filters] .list a:last-child {
  border-bottom: none;
}

#pn_carte .carte [data-db-filters] .list a + * {
  margin-top: -1px;
}

#pn_carte .carte [data-db-filters] .list a.active + div a {
  color: #661a37;
}

#pn_carte .carte [data-db-filters] .list a.active + div a i {
  display: block;
}

#pn_carte .carte [data-db-filters] .list div {
  padding-left: 20px;
}

#pn_carte .carte h3 {
  margin-bottom: 30px;
}

#pn_carte .carte h3 ~ h3 {
  margin-top: 60px;
}

#pn_carte .carte h4 {
  margin-top: 30px;
}

[data-item="carte"] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1e8;
}

[data-item="carte"] .img {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
          flex: none;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

[data-item="carte"] .img button {
  width: 100%;
  height: 100%;
}

[data-item="carte"] .txt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
          align-items: baseline;
  align-self: center;
}

[data-item="carte"] .name {
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: 700;
}

[data-item="carte"] .price {
  margin-left: 15px;
  font-weight: 700;
  color: #661a37;
}

[data-item="carte"] .resume {
  width: 100%;
  margin-top: 5px;
}

[data-popin] {
  display: none;
  width: calc(100% - 100px);
  max-width: 768px;
  padding: 30px;
  background: #ffffff;
  overflow: hidden;
}

[data-popin="newsletter"] {
  max-width: 540px;
  padding: 0 !important;
}

[data-popin="newsletter"] > [data-fancybox-close] {
  display: none;
}

[data-popin="newsletter"] .img {
  padding-top: 50%;
}

[data-popin="newsletter"] .txt {
  padding: 30px;
}

[data-popin="newsletter"] .txt p {
  text-align: center;
}

[data-popin="newsletter"] .rgpd {
  font-size: .8em;
}

[data-popin="newsletter"] .close {
  text-align: center;
  font-size: .85em;
  font-weight: 700;
  font-style: italic;
  color: #661a37;
}

[data-popin="erreur"] {
  max-width: 540px;
  padding: 30px;
  text-align: center;
}

[data-popin="erreur"] > [data-fancybox-close] {
  display: none;
}

[data-popin="erreur"] .txt {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

[data-popin="erreur"] .code {
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
  color: #661a37;
}

[data-popin="erreur"] .log {
  font-weight: 700;
  margin-top: 20px;
}

[data-popin="erreur"] .close {
  text-align: center;
  font-size: .85em;
  font-weight: 700;
  font-style: italic;
  color: #661a37;
}

@media (min-width: 375px) {
  .queries {
    display: none;
  }
  .col-xs {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  [data-br="xs"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="xsmin"], [data-center~="xsmin"] .tal, [data-center~="xsmin"] .tar, [data-center~="xsmin"] .talx, [data-center~="xsmin"] .tarx, [data-center~="xsmin"] .taj, [data-center~="xsmin"] .tajc, [data-center~="xsmin"] .tajr {
    text-align: center;
  }
  [data-center~="xsmin"] .talx ~ *, [data-center~="xsmin"] .tarx ~ *, [data-center~="xsmin"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="xsmin"] .jcs, [data-center~="xsmin"] .jce, [data-center~="xsmin"] .jcb, [data-center~="xsmin"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="xs"] {
    display: none;
  }
}

@media (min-width: 576px) {
  .queries {
    display: none;
  }
  .container {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  [data-br="sm"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="smmin"], [data-center~="smmin"] .tal, [data-center~="smmin"] .tar, [data-center~="smmin"] .talx, [data-center~="smmin"] .tarx, [data-center~="smmin"] .taj, [data-center~="smmin"] .tajc, [data-center~="smmin"] .tajr {
    text-align: center;
  }
  [data-center~="smmin"] .talx ~ *, [data-center~="smmin"] .tarx ~ *, [data-center~="smmin"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="smmin"] .jcs, [data-center~="smmin"] .jce, [data-center~="smmin"] .jcb, [data-center~="smmin"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="sm"] {
    display: none;
  }
  [data-list] li {
    float: left;
    text-align: left;
  }
  [data-list]:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
  }
  [data-list~="1"] li:nth-child(1n+1) {
    clear: both;
  }
  [data-list~="2"] li:nth-child(2n+1) {
    clear: both;
  }
  [data-list~="3"] li:nth-child(3n+1) {
    clear: both;
  }
  [data-list~="4"] li:nth-child(4n+1) {
    clear: both;
  }
  [data-list~="5"] li:nth-child(5n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .queries {
    display: none;
  }
  .container {
    max-width: 720px;
  }
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  [data-br="md"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="mdmin"], [data-center~="mdmin"] .tal, [data-center~="mdmin"] .tar, [data-center~="mdmin"] .talx, [data-center~="mdmin"] .tarx, [data-center~="mdmin"] .taj, [data-center~="mdmin"] .tajc, [data-center~="mdmin"] .tajr {
    text-align: center;
  }
  [data-center~="mdmin"] .talx ~ *, [data-center~="mdmin"] .tarx ~ *, [data-center~="mdmin"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="mdmin"] .jcs, [data-center~="mdmin"] .jce, [data-center~="mdmin"] .jcb, [data-center~="mdmin"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="md"] {
    display: none;
  }
  header #headerMb {
    display: none;
  }
  header .contact > *:nth-child(n+2) {
    margin-left: 20px;
  }
  header .contact a, header .contact button {
    -webkit-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
  }
  header .contact a:hover, header .contact button:hover {
    color: #45444a;
  }
  header .contact [data-fab]:before, header .contact [data-faa]:after {
    color: #661a37;
  }
  header .menu a:hover, header .menu button:hover {
    color: #661a37;
  }
  header .menu a.active, header .menu button.active {
    color: #661a37;
  }
  header .menu a.no-in-header, header .menu button.no-in-header {
    display: none;
  }
  header .menu i {
    display: none;
    margin: 0 10px;
    width: 1px;
    height: 30px;
    background: #d8d8d8;
  }
  header .menu a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  header .menu a:hover {
    border-bottom-color: #661a37;
  }
  header .menu a.active {
    border-bottom-color: #661a37;
  }
  footer .container:nth-of-type(2) .menu > *:nth-child(n+2):before {
    content: "-";
    margin: 0 7px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
  }
  footer .logo:after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background: #8e244d;
    margin-top: 15px;
    margin-right: auto;
  }
  footer .contact .inner {
    -webkit-box-align: start;
            align-items: flex-start;
  }
  footer .hours {
    max-width: 370px;
  }
  footer .networks {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  footer .networks .h4 {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  footer .networks .inner {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  #pn_news [data-db-filters] [data-db-reset] {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #pn_news [data-db-filters] .toggle {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  [data-item="news"] .datas div:nth-child(n+2) {
    margin-left: 15px;
  }
  #pi .img {
    margin-right: 30px;
  }
  #p1_livraison .inner > div:nth-child(2) {
    margin-left: 30px;
  }
  #pn_carte .carte [data-db-filters] .toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .queries {
    display: none;
  }
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  [data-br="lg"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="lgmin"], [data-center~="lgmin"] .tal, [data-center~="lgmin"] .tar, [data-center~="lgmin"] .talx, [data-center~="lgmin"] .tarx, [data-center~="lgmin"] .taj, [data-center~="lgmin"] .tajc, [data-center~="lgmin"] .tajr {
    text-align: center;
  }
  [data-center~="lgmin"] .talx ~ *, [data-center~="lgmin"] .tarx ~ *, [data-center~="lgmin"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="lgmin"] .jcs, [data-center~="lgmin"] .jce, [data-center~="lgmin"] .jcb, [data-center~="lgmin"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="lg"] {
    display: none;
  }
  [data-link]:not(:hover):after {
    bottom: -3px;
    opacity: 0;
  }
  [data-prime] .container.tal .btns {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  [data-btn] > *:not([data-drop]):not(.active):hover, [data-btn] > *[data-drop][data-drop-active="0"]:hover {
    background-color: #390f1f;
    border-color: #390f1f;
  }
  [data-btn="wh"] > *:not([data-drop]):not(.active):hover, [data-btn="wh"] > *[data-drop][data-drop-active="0"]:hover, [data-btn="wh"] > *[data-drop][data-drop-active="0"].open {
    background-color: #661a37;
    color: #fff;
    border-color: #661a37;
  }
  [data-btn="ln"] > *:not([data-drop]):not(.active):hover, [data-btn="ln"] > *[data-drop][data-drop-active="0"]:hover, [data-btn="ln"] > *[data-drop][data-drop-active="0"].open {
    background-color: #45444a;
    color: #fff !important;
    border-color: #45444a;
  }
  [data-btn="tr"] > *:not([data-drop]):not(.active):hover, [data-btn="tr"] > *[data-drop][data-drop-active="0"]:hover, [data-btn="tr"] > *[data-drop][data-drop-active="0"].open {
    background-color: #45444a;
    color: #fff !important;
    border-color: #45444a;
  }
  [data-btn="db"] > *:not([data-drop]):not(.active):hover, [data-btn="db"] > *[data-drop][data-drop-active="0"]:hover, [data-btn="db"] > *[data-drop][data-drop-active="0"].open {
    background-color: #661a37;
    color: #fff;
    border-color: #661a37;
  }
  header .logo {
    height: 60px;
  }
  header .logo img, header .menu {
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
  }
  header:not(.affix) #headerDk .container:first-child {
    z-index: 6;
  }
  header:not(.affix) .logo img {
    height: 100px;
    top: 20px;
    max-height: none;
  }
  header:not(.affix) .menu {
    margin-left: 200px;
  }
  footer .hours [data-slickin-dots] [data-slickin-dot]:hover {
    background-color: #fff;
    border-color: #fff;
  }
  #pn_details .details .links > * {
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
  }
  #pn_details .details .links > *:hover {
    color: #661a37;
  }
  #pn_details .nav > *:not(.inactive) > a:first-child:not(.inactive):hover {
    color: #661a37;
  }
  #p1_about [data-htn] {
    color: #fff;
  }
  #p1_about [data-htn]:before {
    content: '';
    display: block;
    width: 1045px;
    height: 333px;
    background-image: url(../img/p1/2_about_bkg.jpg);
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: -30px;
  }
  #p1_about .border:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #661a37;
    top: 0;
    left: -30px;
  }
  #p1_about .photo .txt {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
  }
  #p1_about .photo:hover .txt {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  #p1_livraison {
    background-image: url(../img/p1/3_livraison_bkg.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
  }
  #p1_livraison .container {
    max-width: none;
  }
  #p1_vente {
    background-image: url(../img/p1/4_vente_bkg.jpg);
    background-size: cover;
    background-position: center;
  }
  #p1_logos [data-slickin] .slickin-slides {
    width: calc(100% - 144px);
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #p1_logos [data-slickin] .prev {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-right: auto;
  }
  #p1_logos [data-slickin] .next {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-left: auto;
  }
  #p2_specialiste .row.css > *:nth-child(1) [data-htn] {
    padding: 45px 0 45px 95px;
    color: #fff;
  }
  #p2_specialiste .row.css > *:nth-child(1) [data-htn]:before {
    content: '';
    position: absolute;
    top: 0;
    right: -170px;
    bottom: 0;
    left: 0;
    background-color: #661a37;
  }
  #p2_specialiste .row.css > *:nth-child(2) {
    margin-top: 75px;
  }
  #p2_specialiste .row.css > *:nth-child(4) {
    align-self: flex-end;
  }
  #p2_avantages ul li {
    padding-left: 30px;
  }
  #p2_avantages ul li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #p2_avantages:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/p2/4_avantages_bkg_1.jpg), url(../img/p2/4_avantages_bkg_2.jpg);
    background-position: right bottom, left center;
    background-repeat: no-repeat;
  }
  [data-item="carte"] .img button:after {
    content: "";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
  }
  [data-item="carte"] .img button:hover:after {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .queries {
    display: none;
  }
  .container {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  [data-br="xl"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="xlmin"], [data-center~="xlmin"] .tal, [data-center~="xlmin"] .tar, [data-center~="xlmin"] .talx, [data-center~="xlmin"] .tarx, [data-center~="xlmin"] .taj, [data-center~="xlmin"] .tajc, [data-center~="xlmin"] .tajr {
    text-align: center;
  }
  [data-center~="xlmin"] .talx ~ *, [data-center~="xlmin"] .tarx ~ *, [data-center~="xlmin"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="xlmin"] .jcs, [data-center~="xlmin"] .jce, [data-center~="xlmin"] .jcb, [data-center~="xlmin"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="xl"] {
    display: none;
  }
}

@media (min-width: 1280px) {
  .queries {
    display: none;
  }
  main[data-container~="1280"] .container:not([data-container]) {
    max-width: 1220px;
  }
  .container[data-container~="1280"] {
    max-width: 1220px;
  }
}

@media (min-width: 1366px) {
  .queries {
    display: none;
  }
  main[data-container~="1366"] .container:not([data-container]) {
    max-width: 1306px;
  }
  .container[data-container~="1366"] {
    max-width: 1306px;
  }
}

@media (min-width: 1440px) {
  .queries {
    display: none;
  }
  main[data-container~="1440"] .container:not([data-container]) {
    max-width: 1380px;
  }
  .container[data-container~="1440"] {
    max-width: 1380px;
  }
}

@media (min-width: 1600px) {
  .queries {
    display: none;
  }
  main[data-container~="1600"] .container:not([data-container]) {
    max-width: 1540px;
  }
  .container[data-container~="1600"] {
    max-width: 1540px;
  }
}

@media (min-width: 1680px) {
  .queries {
    display: none;
  }
  main[data-container~="1680"] .container:not([data-container]) {
    max-width: 1620px;
  }
  .container[data-container~="1680"] {
    max-width: 1620px;
  }
}

@media (min-width: 1920px) {
  .queries {
    display: none;
  }
  main[data-container~="1920"] .container:not([data-container]) {
    max-width: 1860px;
  }
  .container[data-container~="1920"] {
    max-width: 1860px;
  }
}

@media (max-width: 1919px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 4.1212121212rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.9393939394rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.6606060606rem;
  }
  h2, .h2 {
    font-size: 3.4909090909rem;
  }
  h3, .h3 {
    font-size: 1.8181818182rem;
  }
  h4, .h4 {
    font-size: 1.3090909091rem;
  }
  .st {
    font-size: 1.3212121212rem;
  }
  .ac {
    font-size: 1.3212121212rem;
  }
}

@media (max-width: 1679px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 3.9090909091rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.8787878788rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.5878787879rem;
  }
  h2, .h2 {
    font-size: 3.3151515152rem;
  }
  h3, .h3 {
    font-size: 1.7696969697rem;
  }
  h4, .h4 {
    font-size: 1.2848484848rem;
  }
  .st {
    font-size: 1.3090909091rem;
  }
  .ac {
    font-size: 1.3090909091rem;
  }
}

@media (max-width: 1599px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 3.696969697rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.8181818182rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.5151515152rem;
  }
  h2, .h2 {
    font-size: 3.1393939394rem;
  }
  h3, .h3 {
    font-size: 1.7212121212rem;
  }
  h4, .h4 {
    font-size: 1.2606060606rem;
  }
  .st {
    font-size: 1.296969697rem;
  }
  .ac {
    font-size: 1.296969697rem;
  }
}

@media (max-width: 1439px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 3.4848484848rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.7575757576rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.4424242424rem;
  }
  h2, .h2 {
    font-size: 2.9636363636rem;
  }
  h3, .h3 {
    font-size: 1.6727272727rem;
  }
  h4, .h4 {
    font-size: 1.2363636364rem;
  }
  .st {
    font-size: 1.2848484848rem;
  }
  .ac {
    font-size: 1.2848484848rem;
  }
}

@media (max-width: 1365px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 3.2727272727rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.696969697rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.3696969697rem;
  }
  h2, .h2 {
    font-size: 2.7878787879rem;
  }
  h3, .h3 {
    font-size: 1.6242424242rem;
  }
  h4, .h4 {
    font-size: 1.2121212121rem;
  }
  .st {
    font-size: 1.2727272727rem;
  }
  .ac {
    font-size: 1.2727272727rem;
  }
}

@media (max-width: 1279px) {
  .queries {
    display: none;
  }
  [data-prime] .h1-1 {
    font-size: 3.0606060606rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.6363636364rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.296969697rem;
  }
  h2, .h2 {
    font-size: 2.6121212121rem;
  }
  h3, .h3 {
    font-size: 1.5757575758rem;
  }
  h4, .h4 {
    font-size: 1.1878787879rem;
  }
  .st {
    font-size: 1.2606060606rem;
  }
  .ac {
    font-size: 1.2606060606rem;
  }
}

@media (max-width: 1199px) {
  .queries {
    display: none;
  }
  body {
    font-size: 0.9333333333rem;
  }
  .mt-45 {
    margin-top: 30px;
  }
  .mb-45 {
    margin-bottom: 30px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  [data-br="xlmin"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="xl"], [data-center~="xl"] .tal, [data-center~="xl"] .tar, [data-center~="xl"] .talx, [data-center~="xl"] .tarx, [data-center~="xl"] .taj, [data-center~="xl"] .tajc, [data-center~="xl"] .tajr {
    text-align: center;
  }
  [data-center~="xl"] .talx ~ *, [data-center~="xl"] .tarx ~ *, [data-center~="xl"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="xl"] .jcs, [data-center~="xl"] .jce, [data-center~="xl"] .jcb, [data-center~="xl"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-cm="45"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 30px;
  }
  [data-cm="60"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 40px;
  }
  [data-display~="xlmin"] {
    display: none;
  }
  [data-pad="md"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  [data-pad="lg"] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  [data-pad="xl"] {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  [class*="prime"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  [data-prime] .h1-1 {
    font-size: 2.8484848485rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.5757575758rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.2242424242rem;
  }
  h2, .h2 {
    font-size: 2.4363636364rem;
  }
  h3, .h3 {
    font-size: 1.5272727273rem;
  }
  h4, .h4 {
    font-size: 1.1636363636rem;
  }
  .st {
    font-size: 1.2484848485rem;
  }
  .ac {
    font-size: 1.2484848485rem;
  }
  [data-htn] .sup {
    margin-bottom: -15px;
  }
  [data-htn] .sup {
    font-size: 5em;
  }
  [data-list] {
    margin-left: -15px;
  }
  [data-list] li {
    margin-left: 15px;
  }
  [data-db-view] {
    width: 130px;
  }
  [data-db-view] span {
    width: 35px;
  }
  header .contact {
    font-size: .9em;
  }
  header .menu {
    font-size: .95em;
  }
  main {
    padding-top: 110px;
  }
  footer .container:nth-of-type(1) [data-col=""] {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .container:nth-of-type(1) [data-col=""] > .row {
    margin: -10px;
  }
  footer .container:nth-of-type(1) [data-col=""] > .row > [class*="col"] {
    padding: 10px;
  }
  footer .container:nth-of-type(1) [data-col=""] [class*="col"] > *:nth-child(n+2) {
    margin-top: 15px;
  }
  footer .h4 ~ .h4 {
    margin-top: 15px;
  }
  footer .map {
    width: 220px;
  }
  [data-include="maintenance"] {
    bottom: 20px;
    left: 20px;
  }
  #pn_news [data-db-filters] [data-db-reset] {
    width: calc(25% - 15px);
  }
  #pn_news [data-db-filters] .toggle {
    width: calc(75% - 15px);
  }
  #pn_news [data-db-filters] .inner {
    width: calc((75% - 15px) / 2 - 7.5px);
  }
  #pn_details .nav {
    padding-top: 20px;
  }
  #pn_details .nav .others {
    margin-top: 20px;
    padding-top: 20px;
  }
  #pn_details .nav .others [data-slickin] {
    margin-top: 20px;
  }
  #pc .networks [data-network] {
    width: 28px;
    height: 28px;
  }
  #p1_livraison .img {
    width: calc(100% / 3);
  }
  #p1_livraison .bloc .txt {
    padding: 30px;
  }
  [data-popin="erreur"] {
    padding: 20px;
  }
  [data-popin="erreur"] .txt {
    font-size: 2.75em;
  }
  [data-popin="erreur"] .code {
    font-size: 8em;
  }
}

@media (max-width: 991px) {
  .queries {
    display: none;
  }
  body {
    font-weight: 400;
  }
  b, strong {
    font-weight: 700;
  }
  [data-mobile="false"] [data-bg~="fixed"] {
    background-attachment: scroll;
  }
  [data-br="lgmin"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="lg"], [data-center~="lg"] .tal, [data-center~="lg"] .tar, [data-center~="lg"] .talx, [data-center~="lg"] .tarx, [data-center~="lg"] .taj, [data-center~="lg"] .tajc, [data-center~="lg"] .tajr {
    text-align: center;
  }
  [data-center~="lg"] .talx ~ *, [data-center~="lg"] .tarx ~ *, [data-center~="lg"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="lg"] .jcs, [data-center~="lg"] .jce, [data-center~="lg"] .jcb, [data-center~="lg"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="lgmin"] {
    display: none;
  }
  [data-pad="md"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  [data-pad="lg"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  [data-pad="xl"] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  [class*="prime"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  [data-prime="slider"] [class*="prime"] {
    height: calc(100vw * 512 / 768);
    max-height: 65vh;
  }
  [data-prime="banner"] [class*="prime"] {
    height: calc(100vw * 512 / 768);
    max-height: 60vh;
  }
  .pickmeup .pmu-instance {
    width: 280px;
  }
  .pickmeup .pmu-day-of-week *,
  .pickmeup .pmu-days * {
    width: 40px;
    height: 40px;
  }
  .pickmeup .pmu-months *,
  .pickmeup .pmu-years * {
    width: 70px;
    height: 70px;
  }
  .pickmeup .pmu-prev,
  .pickmeup .pmu-next {
    width: 40px;
    height: 40px;
  }
  [data-viewin] {
    opacity: 1;
  }
  [data-prime="slider"] [class*="prime"]:before,
  [data-prime="banner"] [class*="prime"]:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  [data-prime] .h1-1 {
    font-size: 2.6363636364rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.5151515152rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.1515151515rem;
  }
  [data-prime] .hr:before {
    width: 75px;
  }
  [data-prime] .btns > *:nth-child(n+2) {
    margin-left: 20px;
  }
  h2, .h2 {
    font-size: 2.2606060606rem;
  }
  h3, .h3 {
    font-size: 1.4787878788rem;
  }
  h4, .h4 {
    font-size: 1.1393939394rem;
  }
  .st {
    font-size: 1.2363636364rem;
  }
  .ac {
    font-size: 1.2363636364rem;
  }
  [data-htn] .sup {
    font-size: 4em;
  }
  [data-hr]:before {
    width: 45px;
  }
  [data-db-pagination] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  [data-db-pagination] .input {
    margin-top: 5px;
  }
  [data-input] {
    min-height: 46px;
    font-size: 0.95em;
  }
  [data-input] label {
    height: 46px;
    padding: 0 13px;
  }
  [data-input] input {
    height: 46px;
    padding: 0 13px;
  }
  [data-input].focus label:first-of-type, [data-input].length label:first-of-type {
    height: 23px;
  }
  [data-input].focus input, [data-input].length input {
    padding-top: 13.8px;
  }
  [data-input="text"].textarea {
    min-height: 46px;
  }
  [data-input="text"].textarea.focus {
    min-height: 92px;
  }
  [data-input="text"].textarea:before {
    height: 17.9px;
    left: 13px;
    right: 13px;
  }
  [data-input="text"] textarea {
    padding: 0 13px;
    padding-top: 17.9px;
    height: 46px;
  }
  [data-input="text"] textarea.max {
    padding-bottom: 17.9px;
  }
  [data-input="select"] input {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: transparent;
  }
  [data-input="select"] label:after {
    content: "";
    font-weight: 300;
    -webkit-box-flex: 0;
            flex: none;
    margin-left: auto;
  }
  [data-input="select"] button {
    padding: 0 13px;
    padding-top: 13.8px;
  }
  [data-drop-theme="select"] .inner {
    font-size: 0.95em;
  }
  [data-drop-theme="select"] .search, [data-drop-theme="select"] .reset {
    height: 39.1px;
    padding: 0 13px;
  }
  [data-drop-theme="select"] .options button {
    padding: 5px 13px;
    min-height: 39.1px;
  }
  [data-drop-theme="select"] .options button.active {
    font-weight: 700;
  }
  [data-input="select"].focus button {
    opacity: 1;
  }
  [data-input="select"].length button {
    color: #202020;
    opacity: 1;
  }
  [data-input="check"] label {
    min-height: 46px;
  }
  [data-input="check"] span:before {
    width: 18.4px;
    height: 18.4px;
    font-size: 11.4px;
    content: "";
    font-weight: 900;
  }
  [data-input="note"] {
    padding: 0 13px;
  }
  [data-input="note"] span {
    padding: 0 13px;
    padding-top: 13.8px;
  }
  [data-input="file"] {
    padding: 0 13px;
  }
  [data-input="file"].length:before {
    padding-top: 15px;
    opacity: 1;
  }
  .pickmeup {
    font-size: 0.95em;
  }
  .pickmeup .pmu-instance {
    padding: 13px;
  }
  [data-input="rgpd"] label > span:before {
    width: 23px;
    height: 23px;
    font-size: 15.3333333333px;
    margin-right: 13px;
    content: "";
    font-weight: 900;
  }
  [data-input="rgpd"]:after {
    opacity: 0;
  }
  header #headerDk .container:first-child {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  header.affix #headerDk .container:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .logo img {
    height: 75px;
  }
  header .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  header .contact {
    font-size: .85em;
  }
  header .sep {
    display: none;
  }
  header .networks [data-network] {
    width: 30px;
    height: 30px;
  }
  main {
    padding-top: 135px;
  }
  footer .container:nth-of-type(2) .il svg {
    width: 50px;
    height: 12px;
  }
  footer .logo {
    margin-bottom: -5px;
  }
  footer .logo img {
    height: 75px;
  }
  footer .contact .inner > *:nth-child(n+2) {
    margin-top: 8px;
  }
  footer .hours [data-slickin-dots] {
    -webkit-box-pack: center;
            justify-content: center;
  }
  footer .newsletter {
    max-width: none;
  }
  footer .newsletter [data-newsletter] [type="email"] {
    height: 45px;
  }
  footer .newsletter [data-newsletter] [type="submit"] {
    width: 45px;
    height: 45px;
  }
  footer .map {
    width: 180px;
  }
  footer .menu {
    font-size: .85em;
  }
  [data-include="loader"] {
    bottom: 45px;
    height: 45px;
    padding: 0 15px;
  }
  [data-include="maintenance"] .logo {
    width: 39px;
    height: 39px;
  }
  [data-include="maintenance"] .logo {
    width: 36px;
    height: 36px;
  }
  [data-include="maintenance"] .txt {
    padding: 0 15px 0 27px;
  }
  #pn_news [data-db-items] > div {
    margin-top: -15px;
    margin-left: -15px;
  }
  #pn_news [data-db-items] > div > * {
    width: calc(100% / 2 - 15px);
    margin-top: 15px;
    margin-left: 15px;
  }
  #pn_news [data-db-filters] {
    margin-left: -5px;
  }
  #pn_news [data-db-filters] > * {
    margin-left: 5px;
  }
  #pn_news [data-db-filters] [data-db-reset] {
    width: calc(20% - 5px);
  }
  #pn_news [data-db-filters] .toggle {
    width: calc(80% - 5px);
  }
  #pn_news [data-db-filters] .inner {
    width: calc((80% - 5px) / 2 - 2.5px);
    margin-top: 5px;
  }
  #pn_details .details .imgs {
    margin-bottom: -15px;
  }
  #pn_details .share [data-network] {
    width: 39px;
    height: 39px;
    padding: 6px;
  }
  #pn_details .nav {
    padding-top: 15px;
  }
  #pn_details .nav .back {
    width: 100%;
  }
  #pn_details .nav .prev, #pn_details .nav .next {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d1d1e8;
  }
  #pn_details .nav .others {
    margin-top: 15px;
    padding-top: 15px;
  }
  #pn_details .nav .others [data-slickin] {
    margin-top: 15px;
  }
  #pn_details .nav .others [data-slickin] .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div {
    margin: -7.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div + div {
    margin-top: 7.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div > * {
    margin: 7.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 100"] {
    width: calc(100% /  1 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 50"] {
    width: calc(100% /  2 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 33"] {
    width: calc(100% /  3 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 25"] {
    width: calc(100% /  4 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 20"] {
    width: calc(100% /  5 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 16"] {
    width: calc(100% /  6 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 14"] {
    width: calc(100% /  7 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 12"] {
    width: calc(100% /  8 - 15px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 11"] {
    width: calc(100% /  9 - 15px) !important;
  }
  [data-item="news"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
  }
  [data-item="news"] .img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  [data-item="news"] .txt {
    width: 100%;
    padding: 30px;
    background: #f3f3f9;
  }
  #pi .img {
    width: 150px;
  }
  #p1_slider .prime-1 {
    background-image: url(../img/p1/1_slider_bkg_1_lg.jpg);
  }
  #p1_slider .prime-2 {
    background-image: url(../img/p1/1_slider_bkg_2_lg.jpg);
  }
  #p1_slider .prime-3 {
    background-image: url(../img/p1/1_slider_bkg_3_lg.jpg);
  }
  #p1_about [data-slickin] .slickin-slides:not(.slick-initialized) {
    margin-left: -15px;
    margin-top: -15px;
  }
  #p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > * {
    width: calc(100% / 2 - 15px);
    margin-left: 15px;
    margin-top: 15px;
  }
  #p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+2) {
    display: block;
  }
  #p1_about [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+3) {
    display: none;
  }
  #p1_about [data-slickin] .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #p1_about [data-slickin] .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  #p1_about [data-slickin] .slick-slide > div {
    margin: -7.5px;
  }
  #p1_about [data-slickin] .slick-slide > div + div {
    margin-top: 7.5px;
  }
  #p1_about [data-slickin] .slick-slide > div > * {
    margin: 7.5px;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 100"] {
    width: calc(100% /  1 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 50"] {
    width: calc(100% /  2 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 33"] {
    width: calc(100% /  3 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 25"] {
    width: calc(100% /  4 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 20"] {
    width: calc(100% /  5 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 16"] {
    width: calc(100% /  6 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 14"] {
    width: calc(100% /  7 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 12"] {
    width: calc(100% /  8 - 15px) !important;
  }
  #p1_about [data-slickin] .slick-slide [style*="width: 11"] {
    width: calc(100% /  9 - 15px) !important;
  }
  #p1_news .news .txt {
    width: 100%;
  }
  #p1_logos [data-slickin] .slickin-slides {
    width: 100%;
  }
  #p1_logos [data-slickin] .prev {
    margin-top: 15px;
  }
  #p1_logos [data-slickin] .next {
    margin-top: 15px;
    margin-left: 15px;
  }
  #p2_banner .prime {
    background-image: url(../img/p2/1_banner_bkg_lg.jpg);
  }
  #p2_specialiste [data-htn] h2 {
    color: #661a37;
  }
  #p2_specialiste .container .row.css > *:nth-child(4) {
    margin-top: 45px;
  }
  #p2_specialiste .container .row.css > *:nth-child(4) .bloc {
    max-width: 220px;
    margin: auto;
  }
  #p2_avantages ul li:before {
    display: block;
  }
  #pn_carte .carte [data-db-filters] {
    margin-left: -5px;
    margin-top: -5px;
  }
  #pn_carte .carte [data-db-filters] > * {
    width: calc(100% - 5px);
    margin-left: 5px;
    margin-top: 5px;
  }
  #pn_carte .carte [data-db-filters] .inner > *:nth-child(n+2) {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .queries {
    display: none;
  }
  body {
    font-size: 0.8666666667rem;
  }
  .mt-20 {
    margin-top: 15px;
  }
  .mb-20 {
    margin-bottom: 15px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mt-45 {
    margin-top: 20px;
  }
  .mb-45 {
    margin-bottom: 20px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mb-60 {
    margin-bottom: 20px;
  }
  [data-br="mdmin"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="md"], [data-center~="md"] .tal, [data-center~="md"] .tar, [data-center~="md"] .talx, [data-center~="md"] .tarx, [data-center~="md"] .taj, [data-center~="md"] .tajc, [data-center~="md"] .tajr {
    text-align: center;
  }
  [data-center~="md"] .talx ~ *, [data-center~="md"] .tarx ~ *, [data-center~="md"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="md"] .jcs, [data-center~="md"] .jce, [data-center~="md"] .jcb, [data-center~="md"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-cm="20"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 15px;
  }
  [data-cm="30"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 20px;
  }
  [data-cm="45"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 20px;
  }
  [data-cm="60"] > *:not([class*="mt-"]):nth-child(n+2) {
    margin-top: 20px;
  }
  [data-display~="mdmin"] {
    display: none;
  }
  [data-form] .callback {
    margin-top: 10px;
  }
  [data-pad="md"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  [data-pad="lg"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  [data-pad="xl"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  [class*="prime"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fancybox-slide--iframe {
    padding: 66px 15px;
  }
  [data-prime] [data-slickin] [data-slickin-prev] {
    padding-left: 15px;
  }
  [data-prime] [data-slickin] [data-slickin-next] {
    padding-right: 15px;
  }
  [data-prime] .h1-1 {
    font-size: 2.4242424242rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.4545454545rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.0787878788rem;
  }
  [data-prime] .h1:nth-child(n+2), [data-prime] .h1 > *:not(:first-child), [data-prime] .h1 ~ * {
    margin-top: 5px;
  }
  [data-prime] .btns {
    margin-top: 15px;
  }
  h2, .h2 {
    font-size: 2.0848484848rem;
  }
  h3, .h3 {
    font-size: 1.4303030303rem;
  }
  h4, .h4 {
    font-size: 1.1151515152rem;
  }
  .st {
    font-size: 1.2242424242rem;
  }
  .ac {
    font-size: 1.2242424242rem;
  }
  [data-htn] .sup {
    margin-bottom: -10px;
  }
  [data-htn] .sup {
    font-size: 3em;
  }
  [data-db-view] {
    display: none;
  }
  [data-db-pagination] .display {
    margin-bottom: 5px;
  }
  header {
    position: fixed;
  }
  header #headerDk {
    display: none;
  }
  header .logo img {
    height: 50px;
  }
  header .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }
  header .contact {
    font-size: 1em;
  }
  header .contact [data-fab]:before, header .contact [data-faa]:after {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  header .contact [data-fab],
  header .contact [data-faa] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  header .contact [data-fab] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header .contact [data-faa] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  header .networks [data-network] .network-main {
    fill: #fff !important;
  }
  header .networks [data-network] .network-second {
    fill: transparent !important;
  }
  header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    height: auto;
  }
  header .menu {
    font-size: 1em;
  }
  header .menu a, header .menu button {
    display: block;
    height: auto;
  }
  header .menu a.active, header .menu button.active {
    padding: 10px 15px;
    background: #8e244d;
    color: #fff;
    border-radius: 4px;
  }
  header .menu i {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 15px 0;
  }
  main {
    padding-top: 50px;
  }
  footer .container:nth-of-type(1) [data-col=""] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .container:nth-of-type(1) [data-col=""] > .row {
    margin: -7.5px;
  }
  footer .container:nth-of-type(1) [data-col=""] > .row > [class*="col"] {
    padding: 7.5px;
  }
  footer .container:nth-of-type(1) [data-col=""] [class*="col"] > *:nth-child(n+2) {
    margin-top: 10px;
  }
  footer .container:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .container:nth-of-type(2) .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  footer .container:nth-of-type(2) .il {
    margin-top: 7px;
  }
  footer .logo {
    margin-bottom: 0px;
  }
  footer .logo img {
    margin: auto;
  }
  footer .h4 {
    margin-bottom: 5px;
  }
  footer .h4 ~ .h4 {
    margin-top: 10px;
  }
  footer .contact {
    margin-left: auto;
    margin-right: auto;
  }
  footer .contact [data-fab]:before {
    display: none;
  }
  footer .networks-inline {
    -webkit-box-align: center;
            align-items: center;
  }
  footer .networks-inline > a .logo svg {
    width: 20px;
    height: 20px;
  }
  footer .newsletter {
    max-width: 250px;
    margin: 0 auto;
  }
  footer .map {
    margin: auto;
  }
  [data-include="cookies"] {
    bottom: 5px;
  }
  [data-include="maintenance"] {
    bottom: 15px;
    left: 15px;
  }
  #pn_news [data-col] .row > *:nth-child(1) > *:nth-last-child(n+2) {
    margin-bottom: 15px;
  }
  #pn_news [data-db-filters] [data-db-reset] {
    width: 100%;
  }
  #pn_news [data-db-filters] .toggle {
    width: 100%;
    margin-top: 5px;
  }
  #pn_news [data-db-filters] .inner {
    width: 100%;
  }
  #pn_details .nav {
    margin-top: 40px;
  }
  [data-item="news"] .txt {
    padding: 15px;
  }
  [data-item="news"] .txt > *:nth-child(n+2) {
    margin-top: 10px;
  }
  [data-item="news"] .resume {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
  }
  html[data-browser="chrome"] [data-item="news"] .resume, html[data-browser="safari"] [data-item="news"] .resume, html[data-browser="edge"] [data-item="news"] .resume, html[data-browser="opera"] [data-item="news"] .resume {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  html:not([data-browser="chrome"]):not([data-browser="safari"]):not([data-browser="edge"]):not([data-browser="opera"]) [data-item="news"] .resume:after {
    content: "";
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    height: 25px;
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), to(#f3f3f9));
    background: linear-gradient(to right, transparent, transparent, #f3f3f9);
  }
  #pc .networks [data-network] {
    width: 26px;
    height: 26px;
  }
  #pl h2 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  #pl h3 {
    margin-top: 20px;
  }
  #pi .annuaire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  #pi .img {
    margin-bottom: 20px;
  }
  #p1_about .photo:before {
    padding-top: 125%;
  }
  #p1_livraison .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #p1_livraison .inner > div:nth-child(2) {
    margin-top: 30px;
  }
  #p1_news .ctrl .link {
    margin-left: 5px;
    margin-right: 5px;
  }
  #pn_carte .carte [data-db-filters] .toggle:after {
    content: "";
    font-weight: 300;
    -webkit-box-flex: 0;
            flex: none;
    margin-left: auto;
  }
  #pn_carte .carte [data-db-filters] .toggle span {
    display: block;
  }
  #pn_carte .carte [data-db-filters] .toggle span + span {
    display: none;
  }
  #pn_carte .carte [data-db-filters] .toggle + .inner {
    display: none;
  }
  #pn_carte .carte [data-db-filters] .toggle.active span {
    display: none;
  }
  #pn_carte .carte [data-db-filters] .toggle.active span + span {
    display: block;
  }
  #pn_carte .carte [data-db-filters] .toggle.active + .inner {
    display: block;
  }
  #pn_carte .carte h3 {
    margin-bottom: 15px;
  }
  #pn_carte .carte h3 ~ h3 {
    margin-top: 30px;
  }
  #pn_carte .carte h4 {
    margin-top: 15px;
  }
  [data-popin="erreur"] {
    padding: 15px;
  }
  [data-popin="erreur"] .txt {
    font-size: 2.50em;
  }
  [data-popin="erreur"] .code {
    font-size: 6em;
  }
}

@media (max-width: 575px) {
  .queries {
    display: none;
  }
  [data-br="smmin"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="sm"], [data-center~="sm"] .tal, [data-center~="sm"] .tar, [data-center~="sm"] .talx, [data-center~="sm"] .tarx, [data-center~="sm"] .taj, [data-center~="sm"] .tajc, [data-center~="sm"] .tajr {
    text-align: center;
  }
  [data-center~="sm"] .talx ~ *, [data-center~="sm"] .tarx ~ *, [data-center~="sm"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="sm"] .jcs, [data-center~="sm"] .jce, [data-center~="sm"] .jcb, [data-center~="sm"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="smmin"] {
    display: none;
  }
  [data-list] li {
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  [data-pad="xl"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  [data-prime="slider"] [class*="prime"] {
    height: calc(100vw * 340 / 375);
    max-height: 50vh;
  }
  [data-prime="banner"] [class*="prime"] {
    height: calc(100vw * 340 / 375);
    max-height: 50vh;
  }
  .fancybox-navigation .fancybox-button {
    top: calc(100% - 100px);
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: calc(50% - 70px);
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: calc(50% - 70px);
  }
  .fancybox-slide--html .fancybox-content {
    margin: 50px 10px 100px;
  }
  .pickmeup .pmu-instance {
    width: 266px;
  }
  .pickmeup .pmu-day-of-week *,
  .pickmeup .pmu-days * {
    width: 38px;
    height: 38px;
  }
  .pickmeup .pmu-months *,
  .pickmeup .pmu-years * {
    width: 66.5px;
    height: 66.5px;
  }
  .pickmeup .pmu-prev,
  .pickmeup .pmu-next {
    width: 38px;
    height: 38px;
  }
  [data-prime] .h1-1 {
    font-size: 2.2121212121rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.3939393939rem;
  }
  [data-prime] .h1-3 {
    font-size: 1.0060606061rem;
  }
  [data-prime] .hr:before {
    width: 50px;
  }
  [data-prime] .btns > *:nth-child(n+2) {
    margin-left: 10px;
  }
  h2, .h2 {
    font-size: 1.9090909091rem;
  }
  h3, .h3 {
    font-size: 1.3818181818rem;
  }
  h4, .h4 {
    font-size: 1.0909090909rem;
  }
  .st {
    font-size: 1.2121212121rem;
  }
  .ac {
    font-size: 1.2121212121rem;
  }
  [data-htn] .sup {
    margin-bottom: 5px;
  }
  [data-htn] .sup {
    font-size: 2em;
  }
  [data-hr]:before {
    width: 30px;
    height: 3px;
  }
  [data-list] {
    margin-left: 0;
  }
  [data-list] li:before {
    display: none;
  }
  [data-input] {
    min-height: 42px;
    font-size: 0.9em;
  }
  [data-input] label {
    height: 42px;
    padding: 0 10px;
  }
  [data-input] input {
    height: 42px;
    padding: 0 10px;
  }
  [data-input].focus label:first-of-type, [data-input].length label:first-of-type {
    height: 21px;
  }
  [data-input].focus input, [data-input].length input {
    padding-top: 12.6px;
  }
  [data-input="text"].textarea {
    min-height: 42px;
  }
  [data-input="text"].textarea.focus {
    min-height: 84px;
  }
  [data-input="text"].textarea:before {
    height: 15.3px;
    left: 10px;
    right: 10px;
  }
  [data-input="text"] textarea {
    padding: 0 10px;
    padding-top: 15.3px;
    height: 42px;
  }
  [data-input="text"] textarea.max {
    padding-bottom: 15.3px;
  }
  [data-input="select"] input {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: transparent;
  }
  [data-input="select"] label:after {
    content: "";
    font-weight: 300;
    -webkit-box-flex: 0;
            flex: none;
    margin-left: auto;
  }
  [data-input="select"] button {
    padding: 0 10px;
    padding-top: 12.6px;
  }
  [data-drop-theme="select"] .inner {
    font-size: 0.9em;
  }
  [data-drop-theme="select"] .search, [data-drop-theme="select"] .reset {
    height: 35.7px;
    padding: 0 10px;
  }
  [data-drop-theme="select"] .options button {
    padding: 5px 10px;
    min-height: 35.7px;
  }
  [data-drop-theme="select"] .options button.active {
    font-weight: 700;
  }
  [data-input="select"].focus button {
    opacity: 1;
  }
  [data-input="select"].length button {
    color: #202020;
    opacity: 1;
  }
  [data-input="check"] label {
    min-height: 42px;
  }
  [data-input="check"] span:before {
    width: 16.8px;
    height: 16.8px;
    font-size: 9.8px;
    content: "";
    font-weight: 900;
  }
  [data-input="note"] {
    padding: 0 10px;
  }
  [data-input="note"] span {
    padding: 0 10px;
    padding-top: 12.6px;
  }
  [data-input="file"] {
    padding: 0 10px;
  }
  [data-input="file"].length:before {
    padding-top: 15px;
    opacity: 1;
  }
  .pickmeup {
    font-size: 0.9em;
  }
  .pickmeup .pmu-instance {
    padding: 10px;
  }
  [data-input="rgpd"] label > span:before {
    width: 21px;
    height: 21px;
    font-size: 14px;
    margin-right: 10px;
    content: "";
    font-weight: 900;
  }
  [data-input="rgpd"]:after {
    opacity: 0;
  }
  header #headerMb > div {
    width: 80vw;
  }
  footer .contact .inner > *:nth-child(n+2) {
    margin-top: 6px;
  }
  footer .newsletter [data-newsletter] [type="email"] {
    height: 42px;
  }
  footer .newsletter [data-newsletter] [type="submit"] {
    width: 42px;
    height: 42px;
  }
  [data-include="loader"] {
    bottom: 30px;
    height: 40px;
    padding: 0 10px;
  }
  [data-include="cookies"] {
    width: calc(100vw - 10px);
    max-width: none;
  }
  [data-include="maintenance"] .txt {
    padding: 0 15px 0 24px;
  }
  #pn_news [data-db-items] > div > * {
    width: calc(100% - 15px);
  }
  #pn_details .details .imgs {
    margin-bottom: -5px;
  }
  #pn_details .share [data-network] {
    width: 36px;
    height: 36px;
    padding: 4px;
  }
  #pn_details .nav .others [data-slickin] .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div {
    margin: -5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div + div {
    margin-top: 5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div > * {
    margin: 5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 100"] {
    width: calc(100% /  1 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 50"] {
    width: calc(100% /  2 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 33"] {
    width: calc(100% /  3 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 25"] {
    width: calc(100% /  4 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 20"] {
    width: calc(100% /  5 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 16"] {
    width: calc(100% /  6 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 14"] {
    width: calc(100% /  7 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 12"] {
    width: calc(100% /  8 - 10px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 11"] {
    width: calc(100% /  9 - 10px) !important;
  }
  [data-item="news"] .img a {
    padding-top: 50%;
  }
  [data-item="news"] .datas div:nth-child(n+2) {
    margin-left: 10px;
  }
  #p1_slider .prime-1 {
    background-image: url(../img/p1/1_slider_bkg_1_sm.jpg);
  }
  #p1_slider .prime-2 {
    background-image: url(../img/p1/1_slider_bkg_2_sm.jpg);
  }
  #p1_slider .prime-3 {
    background-image: url(../img/p1/1_slider_bkg_3_sm.jpg);
  }
  #p1_vente .lists li:not(:first-child):before {
    display: none;
  }
  #p1_news .news .txt {
    padding: 20px 15px;
  }
  #p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) {
    margin-left: -15px;
    margin-top: -15px;
  }
  #p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > * {
    width: calc(100% / 2 - 15px);
    margin-left: 15px;
    margin-top: 15px;
  }
  #p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(-n+2) {
    display: block;
  }
  #p1_logos [data-slickin] .slickin-slides:not(.slick-initialized) > *:nth-child(n+3) {
    display: none;
  }
  #p1_logos [data-slickin] .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #p1_logos [data-slickin] .slick-slide {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  #p1_logos [data-slickin] .slick-slide > div {
    margin: -7.5px;
  }
  #p1_logos [data-slickin] .slick-slide > div + div {
    margin-top: 7.5px;
  }
  #p1_logos [data-slickin] .slick-slide > div > * {
    margin: 7.5px;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 100"] {
    width: calc(100% /  1 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 50"] {
    width: calc(100% /  2 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 33"] {
    width: calc(100% /  3 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 25"] {
    width: calc(100% /  4 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 20"] {
    width: calc(100% /  5 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 16"] {
    width: calc(100% /  6 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 14"] {
    width: calc(100% /  7 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 12"] {
    width: calc(100% /  8 - 15px) !important;
  }
  #p1_logos [data-slickin] .slick-slide [style*="width: 11"] {
    width: calc(100% /  9 - 15px) !important;
  }
  #p2_banner .prime {
    background-image: url(../img/p2/1_banner_bkg_sm.jpg);
  }
  [data-item="carte"] .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  [data-popin] {
    width: calc(100% - 20px);
    padding: 20px 15px;
  }
  [data-popin="newsletter"] .txt {
    padding: 20px 15px;
  }
  [data-popin="newsletter"] .txt p {
    font-size: .9em;
  }
}

@media (max-width: 374px) {
  .queries {
    display: none;
  }
  [data-br="xsmin"] {
    display: inline;
    opacity: 1;
    height: auto;
  }
  [data-center~="xs"], [data-center~="xs"] .tal, [data-center~="xs"] .tar, [data-center~="xs"] .talx, [data-center~="xs"] .tarx, [data-center~="xs"] .taj, [data-center~="xs"] .tajc, [data-center~="xs"] .tajr {
    text-align: center;
  }
  [data-center~="xs"] .talx ~ *, [data-center~="xs"] .tarx ~ *, [data-center~="xs"] .tajx ~ * {
    text-align: center;
  }
  [data-center~="xs"] .jcs, [data-center~="xs"] .jce, [data-center~="xs"] .jcb, [data-center~="xs"] .jca {
    -webkit-box-pack: center;
            justify-content: center;
  }
  [data-display~="xsmin"] {
    display: none;
  }
  [data-prime] [data-slickin] [data-slickin-prev] {
    padding-left: 10px;
  }
  [data-prime] [data-slickin] [data-slickin-next] {
    padding-right: 10px;
  }
  [data-prime] .h1-1 {
    font-size: 2rem;
  }
  [data-prime] .h1-2 {
    font-size: 1.3333333333rem;
  }
  [data-prime] .h1-3 {
    font-size: 0.9333333333rem;
  }
  h2, .h2 {
    font-size: 1.7333333333rem;
  }
  h3, .h3 {
    font-size: 1.3333333333rem;
  }
  h4, .h4 {
    font-size: 1.0666666667rem;
  }
  .st {
    font-size: 1.2rem;
  }
  .ac {
    font-size: 1.2rem;
  }
  #pn_details .nav .others [data-slickin] .slick-list {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div {
    margin: -2.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div + div {
    margin-top: 2.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide > div > * {
    margin: 2.5px;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 100"] {
    width: calc(100% /  1 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 50"] {
    width: calc(100% /  2 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 33"] {
    width: calc(100% /  3 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 25"] {
    width: calc(100% /  4 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 20"] {
    width: calc(100% /  5 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 16"] {
    width: calc(100% /  6 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 14"] {
    width: calc(100% /  7 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 12"] {
    width: calc(100% /  8 - 5px) !important;
  }
  #pn_details .nav .others [data-slickin] .slick-slide [style*="width: 11"] {
    width: calc(100% /  9 - 5px) !important;
  }
  [data-item="news"] .resume {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media print {
  @page {
    margin: 1cm;
  }
  body {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  html:not([data-browser="ie"]) body {
    display: block;
    min-height: 0;
  }
  main {
    padding-top: 0 !important;
  }
  b, strong {
    font-weight: 700 !important;
  }
  .container {
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  [data-stickin].stickin {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
  }
  [data-stickin].stickin + div {
    display: none !important;
  }
  header {
    position: relative !important;
    top: 0 !important;
  }
  header #headerDk, header #headerMb {
    display: none;
  }
  footer {
    display: none;
  }
  [data-include="loader"] {
    display: none;
  }
  [data-include="cookies"] {
    display: none;
  }
}

@media (orientation: landscape) {
  header #headerMb > div > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen {
  header #headerPr {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu i {
    height: 20px;
  }
  footer .container:nth-of-type(2) .menu > *:nth-child(n+2):before {
    margin: 0 4px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  header .menu i {
    margin: 5px 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  header .menu a > span:nth-last-child(2), header .menu button > span:nth-last-child(2) {
    display: none;
  }
  header .menu a > span:nth-child(2), header .menu button > span:nth-child(2) {
    display: block;
  }
  footer .menu {
    letter-spacing: -.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    height: 50px;
  }
  #p1_about [data-htn]:before {
    width: 875px;
  }
  #p1_about [data-htn]:before {
    height: 275px;
  }
  #p2_avantages:before {
    background-size: 66%, 150px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  footer .logo:after {
    margin-left: auto;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  [data-item="news"] .datas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  [data-item="news"] .datas div:nth-child(n+2) {
    margin-top: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  #p2_avantages:before {
    opacity: .5;
  }
}
