body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

header {
  background-color: #0d0d0d;
  height: calc(38px + 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: -50px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header > div {
  background-color: #0d0d0d;
  height: calc(38px + 2rem);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

header > div .row {
  width: 100%;
  margin: 0;
}

header > div .row .col-1 {
  padding: 0;
}

.offcanvas-body ul {
  list-style: none;
  padding: 0;
}

.itemPanier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(13, 13, 13, 0.05);
}

.itemPanier img {
  max-height: 100px;
  width: auto;
}

.itemPanier p {
  font-weight: bold;
  text-align: end;
}

.text-end h2:after {
  content: ' $';
}

main {
  margin-top: 3em;
}

.button_svg {
  background-color: transparent;
  border: 0;
}

.button_svg:hover path {
  fill: crimson;
}

.card {
  border: none;
  cursor: pointer;
}

.card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card img {
  max-width: 200px;
  margin: 0 auto;
}

.card-text {
  font-size: 2em;
  font-weight: 700;
}

.card .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .d-flex button {
  margin: 0.5rem;
}

.card_list.card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card_list.card img {
  max-width: 100px;
  max-height: 250px;
  height: auto;
}

.card_list.card .card-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
  margin-left: 2em;
}

@media (max-width: 600px) {
  .card_list.card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card_list.card .card-body h2 {
    -ms-flex-item-align: start !important;
        -ms-grid-row-align: start !important;
        align-self: start !important;
  }
  .card_list.card .card-body .d-flex {
    -ms-flex-item-align: start !important;
        -ms-grid-row-align: start !important;
        align-self: start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .card_list.card .card-body .d-flex button {
    margin-left: 0;
  }
}

.card_list.card .card-body h2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.card_list.card .card-body p {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.card_list.card .card-body .d-flex {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

.btn_custom {
  width: 150px;
  border-radius: 4px;
  border: 2px solid #0d0d0d;
  font-weight: 700;
  padding: 0.5em 1em;
}

.btn_custom-primary {
  background-color: #0d0d0d;
  color: white;
  font-weight: bold;
}

.btn_custom-primary:hover {
  background-color: crimson;
  border: 2px solid crimson;
}

.btn_custom-secondary {
  background-color: transparent;
}

.btn_custom-secondary:hover {
  border: 2px solid crimson;
  color: crimson;
}

.btn_custom-ajouter {
  background-color: crimson;
  border-color: crimson;
  color: white;
}

.btn_custom-ajouter:hover {
  background-color: transparent;
  border-color: #0d0d0d;
  color: #0d0d0d;
}

.btn_custom-clear {
  background-color: transparent;
}

.btn_custom-clear:hover {
  border-color: crimson;
  color: crimson;
}

.btn_custom-delete {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 0.75em;
  text-align: end;
  width: 100%;
}

.btn_custom-delete:hover {
  color: crimson;
}

.badge {
  -webkit-transform: translate(-15px, 0px) !important;
          transform: translate(-15px, 0px) !important;
  background-color: crimson;
}

.secondary-hover {
  border: 2px solid crimson;
  outline: crimson;
  color: crimson;
}

footer {
  background-color: #0d0d0d;
  color: white;
}

footer p {
  font-size: 1em;
  max-width: 60ch;
  text-align: center;
}

footer a {
  color: crimson;
}

footer a:hover {
  color: white;
}
/*# sourceMappingURL=index.css.map */