#plateformList {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10; }

#plateformList.show {
  display: flex !important;
  flex-direction: row;
  z-index: 500; }

#plateformList > .plateform {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: flex-end; }
  #plateformList > .plateform:nth-child(1) {
    z-index: 1; }
  #plateformList > .plateform:nth-child(2) {
    z-index: 2; }
  #plateformList > .plateform:nth-child(3) {
    z-index: 3; }
  #plateformList > .plateform:nth-child(4) {
    z-index: 4; }
  #plateformList > .plateform:nth-child(5) {
    z-index: 5; }

#plateformList > .plateform > .background {
  width: 100%;
  height: 100vh;
  background-color: #0007;
  backdrop-filter: blur(5px);
  position: absolute;
  opacity: 0;
  transition: 0.3s; }

#plateformList > .plateform > .content {
  height: 100vh;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  right: -100%; }

#plateformList > .plateform > .content > .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8ecee;
  width: 100%;
  height: 64px;
  background: var(--color--background--second); }

#plateformList > .plateform > .content > .header > .left {
  display: flex;
  align-items: center;
  justify-content: center; }

#plateformList > .plateform > .content > .header > .left > h1 {
  padding: 0 16px;
  margin: 0; }

#plateformList > .plateform > .content > .header > .left > .close_plateform {
  cursor: pointer;
  border: none;
  color: #333;
  text-decoration: none;
  padding: 16px;
  width: 64px;
  border-right: 2px solid #ededed;
  transition: 0.3s; }

#plateformList > .plateform > .content > .header > .left > .close_plateform > i {
  display: block;
  font-size: 32px;
  margin: auto auto;
  width: fit-content; }

#plateformList > .plateform > .content > .header > .left > .close_plateform:hover {
  text-decoration: none;
  color: #000;
  transition: 0.3s; }

#plateformList > .plateform > .content > .header > .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px; }

#plateformList > .plateform > .content > .plateform_content {
  padding: 50px 20%;
  height: calc(100vh - 64px);
  overflow-y: auto;
  background-color: #F0F0F0; }

#plateformList > .plateform > .content > .plateform_content.little_border {
  padding: 50px 5%; }

/*# sourceMappingURL=plateform.css.map */
