@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#client {
  padding: 30px 0;
}
#client .contenu {
  text-align: center;
  margin-bottom: 15px;
}
#client form > fieldset {
  border: 1px solid #333f50;
  padding: 30px;
  margin-bottom: 25px;
  text-align: center;
  /*input[type="email"] {width: 100%;margin-bottom: 20px;height: 42px;padding: 0px 15px;}
            input[type="submit"]{
                border:1px solid @color3; background-color: @color3;color: @white;border-radius: 0;padding: 10px 20px 10px 20px;
                &:hover{background-color: @white;color: @color3;}
            }*/
}
#client form > fieldset h2 {
  text-align: left;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: #333f50;
  margin-bottom: 10px;
  font-size: 20px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client form > fieldset p {
  color: white;
}
#client form > fieldset h3 {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: #333f50;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client form > fieldset input[type=radio] {
  margin-left: 10px;
}
#client .identification .connexionClient > div {
  background: #333f50;
  height: 100%;
  padding: 40px;
  color: white;
}
#client .identification .connexionClient > div h2 {
  text-align: left;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .identification .connexionClient > div p {
  color: white;
}
#client .identification .connexionClient > div form {
  text-align: right;
}
#client .identification .connexionClient > div form input[type="text"],
#client .identification .connexionClient > div form input[type="password"] {
  width: 100%;
  margin-bottom: 20px;
  height: 42px;
  padding: 0px 15px;
}
#client .identification .connexionClient > div form .buttonsForm a {
  color: white;
}
#client .identification .connexionClient > div form .buttonsForm input[type="submit"] {
  margin-left: 15px;
  border: 1px solid white;
  background-color: #333f50;
  color: white;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
}
#client .identification .connexionClient > div form .buttonsForm input[type="submit"]:hover {
  background-color: white;
  color: #333f50;
}
#client .identification .nouveauClient > div {
  border: 1px solid #333f50;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#client .identification .nouveauClient > div h2 {
  text-align: left;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: #333f50;
  margin-bottom: 15px;
  font-size: 20px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .identification .nouveauClient > div form {
  width: 100%;
}
#client .identification .nouveauClient > div form input[type="submit"] {
  width: 100%;
  text-align: center;
  border: 1px solid #333f50;
  background-color: white;
  color: #333f50;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  transition: all 0.4s;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .identification .nouveauClient > div form input[type="submit"]:hover {
  background-color: #333f50;
  color: white;
  transition: all 0.4s;
}
#client .identification .nouveauClient > div span {
  display: block;
  margin: 5px 0;
  font-family: 'montserrat-italic', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-italic';
  src: url('../fonts/montserrat-italic.eot');
  src: url('../fonts/montserrat-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-italic.woff2') format('woff2'), url('../fonts/montserrat-italic.woff') format('woff'), url('../fonts/montserrat-italic.ttf') format('truetype'), url('../fonts/montserrat-italic.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .identification .nouveauClient > div a {
  width: 100%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #333f50;
  background-color: white;
  color: #333f50;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  transition: all 0.4s;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .identification .nouveauClient > div a:hover {
  background-color: #333f50;
  color: white;
  transition: all 0.4s;
}
#client .identification #formInscription form > fieldset:last-child {
  padding: 0;
  border: 0;
}
#client .menuClient h2 {
  text-align: left;
}
#client .menuClient ul {
  list-style: none;
  padding: 0;
}
#client .menuClient ul li {
  border-top: 1px solid #7d7d7d;
}
#client .menuClient ul li:last-child a {
  font-family: 'montserrat-regular', Arial, Helvetica, sans-serif;
  text-transform: none;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .menuClient ul li:last-child a.active span,
#client .menuClient ul li:last-child a:hover span {
  color: #333f50;
  transition: all 0.4s;
}
#client .menuClient ul li:last-child a.active span:after,
#client .menuClient ul li:last-child a:hover span:after,
#client .menuClient ul li:last-child a.active span:before,
#client .menuClient ul li:last-child a:hover span:before {
  background: #333f50;
  transition: all 0.4s;
}
#client .menuClient ul li:last-child a span {
  height: 28px;
  width: 28px;
  display: inline-flex;
  border: 2px solid;
  border-radius: 20px;
  position: relative;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.4s;
}
#client .menuClient ul li:last-child a span:after,
#client .menuClient ul li:last-child a span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #333f50;
  top: 3px;
  transition: all 0.4s;
}
#client .menuClient ul li:last-child a span:after {
  transform: rotate(45deg);
}
#client .menuClient ul li:last-child a span:before {
  transform: rotate(-45deg);
}
#client .menuClient ul li a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #333f50;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all 0.4s;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .menuClient ul li a.active,
#client .menuClient ul li a:hover {
  color: #af3628;
  transition: all 0.4s;
}
#client #tableAdress input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 0px 15px;
  margin-bottom: 15px;
}
#client #tableAdress input[type="submit"] {
  border: 1px solid #333f50;
  background-color: #333f50;
  color: #af3628;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
}
#client #tableAdress input[type="submit"]:hover {
  background-color: #af3628;
  color: #333f50;
}
#client #tableAdress input[type="submit"].btn {
  border: 1px solid #af3628;
  background-color: white;
  color: #af3628;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client #tableAdress input[type="submit"].btn:hover {
  background-color: #af3628;
  color: white;
}
#client #tableAdress .inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #client #tableAdress .inline {
    flex-direction: column;
  }
}
#client #tableAdress .inline .btnBack {
  border: 1px solid #333f50;
  color: #333f50;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  #client #tableAdress .inline .btnBack {
    text-align: center;
    margin-top: 15px;
  }
}
#client #tableAdress .inline .btnBack:hover {
  background-color: #333f50;
  color: white;
}
#client #tableAdress fieldset {
  border: 1px solid #333f50;
  margin-bottom: 25px;
  padding: 30px 30px;
}
#client #tableAdress fieldset h2 {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  color: #333f50;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client #tableAdress fieldset select {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
}
#client #tableAdress fieldset .blocBtnAdresse {
  margin-top: 30px;
}
#client #tableAdress fieldset .editAdresse form {
  display: inline-block;
}
#client #tableAdress fieldset .editAdresse form input[type="submit"] {
  border: 1px solid #333333;
  background-color: white;
  color: #333333;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  #client #tableAdress fieldset .editAdresse form input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client #tableAdress fieldset .editAdresse form input[type="submit"]:hover {
  background-color: #333333;
  color: white;
}
#client #tableAdress fieldset .blocEnregistrerAdresse {
  margin-top: 30px;
}
#client #tableAdress fieldset .blocEnregistrerAdresse input[type="submit"] {
  border: 1px solid #af3628;
  background-color: #af3628;
  color: white;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  #client #tableAdress fieldset .blocEnregistrerAdresse input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client #tableAdress fieldset .blocEnregistrerAdresse input[type="submit"]:hover {
  background-color: white;
  color: #af3628;
}
#client .mesCommandes {
  border: 1px solid #333f50;
  margin-bottom: 25px;
  padding: 30px 15px;
}
#client .mesCommandes h2 {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  margin: 15px 0px 45px 0px;
  color: #333f50;
  font-size: 24px;
  text-align: center;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .orderHeader {
  border-bottom: 1px solid #af3628;
  padding: 0 15px 5px 15px;
}
#client .mesCommandes .orderHeader > .col {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .order {
  padding: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #client .mesCommandes .order {
    margin-bottom: 15px;
    height: inherit;
  }
}
#client .mesCommandes .order:nth-child(even) {
  background: #f9f9fa;
}
#client .mesCommandes .order .detail a {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: #af3628;
  position: relative;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .order .detail a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  bottom: -2px;
  left: 0;
  transition: all 0.4s;
}
#client .mesCommandes .order .detail a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #client .mesCommandes .order .commande {
    display: flex;
    justify-content: center;
  }
}
#client .mesCommandes .order .commande a {
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  #client .mesCommandes .order .commande a {
    margin-top: 15px;
  }
}
#client .mesCommandes .order .commande a:hover {
  background: #333333;
  color: white;
  transition: all 0.4s;
}
#client .mesCommandes .orderInfo {
  margin-bottom: 30px;
}
#client .mesCommandes .orderInfo .orderInfoLigne {
  margin-bottom: 5px;
}
#client .mesCommandes .orderInfo .orderInfoLigne strong {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .orderInfo .orderInfoLigne span {
  display: block;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  color: #af3628;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .orderInfo .orderInfoLigne a {
  display: inline-block;
  color: #af3628;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  position: relative;
  text-decoration: none;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .orderInfo .orderInfoLigne a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  bottom: -2px;
  left: 0;
  transition: all 0.4s;
}
#client .mesCommandes .lignePanier {
  margin-bottom: 20px;
  border: 1px solid #c1c5ca;
  padding-right: 15px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  #client .mesCommandes .lignePanier {
    height: auto;
    padding: 15px;
  }
}
#client .mesCommandes .lignePanier .libelle,
#client .mesCommandes .lignePanier .prix,
#client .mesCommandes .lignePanier .total,
#client .mesCommandes .lignePanier .note {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#client .mesCommandes .lignePanier .qte {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#client .mesCommandes .lignePanier .libelle span {
  display: block;
}
#client .mesCommandes .lignePanier .libelle .bold {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  line-height: normal;
  font-size: 14px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .lignePanier .libelle .marque {
  display: block;
  margin-top: 10px;
}
#client .mesCommandes .lignePanier .prix .barre,
#client .mesCommandes .lignePanier .total .barre {
  text-decoration: line-through;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  line-height: normal;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .lignePanier .prix .bold,
#client .mesCommandes .lignePanier .total .bold {
  font-size: 14px;
  display: block;
  line-height: normal;
  margin-bottom: 3px;
}
#client .mesCommandes .lignePanier .prix .bold span,
#client .mesCommandes .lignePanier .total .bold span {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .lignePanier .qte .inputQte {
  font-size: 0;
  display: flex;
}
#client .mesCommandes .lignePanier .qte .inputQte input[type="text"] {
  border: 1px solid #c1c5ca;
  width: 80px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
}
#client .mesCommandes .lignePanier .qte .inputQte .btnLessSubmit,
#client .mesCommandes .lignePanier .qte .inputQte .btnMoreSubmit {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
#client .mesCommandes .lignePanier .qte .inputQte .btnLessSubmit {
  border-top: 1px solid #c1c5ca;
  border-bottom: 1px solid #c1c5ca;
  border-left: 1px solid #c1c5ca;
}
#client .mesCommandes .lignePanier .qte .inputQte .btnMoreSubmit {
  border-top: 1px solid #c1c5ca;
  border-bottom: 1px solid #c1c5ca;
  border-right: 1px solid #c1c5ca;
}
#client .mesCommandes .lignePanier .qte a {
  height: 30px;
  width: 30px;
  border: 2px solid #333f50;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#client .mesCommandes .lignePanier .qte a:before,
#client .mesCommandes .lignePanier .qte a:after {
  content: "";
  position: absolute;
  border-top: 2px solid #333f50;
  height: 1px;
  width: 20px;
}
#client .mesCommandes .lignePanier .qte a:after {
  transform: rotate(-45deg);
}
#client .mesCommandes .lignePanier .qte a:before {
  transform: rotate(45deg);
}
#client .mesCommandes .lignePanier .total {
  text-align: right;
}
#client .mesCommandes .lignePanier .note a {
  color: #333333;
  border: 1px solid #333333;
  text-align: center;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
#client .mesCommandes .lignePanier .note a:hover {
  background: #333333;
  color: white;
  transition: all 0.4s;
}
#client .mesCommandes .orderAdresse strong {
  font-family: 'montserrat-bold', Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat-bold.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#client .mesCommandes .orderAdresse span {
  display: block;
}
.select2 {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  border-radius: 0;
  background: transparent;
  border: 1px solid #c1c5ca;
  outline: 0;
  height: 42px;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  line-height: 42px;
  text-align: left;
  padding-left: 15px;
  padding-right: 45px;
  font-family: 'montserrat-regular', Arial, Helvetica, sans-serif;
  color: #333f50;
}
@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  height: 42px;
}
.select2.select2-container .select2-selection .select2-selection__arrow b {
  border-style: solid;
  height: 0;
  right: 15px;
  margin-left: 0;
  margin-top: 0px;
  position: absolute;
  top: 12px;
  width: 0;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  left: auto;
  border-color: #c1c5ca;
}
.select2.select2-container.select2-container--open .select2-selection {
  background: white;
}
.note .select2.select2-container .select2-selection .select2-selection__arrow {
  height: 42px;
}
.note .select2.select2-container .select2-selection .select2-selection__arrow b {
  border-style: solid;
  height: 0;
  right: 15px;
  margin-left: 0;
  margin-top: 0px;
  position: absolute;
  top: 12px;
  width: 0;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  left: auto;
  border-color: #c1c5ca;
}
.note .select2.select2-container.select2-container--open .select2-selection {
  background: white;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 300px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-family: 'montserrat-regular', Arial, Helvetica, sans-serif;
  padding: 0px 15px;
  font-size: 14px;
  height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1c5ca;
}
@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype'), url('../fonts/montserrat-regular.svg#@font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note {
  background-image: url(../images/barre-etoile-grise.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
  height: 20px;
  display: inline-block;
  background-position: right;
  margin-left: 10px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span {
  background-image: url(../images/barre-etoile-jaune.png);
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: top;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span.note1 {
  width: calc((100% * 1) / 5);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span.note2 {
  width: calc((100% * 2) / 5);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span.note3 {
  width: calc((100% * 3) / 5);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span.note4 {
  width: calc((100% * 4) / 5);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .note span.note5 {
  width: calc((100% * 5) / 5);
}
