/* line 1, ../sass/screen.scss */
.cmp-frise {
  display: flex;
}
/* line 3, ../sass/screen.scss */
.cmp-frise .bar {
  width: 120px;
}
/* line 5, ../sass/screen.scss */
.cmp-frise .bar img {
  transform: rotate(90deg) translate(0, -80px);
  transform-origin: 0 0;
  position: absolute;
  max-width: none;
}
/* line 12, ../sass/screen.scss */
.cmp-frise .years {
  flex: 1 1 calc(100% - 70px);
  padding-top: 15px;
}
/* line 15, ../sass/screen.scss */
.cmp-frise .years .item {
  height: 184px;
}
/* line 19, ../sass/screen.scss */
.cmp-frise .title {
  font-family: "PT Root UI", Sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
/* line 25, ../sass/screen.scss */
.cmp-frise .desc {
  font-family: "PT Root UI", Sans-serif;
  font-size: 20px;
  text-align: left;
  display: block;
}
/* line 30, ../sass/screen.scss */
.cmp-frise .desc p {
  margin: 0;
}

@media screen and (min-width: 769px) {
  /* line 37, ../sass/screen.scss */
  .cmp-frise {
    display: block;
  }
  /* line 39, ../sass/screen.scss */
  .cmp-frise .bar {
    width: 100%;
  }
  /* line 41, ../sass/screen.scss */
  .cmp-frise .bar .rotation-wrapper-inner {
    display: flex;
    height: 290px;
    align-items: center;
    justify-content: center;
  }
  /* line 47, ../sass/screen.scss */
  .cmp-frise .bar img {
    width: 80%;
    transform: none;
  }
  /* line 52, ../sass/screen.scss */
  .cmp-frise .years {
    padding-top: 0;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 59, ../sass/screen.scss */
  .cmp-frise .years .item {
    height: auto;
    text-align: center;
    padding: 0 20px;
  }
  /* line 63, ../sass/screen.scss */
  .cmp-frise .years .item .desc {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 67, ../sass/screen.scss */
  .cmp-frise .years .item .desc,
  .cmp-frise .years .item .title {
    text-align: center;
  }
  /* line 71, ../sass/screen.scss */
  .cmp-frise .years .item.item-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 25%;
    width: 100%;
  }
  /* line 78, ../sass/screen.scss */
  .cmp-frise .years .item.item-2 {
    position: absolute;
    bottom: 0;
    left: 17.25%;
    max-width: 25%;
    width: 100%;
    margin-left: -5%;
  }
  /* line 86, ../sass/screen.scss */
  .cmp-frise .years .item.item-3 {
    position: absolute;
    top: 0;
    left: 25%;
    max-width: 25%;
    width: 100%;
  }
  /* line 93, ../sass/screen.scss */
  .cmp-frise .years .item.item-4 {
    position: absolute;
    bottom: 0;
    left: 37%;
    max-width: 25%;
    width: 100%;
  }
  /* line 100, ../sass/screen.scss */
  .cmp-frise .years .item.item-5 {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 25%;
    width: 100%;
  }
  /* line 107, ../sass/screen.scss */
  .cmp-frise .years .item.item-6 {
    position: absolute;
    bottom: 0;
    left: 57.5%;
    max-width: 25%;
    width: 100%;
    margin-left: 5%;
  }
  /* line 115, ../sass/screen.scss */
  .cmp-frise .years .item.item-7 {
    position: absolute;
    top: 0;
    left: 75%;
    max-width: 25%;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  /* line 132, ../sass/screen.scss */
  .cmp-frise .years .item .desc {
    font-size: 20px;
    line-height: 24px;
  }
}
