/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'Archivo', sans-serif, "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #251c0d;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a {
  text-decoration-skip-ink: auto;
  color: inherit;
  text-decoration: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.fluid {
  width: 100%;
}
img.center {
  margin: auto;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table caption,
table th,
table td,
table tr {
  vertical-align: top;
  padding: 0;
}
svg {
  stroke-width: 1.5px;
  pointer-events: none;
}
#M1 {
  vertical-align: top;
}
.field.ct {
  display: none;
}
.w-100 {
  width: 100%;
}
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  margin: 0 -15px !important;
}
[class*="grid-"][class*="-noGutter"] {
  margin: 0!important;
}
.admin-block {
  background: #333333;
  padding: 30px 0;
}
.admin-block p {
  font-size: 14px;
  color: #FFFFFF;
}
.admin-block .field {
  margin-bottom: 30px;
}
.admin-block .field #fileAdmin {
  height: 400px;
  font-size: 12px;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  margin-bottom: 15px;
  padding: 10px;
}
main.admin-page .list-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #c47a31;
}
main.admin-page .list-tabs button {
  flex: 1 1 50%;
  color: #251c0d;
  text-align: center;
  background: #dddddd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  transition: all ease-in-out 0.2s;
  border: none;
}
main.admin-page .list-tabs button:hover {
  color: #c47a31;
}
main.admin-page .list-tabs button.active {
  background: #c47a31;
  color: #FFFFFF;
}
main.admin-page .panel-content {
  display: none;
  position: relative;
  max-height: 655px;
  background: #dddddd;
  overflow-y: auto;
}
main.admin-page .panel-content.active {
  display: block;
}
main.admin-page .panel-content ul {
  padding: 0;
}
main.admin-page .panel-content ul li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
main.admin-page .panel-content ul li span.txt {
  flex-grow: 1;
  padding-left: 10px;
  cursor: pointer;
}
main.admin-page .panel-content ul li span.txt:hover {
  color: #c47a31;
}
main.admin-page .panel-content ul li span.coche {
  width: 25px;
  height: 15px;
  background-image: url(../images/common/coche.png);
  background-repeat: no-repeat;
  background-position: 50% top;
}
main.admin-page .panel-content ul li.caption {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  padding: 3px 0;
  background: rgba(196, 122, 49, 0.6);
}
main.admin-page .panel-content ul li.caption span {
  width: 25px;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
}
main.admin-page .tab-content {
  background: #dddddd;
  max-height: 700px;
  padding-bottom: 15px;
  overflow-y: auto;
  position: relative;
}
main.admin-page #NomFileTopCat {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  background: #251c0d;
  border: none;
}
main.admin-page [class^='niveau'] {
  cursor: pointer;
}
main.admin-page .niveau-a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c4c4c;
  background: #cccccc;
  margin-top: 10px;
}
main.admin-page .niveau-a .txt {
  padding: 3px 0 3px 10px;
}
main.admin-page .niveau-b {
  font-weight: 700;
  color: #4c4c4c;
}
main.admin-page .niveau-b .txt {
  padding: 2px 0 2px 10px;
  font-style: italic;
  font-size: 12px;
}
main.admin-page .niveau-c {
  padding-left: 10px;
  color: #251c0d;
}
main.admin-page .niveau-c .txt {
  border-left: 1px solid #cccccc;
  font-size: 12px;
}
main.admin-page .editor {
  background: #dddddd;
}
main.admin-page .editor textarea {
  display: block;
  width: 100%;
  height: 500px;
  background: none;
  border: none;
  padding: 15px;
  color: #251c0d;
  font-family: "Lucida Console", Monaco, monospace;
  line-height: 18px;
  font-size: 12px;
}
main.admin-page .editor .controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
}
main.admin-page .editor .controls .btn {
  font-size: 12px;
  margin: 0;
  width: auto;
  flex: 0 1 50%;
  max-width: 100%;
}
main.admin-page .editor .controls .btn + .btn {
  margin-left: 15px;
}
.btn {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  padding: 0 30px;
  max-width: 100%;
  transition: all ease-in-out 0.2s;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #251c0d;
  height: 44px;
  border-radius: 4px;
}
.btn.mt {
  margin-top: 15px;
}
.btn.mb {
  margin-bottom: 15px;
}
button.btn {
  background: none;
  border: none;
}
.btn i,
.btn svg {
  margin-right: 10px;
  width: 24;
  height: 24;
}
.btn.xl {
  height: calc(44px + 8px);
  font-size: calc(16px + 4px);
}
.btn.lg {
  height: calc(44px + 4px);
  font-size: calc(16px + 2px);
}
.btn.md {
  width: 200px;
}
.btn.sm {
  height: calc(44px - 4px);
  font-size: calc(16px - 2px);
}
.btn.xs {
  height: calc(44px - 8px);
  font-size: calc(16px - 4px);
}
.btn.fw {
  width: 100%!important;
}
.btn.primary {
  background: #c47a31;
  color: #FFFFFF;
  width: 200px;
  border: none;
}
.btn.primary:hover {
  background: #d49454;
}
.btn.g-primary {
  border: 1px solid #dc943b;
  color: #dc943b;
}
.btn.g-primary:hover {
  background-color: #dc943b;
  color: #FFFFFF;
}
.btn.g-primary.dashed {
  border-style: dashed;
}
.btn.g-primary.dashed:hover {
  border-color: #d49454;
  background-color: unset;
  color: #d49454;
}
.btn.white {
  background: #FFFFFF;
  color: #251c0d;
  border: none;
}
.btn.white:hover {
  background: #e6e6e6;
}
.btn.g-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.g-white:hover {
  background-color: #FFFFFF;
  color: #251c0d;
}
.btn.black {
  background: #251c0d;
  border: 1px solid #251c0d;
  color: #FFFFFF;
  border: none;
}
.btn.black:hover {
  background: #c47a31;
  color: #FFFFFF;
}
.btn.g-black {
  background-color: #FFFFFF;
  border: 2px solid #251c0d;
  color: #251c0d;
}
.btn.g-black:hover {
  background-color: #251c0d;
  color: #FFFFFF;
}
.btn.dashed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  height: 44px;
  border: 1px dashed #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  transition: all ease-in-out 0.2s;
}
.btn.dashed span {
  font-weight: 700;
  color: #4c4c4c;
  transition: all ease-in-out 0.2s;
}
.btn.dashed i {
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
  transition: all ease-in-out 0.2s;
}
.btn.dashed:hover {
  border-color: #251c0d;
}
.btn.dashed:hover span {
  color: #251c0d;
}
.btn.dashed:hover i {
  color: #251c0d;
}
.btn.txt {
  display: block;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  color: #251c0d;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
  border: none;
}
.btn.txt:hover {
  color: #c47a31;
}
.btn.txt.fw {
  text-align: center;
}
.btn.edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  border: 1px solid #4c4c4c;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.btn.edit i {
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
  transition: all ease 0.2s;
}
.btn.edit svg {
  color: #666666;
  margin-right: 10px;
  transition: all ease 0.2s;
  width: 16px;
  height: 16px;
}
.btn.edit:hover {
  border-color: #c47a31;
  color: #c47a31;
}
.btn.edit:hover i,
.btn.edit:hover svg {
  color: #c47a31;
}
@media screen and (max-width: 719px) {
  .btn.edit span {
    display: none;
  }
  .btn.edit i {
    margin-right: 0;
    font-size: 14px;
  }
  .btn.edit svg {
    margin-right: 0;
    width: 22px;
    height: 22px;
  }
}
.btn.pay {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 15px;
  height: 150px;
  width: 100%!important;
}
.btn.pay:hover {
  background-color: #c47a31;
  color: #FFFFFF;
}
.btn.pay span {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.btn.pay span img {
  margin: auto;
}
.btn.pay i {
  font-size: 40px;
  margin: 0 5px;
}
.btn.pay p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 16px;
}
.field {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.field.mt {
  margin-top: 15px;
}
.field.mb {
  margin-bottom: 15px;
}
.field select {
  width: 100%;
  height: 47px;
  padding-left: 5px;
  background: #FFFFFF;
  border: 1px solid #8c5825;
  font-size: 14px;
  color: #251c0d;
  border-radius: 4px;
}
.field label {
  flex: 1 1 100%;
  display: block;
  font-size: calc(14px - 2px);
  font-weight: 700;
  color: #251c0d;
  line-height: 12px;
  margin-bottom: 5px;
}
.field input {
  flex: 1 1 0;
  width: 100%;
  height: 47px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #8c5825;
  font-size: 14px;
  color: #251c0d;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  min-width: 1%;
}
.field textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #8c5825;
  font-size: 14px;
  color: #251c0d;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
}
.field.w-btn {
  flex-wrap: nowrap;
}
.field.w-btn input {
  flex: 1 1 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: none;
}
.field.w-btn button {
  flex: 0 0 1!important;
  width: auto;
  height: 47px;
  border: 1px solid #8c5825;
  border-right: none;
  transition: all ease-in-out 0.2s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 10px;
  min-width: 47px;
}
.field input[type=checkbox],
.field input[type=radio] {
  flex: 0 0 20px;
  height: auto;
  margin: 0;
  cursor: pointer;
  align-self: center;
}
.field input[type=checkbox] + label,
.field input[type=radio] + label {
  flex: 1 1 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #251c0d;
  cursor: pointer;
  padding-left: 5px;
}
.field input[type=checkbox]:hover + label,
.field input[type=radio]:hover + label {
  text-decoration: underline;
}
.field.privacy-field {
  flex-wrap: wrap;
}
.field.privacy-field input[type=date] {
  flex: 1 1 0;
  border: none;
  background: none;
  padding: 0;
  height: 47px;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (min-width: 540px) {
  .field.cgv {
    justify-content: center;
  }
  .field.cgv input[type=checkbox] + label,
  .field.cgv input[type=radio] + label {
    flex: 0 0 0;
    white-space: pre;
  }
}
@media screen and (max-width: 539px) {
  .field.cgv label {
    flex: 1 1 0;
    white-space: none;
  }
}
.field .pwd-requirements {
  flex: 1 1 100%;
  margin-bottom: 15px;
}
.field .pwd-requirements p {
  font-weight: 700;
  font-size: 12px;
  margin: 10px 0;
}
.field .pwd-requirements ul {
  list-style: inside none;
  padding: 0;
}
.field .pwd-requirements ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}
.field .pwd-requirements ul li + li {
  margin-top: 7px;
}
.field .pwd-requirements ul li:before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-right: 5px;
}
.field .pwd-requirements ul li.success {
  color: #66bb6a;
}
.field .pwd-requirements ul li.success:before {
  border-color: #66bb6a;
  background: #66bb6a;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  content: url('../images/common/check.svg');
}
.field .level-gauge .gauge-content {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #e5e5e5;
  overflow: hidden;
}
.field .level-gauge .gauge-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.field .level-gauge .security-info {
  color: #808080;
  font-weight: 400;
}
.field .level-gauge[data-level="1"] .security-label:before {
  content: "Très faible";
}
.field .level-gauge[data-level="1"] .gauge-content:before {
  width: 20%;
  background-color: #c93030;
}
.field .level-gauge[data-level="1"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.field .level-gauge[data-level="2"] .security-label:before {
  content: "Faible";
}
.field .level-gauge[data-level="2"] .gauge-content:before {
  width: 40%;
  background-color: #c93030;
}
.field .level-gauge[data-level="2"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.field .level-gauge[data-level="3"] .security-label:before {
  content: "Faible";
}
.field .level-gauge[data-level="3"] .gauge-content:before {
  width: 60%;
  background-color: #f1723b;
}
.field .level-gauge[data-level="3"] .security-info:before {
  content: "La sécurité de votre mot de passe est trop faible, merci de le modifier.";
}
.field .level-gauge[data-level="4"] .security-label:before {
  content: "Forte";
}
.field .level-gauge[data-level="4"] .gauge-content:before {
  width: 80%;
  background-color: #3baef1;
}
.field .level-gauge[data-level="4"] .security-info:before {
  content: "La sécurité de votre mot de passe est satisfaisante.";
}
.field .level-gauge[data-level="5"] .security-label:before {
  content: "Excellente";
}
.field .level-gauge[data-level="5"] .gauge-content:before {
  width: 100%;
  background-color: #66bb6a;
}
.field .level-gauge[data-level="5"] .security-info:before {
  content: "La sécurité de votre mot de passe est excellente.";
}
.form {
  margin-bottom: 15px;
}
.form .field + .field {
  margin-top: 15px;
}
.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  overflow: hidden;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.modal.open {
  visibility: visible;
  overflow: auto;
}
.modal.lcv {
  display: block;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  height: 100vh;
  transition: all ease 0.2s;
}
.modal.lcv .modal-overlay {
  opacity: 1;
}
.modal.lcv .modal-content {
  opacity: 1;
  margin: 30px auto;
}
@media screen and (max-width: 539px) {
  .modal.lcv .modal-content {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.modal#infoModale {
  z-index: 9999;
}
.modal#infoModale p {
  text-align: center;
  color: #251c0d;
  margin-bottom: 15px;
}
.modal#infoModale .modal-body {
  border-radius: 6px;
}
.modal .modal-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.modal.open .modal-content {
  opacity: 1;
}
.modal.open .modal-content {
  margin-top: 30px;
}
.modal .modal-content {
  position: relative;
  margin: -30px auto;
  max-width: 560px;
  z-index: 1;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
.modal .modal-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 539px) {
  .modal .modal-content {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.modal .modal-header {
  position: relative;
  background: #f9ead9;
  padding-left: 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.modal .modal-header .modal-title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #251c0d;
}
.modal .modal-header span {
  color: #b2b2b2;
  font-size: 26px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  transition: all ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color ease-in-out 0.2s;
}
.modal .modal-header span:hover {
  color: #251c0d;
}
.modal .modal-body {
  padding: 30px 15px 15px 15px;
  background: #FFFFFF;
}
.modal .modal-body .btn {
  font-size: 12px;
}
.modal.wide .modal-content {
  max-width: 800px;
}
.modal.superwide .modal-content {
  max-width: 1200px;
}
.modal #panierModalAchatEnfant img {
  max-width: 220px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 719px) {
  .modal #panierModalAchatEnfant img {
    max-width: 150px;
  }
}
.modal #panierModalAchatEnfant #TexteAchatModal {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
  color: #251c0d;
}
.modal #RetourModalAchat {
  padding-top: 15px;
  font-size: 12px;
}
.modal .txt-modal {
  color: #251c0d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#TexteChequeModal,
#TexteVirementModal {
  color: #251c0d;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}
#modal_nouvcli_statut .modal-header .modal-title.alt {
  display: none;
}
#modal_nouvcli_statut .btn.modify {
  display: none;
}
#modal_nouvcli_statut .btn.modify,
#modal_nouvcli_statut .btn.create {
  margin-bottom: 15px;
}
#modal_nouvcli_statut.modification #identifiants {
  display: none;
}
#modal_nouvcli_statut.modification .modal-header .modal-title.alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#modal_nouvcli_statut.modification .modal-header .modal-title.base {
  display: none;
}
#modal_nouvcli_statut.modification .btn.modify {
  display: block;
}
#modal_nouvcli_statut.modification .btn.create {
  display: none;
}
#modal_nouvcli_statut.modification .news-field {
  display: none;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  list-style: inside none;
  width: 100%;
  z-index: 5;
}
.breadcrumbs li {
  display: flex;
  align-items: baseline;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  padding-top: 10px;
}
.breadcrumbs li:after {
  content: "|";
  margin: 0 6px;
  font-size: 10px;
  color: #FFFFFF;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #FFFFFF;
  font-weight: 400;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li.active {
  opacity: 70%;
}
@media screen and (max-width: 719px) {
  .breadcrumbs {
    display: none;
  }
}
header {
  display: block;
  background-color: #f9ead9;
}
@media screen and (max-width: 959px) {
  header {
    padding: 0;
  }
}
header .logo {
  display: block;
  max-width: 100%;
  padding: 25px 0;
}
header .logo img {
  margin: auto;
}
header .phone {
  display: flex;
  font-size: 24px;
  color: #437f5e;
  align-items: end;
  white-space: nowrap;
}
header .phone svg {
  width: 32px;
  margin-right: 15px;
}
header .phone:hover {
  color: #c47a31;
  transition: all ease-in-out 0.2s;
}
header .phone:hover svg {
  fill: #437f5e;
  transition: all ease-in-out 0.2s;
}
header .top-phone {
  display: none;
}
header .toggle-nav {
  display: block;
  width: 100%;
  border: none;
  background: none;
  text-align: center;
}
header .toggle-nav svg {
  width: 36px;
  height: 36px;
  margin: auto;
}
header .toggle-nav p {
  margin-top: -4px;
  font-size: 10px;
  text-transform: uppercase;
}
header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .main-menu > div {
  flex: 0 1 0;
}
header .main-menu > div > a,
header .main-menu > div > button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  background: none;
  border: none;
  transition: all ease-in-out 0.2s;
  font-size: 11px;
  font-weight: 400;
  color: #437f5e;
  cursor: pointer;
  justify-content: flex-end;
}
header .main-menu > div > a i,
header .main-menu > div > button i {
  transition: all ease-in-out 0.2s;
  font-size: 19px;
  color: #737373;
  margin-bottom: 10px;
}
header .main-menu > div > a:hover,
header .main-menu > div > button:hover,
header .main-menu > div > a:hover i,
header .main-menu > div > button:hover i,
header .main-menu > div > a:hover svg,
header .main-menu > div > button:hover svg {
  color: #c47a31;
  transition: all ease-in-out 0.2s;
}
header .main-menu > div .details {
  display: none;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: -5%;
  width: 300px;
  z-index: 900;
  overflow: hidden;
}
header .main-menu > div .details .empty {
  font-size: 16px;
  padding: 15px;
}
header .main-menu > div .qte-mob {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 1%;
  background: #c47a31;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  color: #FFFFFF;
  padding-top: 2px;
  font-size: 9px;
  font-weight: 700;
}
header .main-menu > div .search > div button {
  position: relative;
}
header .main-menu > div .search-bar {
  display: none;
  position: absolute;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .main-menu > div .search-bar.fade-in {
  display: block;
}
header .main-menu > div .search-bar div {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .main-menu > div .search-bar div input {
  flex: 1 1 0;
  background: #FFFFFF;
  border: 1px solid #dc943b;
  border-left: 1px solid #437f5e;
  height: 50px;
  padding: 0 10px;
}
header .main-menu > div .search-bar div button {
  flex: 0 0 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-menu > div .search-bar div .toggle-search {
  background: #437f5e;
  border-radius: 6px 0 0 6px;
}
header .main-menu > div .search-bar div .toggle-search svg {
  width: 20px;
  height: 20px;
  color: #c47a31;
}
header .main-menu > div .search-bar div .search-func {
  background: #c47a31;
  color: #437f5e;
  border-radius: 0 6px 6px 0;
}
header .main-menu > div .search-bar div .search-func svg {
  width: 28px;
  height: 28px;
  color: #FFFFFF;
}
header .main-menu > div.account .details .name {
  padding: 7px;
  background: #f2f2f2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
header .main-menu > div.account .details .name span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
}
header .main-menu > div.account .details .logout {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 7px 0;
  margin-bottom: 10px;
  transition: all ease 0.2s;
}
header .main-menu > div.account .details .logout.fav {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .main-menu > div.account .details .logout.fav {
    display: flex;
  }
}
header .main-menu > div.account .details .logout svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  color: #4c4c4c;
}
header .main-menu > div.account .details .logout i {
  margin-right: 10px;
  font-size: 14px;
  color: #4c4c4c;
}
header .main-menu > div.account .details .logout:hover {
  color: #c47a31;
  transition: all ease-in-out 0.2s;
}
header .main-menu > div.account .details .logout:hover i,
header .main-menu > div.account .details .logout:hover svg {
  color: #c47a31;
  transition: all ease-in-out 0.2s;
}
header .main-menu > div.cart .details .total {
  padding: 7px;
  background: #f2f2f2;
  text-align: center;
  font-size: 12px;
}
header .main-menu > div.cart .details .total span {
  font-weight: 700;
}
header .main-menu > div.cart .details .list {
  max-height: 320px;
  overflow-y: auto;
}
header .main-menu > div.cart .details .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
header .main-menu > div.cart .details .item div:first-child {
  flex: 0 1 25%;
  margin-right: 15px;
}
header .main-menu > div.cart .details .item div:first-child img {
  transition: all ease 0.2s;
}
header .main-menu > div.cart .details .item div:last-child {
  padding-left: 10px;
  flex: 1 1 75%;
  font-size: 12px;
  color: #251c0d;
  transition: all ease 0.2s;
}
header .main-menu > div.cart .details .item div:last-child span {
  font-weight: 700;
}
header .main-menu > div.cart .details .item:hover img {
  opacity: 0.7;
}
header .main-menu > div.cart .details .item:hover p {
  color: #c47a31;
}
header .main-menu > div.cart .details .btn {
  border-radius: unset;
}
header .main-menu > div:hover > a > p,
header .main-menu > div:hover > a button > p {
  color: #c47a31;
}
header .main-menu > div:hover .details {
  display: block;
}
header .main-menu > div:hover .qte-mob {
  color: #FFFFFF;
}
header .toggle-nav-ctnr {
  padding: 0!important;
}
@media screen and (max-width: 1200px) {
}
@media screen and (min-width: 961px) {
  header .toggle-nav-ctnr {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header .logo {
    font-size: 28px;
  }
  header .search-ctnr {
    display: none;
  }
  header .search svg {
    display: none;
  }
  header .top-phone {
    display: block;
    font-size: 20px;
    color: #c47a31;
    text-align: center;
    background-color: #FFFFFF;
    padding: 5px;
  }
}
@media screen and (max-width: 719px) {
  header .container {
    padding: 0;
  }
  header [class~="grid"],
  header [class*="grid-"],
  header [class*="grid_"] {
    margin: 0px!important;
  }
  header .search,
  header .search-ctnr {
    display: none;
  }
  header .logo {
    font-size: 20px;
  }
  header .main-menu > div {
    flex: 1 1 0;
  }
  header .main-menu > div > a > i {
    font-size: 22px;
  }
  header .main-menu > div > a > p {
    display: none;
  }
  header .main-menu > div .qte-mob {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 5%;
    background: #c47a31;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    color: #FFFFFF;
    padding-top: 2px;
    font-size: 9px;
    font-weight: 700;
  }
  header .main-menu > div:hover > a > p,
  header .main-menu > div:hover > a button > p {
    color: #c47a31;
  }
  header .main-menu > div:hover .details {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  header .market {
    display: none;
  }
}
footer {
  background-color: #f9ead9;
}
footer .display-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .display-footer .item {
  flex: 0 0 25%;
  padding: 0 15px;
}
footer .display-footer .item .d-flex {
  display: flex;
  align-items: center;
}
footer .display-footer .item .d-flex img {
  margin-right: 30px;
  width: fit-content;
  height: 100%;
}
footer .display-footer .item .d-flex img:last-child {
  margin: 0;
}
@media screen and (max-width: 959px) {
  footer .display-footer .item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 719px) {
  footer .display-footer .item {
    flex: 0 0 100%;
  }
}
footer p.title {
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 20px 0;
  font-family: 'Archivo', sans-serif;
  color: #8c5825;
  text-transform: uppercase;
}
footer ul {
  padding: 0;
  list-style: inside none;
  margin-bottom: 30px;
}
footer ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}
footer ul li p {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
footer ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
footer ul li a.sp-link {
  margin-left: 5px;
  text-decoration: underline;
}
footer ul li a:hover {
  color: #437f5e;
}
footer .social-links li > a {
  display: flex;
  align-items: center;
}
footer .social-links li > a span {
  margin-left: 10px;
}
footer .social-links svg {
  color: #437f5e;
}
footer .social-links .btns {
  margin-top: 15px;
  justify-content: space-between;
  width: 30%;
}
footer .social-links .btns .soc {
  margin-right: 10px;
}
footer .social-links .btns .soc svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
}
footer .social-links .btns .btn-fb {
  fill: #1877f2;
}
footer .social-links .btns .btn-fb svg {
  border: 2px solid #1877f2;
}
footer .social-links .btns .btn-insta {
  fill: #f77737;
}
footer .social-links .btns .btn-insta svg {
  border: 2px solid #f77737;
}
footer .social-links .btns .btn-pin {
  fill: #e60023;
}
footer .social-links .btns .btn-pin svg {
  border: 2px solid #e60023;
}
footer .hours li {
  margin-bottom: 15px;
}
footer .newsletter li {
  margin-bottom: 30px;
}
footer .newsletter input {
  width: 100%;
  border: 1px solid #dc943b;
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-weight: 300;
  padding: 0 15px;
  text-transform: unset;
  text-align: left;
  transition: color ease 0.2s;
}
footer .newsletter input::placeholder {
  color: #968f84;
  font-style: italic;
  padding-left: 10px;
}
footer .newsletter button {
  border-radius: 0 5px 5px 0;
  background-color: #dc943b;
  color: #FFFFFF;
  transition: color ease 0.2s;
  padding: 0 20px;
}
footer .newsletter button:hover {
  background-color: #437f5e;
}
@media screen and (max-width: 960px) {
  footer ul {
    padding: 0;
    list-style: inside none;
    margin-bottom: 30px;
  }
  footer ul li a {
    display: block;
    color: #251c0d;
    padding: 3px 0;
    transition: color ease 0.2s;
  }
  footer ul li a:hover {
    color: #c47a31;
  }
}
@media screen and (max-width: 719px) {
  footer p.title {
    margin-top: 15px;
  }
  footer ul {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  nav {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #f9ead9;
  }
  nav .nav-mob-controls {
    display: none;
  }
  nav .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .nav-item {
    width: auto;
    height: 100%;
  }
  nav .nav-item .nav-title .link {
    display: block;
    position: relative;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out 0.2s;
  }
  nav .nav-item .nav-title .toggle {
    display: none;
  }
  nav .nav-item .sub-nav {
    display: none;
    z-index: 130;
    position: absolute;
    border-top: 1px solid #c47a31;
    width: 100%;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0.2s;
  }
  nav .nav-item .sub-nav .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
  }
  nav .nav-item .sub-nav .inner > div {
    flex: 0 0 20%;
  }
  nav .nav-item .sub-nav .inner > div:last-child {
    margin-left: auto;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p {
    font-weight: 700;
    margin-bottom: 15px;
  }
  nav .nav-item .sub-nav .inner ul {
    padding: 0;
    list-style: inside none;
  }
  nav .nav-item .sub-nav .inner ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    color: #251c0d;
    transition: color ease-in-out 0.2s, background-color ease-in-out 0.2s;
  }
  nav .nav-item .sub-nav .inner ul li a:hover {
    color: #c47a31;
  }
  nav .nav-item.Marques .sub-nav .inner {
    flex-direction: column;
  }
  nav .nav-item.Marques .sub-nav .inner .group {
    width: 100%;
  }
  nav .nav-item.Marques .sub-nav .inner .group ul {
    display: flex;
    flex-wrap: wrap;
    list-style: inside none;
  }
  nav .nav-item.Marques .sub-nav .inner .group ul li {
    padding: 0 10px;
    flex: 0 0 16.66%;
  }
  nav .nav-item.Marques .sub-nav .inner .group.col-left {
    display: none;
  }
  nav .nav-item:hover .nav-title .link {
    color: #c47a31;
  }
  nav .nav-item:hover .sub-nav {
    display: block;
  }
  nav .nav-item.coin:hover .sub-nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all ease-in-out 0.2s;
    opacity: 0;
  }
  .nav-overlay.nav-open {
    opacity: 1;
    z-index: 9888;
  }
  nav {
    position: fixed;
    z-index: 9999;
    background: #FFFFFF;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    transition: all ease-in-out 0.2s;
  }
  nav.opened {
    left: 0;
    transition: all ease-in-out 0.2s;
  }
  nav .container {
    padding: 0;
    max-width: 100%;
  }
  nav .nav-mob-controls .toggle-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #c47a31;
    border-bottom: 1px solid #251c0d;
  }
  nav .nav-mob-controls .toggle-nav span {
    text-transform: uppercase;
    margin: 0 5px;
    color: #FFFFFF;
  }
  nav .nav-mob-controls .toggle-nav span:first-child {
    font-size: 26px;
  }
  nav .nav-mob-controls .toggle-nav span:last-child {
    font-size: 16px;
    font-weight: 700;
  }
  nav .nav-mob-controls .search-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #251c0d;
    background: #f2f2f2;
  }
  nav .nav-mob-controls .search-mob .search-func {
    background: none;
    border: none;
    flex: 0 0 60px;
    height: 60px;
  }
  nav .nav-mob-controls .search-mob .search-func svg,
  nav .nav-mob-controls .search-mob .search-func i {
    width: 32px;
    height: 32px;
    color: #4c4c4c;
  }
  nav .nav-mob-controls .search-mob input {
    flex: 1 1 0;
    padding: 15px;
    font-size: 16px;
    border: none;
    background: none;
  }
  nav .nav-item .nav-title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #251c0d;
  }
  nav .nav-item .nav-title .link {
    flex: 1 1 0;
    display: block;
    position: relative;
    color: #251c0d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: left;
    padding-left: 15px;
    transition: all ease-in-out 0.2s;
  }
  nav .nav-item .nav-title .toggle {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #251c0d;
    text-align: center;
  }
  nav .nav-item .nav-title .toggle span {
    font-size: 36px;
  }
  nav .nav-item .nav-title .toggle span:last-child {
    display: none;
  }
  nav .nav-item .nav-title.active .toggle {
    background: #e5e5e5;
  }
  nav .nav-item .nav-title.active .toggle span:first-child {
    display: none;
  }
  nav .nav-item .nav-title.active .toggle span:last-child {
    display: inline;
  }
  nav .nav-item .sub-nav {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.3s;
    border-bottom: 1px solid transparent;
  }
  nav .nav-item .sub-nav.is-open {
    border-color: #251c0d;
  }
  nav .nav-item .sub-nav .inner .group + .group {
    margin-top: 30px;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title {
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    color: #251c0d;
    border-bottom: 1px solid #e5e5e5;
    transition: color ease-in-out 0.2s, background-color ease-in-out 0.2s;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p:first-child {
    padding-left: 15px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p:last-child {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p:last-child span {
    font-size: 28px;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p:last-child span:last-child {
    display: none;
  }
  nav .nav-item .sub-nav .inner ul {
    padding: 0;
    list-style: inside none;
  }
  nav .nav-item .sub-nav .inner ul li a {
    display: block;
    position: relative;
    padding: 12px 15px;
    font-size: 14px;
    color: #251c0d;
    border-bottom: 1px solid #e5e5e5;
    transition: color ease-in-out 0.2s, background-color ease-in-out 0.2s;
  }
  nav .nav-item .sub-nav .inner .group:last-child ul li:last-child a {
    border-bottom: 1px solid #251c0d;
  }
}
.item-block {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
.item-block .top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-block .top-item .tags {
  padding: 0 5px;
  display: flex;
  align-items: center;
  background: inherit;
}
.item-block .top-item .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.item-block .top-item .tags .tag.none {
  display: none;
}
.item-block .top-item .tags .tag.promotion:after {
  content: "Promotion";
  color: #c47a31;
}
.item-block .top-item .tags .tag.soldes:after {
  content: "Soldes";
  color: #c93030;
}
.item-block .top-item .tags .tag.nouveaute:after {
  content: "Nouveau";
  color: #c47a31;
}
.item-block .top-item .tags .tag.epuise:after {
  content: "Sur Commande";
  color: #0d0d0d;
}
.item-block .top-item .likeAndStatus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-block .top-item .likeAndStatus p:first-child {
  margin-right: 10px;
}
.item-block .top-item .likeAndStatus .fav svg {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
}
.item-block .top-item .likeAndStatus .fav svg:first-child {
  color: #999999;
  display: block;
}
.item-block .top-item .likeAndStatus .fav svg:last-child {
  display: none;
}
.item-block .top-item .likeAndStatus .fav:hover svg {
  color: #c93030;
}
.item-block .top-item .likeAndStatus .fav.wishlist-D svg:first-child {
  display: none;
}
.item-block .top-item .likeAndStatus .fav.wishlist-D svg:last-child {
  display: block;
  color: #c93030;
  fill: #c93030;
}
.item-block .photo {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.item-block .photo img {
  margin: auto;
  transition: all ease-in-out 0.4s;
  max-width: 80%;
}
.item-block .photo .sizes {
  opacity: 0;
  transition: all ease-in-out 0.2s;
  top: 100%;
  position: absolute;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.item-block .photo .sizes p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
  margin-bottom: 5px;
}
.item-block .photo .sizes ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
}
.item-block .photo .sizes ul li {
  font-size: 14px;
  color: #251c0d;
  line-height: 22px;
}
.item-block .photo .sizes ul li:after {
  content: "-";
  margin: 0 4px;
}
.item-block .photo .sizes ul li:last-child:after {
  display: none;
}
.item-block .label {
  position: relative;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #0d0d0d;
}
.item-block .label span:first-child {
  text-transform: uppercase;
}
.item-block .labelt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
  color: #0d0d0d;
}
.item-block .labelt span:first-child {
  text-transform: uppercase;
}
.item-block .starting-price {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999999;
  text-align: center;
}
.item-block .starting-price:empty {
  display: none;
}
.item-block .price {
  text-align: center;
  transition: all ease-in-out 0.2s;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 15px;
}
.item-block .price .pxcourant {
  font-size: 12px;
  color: #0d0d0d;
  font-weight: 700;
  line-height: 25px;
}
.item-block .price .pxbarre {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  line-height: 25px;
  font-weight: 700;
}
.item-block .price .pxbarre.none,
.item-block .price .pxbarre:empty {
  display: none;
}
.item-block .price .discount {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  background-color: #c93030;
  padding: 0 5px;
}
.item-block .price .discount.none,
.item-block .price .discount:empty {
  display: none;
}
@media screen and (min-width: 961px) {
  .item-block {
    transition: all ease-in-out 0.2s;
  }
  .item-block .photo img {
    width: 276px;
    max-width: 276px;
  }
  .item-block:hover .sizes {
    opacity: 1;
    z-index: 1;
  }
}
@media screen and (min-width: 721px) {
  .item-block:hover {
    border-bottom: 1px solid #c47a31;
  }
  .item-block:hover .label,
  .item-block:hover .pxcourant,
  .item-block:hover .labelt {
    color: #c47a31;
  }
}
input:focus,
select:focus {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
body {
  background-color: #FFFFFF !important;
  height: auto!important;
  color: #251c0d !important;
  font-family: 'Archivo', sans-serif !important;
  letter-spacing: 0.06em;
}
body.modal-open {
  overflow: hidden!important;
  padding-right: 17px;
}
body.nav-open {
  overflow: hidden!important;
}
.scroll-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 60px;
  background-color: #f9f4ef;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  padding: 15px;
  border-radius: 1px;
}
.scroll-to-top i {
  color: #c47a31;
  font-size: 33px;
}
.scroll-to-top:hover {
  opacity: 0.8 !important;
}
.swiper-container {
  overflow: hidden;
}
.cc-floating .cc-message {
  font-size: 14px;
  line-height: 20px;
  color: #251c0d;
  text-align: justify;
}
.cc-floating .cc-message .cc-link {
  color: #c47a31;
}
.cc-floating .cc-compliance > .cc-btn {
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  transition: all ease 0.2s;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  vertical-align: middle;
  text-align: center;
}
#loading > div {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-top: 60px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -178%);
  text-align: center;
  color: #FFFFFF;
}
#loading > div p {
  font-size: 18px;
  margin-bottom: 15px;
}
#loading > div img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.centerFlex {
  justify-content: center !important;
}
.smallBloc {
  flex-basis: 16% !important;
}
main#home .title-primary {
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  margin: 30px 0;
  font-family: 'Archivo', sans-serif;
  color: #8c5825;
}
main#home .off {
  color: #FFFFFF;
}
main#home .inner-text {
  text-align: center;
}
main#home .inner-text a {
  margin: 30px auto;
  font-weight: 400;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  main#home .title-primary {
    font-size: 32px;
  }
}
main#home #top-sales {
  margin-top: 30px;
  margin: auto;
}
main#home #top-sales .item {
  height: 100%;
  width: 100%;
}
main#home #top-sales .item .img {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
main#home #top-sales .item .img img {
  transition: all ease-in-out 0.4s;
  height: 95%;
  width: 100%;
  object-fit: cover;
}
main#home #top-sales .item .img .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 60px;
}
main#home #top-sales .item .img .content p {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  main#home #top-sales .item .img .content p {
    margin-bottom: 15px;
  }
}
main#home #top-sales .item .img .content button {
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 719px) {
  main#home #top-sales .item .img .content {
    padding: 30px;
  }
}
main#home #top-sales .item .img:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 719px) {
  main#home #top-sales .item .img {
    width: 100%;
  }
}
main#home #top-sales .item.left .img {
  justify-content: flex-start;
}
main#home section#range a > div {
  border-radius: 20px;
  overflow: hidden;
}
main#home section#range a > div img {
  width: 100%;
  margin: auto;
  transition: all ease-in-out 0.5s;
}
main#home section#range a > div:hover img {
  transform: scale(1.1);
}
main#home section#range a span {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
main#home section#selection {
  overflow: hidden;
}
main#home section#selection .swiper-selection {
  margin-bottom: 50px;
}
main#home section#selection .slick-list {
  width: 90%;
  margin: auto;
}
main#home section#selection .slick-list .slick-slide {
  display: flex!important;
  justify-content: center;
}
main#home section#story,
main#home section#marks {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 70px;
}
main#home section#story:after,
main#home section#marks:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  top: 60px;
  display: block;
  z-index: -1;
  background-color: #dc943b;
}
@media screen and (max-width: 959px) {
  main#home section#story:after,
  main#home section#marks:after {
    height: 100%;
    top: 0;
  }
}
main#home section#story .inner-text a:hover {
  border: 1px solid #FFFFFF;
}
main#home section#story .inner-img {
  display: flex;
  background-color: #f8efd7;
  border-radius: 20px;
  padding: 15px;
  justify-content: space-around;
}
main#home section#story .inner-img div {
  flex: 0 1 30%;
  border-radius: 20px;
  overflow: hidden;
}
main#home section#story .inner-img div img {
  transition: all ease-in-out 0.5s;
  height: 100%;
  min-height: 400px;
}
main#home section#story .inner-img div img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  main#home section#story .inner-img div {
    height: 420px;
  }
  main#home section#story .inner-img div img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 959px) {
  main#home section#story .inner-img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 719px) {
  main#home section#story .inner-img {
    margin-top: 0;
    display: block;
    background-color: unset;
  }
  main#home section#story .inner-img div {
    margin: 10px auto;
    width: 100%;
  }
  main#home section#story .inner-img div img {
    margin: auto;
    border-radius: 20px;
  }
}
main#home section#marks .inner-img {
  display: flex;
  background-color: #f8efd7;
  border-radius: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}
main#home section#marks .inner-img a {
  flex: 1 0 25%;
}
main#home section#marks .inner-img img {
  margin: 20px auto;
  height: 120px;
  width: auto;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  main#home section#marks .inner-img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 719px) {
  main#home section#marks .inner-img a {
    flex-basis: 30%;
  }
  main#home section#marks .inner-img img {
    max-height: 100px;
  }
}
@media screen and (max-width: 479px) {
  main#home section#marks .inner-img a {
    flex-basis: 50%;
  }
}
main#home section#marks:after {
  background-color: #8c5825;
}
main#home section#blog .inner-blog {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-template-rows: repeat(2, 280px);
  grid-gap: 2em;
  justify-content: center;
  max-width: 1040px;
  margin: auto;
}
main#home section#blog .inner-blog .article {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
main#home section#blog .inner-blog .article > div {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.5s;
  text-align: center;
  color: white;
  opacity: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main#home section#blog .inner-blog .article > div p {
  padding: 5px;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 719px) {
  main#home section#blog .inner-blog .article > div p {
    font-size: 20px;
  }
}
main#home section#blog .inner-blog .article > div .btn {
  background-color: unset;
  color: #FFFFFF;
  font-weight: 400;
  margin: 15px auto;
  border-radius: 5px;
  font-size: 14px;
}
main#home section#blog .inner-blog .article img {
  transition: filter 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#home section#blog .inner-blog .article:hover {
  transition: filter 0.3s ease-in;
}
main#home section#blog .inner-blog .article:hover > div {
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}
main#home section#blog .inner-blog .article:hover .btn:hover {
  background-color: #dc943b;
  border: none;
}
main#home section#blog .inner-blog .art1 {
  grid-area: 1/1/2/2;
}
main#home section#blog .inner-blog .art2 {
  grid-area: 1/2/2/3;
}
main#home section#blog .inner-blog .art3 {
  grid-area: 2/1/3/3;
}
main#home section#blog .inner-blog .art4 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 959px) {
  main#home section#blog .inner-blog {
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: repeat(2, 250px);
    grid-gap: 1em;
  }
}
@media screen and (max-width: 719px) {
  main#home section#blog .inner-blog {
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(2, 200px);
  }
  main#home section#blog .inner-blog .art1 {
    grid-area: 1/1/2/2;
  }
  main#home section#blog .inner-blog .art2 {
    grid-area: 1/2/2/3;
  }
  main#home section#blog .inner-blog .art3 {
    grid-area: 2/1/3/2;
  }
  main#home section#blog .inner-blog .art4 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 479px) {
  main#home section#blog .inner-blog {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 200px);
  }
  main#home section#blog .inner-blog .art1 {
    grid-area: 1/1/2/2;
  }
  main#home section#blog .inner-blog .art2 {
    grid-area: 2/1/3/2;
  }
  main#home section#blog .inner-blog .art3 {
    grid-area: 3/1/4/2;
  }
  main#home section#blog .inner-blog .art4 {
    grid-area: 4/1/5/2;
  }
}
main#home section#socials {
  margin: 60px 0;
}
main#home section#socials img {
  width: 100%;
}
main#home section#socials .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 719px) {
  main#home section#socials .content {
    height: 300px;
  }
}
main#home section#socials .content i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #FFFFFF;
  transition: all ease-in-out 0.2s;
}
main#home section#socials .content.fb {
  background-color: #437f5e;
}
main#home section#socials .content.fb:hover {
  color: #c47a31;
}
main#home section#socials .content.fb:hover i {
  color: #c47a31;
}
main#home section#socials .content.in {
  background-color: #c47a31;
}
main#home section#socials .content.in:hover {
  color: #437f5e;
}
main#home section#socials .content.in:hover i {
  color: #437f5e;
}
main#home section {
  margin-bottom: 30px;
}
main#home section.social {
  margin: 60px 0 45px 0;
}
main#home section.social .newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main#home section.social .newsletter .block {
  flex: 0 0 33%;
  padding: 15px;
}
@media screen and (max-width: 959px) {
  main#home section.social .newsletter .block {
    flex: 0 0 100%;
    margin: 10px 0;
  }
}
main#home section#block-grey {
  height: 60px;
  margin: 0;
}
#carousel .container-fluid {
  padding: 0;
}
#carousel .container-fluid .swiper {
  width: 100%;
  height: 100%;
}
#carousel .container-fluid .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #251c0d;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .container-fluid .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  opacity: 0.75;
}
#carousel .container-fluid .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  margin: 5px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  background: none;
  opacity: 1;
}
#carousel .container-fluid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  #carousel .container-fluid .swiper-pagination-bullet {
    display: none;
  }
}
#carousel .container-fluid picture {
  width: 100%;
}
#carousel .container-fluid .text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 5;
  color: #FFFFFF;
}
#carousel .container-fluid .text p {
  font-size: 26px;
  font-weight: 400;
}
#carousel .container-fluid .text h2 {
  font-size: 52px;
  font-weight: 700;
}
#carousel .container-fluid .text .btn {
  font-weight: 400;
  font-size: 16px;
  background: none;
  margin: auto;
}
#carousel .container-fluid .text .btn:hover {
  background-color: #FFFFFF;
}
@media screen and (max-width: 720px) {
  #carousel .container-fluid .text p {
    font-size: 24px;
  }
  #carousel .container-fluid .text h2 {
    font-size: 40px;
  }
}
.range-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
