/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
}
/* 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;
}
/* 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 {
  fill: currentColor;
}
#M1 {
  vertical-align: top;
}
header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  height: 100vh;
  background: #3e9dff;
  transition: width 0.2s ease-in-out;
}
header .nav-toggle {
  display: none;
  width: 60px;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-size: 22px;
  color: #4d4d4d;
  border: none;
  transition: all ease-in-out 0.2s;
}
header .nav-toggle.active {
  color: #FFFFFF;
  background-color: #3e9dff;
}
header .top-bar {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: ;
  height: 60px;
}
header .top-bar .logo {
  flex: 1 1 0;
  padding-left: 15px;
}
header .top-bar .settings-mob {
  display: none;
}
header .top-bar .sb-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 60px;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
  height: 60px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
header .top-bar .sb-toggle span {
  flex: 0 0 60px;
  transition: transform 0.4s ease-in-out;
}
header .top-bar .sb-toggle span i {
  transition: color 0.2s ease;
  font-size: 20px;
  color: #808080;
}
header .top-bar .sb-toggle:hover span i {
  color: #fa1b2e;
}
header .search-bar {
  position: relative;
  display: block;
}
header .search-bar .search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 66px;
  background: none;
  border: none;
  font-size: 18px;
  color: #FFFFFF;
}
header .search-bar .search-field {
  padding: 10px;
}
header .search-bar .search-field > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  border-radius: 6px;
  background: #FFFFFF;
}
header .search-bar .search-field > div button {
  flex: 0 0 46px;
  height: 100%;
  color: #666666;
  font-size: 18px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.2s;
}
header .search-bar .search-field > div button:hover {
  color: #3e9dff;
}
header .search-bar .search-field > div input {
  flex: 1 1 0;
  height: 100%;
  min-width: 1%;
  border: none;
  background: none;
  font-size: 14px;
  color: #4d4d4d;
}
header nav {
  flex: 1 1 0;
  overflow-y: auto;
}
header nav .item .toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  padding: 0 15px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
header nav .item .toggle.dslopt {
  display: none!important;
}
header nav .item .toggle i {
  text-align: center;
  font-size: 18px;
  flex: 0 0 30px;
  color: #FFFFFF;
  transition: flex 0.1s linear;
}
header nav .item .toggle span {
  padding-left: 10px;
  flex: 1 1 0;
  font-size: 14px;
  color: #FFFFFF;
}
header nav .item .toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header nav .item .toggle.active {
  background-color: rgba(255, 255, 255, 0.2);
}
header nav .item .toggle.active:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header nav .item ul {
  display: none;
  background: #1580ee;
  list-style: inside none;
  padding: 0;
}
header nav .item ul li.dslopt {
  display: none!important;
}
header nav .item ul li a {
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 40px;
  transition: all ease-in-out 0.2s;
}
header nav .item ul li a:hover,
header nav .item ul li a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
header nav .item ul.page-active {
  display: block;
}
header .settings-bar {
  height: 60px;
  background: #00254c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .settings-bar button {
  flex: 1 1 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 22px;
  transition: all ease-in-out 0.2s;
}
header .settings-bar button i {
  transition: all ease-in-out 0.2s;
  color: #FFFFFF;
  opacity: 0.7;
}
header .settings-bar button:hover i {
  opacity: 1;
}
header .account-bar {
  height: 60px;
  background: #00254c;
}
header .account-bar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 60px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  padding: 0 15px;
}
header .account-bar a i {
  font-size: 22px;
  flex: 0 0 30px;
  transition: all ease-in-out 0.2s;
  color: #FFFFFF;
  opacity: 0.7;
}
header .account-bar a p {
  color: #FFFFFF;
  opacity: 0.9;
  flex: 1 1 0;
  text-align: left;
  font-size: 12px;
}
header .account-bar a p span {
  font-weight: 700;
  font-size: 14px;
}
header .account-bar a:hover i,
header .account-bar a:hover p {
  opacity: 1;
}
header.collapsed {
  width: 60px;
  transition: all 0.2s ease-in-out 0.1s;
}
header.collapsed .top-bar .logo {
  display: none;
}
header.collapsed .top-bar .sb-toggle {
  transition: background-color 0.2s ease-in-out 0.2s;
}
header.collapsed .top-bar .sb-toggle span {
  transition: transform ease-in-out 0.2s;
  transform: translateX(-60px);
}
header.collapsed .top-bar .sb-toggle span i {
  color: #fa1b2e;
}
header.collapsed .search-bar .search-toggle {
  position: relative;
  display: flex;
  z-index: 20;
  transition: all ease-in-out 0.2s;
  background: #3e9dff;
  cursor: pointer;
}
header.collapsed .search-bar .search-toggle .fa-times {
  display: none;
}
header.collapsed .search-bar .search-toggle:hover {
  background: #71b7ff;
}
header.collapsed .search-bar .search-toggle:visited {
  outline: none;
}
header.collapsed .search-bar .search-toggle.active {
  background: #0b83ff;
}
header.collapsed .search-bar .search-toggle.active .fa-times {
  display: inline;
}
header.collapsed .search-bar .search-toggle.active .fa-search {
  display: none;
}
header.collapsed .search-bar .search-toggle.active:hover {
  background: #006ad7;
}
header.collapsed .search-bar .search-field {
  position: absolute;
  width: 300px;
  background: #3e9dff;
  top: 0;
  left: -300px;
  transition: all ease-in-out 0.2s;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
header.collapsed .search-bar .search-field.active {
  left: 100%;
}
header.collapsed nav {
  flex: 1 1 0;
  overflow-y: visible;
  overflow-x: visible;
}
header.collapsed nav .item {
  position: relative;
}
header.collapsed nav .item .toggle span {
  flex: 0 0 0px;
  overflow: hidden;
  transition: all 0.2s linear 0.1s;
}
header.collapsed nav .item ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 1000;
}
header.collapsed nav .item ul.page-active {
  display: none;
}
header.collapsed .settings-bar {
  height: 180px;
  transition: all 0.2s ease-in-out 0.1s;
}
header.collapsed .settings-bar button {
  flex: 1 1 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #b2b2b2;
}
header.collapsed .settings-bar button i {
  font-size: 22px;
}
header.collapsed .account-bar {
  transition: all 0.2s ease-in-out 0.1s;
}
header.collapsed .account-bar a p {
  display: none;
}
@media screen and (max-width: 959px) {
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: background ease 0.2s;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    z-index: 888;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  header .top-bar {
    flex: 0 0 1;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 60px;
  }
  header .top-bar .logo {
    flex: 1 1 0;
    padding: 0 15px;
  }
  header .top-bar .sb-toggle {
    display: none;
  }
  header .nav-toggle {
    display: flex;
  }
  header .search-bar {
    flex: 1 1 0;
    position: relative;
    display: block;
  }
  header .search-bar .search-field {
    padding: 10px;
  }
  header .search-bar .search-field > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-radius: 6px;
    background: #e5e5e5;
  }
  header .search-bar .search-field > div button {
    flex: 0 0 40px;
    height: 100%;
    color: #666666;
    font-size: 18px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
  }
  header .search-bar .search-field > div button:hover {
    color: #3e9dff;
  }
  header .search-bar .search-field > div input {
    flex: 1 1 0;
    height: 100%;
    min-width: 1%;
    border: none;
    background: none;
    font-size: 14px;
    color: #4d4d4d;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 100%;
    margin-top: 60px;
    width: 50vw;
    height: 100vh;
    flex: 1 1 0;
    overflow: visible;
    overflow-y: auto;
    background: #3e9dff;
    transition: all 0.2s ease-in-out;
    z-index: 999;
  }
  header nav.active {
    left: 50%;
  }
  header .settings-bar {
    flex: 0 0 120px;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  header .settings-bar button {
    flex: 0 0 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    transition: all ease-in-out 0.2s;
  }
  header .settings-bar button i {
    transition: all ease-in-out 0.2s;
    color: #4d4d4d;
    opacity: 1;
  }
  header .settings-bar button:hover i {
    opacity: 1;
  }
  header .account-bar {
    flex: 1 1 0;
    height: 60px;
    background: #FFFFFF;
  }
  header .account-bar a i {
    font-size: 22px;
    flex: 0 0 30px;
    transition: all ease-in-out 0.2s;
    color: #4d4d4d;
    opacity: 1;
  }
  header .account-bar a p {
    color: #4d4d4d;
    opacity: 1;
    flex: 1 1 0;
    text-align: left;
    font-size: 12px;
  }
  header .account-bar a p span {
    font-weight: 700;
    font-size: 14px;
  }
}
@media screen and (max-width: 719px) {
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: background ease 0.2s;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    z-index: 888;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  header .top-bar {
    flex: 0 0 1;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 60px;
  }
  header .top-bar .logo {
    flex: 1 1 0;
    padding: 0 15px;
  }
  header .top-bar .sb-toggle {
    display: none;
  }
  header .search-bar {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 80vw;
    flex: 1 1 0;
    transition: left ease-in-out 0.2s;
  }
  header .search-bar.active {
    left: 20%;
  }
  header .search-bar .search-field {
    padding: 10px;
    background: #3e9dff;
  }
  header .search-bar .search-field > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-radius: 6px;
    background: #FFFFFF;
  }
  header .search-bar .search-field > div button {
    flex: 0 0 40px;
    height: 100%;
    color: #666666;
    font-size: 18px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
  }
  header .search-bar .search-field > div button:hover {
    color: #3e9dff;
  }
  header .search-bar .search-field > div input {
    flex: 1 1 0;
    height: 100%;
    min-width: 1%;
    border: none;
    background: none;
    font-size: 14px;
    color: #4d4d4d;
  }
  header nav {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 80vw;
    height: calc( 100vh - 120px );
    flex: 1 1 0;
    overflow: visible;
    overflow-y: auto;
    background: #3e9dff;
    transition: all 0.2s ease-in-out;
    z-index: 999;
  }
  header nav.active {
    left: 20%;
  }
  header .settings-bar {
    margin-left: auto;
    flex: 0 0 120px;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  header .settings-bar button {
    flex: 0 0 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    transition: all ease-in-out 0.2s;
  }
  header .settings-bar button i {
    transition: all ease-in-out 0.2s;
    color: #4d4d4d;
    opacity: 1;
  }
  header .settings-bar button:hover i {
    opacity: 1;
  }
}
.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: 40px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #4d4d4d;
  border-radius: 6px;
  transition: all ease-in-out 0.2s;
}
.field label {
  flex: 1 1 100%;
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  margin-bottom: 5px;
  transition: all ease-in-out 0.2s;
}
.field input {
  flex: 1 1 0;
  height: 40px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #4d4d4d;
  border-radius: 6px;
  transition: all ease-in-out 0.2s;
  min-width: 1%;
}
.field textarea {
  width: 100%;
  height: 200px;
  padding-left: 10px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #4d4d4d;
  border-radius: 6px;
  transition: all ease-in-out 0.2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #999999;
}
.field.w-btn input {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.field.w-btn button {
  flex: 0 0 40px;
  height: 40px;
  border: 1px solid #dddddd;
  border-right: none;
  background: #FFFFFF;
  color: #4d4d4d;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.field.w-btn button:hover {
  color: #3e9dff;
}
.field.w-btn button:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #dddddd;
}
.field input[type=checkbox],
.field input[type=radio] {
  flex: 0 0 20px;
  height: auto;
  margin: 0;
  cursor: pointer;
}
.field input[type=checkbox] + label,
.field input[type=radio] + label {
  flex: 1 1 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #4d4d4d;
  cursor: pointer;
  padding-left: 5px;
}
.field input[type=checkbox]:hover + label,
.field input[type=radio]:hover + label {
  text-decoration: underline;
}
.field .pswd {
  margin-bottom: 3px;
}
.field #pw-strenght {
  font-size: 13px;
  font-weight: 700;
}
.field #pw-strenght.short,
.field #pw-strenght.weak {
  color: #d22a1e;
}
.field #pw-strenght.good {
  color: #3B8EF1;
}
.field #pw-strenght.strong {
  color: #0fbb34;
}
.field .pw-tip {
  font-size: 12px;
  line-height: 11px;
  display: inline-block;
  text-align: justify;
  color: #808080;
}
.field.period-bar {
  display: flex;
  align-items: center;
}
.field.period-bar p {
  font-size: 12px;
  font-weight: 700;
}
.field.period-bar p:first-of-type {
  margin-right: 10px;
}
.field.period-bar p:last-of-type {
  margin: 0 10px;
}
.switch {
  display: inline-block;
  flex: 0 0 1;
  align-self: flex-end;
}
.switch.pl {
  margin-left: 15px;
}
.switch input {
  display: none;
}
.switch label {
  display: flex;
  position: relative;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px;
  height: 40px;
  padding-right: 10px;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.switch label:before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  border-radius: 8px;
  margin: 0 10px;
  background: #e5e5e5;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.switch label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -5px;
  border-radius: 5px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.switch label span {
  font-size: 14px;
  color: #4d4d4d;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.switch label:hover:before {
  background: #cccccc;
}
.switch input:checked + label span {
  color: #3e9dff;
}
.switch input:checked + label:before {
  background: #3e9dff;
}
.switch input:checked + label:after {
  left: 24px;
}
.switch input:checked + label:hover:before {
  background: #3e9dff;
}
.switch input:disabled + label {
  cursor: not-allowed;
}
.switch input:disabled + label span {
  color: #b2b2b2;
}
.switch input:disabled + label:before {
  background: #e5e5e5;
}
.switch input:disabled + label:after {
  display: none;
}
.switch input:disabled + label:hover:before {
  background: #e5e5e5;
}
.switch.on-w label {
  background: #f2f2f2;
}
.switch.on-w label:before {
  background: #cccccc;
}
.switch.on-w label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -5px;
  border-radius: 5px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.switch.on-w label span {
  font-size: 14px;
  color: #4d4d4d;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.switch.on-w label:hover:before {
  background: #b2b2b2;
}
.switch.fw {
  display: block;
}
.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: #4d4d4d;
  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;
}
.modal .modal-content > div:last-child {
  border-radius: 0 0 6px 6px;
}
@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;
  border-radius: 6px 6px 0 0;
}
.modal .modal-header .modal-title {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
}
.modal .modal-header .close {
  background: none;
  border: none;
  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: #4d4d4d;
}
.modal .modal-body {
  padding: 30px 15px 15px 15px;
  background: #FFFFFF;
}
.modal .modal-footer {
  padding: 30px 15px 15px 15px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 {
  text-align: center;
  margin: 10px 0;
  color: #4d4d4d;
}
.modal #RetourModalAchat {
  padding-top: 11px;
}
#TexteChequeModal {
  color: #4d4d4d;
  font-size: 14px;
  text-align: justify;
}
#modaltaille .modal-content {
  max-width: 800px;
}
#modaltaille .modal-content .modal-body {
  padding: 15px 30px 30px 30px;
}
#modaltaille #mt_lib {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#modaltaille #mt_lib2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#modaltaille #mt_prix {
  font-size: 24px;
  font-weight: 700;
  color: #3e9dff;
}
#modaltaille #mt_prixbarre {
  font-size: 24px;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10px;
}
#modaltaille #mt_des {
  font-size: 14px;
  color: #666666;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 5px;
}
#modaltaille .btn.primary {
  max-width: 300px;
  margin: 20px auto 0 auto;
}
#modaltaille .sizes-bar {
  background: #f2f2f2;
  padding: 15px 15px 0 15px;
}
#modaltaille .sizes-bar > p {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
#modaltaille .sizes-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
  margin-top: 10px;
}
#modaltaille .sizes-bar ul li {
  border: 1px solid #cccccc;
  margin: 0 10px 15px 10px;
}
#modaltaille .sizes-bar ul li p {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 0;
  text-align: center;
  background: #FFFFFF;
}
#modaltaille .sizes-bar ul li input[id^=infotaille_] {
  display: none;
}
#modaltaille .sizes-bar ul li .qty-selector {
  border-top: 1px solid #cccccc;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 44px;
}
#modaltaille .sizes-bar ul li .qty-selector input[type=number] {
  width: 40px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}
#modaltaille .sizes-bar ul li .qty-selector input[type=number]::-webkit-outer-spin-button,
#modaltaille .sizes-bar ul li .qty-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#modaltaille .sizes-bar ul li .qty-selector button {
  width: 34px;
  background: #f2f2f2;
  color: #808080;
  font-size: 26px;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modaltaille .sizes-bar ul li .qty-selector button svg {
  width: 18px;
  height: 18px;
}
#modaltaille .sizes-bar ul li .qty-selector button:hover {
  color: #3e9dff;
}
#modaltaille .sizes-bar ul li.btn-only {
  border: none;
}
#modaltaille .table-responsive {
  margin-top: 10px;
}
#modaltaille .table-responsive table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#modaltaille .table-responsive table td,
#modaltaille .table-responsive table th {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
}
#modaltaille .table-responsive table thead tr th {
  font-weight: 700;
}
.modal-list-container {
  max-height: 70vh;
  overflow-y: auto;
}
#lst_cdb {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: inside none;
  padding: 0;
}
#lst_cdb li {
  flex: 1 1 50%;
  border-bottom: 1px solid #e5e5e5;
}
#lst_cdb li:nth-child(even) {
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
}
#lst_cdb li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#lst_cdb li a span {
  flex: 0 1 60px;
  margin-right: 25px;
}
#lst_cdb li a p {
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  flex: 1 1 0;
  margin: 0;
}
#lst_cdb li a:hover p {
  color: #3e9dff;
}
#Lst_Client {
  list-style: inside none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
#Lst_Client li {
  border-top: 1px solid #e5e5e5;
}
#Lst_Client li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
#Lst_Client li:nth-child(even) {
  background: #f2f2f2;
}
#Lst_Client li a {
  display: block;
  padding: 15px;
  color: #4d4d4d;
  margin: 0;
  font-size: 15px;
}
#Lst_Client li a:hover {
  color: #3e9dff;
}
.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all ease-in-out 0.2s;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
}
.btn.mt {
  margin-top: 15px;
}
.btn.mb {
  margin-bottom: 15px;
}
button.btn {
  background: none;
  border: none;
}
.btn i,
.btn svg {
  margin-right: 10px;
}
.btn.noM i {
  margin: 0;
}
.btn.xl {
  height: 52px;
  font-size: 18px;
  font-weight: 700;
}
.btn.xl.square {
  width: 52px;
}
.btn.lg {
  height: 48px;
  font-size: 18px;
}
.btn.lg.square {
  width: 48px;
  font-size: 22px;
}
.btn.md {
  height: 40px;
  font-size: 14px;
}
.btn.md.square {
  width: 40px;
  font-size: 18px;
}
.btn.sm {
  height: 34px;
  font-size: 12px;
}
.btn.sm.square {
  width: 34px;
  font-size: 16px;
}
.btn.square i {
  margin: 0;
}
.btn.primary {
  background: #3e9dff;
  color: #FFFFFF;
}
.btn.primary:hover {
  background: #006ad7;
}
.btn.g-primary {
  border: 1px solid #3e9dff;
  color: #3e9dff;
}
.btn.g-primary:hover {
  border-color: #006ad7;
  background-color: #006ad7;
  color: #FFFFFF;
}
.btn.g-primary.dashed {
  border-style: dashed;
}
.btn.g-primary.dashed:hover {
  border-color: #006ad7;
  background-color: unset;
  color: #006ad7;
}
.btn.secondary {
  background: #fa1b2e;
  color: #FFFFFF;
}
.btn.secondary:hover {
  background: #ab0412;
}
.btn.g-secondary {
  border: 1px solid #fa1b2e;
  color: #fa1b2e;
}
.btn.g-secondary:hover {
  border-color: #ab0412;
  background-color: #ab0412;
  color: #FFFFFF;
}
.btn.g-secondary.dashed {
  border-style: dashed;
}
.btn.g-secondary.dashed:hover {
  border-color: #ab0412;
  background-color: unset;
  color: #ab0412;
}
.btn.tertiary {
  background: #f44336;
  color: #FFFFFF;
}
.btn.tertiary:hover {
  background: #ba160a;
}
.btn.g-tertiary {
  border: 1px solid #f44336;
  color: #f44336;
}
.btn.g-tertiary:hover {
  border-color: #ba160a;
  background-color: #ba160a;
  color: #FFFFFF;
}
.btn.g-tertiary.dashed {
  border-style: dashed;
}
.btn.g-tertiary.dashed:hover {
  border-color: #ba160a;
  background-color: unset;
  color: #ba160a;
}
.btn.grey {
  background: #4c4c4c;
  color: #FFFFFF;
}
.btn.grey:hover {
  background: #191919;
}
.btn.g-grey {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.btn.g-grey:hover {
  border-color: #191919;
  background-color: #191919;
  color: #FFFFFF;
}
.btn.g-grey.dashed {
  border-style: dashed;
}
.btn.g-grey.dashed:hover {
  border-color: #191919;
  background-color: unset;
  color: #191919;
}
.btn.mt {
  margin-top: 15px;
}
.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: #4d4d4d;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}
.btn.txt:hover {
  color: #fa1b2e;
}
.btn.txt.fw {
  text-align: center;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  font-size: 14px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: middle;
}
.table thead {
  background: #4c4c4c;
  color: #FFFFFF;
  z-index: 10;
}
.table thead th {
  font-weight: 700;
  position: relative;
}
.table thead th:not(.sorter-false):not(:first-child):after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0dc";
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  color: #BDBDBD;
}
.table.sideless th,
.table.sideless td {
  border-left: none;
  border-right: none;
}
.table.striped tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.table.hoverable tbody tr:hover,
.table.hoverable tbody tr:nth-child(odd):hover {
  background: rgba(62, 157, 255, 0.1);
}
#liste_colis tr {
  transition: all ease-out 0.3s;
}
#liste_colis tr:hover:not(.ligneDetailColis):not(.ligneDetailColis tr) {
  background-color: #f1f1f1;
}
#liste_colis .ligneDetailColis {
  display: none;
}
#liste_colis .ligneDetailColis.open {
  display: contents;
}
@media screen and (max-width: 719px) {
  .table {
    overflow-x: auto;
  }
  .table table {
    width: calc(100vw - 60px);
    table-layout: auto;
  }
}
* {
  font-family: 'IBM Plex Sans', sans-serif;
}
*:focus {
  outline: none;
}
a:focus {
  outline: none;
}
body {
  background-color: #ebebeb !important;
  height: auto!important;
  color: #4d4d4d !important;
}
body.modal-open {
  overflow: hidden!important;
  padding-right: 17px;
}
body.nav-open {
  overflow: hidden!important;
}
.field.ct {
  display: none;
}
.page-body {
  display: block;
}
main {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 250px;
  transition: all 0.2s ease-in-out;
}
main.extended {
  transition: all 0.2s ease-in-out 0.1s;
  padding-left: 60px;
}
@media screen and (max-width: 959px) {
  main {
    margin-top: 60px;
    padding-left: 0;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  vertical-align: middle;
  text-align: center;
}
#loading > div {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-top: 60px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -178%);
  text-align: center;
  color: #FFFFFF;
}
#loading > div p {
  font-size: 18px;
  margin-bottom: 15px;
}
#loading > div img {
  width: 40px;
  height: 40px;
}
.card {
  display: block;
  border-radius: 10px;
  background-color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  margin-bottom: 15px;
}
.card .card-header {
  display: flex;
  padding: 7px 15px;
}
.card .card-header .card-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.card .card-body {
  padding: 15px;
}
.card.stacked {
  height: auto;
}
.card.no-padding .card-body {
  padding: 0px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
  flex: 0 1 1;
}
.page-heading > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0;
}
.page-heading h1 {
  font-size: 24px;
}
.page-heading h2 {
  font-size: 20px;
}
@media screen and (max-width: 719px) {
  .page-heading h1 {
    font-size: 20px;
  }
  .page-heading h2 {
    font-size: 18px;
  }
}
.control-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.control-bar > * + * {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .control-bar {
    flex-wrap: wrap;
  }
  .control-bar p:first-of-type {
    display: none;
  }
  .control-bar .field:last-of-type,
  .control-bar button {
    margin-top: 10px;
  }
}
#emplart {
  margin: 15px 0;
  font-size: 14px;
  color: #4d4d4d;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #dddddd;
}
#info_zone {
  margin-top: 30px;
  background: #FFFFFF;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #dddddd;
  border-radius: 6px;
  line-height: 24px;
}
#info_zone:empty {
  display: none;
}
#scan_status {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid transparent;
  margin: 30px 0;
  display: none;
  cursor: pointer;
  transition: all ease 0.2s;
}
#scan_status .scan-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  transition: all ease 0.2s;
}
#scan_status .scan-header button {
  font-size: 26px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  background: none;
  cursor: pointer;
}
#scan_status .scan-content {
  padding: 15px 0;
  text-align: center;
}
#scan_status .scan-content i {
  font-size: 90px;
  transition: all ease 0.2s;
}
#scan_status .scan-content p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #4d4d4d;
}
#scan_status .scan-content .ok {
  display: none;
}
#scan_status .scan-content .ok i {
  color: #00e676;
}
#scan_status .scan-content .error {
  display: none;
}
#scan_status .scan-content .error i {
  color: #fa1b2e;
}
#scan_status.ok {
  display: block;
  border-color: #00e676;
}
#scan_status.ok .scan-header {
  background: #00e676;
}
#scan_status.ok .scan-content .ok {
  display: block;
}
#scan_status.ok:hover {
  border-color: #00b35c;
}
#scan_status.ok:hover .scan-header {
  background: #00b35c;
}
#scan_status.ok:hover .scan-content .ok i {
  color: #00b35c;
}
#scan_status.ko {
  display: block;
  border-color: #fa1b2e;
}
#scan_status.ko .scan-header {
  background: #fa1b2e;
}
#scan_status.ko .scan-content .error {
  display: block;
}
#scan_status.ko:hover {
  border-color: #c90415;
}
#scan_status.ko:hover .scan-header {
  background: #c90415;
}
#scan_status.ko:hover .scan-content .error i {
  color: #c90415;
}
main#login {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100vh;
  padding: 0;
}
main#login > div {
  flex: 1 1 50%;
  height: 100%;
}
main#login .banner {
  background-image: url('../images/common/login-background-alt.jpg');
  background-size: cover;
  background-position: bottom right;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#login .banner a img {
  max-width: 350px;
}
main#login .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 0 30px;
}
main#login .content .form {
  flex: 0 1 300px;
}
@media screen and (max-width: 959px) {
  main#login {
    display: block;
    height: auto;
    padding: 0;
    margin-top: 0;
    background: #FFFFFF;
  }
  main#login > div {
    height: auto;
  }
  main#login .banner {
    background-image: url('../images/common/login-background-alt.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  main#login .banner a img {
    max-width: 200px;
    height: auto;
  }
  main#login .content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 30px;
    height: calc(100vh - 200px);
  }
  main#login .content .form {
    max-width: 300px;
  }
}
main#item-collection {
  padding-top: 0;
}
main#item-collection .item-feed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main#item-collection .item-feed.regular .item-block {
  flex: 1 0 0;
  min-width: 230px;
  max-width: 270px;
  display: block;
  margin: 0 7px 15px 7px;
  align-self: stretch;
  position: relative;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
main#item-collection .item-feed.regular .item-block .btn-quickcart {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
}
main#item-collection .item-feed.regular .item-block .btn-clone {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
}
main#item-collection .item-feed.regular .item-block .content {
  font-size: 14px;
  text-align: center;
}
main#item-collection .item-feed.regular .item-block .content .sizes {
  border-top: 1px solid #f2f2f2;
}
main#item-collection .item-feed.regular .item-block .content .sizes ul {
  list-style: inside none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main#item-collection .item-feed.regular .item-block .content .sizes ul li + li {
  margin-left: 10px;
}
main#item-collection .item-feed.regular .item-block .content .qty {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: 5px;
}
main#item-collection .item-feed.regular .item-block .content .qty p {
  flex: 0 0 20%;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#item-collection .item-feed.regular .item-block .content .qty p:nth-child(1) {
  background-color: #fff9c4;
}
main#item-collection .item-feed.regular .item-block .content .qty p:nth-child(2) {
  background-color: #ffe0b2;
}
main#item-collection .item-feed.regular .item-block .content .qty p:nth-child(3) {
  background-color: #b3e5fc;
}
main#item-collection .item-feed.regular .item-block .content .qty p:nth-child(4) {
  background-color: #dcedc8;
}
main#item-collection .item-feed.regular .item-block .content .qty p:nth-child(5) {
  background-color: #ffcdd2;
}
main#item-collection .item-feed.inline .item-block {
  flex: 1 1 1;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
  background: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
main#item-collection .item-feed.inline .item-block:nth-child(even) {
  background: hsl(0, 0%, 97%);
}
main#item-collection .item-feed.inline .item-block .btn-quickcart {
  flex: 0 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 98;
}
main#item-collection .item-feed.inline .item-block .btn-clone {
  flex: 0 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 99;
}
main#item-collection .item-feed.inline .item-block .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
}
main#item-collection .item-feed.inline .item-block .content .photo {
  flex: 0 0 90px;
  width: 90px;
  height: 70px;
  margin-right: 15px;
}
main#item-collection .item-feed.inline .item-block .content .photo img {
  max-width: 100%;
  display: block;
  max-height: 100%;
  margin: auto;
}
main#item-collection .item-feed.inline .item-block .content .supp {
  flex: 1 1 10%;
}
main#item-collection .item-feed.inline .item-block .content .label {
  flex: 1 1 20%;
}
main#item-collection .item-feed.inline .item-block .content .season {
  flex: 1 1 10%;
}
main#item-collection .item-feed.inline .item-block .content .price {
  flex: 1 1 15%;
}
main#item-collection .item-feed.inline .item-block .content .sizes {
  flex: 0 1 200px;
}
main#item-collection .item-feed.inline .item-block .content .sizes p {
  display: none;
}
main#item-collection .item-feed.inline .item-block .content .sizes ul {
  list-style: inside none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main#item-collection .item-feed.inline .item-block .content .sizes ul li + li {
  margin-left: 10px;
}
main#item-collection .item-feed.inline .item-block .content .qty {
  display: flex;
  align-items: center;
  width: 250px;
  align-self: stretch;
}
main#item-collection .item-feed.inline .item-block .content .qty p {
  flex: 0 0 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main#item-collection .item-feed.inline .item-block .content .qty p:nth-child(1) {
  background-color: #fff9c4;
}
main#item-collection .item-feed.inline .item-block .content .qty p:nth-child(2) {
  background-color: #ffe0b2;
}
main#item-collection .item-feed.inline .item-block .content .qty p:nth-child(3) {
  background-color: #b3e5fc;
}
main#item-collection .item-feed.inline .item-block .content .qty p:nth-child(4) {
  background-color: #dcedc8;
}
main#item-collection .item-feed.inline .item-block .content .qty p:nth-child(5) {
  background-color: #ffcdd2;
}
main#item-collection .control-bar {
  position: sticky;
  top: 0;
  display: flex;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  padding: 0 10px;
  margin-bottom: 15px;
  z-index: 200;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
}
main#item-collection .control-bar .selections-menu {
  display: flex;
  align-items: center;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-trigger {
  display: flex;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 100;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  flex: 1 1 0;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul:first-child {
  flex: 0 0 20%;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li {
  flex: 0 1 120px;
  padding: 7px;
  -webkit-align-self: stretch;
  align-self: stretch;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li.sel-subtitle {
  flex: 1 1 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 7px 0 7px;
  margin-bottom: 7px;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li.sel-subtitle p {
  color: #FFF;
  margin-bottom: 0px;
  border-bottom: 1px solid #63aeea;
  padding: 15px 0 10px;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li a {
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #FFF;
  transition: all ease 0.2s;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li a img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li a p {
  padding: 10px 0;
  background: #FFF;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  min-height: 55px;
}
main#item-collection .control-bar .selections-menu .sel-item .sel-content ul li a:hover {
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
@media screen and (max-width: 959px) {
  main#item-collection .item-feed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  main#item-collection .item-feed.regular .item-block {
    flex: 0 1 50%;
  }
}
main#new-model .intitle-reference {
  color: inherit;
  background: none;
  border: none;
  font-size: inherit;
}
@media screen and (max-width: 719px) {
  main#new-model .intitle-reference {
    max-width: 100px;
  }
}
@media screen and (max-width: 719px) {
  main#new-model img#photo_preview {
    margin: 0 auto 15px auto;
    max-width: 100px;
  }
}
main#revenue-stats table thead tr th {
  text-align: center;
}
main#revenue-stats table tbody {
  text-align: right;
}
main#revenue-stats table tbody tr td:first-child {
  text-align: left;
  background: #abdaff;
}
main#revenue-stats table tbody tr td:nth-child(2) {
  background: #fdf3b9;
}
main#revenue-stats table tbody tr td:nth-child(3) {
  color: #3e9dff;
}
main#revenue-stats table tbody tr td.evo {
  color: #00e676;
}
main#revenue-stats table tbody tr td.evo.rouge {
  color: #fa1b2e;
}
main#revenue-stats table tbody tr td:nth-child(n+2) {
  text-align: right;
}
main#revenue-stats table tbody tr:nth-last-child(2) td {
  background: #fbe259;
  font-weight: 700;
}
main#inventory table#table_inventaire {
  table-layout: auto;
}
main#inventory table#table_inventaire thead tr th {
  text-align: center;
}
main#inventory table#table_inventaire tbody tr td:nth-child(2),
main#inventory table#table_inventaire tfoot tr td:nth-child(2) {
  padding: 3px 8px;
  text-align: right;
}
main#inventory table#table_inventaire tbody tr td:nth-child(3),
main#inventory table#table_inventaire tfoot tr td:nth-child(3) {
  text-align: right;
}
main#inventory table#table_inventaire .field {
  justify-content: flex-end;
}
main#inventory table#table_inventaire .field input {
  max-width: 80px;
  height: 32px;
}
main#inventory table#table_inventaire .field button {
  height: 32px;
}
main#gescom table tr.Devis {
  background-color: #f6ff64;
}
main#gescom table tr.Commande {
  background-color: #ffedaf;
}
main#gescom table tr.Livraison {
  background-color: #8dcaf0;
}
main#gescom table tr.Facture {
  background-color: #9ddda0;
}
main#cart .discount-settings .line {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
main#cart .discount-settings .line:first-child {
  border-top: 1px solid #e5e5e5;
}
main#cart .discount-settings .line > * + * {
  margin-left: 10px;
}
main#cart .discount-settings .line .title {
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 50px;
}
main#cart .discount-settings .line .field {
  flex: 0 0 80px;
  max-width: 80px;
}
main#cart .line-function {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
main#cart .line-function .btn + .btn {
  margin-left: 10px;
}
main#cart .line-function .mob {
  display: none;
}
main#cart .product-list {
  color: #4c4c4c;
  background: #FFFFFF;
}
main#cart .product-list .item {
  position: relative;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  z-index: 10;
  transition: all ease-in-out 0.2s;
}
main#cart .product-list .item:last-child {
  border-bottom: none;
}
main#cart .product-list .item .row {
  margin-left: 0;
  margin-right: 0;
}
main#cart .product-list .check-item {
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  width: 25px;
  align-items: center;
  justify-content: center;
  top: 0;
  margin: 0;
  cursor: pointer;
}
main#cart .product-list .check-item input {
  cursor: pointer;
}
main#cart .product-list .image {
  display: block;
  cursor: pointer;
}
main#cart .product-list .image img {
  width: auto;
  max-height: 70px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 719px) {
  main#cart .product-list .image img {
    max-height: auto;
    max-width: 100%;
  }
}
main#cart .product-list h4 {
  margin-bottom: 7px;
  font-size: 14px;
}
main#cart .product-list .price {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
main#cart .product-list .price span:last-child {
  text-align: right;
  font-weight: 700;
}
main#cart .product-list .btn-manage {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: -3px;
  z-index: 20;
  color: #FFF;
  background: #808080;
  border-radius: 15px 0 0 15px;
  transition: all ease-in-out 0.2s;
}
main#cart .product-list .btn-manage.mob {
  display: none;
}
main#cart .product-list .btn-manage i {
  transition: all ease-in-out 0.2s;
  transform: rotate(0);
}
main#cart .product-list .btn-manage:hover {
  background: #3e9dff;
}
main#cart .product-list .btn-manage:hover i {
  transform: rotate(90deg);
}
main#cart .product-list .edit-price {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #4c4c4c;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  margin-left: 5px;
}
main#cart .product-list .item.active {
  border-left-color: #3e9dff;
  border-right-color: #3e9dff;
}
main#cart .product-list .item.active .btn-manage {
  background: #3e9dff;
}
main#cart .product-list .item.active .btn-manage i {
  transform: rotate(90deg);
}
main#cart #LstCumuls {
  font-size: 16px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
main#cart #LstCumuls .left {
  display: inline-block;
  text-align: left;
  margin: 0;
}
main#cart #LstCumuls .right {
  display: inline-block;
  text-align: right;
  margin: 0;
}
main#cart #LstCumuls .right span#TotTicket {
  font-weight: 700;
  color: #fa1b2e;
}
main#cart #LstCumuls #arepLabel,
main#cart #LstCumuls #avoirRepris,
main#cart #LstCumuls #numavLabel,
main#cart #LstCumuls #numeroAvoir {
  display: none;
}
main#cart #LstCumuls #arepLabel.active,
main#cart #LstCumuls #avoirRepris.active,
main#cart #LstCumuls #numavLabel.active,
main#cart #LstCumuls #numeroAvoir.active {
  display: inline-block;
}
main#cart #LstCumuls #supprAvoir {
  display: none;
  font-size: 16px;
  color: #fa1b2e;
  background: none;
  border: none;
}
main#cart #LstCumuls #supprAvoir.active {
  display: inline-block;
}
main#cart #LstCumuls .sdl {
  display: none;
}
main#cart #LstCumuls .sdl.active {
  display: inline-block;
}
main#cart .mode-paiement {
  margin-top: 15px;
}
main#cart .mode-paiement .mode-select {
  text-align: center;
  display: flex;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main#cart .mode-paiement .mode-select > div {
  width: 100%;
  margin: 0 5px 10px 5px;
}
main#cart .mode-paiement .mode-select label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  background: #e5e5e5;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  max-height: 55px;
  margin-bottom: 0;
  transition: all ease 0.2s;
}
main#cart .mode-paiement .mode-select label:hover {
  background: #808080;
}
main#cart .mode-paiement .mode-select label p {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
main#cart .mode-paiement .mode-select input[type=checkbox] {
  display: none;
}
main#cart .mode-paiement .mode-select input:checked + label {
  background: #3e9dff;
}
main#cart .mode-paiement .mode-select input:checked + label p {
  color: #FFF;
}
main#cart .mode-paiement .mode-select .field {
  display: none;
}
main#cart .mode-paiement .mode-select .field input {
  border: 1px solid #3e9dff;
  text-align: right;
}
@media screen and (max-width: 719px) {
  main#cart .mode-paiement .mode-select .field input {
    padding-right: 10px;
  }
}
main#cart .mode-paiement .mode-amounts {
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main#cart .mode-paiement .mode-amounts .field {
  display: none;
  flex: 0 0 25%;
  max-width: 25%;
  background: #e5e5e5;
  padding: 20px 0;
  margin: 0 5px 10px 5px;
}
main#cart .mode-paiement .montants {
  display: none;
}
main#cart .mode-paiement .montants.active {
  display: block;
}
main.stats .charts-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  background: #FFF;
}
main.stats .charts-all > div {
  width: 100%;
  padding: 5px 0;
}
main.stats .charts-all > div:first-child {
  border-right: 1px solid #e5e5e5;
}
main.stats .charts {
  max-width: 200px;
  margin: auto;
  margin-bottom: 10px;
}
main.stats .charts p {
  text-align: center;
  margin: 0;
}
main.stats .charts .legend {
  text-align: center;
  font-size: 13px;
  color: #4d4d4d;
  margin: 0;
}
main.stats .charts .legend span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 539px) {
  main.stats .charts .legend span {
    font-size: 14px;
  }
}
main.stats .stats-graphs {
  margin-bottom: -45%;
  margin-top: -15%;
}
@media screen and (min-width: 541px) and (max-width: 720px) {
  main.stats .stats-graphs {
    margin-bottom: -25%;
    margin-top: -5%;
    max-width: 60%;
  }
}
main.stats .line-container {
  display: block;
  position: relative;
}
main.stats .line {
  border-bottom: 7px solid #e5e5e5;
  padding: 3px 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
main.stats .line:last-child {
  border-bottom: none;
}
main.stats .line.expanded:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #3e9dff;
  width: 3px;
  display: block;
}
main.stats .line .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: #4d4d4d;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 400;
}
main.stats .line .icon i {
  transition: all ease 0.2s;
}
main.stats .line .icon.active {
  background: #3e9dff;
}
main.stats .line .icon.active i {
  transform: rotateX(180deg);
}
main.stats .line:hover .icon {
  color: #4d4d4d;
}
main.stats .line .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
main.stats .line .inner > div {
  width: 50%;
}
main.stats .line .inner > div:first-child {
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
}
main.stats .line .inner > div:last-child {
  padding-left: 10px;
}
main.stats .line .expand {
  display: none;
  border-top: 1px solid #e5e5e5;
}
main.stats .line .top {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
main.stats .line .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
main.stats .line .bottom p:first-child {
  flex-shrink: 1;
}
main.stats .line .bottom p:last-child {
  text-align: right;
  flex-shrink: 0;
}
main.stats .line .bottom p {
  margin: 5px 0;
}
main.stats .line .bottom.spec p:empty {
  display: none;
}
main.stats .line .coef {
  color: #3e9dff;
  font-style: italic;
}
main.stats .line .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.stats .line .middle p {
  margin: 5px 0;
  font-size: 13px;
}
main.stats .line .middle p:last-child {
  text-align: right;
}
main.stats .line .progress-bar {
  background: #e5e5e5;
  display: block;
  width: 100%;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3px;
}
main.stats .line .progress-bar p {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 30;
  line-height: 14px;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 13px;
}
main.stats .line .progress-bar p span {
  font-weight: 400;
  font-style: italic;
}
main.stats .line .progress-bar .bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  z-index: 10;
  font-size: 13px;
}
main.stats .line .progress-bar .bar-fill.Rouge {
  background: #fa1b2e;
}
main.stats .line .progress-bar .bar-fill.Vert {
  background: #00e676;
}
main.stats .line img {
  max-height: 40px;
  max-width: 180px;
}
@media screen and (max-width: 719px) {
  main.stats .line {
    padding: 0 10px;
  }
  main.stats .line .top p,
  main.stats .line .bottom p {
    margin: 3px 0;
  }
  main.stats .line .middle p,
  main.stats .line .bottom p {
    font-size: 11px;
  }
  main.stats .line img {
    max-height: 20px;
    max-width: 70px;
  }
}
main.stats .line[data-type="MAG"] {
  display: none;
}
main.stats .line[data-type="MAG"] img {
  display: none;
}
main.stats .line[data-type="TOTAL"] .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.stats .line[data-type="TOTAL"] .top p {
  margin: 0;
  padding-right: 15px;
}
main#orders-preparation h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 10px;
}
main#orders-preparation h3 + p {
  font-size: 14px;
}
main#orders-preparation p + h3 {
  margin-top: 30px;
}
main#orders-preparation .item-scan-list {
  table-layout: auto;
}
main#orders-preparation .item-scan-list thead tr th:nth-child(n+7) {
  display: none;
}
main#orders-preparation .item-scan-list thead tr th:nth-child(n+7).visible {
  display: table-cell;
}
main#orders-preparation .item-scan-list tbody tr td:nth-child(5) i,
main#orders-preparation .item-scan-list tbody tr td:nth-child(11) i {
  display: none;
  font-size: 24px;
}
main#orders-preparation .item-scan-list tbody tr td:nth-child(5).scan_off .fa-minus,
main#orders-preparation .item-scan-list tbody tr td:nth-child(11).scan_off .fa-minus {
  display: inline;
}
main#orders-preparation .item-scan-list tbody tr td:nth-child(5).scan_on .fa-check,
main#orders-preparation .item-scan-list tbody tr td:nth-child(11).scan_on .fa-check {
  display: inline;
  color: #00e676;
}
main#orders-preparation .item-scan-list tbody tr td:nth-child(n+7) {
  display: none;
}
main#orders-preparation .item-scan-list tbody tr td:nth-child(n+7).visible {
  display: table-cell;
}
main#orders-preparation .table-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
main#orders-preparation .table-counter > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
main#orders-preparation .table-counter > div p:first-child {
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
  line-height: 12px;
  margin-right: 10px;
}
main#orders-preparation .table-counter > div p:last-child {
  font-size: 30px;
  font-weight: 700;
}
main#orders-preparation .table-counter > div:nth-child(3) p:last-child {
  color: #00e676;
}
main#orders-preparation .table-counter > div:nth-child(2) p:last-child {
  color: #3e9dff;
}
main#orders-shipping .selectors {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
main#orders-shipping .selectors .field {
  flex: 0 1 50%;
  padding: 0 10px;
}
main#orders-shipping .table-counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
main#orders-shipping .table-counter > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
main#orders-shipping .table-counter > div p:first-child {
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 700;
  line-height: 12px;
  margin-right: 10px;
}
main#orders-shipping .table-counter > div p:last-child {
  font-size: 30px;
  font-weight: 700;
  color: #00e676;
}
main#orders-shipping .table-title {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
main#orders-shipping .table-title h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  color: #4d4d4d;
}
main#orders-shipping .table-title .btn {
  border-radius: 0;
  background: #e5e5e5;
  color: #4d4d4d;
  margin-left: auto;
}
main#orders-shipping .table-title .btn:hover {
  background: #b2b2b2;
}
main#orders-shipping .order-list {
  margin-bottom: 30px;
}
main#orders-shipping .order-list input {
  width: 100%;
}
main#orders-shipping .order-list tr.filtered {
  display: none;
}
main#orders-shipping .order-list .order-status i {
  display: none;
  font-size: 24px;
}
main#orders-shipping .order-list .order-status.non_edite .fa-minus {
  display: inline;
}
main#orders-shipping .order-list .order-status.edite .fa-print {
  display: inline;
  color: #3e9dff;
}
main#orders-notification h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 10px;
}
main#orders-notification h3 + p {
  font-size: 14px;
}
main#orders-notification p + h3 {
  margin-top: 30px;
}
main#orders-notification p b {
  color: #fa1b2e;
}
main#orders-notification .item-scan-list {
  table-layout: auto;
}
main#orders-notification .item-scan-list tbody tr td:last-child i {
  display: none;
  font-size: 24px;
}
main#orders-notification .item-scan-list tbody tr td:last-child.scan_off .fa-minus {
  display: inline;
}
main#orders-notification .item-scan-list tbody tr td:last-child.scan_on .fa-check {
  display: inline;
  color: #00e676;
}
main#orders-notification .control-buttons .notification > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
main#orders-notification .control-buttons .notification > div .switch {
  margin: 0 7px;
}
main#orders-notification .control-buttons .notification .btn {
  flex: 1 1 0;
}
main#picking-list .table-title {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  padding: 10px 0;
}
main#picking-list .table-title h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  color: #4d4d4d;
}
main#picking-list .order-list {
  margin-bottom: 30px;
}
main#picking-list .order-list input {
  width: 100%;
}
main#picking-list .order-list tr.filtered {
  display: none;
}
main#picking-list .order-list .order-status i {
  display: none;
  font-size: 24px;
}
main#picking-list .order-list .order-status.non_edite .fa-minus {
  display: inline;
}
main#picking-list .order-list .order-status.edite .fa-print {
  display: inline;
  color: #3e9dff;
}
