/* UI ICONS */
/* ICONS */
.stack-vocal-interaction {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .stack-vocal-interaction ::-webkit-scrollbar {
    display: none; }
  .stack-vocal-interaction__mobile-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__mobile-background {
        display: none; } }
  .stack-vocal-interaction__step-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    position: relative; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__step-container {
        margin-bottom: 0;
        overflow-x: scroll;
        overflow-y: hidden; } }
  .stack-vocal-interaction__step {
    flex: 1 0 auto;
    position: relative;
    padding: 17px 23px 20px 23px;
    background: #170717;
    border: 1px solid #979797;
    border-radius: 10px;
    width: 230px;
    cursor: pointer; }
    .stack-vocal-interaction__step + .stack-vocal-interaction__step {
      margin-left: 20px; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__step {
        width: 271px;
        padding-bottom: 40px; }
        .stack-vocal-interaction__step + .stack-vocal-interaction__step {
          margin-left: 30px; } }
    .stack-vocal-interaction__step.current {
      border: 2px solid white; }
      .stack-vocal-interaction__step.current .stack-vocal-interaction__step-title,
      .stack-vocal-interaction__step.current .stack-vocal-interaction__step-icon,
      .stack-vocal-interaction__step.current .stack-vocal-interaction__step-bar {
        opacity: 1; }
  .stack-vocal-interaction__step-title {
    width: 75%;
    font-family: SFR-Bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    opacity: 0.4; }
  .stack-vocal-interaction__step-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 21px;
    right: 24px;
    opacity: 0.4; }
  .stack-vocal-interaction__step-bar {
    position: absolute;
    bottom: 12px;
    left: 21px;
    width: calc(100% - 46px);
    height: 3px;
    background-color: #8A8A8A;
    opacity: 0; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__step-bar {
        margin-top: 45px; } }
  .stack-vocal-interaction__step-bar-hover {
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #E2001A 0%, #871D81 100%); }
  .stack-vocal-interaction__arrow-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  .stack-vocal-interaction__message {
    position: absolute;
    top: 15%;
    left: 8%; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__message {
        position: absolute;
        top: 17%;
        left: 15%; } }
  .stack-vocal-interaction__message-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 14px 0 12px; }
  .stack-vocal-interaction__message-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .stack-vocal-interaction__accroche {
    position: relative;
    margin-left: 7px;
    top: 25px;
    left: -35px;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__accroche {
        top: 0;
        left: 0;
        margin-left: 14px; } }
    .stack-vocal-interaction__accroche p {
      font-family: 'SFR-Bold'; }
  .stack-vocal-interaction__alexa {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .stack-vocal-interaction__command {
    position: relative;
    margin-top: 20px;
    width: 160px; }
    .stack-vocal-interaction__command > * {
      position: absolute;
      top: 0;
      left: 0; }
      .stack-vocal-interaction__command > *:not(:first-child) {
        opacity: 0; }
    @media (min-width: 768px) {
      .stack-vocal-interaction__command {
        margin-left: 70px;
        margin-top: 0;
        width: 195px; } }
  .stack-vocal-interaction__bars {
    position: relative;
    left: -5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .stack-vocal-interaction__bar {
    width: 2px;
    height: 27px;
    background: linear-gradient(to bottom, #E2001A 0%, #871D81 100%);
    border-radius: 2px; }
    .stack-vocal-interaction__bar:not(:first-child) {
      margin-left: 8px; }
    .stack-vocal-interaction__bar:nth-child(odd) {
      height: 10px; }
