/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'Nunito Sans', sans-serif, "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
}
/* 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 #ff5733;
}
main.admin-page .list-tabs a {
  flex: 1 1 50%;
  color: #1a1a1a;
  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: #ff5733;
}
main.admin-page .list-tabs a.active {
  background: #ff5733;
  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: #ff5733;
}
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(255, 87, 51, 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: #1a1a1a;
  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: #1a1a1a;
}
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: #1a1a1a;
  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: #1a1a1a;
  height: 46px;
}
.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(16px + 4);
}
.btn.lg {
  height: calc(46px + 4);
  font-size: calc(16px + 2);
}
.btn.md {
  width: 200px;
}
.btn.sm {
  height: calc(46px - 4);
  font-size: calc(16px - 2);
}
.btn.xs {
  height: calc(46px - 8);
  font-size: calc(16px - 4);
}
.btn.fw {
  width: 100%!important;
}
.btn.primary {
  background: #ff5733;
  color: #FFFFFF;
  border: none;
}
.btn.primary:hover {
  background: #ff8166;
}
.btn.g-primary {
  border: 1px solid #ff5733;
  color: #ff5733;
}
.btn.g-primary:hover {
  background-color: #ff5733;
  color: #FFFFFF;
}
.btn.g-primary.dashed {
  border-style: dashed;
}
.btn.g-primary.dashed:hover {
  border-color: #ff8166;
  background-color: unset;
  color: #ff8166;
}
.btn.white {
  background: #FFFFFF;
  color: #1a1a1a;
  border: none;
}
.btn.white:hover {
  background: #e6e6e6;
}
.btn.g-white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.g-white:hover {
  background-color: #FFFFFF;
  color: #1a1a1a;
}
.btn.black {
  background: #666666;
  color: #FFFFFF;
  border: none;
}
.btn.black:hover {
  background: #808080;
}
.btn.g-black {
  background-color: #FFFFFF;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}
.btn.g-black:hover {
  background-color: #1a1a1a;
  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: #1a1a1a;
}
.btn.dashed:hover span {
  color: #1a1a1a;
}
.btn.dashed:hover i {
  color: #1a1a1a;
}
.btn.txt {
  display: block;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  color: #1a1a1a;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
  border: none;
}
.btn.txt:hover {
  color: #ff5733;
}
.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: #ff5733;
  color: #ff5733;
}
.btn.edit:hover i,
.btn.edit:hover svg {
  color: #ff5733;
}
@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: auto;
  margin: auto;
}
.btn.pay:hover {
  background-color: #ff5733;
  color: #FFFFFF;
}
.btn.pay span {
  flex: 0 0 100%;
}
.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: 46px;
  padding-left: 5px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #1a1a1a;
  border-radius: 0;
}
.field label {
  flex: 1 1 100%;
  display: block;
  font-size: calc(14px - 2px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 12px;
  margin-bottom: 5px;
}
.field input {
  flex: 1 1 0;
  width: 100%;
  height: 46px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #1a1a1a;
  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 #e5e5e5;
  font-size: 14px;
  color: #1a1a1a;
  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 #e5e5e5;
  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: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #1a1a1a;
  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: 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 .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: #ef5350;
}
.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.lcv.open {
  visibility: visible;
  opacity: 1;
}
.modal#infoModale {
  z-index: 9999;
}
.modal#infoModale p {
  text-align: center;
  color: #1a1a1a;
  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: #1a1a1a;
}
.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: #1a1a1a;
}
.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: 14px;
  text-align: center;
  margin: 10px 0;
  color: #1a1a1a;
}
.modal #RetourModalAchat {
  padding: 10px 0;
}
.modal .txt-modal {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#TexteChequeModal,
#TexteVirementModal {
  color: #1a1a1a;
  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;
  align-items: baseline;
  justify-content: flex-start;
  list-style: inside none;
}
.breadcrumbs li {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  text-transform: capitalize;
  color: #0d0d0d;
  font-weight: 400;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 6px;
  font-size: 13px;
  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: #ff5733;
}
@media screen and (max-width: 719px) {
  .breadcrumbs {
    display: none;
  }
}
header {
  display: block;
  background-color: #0e0e0e;
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 719px) {
  header {
    padding: 5px 0;
  }
}
header .top-header {
  background-color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  header .top-header {
    display: none;
  }
}
header .top-header a {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  transition: all ease-in-out 0.2s;
}
header .top-header a:nth-child(1) {
  text-align: start;
}
header .top-header a:nth-child(2) {
  text-align: center;
}
header .top-header a:nth-child(3) {
  text-align: end;
}
header .top-header a i {
  margin-right: 5px;
}
header .top-header a:hover {
  color: #ff5733;
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5733;
  font-size: 52px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  padding: 20px 0;
}
header .toggle-nav {
  display: block;
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
}
header .toggle-nav i {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
}
header .toggle-nav p {
  margin-top: -4px;
  font-size: 10px;
  text-transform: uppercase;
}
header .search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 721px) {
  header .search-bar {
    padding: 30px 0;
  }
}
header .search-bar div {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #FFFFFF;
}
header .search-bar div input {
  flex: 1 1 0;
  border: none;
  height: 46px;
  background-color: inherit;
  color: #999999;
  font-size: 14px;
}
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,
header .search-bar div button i {
  font-size: 19px;
  color: #FFFFFF;
}
header .search-bar div button.out {
  display: none;
}
header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 719px) {
  header .main-menu {
    padding-left: 10px;
  }
}
header .main-menu > div {
  flex: 1 1 0;
}
header .main-menu > div > a,
header .main-menu > div > button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 0;
  background: none;
  border: none;
  transition: all ease-in-out 0.2s;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
header .main-menu > div > a i,
header .main-menu > div > button i {
  transition: all ease-in-out 0.2s;
  color: #FFFFFF;
  margin-bottom: 15px;
  position: relative;
  font-size: 17px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.01px;
  height: 41.01px;
}
header .main-menu > div > a i::after,
header .main-menu > div > button i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all ease-in-out 0.2s;
}
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 {
  color: #ff5733;
}
header .main-menu > div > a:hover::after,
header .main-menu > div > button:hover::after,
header .main-menu > div > a:hover i::after,
header .main-menu > div > button:hover i::after {
  border-color: #ff5733;
}
@media screen and (max-width: 719px) {
  header .main-menu > div > a i,
  header .main-menu > div > button i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-bottom: 0;
  }
}
header .main-menu > div .details {
  display: none;
  background: #FFFFFF;
  color: #0d0d0d;
  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: 0;
  right: 7%;
  background: #0d0d0d;
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-top: 3px;
  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: #ff5733;
}
header .main-menu > div.account .details .logout:hover i,
header .main-menu > div.account .details .logout:hover svg {
  color: #ff5733;
}
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: #1a1a1a;
  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: #ff5733;
}
header .main-menu > div.cart .details .footer-card {
  padding: 15px;
}
header .main-menu > div:hover > a > p,
header .main-menu > div:hover > a button > p {
  color: #ff5733;
}
header .main-menu > div:hover .details {
  display: block;
}
header .main-menu > div:hover .qte-mob {
  color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  header .main-menu .stores {
    display: none;
  }
}
header .search-mob {
  display: none;
}
@media screen and (max-width: 959px) {
  header .search-mob {
    display: block;
  }
}
header .search {
  display: none;
}
@media screen and (max-width: 959px) {
  header .search {
    display: block;
  }
  header .search button {
    cursor: pointer;
    border: none;
    background: none;
  }
  header .search button i {
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
  }
  header .search button i::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FFFFFF;
    transform: rotate(45deg);
    pointer-events: none;
    transition: all ease-in-out 0.2s;
  }
  header .search-bar-mob {
    display: none;
    position: absolute;
    left: 25px;
    z-index: 900;
    width: 63%;
    height: 100%;
  }
  header .search-bar-mob div {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  header .search-bar-mob div input {
    flex: 1 1 0;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    height: 50px;
    padding: 0 10px;
  }
  header .search-bar-mob div button {
    flex: 0 0 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .search-bar-mob .toggle-search {
    background: #dddddd;
    border-radius: 6px 0 0 6px;
  }
  header .search-bar-mob .toggle-search svg {
    width: 20px;
    height: 20px;
    color: #808080;
  }
  header .search-bar-mob .toggle-search.out {
    display: block;
  }
  header .search-bar-mob .search-func {
    background: black;
    border: 1px solid white;
    border-left: none;
    border-radius: 0 6px 6px 0;
  }
  header .search-bar-mob .search-func svg {
    width: 28px;
    height: 28px;
    color: #FFFFFF;
  }
}
header .toggle-nav-ctnr {
  padding: 0!important;
}
@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: block;
  }
}
@media screen and (max-width: 719px) {
  header .container {
    padding: 0;
  }
  header [class~="grid"],
  header [class*="grid-"],
  header [class*="grid_"] {
    margin: 0px!important;
  }
  header .search-ctnr {
    display: none;
  }
  header .logo {
    font-size: 20px;
  }
  header .main-menu > div {
    flex: 1 1 0;
  }
  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: 40%;
    right: 4%;
    background: #1a1a1a;
    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: #ff5733;
  }
  header .main-menu > div:hover .details {
    display: none;
  }
}
@media screen and (min-width: 719px) and (max-width: 961px) {
  header .main-menu .qte-mob {
    right: 7%!important;
  }
}
footer {
  background-color: #0d0d0d;
}
footer .reinsurance {
  background-color: #ff5733;
  height: 72px;
  padding: 0 15px;
}
footer .reinsurance .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .reinsurance .content p,
footer .reinsurance .content a {
  margin-right: 30px;
}
footer .reinsurance .content p:last-child,
footer .reinsurance .content a:last-child {
  margin-right: 0;
}
footer .reinsurance .content p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
footer .reinsurance .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  background-color: #FFFFFF;
  transition: all ease-in-out 0.4s;
}
footer .reinsurance .content a i {
  font-size: 23px;
  color: #ff5733;
  transition: all ease-in-out 0.4s;
}
footer .reinsurance .content a:hover {
  background-color: #ff5733;
}
footer .reinsurance .content a:hover i {
  color: #FFFFFF;
}
footer p.title {
  font-size: 12px;
  font-weight: 800;
  margin: 30px 0 20px 0;
  letter-spacing: 0.02rem;
  color: #b2b2b2;
  text-transform: uppercase;
}
footer ul {
  padding: 0;
  list-style: inside none;
  margin-bottom: 30px;
}
footer ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
}
footer ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: color ease-in-out 0.2s;
}
footer ul li a i {
  margin-right: 5px;
}
footer ul li a.sp-link {
  margin-left: 5px;
  text-decoration: underline;
}
footer ul li a:hover {
  color: #ff5733;
}
footer .social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
footer .social a {
  margin-right: 10px;
}
footer .social a i {
  font-size: 24px;
  transition: color ease-in-out 0.2s;
  color: #333333;
}
footer .social a i:hover {
  color: #ff5733;
}
footer .field input {
  height: 46px;
  border: none;
}
footer .field button {
  height: 46px;
  font-weight: 400;
  padding: 0 15px;
  border-radius: 0;
}
@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;
    font-size: 12px;
    padding: 3px 0;
    transition: color ease 0.2s;
  }
  footer ul li a:hover {
    color: #ff5733;
  }
}
@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 {
    background-color: #FFFFFF;
  }
  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.Promotions .nav-title .link {
    color: #ff5733;
  }
  nav .nav-item .nav-title {
    cursor: pointer;
  }
  nav .nav-item .nav-title .link {
    display: block;
    position: relative;
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 700;
    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 #ff5733;
    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 1 25%;
  }
  nav .nav-item .sub-nav .inner > div + div {
    margin-left: 30px;
  }
  nav .nav-item .sub-nav .inner .sub-nav-title p {
    color: #ff5733;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 20px;
  }
  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;
    font-weight: 400;
    color: #1a1a1a;
    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: #ff5733;
  }
  nav .nav-item .sub-nav .inner ul li span {
    color: #1a1a1a;
    font-weight: 700;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #ff5733;
  }
  nav .nav-item:hover:not(.active) .nav-title .link {
    color: #ff5733;
  }
  nav .nav-item.active .nav-title .link {
    background: #ff5733;
    color: #FFFFFF;
  }
  nav .nav-item.active .sub-nav {
    display: block;
  }
}
@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: #ff5733;
    border-bottom: 1px solid #1a1a1a;
  }
  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 #1a1a1a;
    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 #1a1a1a;
  }
  nav .nav-item .nav-title .link {
    flex: 1 1 0;
    display: block;
    position: relative;
    color: #1a1a1a;
    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: #1a1a1a;
    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: #1a1a1a;
    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: #1a1a1a;
    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 ul li:first-child {
    display: none;
  }
  nav .nav-item .sub-nav .inner ul li:first-child a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  nav .nav-item .sub-nav .inner .group:last-child ul li:last-child a {
    border-bottom: 1px solid #1a1a1a;
  }
}
.item-block {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
}
.item-block .dscnt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff5733;
}
.item-block .dscnt p {
  color: #FFFFFF;
  padding: 5px;
}
.item-block .top-item {
  display: flex;
  align-items: center;
  background: inherit;
  position: relative;
  z-index: 2;
}
.item-block .top-item .discount {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #ff5733;
  font-size: 13px;
  font-weight: 800;
  line-height: 25px;
  height: 20px;
  padding: 3px;
  margin-right: 15px;
}
.item-block .top-item .discount.none,
.item-block .top-item .discount:empty {
  display: none;
}
.item-block .top-item .discount:empty {
  display: none;
}
.item-block .top-item .tag {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ff5733;
}
.item-block .top-item .tag.none {
  display: none;
}
.item-block .top-item .tag.promotion:after {
  content: "Promotion";
}
.item-block .top-item .tag.soldes:after {
  content: "Soldes";
}
.item-block .top-item .tag.nouveaute:after {
  content: "Nouveau";
}
.item-block .top-item .tag.epuise:after {
  content: "Rupture de stock";
}
.item-block .top-item .likeAndStatus {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}
@media screen and (max-width: 719px) {
  .item-block .top-item .likeAndStatus {
    right: 7px;
  }
}
.item-block .top-item .likeAndStatus p:first-child {
  margin-right: 10px;
}
.item-block .top-item .likeAndStatus .fav i {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-size: 18px;
}
.item-block .top-item .likeAndStatus .fav i:first-child {
  color: #999999;
  display: block;
}
.item-block .top-item .likeAndStatus .fav i:last-child {
  display: none;
}
.item-block .top-item .likeAndStatus .fav i:hover {
  color: #ef5350;
}
.item-block .top-item .likeAndStatus .fav.wishlist-D i:first-child {
  display: none;
}
.item-block .top-item .likeAndStatus .fav.wishlist-D i:last-child {
  display: block;
  color: #ef5350;
}
.item-block .photo {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.item-block .photo img {
  margin: auto;
  transition: all ease-in-out 0.4s;
}
.item-block .label {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  transition: all ease-in-out 0.2s;
  color: #0d0d0d;
}
.item-block .label span:first-child {
  text-transform: uppercase;
}
.item-block .labelt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
  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;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.item-block .price .pxcourant {
  font-size: 14px;
  color: #ff5733;
  font-weight: 800;
  line-height: 25px;
}
.item-block .price .pxbarre {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  line-height: 25px;
  font-weight: 800;
}
.item-block .price .pxbarre:empty {
  display: none;
}
.item-block .hover {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
  position: absolute;
  text-align: center;
  padding: 15px;
  width: 100%;
  height: 100%;
  z-index: 11;
  bottom: 0;
}
.item-block .sizes {
  opacity: 0;
  transition: all ease-in-out 0.2s;
  bottom: 0;
  position: absolute;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.item-block .sizes p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
  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: 14px;
  color: #1a1a1a;
  line-height: 22px;
}
.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 .photo img {
    width: 200px;
    max-width: 200px;
  }
  .item-block:hover {
    border: none;
  }
  .item-block:hover .sizes {
    opacity: 1;
  }
  .item-block:hover img {
    opacity: 0.7;
  }
}
input:focus,
select:focus {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
body {
  background-color: #FFFFFF !important;
  height: auto !important;
  color: #1a1a1a !important;
  font-family: 'Nunito Sans', sans-serif !important;
  letter-spacing: 0.06em;
}
body.modal-open {
  overflow: hidden !important;
  padding-right: 17px;
}
body.nav-open {
  overflow: hidden !important;
}
.swiper-container {
  overflow: hidden;
}
.txtFid {
  margin-bottom: 15px;
}
.txtFid span:first-child {
  font-weight: bold;
  text-decoration: underline;
}
.cc-floating .cc-message {
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  text-align: justify;
}
.cc-floating .cc-message .cc-link {
  color: #ff5733;
}
.cc-floating .cc-compliance > .cc-btn {
  text-transform: uppercase;
  border-radius: 0;
  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: 1400px;
  }
}
.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;
}
.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5733;
  color: #FFF;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 50px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 10px;
  line-height: 58px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-visible {
  visibility: visible;
  opacity: 0.5;
}
.back-to-top.fade-out {
  opacity: 0.5;
}
.back-to-top:hover {
  opacity: 1;
  color: #FFF;
}
.back-to-top:focus {
  color: #FFF;
}
@media screen and (max-width: 719px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    font-size: 46px;
    bottom: 20px;
    line-height: 48px;
  }
}
@media screen and (max-width: 719px) {
  .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flexWrap .mobileWdth {
    width: 45% !important;
    margin: 5px !important;
  }
  .category-card ul {
    display: none;
  }
}
main#home .title-primary {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
main#home .title-primary:after {
  content: "";
  display: block;
  background: #191919;
  width: 100px;
  height: 3px;
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 719px) {
  main#home .title-primary {
    font-size: 22px;
  }
  main#home .title-primary span {
    font-size: 14px;
  }
}
main#home .category-card {
  display: block;
}
main#home .category-card .photo {
  display: block;
  overflow: hidden;
}
main#home .category-card .photo img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.8s;
}
main#home .category-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
main#home .category-card ul {
  list-style: inside disc;
  padding: 0;
  margin-top: 10px;
}
main#home .category-card ul li a {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}
main#home .category-card ul li a:hover {
  text-decoration: underline;
}
main#home .category-card:hover img {
  transform: scale(1.06);
}
main#home div#cards {
  overflow: hidden;
  padding: 15px;
}
main#home .noMg {
  margin: 0!important;
}
main#home .noPdg {
  padding: 0!important;
}
main#home #looks {
  background-image: url(https://carredelamode.com/COSTES_WEB/photos/ImgMenu/images//home/ban_looks_web.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0;
}
@media screen and (max-width: 719px) {
  main#home #looks {
    background-image: url(https://carredelamode.com/COSTES_WEB/photos/ImgMenu/images//home/ban_looks_mobile.png);
  }
}
main#home section#selection {
  margin-bottom: 40px;
  overflow: hidden;
}
main#home section#marks {
  padding: 45px 0;
  overflow: hidden;
  margin-bottom: 60px;
}
main#home section#marks .title {
  margin-bottom: 30px;
}
main#home section#marks .slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 188px;
  margin: auto;
  background-color: #FFFFFF;
  overflow: hidden;
}
main#home section#marks .slide a img {
  transition: all ease-in-out 0.3s;
}
main#home section#marks .slide a:hover img {
  opacity: 0.7;
}
main#home section#stores .block-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
main#home section#stores .block-items .item {
  max-width: 328px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: 40px!important;
}
main#home section#stores .block-items .item .top-item {
  background-color: #ff5733;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#home section#stores .block-items .item .top-item p {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
main#home section#stores .block-items .item .content-item {
  padding: 30px;
  height: 100%;
  background-color: #f2f2f2;
}
main#home section#stores .block-items .item .content-item a,
main#home section#stores .block-items .item .content-item p {
  display: flex;
  color: #0d0d0d;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
}
main#home section#stores .block-items .item .content-item a i,
main#home section#stores .block-items .item .content-item p i {
  margin-right: 10px;
}
main#home section#stores .block-items .item .content-item a {
  transition: color ease-in-out 0.2s;
}
main#home section#stores .block-items .item .content-item a:hover {
  color: #ff5733;
}
@media screen and (max-width: 719px) {
  main#home section#stores .block-items .item {
    margin: auto;
  }
}
main#home section#newsletter {
  background-color: #f2f2f2;
  margin-bottom: 60px;
  padding: 30px 0;
}
main#home section#newsletter P {
  padding: 0 30px;
  font-weight: 300;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
main#home section#newsletter .field input {
  color: #f2f2f2;
  border: 2px solid #0e0e0e;
  border-right: none;
}
section#carousel {
  margin-bottom: 40px;
}
#main-carousel .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-carousel .slider {
  position: relative;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
#main-carousel .slider.left {
  justify-content: flex-start;
}
#main-carousel .slider.right {
  justify-content: flex-end;
}
#main-carousel .slider.center {
  justify-content: center;
}
#main-carousel .slider.top .home-slide {
  justify-content: flex-start;
  top: 0;
}
#main-carousel .slider.bottom .home-slide {
  justify-content: flex-end;
  bottom: 0;
}
#main-carousel .slider.middle .home-slide {
  justify-content: center;
}
#main-carousel .slider picture {
  width: 100%;
}
#main-carousel .slider picture img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#main-carousel .slider .content {
  position: absolute;
  padding: 30px;
  margin: 40px;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
  height: 100%;
  width: fit-content;
  max-width: 45%;
}
#main-carousel .slider .content .txt {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
#main-carousel .slider .content .txt p {
  display: flex;
  text-align: center;
  flex-direction: column;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #0e0e0e;
  font-weight: 800;
}
#main-carousel .slider .content .btns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
#main-carousel .slider .content .btns .btn {
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}
@media screen and (max-width: 959px) {
  #main-carousel .slider .content {
    height: auto;
    max-width: 80%;
  }
  #main-carousel .slider .content .txt p {
    font-size: 38px;
  }
  #main-carousel .slider .content .btns {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media screen and (max-width: 719px) {
  #main-carousel .slider .content {
    width: 100%;
    max-width: 100%;
  }
  #main-carousel .slider .content .txt {
    padding: 0 10px;
  }
  #main-carousel .slider .content .txt p {
    font-size: 16px!important;
  }
  #main-carousel .slider .content .btns {
    flex-wrap: wrap;
  }
  #main-carousel .slider .content .btns .btn {
    font-size: 13px!important;
    height: 36px!important;
    margin: 5px 0 5px 0;
    padding: 15px;
  }
}
#main-carousel .img {
  overflow: hidden;
}
#main-carousel .img img {
  transition: all ease-in-out 0.8s;
}
@media screen and (max-width: 959px) {
  #main-carousel .img img {
    min-height: 400px;
    object-fit: cover;
  }
}
#main-carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main-carousel .slick-dots li button {
  cursor: pointer;
  border: none;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0 5px;
  background-color: inherit;
  transition: all ease-in-out 0.2;
}
#main-carousel .slick-dots li button:before {
  content: " ";
  position: absolute;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 10px;
  height: 10px;
  top: 0;
  background-color: hsl(0, 0%, 70%);
  transition: all ease-in-out 0.2;
}
#main-carousel .slick-dots li.slick-active button:before {
  background-color: hsl(0, 0%, 90%);
}
#main-carousel .slick-dots li.slick-active button:hover:before {
  background-color: hsl(0, 0%, 90%);
}
#main-carousel:hover .img > img {
  transform: scale(1.05);
}
#carousel-pub {
  position: relative;
  display: flex!important;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#carousel-pub .content {
  position: absolute;
  z-index: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
  width: fit-content;
  max-width: 45%;
  margin-top: 20%;
}
.slide-arrow {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}
.slide-arrow i {
  color: #808080;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
@media screen and (max-width: 1199px) {
  #section-carousel .cta-container {
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
    top: auto;
    justify-content: center!important;
    padding: 0 15px 15px 15px;
  }
  #section-carousel .cta-container a {
    margin-top: 10px;
  }
  #section-carousel .btn {
    font-size: 14px;
    min-width: 0;
  }
}
@media screen and (max-width: 719px) {
  #section-carousel .content {
    padding: 0 10px 35px 10px;
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
    top: auto;
    justify-content: center!important;
  }
  #section-carousel .content a {
    margin-top: 10px;
    min-width: auto !important;
  }
  #section-carousel .btn {
    font-size: 14px;
    height: 42px;
    min-width: 0;
  }
  #section-carousel .slide-arrow {
    display: none!important;
  }
}
