.body {
  color: #fff;
  background-color: #000;
}

.wrapper-fixed {
  position: fixed;
  inset: 0%;
}

.full-bloc {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bloc-start {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
}

.mini-menu {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-text {
  text-align: center;
}

.menu-link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  transition: all .4s;
}

.menu-link:hover {
  opacity: .5;
}

.logo-menu {
  width: 32px;
  height: 32px;
  display: block;
}

@media screen and (max-width: 991px) {
  .css-styles {
    display: none;
  }
}


