.node--type-topop.teaser {
  max-width: 470px;
  margin: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all ease 0.6s;
}
.node--type-topop.teaser .card {
  border: 0;
  border-radius: 0;
  line-height: 1;
}
.node--type-topop.teaser .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.node--type-topop.teaser .card .card-header .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.node--type-topop.teaser .card .card-header .thumbnail img {
  transition: all ease 0.6s;
}
.node--type-topop.teaser .card .card-header .ranking-wrap {
  transition: all ease 0.6s;
  transform: scale(0) rotate(360deg);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee4437;
  color: #ffffff;
  padding: 8px;
}
.node--type-topop.teaser .card .card-header .ranking-wrap span {
  display: block;
}
.node--type-topop.teaser .card .card-header .ranking-wrap span.value {
  font-size: 40px;
}
.node--type-topop.teaser .card .card-header .state-wrap {
  padding: 12px 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.node--type-topop.teaser .card .card-footer {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}
.node--type-topop.teaser .card .card-footer > .row .col:first-child {
  flex-grow: 1;
}
.node--type-topop.teaser .card .card-footer > .row .col:last-child {
  flex-grow: 0;
}
.node--type-topop.teaser .card .card-footer .infos-wrap .article-title {
  text-transform: uppercase;
}
.node--type-topop.teaser .card .card-footer .infos-wrap .date {
  margin: 0;
  font-size: 0.8rem;
}
.node--type-topop.teaser .card .card-footer .score-wrap {
  text-align: center;
}
.node--type-topop.teaser .card .card-footer .score-wrap span {
  display: block;
}
.node--type-topop.teaser .card .card-footer .score-wrap span.label {
  text-transform: uppercase;
}
.node--type-topop.teaser .card .card-footer .score-wrap span.value {
  font-size: 2em;
  font-weight: bold;
}
.node--type-topop.teaser:hover {
  transition: all ease 0.6s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.node--type-topop.teaser:hover .card .card-header .thumbnail img {
  transition: all ease 0.6s;
  transform: scale(1.1);
  filter: blur(2px);
}
.node--type-topop.teaser:hover .card .card-header .ranking-wrap {
  transition: all ease 0.6s;
  transform: scale(1) rotate(0deg);
}
.page-node-type-topop .topop-introduction-wrapper {
  padding: 4rem 0;
  background: #dddddd;
}
.page-node-type-topop .topop-introduction-wrapper .logo-topop {
  display: block;
  margin: 1rem auto;
  max-width: 270px;
}
.page-node-type-topop .topop-introduction-wrapper .file--application-pdf + span {
  display: none;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .content-top {
  padding: 2rem;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .score-wrap {
  padding: 1rem 2rem;
  background: #ee4437;
  color: #ffffff;
  font-size: 2rem;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .score-wrap .score {
  margin: 0;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .score-wrap .score .label {
  font-weight: normal;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .score-wrap .score .value {
  font-weight: bold;
}
.page-node-type-topop .topop-introduction-wrapper .content-wrap .content-bottom {
  padding: 2rem;
}
.page-node-type-topop .op-results-wrapper {
  padding: 4rem 0;
  background: #dddddd;
  text-align: center;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  margin: 15px;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-header {
  background: #ee4437;
  padding: 15px;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-header .card-title {
  margin: 0;
  color: #ffffff;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body {
  padding: 0;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body p {
  margin: 0;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap .ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap .ranking .label {
  font-weight: normal;
  margin: 0.5rem 0.5rem 0 0;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap .ranking .value {
  display: flex;
  font-size: 3rem;
  color: #ee4437;
  font-weight: bold;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap .ranking .value .suffixe {
  display: flex;
  font-size: 1.5rem;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .ranking-wrap .ranking .value .suffixe .label {
  font-weight: bold;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .score-wrap {
  padding: 15px;
  line-height: 1;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .score-wrap .value {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-body .score-wrap .value .suffixe {
  margin-left: 0.15rem;
  font-size: 1.5rem;
}
.page-node-type-topop .op-results-wrapper .card.op-resume-card .card-footer {
  background: none;
  padding: 15px;
}
.topop-wrapper {
  padding: 4rem 0;
}
.topop-wrapper .section-body .container > .row {
  justify-content: center;
}
.swiper-container.t-swiper-operation-topop {
  padding-bottom: 32px;
}
.page-topop {
  background-size: cover;
  background-repeat: no-repeat;
}
.ranking-topop-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.ranking-topop-wrap .ranking-topop {
  display: flex;
  line-height: 1;
}
.ranking-topop-wrap .ranking-topop .label-wrap {
  padding: 8px 8px;
  background: #ee4437;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ranking-topop-wrap .ranking-topop .label-wrap:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #ee4437;
  mask: url("/themes/gate/front/top_front/images/mask/ranking-topop-mask.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/top_front/images/mask/ranking-topop-mask.svg") no-repeat center / contain;
  right: -20px;
  top: 0;
  z-index: 1;
  position: absolute;
}
.ranking-topop-wrap .ranking-topop .label-wrap span {
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.ranking-topop-wrap .ranking-topop .label-wrap span.label:first-child {
  font-size: 0.7rem;
  font-weight: normal;
}
.ranking-topop-wrap .ranking-topop .label-wrap span.label:last-child {
  font-weight: bold;
  font-size: 1rem;
}
.ranking-topop-wrap .ranking-topop .value-wrap {
  padding: 8px 8px 8px 20px;
  background: #dddddd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ranking-topop-wrap .ranking-topop .value-wrap .value .suffixe {
  font-size: 0.8rem;
}
