    body {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/images/CSMWEBRADIODIRECT.png") no-repeat center;
    background-size: cover;
  }
  
  .text-1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .text-2 {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
  }
  
  .text-3 {
    font-family: 'Montserrat';
    font-size: 36px;
    color: #555555;
  }
  
  .text-4 {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #7d8da6;
    text-transform: uppercase;
  }
  
  .text-5 {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
  }
  
  .text-6 {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #cccccc;
  }
  
  .box {
    background-color: #fff;
    border-radius: 18px;
  }
  
  .box-s {
    width: 90px;
    height: 90px;
  }
  
  .btn-s {
    background-color: transparent !important;
    border-radius: 25px;
    border: 2px solid #fff;
  
  }
  
  #scroll {
    position: relative;
    top: 0px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }
  
  @-webkit-keyframes sdb05 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  
  @keyframes sdb05 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  
  
  .hour-rk {
    font-size: 15px !important;
    width: 65px !important;
  }
  
  .title-rk {
    font-size: 15px !important;
  }
  
  .lecteur-radio {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Iphone 8 plus et téléphone équivalent */
  @media (max-width: 415px) {
  
    .lecteur-radio {
      width: 350px !important;
      height: 400px !important;
      text-align:center;
    }
  
    .box-s {
      width: 82px;
      height: 87px;
      margin-left: 9px !important;
      margin-right: 1px !important;
    }
  
  }
  
  /* Iphone 8 et téléphone équivalent */
  @media (max-width: 375px) {
  
    .lecteur-radio {
      margin-top: 60px !important;
    }
  
  
    .box-s {
      width: 74px;
      height: 75px;
      margin-left: 9px !important;
      margin-right: 1px !important;
  
    }
  
    .text-3{
      font-size: 27px !important;
    }
  
    .text-4{
      font-size: 11px !important;
    }
  }
  
  /* Iphone SE et téléphone équivalent */
  @media (max-width: 325px) {
  
    .lecteur-radio {
      margin-top: 15px !important;
    }
  
    .text-3{
      font-size: 25px !important;
    }
  
    .text-4{
      font-size: 9px !important;
    }
  
    .box-s {
      width: 62px;
      height: 67px;
      margin-left: 8px !important;
      margin-right: 1px !important;
  
    }
  }