@charset "UTF-8";

/*!
Theme Name: Lézards'Création
Author: Thomas SIMONET
Version: 1.0.0
*/

@font-face {
  font-family: "Avant Garde Book";
  src: url("./assets/fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Avant Garde Demi";
  src: url("./assets/fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Avant Garde Medium";
  src: url("./assets/fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: Avant Garde Book;
  font-size: 16px;
  line-height: 1.5;
  color: #333334;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.fullscreen {
  height: 800px;
  overflow: hidden;
}

.linearbackground-redorange,
.boulangerie__nav .current_page_item.calendar,
.boulangerie__nav .current_page_item.calendarok,
.btn--gradient,
.btn--gradient.ghost:before,
.custom-radio input:not(:checked) + span:before,
.lzc-bl-connexion__form .login-submit input {
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
}

.fullwidthlinearbackground {
  background: -webkit-gradient(linear, left top, right top, from(rgba(120, 0, 0, 0.9)), to(rgba(194, 80, 28, 0.9)));
  background: -webkit-linear-gradient(left, rgba(120, 0, 0, 0.9) 0%, rgba(194, 80, 28, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(120, 0, 0, 0.9) 0%, rgba(194, 80, 28, 0.9) 100%);
  background: linear-gradient(to right, rgba(120, 0, 0, 0.9) 0%, rgba(194, 80, 28, 0.9) 100%);
}

[type="date"].unstyled::-webkit-inner-spin-button,
[type="date"].unstyled::-webkit-calendar-picker-indicator,
[type="date"].unstyled::-webkit-clear-button,
[type="time"].unstyled::-webkit-inner-spin-button,
[type="time"].unstyled::-webkit-calendar-picker-indicator,
[type="time"].unstyled::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.ucfirst {
  text-transform: capitalize;
}

.loader {
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.loader .circular {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #77160d;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/* ==========================================================================
   Boulangerie
   --------------------------------------------------------------------------
   La page fait 100% de la hauteur, mais uniquement le header et la
   sidebar sont fixes. Donc on peut scroll dans .content
============================================================================= */

/* Boulangerie : Base
============================================================================= */

.page-template-boulangerie-sent-commande .main,
.page-template-boulangerie-today-commande .main,
.page-template-boulangerie-new-commande .main,
.page-template-boulangerie-edit-commande .main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 800px;
  overflow: hidden;
}

/* Boulangerie : Header
============================================================================= */

.boulangerie__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  min-height: 150px;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: overlay;
}

.boulangerie__header #logo {
  margin-right: 25px;
}

.page-template-boulangerie-new-commande .boulangerie__header,
.page-template-boulangerie-edit-commande .boulangerie__header {
  background-color: transparent;
}

/* Boulangerie : Titles
============================================================================= */

.boulangerie__header-titles h1,
.boulangerie__header-titles h2 {
  margin: 0;
  color: #fff;
  line-height: 1;
}

.boulangerie__header-titles h1 .separator {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

.boulangerie__header-titles .date,
.boulangerie__header-titles h2 {
  text-transform: uppercase;
}

.boulangerie__header-titles h1 {
  margin-bottom: 10px;
  font-family: "Avant Garde Demi";
  font-size: 28px;
}

.boulangerie__header-titles h2 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
}

/* Boulangerie : Body
============================================================================= */

.boulangerie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 650px;
}

/* Boulangerie : Nav
============================================================================= */

.boulangerie__nav {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  height: 100%;
}

.boulangerie__nav ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
}

.boulangerie__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33.3333333333333%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F2F2F2;
}

.boulangerie__nav li a {
  display: block;
  width: 100%;
  color: #B4B3B3;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.boulangerie__nav li a:before {
  content: "";
  display: block;
  margin: 0 auto 16px;
  width: 40px;
  height: 40px;
  background-color: #B4B3B3;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.boulangerie__nav li.calendar a:before {
  -webkit-mask-image: url("./assets/images/svg/calendar.svg");
  mask-image: url("./assets/images/svg/calendar.svg");
}

.boulangerie__nav li.calendarok a:before {
  -webkit-mask-image: url("./assets/images/svg/calendarok.svg");
  mask-image: url("./assets/images/svg/calendarok.svg");
}

.boulangerie__nav li.cross a:before {
  -webkit-mask-image: url("./assets/images/svg/cross.svg");
  mask-image: url("./assets/images/svg/cross.svg");
}

.boulangerie__nav .current_page_item.calendar a,
.boulangerie__nav .current_page_item.calendarok a,
.boulangerie__nav li.cross a {
  color: #fff;
}

.boulangerie__nav .current_page_item.calendar a:before,
.boulangerie__nav .current_page_item.calendarok a:before,
.boulangerie__nav li.cross a:before {
  background-color: #fff;
}

.boulangerie__nav li.cross {
  background-color: #A5B61C;
}

/* Boulangerie : Content
============================================================================= */

.boulangerie__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

/* ==========================================================================
   Entrepot
============================================================================= */

/* Entrepot : Base
============================================================================= */

.entrepot__header {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #AD2221;
  letter-spacing: 2px;
  text-align: center;
}

/* ==========================================================================
   Button
============================================================================= */

/* Button : vars
============================================================================= */

/* Button : base
============================================================================= */

.lzc-bl-btn {
  display: inline-block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-family: "Avant Garde Book";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

/* Button : Ghost
============================================================================= */

.lzc-bl-btn.ghost {
  background: transparent;
  color: #77160E;
  border: 2px solid currentColor;
  line-height: 46px;
}

.lzc-bl-btn.ghost:not(.nohover):hover {
  background-color: #77160E;
  border-color: #77160E;
  color: #fff;
}

/* Button : Ghost (Rounded & Gradient variation)
============================================================================= */

.lzc-bl-btn.ghost.rounded.gradient {
  position: relative;
  background: #fff;
  color: #77160E;
  border: none;
}

.lzc-bl-btn.ghost.rounded.gradient:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
}

.lzc-bl-btn.ghost.rounded.gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
  color: #fff;
}

/* Button : Colors variations
============================================================================= */

.lzc-bl-btn.orange,
.lzc-bl-btn.green,
.lzc-bl-btn.gradient {
  color: #fff;
}

.lzc-bl-btn.orange {
  background-color: #e56c2c;
}

.lzc-bl-btn.orange:hover {
  background-color: #dc5e1b;
}

.lzc-bl-btn.green {
  background-color: #a5b61c;
}

.lzc-bl-btn.green:hover {
  background-color: #91a019;
}

.lzc-bl-btn.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
}

.lzc-bl-btn.gradient.draft {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#77160d), to(#c4511c));
  background: -webkit-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: -o-linear-gradient(left, #77160d 0%, #c4511c 100%);
  background: linear-gradient(to right, #77160d 0%, #c4511c 100%);
}

.lzc-bl-btn.gradient.draft:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 32px;
}

.lzc-bl-btn.gradient.draft span {
  color: #000;
  z-index: 1;
  position: relative;
}

.lzc-bl-btn.ghost.orange {
  background-color: transparent;
  color: #77160E;
  border-color: #e56c2c;
}

.lzc-bl-btn.ghost.grey {
  background-color: transparent;
  color: #999999;
  border-color: currentColor;
}

/* Button : Rounded
============================================================================= */

.lzc-bl-btn.rounded {
  border-radius: 32px;
}

.lzc-bl-btn.ghost.rounded {
  border-radius: 32px;
}

/* Button : small
============================================================================= */

.lzc-bl-btn.small,
.lzc-bl-btn.ghost.gradient.small {
  height: 40px;
  line-height: 40px;
}

.lzc-bl-btn.ghost.gradient.small {
  height: 40px;
  line-height: 36px;
}

/* Button : Input date & time
============================================================================= */

input[type="date"].lzc-bl-btn,
input[type="time"].lzc-bl-btn {
  height: auto;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn,
.btn--gradient {
  display: inline-block;
  width: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
}

.btn.small,
.small.btn--gradient {
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn--rounded {
  border-radius: 32px;
}

.btn--gradient {
  position: relative;
  color: #fff;
  border-radius: 32px;
}

.btn--gradient.ghost {
  background: #fff;
  color: #77160E;
}

.btn--gradient.ghost:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  border-radius: 32px;
}

/* ==========================================================================
   Form
============================================================================= */

/* Form : Radio
============================================================================= */

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

.custom-radio input {
  display: none;
}

.custom-radio input:not(:checked) + span {
  position: relative;
  background: #fff;
  color: #77160E;
}

.custom-radio input:not(:checked) + span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  border-radius: 32px;
}

.custom-radio + .custom-radio {
  margin-left: 40px;
}

/* Form : Custom Select
============================================================================= */

.custom-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 210px;
  height: 50px;
}

.select-styled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 8px 15px;
  line-height: 30px;
  border-radius: 32px;
  border: 2px solid currentColor;
}

.select-styled:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-styled:hover {
  background-color: #77160E;
}

.select-options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-options li {
  height: 50px;
  margin: 0;
  padding: 8px 15px;
  background-color: #ab3326;
  line-height: 30px;
  border-color: #fff;
  border-style: solid;
}

.select-options li:hover {
  background-color: #77160E;
}

.select-options li[rel="hide"] {
  position: relative;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-width: 2px 2px 0 2px;
}

.select-options li[rel="hide"]:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: transparent transparent #fff transparent;
}

.select-options li:not([rel="hide"]):not(:last-of-type) {
  border-width: 0 2px 0 2px;
}

.select-options li:last-of-type {
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-width: 0 2px 2px 2px;
}

.select-options.active {
  display: block;
}

/* ==========================================================================
   Vuejs - Boulangerie
============================================================================= */

/* Vuejs : Base
============================================================================= */

.lzc-bl-loading {
  margin-top: 50px;
  color: #77160E;
  font-family: "Avant Garde Demi";
  font-size: 28px;
  text-align: center;
}

.lzc-bl-loading .loader {
  margin-top: 16px;
}

/* Vuejs : Command Form (step 1)
============================================================================= */

.lzc-bl-command-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  padding-left: 100px;
  padding-right: 100px;
  border-bottom: 1px solid #7F8081;
}

.lzc-bl-command-form .form-row:nth-last-child(2),
.lzc-bl-command-form .form-row:nth-last-child(1) {
  border-bottom: none;
}

.lzc-bl-command-form .form-row-label {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  font-family: "Avant Garde Demi";
  font-size: 17px;
}

.lzc-bl-command-form .form-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lzc-bl-command-form .form-row-wrapper > img {
  margin-left: 20px;
}

.lzc-bl-command-form .form-row-wrapper .form-row-label {
  margin-right: 20px;
}

.lzc-bl-command-form .form-row-wrapper + .form-row-wrapper {
  margin-left: 80px;
}

.lzc-bl-command-form [type="text"],
.lzc-bl-command-form textarea {
  outline: none;
  border-width: 0 0 1px 0;
  border-color: #77160E;
}

.lzc-bl-command-form [type="text"] {
  width: 300px;
}

.lzc-bl-command-form [name="orderDelivryHour"] {
  width: 125px;
}

.lzc-bl-command-form .form-row.comments {
  height: auto;
}

.lzc-bl-command-form .form-row.comments .form-row-input {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 50px;
}

.lzc-bl-command-form textarea {
  width: 661px;
  height: 80px;
  resize: none;
  padding: 0;
}

.lzc-bl-command-form .form-row.nextstep {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
}

.lzc-bl-command-form .form-row.nextstep .form-row-label {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 16px;
  font-family: "Avant Garde Book";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.lzc-bl-command-form .form-row.nextstep button {
  width: 80px;
}

.lzc-bl-command-form .alert.alert--error {
  margin-left: 20px;
  color: red;
  font-weight: 600;
}

.lzc-bl-command-form .date-row .form-row-label + .form-row-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-bl-command-form .date-row .alert {
  margin-top: 10px;
}

/* Vuejs : Command Form - Products list (step 2)
============================================================================= */

.lzc-bl-command-form .step2,
.lzc-bl-command-form .step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.lzc-bl-command-form .step2 {
  background-color: #fff;
}

.lzc-bl-command-form .step3 {
  z-index: 9999;
}

.lzc-bl-products-list {
  width: 62%;
}

.lzc-bl-products-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 20px;
}

.lzc-bl-products-list__header .left {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  padding-left: 16px;
}

.lzc-bl-products-list__header .back {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.lzc-bl-products-list__header .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-bl-products-list__header h1 {
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.lzc-bl-products-list__header .right .top {
  margin-bottom: 25px;
}

.lzc-bl-products-list__header .right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-bl-products-list__type .custom-select {
  width: 150px;
  margin-left: 32px;
}

.lzc-bl-products-list__search {
  position: relative;
}

.lzc-bl-products-list__search:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("./assets/images/svg/loop.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.lzc-bl-products-list__search input {
  width: 210px;
  margin-left: 32px;
  padding-left: 16px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 32px;
}

.lzc-bl-products-list__content {
  height: 650px;
}

.lzc-bl-products-list__products {
  overflow-y: scroll;
  height: 100%;
}

.lzc-bl-products-list__products .lzc-bl-headline {
  height: 66px;
  padding-left: 120px;
  padding-top: 20px;
  color: #999999;
  font-size: 14px;
}

.lzc-bl-products-list__products .lzc-bl-alpha-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-bl-products-list__products .lzc-bl-alpha-wrapper .lzc-bl-alpha {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  padding-left: 20px;
  color: #B4B3B3;
  font-family: "Avant Garde Demi";
  font-size: 51px;
  line-height: 100px;
  text-transform: uppercase;
}

.lzc-bl-products-list__products .lzc-bl-alpha-wrapper .lzc-bl-products-list-products__items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-bl-products-list__products .lzc-bl-alpha-wrapper + .lzc-bl-alpha-wrapper {
  margin-top: 40px;
}

/* Vuejs : Command Form - Step 3
============================================================================= */

.lzc-bl-command-form .lzc-bl-step3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lzc-bl-command-form .lzc-bl-step3__title {
  height: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Avant Garde Demi";
  font-size: 28px;
}

.lzc-bl-command-form .lzc-bl-step3__loader .loader {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lzc-bl-command-form .lzc-bl-step3__loader .loader .path {
  stroke: #fff;
}

.lzc-bl-command-form .lzc-bl-step3__loader .lzc-bl-step3-loader__message {
  color: #fff;
  font-family: "Avant Garde Demi";
  font-size: 28px;
  line-height: 60px;
}

.lzc-bl-command-form .lzc-bl-step3__loading {
  text-align: center;
}

.lzc-bl-command-form .lzc-bl-step3__mouse.error button,
.lzc-bl-command-form .lzc-bl-step3__mouse.error a {
  width: 200px;
  background-color: #fff;
  color: #000;
  border-radius: 23px;
}

.lzc-bl-command-form .lzc-bl-step3__mouse.error a {
  margin-left: 16px;
}

/* Vuejs : Product
============================================================================= */

.lzc-bl-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.lzc-bl-product:not([class$="surgele"]) .lzc-bl-product-metas__title svg {
  display: none;
}

.lzc-bl-product__thumbnail {
  margin-right: 25px;
}

.lzc-bl-product__thumbnail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.lzc-bl-product__metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 275px;
  flex-basis: 275px;
}

.lzc-bl-product-metas__title {
  color: #77160E;
  font-family: "Avant Garde Demi";
  font-size: 17px;
}

.lzc-bl-product-metas__title svg {
  width: 20px;
  vertical-align: middle;
}

.lzc-bl-product-metas__title svg path {
  fill: #009FE3 !important;
}

.lzc-bl-product-metas__title span {
  vertical-align: middle;
}

.lzc-bl-product-metas__price {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lzc-bl-product-metas__description-toggle button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.lzc-bl-product__actions {
  margin-left: 40px;
}

.lzc-bl-product__actions input {
  width: 70px;
  color: #77160E;
  font-size: 17px;
  border: 1px solid #B4B3B3;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.lzc-bl-product__actions input:focus {
  border-color: #77160E;
}

.lzc-bl-product__actions input::-webkit-outer-spin-button,
.lzc-bl-product__actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.lzc-bl-product__actions button {
  width: 125px;
  margin-left: 20px;
  line-height: 36px;
  font-weight: 400;
}

.lzc-bl-product__actions .lzc-bl-incart-ok {
  position: relative;
  display: inline-block;
}

.lzc-bl-product__actions .lzc-bl-incart-ok.inCart:before {
  content: "";
}

.lzc-bl-product__actions .lzc-bl-incart-ok:before {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url("./assets/images/svg/okey.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

/* Vuejs : Cart
============================================================================= */

.lzc-bl-cart {
  width: 38%;
  border-left: 1px solid #B4B3B3;
}

.lzc-bl-cart .lzc-bl-cart__header {
  height: 150px;
  padding-top: 20px;
  padding-left: 50px;
}

.lzc-bl-cart .lzc-bl-cart__header .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.lzc-bl-cart .lzc-bl-cart__header .top img {
  margin-right: 20px;
}

.lzc-bl-cart .lzc-bl-cart__header h1 {
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.lzc-bl-cart .lzc-bl-cart__header .bottom span {
  display: block;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lzc-bl-cart .lzc-bl-cart__list {
  height: 650px;
  overflow-y: scroll;
}

.lzc-bl-cart .lzc-bl-cart__list .lzc-bl-categorie {
  height: 50px;
  padding-left: 50px;
  padding-top: 20px;
  color: gray;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.lzc-bl-cart .lzc-bl-categorie-wrapper + .lzc-bl-categorie-wrapper {
  margin-top: 20px;
}

.lzc-bl-cart .lzc-bl-categorie-wrapper .list > div {
  border-bottom: 1px solid #B4B3B3;
}

.lzc-bl-cart .lzc-bl-categorie-wrapper .list > div:last-child {
  border-bottom: none;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-empty,
.lzc-bl-cart .lzc-bl-cart__list .cart-submit {
  padding-left: 50px;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-empty {
  height: 66px;
  padding-top: 20px;
  color: #999999;
  font-size: 14px;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-comment {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-comment span {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 600;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-comment textarea {
  width: 100%;
  height: 120px;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-submit {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  text-align: center;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-submit .comment {
  width: 160px;
}

.lzc-bl-cart .lzc-bl-cart__list .cart-submit .draft {
  margin-left: 16px;
  margin-bottom: 16px;
}

.lzc-bl-edit-cart .btn-wishlist {
  display: none;
}

/* Vuejs : Cart Product
============================================================================= */

.lzc-bl-product-cart {
  height: 70px;
  padding-left: 50px;
}

.lzc-bl-product-cart .lzc-bl-product__metas {
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
}

.lzc-bl-product-cart .lzc-bl-product-metas__title {
  font-size: 16px;
}

.lzc-bl-product-cart .lzc-bl-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.lzc-bl-product-cart .lzc-bl-product__actions button {
  width: 40px;
  height: 40px;
  margin-left: 16px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}

.lzc-bl-product-cart .btn-comments img {
  width: 29px;
}

.lzc-bl-product-cart .btn-trash svg {
  width: 23px;
}

.lzc-bl-product-cart .btn-wishlist svg {
  width: 40px;
}

.lzc-bl-product-cart .btn-wishlist > :last-child {
  display: none;
}

.lzc-bl-product-cart .btn-wishlist.active > :first-child {
  display: none;
}

.lzc-bl-product-cart .btn-wishlist.active > :last-child {
  display: block;
}

/* Vuejs : Command Form - Popup
============================================================================= */

.lzc-bl-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 100px 80px;
  z-index: 10000;
}

.lzc-bl-product-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.lzc-bl-product-popup__thumbnail {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lzc-bl-product-popup__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-bl-product-popup__content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
}

.lzc-bl-product-popup__content .top,
.lzc-bl-product-popup__content .bottom {
  padding-left: 80px;
  padding-right: 80px;
}

.lzc-bl-product-popup__content .top {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4B3B3;
}

.lzc-bl-product-popup__content .top h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Avant Garde Demi";
  font-size: 28px;
}

.lzc-bl-product-popup__content .top h2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lzc-bl-product-popup__content .bottom {
  padding-top: 40px;
  color: #444444;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.lzc-bl-product-popup__content .bottom > span > :first-child {
  margin-top: 0;
}

.lzc-bl-product-popup__content .bottom > span > :last-child {
  margin-bottom: 0;
}

/* Vuejs : Commands list
============================================================================= */

.lzc-bl-commands-list {
  overflow-y: scroll;
  height: 100%;
}

.lzc-bl-commands-list .lzc-bl-commands-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px;
}

.lzc-bl-commands-list .lzc-bl-commands-list__item:not(:last-of-type) {
  border-bottom: 1px solid #7F8081;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__wrapper:not(.no-flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__date,
.lzc-bl-commands-list .lzc-bl-commands-list-item__comment .title {
  color: #77160E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__dot {
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #77160E;
  border-radius: 50%;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__metas {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__title {
  margin-bottom: 10px;
  color: #77160E;
  font-family: "Avant Garde Demi";
  font-size: 19px;
  line-height: 1;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products,
.lzc-bl-commands-list .lzc-bl-commands-list-item__categories,
.lzc-bl-commands-list .lzc-bl-commands-list-item__totalprice {
  color: #444444;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__categories,
.lzc-bl-commands-list .lzc-bl-commands-list-item__totalprice {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products {
  margin-bottom: 20px;
  font-size: 12px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products .qty {
  margin-right: 5px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products > div + div {
  margin-top: 16px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products svg {
  display: none;
  width: 15px;
  vertical-align: bottom;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products svg path {
  fill: #009FE3 !important;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item-products__categorie {
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__products [class$="-surgele"] svg {
  display: inline;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__categories span + span:before {
  display: inline-block;
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 16px;
  text-align: right;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__description .open,
.lzc-bl-commands-list .lzc-bl-commands-list-item__description .close {
  width: 40px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__comment {
  text-align: left;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__comment .title,
.lzc-bl-commands-list .lzc-bl-commands-list-item__comment .content {
  font-size: 14px;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__comment .title {
  text-transform: uppercase;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__comment .bottom {
  display: inherit;
  text-align: right;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lzc-bl-commands-list .lzc-bl-commands-list-item__action .btn-trash {
  width: 40px;
  height: 40px;
  margin-left: 16px;
}

/* Vuejs : Add Comment Popup
============================================================================= */

.lzc-bl__comment-popup .lzc-eppl-edit-popup__wrapper h1 {
  margin-top: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
}

.lzc-bl__comment-popup .lzc-eppl-edit-popup__wrapper textarea {
  height: 100px;
  padding: 16px;
  border-radius: 23px;
}

.lzc-bl__comment-popup .lzc-eppl-edit-popup__wrapper .lzc-bl-btn.ghost {
  background-color: #77160E;
  color: #fff;
  border: none;
}

/* Vuejs : Command List Product Comments
============================================================================= */

.lzc-bl-commands-list-item__products-comments {
  margin-top: 16px;
  border-top: 1px solid #BFBEBF;
  padding-top: 14px;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__tab {
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 32px;
  border: 1px solid #BFBEBF;
  cursor: pointer;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__tab + .lzc-bl-cl-item-pc__tab {
  margin-left: 16px;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__tab.active {
  background-color: #BFBEBF;
  color: #fff;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__comments {
  text-align: left;
}

.lzc-bl-commands-list-item__products-comments .lzc-bl-cl-item-pc__comment span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

/* ==========================================================================
   Vuejs - Entrepot
============================================================================= */

/* Vuejs : Commands list Nav
============================================================================= */

.lzc-epplv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-epplv__nav.is_stuck {
  z-index: 100;
}

.lzc-epplv-nav__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
  color: #999999;
  font-family: "Avant Garde Demi";
  font-size: 52px;
  line-height: 82px;
  text-align: center;
}

.lzc-epplv-nav__item:not(:first-of-type):before,
.lzc-epplv-nav__item:not(:last-of-type):after {
  position: absolute;
  display: inline-block;
  width: 1px;
  background-color: #737373;
}

.lzc-epplv-nav__item:not(:first-of-type):before {
  top: 0;
  left: -1px;
  bottom: 0;
}

.lzc-epplv-nav__item:not(:last-of-type):after {
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60%;
}

.lzc-epplv-nav__item.surgele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  padding-left: 32px;
  color: #7F8081;
  font-size: 26px;
}

.lzc-epplv-nav__item.surgele svg {
  width: 40px;
  margin-right: 16px;
  stroke: #7F8081;
}

.lzc-epplv-nav__item.active {
  background-color: #737373;
  color: #fff;
}

.lzc-epplv-nav__item.active:before {
  content: "";
}

.lzc-epplv-nav__item.surgele.active {
  background-color: #009FE3;
}

.lzc-epplv-nav__item.surgele.active svg {
  stroke: #fff;
}

.lzc-epplv-nav__item.surgele.active:after {
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
  background-color: #009FE3;
}

/* Vuejs : Entrepot Products List
============================================================================= */

.lzc-ep-products-list {
  margin-top: 5px;
}

/* Vuejs : Entrepot Products List - Header
============================================================================= */

.lzc-eppl__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-eppl__header.is_stuck {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.lzc-eppl__header div {
  height: 55px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.lzc-eppl-header__product {
  width: 21%;
  border-right: 1px solid #B4B3B3;
}

.lzc-eppl-header__product,
.lzc-eppl-header__qty,
.lzc-eppl-header__state {
  color: #76160D;
  line-height: 55px;
}

.lzc-eppl-header__qty {
  width: 7%;
}

.lzc-eppl-header__labresse,
.lzc-eppl-header__rupt,
.lzc-eppl-header__remiremont,
.lzc-eppl-header__eloyes,
.lzc-eppl-header__ramonchamp,
.lzc-eppl-header__cornimont,
.lzc-eppl-header__melisey,
.lzc-eppl-header__atelierdesdelices {
  width: 8%;
}

.lzc-eppl-header__state {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-eppl-header__labresse,
.lzc-eppl-header__rupt,
.lzc-eppl-header__remiremont,
.lzc-eppl-header__eloyes,
.lzc-eppl-header__ramonchamp,
.lzc-eppl-header__cornimont,
.lzc-eppl-header__melisey,
.lzc-eppl-header__atelierdesdelices {
  position: relative;
  border-right: 1px solid currentColor;
  color: #fff;
  line-height: 40px;
}

.lzc-eppl-header__labresse:after,
.lzc-eppl-header__rupt:after,
.lzc-eppl-header__remiremont:after,
.lzc-eppl-header__eloyes:after,
.lzc-eppl-header__ramonchamp:after,
.lzc-eppl-header__cornimont:after,
.lzc-eppl-header__melisey:after,
.lzc-eppl-header__atelierdesdelices:after {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  content: "C";
  width: 35%;
  height: 20px;
  line-height: 22px;
  background-color: #fff;
}

.lzc-eppl-header__labresse {
  background-color: #DC9D2C;
}

.lzc-eppl-header__labresse:after {
  color: #DC9D2C;
}

.lzc-eppl-header__rupt {
  background-color: #C35769;
}

.lzc-eppl-header__rupt:after {
  color: #C35769;
}

.lzc-eppl-header__remiremont {
  background-color: #925786;
}

.lzc-eppl-header__remiremont:after {
  color: #925786;
}

.lzc-eppl-header__eloyes {
  background-color: #00889C;
}

.lzc-eppl-header__eloyes:after {
  color: #00889C;
}

.lzc-eppl-header__ramonchamp {
  background-color: #A5B61C;
}

.lzc-eppl-header__ramonchamp:after {
  color: #A5B61C;
}

.lzc-eppl-header__cornimont {
  background-color: #58a700;
}

.lzc-eppl-header__cornimont:after {
  color: #58a700;
}

.lzc-eppl-header__melisey {
  background-color: #1c78b6;
}

.lzc-eppl-header__melisey:after {
  color: #1c78b6;
}

.lzc-eppl-header__atelierdesdelices {
  background-color: #eec900;
}

.lzc-eppl-header__atelierdesdelices:after {
  color: #eec900;
}

/* Vuejs : Entrepot Products List - Loader
============================================================================= */

.lzec-eppl__loading {
  margin-top: 100px;
  color: #77160E;
  font-family: "Avant Garde Demi";
  font-size: 28px;
  text-align: center;
}

.lzec-eppl__loading .loader {
  margin-top: 16px;
}

/* Vuejs : Entrepot Products List - Day
============================================================================= */

.lzc-eppl__day {
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 48px;
  -webkit-transition: margin-bottom .3s;
  -o-transition: margin-bottom .3s;
  transition: margin-bottom .3s;
}

.lzc-eppl__day.is_hidden {
  margin-bottom: 5px;
}

.lzc-eppl__date {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #737373;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.lzc-eppl-date__fold {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  cursor: pointer;
}

.lzc-eppl-date__fold svg {
  width: 20px;
  height: 40px;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.lzc-eppl-date__fold.is_fold svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lzc-eppl__fold-it.is_hidden {
  display: none;
}

.lzc-eppl__type {
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #AD2221;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lzc-eppl__type span {
  display: block;
  width: 21%;
  font-size: 14px;
  text-align: center;
}

/* Vuejs : Entrepot Products List - Items
============================================================================= */

.lzc-eppl__items {
  margin-top: 1px;
}

.lzc-eppl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 600;
}

.lzc-eppl__item .lzc-eppl-item__name,
.lzc-eppl__item .lzc-eppl-item__totalqty,
.lzc-eppl__item .lzc-eppl-item__unity {
  color: #737373;
  border-style: solid;
  border-color: #B4B3B3;
}

.lzc-eppl__item .lzc-eppl-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 21%;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  border-width: 0 1px 1px 0;
}

.lzc-eppl__item .lzc-eppl-item__name span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.lzc-eppl__item .lzc-eppl-item__name .btn-loop {
  width: 25px;
  height: 100%;
  margin-right: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}

.lzc-eppl__item .lzc-eppl-item__totalqty {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  border-width: 0 1px 1px 0;
}

.lzc-eppl__item .lzc-eppl-item__unity {
  width: 45%;
  font-size: 17px;
  letter-spacing: 0px;
  text-align: center;
  border-width: 0 0 1px 0;
}

.lzc-eppl__item .lzc-eppl-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  color: #fff;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
}

.lzc-eppl__item .lzc-eppl-item__wrapper .magasin {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-eppl__item .lzc-eppl-item__wrapper .client {
  width: 35%;
  border-left: 1px solid currentColor;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.wrapper-qty {
  width: 7%;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.labresse {
  background-color: #DC9D2C;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.rupt {
  background-color: #C35769;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.remiremont {
  background-color: #925786;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.eloyes {
  background-color: #00889C;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.ramonchamp {
  background-color: #A5B61C;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.cornimont {
  background-color: #58a700;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.melisey {
  background-color: #eec900;
}

.lzc-eppl__item .lzc-eppl-item__wrapper.atelierdesdelices {
  background-color: #1c78b6;
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.labresse {
  background-color: rgba(220, 157, 44, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.rupt {
  background-color: rgba(195, 87, 105, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.remiremont {
  background-color: rgba(146, 87, 134, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.eloyes {
  background-color: rgba(0, 136, 156, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.ramonchamp {
  background-color: rgba(165, 182, 28, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.cornimont {
  background-color: rgba(88, 167, 0, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.melisey {
  background-color: rgba(238, 201, 0, 0.7);
}

.lzc-eppl__item:nth-child(even) .lzc-eppl-item__wrapper.atelierdesdelices {
  background-color: rgba(28, 120, 182, 0.7);
}

.lzc-eppl__item .lzc-eppl-item__state {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(198, 198, 198, 0.7);
}

.lzc-eppl__item .lzc-eppl-item__state svg {
  width: 35px;
}

.lzc-eppl__item .lzc-eppl-item__state svg path {
  fill: #fff !important;
}

.lzc-eppl__item .lzc-eppl-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #B4B3B3;
}

.lzc-eppl__item .lzc-eppl-item__actions .edit,
.lzc-eppl__item .lzc-eppl-item__actions .missing,
.lzc-eppl__item .lzc-eppl-item__actions .validate,
.lzc-eppl__item .lzc-eppl-item__actions .close {
  border: none;
  outline: 0;
}

.lzc-eppl__item .lzc-eppl-item__actions .edit,
.lzc-eppl__item .lzc-eppl-item__actions .missing,
.lzc-eppl__item .lzc-eppl-item__actions .validate {
  height: 20px;
  margin-right: 10px;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lzc-eppl__item .lzc-eppl-item__actions .edit {
  background-color: #AD2221;
}

.lzc-eppl__item .lzc-eppl-item__actions .missing {
  background-color: #F39200;
}

.lzc-eppl__item .lzc-eppl-item__actions .validate {
  background-color: #94C11F;
}

.lzc-eppl__item .lzc-eppl-item__actions .close {
  height: 40px;
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
}

.lzc-eppl__item.finished .lzc-eppl-item__name,
.lzc-eppl__item.finished .lzc-eppl-item__totalqty,
.lzc-eppl__item.finished .lzc-eppl-item__unity,
.lzc-eppl__item.finished .lzc-eppl-item__state {
  color: rgba(115, 115, 115, 0.35);
}

.lzc-eppl__item.finished .wrapper-magasin,
.lzc-eppl__item.finished .lzc-eppl-item__state {
  background-color: #c6c6c6;
}

.lzc-eppl__item.finished:nth-child(even) .wrapper-magasin,
.lzc-eppl__item.finished:nth-child(even) .lzc-eppl-item__state {
  background-color: rgba(198, 198, 198, 0.7);
}

.lzc-eppl__item .lzc-eppl-item__state > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lzc-eppl__item .lzc-eppl-item__state button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 32px;
  width: 160px;
  height: 25px;
  line-height: 25px;
  background-color: #737373;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lzc-eppl__item .lzc-eppl-item__state button img {
  margin-right: 6px;
}

/* Vuejs : Entrepot Products List - Client Modifier
============================================================================= */

.lzc-ep-products-list.client .lzc-eppl-header__labresse:after,
.lzc-ep-products-list.client .lzc-eppl-header__rupt:after,
.lzc-ep-products-list.client .lzc-eppl-header__remiremont:after,
.lzc-ep-products-list.client .lzc-eppl-header__eloyes:after,
.lzc-ep-products-list.client .lzc-eppl-header__ramonchamp:after,
.lzc-ep-products-list.client .lzc-eppl-header__cornimont:after,
.lzc-ep-products-list.client .lzc-eppl-header__melisey:after,
.lzc-ep-products-list.client .lzc-eppl-header__atelierdesdelices:after {
  content: "H";
  width: 45%;
}

.lzc-ep-products-list.client .lzc-eppl-item__wrapper.wrapper-magasin .magasin {
  display: none;
}

.lzc-ep-products-list.client .lzc-eppl-item__wrapper.wrapper-magasin .client {
  width: 55%;
}

.lzc-ep-products-list.client .lzc-eppl-item__wrapper.wrapper-magasin .client_delivryh {
  width: 45%;
  border-left: 1px solid currentColor;
}

.lzc-ep-products-list.client .lzc-eppl__actions {
  padding-left: 82%;
}

.lzc-ep-products-list.client .lzc-eppl__actions button {
  width: 100%;
}

.lzc-ep-products-list.magasin .lzc-eppl-item__wrapper.wrapper-magasin .client_delivryh {
  display: none;
}

/* Vuejs : Entrepot Products List - Surgele Modifier
============================================================================= */

.lzc-ep-products-list.surgele .lzc-eppl-header__labresse:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__rupt:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__remiremont:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__eloyes:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__ramonchamp:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__cornimont:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__melisey:after,
.lzc-ep-products-list.surgele .lzc-eppl-header__atelierdesdelices:after {
  content: none;
}

.lzc-ep-products-list.surgele .lzc-eppl-item__wrapper.wrapper-magasin .magasin {
  width: 100%;
}

.lzc-ep-products-list.surgele .lzc-eppl-item__wrapper.wrapper-magasin .client,
.lzc-ep-products-list.surgele .lzc-eppl-item__wrapper.wrapper-magasin .client_delivryh {
  display: none;
}

/* Vuejs : Popup
============================================================================= */

.lzc-eppl__loading-popup,
.lzc-eppl__edit-popup {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(19, 16, 13, 0.85);
  text-align: center;
}

.lzc-eppl__loading-popup .close,
.lzc-eppl__edit-popup .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
}

.lzc-eppl__loading-popup .close svg,
.lzc-eppl__edit-popup .close svg {
  width: 60px;
}

.lzc-eppl__loading-popup .close svg path,
.lzc-eppl__edit-popup .close svg path {
  stroke: #fff !important;
}

.lzc-eppl-edit-popup__logo {
  margin-bottom: 40px;
}

.lzc-eppl-edit-popup__form input {
  display: inline-block;
  width: 290px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Avant Garde Book";
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  border-radius: 32px;
  outline: none;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.lzc-eppl-edit-popup__form .wrong {
  margin-bottom: 20px;
  color: #fff;
}

/* Vuejs : Missing Popup
============================================================================= */

.lzc-eppl__missing-popup label {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.lzc-eppl__missing-popup textarea {
  display: block;
  width: 450px;
  height: 140px;
  margin: 0 auto 40px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  border-radius: 32px;
  outline: none;
  resize: none;
}

.lzc-eppl__missing-popup .lzc-eppl-edit-popup__form .lzc-bl-btn {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #a5b61c;
  border-radius: 50%;
}

.lzc-eppl__missing-popup .lzc-eppl-edit-popup__form .lzc-bl-btn svg {
  width: 30px;
}

.lzc-eppl__missing-popup .lzc-eppl-edit-popup__form .lzc-bl-btn svg path {
  fill: #fff !important;
}

/* Vuejs : Loading popup
============================================================================= */

.lzc-eppl__loading-popup .lzec-eppl__loading {
  margin-top: 0;
  color: #fff;
}

.lzc-eppl__loading-popup .lzec-eppl__loading svg .path {
  stroke: #fff;
}

/* Vuejs : Planning
============================================================================= */

.lzc-ep-planning__date {
  color: #AD2221;
  font-size: 28px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #7F8081;
  border-bottom: 1px solid #7F8081;
}

.lzc-ep-planning__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-ep-planning__day {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lzc-ep-planning__day:not(:last-of-type) {
  border-right: 1px solid #7F8081;
}

.lzc-ep-planning__day:first-of-type .lzc-ep-planning-day__header {
  background-color: #AD2221;
  color: #fff;
}

.lzc-ep-planning__day:first-of-type .lzc-ep-planning-day__content {
  font-weight: 600;
}

.lzc-ep-planning-day__header {
  color: #AD2221;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #7F8081;
}

.lzc-ep-planning-day__content {
  min-height: calc(100vh - 285px);
  padding-left: 0.5vw;
  color: #646564;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Vuejs : Planning
============================================================================= */

.lzc-eppl__edit-form {
  padding: 32px;
  background-color: #fff;
}

.lzc-eppl-ef__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lzc-eppl-ef__header div {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: #AD2221;
  color: #fff;
}

.lzc-eppl-ef__header div:not(:first-child) {
  border-left: none;
}

.lzc-eppl-ef__commands {
  margin-top: 32px;
}

.lzc-eppl-ef__command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.lzc-eppl-ef__command div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #7F8081;
}

.lzc-eppl-ef__command div:not(:first-child) {
  border-left: none;
}

.lzc-eppl-ef__command .lzc-eppl-ef-command__qty input {
  width: 100px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.lzc-eppl-ef__command + .lzc-eppl-ef__command {
  margin-top: 16px;
}

.lzc-eppl-ef-header__magasin,
.lzc-eppl-ef-command__magasin {
  width: 155px;
}

.lzc-eppl-ef-header__name,
.lzc-eppl-ef-command__name {
  width: 200px;
}

.lzc-eppl-ef-header__type,
.lzc-eppl-ef-command__type {
  width: 100px;
}

.lzc-eppl-ef-header__qty,
.lzc-eppl-ef-command__qty {
  width: 132px;
}

.lzc-eppl-ef-header__reason,
.lzc-eppl-ef-command__reason {
  width: 400px;
}

.lzc-eppl-ef-command__reason textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

.lzc-eppl-ef__actions {
  margin-top: 32px;
  text-align: right;
}

.lzc-eppl-ef__actions button {
  width: 150px;
}

.lzc-eppl-ef__actions button + button {
  margin-left: 16px;
}

/* Vuejs : Planning
============================================================================= */

.lzc-eppl__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 64%;
}

.lzc-eppl__actions button {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #737373;
  color: #fff;
  font-weight: 400;
}

.lzc-eppl__actions button:last-child {
  border-left: 1px solid #fff;
}

.lzc-eppl__actions img {
  margin-right: 16px;
}

/* Vuejs : Entrepot : Comment Popup
============================================================================= */

.lzc-eppl__comment-popup .lzc-eppl__edit-form {
  padding: 25px;
}

.lzc-eppl__comment-popup h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #AD2221;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: left;
  border-bottom: 1px solid #c1c1c1;
}

.lzc-eppl__comment-popup .lzc-eppl-ef__commands {
  font-size: 14px;
}

.lzc-eppl__comment-popup .lzc-eppl-ef__header div {
  height: 50px;
  line-height: 50px;
}

.lzc-eppl__comment-popup .lzc-eppl-ef__command {
  height: auto;
}

.lzc-eppl__comment-popup .lzc-eppl-ef__command > div {
  padding: 10px;
  line-height: inherit;
}

.lzc-eppl__comment-popup .lzc-eppl-ef-header__qty,
.lzc-eppl__comment-popup .lzc-eppl-ef-command__qty {
  width: 110px;
}

.lzc-eppl__comment-popup .lzc-eppl-ef-header__delivryh,
.lzc-eppl__comment-popup .lzc-eppl-ef-command__delivryh {
  width: 200px;
}

.lzc-eppl__comment-popup .lzc-eppl-ef-header__reason,
.lzc-eppl__comment-popup .lzc-eppl-ef-command__reason {
  width: 450px;
}

/* Vuejs : Entrepot : Secondary Nav
============================================================================= */

/* Vuejs : Entrepot : lzc-ep-client-orders-detail
============================================================================= */

/* ==========================================================================
   Connexion
============================================================================= */

/* Connexion : Base
============================================================================= */

.lzc-bl-connexion__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: overlay;
}

.lzc-bl-connexion__logo {
  margin-bottom: 48px;
}

/* Connexion : Login Failed
============================================================================= */

.lzc-bl-connexion__login-failed {
  padding: 16px;
  margin-bottom: 32px;
  color: #fff;
  background-color: #77160d;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 16px;
}

/* Connexion : Form
============================================================================= */

.lzc-bl-connexion__form .login-username label,
.lzc-bl-connexion__form .login-username input,
.lzc-bl-connexion__form .login-password label,
.lzc-bl-connexion__form .login-password input,
.lzc-bl-connexion__form .login-submit label,
.lzc-bl-connexion__form .login-submit input {
  display: inline-block;
  width: 290px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-family: "Avant Garde Book";
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.lzc-bl-connexion__form .login-username input,
.lzc-bl-connexion__form .login-password input,
.lzc-bl-connexion__form .login-submit input {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 32px;
}

.lzc-bl-connexion__form .login-username,
.lzc-bl-connexion__form .login-password {
  position: relative;
}

.lzc-bl-connexion__form .login-username label,
.lzc-bl-connexion__form .login-username input,
.lzc-bl-connexion__form .login-password label,
.lzc-bl-connexion__form .login-password input {
  padding-left: 70px;
  text-align: left;
}

.lzc-bl-connexion__form .login-username label,
.lzc-bl-connexion__form .login-password label {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.lzc-bl-connexion__form .login-username label:before,
.lzc-bl-connexion__form .login-password label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.lzc-bl-connexion__form .login-username input,
.lzc-bl-connexion__form .login-password input {
  font-weight: 400;
}

.lzc-bl-connexion__form .login-username {
  margin-top: 0;
}

.lzc-bl-connexion__form .login-username label:before {
  background-image: url("./assets/images/svg/user.svg");
}

.lzc-bl-connexion__form .login-password label:before {
  background-image: url("./assets/images/svg/password.svg");
}

.lzc-bl-connexion__form #loginform.placeholder-added label {
  font-size: 0;
}

.lzc-bl-connexion__form #loginform input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.lzc-bl-connexion__form #loginform input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.lzc-bl-connexion__form #loginform input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.lzc-bl-connexion__form .login-submit input {
  text-transform: uppercase;
}

.lzc-bl-connexion__form .lzc-bl-connexion__logged-in {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.lzc-bl-connexion__form .lzc-bl-connexion__logged-in h1 {
  margin: 0 0 20px 0;
}

#vuejs {
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
