* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "sofiaprobold";
  src: url("./sofia-pro-bold.ttf");
}

@font-face {
  font-family: "sofiaproregular";
  src: url("./sofia-pro-regular.ttf");
}

@font-face {
  font-family: "sofiaprolight";
  src: url("./sofia-pro-regular.ttf");
}

.showNotifContainer {
  position: fixed;
    top: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: 0px;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: #f9f9f9;
}

html.checkout-1::before,
html.checkout-3::before,
html.quick-select::before,
html.magasin::before,
html.quick-selected::before,
html.checkout-2::before {
  content: none;
}

html.checkout-1 body::before,
html.checkout-3 body::before,
html.quick-select body::before,
html.magasin body::before,
html.quick-selected body::before,
html.checkout-2 body::before {
  content: none;
}

html.checkout-1 body::after,
html.checkout-3 body::after,
html.quick-select body::after,
html.magasin body::after,
html.quick-selected body::after,
html.checkout-2 body::after {
  height: 80px;
  top: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

html.quick-select body::after,
html.magasin body::after {
  background-color: #808080;
}

html.magasin body,
html.quick-select body {
  background-color: #7d7d7d;
}

html.magasin .fake-footer,
html.quick-select .fake-footer {
  background-color: #7d7d7d;
}

html.cart .fake-footer {
  height: 750px;
}

html.checkout-1 .fake-footer,
html.checkout-2 .fake-footer,
html.checkout-3 .fake-footer {
  height: 456px;
}

html.quick-selected .fake-footer {
  height: 484px;
}

html::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: black;
}

body::before {
  content: "";
  position: absolute;
  top: 150px;
  width: 100%;
  height: 40px;
  background-color: rgba(184, 132, 203, 0.15);
}

body::after {
  height: 120px;
  background-color: white;
  position: absolute;
  width: 100%;
  content: "";
  top: 30px;
  left: 0;
  z-index: 0;
}

.container {
  position: relative;
  width: 1280px;
  margin: auto;
}

.i-ele {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

html.checkout-1 .i-home,
html.checkout-3 .i-home,
html.quick-select .i-home,
html.magasin .i-home,
html.quick-selected .i-home,
html.checkout-2 .i-home {
  top: 0;
}

html.checkout-1 .i-cart,
html.checkout-3 .i-cart,
html.quick-select .i-cart,
html.magasin .i-cart,
html.quick-selected .i-cart,
html.checkout-2 .i-cart {
  right: 745px;
  top: 0;
  width: 110px;
}

html.confirmation .fake-footer {
  height: 684px;
}

.i-home {
  height: 80px;
  left: 132px;
  top: 30px;
  width: 215px;
}

.i-cart {
  right: 127px;
  top: 30px;
  width: 88px;
  height: 80px;
}

.i-checkout-1 {
  width: 204px;
  height: 40px;
  top: 261px;
  right: 158px;
}

.i-checkout-1b {
  width: 204px;
  height: 40px;
  top: 1343px;
  right: 158px;
}

.i-checkout-2 {
  left: 129px;
  top: 425px;
  width: 690px;
  height: 75px;
}

.i-quick-select {
  left: 129px;
  top: 162px;
  width: 690px;
  height: 75px;
}

.i-quick-selected {
  top: 330px;
  width: 255px;
  height: 40px;
  left: 809px;
}

html.quick-selected .i-checkout-3 {
  width: 220px;
  height: 43px;
  left: 560px;
  top: 800px;
}

html.magasin .i-home {
  width: 40px;
  height: 40px;
  top: 30px;
  left: 1085px;
}

.i-none {
  width: 421px;
  top: 390px;
  height: 40px;
  background-color: #8960e8;
  left: 157px;
}

.i-none::before {
  content: "Recevoir les notifications quant à votre commande";
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "sofiaprobold";
  filter: blur(0.5px);
  text-transform: uppercase;
  font-size: 14px;
}

.checkout-3 .i-checkout-2 {
  left: 633px;
  top: 0;
  width: 160px;
  height: 80px;
}

.i-checkout-3 {
  width: 220px;
  height: 43px;
  left: 560px;
  top: 833px;
}

.i-confirmation {
  left: 380px;
  top: 1155px;
  width: 214px;
  height: 40px;
}

.fake-img {
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  position: relative;
  width: 1280px;
}

.notification {
  display: none;
  position: fixed;
}

button {
  background-color: #ffffff;
  border: 1px solid #8960e8;
  cursor: pointer;
  padding: 10px 20px;
  box-shadow: -5px 6px 0px 1px #8960e8;
  position: fixed;
  top: 0;
  margin: 60px 0 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 200ms;
}

button.showNotif {
  margin: 0 15px 0 0;
  position: relative;
}

button.showNotif--right {
  box-shadow: -5px 6px 0px 1px #4d465d;
  right: 0;
  position: absolute;
  top: 20px;
}

button.showNotif--right.active,
button.showNotif--right.focus {
  background-color: #2ae62a !important;
  box-shadow: 0px 0px 0px 1px #2ae62a !important;
  border-color: #2ae62a !important;
  color: white;
}

button.showNotif--topics,
button.showNotif--ask,
button.showNotif--subscribe-all {
  box-shadow: -5px 6px 0px 1px #4d465d;
  right: 0;
  position: fixed;
  top: 70px;
}

button.disabled {
  background-color: #a9a9a9;
  pointer-events: none;
}

button.showNotif--ask {
  right: 100px;
}

button.showNotif--subscribe-all {
  right: 295px;
}

button.showNotif.active,
button.showNotif:hover {
  margin: 0 15px 0 0;
  box-shadow: 0px 0px 0px 1px #8960e8;
  transform: translate(-5px, 6px);
}

button:hover {
  margin: 65px 0 0 24px;
  box-shadow: 0px 0px 0px 1px #8960e8;
}

button:focus,
button:active {
  outline: none;
}

button.active {
  margin: 65px 0 0 24px;
  box-shadow: 0px 0px 0px 1px #8960e8;
}

.infos {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.infos:hover .infos__container {
  transform: translateY(0);
}

.infos__container {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
  padding: 20px;
  transform: translateY(300px);
  transition: 300ms;
}

.infos img {
  width: 300px;
}

.hidden {
  display: none;
}

.notification__title {
  font-family: "sofiaprobold";
}

.notification__body {
  font-family: "sofiaproregular";
}

canvas {
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 1;
}

.fake-footer {
  position: absolute;
  bottom: 0;
  left: calc(0px - 30vw);
  background-color: #383838;
  width: 500%;
  height: 713px;
}
