@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.typo--title1, .home--right--infosTitle {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #434343;
}
.typo--title2 {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #fff;
  font-weight: 400;
}
.typo--title3, .paiement--titleText, .categories--titleText1, .categories--titleText, .home--right--infosText {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #434343;
  font-weight: 300;
}
.typo--title4, .modifPrix--number, .modifPrix--number__large, .couverts--number, .couverts--number__large {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #0A0B0C;
  font-weight: 400;
}
.typo--title5 {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 400;
}
.typo--title6 {
  font-size: 0.4375rem;
  line-height: 0.5rem;
  font-weight: 400;
}

.btn, .btn--secondary, .btn--primaryBig, .btn--primary, .modifPrix--action, .couverts--action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 2.25rem;
  border-radius: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem 3.75rem;
  border: none;
}
.btn--wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn--centerwrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--primary, .modifPrix--action, .couverts--action {
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#70FF46), to(#0485F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
}
.btn--background, .enreg--infosLeft, .paiement--infosLeft, .categories--infosLeft {
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#70FF46), to(#0485F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
}
.btn--primaryBig {
  min-height: 3.25rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#70FF46), to(#0485F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #70FF46 0%, #0485F6 100%) 0% 0% no-repeat padding-box;
}
.btn--secondary {
  background-color: transparent;
  color: #000;
  border: solid 0.0625rem #000;
}
.btn--menu, .btn--menu__logout {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 3.25rem;
  border-radius: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem 5.9375rem;
  border: solid 0.0625rem rgba(112, 112, 112, 0.2392156863);
  background-color: #fff;
  color: #0A0B0C;
}
.btn--menuImg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1.875rem;
  top: calc(50% - 8px);
}
.btn--menu.active, .active.btn--menu__logout {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.btn--menu.active:before, .active.btn--menu__logout:before {
  content: "";
  position: absolute;
  left: -1.125rem;
  top: calc(50% - 9px);
  border-radius: 0 0.3125rem 0.3125rem 0;
  width: 0.4375rem;
  height: 1.125rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.btn--menu__logout {
  background-color: rgba(67, 67, 67, 0.1) !important;
}

html,
body {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  color: #0A0B0C;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
body *:focus {
  outline: none;
}

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

.tableC, .tables--fifteen, .tables--fourteen, .tables--thirteen, .tables--twelve, .tables--sept, .tables--five, .tables--three, .tables--two {
  position: relative;
  margin-bottom: 2.5rem;
  width: 6.125rem;
  height: 6.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: solid 0.25rem #B43866;
}
.tableC--number {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #202020;
  background-color: #E4E8FF;
  font-size: 0.875rem;
  line-height: 1;
}
.tableC h3, .tables--fifteen h3, .tables--fourteen h3, .tables--thirteen h3, .tables--twelve h3, .tables--sept h3, .tables--five h3, .tables--three h3, .tables--two h3 {
  padding-left: 1.25rem;
  display: block;
  position: absolute;
  top: calc(100% + 22px);
  left: -0.9375rem;
  width: 7.5rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #0A0B0C;
}
.tableC h3:before, .tables--fifteen h3:before, .tables--fourteen h3:before, .tables--thirteen h3:before, .tables--twelve h3:before, .tables--sept h3:before, .tables--five h3:before, .tables--three h3:before, .tables--two h3:before {
  width: 0.875rem;
  height: 0.875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../svg/time-check.svg");
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

.tableR, .tables--eleven, .tables--ten, .tables--nine, .tables--eight, .tables--six, .tables--four, .tables--one {
  border-radius: 50%;
  width: 5.875rem;
  height: 5.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: solid 0.25rem #38B438;
}
.tableR--number {
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #202020;
  background-color: #E4E8FF;
  font-size: 0.875rem;
  line-height: 1;
}
.tableR h3, .tables--eleven h3, .tables--ten h3, .tables--nine h3, .tables--eight h3, .tables--six h3, .tables--four h3, .tables--one h3 {
  padding-left: 1.25rem;
  display: block;
  position: absolute;
  top: calc(100% + 22px);
  left: -1.0625rem;
  width: 7.5rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #0A0B0C;
}
.tableR h3:before, .tables--eleven h3:before, .tables--ten h3:before, .tables--nine h3:before, .tables--eight h3:before, .tables--six h3:before, .tables--four h3:before, .tables--one h3:before {
  width: 0.875rem;
  height: 0.875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../svg/time-check.svg");
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

.greenText {
  color: #1DA2CC;
}

input {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
}

textarea {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
}

select {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
}

button {
  border: none;
  border-radius: 0;
  font-family: "Sora", sans-serif;
}

/* Cachons la case à cocher */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

/* on prépare le label */
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 30px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
}

/*   Aspect des checkboxes quand ils sont cochés   */
/* :before sert à créer la case à cocher */
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
}

/* Aspect des checkboxes quand ils ne sont pas cochés   */
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  background: #fff;
}

/* Aspect général de la coche */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 21px;
  width: 21px;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 30px;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  background: url('~assets/svg/tick-rouge.svg');
  position: absolute;
  top: -7px; left: 1px;
  font-size: 30px;
  color: $color-base_3;
  transition: all .2s;
}*/
/* Aspect si "pas cochée" */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Aspect si "cochée" */
[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* aspect désactivée */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  border-color: #000;
  background-color: black;
}

/* styles de la coche (si cochée/désactivée) */
[type=checkbox]:disabled:checked + label:after {
  color: #000;
}

/* on style aussi le label quand désactivé */
[type=checkbox]:disabled + label {
  color: #000;
}

/* aspect au focus de l'élément */
.accordion-item {
  /* &-body {
    &--opened {
      &:after {
        //
      }
    }
  } */
}
.accordion-item-header {
  position: relative;
}
.accordion-item-header--opened {
  position: relative;
}
.accordion-item-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.accordion-item-content--opened {
  -webkit-transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100vh;
  border: solid rgba(112, 112, 112, 0.2392156863) 0.0625rem;
  border-radius: 0.625rem;
  padding: 0.375rem 0.5625rem;
}
.home.open .home--left {
  width: 5.9375rem !important;
}
.home.open .home--left--buttonText {
  display: none;
}
.home.open .home--left--buttonText2 {
  display: inline !important;
}
.home.open .home--left--buttonWrap a {
  content: "dash";
  padding: 0;
  width: 100%;
}
.home.open .home--right {
  width: calc(100% - 105px);
}
.home.open .home--left--list {
  padding: 1.375rem 1.5625rem 1.375rem 1rem;
}
.home.open .home--left--listItem {
  width: 3.25rem;
  padding: 0;
}
.home.open .home--left--listItem span {
  display: none;
}
.home.open .home--left--bottom {
  padding: 0.9375rem 1.5625rem 0.9375rem 1rem;
}
.home.open .home--left--bottomItem {
  width: 3.25rem;
  padding: 0;
}
.home.open .home--left--bottomItem span {
  display: none;
}
.home.open .btn--menuImg {
  position: relative;
  top: unset;
  left: unset;
}
.home--left {
  width: 17.1875rem;
  border-radius: 0.625rem;
  border: solid 0.125rem rgba(32, 32, 32, 0.1411764706);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home--left--top {
  width: 100%;
}
.home--left--bottom {
  padding: 0.9375rem 0.5rem;
}
.home--left--bottomItem {
  margin-bottom: 1.25rem;
  width: 100%;
}
.home--left--bottomItem:last-of-type {
  margin-bottom: 0;
}
.home--left--list {
  width: 100%;
  padding: 1.375rem 0.5rem;
}
.home--left--listItem {
  margin-bottom: 1.25rem;
  width: 100%;
}
.home--left--listItem:last-of-type {
  margin-bottom: 0;
}
.home--left--buttonText2 {
  display: none;
}
.home--left--buttonWrap {
  text-align: center;
  padding: 0.8125rem 0.8125rem;
  border-bottom: solid 0.125rem rgba(32, 32, 32, 0.39);
}
.home--right {
  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: calc(100% - 285px);
  border-radius: 0.625rem;
  background-image: url("../../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home--right--wrap {
  width: 50%;
}
.home--right--title {
  font-size: 4.25rem;
  line-height: 1.6;
  font-weight: 700;
  background: transparent linear-gradient(182deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6.25rem;
}
.home--right--infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home--right--infosLeft {
  max-width: 50%;
}
.home--right--infosRight {
  max-width: 45%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home--right--infosTitle {
  margin-bottom: 1.0625rem;
}
.home--right--infosText {
  width: 100%;
}

.tables {
  position: relative;
  width: 100%;
  height: 100%;
}
.tables--one {
  position: absolute;
  top: 5%;
  left: 7%;
}
.tables--two {
  position: absolute;
  bottom: 7.88%;
  left: 3.77%;
}
.tables--three {
  position: absolute;
  bottom: 43.5%;
  left: 11.77%;
}
.tables--four {
  position: absolute;
  top: 30%;
  left: 27.5%;
}
.tables--five {
  position: absolute;
  bottom: 20.36%;
  left: 26.3%;
}
.tables--six {
  position: absolute;
  bottom: 40.4%;
  left: 41.03%;
}
.tables--sept {
  position: absolute;
  bottom: 4.9%;
  left: 47.6%;
}
.tables--eight {
  position: absolute;
  top: 7.2%;
  left: 41.8%;
}
.tables--nine {
  position: absolute;
  top: 31.5%;
  right: 34.11%;
}
.tables--ten {
  position: absolute;
  bottom: 17%;
  right: 26.6%;
}
.tables--eleven {
  position: absolute;
  bottom: 33.66%;
  right: 15.4%;
}
.tables--twelve {
  position: absolute;
  bottom: 5.6%;
  right: 4%;
}
.tables--thirteen {
  position: absolute;
  top: 5.1%;
  right: 32.1%;
}
.tables--fourteen {
  position: absolute;
  top: 5.7%;
  right: 4.3%;
}
.tables--fifteen {
  position: absolute;
  top: 31%;
  right: 9%;
}

.couverts {
  width: 36.75rem;
  height: 25rem;
  padding: 0.5625rem 0.6875rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: #CFD0FF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.couverts button, .couverts div, .couverts input {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  border: none;
}
.couverts--wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.couverts--screen {
  height: 4rem;
  width: 100%;
  background-color: #FCFCFC;
  margin-bottom: 0.3125rem;
  border-radius: 0.625rem;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 2.3125rem;
  color: rgba(67, 67, 67, 0.45);
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 300 !important;
}
.couverts--number, .couverts--number__large {
  height: 3.6875rem;
  width: calc(33.33% - 3.33px);
  background-color: #FCFCFC;
  padding: 0.625rem;
  margin-bottom: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 0.625rem;
}
.couverts--number__large {
  width: 100%;
}
.couverts--action {
  width: 100%;
  height: 3.6875rem;
  min-height: 3.6875rem;
  color: #fff;
  border-radius: 0.625rem;
}

.categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  background: none;
}
.categories--body {
  padding: 1.5625rem 1.25rem;
}
.categories--bodyItem {
  position: relative;
  background-color: rgba(67, 67, 67, 0.1);
  color: #0A0B0C;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 3.4375rem;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  padding-left: 28%;
}
.categories--bodyItem img {
  width: 1.875rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2.25rem;
}
.categories--bodyItem.active {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.categories--bodyItem.active:before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: calc(50% - 9px);
  border-radius: 0 0.3125rem 0.3125rem 0;
  width: 0.4375rem;
  height: 1.125rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1DA2CC), to(#70FF46)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
}
.categories--title {
  height: 3.875rem;
  width: 100%;
  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;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#5B5CDB), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #5B5CDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.categories--titleText {
  color: #fff;
  position: relative;
}
.categories--titleText:before {
  content: "+";
  display: inline-block;
  width: 1.25rem;
  margin-right: 1.25rem;
}
.categories--titleText1 {
  color: #fff;
}
.categories--screen1 {
  overflow: hidden;
  width: calc(30% - 5.33px);
  border: solid 0.0625rem rgba(32, 32, 32, 0.1803921569);
  border-radius: 0.625rem;
}
.categories--screen2 {
  overflow: hidden;
  width: calc(30% - 5.33px);
  border: solid 0.0625rem rgba(32, 32, 32, 0.1803921569);
  border-radius: 0.625rem;
  background-image: url("../../svg/1379.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.categories--screen2__empty {
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}
.categories--screen2__empty--img {
  margin-top: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.categories--screen2__empty--img img {
  width: 1.6875rem;
  height: 1.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.categories--screen2__list {
  background-color: rgba(67, 67, 67, 0.1);
  overflow-y: auto;
  height: calc(100% - 62px);
  width: 100%;
}
.categories--screen2__list--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(67, 67, 67, 0.1);
  border-bottom: solid 0.0625rem rgba(32, 32, 32, 0.39);
}
.categories--screen2__list--label {
  font-size: 1rem;
  padding-left: 2.875rem !important;
  line-height: 1.1875rem;
}
.categories--screen3 {
  overflow: hidden;
  width: calc(40% - 5.33px);
  border: solid 0.0625rem rgba(32, 32, 32, 0.1803921569);
  border-radius: 0.625rem;
  background-color: #EBEBFF;
}
.categories--screen3Body {
  padding: 0.25rem 0.5625rem 0.5625rem;
  height: calc(100% - 62px);
}
.categories--screen3Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0.25rem 0.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.categories--infos {
  margin-bottom: 0.75rem;
  background-color: #EBEBFF;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  width: 100%;
  height: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.categories--infosLeft {
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
.categories--infosLeft--key {
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 0.8125rem;
}
.categories--infosLeft--value {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.categories--infosRight {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categories--infosRight ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.categories--infosRight ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.25rem;
}
.categories--infosRight ul li:last-of-type {
  margin: 0;
}
.categories--infosRight ul li span:first-of-type {
  color: #202020;
}
.categories--infosRight ul li span:last-of-type {
  color: #1DA2CC;
}

.paiement {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  background: none;
}
.paiement--title {
  height: 3.875rem;
  width: 100%;
  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;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#5B5CDB), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #5B5CDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.paiement--titleText {
  color: #fff;
}
.paiement--der {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  background-color: #EBEBFF;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paiement--der--title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 3rem;
  background: transparent linear-gradient(181deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  width: 10.625rem;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
  color: #fff;
}
.paiement--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.6875rem;
}
.paiement--list--item {
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
  min-height: 4.0625rem;
  color: #434343;
  width: 100%;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paiement--list--item:last-of-type {
  border-bottom: none;
}
.paiement--list--item:nth-of-type(2n+1) {
  background-color: rgba(67, 67, 67, 0.0509803922);
}
.paiement--list--item:nth-of-type(2n) {
  background-color: rgba(255, 255, 255, 0.95);
}
.paiement--list--itemLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5.4375rem;
  position: relative;
}
.paiement--list--itemLeft img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.6875rem;
  height: 1.5rem;
  left: 1.3125rem;
  top: calc(50% - 12px);
}
.paiement--list--itemRight {
  padding-right: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.paiement--list--itemName {
  color: #1DA2CC;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.paiement--list--itemInfos {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 0.5625rem;
  color: rgba(67, 67, 67, 0.57);
}
.paiement--list--itemDetails {
  color: #1DA2CC;
  opacity: 0.53;
}
.paiement--list--itemPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-right: 1.5rem;
  color: #1DA2CC;
}
.paiement--total {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  border: solid 0.125rem #EBEBFF;
  border-radius: 0.625rem;
  width: 100%;
  margin: 1.125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 3.3125rem;
  padding: 0 2.5rem 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.paiement--total--left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.paiement--total--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.paiement--total--rightItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 1.875rem;
}
.paiement--screen2 {
  overflow: hidden;
  width: calc(45% - 4px);
  border: solid 0.125rem rgba(29, 162, 204, 0.1882352941);
  border-radius: 0.625rem;
  background: rgb(239, 241, 255);
}
.paiement--screen2--wrap {
  width: 100%;
  padding: 0.6875rem 0.6875rem;
}
.paiement--screen2--content {
  width: 100%;
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 1.25rem 0.5625rem 0.875rem;
}
.paiement--screen2--bloc1 {
  width: 100%;
  border-radius: 0.625rem;
  background-color: rgb(228, 232, 255);
  padding: 0.875rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.125rem;
}
.paiement--screen2--bloc1--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.paiement--screen2--bloc1--left {
  width: 40%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.paiement--screen2--bloc1--right {
  border-radius: 0.625rem;
  width: 60%;
  height: 2.625rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.paiement--screen2--bloc1--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.paiement--screen2--bloc1--bottom li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.paiement--screen2--bloc2 {
  margin-bottom: 1.625rem;
  width: 100%;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  border-radius: 0.625rem;
  background-color: rgb(228, 232, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paiement--screen2--bloc2--left {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.paiement--screen2--bloc2--middle {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.paiement--screen2--bloc2--right {
  border-radius: 0.625rem;
  background-color: #1DA2CC;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875rem;
  width: 12.5rem;
  height: 2.6875rem;
}
.paiement--screen2--save {
  height: 3.5rem;
  border-radius: 0.625rem;
  background-color: #1DA2CC;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.paiement--screen2--saveWrap {
  width: 100%;
}
.paiement--screen1 {
  overflow: hidden;
  width: calc(55% - 4px);
  border: solid 0.125rem rgba(29, 162, 204, 0.1882352941);
  border-radius: 0.625rem;
  background-color: #fff;
}
.paiement--screen1Body {
  padding: 0.6875rem 0.4375rem 0.6875rem;
  height: calc(100% - 62px);
}
.paiement--screen1Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.paiement--infos {
  margin-bottom: 0.75rem;
  background-color: #EBEBFF;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  width: 100%;
  height: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paiement--infosLeft {
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
.paiement--infosLeft--key {
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 0.8125rem;
}
.paiement--infosLeft--value {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.paiement--infosRight {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paiement--infosRight ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.paiement--infosRight ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.25rem;
}
.paiement--infosRight ul li:last-of-type {
  margin: 0;
}
.paiement--infosRight ul li span:first-of-type {
  color: #202020;
}
.paiement--infosRight ul li span:last-of-type {
  color: #1DA2CC;
}

.popup {
  border-radius: 0.625rem;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup--content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.popup--level2 {
  border-radius: 0.625rem;
  z-index: 3;
  display: none;
  /*width: 100%;
  height: 100%;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.popup--level2.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup--level2--content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catComm {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  background-color: #EBEBFF;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catComm--title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 3rem;
  background: transparent linear-gradient(181deg, #1DA2CC 0%, #70FF46 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  width: 10.625rem;
  color: #fff;
}
.catComm--bloc {
  width: 100%;
  margin-top: 3rem;
  padding: 0 0.4375rem;
}
.catComm--bloc--title {
  margin-left: 1.0625rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1DA2CC;
  margin-bottom: 1.125rem;
}
.catComm--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 0.0625rem rgba(112, 112, 112, 0.1019607843);
}
.catComm--list--item {
  min-height: 3.6875rem;
  color: #434343;
  width: 100%;
  padding: 0.625rem 1.0625rem;
  border-bottom: solid 0.0625rem rgba(112, 112, 112, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catComm--list--item:last-of-type {
  border-bottom: none;
}
.catComm--list--itemLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catComm--list--itemRight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catComm--list--itemName {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catComm--list--itemInfos {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 0.5625rem;
}
.catComm--list--itemPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-right: 1.5rem;
  color: #1DA2CC;
}
.catComm--count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.catComm--count--moins {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.catComm--count--moins img {
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.catComm--count--input {
  padding-top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #202020;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.catComm--count--plus {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.catComm--count--plus img {
  width: 0.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.catComm--total {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  max-width: calc(100% - 14px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 3.3125rem;
  padding: 0 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catComm--total--left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.catComm--total--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.catComm--total--rightItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 1.875rem;
}
.catComm--bottom {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catComm--bottom--save {
  background-color: rgba(67, 67, 67, 0.1);
  color: #0A0B0C;
  border-radius: 0.625rem;
  width: calc(50% - 4px);
  height: 3.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catComm--bottom--save img {
  width: 1.875rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2.25rem;
}
.catComm--bottom--pay {
  background-color: #1DA2CC;
  color: #fff;
  border-radius: 0.625rem;
  width: calc(50% - 4px);
  height: 3.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catComm--bottom--pay img {
  width: 1.875rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2.25rem;
}

.catSuppr {
  position: relative;
  width: 37.1875rem;
  padding: 2.6875rem 0.8125rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: #E4E8FF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catSuppr--close {
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  top: 0.4375rem;
  right: 0.875rem;
  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;
  text-align: center;
  width: 1.6875rem;
  border-radius: 50%;
  height: 1.6875rem;
}
.catSuppr--close img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.catSuppr--wrap {
  width: 100%;
}
.catSuppr--wrap--item {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #FCFCFC;
  color: #202020;
  width: 100%;
  padding: 0.625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catSuppr--wrap--itemRow {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding-left: 2rem;
  position: relative;
}
.catSuppr--wrap--itemRow:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #1DA2CC;
  border-radius: 0.3125rem;
}
.catSuppr--wrap--delete {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #B43866;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catSuppr--wrap--deleteWrap {
  width: 100%;
  margin-top: 1.125rem;
}
.catSuppr--wrap--save {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #1DA2CC;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catSuppr--wrap--saveWrap {
  width: 100%;
  margin-top: 0.75rem;
}
.catSuppr--wrap--input {
  border-radius: 0.625rem;
  padding: 0.625rem 1.875rem;
  width: 100%;
  height: 4rem;
  text-align: left;
  background-color: #fff;
  border: none;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catSuppr--wrap--input::-webkit-input-placeholder {
  color: rgba(67, 67, 67, 0.42);
}
.catSuppr--wrap--input::-moz-placeholder {
  color: rgba(67, 67, 67, 0.42);
}
.catSuppr--wrap--input:-ms-input-placeholder {
  color: rgba(67, 67, 67, 0.42);
}
.catSuppr--wrap--input::-ms-input-placeholder {
  color: rgba(67, 67, 67, 0.42);
}
.catSuppr--wrap--input::placeholder {
  color: rgba(67, 67, 67, 0.42);
}
.catSuppr--wrap--ajoutOption {
  height: 4rem;
  border-radius: 0.625rem;
  color: #1DA2CC;
  background-color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.catSuppr--wrap--ajoutOption--img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #E4E8FF;
  margin-left: 2.5rem;
}
.catSuppr--wrap--ajoutOption--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catSuppr--comment {
  margin-top: 0.4375rem;
  background-color: #FCFCFC;
  border-radius: 0.625rem;
  width: 100%;
  padding: 1.0625rem 1.4375rem 1.625rem;
}
.catSuppr--comment--title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding-left: 1.6875rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.catSuppr--comment--title--img {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 0.8125rem;
  height: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.catSuppr--comment--list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.625rem;
}
.catSuppr--comment--list--bloc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  margin-top: 2.5rem;
}
.catSuppr--comment--list--bloc:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
}
.catSuppr--comment--list--item {
  background-color: #E4E8FF;
  font-size: 0.75rem;
  line-height: 0.875rem;
  width: 8.3125rem;
  height: 2.375rem;
  border-radius: 0.625rem;
  padding: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.catSuppr--comment--list--itemStatus {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 2.4375rem;
  height: 0.9375rem;
  border-radius: 0.6875rem;
  background-color: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.catSuppr--comment--list--itemStatus:before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 0.6875rem;
  background-color: #E4E8FF;
}
.catSuppr--comment--list--itemStatus.active {
  background-color: #1DA2CC;
}
.catSuppr--comment--list--itemStatus.active:before {
  left: calc(100% - 14px);
  background-color: #fff;
}

.enreg {
  position: relative;
  width: 59.375rem;
  padding: 2.6875rem 0.8125rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.enreg--close {
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  top: 0.4375rem;
  right: 0.875rem;
  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;
  text-align: center;
  width: 1.6875rem;
  border-radius: 50%;
  height: 1.6875rem;
}
.enreg--close img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.enreg--infos {
  background-color: #EBEBFF;
  border-radius: 0.625rem;
  padding: 0.3125rem;
  width: 100%;
  height: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.enreg--infosLeft {
  width: 35%;
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
.enreg--infosLeft--key {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.enreg--infosLeft--value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.9375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  opacity: 0.7;
}
.enreg--infosRight {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enreg--infosRight ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.enreg--infosRight ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2.875rem;
}
.enreg--infosRight ul li:last-of-type {
  margin: 0;
}
.enreg--infosRight ul li span:first-of-type {
  color: #202020;
}
.enreg--infosRight ul li span:last-of-type {
  color: #1DA2CC;
}
.enreg--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.enreg--list--item {
  border-radius: 0.3125rem;
  margin-bottom: 0.3125rem;
  min-height: 4.0625rem;
  color: #434343;
  width: 100%;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enreg--list--item:last-of-type {
  border-bottom: none;
}
.enreg--list--item:nth-of-type(2n+1) {
  background-color: #EBEBFF;
}
.enreg--list--item:nth-of-type(2n) {
  background-color: rgba(67, 67, 67, 0.0509803922);
}
.enreg--list--itemLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5.4375rem;
  position: relative;
}
.enreg--list--itemLeft img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.6875rem;
  height: 1.5rem;
  left: 1.3125rem;
  top: calc(50% - 12px);
}
.enreg--list--itemRight {
  padding-right: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.enreg--list--itemName {
  color: #1DA2CC;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.enreg--list--itemInfos {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 0.5625rem;
  color: rgba(67, 67, 67, 0.57);
}
.enreg--list--itemDetails {
  color: #1DA2CC;
  opacity: 0.53;
}
.enreg--list--itemPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-right: 1.5rem;
  color: #1DA2CC;
}
.enreg--list--head {
  color: #1DA2CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 0 2.375rem 0 1.25rem;
}
.enreg--list--headLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.enreg--list--headLeft img {
  width: 2.0625rem;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2.0625rem;
}
.enreg--list--headRight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.enreg--list--headRight img {
  width: 1.0625rem;
  height: 1.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.375rem;
}
.enreg--save {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #1DA2CC;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.enreg--saveWrap {
  width: 100%;
  margin-top: 0.75rem;
}
.enreg--wrap {
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
}

.optAnnuler {
  position: relative;
  width: 24.375rem;
  padding: 3.625rem 0.625rem 1rem;
  border-radius: 0.625rem;
  background-color: #EBEBFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.optAnnuler--close {
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  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;
  text-align: center;
  width: 1.6875rem;
  border-radius: 50%;
  height: 1.6875rem;
}
.optAnnuler--close img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.optAnnuler--text {
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.optAnnuler--delete {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #B43866;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.optAnnuler--deleteWrap {
  width: 100%;
}
.optAnnuler--save {
  height: 4rem;
  border-radius: 0.625rem;
  background-color: #1DA2CC;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.optAnnuler--saveWrap {
  width: 100%;
}

.modifPrix {
  position: relative;
  width: 59.375rem;
  padding: 3.625rem 0.8125rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: rgb(228, 232, 255);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modifPrix--close {
  background-color: rgba(85, 85, 85, 0.2);
  position: absolute;
  top: 0.4375rem;
  right: 0.875rem;
  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;
  text-align: center;
  width: 1.6875rem;
  border-radius: 50%;
  height: 1.6875rem;
}
.modifPrix--close img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modifPrix--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modifPrix--list--item {
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
  min-height: 4.0625rem;
  color: #434343;
  width: 100%;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
}
.modifPrix--list--itemLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5.4375rem;
  position: relative;
}
.modifPrix--list--itemLeft img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.6875rem;
  height: 1.5rem;
  left: 1.3125rem;
  top: calc(50% - 12px);
}
.modifPrix--list--itemRight {
  padding-right: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modifPrix--list--itemName {
  color: #1DA2CC;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.modifPrix--list--itemInfos {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 0.5625rem;
  color: rgba(67, 67, 67, 0.57);
}
.modifPrix--list--itemDetails {
  color: #1DA2CC;
  opacity: 0.53;
}
.modifPrix--list--itemPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-right: 1.5rem;
  color: #1DA2CC;
}
.modifPrix--screen {
  height: 4rem;
  width: 100%;
  background-color: #FCFCFC;
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 2.3125rem;
  color: rgba(67, 67, 67, 0.45);
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 300 !important;
}
.modifPrix--number, .modifPrix--number__large {
  height: 3.6875rem;
  width: calc(33.33% - 6.66px);
  background-color: #FCFCFC;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 0.625rem;
}
.modifPrix--number__large {
  width: 100%;
}
.modifPrix--action {
  width: 100%;
  height: 3.6875rem;
  min-height: 3.6875rem;
  color: #fff;
  border-radius: 0.625rem;
}
.modifPrix--wrap {
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
}
.modifPrix--content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}