  /* v1.3 Auto123 */

  .fuelsearch {
      transform: scale(0.9);
  }

  .adslot {
      display: flex !important;
      flex-direction: column !important;
      /* justify-content: center !important; */
      /* margin: auto !important; */
      align-items: center !important;
      padding-bottom: 20px !important;
      background-color: unset !important;
  }

  html[lang*="fr"] .adslot:not(.sticky, .skin, .catfish, .parallaxe, .outstream, .native)::before {
      content: "- Publicité -" !important;
      padding: 3px !important;
      text-transform: uppercase !important;
      font-size: 8px !important;
      color: #999 !important;
      font-weight: 600 !important;
      display: block !important;
      text-align: center !important;
      font-family: Arial, sans-serif;
  }

  html[lang*="fr"] .videoplayer:not(.outstream)::before {
      content: "- Publicité -" !important;
      padding: 3px !important;
      text-transform: uppercase !important;
      font-size: 8px !important;
      color: #999 !important;
      font-weight: 600 !important;
      display: block !important;
      text-align: center !important;
      font-family: Arial, sans-serif !important;
  }

  html[lang*="en"] .adslot:not(.sticky, .skin, .catfish, .parallaxe, .outstream, .native)::before {
      content: "- Advertising -" !important;
      padding: 3px !important;
      text-transform: uppercase !important;
      font-size: 8px !important;
      color: #999 !important;
      font-weight: 600 !important;
      display: block !important;
      text-align: center !important;
      font-family: Arial, sans-serif;
  }

  html[lang*="en"] .videoplayer:not(.outstream)::before {
      content: "- Advertising -" !important;
      padding: 3px !important;
      text-transform: uppercase !important;
      font-size: 8px !important;
      color: #999 !important;
      font-weight: 600 !important;
      display: block !important;
      text-align: center !important;
      font-family: Arial, sans-serif !important;
  }

  .adslot.banner {
      height: auto !important;
  }

  .parallaxe {
      padding-bottom: 5px;
  }

  @media (prefers-color-scheme: dark) {
      #close-button {
          box-shadow: 0 -3px 3px 0 rgba(255, 255, 255, 0.5);
      }
  }

  @media only screen and (min-width: 1025px) {
      #env-banner {
          position: fixed;
          top: 10px;
          right: 10px;
          z-index: 1000;
          padding: 5px 7px;
          background-color: #333;
          color: #fff;
          font-weight: bold;
          font-size: 13px;
          border-radius: 5px;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          font-family: sans-serif;
      }

      .sticky-head {
          position: fixed !important;
          top: 0px;
          z-index: 99999;
          width: 100%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 25%) !important;
      }

      .adslot-wrapper {
          min-height: 123px;
      }

      .adslot.box:last-of-type {
          position: sticky;
          top: 1px;
      }

      .adslot.banner {
          min-height: 90px;
      }

      .adslot.banneronly {
          height: 115px;
      }
      .adslot.boxonly:last-of-type {
          position: sticky;
          top: 1px;
      }
      .adslot.sky:last-of-type {
          position: sticky;
          top: 1px;
      }

      #background_catfish {
          display: none;
      }

      div[id*="_catfish"] {
          display: none;
      }

      #close-button,
      #close-button {
          display: none;
      }

  }

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
      #env-banner {
          position: fixed;
          top: 10px;
          right: 10px;
          z-index: 1000;
          padding: 5px 7px;
          background-color: #333;
          color: #fff;
          font-weight: bold;
          font-size: 13px;
          border-radius: 5px;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          font-family: sans-serif;
      }

      .sticky-head {
          position: fixed !important;
          top: 0px;
          z-index: 99999;
          width: 100%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 25%) !important;
      }

      .adslot-wrapper {
          min-height: 123px;
      }

      .adslot.box:last-of-type {
          position: sticky;
          top: 71px;
      }

      .adslot.boxonly:last-of-type {
          position: sticky;
          top: 71px;
      }

      #background_catfish {
          text-align: center;
          width: 100%;
          height: 91px;
          position: fixed;
          bottom: 1px;
          background-color: #fff;
          opacity: 0.7;
          z-index: 9998;
      }

      div[id*="_catfish"] {
          position: fixed;
          bottom: 0px;
          background: none;
          width: 100%;
          height: 90px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          z-index: 99999;
      }

      #close-btn,
      #close-button {
          position: absolute;
          width: 28px;
          height: 28px;
          top: -28px;
          left: 0;
          color: black;
          background-size: 13px 13px;
          background-position: 9px;
          background-color: #fff;
          background-repeat: no-repeat;
          box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
          border: none;
          border-radius: 0 12px 0 0;
          z-index: 199999;
      }
  }

  @media only screen and (max-width: 768px) {
      #env-banner {
          position: fixed;
          top: 10px;
          right: 10px;
          width: 110px;
          text-align: center;
          z-index: 1000;
          padding: 5px 7px;
          background-color: #333;
          color: #fff;
          font-weight: bold;
          font-size: 10px;
          border-radius: 5px;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          font-family: sans-serif;
      }

      .adslot.boxonly {
          padding-bottom: 10px;
          background-color: white;
      }

      .adslot {
          padding-top: 0px;
      }

      #background_catfish {
          text-align: center;
          width: 100%;
          height: 65px;
          position: fixed;
          bottom: -5px;
          left: 0px;
          background-color: #fff;
          opacity: 0.8;
          z-index: 9998;
      }

      div[id*="_catfish"] {
          position: fixed;
          height: auto;
          bottom: 5px;
          left: -3px;
          background: none;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          z-index: 99999;
      }

      #close-btn,
      #close-button {
          position: absolute;
          width: 28px;
          height: 28px;
          top: -28px;
          left: 0;
          color: black;
          background-size: 13px 13px;
          background-position: 9px;
          background-color: #fff;
          background-repeat: no-repeat;
          box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
          border: none;
          border-radius: 0 12px 0 0;
          z-index: 199999;
      }
  }