  /* v1.1 */
  .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;
  }

  .adslot:not(.sticky, .catfish, .outstream)::before {
      content: "- Publicité -";
      padding: 3px;
      text-transform: uppercase;
      font-size: 8px;
      color: #999;
      font-weight: 600;
      display: block;
      text-align: center;
      font-family: Arial, sans-serif;
  }

  div[id*="parallaxe"] {
      padding-bottom: 5px;
  }

  @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;
      }

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

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

      div[id*="_videoplayer"] {
          width: 90%;
      }

      .videoplayer {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          margin: 5px;
          padding-bottom: 10px;
      }

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


      .adslot.banneronly {
          height: 90px;
      }

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

      #background_catfish {
          display: none;
      }

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

      #close-btn,
      #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;
      }

      .adslot.banner {
          min-height: 110px !important;
      }

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

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

      div[id*="_videoplayer"] {
          width: 100%;
      }

      .videoplayer {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          margin: 5px;
      }

      #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.banner {
          min-height: 60px !important;
      }

      div[id*="_videoplayer"] {
          width: 100%;
      }

      .videoplayer {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          margin-top: 5px;
          margin-bottom: 5px;
      }

      .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;
      }
  }