/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'Muli', sans-serif, "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
/* 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;
}
#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 hsl(39, 76%, 61%);
}
main.admin-page .list-tabs a {
  flex: 1 1 50%;
  color: #262626;
  text-align: center;
  background: #dddddd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  transition: all ease-in-out 0.2s;
}
main.admin-page .list-tabs a:hover {
  color: hsl(39, 76%, 61%);
}
main.admin-page .list-tabs a.active {
  background: hsl(39, 76%, 61%);
  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: hsl(39, 76%, 61%);
}
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: hsla(39, 76%, 61%, 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: #262626;
  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: #262626;
}
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: #262626;
  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: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all ease-in-out 0.2s;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btn.mt {
  margin-top: 15px;
}
.btn.mb {
  margin-bottom: 15px;
}
button.btn {
  background: none;
  border: none;
}
.btn i,
.btn svg {
  margin-right: 10px;
}
.btn.xl {
  height: calc(46px + 8);
  font-size: calc(12px + 4);
}
.btn.lg {
  height: calc(46px + 4);
  font-size: calc(12px + 2);
}
.btn.md {
  height: 46px;
  font-size: 12px;
}
.btn.sm {
  height: calc(46px - 4);
  font-size: calc(12px - 2);
}
.btn.xs {
  height: calc(46px - 8);
  font-size: calc(12px - 4);
}
.btn.primary {
  background: hsl(39, 76%, 61%);
  color: #FFFFFF;
}
.btn.primary:hover {
  background: hsl(39, 76%, 71%);
}
.btn.g-primary {
  border: 1px solid hsl(39, 76%, 61%);
  color: hsl(39, 76%, 61%);
}
.btn.g-primary:hover {
  border-color: hsl(39, 76%, 71%);
  background-color: hsl(39, 76%, 71%);
  color: #FFFFFF;
}
.btn.g-primary.dashed {
  border-style: dashed;
}
.btn.g-primary.dashed:hover {
  border-color: hsl(39, 76%, 71%);
  background-color: unset;
  color: hsl(39, 76%, 71%);
}
.btn.secondary {
  background: #231f20;
  color: #FFFFFF;
}
.btn.secondary:hover {
  background: #3e3739;
}
.btn.g-secondary {
  border: 1px solid #231f20;
  color: #231f20;
}
.btn.g-secondary:hover {
  border-color: #3e3739;
  background-color: #3e3739;
  color: #FFFFFF;
}
.btn.g-secondary.dashed {
  border-style: dashed;
}
.btn.g-secondary.dashed:hover {
  border-color: #3e3739;
  background-color: unset;
  color: #3e3739;
}
.btn.dark {
  background: #262626;
  color: #FFFFFF;
}
.btn.dark:hover {
  background: #404040;
}
.btn.g-dark {
  border: 2px solid #262626;
  color: #262626;
  background-color: transparent;
}
.btn.g-dark:hover {
  background-color: #262626;
  color: #FFFFFF;
}
.btn.g-dark.dashed {
  border-style: dashed;
}
.btn.g-dark.dashed:hover {
  border-color: #404040;
  background-color: unset;
  color: #404040;
}
.btn.light {
  background: #FFFFFF;
  color: #262626;
}
.btn.light:hover {
  background: #404040;
}
.btn.g-light {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.btn.g-light:hover {
  background-color: #FFFFFF;
  color: #262626;
}
.btn.cta {
  font-size: 18px;
}
.btn.mt {
  margin-top: 15px;
}
.btn.dashed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  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: 12px;
  color: #666666;
  margin-right: 10px;
  transition: all ease-in-out 0.2s;
}
.btn.dashed:hover {
  border-color: #262626;
}
.btn.dashed:hover span {
  color: #262626;
}
.btn.dashed:hover i {
  color: #262626;
}
.btn.fw {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.btn.aw {
  display: inline-flex;
  width: auto;
  min-width: 200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 719px) {
  .btn.aw {
    min-width: 0;
  }
}
.btn.txt {
  display: block;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  color: #262626;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}
.btn.txt:hover {
  color: hsl(39, 76%, 61%);
}
.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: hsl(39, 76%, 61%);
  color: hsl(39, 76%, 61%);
}
.btn.edit:hover i,
.btn.edit:hover svg {
  color: hsl(39, 76%, 61%);
}
@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: block;
  text-align: center;
  padding: 15px;
}
.btn.pay i {
  font-size: 40px;
  margin: 0 5px;
}
.btn.pay p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 16px;
}
.btn.pickup-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.btn.pickup-select span {
  font-size: 16px;
  text-transform: none;
}
.btn.pickup-select i {
  font-size: 20px;
  flex: 0 0 20px;
  margin: 0;
  transition: all ease 0.2s;
}
.btn.pickup-select:hover i {
  margin-right: -5px;
  color: hsl(39, 76%, 61%);
}
@media screen and (max-width: 719px) {
  .btn.pickup-select {
    margin-top: 15px;
  }
}
.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: 46px;
  padding-left: 5px;
  background: #FFFFFF;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  color: #262626;
  border-radius: 0;
}
.field label {
  flex: 1 1 100%;
  display: block;
  font-size: calc(12px - 2);
  font-weight: 700;
  color: #262626;
  line-height: 12px;
  margin-bottom: 5px;
}
.field input {
  flex: 1 1 0;
  width: 100%;
  height: 46px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  color: #262626;
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  min-width: 1%;
}
.field textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  color: #262626;
  border-radius: 0;
  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: 46px;
  border: 1px solid #f2f2f2;
  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: 46px;
}
.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: 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #262626;
  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: 46px;
  font-size: 12px;
  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 .pswd {
  margin-bottom: 3px;
}
.field #pw-strenght {
  font-size: 13px;
  font-weight: 700;
  flex: 1 1 100%;
}
.field #pw-strenght.short,
.field #pw-strenght.weak {
  color: #f44836;
}
.field #pw-strenght.good {
  color: #42a5f5;
}
.field #pw-strenght.strong {
  color: #66bb6a;
}
.field .pw-tip {
  font-size: 12px;
  line-height: 11px;
  display: inline-block;
  text-align: justify;
  color: #808080;
  flex: 1 1 100%;
}
.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: #262626;
  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: #e5e5e5;
  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: #262626;
}
.modal .modal-header .close {
  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 .close:hover {
  color: #262626;
}
.modal .modal-body {
  padding: 30px 15px 15px 15px;
  background: #FFFFFF;
}
.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: #262626;
}
.modal #RetourModalAchat {
  padding-top: 15px;
}
.modal .txt-modal {
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#TexteChequeModal,
#TexteVirementModal {
  color: #262626;
  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: inline;
}
#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;
  align-items: baseline;
  justify-content: flex-start;
  list-style: inside none;
}
.breadcrumbs li {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  text-transform: capitalize;
  color: #262626;
  font-weight: 700;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 6px;
  font-size: 12px;
  color: #999999;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: #999999;
  font-weight: 400;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
  color: hsl(39, 76%, 61%);
}
@media screen and (max-width: 719px) {
  .breadcrumbs {
    display: none;
  }
}
header {
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
header .logo {
  display: block;
  padding: 20px 0;
}
header .logo img {
  margin: auto;
}
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;
}
@media screen and (max-width: 719px) {
  header .toggle-nav svg {
    width: 32px;
    height: 32px;
  }
  header .toggle-nav p {
    margin-top: -8px;
  }
}
header .search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search-bar div {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
}
header .search-bar div input {
  flex: 1 1 0;
  background: #FFFFFF;
  border: none;
  height: 46px;
  padding: 0 10px;
  font-size: 12px;
}
header .search-bar div button {
  background: none;
  flex: 0 0 46px;
  height: 46px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .search-bar div button svg {
  width: 28px;
  height: 28px;
  color: #262626;
}
header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .main-menu > div {
  flex: 1 1 0;
}
header .main-menu > div > a,
header .main-menu > div > button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  background: none;
  border: none;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
header .main-menu > div > a svg,
header .main-menu > div > button svg,
header .main-menu > div > a i,
header .main-menu > div > button i {
  font-size: 24px;
  color: #333333;
}
header .main-menu > div > a p,
header .main-menu > div > button p {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
  transition: color ease-in-out 0.2s;
  color: #333333;
}
header .main-menu > div .details {
  display: none;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 100%;
  right: 0;
  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: 1%;
  right: 8%;
  background: #262626;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  color: #FFFFFF;
  padding-top: 2px;
  font-size: 9px;
  font-weight: 700;
}
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 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: hsl(39, 76%, 61%);
}
header .main-menu > div.account .details .logout:hover i,
header .main-menu > div.account .details .logout:hover svg {
  color: hsl(39, 76%, 61%);
}
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: #262626;
  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: hsl(39, 76%, 61%);
}
header .main-menu > div.cart .details .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
header .main-menu > div:hover > a > p,
header .main-menu > div:hover > a button > p {
  color: hsl(39, 76%, 61%);
}
header .main-menu > div:hover .details {
  display: block;
}
header .main-menu > div:hover .qte-mob {
  color: #FFFFFF;
}
@media screen and (min-width: 961px) {
  header .toggle-nav-ctnr {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header .logo {
    padding: 15px 30px;
  }
  header .search-ctnr {
    order: 1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 719px) {
  header .container {
    padding: 0;
  }
  header [class~="grid"],
  header [class*="grid-"],
  header [class*="grid_"] {
    margin: 0px!important;
  }
  header [class~="col"],
  header [class*="col-"],
  header [class*="col_"] {
    padding: 0;
  }
  header .search-ctnr {
    display: none;
  }
  header .logo {
    padding: 10px 0;
  }
  header .main-menu > div {
    flex: 1 1 0;
  }
  header .main-menu > div > a p,
  header .main-menu > div > button p {
    display: none;
  }
  header .main-menu > div .qte-mob {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1%;
    right: 4%;
    background: #262626;
    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: hsl(39, 76%, 61%);
  }
  header .main-menu > div:hover .details {
    display: none;
  }
}
.top-bar {
  background: #262626;
}
.top-bar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.top-bar > .container .annim {
  position: relative;
}
.top-bar > .container .annim span:first-child {
  animation: fadeOne 6s ease-in-out 0s infinite;
}
.top-bar > .container .annim span:last-child {
  position: absolute;
  left: 0;
  opacity: 0;
  animation: fadeOne 6s ease-in-out 3s infinite;
}
@keyframes fadeOne {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top-bar > .container a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .top-bar > .container {
    padding: 8px 10px;
  }
  .top-bar > .container a {
    font-size: 12px;
    line-height: 14px;
  }
}
footer .reinsurance {
  background: #FFFFFF;
  border-top: 1px solid #f2f2f2;
}
footer .reinsurance .col:last-child a {
  border: none;
}
footer .reinsurance a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 539px) {
  footer .reinsurance a {
    flex-direction: row;
    border: none;
    margin: 0;
  }
  footer .reinsurance a span {
    margin: 0;
  }
  footer .reinsurance a i,
  footer .reinsurance a svg {
    margin-right: 10px;
  }
}
footer .reinsurance a i,
footer .reinsurance a svg {
  color: #262626;
  font-size: 30px;
  transition: color ease-in-out 0.2s;
}
footer .reinsurance a span {
  color: #262626;
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  transition: color ease-in-out 0.2s;
}
footer .reinsurance a:hover span {
  color: hsl(39, 76%, 61%);
}
footer .reinsurance a:hover svg {
  color: hsl(39, 76%, 61%);
}
footer .social {
  background: #f2f2f2;
  padding: 30px 5px;
}
footer .social i,
footer .social svg {
  font-size: 26px;
}
footer .social .btn-input {
  flex: 0 1 0;
  background-color: #262626;
  color: #FFFFFF;
  height: 44px;
  padding: 0 40px;
}
@media screen and (max-width: 539px) {
  footer .social .btn-input {
    padding: 0 15px;
  }
}
footer .social .btn-input:hover {
  opacity: 0.9;
  color: hsl(39, 76%, 61%);
}
footer .social .col-2-right_xs-12 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 539px) {
  footer .social .col-2-right_xs-12 {
    margin-top: 30px;
  }
}
footer .social .col-2-right_xs-12 a > i,
footer .social .col-2-right_xs-12 svg {
  transition: color ease-in-out 0.2s;
}
footer .social .col-2-right_xs-12 a > i:hover,
footer .social .col-2-right_xs-12 svg:hover {
  color: hsl(39, 76%, 61%);
}
footer .social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .social-links a svg {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  transition: all ease-in-out 0.2s;
}
footer .social-links a:hover svg {
  color: hsl(39, 76%, 61%);
}
footer p.title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: 'Muli', sans-serif;
}
footer ul {
  padding: 0;
  list-style: inside none;
  margin-bottom: 30px;
}
footer ul li a {
  display: block;
  color: #262626;
  font-size: 12px;
  padding: 3px 0;
  transition: color ease 0.2s;
}
footer ul li a:hover {
  color: hsl(39, 76%, 61%);
}
@media screen and (max-width: 960px) {
  footer .reinsurance a svg {
    width: 22px;
    height: 22px;
  }
  footer .reinsurance a span {
    font-size: 10px;
    margin-left: 10px;
  }
  footer ul {
    padding: 0;
    list-style: inside none;
    margin-bottom: 30px;
  }
  footer ul li a {
    display: block;
    color: #262626;
    font-size: 12px;
    padding: 3px 0;
    transition: color ease 0.2s;
  }
  footer ul li a:hover {
    color: hsl(39, 76%, 61%);
  }
}
@media screen and (max-width: 719px) {
  footer .reinsurance a {
    padding: 10px;
    justify-content: flex-start;
  }
  footer .reinsurance a svg {
    width: 30px;
    height: 30px;
  }
  footer .reinsurance a span {
    font-size: 12px;
  }
  footer .reinsurance a span br {
    display: none;
  }
  footer p.title {
    margin-top: 15px;
  }
  footer ul {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 961px) {
  nav .nav-mob-controls {
    display: none;
  }
  nav .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .nav-item {
    flex: 1 1 0;
    width: 100%;
  }
  nav .nav-item .nav-title .link {
    display: block;
    position: relative;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    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 hsl(39, 76%, 61%);
    width: 100%;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  }
  nav .nav-item .sub-nav .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
  }
  nav .nav-item .sub-nav .inner > div {
    flex: 0 0 25%;
  }
  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: #262626;
    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: hsl(39, 76%, 61%);
  }
  nav .nav-item:hover .nav-title .link {
    background: hsl(39, 76%, 61%);
    color: #FFFFFF;
  }
  nav .nav-item:hover .sub-nav {
    display: block;
  }
  nav .nav-item.PROMOTIONS .nav-title .link {
    font-weight: 700;
    color: #AE0002;
  }
  nav .nav-item.PROMOTIONS:hover .nav-title .link {
    background: #AE0002;
    color: #FFFFFF;
  }
  nav .nav-item.French .nav-title .link {
    font-weight: 700;
    color: #FE0002;
  }
  nav .nav-item.French:hover .nav-title .link {
    background: #FE0002;
    color: #FFFFFF;
  }
  nav .nav-item.SOLDES:hover .nav-title .link,
  nav .nav-item.Soldes:hover .nav-title .link {
    background-color: #ec1d2a;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 960px) {
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9888;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: background ease 0.2s;
  }
  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: hsl(39, 76%, 61%);
    border-bottom: 1px solid #262626;
  }
  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 #262626;
    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: 36px;
    height: 36px;
    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 #262626;
  }
  nav .nav-item .nav-title .link {
    flex: 1 1 0;
    display: block;
    position: relative;
    color: #262626;
    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: #262626;
    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 {
    display: none;
  }
  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: #262626;
    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: #262626;
    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 #262626;
  }
}
.item-block {
  display: block;
  position: relative;
}
.item-block .status.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 101;
  position: relative;
}
@media screen and (max-width: 960px) {
  .item-block .status.top {
    padding-right: 30px;
  }
}
.item-block .status.top .likeAndStatus {
  display: flex;
  align-items: center;
}
.item-block .status.top .likeAndStatus p:first-child {
  margin-right: 10px;
}
.item-block .status.top .fav i {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
}
.item-block .status.top .fav i:first-child {
  color: #999999;
  display: block;
}
.item-block .status.top .fav i:last-child {
  display: none;
}
.item-block .status.top .fav i:hover {
  color: #f44836;
}
.item-block .status.top .fav.wishlist-D i:first-child {
  display: none;
}
.item-block .status.top .fav.wishlist-D i:last-child {
  display: block;
  color: #f44836;
}
.item-block .status.top .discount {
  display: none;
  background: #f44836;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  margin-top: 2px;
  border-radius: 30px;
}
.item-block .status.top .discount.none,
.item-block .status.top .discount:empty {
  display: none;
}
.item-block .tag {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #262626;
}
.item-block .tag.none {
  display: none;
}
.item-block .tag.promotion {
  font-weight: 700;
  color: #e28703;
}
.item-block .tag.promotion:after {
  content: "Promotion";
}
@media screen and (max-width: 719px) {
  .item-block .tag.promotion {
    font-size: 10px!important;
  }
}
.item-block .tag.soldes:after {
  content: "Promotion";
}
.item-block .tag.nouveaute:after {
  content: "Nouveau";
}
.item-block .tag.epuise:after {
  content: "EPUISE";
}
.item-block .photo {
  display: block;
  position: relative;
  z-index: 1;
}
.item-block .photo img {
  margin: auto;
  transition: all ease-in-out 0.4s;
}
.item-block .label {
  position: relative;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  min-height: 20px;
  transition: all ease-in-out 0.2s;
}
.item-block .label span:first-child {
  text-transform: uppercase;
}
.item-block .labelt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  min-height: 20px;
  transition: all ease-in-out 0.2s;
}
.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;
}
.item-block .price .pxcourant {
  font-size: 12px;
}
.item-block .price .pxbarre {
  font-size: 12px;
  color: #666666;
  text-decoration: line-through;
  margin-right: 15px;
}
.item-block .sizes {
  opacity: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  transition: all 0.2s ease-in-out 0.2s;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}
.item-block .sizes p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999999;
  margin-bottom: 5px;
}
.item-block .sizes ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
}
.item-block .sizes ul li {
  font-size: 12px;
}
.item-block .sizes ul li:after {
  content: "-";
  margin: 0 4px;
}
.item-block .sizes ul li:last-child:after {
  display: none;
}
@media screen and (min-width: 961px) {
  .item-block:hover .photo img {
    transform: scale(1.05);
  }
  .item-block:hover .label,
  .item-block:hover .price {
    color: hsl(39, 76%, 61%);
  }
  .item-block:hover .sizes {
    opacity: 1;
  }
}
input:focus,
select:focus {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
body {
  background-color: #FFFFFF !important;
  height: auto!important;
  color: #262626 !important;
  font-family: 'Muli', sans-serif;
}
body.modal-open {
  overflow: hidden!important;
  padding-right: 17px;
}
body.nav-open {
  overflow: hidden!important;
}
.cc-floating .cc-message {
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  text-align: justify;
}
.cc-floating .cc-message .cc-link {
  color: hsl(39, 76%, 61%);
}
.cc-floating .cc-compliance > .cc-btn {
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  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: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-slide .img {
  width: 100%;
}
.swiper-slide .img img {
  width: 100%;
}
#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;
}
.storewe-container {
  background: url(../images/common/pop-up-we.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.storewe-container .content {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 15px 5px;
}
.storewe-container .content .title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #511B17;
}
.storewe-container .content .subtitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.storewe-container .content .list {
  font-size: 12px;
}
.rgpd-banner {
  margin: auto;
}
.rgpd-banner a {
  color: #262626;
  padding: 20px;
}
.rgpd-banner a:hover {
  color: #e7b250;
}
.passwd {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.passwd i {
  position: absolute;
  margin: 15px;
  cursor: pointer;
}
.item-infos .tag.promotion:after {
  color: #f44836 !important;
  border: 2px solid #f44836 !important;
  border-radius: 20px!important;
  border-left: none!important;
  padding: 0 7px!important;
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}
main#home .selection-titre {
  text-align: center;
  margin: 20px 0;
}
main#home .title-primary {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin: 30px 0;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
}
@media screen and (max-width: 960px) {
  main#home .title-primary {
    font-size: 26px;
  }
}
main#home #top-sales {
  margin-top: 30px;
  cursor: pointer;
}
main#home #top-sales .img {
  overflow: hidden;
}
main#home #top-sales p {
  text-align: center;
  margin-top: 10px;
  font-family: 'Muli', sans-serif;
  letter-spacing: 1px;
  transition: color ease-in-out 0.2s;
}
main#home #top-sales img {
  transition: all ease-in-out 0.6s;
}
main#home #top-sales .col:hover p {
  color: hsl(39, 76%, 61%);
}
main#home #top-sales .col:hover img {
  transform: scale(1.1);
}
main#home section#selection,
main#home section#selection-mobile {
  text-align: center;
}
main#home section#selection .title-primary,
main#home section#selection-mobile .title-primary {
  margin-bottom: 0;
  letter-spacing: 0.06em;
}
main#home section#selection .span-title-primary,
main#home section#selection-mobile .span-title-primary {
  font-family: 'Cookie', cursive;
  color: #de9d01;
  letter-spacing: 1px;
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  main#home section#selection .span-title-primary,
  main#home section#selection-mobile .span-title-primary {
    font-size: 26px;
  }
}
main#home section#selection .container > div,
main#home section#selection-mobile .container > div {
  margin-top: 30px!important;
}
main#home section#selection .arrow--left,
main#home section#selection-mobile .arrow--left,
main#home section#selection .arrow--right,
main#home section#selection-mobile .arrow--right {
  position: absolute;
  cursor: pointer;
  transition: transform ease-in-out 0.2s;
}
main#home section#selection .arrow--left:hover,
main#home section#selection-mobile .arrow--left:hover,
main#home section#selection .arrow--right:hover,
main#home section#selection-mobile .arrow--right:hover {
  transform: scale(1.5);
}
main#home section#selection .arrow--left,
main#home section#selection-mobile .arrow--left {
  top: 50%;
  left: 0;
}
main#home section#selection .arrow--right,
main#home section#selection-mobile .arrow--right {
  top: 50%;
  right: 0;
}
main#home section#selection #keen-slider,
main#home section#selection-mobile #keen-slider {
  position: relative;
}
main#home section#selection .item,
main#home section#selection-mobile .item {
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
main#home section#selection .item p,
main#home section#selection-mobile .item p {
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  font-weight: bold;
}
main#home section#selection .item img,
main#home section#selection-mobile .item img {
  transition: all ease-in-out 0.2s;
  margin: auto;
}
main#home section#selection .item span,
main#home section#selection-mobile .item span {
  transition: all ease-in-out 0.2s;
  letter-spacing: normal;
  color: #262626;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
}
main#home section#selection .item .price,
main#home section#selection-mobile .item .price {
  text-transform: none;
  margin-top: 15px;
}
main#home section#selection .item:hover p,
main#home section#selection-mobile .item:hover p,
main#home section#selection .item:hover span,
main#home section#selection-mobile .item:hover span {
  color: hsl(39, 76%, 61%);
}
main#home section#selection .item:hover img,
main#home section#selection-mobile .item:hover img {
  transform: scale(1.04);
}
main#home section#homeMarket .market {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 30px 0 100px 0;
  transition: all ease-in-out 0.2s;
}
main#home section#homeMarket .market img {
  transition: all ease-in-out 0.8s;
}
main#home section#homeMarket .market .img {
  overflow: hidden;
}
main#home section#homeMarket .market:hover img {
  transform: scale(1.05);
}
main#home section#homeMarket .market:hover .marketText {
  color: hsl(39, 76%, 61%);
}
main#home section#homeMarket .market .marketText {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
main#home section#homeMarket .market .marketText > div {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all ease-in-out 0.2s;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  height: calc(@form-height + 4);
  font-size: calc(@form-fontsize + 2);
  background: hsl(39, 76%, 61%);
  color: #FFFFFF;
  width: 220px;
}
main#home section#homeMarket .market .marketText > div:hover {
  background: hsl(39, 76%, 71%);
}
main#home section#homeMarket .market .marketText > div i {
  font-size: 20px;
  margin-right: 10px;
}
.popup-container {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-container .popup {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.popup-container .popup button {
  width: 100%;
  background-color: black;
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 20px;
}
.popup-container .popup .features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 20px;
}
.popup-container .popup .close-btn {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #262626;
  width: 90%;
  transition: all ease-in-out 0.2s;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup-container .popup .close-btn:hover {
  opacity: 0.9;
  color: hsl(39, 76%, 61%);
}
section#carousel .swiper-container {
  position: relative;
}
section#carousel .swiper-container .swiper-button-next,
section#carousel .swiper-container .swiper-button-prev {
  color: hsl(39, 76%, 61%) !important;
}
section#carousel .swiper-container .swiper-button-next {
  right: 50px;
}
section#carousel .swiper-container .swiper-button-prev {
  left: 50px;
}
section#carousel .swiper-container .swiper-button-prev::before {
  font-weight: 400;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: var(--swiper-navigation-size);
}
section#carousel .swiper-container .swiper-button-next::after {
  font-weight: 400;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}
.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF !important;
}
.slide-item {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.slide-item.left {
  justify-content: flex-start;
}
.slide-item.right {
  justify-content: flex-end;
}
.slide-item.center {
  justify-content: center;
}
.slide-item.top .home-slide {
  justify-content: flex-start;
  top: 0;
}
.slide-item.bottom .home-slide {
  justify-content: flex-end;
  bottom: 0;
}
.slide-item.middle .home-slide {
  justify-content: center;
}
.slide-item.dark .home-slide p {
  color: #262626;
}
.slide-item.dark .home-slide a.btn.btn-banner {
  background-color: #FFFFFF;
  color: #262626;
}
.slide-item.dark .home-slide a.btn.btn-banner:hover {
  background-color: #262626;
  color: #FFFFFF;
}
.slide-item.light .home-slide p {
  color: #FFFFFF;
}
.slide-item.light .home-slide a.btn.btn-banner {
  background-color: #262626;
  color: #FFFFFF;
}
.slide-item.light .home-slide a.btn.btn-banner:hover {
  background-color: #FFFFFF;
  color: #262626;
}
.slide-item.light.gold a.btn.btn-banner {
  background-color: #262626;
  color: #FFFFFF;
}
.slide-item.light.gold a.btn.btn-banner:hover {
  background-color: #B78C55;
  color: #262626;
}
.slide-item a.btn {
  height: 44px!important;
  width: auto;
  font-size: 14px!important;
}
@media screen and (max-width: 959px) {
  .slide-item {
    justify-content: center!important;
  }
  .slide-item .home-slide {
    justify-content: center!important;
    flex-direction: row!important;
  }
}
.slide-item .home-slide {
  position: absolute;
  padding: 30px;
  height: 100%;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
}
.slide-item .home-slide.bottom {
  justify-content: flex-end;
}
.slide-item .home-slide.top {
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .slide-item .home-slide.soldes > p {
    display: none!important;
  }
}
.slide-item .home-slide p {
  display: flex;
  text-align: center;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 0.6;
  font-size: 55px;
  font-family: 'Muli', sans-serif;
}
.slide-item .home-slide p b {
  font-weight: 800;
}
.slide-item .home-slide > div {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slide-item .home-slide > div a.btn.btn-banner {
  display: flex;
  height: 38px;
  padding: 0 38px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  transition: all ease-in-out 0.2s;
}
.slide-item .home-slide > div a.btn.btn-banner + a.btn.btn-banner {
  margin-left: 30px;
}
.slide-item .home-slide > div a.btn.btn-banner:hover {
  background-color: #262626;
  color: #FFFFFF;
}
@media screen and (max-width: 539px) {
  .slide-item .home-slide > div a.btn.btn-banner {
    height: 32px;
  }
}
@media screen and (max-width: 719px) {
  .slide-item .home-slide {
    align-content: flex-end;
  }
  .slide-item .home-slide p {
    display: inline;
    line-height: 35px;
    font-size: 35px;
  }
}
@media screen and (max-width: 719px) {
  .slide-item .home-slide > div {
    margin-top: 10px!important;
  }
  .slide-item .home-slide > div p {
    font-size: 18px;
  }
  .slide-item .home-slide > div a.btn.btn-banner {
    height: 36px;
    font-size: 12px!important;
    padding: 0 15px!important;
    margin: 0 5px!important;
  }
}
@media screen and (min-width: 901px) {
  .slide-item .home-slide.bf {
    width: 50%;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  .slide-item .home-slide.bf {
    width: 50%;
  }
  .slide-item .home-slide.bf > div {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slide-item .home-slide.bf > div a {
    flex: 0 1 40%;
    margin: 0 10px 20px 10px;
    padding: 0!important;
  }
  .slide-item .home-slide.bf > div a + a {
    margin-left: 10px!important;
  }
}
.slide-item .img {
  overflow: hidden;
}
.slide-item .img .img-button {
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slide-item .img .img-button a {
  color: #262626;
  background-color: #fff;
  width: 10%;
  border-radius: 6px;
  padding: 0 40px;
  margin: 0 40px;
}
.slide-item .img .img-button a:hover {
  opacity: 0.9;
  color: hsl(39, 76%, 61%);
}
.slide-item .img img {
  transition: all ease-in-out 0.8s;
}
.slide-item:hover .img > img {
  transform: scale(1.05);
}
.topnews-carousel {
  padding: 0 40px;
}
.slide-arrow {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
}
.slide-arrow i {
  color: hsl(39, 76%, 61%);
  width: 30px;
  height: 30px;
}
.slide-arrow.slide-prev {
  left: 0;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.slide-arrow.slide-next {
  right: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
section#selection-mobile {
  display: none;
}
@media screen and (max-width: 719px) {
  section#selection {
    display: none;
  }
  section#selection-mobile {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #main-carousel .cta-container {
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
    top: auto;
    justify-content: center!important;
    padding: 0 15px 15px 15px;
  }
  #main-carousel .cta-container a {
    margin-top: 10px;
  }
  #main-carousel .btn {
    font-size: 14px;
    height: 42px;
    min-width: 0;
  }
}
@media screen and (max-width: 719px) {
  #main-carousel .cta-container {
    padding: 0 10px 35px 10px;
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
    top: auto;
    justify-content: center!important;
  }
  #main-carousel .cta-container a {
    margin-top: 10px;
    min-width: auto !important;
  }
  #main-carousel .btn {
    font-size: 14px;
    height: 42px;
    min-width: 0;
  }
  #main-carousel .slide-arrow {
    display: none!important;
  }
}
.slide-arrow-home {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 60px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
  justify-content: center;
}
.slide-arrow-home i {
  color: #333333;
  font-size: 32px;
}
@media screen and (max-width: 719px) {
  .slide-arrow-home i {
    color: #FFFFFF;
  }
}
.slide-arrow-home.slide-prev {
  left: 0;
}
.slide-arrow-home.slide-next {
  right: 0;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* masqué par défaut */
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
/* Contenu de la popup */
.popup {
  position: relative;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
/* Bouton fermer */
.popup .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
/* Image cliquable */
.popup img {
  max-width: 100%;
  border-radius: 8px;
}
#error-message {
  color: red;
  font-size: 12px;
}
#error-message-crea {
  color: red;
  font-size: 12px;
}
.disabled {
  pointer-events: none;
  /* Empêche le clic */
  opacity: 0.5;
  /* Rend visuellement désactivé */
  cursor: not-allowed;
  /* Curseur d'interdiction */
}
