 body {
      background-color: #f8f9fa;
    }
    .radio-card-christmas {
      border-left: 5px solid #d52424;
      border-radius: 1rem;
      background: white;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      padding: 20px;
      margin-bottom: 2rem;
    }
 .radio-card-hallstation {
     border-left: 5px solid #fc8733;
     border-radius: 1rem;
     background: white;
     box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
     padding: 20px;
     margin-bottom: 2rem;
 }
    .radio-card-musiquose {
      border-left: 5px solid #000b50;
      border-radius: 1rem;
      background: white;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      padding: 20px;
      margin-bottom: 2rem;
    }
    .text-musiquose {
    --bs-text-opacity: 1;
    color: #000b50 !important;
    }

  .radio-card-fixely {
      border-left: 5px solid #AF9252;
      border-radius: 1rem;
      background: white;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      padding: 20px;
      margin-bottom: 2rem;
    }

    .text-fixely {
    --bs-text-opacity: 1;
    color: #97742D !important;
    }

    .text-hallstation {
     --bs-text-opacity: 1;
     color: #fc8733 !important;
    }

    .radio-logo {
      max-height: 60px;
      margin-right: 1rem;
    }
    
    .btn-red {
      background-color: #d52424;
      border: none;
      color: white;
    }
    .btn-red:hover {
      background-color: #bb1f1f;
    }
    .btn-or {
      background-color: #97742D;
      border: none;
      color: white;
    }
    .btn-or:hover {
      background-color: #AF9252;
    }
    .bg-rouge {
      background-color: #d52424 !important;
    }
    .bg-or {
      background-color: #97742D !important;
    }
    .btn-outline-info{
      border-color: #1e3043 !important;
      color: #1e3043 !important;
    }
    .btn-outline-info:hover{
      background: #1e3043 !important;
      color: #fff !important;
    }

    footer {
      background-color: #d52424;
      color: white;
    }