/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes drift-loader-before {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes drift-loader-after {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

@font-face {
  font-family: "Avant Garde";
  src: url("/assets/avantgarde/avantgarde-19271c6e.ttf") format("truetype"), url("/assets/avantgarde/avantgarde-49f6d44a.otf") format("otf"), url("/assets/avantgarde/avantgarde-49885372.woff") format("woff"), url("/assets/avantgarde/avantgarde-879f318a.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Marbre Sans";
  src: url("/assets/marbresans/Marbre_Sans-710ebc38.otf") format("otf"), url("/assets/marbresans/MarbreSans-092a8787.eot") format("eot"), url("/assets/marbresans/MarbreSans-ec27f1af.ttf") format("truetype"), url("/assets/marbresans/MarbreSans-245e33e6.woff") format("woff"), url("/assets/marbresans/MarbreSans-840d9cc7.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Marbre Sans";
  src: url("/assets/marbresans/Marbre_Sans_Bold-6adf51dd.otf") format("otf"), url("/assets/marbresans/MarbreSans-Bold-6393d4fe.eot") format("eot"), url("/assets/marbresans/MarbreSans-Bold-d8d7269b.ttf") format("truetype"), url("/assets/marbresans/MarbreSans-Bold-b2a9a090.woff") format("woff"), url("/assets/marbresans/MarbreSans-Bold-209d6469.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Winter Sans";
  src: url("/assets/winter/Winter_Sans-e906d99b.eot") format("eot"), url("/assets/winter/Winter_Sans-5e342d07.otf") format("otf"), url("/assets/winter/Winter_Sans-b4b1af95.ttf") format("truetype"), url("/assets/winter/Winter_Sans-1645ada7.woff") format("woff"), url("/assets/winter/Winter_Sans-8f30dc5d.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Longtime";
  src: url("/assets/longtime/LongTime-68b55ba0.eot") format("eot"), url("/assets/longtime/LongTime-140cb86f.otf") format("otf"), url("/assets/longtime/LongTime-ce73df66.ttf") format("truetype"), url("/assets/longtime/LongTime-f6761094.woff") format("woff"), url("/assets/longtime/LongTime-87827e13.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "Adolphus Serif";
  src: url("/assets/adolphus/Adolphus_Serif-ae81688f.eot") format("eot"), url("/assets/adolphus/Adolphus_Serif-981560f7.ttf") format("truetype"), url("/assets/adolphus/Adolphus_Serif-944b479f.woff2") format("woff2"), url("/assets/adolphus/AdolphusSerif-b78bdb4c.otf") format("otf"), url("/assets/adolphus/AdolphusSerif-a6a8d988.woff") format("woff");
  font-style: normal;
}
/*
Linear by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}

body, input, textarea, select {
  font-family: "Roboto", sans-serif;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #777;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #777;
}

h2 {
  letter-spacing: -0.025em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

strong, b {
  font-weight: 500;
  color: #000000;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #80BA8E;
}

a:hover {
  text-decoration: underline;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 6em 0 0 0;
  padding: 6em 0 0 0;
}
hr.clear {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
hr.clear-bottom {
  padding: 10px 0 0 0;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

header {
  margin-bottom: 1.6em;
}
header .byline {
  display: block;
  margin: 1.5em 0 0 0;
  padding: 0 0 0.5em 0;
}

br.clear {
  clear: both;
}

.pennant {
  color: #bbb;
}

/* Sections/Articles */
section,
article {
  margin-bottom: 3em;
}

section > :last-child,
article > :last-child {
  margin-bottom: 0;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

.row > section,
.row > article {
  margin-bottom: 0;
}

/* Images */
.image {
  display: inline-block;
}
.image img {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.full {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image img {
  margin: 0 auto;
}

/* Lists */
ul.default {
  margin: 0;
  padding: 0em 0em 1.5em 0em;
  list-style: none;
}
ul.default li {
  padding: 0.6em 0em;
  font-size: 0.95em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
ul.default li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style li {
  margin: 0;
  padding: 2em 0em 1.5em 0em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
ul.style li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.style img {
  float: left;
  margin-right: 20px;
}
ul.style a {
  color: #434343;
}
ul.style .posted {
  padding: 0em 0em 1em 0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #A2A2A2;
}
ul.style .first {
  padding-top: 0px;
  border-top: none;
}

/* Buttons */
.button {
  position: relative;
  display: inline-block;
  background: #80BA8E;
  padding: 0.8em 2em;
  text-decoration: none !important;
  font-size: 1.2em;
  font-weight: 300;
  color: #FFF !important;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  text-align: center;
  border-radius: 0.25em;
}
.button:hover {
  background: #70AA7E;
  color: #FFF !important;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/
ul.contact {
  padding: 1.5em 0 0 0;
  list-style: none;
  cursor: default;
}
ul.contact li {
  display: inline-block;
  margin: 0 1em;
}
ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}
ul.contact li a {
  color: inherit;
  display: inline-block;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
ul.contact li a:hover {
  color: #fff;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#logo {
  position: relative;
  z-index: 1;
}
#logo h1 {
  color: #FFF;
}
#logo a {
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  font-size: 4em;
  color: #FFF;
  letter-spacing: -0.05em;
  margin: 0 0 0.125em 0;
}
#logo span {
  font-size: 1.4em;
  color: #FFF;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav-wrapper {
  background: #3E7A64;
  position: sticky;
  z-index: 1005;
  top: 0;
  width: 100%;
  height: 70px;
}

#nav > ul {
  margin: auto;
  padding: 0;
  text-align: center;
}

#nav > ul > li {
  display: inline-block;
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}

#nav > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}

#nav > ul > li > a,
#nav > ul > li > span {
  display: inline-block;
  padding: 1.5em 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  outline: 0;
  color: #FFF;
}

#nav li.active a {
  color: #FFF;
}

#nav > ul > li > ul {
  display: none;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
#main {
  position: relative;
  background: #fff;
}

#content {
  text-align: center;
}

#sidebar h2 {
  display: block;
  padding-bottom: 0.5em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: #3E7A64;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  position: relative;
  text-align: center;
  color: #774535;
}
#copyright .container {
  padding: 3em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.1);
}
#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
.featured {
  position: relative;
  text-align: center;
}
.featured h3 {
  display: block;
  font-weight: 300;
}
.featured .button {
  margin-top: 1.5em;
}

.pennant {
  font-size: 4em;
}

/*
    Linear by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
header {
  margin-bottom: 1.6em;
}
header h2 {
  font-size: 3.4em;
}
header .byline {
  font-size: 1.7em;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
  /*padding: 16em 0 12em 0;*/
}
#header img {
  margin-bottom: 0;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
#main {
  padding: 6em 0em;
}

.homepage #content header h2 {
  padding: 0.7em 0em;
  font-size: 2.2em;
}

#sidebar h2 {
  font-size: 2.4em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
  padding: 6em 0em;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
.featured {
  padding: 6em 0em;
}

.featured h3 {
  padding: 1.5em 0em;
  font-size: 1.6em;
}

.featured header {
  margin-bottom: 3em;
}

.featured p {
  line-height: 2em;
  font-size: 1.2em;
}

/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
#tweet {
  padding: 6em 0em;
}

#tweet blockquote {
  margin: 0;
  padding: 1em 4em;
  line-height: 1.5em;
  font-size: 1.8em;
}

/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Container */
body {
  min-width: 1200px;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container.small {
  width: 900px;
}
.container.big {
  width: 100%;
  max-width: 1500px;
  min-width: 1200px;
}

/* Grid */
/* Cells */
.\31 2u {
  width: 100%;
}

.\31 1u {
  width: 91.6666666667%;
}

.\31 0u {
  width: 83.3333333333%;
}

.\39 u {
  width: 75%;
}

.\38 u {
  width: 66.6666666667%;
}

.\37 u {
  width: 58.3333333333%;
}

.\36 u {
  width: 50%;
}

.\35 u {
  width: 41.6666666667%;
}

.\34 u {
  width: 33.3333333333%;
}

.\33 u {
  width: 25%;
}

.\32 u {
  width: 16.6666666667%;
}

.\31 u {
  width: 8.3333333333%;
}

.\-11u {
  margin-left: 91.6666666667%;
}

.\-10u {
  margin-left: 83.3333333333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.6666666667%;
}

.\-7u {
  margin-left: 58.3333333333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.6666666667%;
}

.\-4u {
  margin-left: 33.3333333333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.6666666667%;
}

.\-1u {
  margin-left: 8.3333333333%;
}

.row > * {
  padding: 50px 20px 0 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row + .row > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.flush {
  margin-left: 0;
}
.row.flush > * {
  padding: 0 !important;
}

/* Rows */
.row:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.row:first-child > * {
  padding-top: 0;
}

.row > * {
  padding-top: 0;
}

/* Modifiers */
/* Quarter */
.row.quarter > * {
  padding: 12.5px 0 0 12.5px;
}

.row.quarter + .row.quarter > * {
  padding-top: 12.5px;
}

.row.quarter {
  margin-left: -12.5px;
}

/* Half */
.row.half > * {
  padding: 25px 0 0 25px;
}

.row.half + .row.half > * {
  padding-top: 25px;
}

.row.half {
  margin-left: -25px;
}

/* One and (a) Half */
.row.oneandhalf > * {
  padding: 75px 0 0 75px;
}

.row.oneandhalf + .row.oneandhalf > * {
  padding-top: 75px;
}

.row.oneandhalf {
  margin-left: -75px;
}

/* Double */
.row.double > * {
  padding: 100px 0 0 100px;
}

.row.double + .row.double > * {
  padding-top: 100px;
}

.row.double {
  margin-left: -100px;
}

.products .row {
  margin-left: 0;
}
.products .row:nth-child(odd) {
  background-color: #fff;
}
.products .row:nth-child(even) {
  background-color: #e9ebec;
}
.products .row:first-child {
  border-radius: 17px 17px 0 0;
}
.products .row:last-child {
  border-radius: 0 0 17px 17px;
}
.products p, .products span {
  font-size: 15px !important;
}

.bold {
  font-weight: bold;
  height: 50px;
  line-height: 1em !important;
}

#titleBar {
  display: none;
}

#navPanel {
  display: none;
}

.header-toggle {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  backface-visibility: hidden;
  transition: -webkit-transform 0.25s ease-in-out 0s;
  transform: translate(0px, 0px);
  z-index: auto;
}

.titleBar-container {
  position: relative;
  z-index: 1002;
}

.products h1 {
  font-size: 2em;
  font-weight: bolder;
  text-decoration: underline;
}

.products h2 {
  font-size: 1.5em;
}

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

.no-margin-button {
  margin: 0 !important;
  border-radius: 0 0.25em 0.25em 0;
}

.no-padding-col {
  padding: 0 !important;
}

.sticky-position {
  position: sticky;
  z-index: 10002;
  top: 70px;
}

.text-center {
  text-align: center;
}

.margin-fields {
  margin-top: 10px;
  margin-bottom: 10px;
}

.help-block {
  color: red;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: red;
  border-style: solid;
  border-width: 1px;
}

.margin-text {
  margin-top: 125px;
}

.height-40 {
  height: 40px;
}

.content-faq > * {
  float: initial;
  margin: auto;
}

.content-faq {
  margin-bottom: 20px;
}
.content-faq .border-title {
  border: 1px solid #b0c2bb;
  border-radius: 10px;
}
.content-faq .border-title:hover {
  background-color: #f4faf6;
}
.content-faq .content {
  display: none;
}

.row.middle > * {
  float: initial;
  margin: auto;
}

.padding-middle {
  padding: 1.5em 0em !important;
}

.alert-dismissible {
  margin: 20px 0;
  color: red;
  font-size: 1.5em;
}
.alert-dismissible h4 {
  color: red;
}

.button_send {
  margin-top: 1em !important;
}

@media all and (max-width: 1279px) {
  body {
    min-width: 767px;
  }
  .container {
    width: 90%;
  }
  .recaptcha_div {
    width: 100%;
  }
  .recaptcha_div .g-recaptcha div {
    margin: auto;
  }
}
@media all and (max-width: 1024px) {
  /*
      Linear by TEMPLATED
      templated.co @templatedco
      Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  */
  /*********************************************************************************/
  /* Basic                                                                         */
  /*********************************************************************************/
  body {
    min-width: 767px;
  }
  body, input, textarea, select {
    font-size: 11pt;
  }
  header {
    margin-bottom: 1.6em;
  }
  header h2 {
    font-size: 2.8em;
  }
  header .byline {
    font-size: 1.2em;
  }
  /*********************************************************************************/
  /* Main                                                                          */
  /*********************************************************************************/
  .container {
    width: 90%;
  }
  .homepage #content header h2 {
    font-size: 1.8em;
  }
  #sidebar h2 {
    font-size: 2em;
  }
  /*********************************************************************************/
  /* Tweet                                                                         */
  /*********************************************************************************/
  #tweet blockquote {
    font-size: 1.6em;
  }
  .products p, .products span {
    font-size: 15px;
  }
  .products .\34 u {
    width: 50%;
  }
  .products .\32 u {
    width: 33.3333333333%;
  }
  .products .\-4u {
    margin-left: 50%;
  }
  .products .\-2u {
    margin-left: 33.3333333333%;
  }
  .products .line-tablet {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /*
      Linear by TEMPLATED
      templated.co @templatedco
      Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  */
  /*********************************************************************************/
  /* Basic                                                                         */
  /*********************************************************************************/
  body, input, textarea, select {
    line-height: 1.75em;
    font-size: 10.5pt;
    letter-spacing: 0;
  }
  body {
    padding-top: 44px;
    min-width: 300px;
  }
  h2, h3, h4, h5, h6 {
    line-height: 1em;
    font-size: 1.5em;
  }
  section,
  article {
    clear: both;
    margin: 2em 0 2em 0 !important;
  }
  section > :first-child,
  article > :first-child {
    margin-top: 0 !important;
  }
  section:first-child,
  article:first-child {
    margin-top: 0 !important;
  }
  .container {
    padding: 0em 1em;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  hr {
    margin: 3em 0 0 0;
    padding: 3em 0 0 0;
  }
  header {
    margin-bottom: 1.6em;
  }
  header h2 {
    font-size: 2em;
  }
  header .byline {
    font-size: 1.2em;
  }
  .button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bold {
    height: inherit;
  }
  /*********************************************************************************/
  /* UI                                                                            */
  /*********************************************************************************/
  .sticky-position {
    top: 44px;
  }
  #titleBar {
    display: block;
    background: #3E7A64;
    backface-visibility: hidden;
    transition: -webkit-transform 0.25s ease-in-out 0s;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 44px;
    top: 0px;
    left: 0px;
    transform: translate(0px, 0px);
  }
  #titleBar .title a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-weight: 300;
    text-decoration: none;
  }
  #titleBar .tag {
    display: none;
  }
  #titleBar .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  #titleBar .toggle:after {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 15px;
    background: image-url("/assets/toggle-36f0bf4d.svg") 0px 0px no-repeat;
    opacity: 0.5;
  }
  #titleBar .toggle:active:after {
    opacity: 0.75;
  }
  #nav-wrapper {
    height: inherit;
  }
  #navPanel {
    background: #326151;
    backface-visibility: hidden;
    -webkit-transition: width 0.25s; /* For Safari 3.1 to 6.0 */
    transition: width 0.25s;
    z-index: 10000;
    position: fixed;
    display: block;
    overflow-y: auto;
    transform: translate(0px, 0px);
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
  }
  #navPanel .link {
    display: block;
    color: #888;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px;
    border-color: rgba(255, 255, 255, 0.05);
    padding: 0 1em 0 1em;
    letter-spacing: 1px;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .link.depth-0 {
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  /*********************************************************************************/
  /* Logo                                                                          */
  /*********************************************************************************/
  #logo {
    display: none;
  }
  #nav {
    display: none;
  }
  /*********************************************************************************/
  /* Main                                                                          */
  /*********************************************************************************/
  #main {
    padding: 4em 0em 2em 0em;
  }
  .homepage #content header h2 {
    padding: 0.7em 0em;
    font-size: 1.4em;
  }
  #sidebar h2 {
    font-size: 1.8em;
  }
  /*********************************************************************************/
  /* Footer                                                                        */
  /*********************************************************************************/
  #footer {
    padding: 4em 0em 2em 0em;
  }
  /*********************************************************************************/
  /* Featured                                                                      */
  /*********************************************************************************/
  .featured {
    padding: 4em 0em 3em 0em;
  }
  .featured h3 {
    padding: 1.5em 0em;
    font-size: 1.4em;
  }
  /*********************************************************************************/
  /* Welcome                                                                       */
  /*********************************************************************************/
  #welcome {
    padding: 4em 0em 3em 0em;
  }
  /*********************************************************************************/
  /* Tweet                                                                         */
  /*********************************************************************************/
  #tweet {
    padding: 3em 0em 1em 0em;
    background-position: center center;
    background-attachment: scroll;
  }
  #tweet blockquote {
    margin: 0;
    padding: 1em 1em;
    font-size: 1.2em;
  }
  .products p, .products span {
    font-size: 15px;
  }
  .align-items {
    display: block;
  }
  .\34 u {
    width: 100% !important;
  }
  .\36 u {
    width: 100% !important;
  }
  .\33 u {
    width: 100% !important;
  }
  .\32 u {
    width: 100% !important;
  }
  .\35 u {
    width: 100% !important;
  }
}
.header-toggle {
  background-color: white;
}

#nav-wrapper {
  position: sticky !important;
  position: -webkit-sticky;
}
#nav-wrapper:before, #nav-wrapper:after {
  content: "";
  display: table;
}

#nav > ul > li {
  border-right: none;
}

#nav > ul > li > a {
  padding: 25px 60px;
  font-size: 20px;
  color: white;
}

#nav li.active a {
  color: white !important;
}

#nav {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.nav__list {
  width: 100%;
  font-family: "Winter Sans", sans-serif;
  font-weight: 200;
  position: relative;
}
.nav__basket-icon {
  display: block;
  width: 160px;
  position: relative;
  top: 9px !important;
  right: 20px !important;
  z-index: 100;
  margin-left: 20px;
}
.nav__shopping-cart-block {
  margin-left: 10px;
}
.nav__shopping-cart-preview-block {
  width: 100%;
  height: 90px;
}
.nav__basket-link {
  width: 100%;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  border: 1px solid transparent;
}
.nav__basket-link.border-on-hover {
  width: 100%;
  height: 62px;
  border: 1px solid white;
}
.nav__basket-link:hover {
  text-decoration: none;
}
.nav {
  /*  &__shopping-cart-hover{
      border:1px solid white;
      width:150px;
      height:62px;
    } */
}
.nav__shopping-purse {
  width: 43px;
  z-index: 100;
  position: relative;
  top: 4px;
  left: -1px;
}
.nav__number-block {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC15A;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 25px;
  z-index: 100;
}
.nav__number-item {
  color: black;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
}
.nav__basket-block {
  margin-left: 10px;
}
.nav__basket-text {
  font-family: "Winter Sans";
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  position: relative;
  top: 19px;
  left: 5px;
}
.nav__basket-arrow-block {
  position: absolute;
  top: 20px;
  left: 135px;
}
.nav__basket-arrow {
  width: 15px;
}
.nav__basket-hover-block {
  display: none;
  width: 270px;
  height: auto;
  border: 1px solid white;
  background-color: #e9ebee;
  position: absolute;
  top: 61px;
  left: -1px;
}
.nav__articles-text {
  padding-top: 25px;
}
.nav__articles-line {
  width: 90%;
  border: 0.5px solid #DBB47E;
  padding: 0 !important;
  margin: 20px auto !important;
}
.nav__articles-item {
  display: none;
  width: 90%;
  margin: auto;
  padding-top: 5px;
}
.nav__articles-display {
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow-y: scroll;
}
.nav__present-articles-block {
  width: 90%;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.nav__present-articles-picture {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}
.nav__present-articles-description {
  width: 70px;
}
.nav__sub-total-block {
  width: 90%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  border: 2px solid #DBB47E;
}
.nav__buttons {
  width: 90%;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: space-between;
}
.nav__modify-button-link {
  width: calc(50% - 10px);
  font-family: "Winter Sans";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: grey;
  color: white;
  padding: 3px;
  transition: 0.3s;
}
.nav__modify-button-link:hover {
  text-decoration: none;
  background-color: #ADADAD;
}
.nav__confirm-button-link {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5F7D9C;
  color: white;
  padding: 3px;
  transition: 0.3s;
}
.nav__confirm-button-link:hover {
  text-decoration: none;
  background-color: #7DA4CB;
}

@media all and (max-width: 1440px) {
  .nav__basket-icon {
    top: 15px;
    right: 5%;
  }
  .nav__number-item {
    font-size: 20px;
  }
}
@media all and (max-width: 1199px) {
  #nav > ul > li > a {
    padding: 25px 25px;
    font-size: 15px;
  }
  .nav__list {
    margin-left: 40px !important;
  }
  .nav__basket-text {
    font-size: 15px;
    top: 23px;
  }
  .nav__basket-arrow-block {
    top: 23px;
    left: 115px;
  }
  .nav__basket-arrow {
    width: 13px;
  }
  .nav__basket-hover-block {
    width: 230px;
    left: -69px;
  }
}
.hero__wrapper {
  margin: 0 auto !important;
}
.hero__wrapper .hero__container {
  display: grid;
}
.hero__wrapper .hero__slider {
  z-index: 5;
  width: 100vw;
  height: calc(100vh - 70px - 254px);
  grid-area: 1/1/1/1;
  overflow: hidden;
  filter: brightness(0.5);
}
@media all and (max-width: 767px) {
  .hero__wrapper .hero__slider {
    height: 70vh;
  }
}
.hero__wrapper .slick-list,
.hero__wrapper .slick-track,
.hero__wrapper .slick-slide div:first-of-type {
  height: 100%;
}
.hero__wrapper .slider__item {
  width: 100%;
  height: 100%;
}
.hero__wrapper .slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__wrapper .hero__content {
  z-index: 10;
  display: grid;
  place-content: center;
  grid-area: 1/1/1/1;
}
.hero__wrapper .hero__texts {
  display: grid;
  place-content: center;
  padding: 0 24px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
}
.hero__wrapper .hero__texts .title {
  margin-bottom: 80px;
  font-size: 80px;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .hero__wrapper .hero__texts .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.hero__wrapper .hero__texts .description {
  margin-bottom: 32px;
  font-size: 30px;
}
@media all and (max-width: 767px) {
  .hero__wrapper .hero__texts .description {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
.hero__wrapper .hero__form {
  padding: 0 24px;
}
.hero__wrapper .hero__form .form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.hero__wrapper .hero__form .form-group.search_student_code {
  width: 100%;
}
.hero__wrapper .hero__form .form__input {
  padding: 16px 32px;
  border-radius: 40px 0 0 40px;
  border: 3px solid #0D573C;
  color: #0D573C;
  font-size: 25px;
  font-family: "Source Sans Pro";
}
@media all and (max-width: 767px) {
  .hero__wrapper .hero__form .form__input {
    padding: 16px;
    font-size: 16px;
  }
}
.hero__wrapper .hero__form .form__input::placeholder {
  color: #0D573C;
}
.hero__wrapper .hero__form .form__submit {
  padding: 16px 32px;
  color: #FFFFFF;
  background-color: #0D573C;
  font-family: "Winter Sans";
  font-weight: lighter;
  appearance: none;
  border-radius: 0 40px 40px 0;
  border: 3px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 300ms linear;
  font-size: 25px;
  font-family: "Source Sans Pro";
}
@media all and (max-width: 767px) {
  .hero__wrapper .hero__form .form__submit {
    padding: 16px;
    font-size: 16px;
  }
}
.hero__wrapper .hero__form .form__submit:hover {
  background-color: #70AA7E;
}

#footer {
  padding: 3em 0em !important;
}

.footer__container {
  width: 1200px;
  margin: auto;
  display: flex;
}
.footer__recommandation-block {
  width: 130px;
  flex: none;
}
.footer__recommandation-block img {
  width: 100%;
}
.footer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer__paragraph {
  width: 90%;
}
.footer__title {
  font-family: "Winter Sans";
  font-size: 21px;
  line-height: 22px;
  margin-top: 17px;
}
.footer__links {
  font-family: "Winter Sans";
  font-size: 19px;
  color: #DBB47E;
  line-height: 30px;
  padding-top: 31px !important;
}
.footer__links a {
  white-space: nowrap;
}
.footer__desktop-payment-block {
  width: 110px;
  flex: none;
}
.footer__desktop-payment-block img {
  width: 100%;
}
.footer__desktop-payment-text {
  font-family: "Winter Sans";
  font-size: 15px;
  margin-top: 10px;
}
.footer__mobile-payment-block {
  display: none;
}

@media all and (max-width: 1199px) {
  .footer__container {
    width: 90%;
  }
  .footer__title {
    line-height: 22px;
  }
  .footer__links {
    font-size: 21px;
  }
  .footer__recommandation-block {
    width: 105px;
  }
  .footer__desktop-payment-block {
    width: 76px;
  }
}
@media all and (max-width: 767px) {
  #footer {
    padding: 2em 0em !important;
  }
  .footer__container {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__recommandation-block {
    width: 100px;
  }
  .footer__recommandation-block img {
    width: 100%;
  }
  .footer__text {
    margin-top: 0px !important;
  }
  .footer__row {
    height: 170px;
  }
  .footer__paragraph {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer__title {
    font-size: 15px;
    margin-top: 0 !important;
  }
  .footer__links {
    font-size: 15px;
    padding-top: 0px !important;
    line-height: 21px;
  }
  .footer__desktop-payment-block {
    display: none;
  }
  .footer__mobile-payment-block {
    display: flex;
    flex-direction: column;
  }
  .footer__mobile-payment-text {
    font-family: "Winter Sans";
    margin-bottom: 13px;
  }
  .footer__mobile-icons {
    width: 180px;
    display: flex;
    justify-content: space-around;
  }
  .footer__mobile-payment-icons img {
    width: 30px;
  }
}
.products__main {
  padding-top: 0 !important;
  padding-bottom: 40px;
}
.products__header {
  margin-bottom: 0 !important;
}

.sticky__block {
  width: 90%;
  height: 120px;
  max-width: 1200px;
  margin: auto;
  background-color: #DBB47E !important;
  position: sticky;
  position: -webkit-sticky;
  border-radius: 17px;
  z-index: 100 !important;
}
.sticky__block:before, .sticky__block:after {
  content: "";
  display: table;
}

.order-number__block {
  width: 20%;
  height: 100%;
  font-family: "Winter Sans";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.order-number__entitled {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.order-number__info {
  width: 100%;
  font-family: "Winter Sans";
  font-size: 19px !important;
  color: white;
  text-align: center;
  padding: 0 !important;
}

.order-name__block {
  width: 20%;
  height: 100%;
  font-family: "Winter Sans";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.order-name__entitled {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.order-name__info {
  width: 100%;
  font-family: "Winter Sans";
  font-size: 19px !important;
  color: white;
  text-align: center;
  padding: 0 !important;
}

.order-class__block {
  width: 15%;
  height: 100%;
  font-family: "Winter Sans";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.order-class__entitled {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.order-class__info {
  width: 100%;
  font-family: "Winter Sans";
  font-size: 19px !important;
  color: white;
  text-align: center;
  padding: 0 !important;
}

.order-school__block {
  width: 25%;
  height: 100%;
  font-family: "Winter Sans";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.order-school__entitled {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.order-school__info {
  width: 100%;
  font-family: "Winter Sans";
  font-size: 19px !important;
  color: white;
  text-align: center;
  padding: 0 !important;
}

.order-photo__block {
  width: 20%;
  height: 100%;
  font-family: "Winter Sans";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.order-photo__entitled {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 20px !important;
}
.order-photo__info {
  width: 100%;
  font-family: "Winter Sans";
  font-size: 19px !important;
  color: white;
  text-align: center;
  padding: 0 !important;
}

.order__line {
  width: 100%;
  border: 0.5px solid white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
}

.mobile-sticky__block {
  display: none;
}
.mobile-sticky__static {
  display: none;
}
.mobile-sticky__static-informations {
  display: none;
}

.mobile-order-number__block {
  display: none;
}
.mobile-order-number__entitled {
  display: none;
}

.mobile-order-name__block {
  display: none;
}
.mobile-order-name__entitled {
  display: none;
}

.mobile-slide-toggle__arrow {
  display: none;
}

.mobile-sticky__toggle {
  display: none;
}

.pack__block {
  background-color: white !important;
}
.pack__title {
  color: #DBB47E;
  text-decoration: none;
  font-family: "Winter Sans";
  font-weight: normal;
  font-size: 40px;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  text-decoration: none !important;
}

.eco-pack__block {
  background-color: #e9ebec !important;
  border-bottom: 1px solid lightgrey;
}
.eco-pack__title {
  font-family: "Winter Sans";
  font-size: 30px !important;
  background-color: #e9ebec;
}
.eco-pack__quantity-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.products__content span {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-family: "Source Sans Pro";
}

.quantity__count {
  font-family: "Source Sans Pro";
}

.premium-pack__title {
  font-family: "Winter Sans";
  font-size: 30px !important;
  padding-left: 85px;
}
.premium-pack__quantity-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.unit__block {
  background-color: white !important;
}
.unit__title {
  color: #DBB47E;
  text-decoration: none;
  font-family: "Winter Sans";
  font-weight: normal;
  font-size: 40px;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  text-decoration: none !important;
}
.unit__background {
  background-color: #e9ebec !important;
}
.unit__image-block {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}
.unit__image-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.unit__product-preview {
  position: relative;
}
.unit__product-preview-hover {
  display: none;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 270px;
  left: -50px;
  z-index: 1000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.unit__input {
  width: 100%;
}

.products__content p {
  font-size: 23px !important;
  margin-bottom: 30px;
}
.products__content p.name {
  margin-bottom: 0;
}

.order__classic-group {
  font-family: "Winter Sans";
  margin-bottom: 30px !important;
}
.order__fun-group {
  font-family: "Winter Sans";
}
.order__bookmark {
  font-family: "Winter Sans";
}
.order__portrait {
  font-family: "Winter Sans";
}
.order__first-size {
  font-family: "Winter Sans";
}
.order__black-and-white {
  font-family: "Winter Sans";
}
.order__wishcard {
  font-family: "Winter Sans";
}
.order__second-size {
  font-family: "Winter Sans";
}

.gift-ideas__block {
  background-color: white !important;
}
.gift-ideas__title {
  color: #DBB47E;
  text-decoration: none;
  font-family: "Winter Sans";
  font-weight: normal;
  font-size: 40px;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  text-decoration: none !important;
}
.gift-ideas__background {
  background-color: #e9ebec !important;
}
.gift-ideas__image-block {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}
.gift-ideas__image-block:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.gift-ideas__product-preview {
  position: relative;
}
.gift-ideas__product-preview-hover {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 180px;
  left: -50px;
  z-index: 1000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.gift-ideas__input {
  width: 100%;
  height: 100%;
}
.gift-ideas__input-block {
  width: 140px !important;
  height: 40px !important;
}
.gift-ideas__input-remove {
  width: 30px !important;
  height: 40px !important;
}
.gift-ideas__input-total {
  width: 80px !important;
  height: 41px !important;
}
.gift-ideas__input-add {
  width: 30px !important;
  height: 40px !important;
}

.order__magnet {
  font-family: "Winter Sans";
  margin-bottom: 30px !important;
}
.order__keyrings {
  font-family: "Winter Sans";
}
.order__pencil-case {
  font-family: "Winter Sans";
}
.order__notebook {
  font-family: "Winter Sans";
}
.order__mug {
  font-family: "Winter Sans";
}
.order__snow-globe {
  font-family: "Winter Sans";
}

.quantity {
  width: 180px;
  height: 45px;
  display: flex;
  margin: auto;
  margin-top: 20px;
}
.quantity__remove {
  width: 40px;
  height: 45px;
  background-color: #CC8C8A;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
.quantity__remove img {
  width: 100%;
  padding-top: 4px;
}
.quantity__total {
  width: 100px;
  height: 46px;
  background-color: white;
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
}
.quantity__add {
  width: 40px;
  height: 45px;
  background-color: #5F7D9C;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
.quantity__add img {
  width: 100%;
  padding-top: 4px;
}

.pack-quantity {
  margin-bottom: 0 !important;
  margin-left: 20%;
}

.pack-selector {
  margin-top: 0 !important;
  margin-left: 40px;
}

.no-spinners {
  -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bottom-page {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.bottom-page__block {
  width: 40% !important;
  padding: 0 !important;
}
.bottom-page__return-button {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D573C;
  border-radius: 0;
  font-family: "Winter Sans";
  text-transform: uppercase;
  font-size: 25px;
}
.bottom-page__return-button:hover {
  background-color: #3E7A64;
}
.bottom-page__confirm-order-button {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D573C;
  border-radius: 0;
  font-family: "Winter Sans";
  text-transform: uppercase;
  font-size: 25px;
  padding: 0 !important;
  -webkit-appearance: none;
}
.bottom-page__confirm-order-button:hover {
  background-color: #3E7A64;
}
.bottom-page__payment-order-button {
  width: 190px;
  height: 70px;
  justify-content: center;
  background-color: #0D573C;
  border-radius: 0;
  font-family: "Winter Sans";
  text-transform: uppercase;
  font-size: 25px;
  padding: 0 !important;
  -webkit-appearance: none;
}
.bottom-page__payment-order-button:hover {
  background-color: #3E7A64;
}

.pack-name {
  color: #DBB47E;
  text-decoration: none;
  font-family: "Winter Sans";
  font-weight: normal;
  font-size: 30px !important;
}

.number-align-packs {
  text-align: right;
}

@media all and (max-width: 1300px) {
  .products__title {
    font-size: 35px !important;
  }
  .bottom-page__return-button {
    font-size: 25px !important;
  }
  .bottom-page__confirm-order-button {
    font-size: 25px !important;
  }
  .order-number__info {
    font-size: 14px !important;
  }
  .order-number__entitled {
    font-size: 16px !important;
  }
  .order-name__info {
    font-size: 14px !important;
  }
  .order-name__entitled {
    font-size: 16px !important;
  }
  .order-class__info {
    font-size: 14px !important;
  }
  .order-class__entitled {
    font-size: 16px !important;
  }
  .order-school__info {
    font-size: 14px !important;
  }
  .order-school__entitled {
    font-size: 16px !important;
  }
  .order-photo__info {
    font-size: 14px !important;
  }
  .order-photo__entitled {
    font-size: 16px !important;
  }
  .products__content p {
    font-size: 17px !important;
    margin-bottom: 20px;
  }
  .products__content span {
    font-size: 18px !important;
  }
  .pack-name {
    font-size: 30px !important;
  }
  .pack__title {
    font-size: 35px !important;
  }
  .eco-pack__title {
    font-size: 25px !important;
  }
  .premium-pack__title {
    font-size: 25px !important;
    padding-left: 70px;
  }
  .unit__title {
    font-size: 35px !important;
  }
  .gift-ideas__title {
    font-size: 35px !important;
  }
  .bottom-page__return-button {
    font-size: 20px !important;
  }
  .bottom-page__confirm-order-button {
    font-size: 20px !important;
  }
}
.pop-in__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.pop-in__block {
  background-color: #3E7A64;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 830px;
  height: 490px;
  border: 6px solid white;
}
.pop-in__close {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  float: right;
}
.pop-in__cross {
  width: 100%;
}
.pop-in__block-text {
  width: 90%;
  margin: auto;
  padding: 19px;
  margin-top: 25px;
}
.pop-in__text {
  font-family: "Source Sans Pro";
  font-size: 35px;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
}
.pop-in__continue {
  width: 170px;
  height: 60px;
  border: 1px solid black;
  border-radius: 8px;
  background-color: grey;
  margin: auto;
}
.pop-in__continue-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro";
  font-size: 35px;
  color: white;
  padding: 11px;
}
.pop-in__continue-text:hover {
  text-decoration: none;
}

@media all and (max-width: 1170px) {
  .pack-quantity {
    margin-left: 10%;
  }
  .gift-ideas__input-block {
    width: 110px !important;
  }
  .gift-ideas__input-remove {
    width: 25px !important;
  }
  .gift-ideas__input-total {
    width: 60px !important;
  }
  .gift-ideas__input-add {
    width: 25px !important;
  }
}
@media all and (max-width: 1024px) {
  .line {
    width: 100% !important;
  }
  .unit {
    width: 100%;
  }
  .unit__input-block {
    width: 140px;
    height: 40px;
  }
  .unit__input-remove {
    width: 35px;
    height: 50px;
  }
  .unit__input-total {
    width: 70px;
    height: 51px;
  }
  .unit__input-add {
    width: 35px;
    height: 50px;
  }
  .gift-ideas__input-block {
    width: 180px !important;
  }
  .gift-ideas__input-remove {
    width: 50px !important;
    height: 50px !important;
  }
  .gift-ideas__input-total {
    width: 100px !important;
    height: 51px !important;
  }
  .gift-ideas__input-add {
    width: 50px !important;
    height: 50px !important;
  }
  .pop-in__block {
    width: 700px;
    height: 460px;
  }
  .pop-in__block-text {
    margin-top: 5px;
  }
  .pop-in__text {
    font-size: 30px;
  }
  .pop-in__continue {
    width: 150px;
    height: 55px;
  }
  .pop-in__continue-text {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .products__content span {
    font-size: 16px !important;
  }
  .products__title {
    font-size: 25px !important;
  }
  .sticky__block {
    height: 160px;
    display: none;
    flex-direction: column;
  }
  .order-number__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 3px;
  }
  .order-number__entitled {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: inherit !important;
  }
  .order-number__info {
    font-size: 14px !important;
    padding: inherit !important;
  }
  .order-name__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 3px;
  }
  .order-name__entitled {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: inherit !important;
  }
  .order-name__info {
    font-size: 14px !important;
    padding: inherit !important;
  }
  .order-class__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 3px;
  }
  .order-class__entitled {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: inherit !important;
  }
  .order-class__info {
    font-size: 14px !important;
    padding: inherit !important;
  }
  .order-school__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 3px;
  }
  .order-school__entitled {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: inherit !important;
  }
  .order-school__info {
    font-size: 14px !important;
    padding: inherit !important;
  }
  .order-photo__block {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 3px;
  }
  .order-photo__entitled {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: inherit !important;
  }
  .order-photo__info {
    font-size: 14px !important;
    padding: inherit !important;
  }
  .order__line {
    display: none;
  }
  .mobile-sticky__block {
    width: 95%;
    margin: auto;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    z-index: 1000;
  }
  .mobile-sticky__static {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    position: sticky;
    position: -webkit-sticky;
    top: 44px;
    z-index: 1000;
    border-radius: 17px 17px 0 0;
    background-color: #DBB47E !important;
  }
  .mobile-sticky__static:before, .mobile-sticky__static:after {
    content: "";
    display: table;
  }
  .mobile-sticky__static-informations {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-left: 4%;
  }
  .mobile-order-number__block {
    height: 50%;
    display: flex;
    align-items: center;
  }
  .mobile-order-number__entitled {
    width: 50% !important;
    display: block;
    font-family: "Winter Sans";
    font-size: 14px !important;
    text-transform: uppercase;
    color: white;
    padding: 0 !important;
  }
  .mobile-order-number__info {
    width: 50% !important;
    display: block;
    font-family: "Winter Sans";
    font-size: 15px !important;
    color: white;
    padding: 0 !important;
  }
  .mobile-order-name__block {
    height: 50%;
    display: flex;
    align-items: center;
  }
  .mobile-order-name__entitled {
    width: 50% !important;
    display: block;
    font-family: "Winter Sans";
    font-size: 14px !important;
    text-transform: uppercase;
    color: white;
    padding: 0 !important;
  }
  .mobile-order-name__info {
    width: 50% !important;
    display: block;
    font-family: "Winter Sans";
    font-size: 15px !important;
    color: white;
    padding: 0 !important;
  }
  .mobile-slide-toggle__arrow {
    width: 35px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 9px;
    background-color: #DBB47E !important;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    margin: auto;
    padding: 5px 5px 8px 5px;
  }
  .mobile-slide-toggle__arrow img {
    width: 100%;
  }
  .hidden {
    display: none;
  }
  .mobile-sticky__toggle {
    display: flex;
    height: 135px;
    flex-direction: row;
    background-color: #DBB47E !important;
    position: sticky;
    top: 124px;
    z-index: 1000;
    padding-top: 20px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .mobile-sticky__toggle-informations {
    width: 85%;
    height: 115px;
    display: flex;
    flex-direction: column;
    margin-left: 4%;
  }
  .mobile-order-class__block {
    width: 100%;
    height: 45px;
    display: flex;
  }
  .mobile-order-class__entitled {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    text-transform: uppercase;
    color: white;
  }
  .mobile-order-class__info {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    color: white;
    padding: 0 !important;
  }
  .mobile-order-school__block {
    width: 100%;
    height: 45px;
    display: flex;
  }
  .mobile-order-school__entitled {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    text-transform: uppercase;
    color: white;
  }
  .mobile-order-school__info {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    color: white;
    padding: 0 !important;
  }
  .mobile-order-photo__block {
    width: 100%;
    height: 45px;
    display: flex;
  }
  .mobile-order-photo__entitled {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    text-transform: uppercase;
    color: white;
  }
  .mobile-order-photo__info {
    width: 50% !important;
    font-family: "Winter Sans";
    font-size: 14px !important;
    color: white;
    padding: 0 !important;
  }
  .quantity {
    width: 180px;
    height: 43px;
  }
  .quantity__remove {
    width: 40px;
    height: 43px;
  }
  .quantity__total {
    width: 100px;
    height: 45px;
  }
  .quantity__add {
    width: 40px;
    height: 43px;
  }
  .eco-pack__title {
    font-size: 20px !important;
    line-height: 35px;
  }
  .eco-pack__quantity-block {
    flex-direction: column;
  }
  .premium-pack__title {
    font-size: 20px !important;
    line-height: 35px;
    padding-left: 0 !important;
  }
  .premium-pack__quantity-block {
    flex-direction: column;
  }
  .pack-quantity {
    margin-left: inherit !important;
    margin-bottom: 20px !important;
  }
  .pack-selector {
    margin: auto !important;
  }
  .pack__title {
    font-size: 25px !important;
  }
  .unit__title {
    font-size: 25px !important;
  }
  .unit__product-preview-hover {
    left: -1000px;
  }
  .order__classic-group {
    margin-bottom: 30px !important;
  }
  .gift-ideas__title {
    font-size: 25px !important;
  }
  .gift-ideas__input-block {
    height: 45px !important;
  }
  .gift-ideas__input-remove {
    height: 43px !important;
  }
  .gift-ideas__input-total {
    height: 45px !important;
  }
  .gift-ideas__input-add {
    height: 43px !important;
  }
  .gift-ideas__product-preview-hover {
    left: -1000px;
  }
  .bottom-page {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .bottom-page__block {
    width: 90% !important;
  }
  .bottom-page__return-button {
    width: 100% !important;
  }
  .bottom-page__confirm-order-button {
    width: 100% !important;
    height: 73px !important;
  }
  .number-align-packs {
    text-align: center;
  }
  .pop-in__block {
    top: 30px;
    width: 270px;
    height: 410px;
  }
  .pop-in__block-text {
    padding: 0;
    margin-top: 0;
  }
  .pop-in__text {
    font-size: 21px;
    line-height: 30px;
  }
  .pop-in__continue {
    width: 110px;
    height: 48px;
    margin-top: 20px;
  }
  .pop-in__continue-text {
    font-size: 21px;
  }
}
.order-payment-div {
  font-size: 21px;
}
.order__main {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}
.order__informations-block {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.order__breadcrumb {
  width: 100%;
  height: 50px;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: center;
}
.order__breadcrumb-arrow {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.order__breadcrumb-arrow img {
  width: 100%;
}
.order__breadcrumb-recap-section {
  width: auto;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.order__breadcrumb-recap-block {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #DBB47E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order__breadcrumb-recap-number {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.order__breadcrumb-recap-link:hover {
  text-decoration: none;
}
.order__breadcrumb-recap-text {
  font-family: "Winter Sans";
  font-size: 25px;
  color: #DBB47E;
  text-transform: uppercase;
  margin-left: 20px;
}
.order__breadcrumb-identification-section {
  width: auto;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.order__breadcrumb-identification-block {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order__breadcrumb-identification-block.active {
  background-color: #DBB47E;
  border: none;
}
.order__breadcrumb-identification-number {
  font-family: "Winter Sans";
  font-size: 30px;
}
.order__breadcrumb-identification-number.active {
  color: white;
}
.order__breadcrumb-identification-link {
  display: flex;
  align-items: center;
  color: #838383;
}
.order__breadcrumb-identification-link:hover {
  text-decoration: none;
}
.order__breadcrumb-identification-text {
  font-family: "Winter Sans";
  font-size: 25px;
  text-transform: uppercase;
  margin-left: 20px;
}
.order__breadcrumb-identification-text.active {
  color: #DBB47E;
}
.order__breadcrumb-payment-section {
  width: auto;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.order__breadcrumb-payment-block {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order__breadcrumb-payment-block.active {
  background-color: #DBB47E;
  border: none;
}
.order__breadcrumb-payment-number {
  font-family: "Winter Sans";
  font-size: 30px;
}
.order__breadcrumb-payment-number.active {
  color: white;
}
.order__breadcrumb-payment-text {
  font-family: "Winter Sans";
  font-size: 25px;
  text-transform: uppercase;
  margin-left: 20px;
}
.order__breadcrumb-payment-text.active {
  color: #DBB47E;
}
.order__title {
  font-family: "Winter Sans";
  font-size: 40px !important;
  line-height: 50px !important;
  text-transform: uppercase;
  color: #DBB47E;
}
.order__total-products-block {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: flex-end;
}
.order__total-products-text {
  font-family: "Source Sans Pro";
  font-size: 25px;
}
.order__table {
  width: 100%;
  padding: 0 !important;
  margin-top: 20px;
}
.order__entitled {
  background-color: #0D573C;
  font-family: "Winter Sans";
}
.order__entitled-title {
  color: white;
  font-size: 30px !important;
  padding-top: 15px;
  padding-bottom: 15px !important;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.order__cell {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.order__recap-informations {
  font-family: "Winter Sans";
  font-size: 23px;
  background-color: #E9EBEE;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.order__recap-id {
  width: 220px;
  vertical-align: middle;
}
.order__recap-id-text {
  color: #0D573F;
}
.order__recap-product {
  width: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.order__recap-price {
  width: 220px;
  vertical-align: middle;
}
.order__recap-quantity {
  width: 200px;
  vertical-align: middle;
}
.order__recap-quantity-block {
  width: 180px;
  height: 45px;
  display: flex;
  margin: auto;
}
.order__recap-quantity-remove {
  width: 40px;
  height: 45px;
  background-color: #CC8C8A;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
.order__recap-quantity-remove img {
  width: 100%;
  padding-top: 4px;
}
.order__recap-quantity-total {
  width: 100px;
  height: 46px;
  background-color: white;
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
}
.order__recap-quantity-add {
  width: 40px;
  height: 45px;
  background-color: #5F7D9C;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
.order__recap-quantity-add img {
  width: 100%;
  padding-top: 4px;
}
.order__preview-block {
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  background-position: center;
  position: relative;
  z-index: 90;
}
.order__preview-block img {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order__preview-block:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.order__preview-image-hover-block {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -113px;
  left: 210px;
  z-index: 1000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  display: none;
}
.order__preview-text {
  width: 60%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.order__pack-content {
  width: 50%;
  margin-left: 50px;
}
.order__total {
  font-family: "Winter Sans";
  text-transform: uppercase;
  background-color: #DBB47E;
  color: white;
  font-size: 40px !important;
  padding-top: 17px;
  padding-bottom: 13px !important;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.order__text {
  font-family: "Source Sans Pro";
  font-size: 25px !important;
  font-style: italic;
}
.order__empty-basket-text {
  width: 200px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  color: white;
}
.order__empty-basket-text:hover {
  text-decoration: none;
}
.order__empty-basket-block {
  width: 200px;
  height: 50px;
  background-color: #AB6E6C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.order__empty-basket-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.order__bottom-page {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.order__return-button {
  width: 30%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Winter Sans";
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0D573C;
  color: white;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.order__return-button:hover {
  text-decoration: none;
  background-color: #3E7A64;
}
.order__valid-button {
  width: 30%;
  height: 90px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Winter Sans";
  font-size: 30px;
  text-transform: uppercase;
  background-color: #0D573C;
}
.order__valid-button:hover {
  background-color: #3E7A64;
}

.mobile__product-informations-block {
  display: none;
}
.mobile__order-height {
  display: none;
}

@media all and (max-width: 1279px) {
  .order__informations-block {
    width: 90%;
  }
}
@media all and (max-width: 1199px) {
  .order__breadcrumb-recap-block {
    width: 40px;
    height: 40px;
  }
  .order__breadcrumb-recap-number {
    font-size: 23px;
  }
  .order__breadcrumb-recap-text {
    font-size: 20px;
  }
  .order__breadcrumb-recap-arrow {
    width: 26px;
    height: 26px;
  }
  .order__breadcrumb-identification-block {
    width: 40px;
    height: 40px;
  }
  .order__breadcrumb-identification-number {
    font-size: 23px;
  }
  .order__breadcrumb-identification-text {
    font-size: 20px;
  }
  .order__breadcrumb-payment-block {
    width: 40px;
    height: 40px;
  }
  .order__breadcrumb-payment-number {
    font-size: 23px;
  }
  .order__breadcrumb-payment-text {
    font-size: 20px;
  }
  .order__title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .order__entitled-title {
    font-size: 27px !important;
  }
  .order__preview-image-hover-block {
    width: 360px;
    height: 360px;
  }
  .order__recap-informations {
    font-size: 21px !important;
  }
  .order__recap-quantity-block {
    width: 110px;
    height: 36px;
  }
  .order__recap-quantity-remove {
    width: 39px;
    height: 36px;
  }
  .order__recap-quantity-total {
    width: 50px;
    height: 37px;
    font-size: 20px !important;
  }
  .order__recap-quantity-add {
    width: 39px;
    height: 36px;
  }
  .order__total {
    font-size: 30px !important;
  }
  .order__text {
    font-size: 24px !important;
  }
  .order__return-button {
    font-size: 25px;
  }
  .order__valid-button {
    font-size: 25px;
  }
}
@media all and (max-width: 1024px) {
  .order__preview-image-hover-block {
    width: 293px;
    height: 293px;
    top: -103px;
    left: 130px;
  }
  .order__recap-product {
    width: 330px;
  }
}
@media all and (max-width: 767px) {
  .drift-zoom-pane.drift-open, .drift-zoom-pane {
    display: none;
  }
  .order__breadcrumb {
    height: 150px;
  }
  .order__main {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
  }
  .order__informations-block {
    margin: auto !important;
  }
  .order__preview-block {
    width: 90%;
    margin: 20px 0;
  }
  .order {
    /*    &__preview-block:hover{
          transform: scale(1.6);
        } */
  }
  .order__preview-image-hover-block {
    display: none !important;
  }
  .order__breadcrumb {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .order__breadcrumb-recap-section {
    margin-bottom: 10px;
  }
  .order__breadcrumb-recap-block {
    width: 35px;
    height: 35px;
  }
  .order__breadcrumb-recap-number {
    font-size: 20px;
  }
  .order__breadcrumb-recap-text {
    font-size: 18px;
  }
  .order__breadcrumb-arrow {
    width: 20px;
    height: 20px;
  }
  .order__breadcrumb-identification-section {
    margin-bottom: 10px;
  }
  .order__breadcrumb-identification-block {
    width: 35px;
    height: 35px;
  }
  .order__breadcrumb-identification-number {
    font-size: 20px;
  }
  .order__breadcrumb-identification-text {
    font-size: 18px;
  }
  .order__breadcrumb-payment-section {
    margin-bottom: 10px;
  }
  .order__breadcrumb-payment-block {
    width: 35px;
    height: 35px;
  }
  .order__breadcrumb-payment-number {
    font-size: 20px;
  }
  .order__breadcrumb-payment-text {
    font-size: 18px;
  }
  .order__title {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .order__total-products-block {
    margin-bottom: 10px;
  }
  .order__total-products-text {
    font-family: "Source Sans Pro";
    font-size: 20px;
  }
  .order__id-height {
    display: none;
  }
  .order__price-height {
    display: none;
  }
  .order__quantity-height {
    display: none;
  }
  .order__recap-id {
    display: none;
  }
  .order__recap-price {
    display: none;
  }
  .order__recap-quantity {
    display: none;
  }
  .order__preview-text {
    display: none;
  }
  .order__recap-product {
    width: 100%;
    flex-direction: column;
  }
  .order__total {
    border: 0;
    font-size: 25px !important;
  }
  .order__text {
    font-size: 22px !important;
  }
  .order__product-height {
    display: none;
  }
  .order__empty-basket-text {
    font-size: 15px;
  }
  .order__empty-basket-block {
    width: 150px;
  }
  .order__empty-basket-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .order__bottom-page {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .order__return-button {
    width: 100%;
    margin-top: 30px;
    font-size: 23px;
  }
  .order__valid-button {
    font-size: 23px;
  }
  .mobile__product-informations-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile__order-height {
    display: block;
  }
  .mobile__recap-product-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 23px;
  }
  .mobile__recap-product-text {
    color: #0D573F;
  }
  .mobile__recap-product-entitled {
    margin-left: 10px;
  }
  .mobile__recap-price-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 23px;
  }
  .mobile__recap-price-text {
    color: #0D573F;
  }
  .mobile__recap-price-entitled {
    margin-left: 10px;
  }
  .mobile__pack-content {
    width: 96%;
  }
  .mobile__recap-quantity-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 23px;
  }
  .mobile__recap-quantity-text {
    color: #0D573F;
  }
  .mobile__recap-quantity-entitled {
    margin-left: 10px;
    position: relative;
  }
  .mobile__drop-down-list {
    width: 25px;
    height: 30px;
    font-size: 13pt;
    position: absolute;
    -webkit-appearance: none;
  }
  .mobile__recap-id-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 23px;
  }
  .mobile__recap-id-text {
    color: #0D573F;
  }
  .mobile__recap-id-entitled {
    margin-left: 10px;
  }
}
@media all and (max-width: 470px) {
  .order__total {
    font-size: 20px !important;
  }
  .mobile__recap-product-block {
    font-size: 20px;
  }
  .mobile__recap-price-block {
    font-size: 20px;
  }
  .mobile__recap-quantity-block {
    font-size: 20px;
  }
  .mobile__recap-id-block {
    font-size: 20px;
  }
}
#main {
  width: auto;
  margin: auto;
  overflow: hidden;
}

#content {
  margin: auto !important;
  overflow-x: hidden;
}

.demonstration-page__main {
  padding-top: 20px !important;
}
.demonstration-page__container {
  max-width: 72%;
  width: auto;
}
.demonstration-page__title {
  font-family: "Winter Sans";
  font-size: 40px !important;
  line-height: 50px !important;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #DBB47E;
}

.order-block {
  width: 100%;
  height: 550px;
  display: flex;
}
.order-block__picture {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.order-block__text {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-block__paragraph {
  width: 80%;
}

.paragraph__title {
  font-family: "Winter Sans";
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DBB47E;
}
.paragraph__text {
  font-family: "Source Sans Pro";
  font-size: 23px;
  font-weight: 200;
  padding-top: 20px;
  text-align: center;
}
.paragraph__law {
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  padding-top: 20px;
}

.animate-block {
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animate-block.left {
  left: -120%;
}

.animate-block.right {
  right: -120%;
}

.left.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=90);
}

.right.animated {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=90);
}

@media all and (max-width: 1199px) {
  .demonstration-page__title {
    margin-bottom: 20px !important;
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .order-block {
    height: 700px;
    display: flex;
    flex-direction: column;
  }
  .order-block__picture {
    width: 100%;
    height: 95vw;
  }
  .order-block__text {
    width: 90%;
    margin: auto;
  }
  .order-block__paragraph {
    width: 100%;
    height: auto;
  }
  .even-block {
    flex-direction: column-reverse;
  }
  .paragraph__title {
    font-size: 30px;
  }
  .paragraph__text {
    font-size: 22px;
  }
  .paragraph__law {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .demonstration-page__title {
    width: 80%;
    margin: auto;
    font-size: 25px !important;
    margin-bottom: 30px !important;
    line-height: 32px !important;
  }
  .order-block {
    height: auto;
  }
  .order-block__picture {
    height: 80vw;
  }
  .order-block__text {
    width: 90%;
    height: 50%;
    margin: 30px auto;
  }
  .order-block__paragraph {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .order-block .paragraph__title {
    font-size: 23px;
    line-height: 28px !important;
  }
  .order-block .paragraph__text {
    font-size: 18px;
  }
  .order-block .paragraph__law {
    font-size: 10px;
    line-height: 16px !important;
  }
}
.featured {
  padding-top: 50px;
}

.main__container {
  width: 70%;
}

.contact__title {
  font-family: "Winter Sans";
  font-size: 40px !important;
  text-transform: uppercase;
  color: #DBB47E;
  padding-bottom: 50px;
  line-height: 50px !important;
}

.field__background {
  width: 100%;
  background-color: #ECECEC;
}
.field__student-block {
  width: 100%;
  margin-bottom: 20px;
}
.field__student-text {
  font-family: "Winter Sans";
  text-align: left;
}
.field__lastname-block {
  width: 100%;
  margin-bottom: 20px;
}
.field__lastname-text {
  font-family: "Winter Sans";
  text-align: left;
}
.field__firstname-block {
  width: 100%;
  margin-bottom: 20px;
}
.field__firstname-text {
  font-family: "Winter Sans";
  text-align: left;
}
.field__email-block {
  width: 100%;
  margin-bottom: 20px;
}
.field__email-text {
  font-family: "Winter Sans";
  text-align: left;
}
.field__phone-block {
  width: 100%;
  margin-bottom: 20px;
}
.field__phone-text {
  font-family: "Winter Sans";
  text-align: left;
}
.field__message-block {
  width: 100%;
  margin-bottom: 15px;
}
.field__message-text {
  font-family: "Winter Sans";
  text-align: left;
}

#contact_student_code {
  height: 50px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#contact_lastname {
  height: 50px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#contact_firstname {
  height: 50px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#contact_email {
  height: 50px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#contact_phone {
  height: 50px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#contact_content {
  height: 220px;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}

.message__input {
  -webkit-appearance: none;
}

.mandatory__message-block {
  width: 100%;
}
.mandatory__message-text {
  font-family: "Source Sans Pro";
  font-size: 12px !important;
  text-align: left;
}

.recaptcha__block {
  width: 100%;
  display: flex;
  justify-content: center;
}

#opt-in__box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#opt-in__box input {
  opacity: 0;
}
#opt-in__box label::before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 2px solid #BDBDBD;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: -44px;
}
#opt-in__box label::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 19px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: -40px;
}
#opt-in__box label {
  position: relative;
}
#opt-in__box input[type=checkbox] + label::after {
  content: none;
}
#opt-in__box input[type=checkbox]:checked + label::after {
  content: "";
}
#opt-in__text {
  width: 100%;
  font-family: "Source Sans Pro";
  font-size: 20px;
  text-align: left;
  margin-left: 40px;
}

.contact-button__block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.contact-button__send {
  width: 100%;
  height: 80px;
  border-radius: 0;
  background-color: #0D573C;
  font-family: "Winter Sans";
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 5px !important;
}
.contact-button__send:hover {
  background-color: #3E7A64;
}

.help-block {
  font-family: "Source Sans Pro";
  margin-top: 10px;
}

@media all and (max-width: 1199px) {
  .contact__title {
    width: 80%;
    margin: auto;
    line-height: 40px !important;
    font-size: 35px !important;
  }
  #opt-in__text {
    font-size: 17px;
  }
}
@media all and (max-width: 767px) {
  .contact__title {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  #contact_content {
    height: 250px;
  }
  #opt-in__box label::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 1px solid;
  }
  #opt-in__box label::after {
    content: "";
    display: inline-block;
    height: 9px;
    width: 16px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    top: 9px;
    left: -40px;
  }
  #opt-in__text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 20px;
  }
  .contact-button__send {
    height: 60px;
    font-size: 23px;
  }
}
.faq__title {
  width: 90%;
  margin: auto;
  font-family: "Winter Sans";
  font-size: 40px !important;
  line-height: 50px !important;
  text-transform: uppercase;
  color: #DBB47E;
}
.faq__item {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.faq__text {
  width: 100%;
  height: 70px;
  border-radius: 0 !important;
  border: 1px solid black !important;
  padding-top: 9px;
  font-family: "Winter Sans";
  font-size: 25px !important;
}
.faq__text img {
  width: 18px;
  position: absolute;
  top: 25px;
  right: 90px;
}
.faq__hidden {
  display: none;
}
.faq__answer {
  font-family: "Source Sans Pro";
  font-size: 20px;
  padding-top: 20px;
}

.other__answer {
  width: 90%;
  margin: auto;
  font-family: "Winter Sans";
  color: #DBB47E;
  font-size: 30px !important;
  text-transform: uppercase;
  padding: 50px !important;
  line-height: 35px !important;
}
.other__demand {
  width: 90%;
  margin: auto;
  font-family: "Winter Sans";
  font-size: 30px !important;
  text-transform: uppercase;
  color: #DBB47E;
  padding-bottom: 30px;
  line-height: 35px !important;
}

.contact-us__button {
  width: 40%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 0;
  font-family: "Winter Sans";
  font-size: 30px !important;
  text-transform: uppercase;
  background-color: #0D573C;
}
.contact-us__button:hover {
  background-color: #3E7A64;
}

@media all and (max-width: 1199px) {
  .faq__title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .faq__text {
    padding-top: 12px;
    font-size: 20px !important;
  }
  .faq__text img {
    right: 60px;
  }
  .faq__answer {
    font-size: 15px;
  }
  .other__answer {
    font-size: 30px !important;
  }
  .other__demand {
    font-size: 30px !important;
  }
  .contact-us__button {
    width: 45%;
    font-size: 25px !important;
    padding: 28px !important;
  }
}
@media all and (max-width: 900px) {
  .faq__text {
    height: 90px;
  }
  .faq__text img {
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 767px) {
  .faq__title {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .faq__text {
    padding-top: 10px;
    font-size: 15px !important;
  }
  .faq__answer {
    font-size: 12px;
  }
  .other__answer {
    font-size: 20px !important;
    padding: 40px 0 !important;
    line-height: 28px !important;
  }
  .other__demand {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .contact-us__button {
    width: 90%;
    height: 70px;
    margin: auto;
    font-size: 23px !important;
  }
}
.shopping-basket__title {
  font-family: "Winter Sans";
  font-size: 40px;
  color: #DBB47E;
  line-height: 50px;
  text-transform: uppercase;
}
.shopping-basket__subtitle {
  font-family: "Winter Sans";
  font-size: 30px !important;
}
.shopping-basket__line {
  margin: 0;
  padding: 30px;
}
.shopping-basket__row {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}
.shopping-basket__text {
  font-family: "Winter Sans";
  font-size: 25px !important;
  margin-bottom: 20px;
}
.shopping-basket__block {
  width: 500px;
  display: flex;
}
.shopping-basket__input {
  width: 50%;
  height: 60px;
}
.shopping-basket__form {
  height: 60px;
  border-radius: 5px;
  -webkit-appearance: none;
  padding-left: 10px;
}
.shopping-basket__order-button {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0D573E;
  font-family: "Winter Sans";
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
  -webkit-appearance: none;
}
.shopping-basket__order-button:hover {
  background-color: #3E7A64;
}

.law__text {
  font-family: "Winter Sans";
}

@media all and (max-width: 1199px) {
  .shopping-basket__title {
    font-size: 35px;
  }
  .shopping-basket__subtitle {
    font-family: "Winter Sans";
    font-size: 25px !important;
  }
  .shopping-basket__text {
    font-size: 25px !important;
  }
  .shopping-basket__order-button {
    font-size: 25px;
  }
  .law__text {
    margin-top: 50px !important;
  }
}
@media all and (max-width: 767px) {
  .shopping-basket__title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
  .shopping-basket__subtitle {
    font-family: "Winter Sans";
    font-size: 20px !important;
  }
  .shopping-basket__text {
    font-size: 25px !important;
  }
  .shopping-basket__block {
    width: 100%;
    flex-direction: column;
  }
  .shopping-basket__input {
    margin-bottom: 40px;
  }
  .shopping-basket__order-button {
    font-size: 23px;
  }
  .shopping-basket__line {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .mobile__nav a {
    font-family: "Winter Sans";
  }
  .mobile__nav-shopping-cart-preview-block.opened .mobile__nav-basket {
    border-color: white;
  }
  .mobile__nav-shopping-cart-preview-block.opened .mobile__nav-arrow {
    display: none;
  }
  .mobile__nav-shopping-cart-preview-block.opened .mobile__nav-arrow-up {
    display: inline;
  }
  .mobile__nav-shopping-cart-preview-block.opened .mobile__nav-hover-block {
    display: block;
  }
  .mobile__nav-title {
    width: 40%;
    margin: auto;
    font-family: "Winter Sans";
  }
  .mobile__nav-basket {
    display: block;
    width: 70px;
    height: 42px;
    position: absolute;
    top: 3px;
    right: 1px;
    border: 1px solid transparent;
  }
  .mobile__nav-icon {
    width: 36px;
    position: relative;
    top: 3px;
    left: 4px;
  }
  .mobile__nav-number-block {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFC15A;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    right: 31px;
  }
  .mobile__nav-number-item {
    color: black;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 15px;
  }
  .mobile__nav-arrow-block {
    position: absolute;
    top: 9px;
    left: 48px;
  }
  .mobile__nav-arrow {
    width: 13px;
  }
  .mobile__nav-arrow-up {
    width: 13px;
    display: none;
  }
  .mobile__nav-hover-block {
    display: none;
    width: 210px;
    height: auto;
    border: 2px solid white;
    background-color: #e9ebee;
    position: absolute;
    top: 44px;
    right: 1px;
  }
  .mobile__nav-shopping-cart {
    width: 70px;
    font-family: "Source Sans Pro";
    font-weight: bold;
    margin: 10px auto;
  }
  .mobile__nav-line {
    width: 90%;
    border: 0.5px solid #DBB47E;
    padding: 0;
    margin: 10px auto 10px !important;
  }
  .mobile__nav-articles-display {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
  }
  .mobile__nav-shopping-cart-picture {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
  }
  .mobile__nav-shopping-cart-informations-block {
    width: 90%;
    height: 70px;
    margin: 10px auto;
    font-family: "Source Sans Pro";
    text-align: center;
  }
  .mobile__nav-sub-total-block {
    width: 90%;
    height: 50px;
    border: 2px solid #DBB47E;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Source Sans Pro";
    font-weight: bold;
  }
  .mobile__nav-buttons {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 10px auto;
  }
  .mobile__nav-modify-button {
    width: calc(50% - 5px);
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Winter Sans";
    color: white;
    transition: 0.3s;
  }
  .mobile__nav-modify-button:hover {
    text-decoration: none;
    background-color: #ADADAD;
  }
  .mobile__nav-confirm-button {
    width: calc(50% - 5px);
    background-color: #5F7D9C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Winter Sans";
    color: white;
    transition: 0.3s;
  }
  .mobile__nav-confirm-button:hover {
    text-decoration: none;
    background-color: #7DA4CB;
  }
}
.cgv-mentions-page__main {
  width: auto;
  margin: auto;
  overflow: hidden;
  padding-top: 20px !important;
}
.cgv-mentions-page__container {
  max-width: 72%;
  width: auto;
  margin: auto !important;
  overflow-x: hidden;
}
.cgv-mentions-page__title {
  width: 70%;
  font-family: "Winter Sans";
  text-transform: uppercase;
  font-weight: lighter;
  color: #DBB47E;
  font-size: 40px !important;
  line-height: 50px !important;
  margin: auto;
}
.cgv-mentions-page__content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e9ebec;
  margin-bottom: 50px;
  padding: 30px 0 30px 0;
}
.cgv-mentions-page__subtitle {
  width: 80%;
  font-family: "Source Sans Pro";
  font-size: 25px;
  color: black;
  margin-bottom: 30px;
}
.cgv-mentions-page__text {
  width: 80%;
  font-family: "Source Sans Pro";
  font-size: 20px;
  text-align: left;
}

@media all and (max-width: 1199px) {
  .cgv-mentions-page__title {
    font-size: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .cgv-mentions-page__title {
    font-size: 25px !important;
  }
  .cgv-mentions-page__subtitle {
    font-size: 20px;
  }
  .cgv-mentions-page__text {
    font-size: 15px;
  }
}
.finalize__main {
  margin-bottom: 30px;
}
.finalize__fields {
  width: 80%;
  margin: auto;
}
.finalize__fields-lastname-title {
  font-family: "Winter Sans";
  text-align: left;
}
.finalize__fields-name-title {
  font-family: "Winter Sans";
  text-align: left;
}
.finalize__fields-email-title {
  font-family: "Winter Sans";
  text-align: left;
}
.finalize__input-lastname {
  height: 50px;
  padding-left: 10px;
  -webkit-appearance: none;
}
.finalize__input-name {
  height: 50px;
  padding-left: 10px;
  -webkit-appearance: none;
}
.finalize__input-email {
  height: 50px;
  padding-left: 10px;
  -webkit-appearance: none;
}
.finalize__mandatory-block {
  width: 300px;
  padding: 0 !important;
  padding-left: 20px !important;
  text-align: left;
}
.finalize__mandatory-text {
  font-family: "Source Sans Pro";
  font-size: 12px !important;
}
.finalize__bottom-block {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding: 0;
}
.finalize__return-button {
  width: calc(50% - 50px);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Winter Sans";
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #AD6E6D;
  color: white;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.finalize__return-button:hover {
  text-decoration: none;
}
.finalize__order-button {
  width: calc(50% - 40px);
  height: 90px;
  padding: 0;
  border-radius: 0;
  background-color: #0D573C;
  font-family: "Winter Sans";
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0 !important;
}
.finalize__order-button:hover {
  background-color: #3E7A64;
}

@media all and (max-width: 1199px) {
  .finalize__return-button {
    width: 40%;
    font-size: 25px;
  }
  .finalize__order-button {
    width: 50%;
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .finalize__main {
    padding-top: 0;
  }
  .finalize__section {
    padding: 0 !important;
  }
  .finalize__fields {
    width: 100%;
  }
  .finalize__bottom-block {
    flex-direction: column-reverse;
  }
  .finalize__return-button {
    width: 100%;
    font-size: 23px;
    margin-top: 1.5em !important;
  }
  .finalize__order-button {
    font-size: 23px;
  }
}
.mobile {
  display: none;
}
.mobile__recap-id-title {
  display: none;
}
.mobile__recap-product-title {
  display: none;
}
.mobile__recap-price-title {
  display: none;
}
.mobile__recap-quantity-title {
  display: none;
}

.payment__informations-block {
  max-width: 1200px;
  width: 80%;
  height: auto;
  margin: 0px auto 50px auto;
}
.payment__informations-entitled {
  width: 100%;
  height: 60px;
  background-color: #0D573C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__informations-title {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.payment__informations-description-block {
  height: auto;
  padding: 10px 0;
  border: 1px solid black;
}
.payment__informations-lastname, .payment__informations-firstname, .payment__informations-email {
  font-family: "Source Sans Pro";
}
.payment__order {
  max-width: 1200px;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  margin: auto;
}
.payment__entitled {
  width: 100%;
  height: 120px;
  background-color: #0D573C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.payment__recap {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment__recap-title {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.payment__recap-entitled {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D573C;
}
.payment__recap-entitled-id {
  width: calc(25% - 5px);
  font-family: "Winter Sans";
  color: white;
}
.payment__recap-entitled-product {
  width: calc(25% - 5px);
  font-family: "Winter Sans";
  color: white;
}
.payment__recap-entitled-price {
  width: calc(25% - 5px);
  font-family: "Winter Sans";
  color: white;
}
.payment__recap-entitled-quantity {
  width: calc(25% - 5px);
  font-family: "Winter Sans";
  color: white;
}
.payment__recap-block {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  background-color: #E9EBEE;
}
.payment__recap-article {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid white;
}
.payment__recap-id {
  width: calc(25% - 5px);
}
.payment__recap-id-text {
  font-family: "Winter Sans";
}
.payment__recap-product {
  width: calc(25% - 5px);
  display: flex;
  align-items: center;
}
.payment__recap-product-image {
  width: 60%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
  margin: 10px 0;
}
.payment__recap-product-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.payment__recap-product-text {
  width: 40%;
  font-family: "Winter Sans";
}
.payment__recap-price {
  width: calc(25% - 5px);
}
.payment__recap-price-text {
  font-family: "Winter Sans";
}
.payment__recap-quantity {
  width: calc(25% - 5px);
}
.payment__recap-quantity-text {
  font-family: "Winter Sans";
}
.payment__total {
  width: 100%;
  height: 70px;
  background-color: #DBB47E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__total-title {
  font-family: "Winter Sans";
  font-size: 40px;
  text-transform: uppercase;
  color: white;
}
.payment__choice-block {
  max-width: 1200px;
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
  padding: 10px 0;
  border: 1px solid black;
}
.payment__choice-entitled {
  max-width: 1200px;
  width: 80%;
  height: 60px;
  margin: 0 auto 50px;
  background-color: #0D573C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__choice-title {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.payment__cgv-block {
  max-width: 1200px;
  width: 80%;
  margin: 0px auto 50px auto;
}
.payment__cgv-entitled {
  width: 100%;
  height: 60px;
  background-color: #0D573C;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__cgv-title {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.payment__cgv-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  padding: 10px 0;
}
.payment__cgv-box label::before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 2px solid #BDBDBD;
  border-radius: 2px;
  position: absolute;
  top: -4px;
  left: -34px;
}
.payment__cgv-box label::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 19px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 1px;
  left: -30px;
}
.payment__cgv-box {
  /*    label {
        position: relative;
      }*/
}
.payment__cgv-box input[type=checkbox] + label::after {
  content: none;
}
.payment__cgv-box input[type=checkbox]:checked + label::after {
  content: "";
}
.payment__cgv-input {
  -webkit-appearance: none;
  opacity: 0;
}
.payment__cgv-link:hover {
  text-decoration: none;
}
.payment__input-text {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 20px;
}
.payment__faq-block {
  max-width: 1200px;
  width: 80%;
  height: auto;
  margin: 0px auto 50px auto;
}
.payment__faq-entitled {
  width: 100%;
  height: 60px;
  background-color: #0D573C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__faq-title {
  font-family: "Winter Sans";
  font-size: 30px;
  color: white;
}
.payment__faq-description-block {
  height: auto;
  padding: 10px 0;
  border: 1px solid black;
}
.payment__faq-description-contact, .payment__faq-or, .payment__faq-description-faq {
  font-family: "Source Sans Pro";
  font-size: 20px;
}
.payment__faq-description-contact:hover, .payment__faq-description-faq:hover {
  text-decoration: none;
}

@media all and (max-width: 1199px) {
  .mobile {
    display: none;
  }
  .payment__informations-title {
    font-size: 25px;
  }
  .payment__recap-title {
    font-size: 25px;
  }
  .payment__total-title {
    font-size: 30px;
  }
  .payment__choice-title {
    font-size: 25px;
  }
  .payment__cgv-title {
    font-size: 25px;
  }
  .payment__faq-title {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .mobile {
    display: block;
  }
  .mobile__recap-id-title {
    display: inline-block;
    font-family: "Winter Sans";
    color: #0D573C;
  }
  .mobile__recap-product-title {
    display: inline-block;
    font-family: "Winter Sans";
    color: #0D573C;
  }
  .mobile__recap-price-title {
    display: inline-block;
    font-family: "Winter Sans";
    color: #0D573C;
  }
  .mobile__recap-quantity-title {
    display: inline-block;
    font-family: "Winter Sans";
    color: #0D573C;
  }
  .payment__informations-title {
    font-size: 20px;
  }
  .payment__entitled {
    height: 60px;
  }
  .payment__recap-entitled {
    display: none;
  }
  .payment__recap-title {
    font-size: 20px;
  }
  .payment__recap-article {
    flex-direction: column;
  }
  .payment__recap-id {
    width: 90%;
    margin-top: 10px;
  }
  .payment__recap-product {
    width: 90%;
    flex-direction: column;
  }
  .payment__recap-product-image {
    width: 90%;
  }
  .payment__recap-product-text {
    width: 90%;
  }
  .payment__recap-price {
    width: 90%;
  }
  .payment__recap-quantity {
    width: 90%;
  }
  .payment__total-title {
    font-size: 25px;
  }
  .payment__choice-title {
    font-size: 20px;
  }
  .payment__cgv-title {
    font-size: 20px;
  }
  .payment__faq-title {
    font-size: 20px;
  }
  .payment__cgv-box label {
    padding-left: 30px;
  }
  .payment__cgv-box label::before {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .payment__cgv-box label::after {
    position: absolute;
    top: 4px;
    left: 4px;
  }
  #orders_payment_cancel .featured {
    padding-bottom: 50px;
  }
  #orders_payment_success .featured {
    padding-bottom: 50px;
  }
}
/*@media all and (max-width:642px){

  .payment{

    &__cgv-box{

      label::after{
        top:-29px;
        left:-228px;
      }

    }
  }

}

@media all and (max-width:380px){

  .payment{

    &__cgv-box{

      label::after{
        top:-53px;
        left:-96px;
      }

    }

  }

}

@media all and (max-width:350px){

  .payment{

    &__cgv-box{

      label::after{
        left:-124px;
      }

    }

  }

}*/
