/*
*
* Retrospective 2024
*
*/

/* Remove header but only in Retro page */
body:has(.section-retrospective) .main-header,
body:has(.section-retrospective) .main-header__nav,
body:has(.section-retrospective) #subfooter,
body:has(.section-retrospective) .main-footer {
  display: none;
}

/* ALERT !! To modify */
body:has(.no-section-retrospective) #subfooter,
body:has(.no-section-retrospective) .main-footer {
  display: block;
}

body:has(.gabarit-press-folder) .section-retrospective .news-tile .news-tile__bg {
  display: initial;
}

body:has(.gabarit-press-folder) .section-retrospective .news-tile .news-tile__content {
  color: #fff;
}

.section-retrospective div .content-style,
.section-retrospective #archive-newsletter,
.section-retrospective #cahiers-list {
  margin: 0 auto 3.75rem;
  max-width: 82.5rem;
  width: 100%;
}

.section-retrospective div .content-style.block-misenavant {
  margin: 1.875rem auto;
  padding: 0 1.25rem;

  max-width: 80rem;
}

.section-retrospective div .content-style.block-misenavant .block__header {
  padding-left: 1.875em;
  padding-top: 1.875em;
  padding-right: 1.875em;
}

.section-retrospective div .content-style.block-misenavant .block__content {
  padding-right: 1.875em;
  padding-bottom: 1.875em;
  padding-left: 1.875em;
}

@media screen and (max-width: 1330px) {
  .section-retrospective div .content-style.block-misenavant {
    margin: .875em;

    width: auto;
  }
}

.section-retrospective div .content-style {
  padding: 0 1.25rem;
}

.section-retrospective #header_jumbotron,
.section-retrospective .section.numbers {
  margin-bottom: 3.75rem;
  width: 100% !important;
}

/* MENU */
body.is-menu:has(.section-retrospective) .container-button {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #fff;
}

body.is-menu:has(.section-retrospective) .section-retrospective .toggle-news-header {
  box-shadow: none;
}

body.is-menu:has(.section-retrospective) .main-header__nav {
  display: flex;
  flex-grow: 1;

  top: 110px !important;
  left: auto;
  right: auto;

  width: 100%;
  height: calc(100vh - 110px);
  max-height: 100%;

  transform: translate(0, 0%) !important;

  overflow: auto;
}

body:has(.section-retrospective) .main-header__nav .primary-menu {
  flex-direction: column;
  text-align: left;
  width: 100%;
}

body:has(.section-retrospective) .main-header__nav .primary-menu__link {
  align-items: center;
  text-align: left;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  font-size: 1.0625rem;
  min-height: 4.1176470588em;
}

body:has(.section-retrospective) .main-header__nav .primary-menu__link span {
  width: 100%;
  display: block;
  padding-right: 3em;
}

body:has(.section-retrospective) .main-header__nav .primary-menu__link[data-submenu]::after {
  content: "\e802";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  margin-top: -0.5em;
  line-height: 1;
}

body:has(.section-retrospective) .main-header__nav .primary-menu__item.is-active-menu .submenu {
  display: flex;
}

body:has(.section-retrospective) .main-header__nav .submenu {
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  max-height: none;
}

body:has(.section-retrospective) .main-header__nav .submenu__menu {
  padding: 0.875rem;
}

body:has(.section-retrospective) .main-header__nav .submenu__inner {
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

body:has(.section-retrospective) .main-header__nav .submenu__desc {
  display: none;
}

body:has(.section-retrospective) .main-header__nav .submenu__navs {
  overflow-y: auto;
}

body:has(.section-retrospective) .main-header__nav .submenu__breadcrumbs--level-1 {
  display: flex;
}

body:has(.section-retrospective) .main-header__nav .submenu__breadcrumbs {
  margin-top: -0.875rem;
  margin-left: -0.875rem;
  margin-bottom: 0;
}

body:has(.section-retrospective) .main-header__nav .submenu__breadcrumbs__prev {
  margin-left: 0;
}

html:has(.section-retrospective),
body:has(.section-retrospective) {
  height: 100vh;

  overflow: hidden;
}

html:has(.no-section-retrospective),
body:has(.no-section-retrospective) {
  overflow: visible !important;
}

/* Scrolling snap */
.section-retrospective .section-retrospective-inner .page-grid__content {
  height: 100vh;
  /* overflow-y: scroll; */
  scroll-snap-type: y mandatory;
}
body:has(.no-section-retrospective) .section-retrospective .section-retrospective-inner .page-grid__content {
  height: 100% !important;
}

/* .section-retrospective .section-retrospective-inner .page-grid__content #header_jumbotron,
.section-retrospective .section-retrospective-inner .page-grid__content .section {
  height: 100vh;
  background: orange;
  scroll-snap-align: start;
} */

/* h1 */
.section-retrospective h1.hidden {
  margin-bottom: 0;

  text-indent: -9999px;
  line-height: 0;
}

.section-retrospective .news-retrospective-inner {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 0;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.section-retrospective .news-retrospective-inner .news-tiles {
  flex-flow: revert;
  align-items: center;
  gap: 40px;
  margin: 0;
  width: 100%;
}

/* ------ BANDEAU ------ */
.section-retrospective #header_jumbotron {
  width: 100vw;
  height: 100vh !important;

  background: white;
}

.section-retrospective #header_jumbotron .overlay {
  display: none;
  background: revert !important;
}

.section-retrospective #header_jumbotron .cover {
  position: inherit !important;
}

.section-retrospective #header_jumbotron video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* JUMBOTRON FLÈCHES QUI BOUGE MAIS FABRICE N'EN VEUT PAS */
.section-retrospective #header_jumbotron .scrollTST {
  position: relative;
  bottom: calc(240px + 50px);
  left: 50%;

  height: calc(96px + 25px);

  border-radius: 10px;
  text-align: center;

  transform: translate(-50%);
}

.section-retrospective #header_jumbotron .scroll {
  position: relative;
  bottom: calc(121px + 50px);
  left: 50%;

  width: 150px;
  height: calc(96px + 25px);

  border-radius: 10px;
  text-align: center;

  transform: translate(-50%);
}

/* ajout d'une autre classe pour centrer titraille */

.section-retrospective #header_jumbotron .scrollTitraille {
  position: relative;
  bottom: calc(240px + 50px);
  left: 50%;

  height: calc(96px + 25px);

  border-radius: 10px;
  text-align: center;

  transform: translate(-50%);
}

.section-retrospective #header_jumbotron .scroll svg {
  height: calc(100% + 25px);
}

.section-retrospective #header_jumbotron .scroll svg .draw-arrow {
  animation-duration: 3.4s;
  animation-fill-mode: forwards;
  animation-name: move;
  animation-iteration-count: infinite;
}

.section-retrospective #header_jumbotron .scroll svg .draw-arrow.arrow_top {
  animation-delay: 0.5s;
}

.section-retrospective #header_jumbotron .scroll svg .draw-arrow.arrow_bot {
  animation-delay: 0.7s;
}

/* JUMBOTRON MARGIN RESET */
@media screen and (max-width: 1330px) {
  .section-retrospective #header_jumbotron .cover {
    height: 100% !important;
    margin-top: 0 !important;
  }
}

/* Menu header */
.section-retrospective .list-news-header-navigation {
  position: absolute !important;
  left: 0;
  top: auto !important;
  padding: 16px;
  height: 100%;
  max-width: 328px;
  max-height: calc(100vh - 80px);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #4162ff;
  background-image: none;
  background-image: linear-gradient(to right, #4162ff, #254298);
  overflow: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transform: translateX(-100vw);
  transition: all 0.3s ease;
}

.section-retrospective .list-news-header-navigation.isActive {
  position: absolute !important;
  z-index: 3 !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateX(0);
}

/* MENU STYLE */
.section-retrospective .main-header__nav .primary-menu {
  flex-direction: column !important;
  text-align: left !important;
  width: 100% !important;
}

.section-retrospective .main-header__nav .primary-menu__link {
  align-items: center;
  text-align: left;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  font-size: 1.0625rem;
  min-height: 4.1176470588em;
}

.section-retrospective .main-header__nav .primary-menu__link[data-submenu]::after {
  content: "\e802";
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  margin-top: -0.5em;
  line-height: 1;
}

/* POPUP */
.section-retrospective .section {
  margin-bottom: 0;
}

/* NEWS DETAILS */
/* Title */
.section-retrospective .news-tiles>article {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 40px;
  margin-left: 40px;
  padding: 40px;
  width: 100%;
  max-height: calc(100vh - 80px);
  border-radius: 4px;
  background-color: #ffffff;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: inset 0em -320px 20px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

/* Close */
.section-retrospective .news-tiles>article .news-tile__close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 24px;
  color: #4162ff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Navigation */
.section-retrospective .news-tiles>article .news-tile__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: fit-content;
}

/* Navigation left */
.section-retrospective .news-tiles>article .news-tile__navigation .navigation-left {
  padding: 6px 14px;
  border-radius: 4px;
  color: #4162ff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Navigation right */
.section-retrospective .news-tiles>article .news-tile__navigation .navigation-right {
  padding: 6px 14px;
  border-radius: 4px;
  color: #4162ff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.section-retrospective .news-tiles>article .news-tile__close:hover,
.section-retrospective .news-tiles>article .news-tile__navigation .navigation-left:hover,
.section-retrospective .news-tiles>article .news-tile__navigation .navigation-right:hover {
  color: #ffffff;
  background: #f05925;
  transition: all 0.3s ease;
}

.section-retrospective .news-tiles>article .news-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.modal-active:has(.section-retrospective) {
  overflow: hidden;
}

.modal-active .news-popup__overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

.modal-active .modal {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.section-retrospective .news-tiles>article .news-tile__content {
  flex-grow: 0;
  margin-top: calc(100vh - 21em);
  color: var(--light);
}

.section-retrospective .news-tiles>article .news-tile__content>div {
  -webkit-line-clamp: revert;
  width: 100%;
  max-height: revert;
  text-overflow: revert;
  overflow: revert;
}

.section-retrospective .news-tiles>article .news-tile__content h1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 20px;
  font-size: 1.875rem;
  text-shadow: 0em 0px 8px rgba(0, 0, 0, 0.65);
}

.section-retrospective .news-tiles>article .news-tile__content h1:before {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  max-width: 10px;
  min-width: 10px;
  border-radius: 50px;
  background: #f05925;
}

/* Content */
.section-retrospective .news-tiles>article .news-tile__body {
  position: relative;
  z-index: 3;
  padding: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);


  margin: initial;
  max-width: initial;
  width: initial;
}

/* NEWS LIST */
.section-retrospective .news-tiles {
  position: relative;
  flex-flow: inherit;
  flex-direction: row;
  gap: 20px;
  height: 100%;
  border-radius: 4px;
}

.section-retrospective .news-tiles .list-news-tiles-navigation {
  margin-right: 34px;
  max-width: 328px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)),
    radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) 0 100%;
  background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)),
    radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size:
    100% 40px,
    100% 40px,
    100% 14px,
    100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  scrollbar-color: #4162ff #c2d2e4;
}

.section-retrospective .news-tiles .list-news-tiles-navigation::-webkit-scrollbar {
  width: 15px;
  background-color: #c2d2e4;
}

.section-retrospective .news-tiles .list-news-tiles-navigation::-webkit-scrollbar-thumb {
  background-color: linear-gradient(to bottom, #4162ff, #254298);
}

.section-retrospective .news-tiles .news-tiles__item .news-tile__logo,
.section-retrospective .news-tiles .news-tiles__item .news-tile__tag,
.section-retrospective .news-tiles .news-tiles__item .news-tile__category,
.section-retrospective .news-tiles .news-tiles__item .news-tile__date {
  display: none;
}

.section-retrospective .news-tiles .news-tiles__item.news-tiles__summary {
  display: block !important;
}

.section-retrospective .news-tiles .news-tiles__item {
  width: 100%;
}

.section-retrospective .news-tiles .news-tiles__item .news-tile {
  max-height: 140px;
  min-height: 140px;
}

.section-retrospective .news-tiles .news-tiles__item .news-tile .isActif {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(219, 60, 0, 0.6);
  color: var(--light);
  transition:
    background-color 1s ease,
    opacity 1s ease;
}

.section-retrospective .news-tiles .news-tiles__item .news-tile .isActif svg {
  max-width: 40px;
}

@media screen and (max-width: 1090px) {
  .section-retrospective #header_jumbotron {
    width: 100%;
    height: 100vh !important;
  }

  .section-retrospective #header_jumbotron video {
    object-fit: revert;
  }
}

/* ANIMATION */
@keyframes move {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* Bouton d'ouverture du menu */
.section-retrospective .menu-toggle-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.section-retrospective .menu-toggle-button:hover {
  background-color: #0056b3;
}

/* Menu latéral droit */
.section-retrospective .right-side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.section-retrospective .right-side-menu.open {
  right: 0;
  /* Glisse dans l'écran */
}

/* Bouton de fermeture du menu */
.section-retrospective .menu-close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* Superposition du menu */
.section-retrospective .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.section-retrospective .menu-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* Liste du menu */
.section-retrospective .right-side-menu ul {
  list-style: none;
  padding: 60px 0 0 0;
  /* Ajuster le padding supérieur pour éviter le chevauchement avec le bouton de fermeture */
}

.section-retrospective .right-side-menu ul li {
  margin-bottom: 20px;
}

.section-retrospective .right-side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: color 0.3s ease;
}

.section-retrospective .right-side-menu ul li a:hover {
  color: #007bff;
}

/* Conteneur des news */
.section-retrospective .list-news-tiles-navigation {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #ffffff;
  transform: translateX(200vw);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.section-retrospective .list-news-tiles-navigation .news-group-month {
  margin: 16px 16px 0 16px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.section-retrospective .list-news-tiles-navigation .news-group-month:first-letter {
  text-transform: uppercase;
}

.section-retrospective .list-news-tiles-navigation .news-group {
  display: flex;
  flex-wrap: wrap;
}

/* Titre du Conteneur des news */
.section-retrospective .list-news-tiles-navigation .sidebar-box__header {
  padding: 16px 16px 0px 16px;
  width: 100%;
}

/* Classe pour rendre visible le conteneur des news */
.section-retrospective .list-news-tiles-navigation.visible {
  display: flex !important;
  position: absolute;
  z-index: 201;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  max-width: 100% !important;
  max-height: 100% !important;
  transform: translateY(0);
}

.section-retrospective .list-news-tiles-navigation .news-item {
  opacity: 0;
  animation: fadeInUp 0.5s forwards;
}

/* Bouton trigger menu mobile */
.section-retrospective .toggle-news-header {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 201 !important;
  padding: 8px 0px 2px;
  width: 44px;
  background-color: #ffffff;
  color: #313131;
  border: none;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

/* Bouton pour afficher/masquer les news sur mobile */
.section-retrospective .toggle-news-tiles-button {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: none;
  padding: 10px 10px 5px;
  background-color: #ffffff;
  color: #313131;
  border: none;
  cursor: pointer;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.section-retrospective .toggle-news-tiles-button:hover {
  background-color: rgba(219, 60, 0, 1);
}

.section-retrospective .news-retrospective-inner .toggle-news-tiles-button:hover svg path,
.section-retrospective .news-retrospective-inner .toggle-news-tiles-button:hover svg rect {
  fill: #ffffff;
}

.section-retrospective .news-retrospective-inner .toggle-news-tiles-button svg path,
.section-retrospective .news-retrospective-inner .toggle-news-tiles-button svg rect {
  fill: rgba(219, 60, 0, 1);
}

/* Animation de fondu et de déplacement pour les éléments de news */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Media Queries */

/* Tablet */
@media (max-width: 860px) {
  .section-retrospective .news-tiles>article {
    margin: 0 20px;
    padding: 20px;
  }

  .section-retrospective .news-tiles>article .news-tile__content h1 {
    padding: 0px;
  }

  /* Afficher le bouton de toggle */
  .section-retrospective .toggle-news-tiles-button {
    z-index: 202;
    display: inline-block;
  }

  .section-retrospective .news-tiles__item {
    padding: 0.8rem;
    width: 50% !important;
  }

  .section-retrospective .news-tiles>article .news-tile__navigation {
    left: 0 !important;
    width: 100% !important;
  }
}

/* Desktop */
@media (min-width: 861px) {

  /* Afficher le conteneur des news */
  .section-retrospective .list-news-tiles-navigation {
    position: inherit;
    display: flex !important;
    opacity: 1 !important;
    border-radius: 4px;
    transform: translateX(0);
  }

  /* Masquer le bouton de toggle */
  .section-retrospective .toggle-news-tiles-button {
    display: none;
  }
}

@media (max-width: 1024px) {
  .section-retrospective .news-tiles>article {
    padding: 20px;
  }

  /* Close */
  .section-retrospective .news-tiles>article .news-tile__close {
    top: 10px;
    right: 10px;
  }
}

.section-retrospective .menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.section-retrospective .line {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.section-retrospective .menu-button.open .line1 {
  transform: translateY(8px) rotate(45deg);
}

.section-retrospective .menu-button.open .line2 {
  opacity: 0;
}

.section-retrospective .menu-button.open .line3 {
  transform: translateY(-8px) rotate(-45deg);
}

/* Loader Styles */
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid rgba(219, 60, 0, 1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

/* Animation de rotation */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}