<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Segoe UI';
  src: url('fonts/SegoeUI.eot');
  src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI.woff2') format('woff2'), url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url('fonts/seguisb.eot');
  src: url('./fonts/seguisb.ttf') format('truetype'), url('fonts/seguisb.woff') format('woff');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url('./fonts/SegoeUI-Bold.eot');
  src: url('./fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/SegoeUI-Bold.woff2') format('woff2'), url('./fonts/SegoeUI-Bold.woff') format('woff'), url('./fonts/SegoeUI-Bold.ttf') format('truetype'), url('./fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: bold;
  font-style: normal; }
/* Bootstrap minimum */
*, *:before, *:after {
  box-sizing: border-box; }

.hidden {
  display: none; }
/* fin bootstrap minimum */
.visio-svg {
  display: block; }
  .visio-svg .picto {
    fill: #000; }

.HDRV_btn .picto, .HDRV_btn .picto * {
  transition: fill 500ms; }
  .HDRV_btn:hover .picto, .HDRV_btn:hover .picto * {
    fill: #f9423a; }

.svg-full {
  transform-origin: center center;
  transition: transform 600ms; }
  .svg-full:hover {
    transform: scale(1.3); }

.svg-reduit {
  transform-origin: center center;
  transition: transform 600ms; }
  .svg-reduit:hover {
    transform: scale(0.8); }

.svg-large {
  transform-origin: center center;
  transition: transform 600ms; }
  .svg-large:hover {
    transform: scale(1.3); }
  .status-cinema .svg-large:hover {
    transform: scale(0.7); }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.HDR_VISIO, .HDR_VISIO_placeholder {
  height: auto !important;
  width: 100% !important; }

.HDR_VISIO {
  height: 0 !important;
  padding-top: 56.25%;
  position: relative;
  font-family: "Segoe UI", Arial;
  font-size: 12px;
  overflow: hidden;
  background: black; }
  .HDR_VISIO video, .HDR_VISIO embed, .HDR_VISIO object {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .HDR_VISIO embed, .HDR_VISIO object {
    background: #000 none repeat scroll 0 0;
    height: 100% !important;
    width: 100% !important; }
  .HDR_VISIO A {
    text-decoration: none; }
  .HDR_VISIO.fullscreen_vid, .HDR_VISIO.fullscreen_vid VIDEO {
    width: 100%;
    height: 100%; }
  .HDR_VISIO.is_pub .HDRV_no_pub, .HDR_VISIO.is_live .HDRV_no_live {
    display: none !important; }
  .HDR_VISIO .pub_only, .HDR_VISIO .live_only {
    display: none; }
  .HDR_VISIO.is_pub .pub_only, .HDR_VISIO.is_live .live_only {
    display: block; }
  .HDR_VISIO .HDRV_btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden; }
  .HDR_VISIO .HDRV_btn.disabled {
    cursor: default;
    visibility: hidden; }
  .HDR_VISIO .visio-svg {
    display: block;
    width: 100%;
    height: 100%; }
  .HDR_VISIO:focus, .HDR_VISIO:active {
    outline: none; }

:-webkit-full-screen {
  background: black !important; }

.fake_fullscreen_vid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 300; }
  .fake_fullscreen_vid VIDEO {
    width: 100%;
    height: 100%; }

.HDRV_cleaner {
  clear: both;
  height: 0;
  display: block; }

.HDRV_video_controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
  transition: opacity 600ms; }
  .HDR_VISIO.not-played .HDRV_video_controls:before {
    display: none; }
    .HDR_VISIO.not-played .HDRV_video_controls &gt; *:not(.HDRV_big_play_btn) {
      display: none; }
    .HDR_VISIO.not-played .HDRV_video_controls .HDRV_recap_before_play {
      display: flex;
      opacity: 1; }
  .HDRV_video_controls.faded {
    opacity: 0;
    transition: opacity 400ms; }
    .HDR_VISIO.right-controls-active .HDRV_video_controls.faded, .HDR_VISIO.not-played .HDRV_video_controls.faded {
      opacity: 1; }
  .HDRV_video_controls .HDRV_big_play_btn {
    position: absolute;
    top: 70px;
    left: 30px;
    right: 70px;
    bottom: 70px;
    cursor: pointer; }
    .HDRV_video_controls .HDRV_big_play_btn .HDRV_play_ico {
      position: absolute;
      top: 50%;
      left: 0;
      width: 80px;
      height: 80px;
      margin: -40px 0; }
    .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: column;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
      font-weight: 700;
      line-height: 1.2;
      position: absolute;
      left: 110px;
      right: 0;
      top: 20%;
      height: 60%; }
      .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title .titre {
        font-size: 24px; }
      .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title .vues {
        font-size: 16px;
        display: none; }
    .HDR_VISIO.is-playing .HDRV_video_controls .HDRV_big_play_btn .HDRV_play_ico, .HDR_VISIO.is-playing .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title {
      display: none; }
    @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_big_play_btn {
    left: 20px;
    right: 20px;
    top: 0; }
    .HDRV_video_controls .HDRV_big_play_btn .HDRV_play_ico {
      width: 50px;
      height: 50px;
      margin: -25px 0; }
    .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title {
      left: 65px; }
      .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title .titre {
        font-size: 16px; }

      .HDRV_video_controls .HDRV_big_play_btn .HDRV_vid_title .vues {
        display: none; } }
  .HDRV_video_controls .HDRV_recap_before_play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 896px;
    background: #f2f2f2;
    border-top: 12px solid black;
    transition: all 600ms;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 32px;
    cursor: pointer; }
    .HDRV_video_controls .HDRV_recap_before_play .HDRV_play_ico {
      width: 48px;
      height: 48px;
      margin: 12px 25px 12px 0;
      padding: 5px 3px 5px 7px;
      border: 1px solid #9b9b9a;
      border-radius: 50%; }
      .HDRV_video_controls .HDRV_recap_before_play .HDRV_play_ico .fond {
        display: none; }
    .HDRV_video_controls .HDRV_recap_before_play .HDRV_vid_title {
      font-size: 18px;
      line-height: 1.33; }
      .HDRV_video_controls .HDRV_recap_before_play .HDRV_vid_title .titre {
        font-weight: 600; }
      .HDRV_video_controls .HDRV_recap_before_play .HDRV_vid_title .vues {
        display: none; }
    @media (max-width: 1199px) {
  .HDRV_video_controls .HDRV_recap_before_play {
    border-top-width: 10px; } }
    @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_recap_before_play {
    padding: 8px 10px;
    background: rgba(220, 220, 220, 0.8);
    border-top: 4px solid rgba(0, 0, 0, 0.7); }
    .HDRV_video_controls .HDRV_recap_before_play .HDRV_play_ico {
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin: 5px 10px 5px 0;
      padding: 3px 0px 3px 3px; }
      .HDRV_video_controls .HDRV_recap_before_play .HDRV_play_ico .fond {
        display: none; }
    .HDRV_video_controls .HDRV_recap_before_play .HDRV_vid_title {
      font-size: 12px; } }
  .HDRV_video_controls .HDRV_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -50px;
    background: url(/hdr_visio/loader.png) center center no-repeat;
    display: none;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
  .HDRV_video_controls .HDRV_video_controls_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    padding: 9px;
    background: rgba(242, 242, 242, 0.9);
    display: flex;
    flex-direction: row; }
    .HDRV_video_controls .HDRV_video_controls_bottom &gt; * {
      flex: 0 0 auto; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_btn &gt; DIV {
      height: 100%;
      flex: 0 0 auto; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_play_toggler.HDRV_playing .status-pause {
      display: none; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_title {
      flex: 1 1 auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #000;
      line-height: 40px;
      margin-left: 30px;
      font-size: 16px; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler &gt; * {
      display: none; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler .active {
        display: block; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_logo {
      padding: 2px; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_logo img {
        width: 100%;
        height: auto;
        margin: 0; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_tools_icon .svg-setting {
      transform-origin: center center;
      transition: transform 600ms; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_tools_icon:hover .svg-setting {
        transform: rotate(90deg); }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_duration {
      color: #000;
      white-space: nowrap;
      line-height: 40px;
      font-variant-numeric: tabular-nums;
      font-size: 14dppx;
      font-weight: 600; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume {
      margin-right: 10px;
      line-height: 40px;
      vertical-align: top; }
      @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume {
    display: none; } }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume &gt; * {
        vertical-align: top; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_mute_toggler {
        display: inline-block;
        margin: 0;
        width: 40px;
        height: 40px;
        cursor: pointer; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container {
        width: 0;
        opacity: 0;
        transition: all 600ms;
        display: inline-block;
        height: 20px;
        margin: 10px 0;
        position: relative;
        cursor: pointer; }
        .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container:before {
          content: "";
          position: absolute;
          left: 0;
          top: 9px;
          width: 100%;
          height: 2px;
          background: rgba(242, 242, 242, 0.9); }
        .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container .HDRV_volume_slider_state {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
          .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container .HDRV_volume_slider_state:before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 100%;
            height: 2px;
            background: #000; }
          .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container .HDRV_volume_slider_state:after {
            content: "";
            position: absolute;
            right: -4px;
            top: 6px;
            width: 8px;
            height: 8px;
            background: #000;
            border-radius: 50%; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume:hover .HDRV_volume_slider_container {
        width: 80px;
        opacity: 1; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_hdr_logo {
      display: block;
      margin: 12px 10px;
      height: 16px; }
      @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_hdr_logo {
    display: none; } }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_hdr_logo:before {
        content: "";
        width: 71px;
        height: 16px;
        background: url('/images/verysmall_hdr.gif');
        display: block; }
    @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_controls_bottom {
    height: 50px;
    padding: 5px 0; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_duration {
      color: rgba(0, 0, 0, 0); }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_ctime {
      display: block;
      position: absolute;
      bottom: 60px;
      line-height: 1;
      left: 10px;
      color: white;
      text-shadow: 0 0 3px #343a40; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_ftime {
      display: block;
      position: absolute;
      bottom: 60px;
      line-height: 1;
      right: 10px;
      color: white;
      text-shadow: 0 0 3px #343a40; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_title {
      margin-left: 0;
      font-size: 13px; } }
    @media (max-width: 1199px) {
  .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler {
    display: none; } }
  .HDRV_video_controls .HDRV_video_controls_right {
    position: absolute;
    right: 0px;
    top: 32px;
    transition: all 600ms;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn {
      width: auto;
      height: 58px;
      padding: 11px;
      background: #fff;
      margin-bottom: 1px;
      transition: all 600ms;
      display: flex;
      flex-direction: row;
      align-items: center;
      transform: translateX(100%);
      margin-right: 58px; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn svg {
        width: 36px;
        height: 36px; }
        .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn svg .st1 {
          fill: #000; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn .text {
        font-weight: 600;
        font-size: 18px;
        color: #000;
        margin: 0 20px 0 12px;
        text-decoration: underline; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn:hover, .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn.active {
        transform: translateX(58px); }
    @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_controls_right {
    top: 16px; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn {
      height: 32px;
      padding: 5px;
      margin-right: 32px; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn svg {
        width: 22px;
        height: 22px; }

      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn .text {
        display: none; }

      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn:hover, .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn.active {
        transform: translateX(32px); } }
  .HDRV_video_controls .HDRV_custom_video_tools {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 175px;
    z-index: 90; }
    .HDRV_video_controls .HDRV_custom_video_tools.HDRV_hidden {
      display: none; }
    .HDRV_video_controls .HDRV_custom_video_tools .HDRV_video_qualities {
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      margin-bottom: 1px;
      padding: 8px 0; }
    .HDRV_video_controls .HDRV_custom_video_tools .HDRV_video_qualities .qual {
      padding: 2px 10px 2px 30px;
      position: relative;
      cursor: pointer; }
    .HDRV_video_controls .HDRV_custom_video_tools .HDRV_video_qualities .HDRV_cur_quality:before {
      content: "";
      background: url('/hdr_visio/check.svg') no-repeat center center;
      background-size: 10px 8px;
      display: block;
      width: 10px;
      height: 8px;
      position: absolute;
      left: 10px;
      top: 6px; }
    .HDRV_video_controls .HDRV_custom_video_tools .HDRV_export_btn {
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      padding: 5px 15px;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.95);
      margin-bottom: 1px; }
    .HDRV_video_controls .HDRV_custom_video_tools .HDRV_hdr_link {
      text-align: center;
      padding: 5px;
      color: white;
      font-size: 12px;
      background: rgba(0, 0, 0, 0.95); }
  .HDRV_video_controls .HDRV_pub_skip {
    position: absolute;
    top: 5px;
    left: 5px; }
  .HDRV_video_controls .HDRV_skip_ok, .HDRV_video_controls .HDRV_skip_ko {
    background: rgba(50, 50, 50, 0.8);
    padding: 5px;
    color: white;
    box-shadow: 0 0 3px #fff; }
  .HDRV_video_controls .HDRV_skip_ok {
    cursor: pointer; }
  .HDRV_video_controls .HDRV_video_timeline {
    background: rgba(83, 86, 90, 0.64);
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
    height: 5px;
    cursor: pointer;
    transition: height 400ms; }
    .HDRV_video_controls .HDRV_video_timeline .HDRV_video_loaded {
      background: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%; }
    .HDRV_video_controls .HDRV_video_timeline .HDRV_video_played {
      background: #f9423a;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%; }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_video_played .HDRV_timeline_scrubber {
        position: absolute;
        top: 50%;
        right: -16px;
        margin-top: -10px;
        width: 32px;
        height: 20px;
        z-index: 10;
        background-position: -61px -35px;
        display: none; }
    .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs {
      counter-reset: my-counter; }
      @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs {
    display: none; } }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs .HDRV_marqueur {
        position: absolute;
        top: -11px;
        left: 0;
        width: 10px;
        height: 10px;
        margin: 0 -5px;
        z-index: 12; }
        .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs .HDRV_marqueur .picto, .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs .HDRV_marqueur .st1 {
          stroke: #666;
          stroke-width: 8px;
          fill: white; }
          .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs .HDRV_marqueur .picto:hover, .HDRV_video_controls .HDRV_video_timeline .HDRV_marqueurs .HDRV_marqueur .st1:hover {
            fill: #f9423a; }
    .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover {
      display: none;
      position: absolute;
      bottom: 15px;
      left: 0;
      margin-left: -50px;
      width: 100px;
      padding: 2px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 5px;
      z-index: 15; }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover .HDRV_img_preview {
        width: 96px;
        height: 54px;
        overflow: hidden;
        position: relative; }
        .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover .HDRV_img_preview IMG {
          position: absolute;
          top: 0;
          left: 0;
          margin: 0; }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover .HDRV_time_preview {
        width: 96px;
        padding-top: 4px;
        text-align: center;
        color: white;
        font-weight: bold; }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover .HDRV_marq_desc {
        display: none;
        font-size: 10px;
        color: white;
        line-height: 115%; }
      .HDRV_video_controls .HDRV_video_timeline .HDRV_timeline_hover .titre {
        font-weight: 700;
        font-size: 1.1em;
        margin-bottom: 3px; }
    .HDRV_video_controls .HDRV_video_timeline.hover .HDRV_timeline_hover {
      display: block; }
    .HDRV_video_controls .HDRV_video_timeline.hover_marqueur .HDRV_timeline_hover {
      bottom: 45px;
      width: 246px;
      padding: 6px;
      display: none; }
      .HDRV_video_controls .HDRV_video_timeline.hover_marqueur .HDRV_img_preview {
        display: none; }
      .HDRV_video_controls .HDRV_video_timeline.hover_marqueur .HDRV_marq_desc {
        display: block; }
    @media (max-width: 767px) {
  .HDRV_video_controls .HDRV_video_timeline {
    bottom: 50px; } }
  .HDRV_video_controls .HDRV_marqueur_box {
    display: none;
    position: absolute;
    left: 6%;
    bottom: 80px;
    width: 420px;
    max-width: 70%;
    padding: 25px;
    background: white;
    z-index: 20;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Roboto, Arial; }
    .HDRV_video_controls .HDRV_marqueur_box.active {
      display: block; }
    .HDRV_video_controls .HDRV_marqueur_box .titre {
      line-height: 27px;
      vertical-align: middle;
      font-weight: 700; }
      .HDRV_video_controls .HDRV_marqueur_box .titre .num {
        display: inline-block;
        width: 27px;
        height: 27px;
        text-align: center;
        background: black;
        border-radius: 50%;
        color: white;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: 400; }
    .HDRV_video_controls .HDRV_marqueur_box .text {
      margin-top: 10px; }
      .HDRV_video_controls .HDRV_marqueur_box .text .start-time {
        margin-top: 5px;
        border-top: 1px solid #333;
        padding-top: 5px;
        color: #666; }
/*
 var html = "&lt;div class='"+HDR_VISIO.config.css_prefix+"popin "+p_class+"' &gt;"+
 "&lt;div class='p-wrapper' &gt;"+
 "&lt;div class='p-title' &gt;"+titre+"&lt;/div&gt;"+
 "&lt;div class='p-content jsp' &gt;"+contenu+"&lt;/div&gt;"+
 "&lt;div class='p-close' &gt;&lt;span class='ic' &gt;"+HDR_VISIO.getSvg("close")+"&lt;/span&gt;&lt;/div&gt;"+
 "&lt;/div&gt;"+
 "&lt;/div&gt;";
 */
.HDRV_popin {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px; }
  .HDRV_popin .p-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    padding: 10px;
    cursor: pointer; }
    .HDRV_popin .p-close .picto {
      fill: white; }
  .HDRV_popin .p-wrapper {
    max-width: 800px;
    padding: 10px; }
  .HDRV_popin .p-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 48px; }
  .HDRV_popin .vid-titre {
    font-size: 26px;
    font-weight: 700; }
  .HDRV_popin .vid-soustitre {
    font-size: 26px;
    margin-bottom: 24px; }
  .HDRV_popin .social_box {
    text-align: center; }
    .HDRV_popin .social_box A {
      display: inline-block;
      width: 48px;
      height: 48px;
      border: 1px solid #9b9b9a;
      border-radius: 50%;
      padding: 10px;
      margin: 8px; }
      .HDRV_popin .social_box A .fond path {
        fill: none; }
      .HDRV_popin .social_box A .picto {
        fill: #fff; }
  .HDRV_popin .download_box .bt-telecharger {
    display: inline-block;
    background: #f9423a;
    color: white;
    font-size: 1.5em;
    line-height: 2;
    padding: 0 1em;
    border-radius: 3px; }
  .HDRV_popin .vote_box .etoile_vote {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden; }
    .HDRV_popin .vote_box .etoile_vote .picto {
      fill: #888;
      transition: fill 400ms;
      cursor: pointer; }
    .HDRV_popin .vote_box .etoile_vote.on .picto {
      fill: #f9423a; }
    .HDRV_popin .vote_box .etoile_vote .visio-svg {
      width: 150%;
      height: 150%;
      margin: -6px; }
    .HDRV_popin .vote_box .svg-notation &gt; * {
      fill: #888; }
  .HDRV_popin .export INPUT {
    padding: 0;
    text-align: center;
    color: #666; }
    .HDRV_popin .export .export-code {
      display: block;
      width: 100%;
      height: 50px;
      font-size: 16px;
      line-height: 19px;
      padding: 5px;
      margin-bottom: 10px;
      font-family: Arial;
      color: #666;
      font-size: 12px;
      resize: none; }
    .HDRV_popin .export .sizes, .HDRV_popin .export .perso, .HDRV_popin .export .extract {
      text-align: left;
      margin-bottom: 10px; }
    .HDRV_popin .export .sizes STRONG, .HDRV_popin .export .perso STRONG, .HDRV_popin .export .extract STRONG {
      font-weight: 400; }
    .HDRV_popin .export .sizes strong:after, .HDRV_popin .export .perso strong:after, .HDRV_popin .export .extract strong:after {
      content: " : "; }
    .HDRV_popin .export .ex-size {
      display: inline-block;
      background-color: #d3d3d3;
      border-radius: 5px;
      color: #000;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      width: 30px;
      transition: background 400ms;
      text-decoration: none; }
    .HDRV_popin .export .ex-size.active, .HDRV_popin .export .ex-size:hover {
      background: #f9423a;
      color: white; }
    .HDRV_popin .export .ex-size + .ex-size {
      margin-left: 8px; }
    .HDRV_popin .export .c-size {
      width: 40px; }
    .HDRV_popin .export .segm {
      width: 50px; }
  @media (max-width: 767px) {
  .HDRV_popin {
    font-size: 12px; }
    .HDRV_popin .p-close {
      right: 3px;
      top: 3px;
      width: 30px;
      height: 30px;
      padding: 5px; }

    .HDRV_popin .p-title {
      font-size: 14px;
      margin-bottom: 15px; }

    .HDRV_popin .vid-titre {
      font-size: 16px; }

    .HDRV_popin .vid-soustitre {
      font-size: 16px;
      margin-bottom: 10px; }

    .HDRV_popin .export .predefExport {
      display: none; } }

.HDR_VISIO.right-controls-active .HDRV_video_controls_right {
  transform: translateX(-200px); }
  .HDR_VISIO.right-controls-active .HDRV_popin {
    opacity: 1; }

.HDRV_suggest_box {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 95px;
  background: rgba(29, 29, 29, 0.9);
  padding: 24px 24px; }
  .HDRV_suggest_box .sugg-titre {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px; }
  .HDRV_suggest_box .suggest-close {
    position: absolute;
    right: 14px;
    top: 14px;
    color: white;
    cursor: pointer;
    width: 36px; }
    .HDRV_suggest_box .suggest-close .picto {
      fill: white; }
  .HDRV_suggest_box .suggest-scroller {
    overflow: auto; }
  .HDRV_suggest_box .suggest_list {
    display: flex;
    flex-direction: row;
    padding-bottom: 12px;
    margin: 0 -7px; }
    .HDRV_suggest_box .suggest_list A {
      display: block;
      position: relative;
      margin: 0 7px; }
    .HDRV_suggest_box .suggest_list A IMG {
      width: 171px;
      height: 96px;
      object-fit: cover;
      margin: 0; }
    .HDRV_suggest_box .suggest_list A .s-ttl {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 10px 12px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      color: white;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      opacity: 0;
      transition: opacity 400ms; }
    .HDRV_suggest_box .suggest_list A:hover .s-ttl {
      opacity: 1; }
  @media (max-width: 767px) {
  .HDRV_suggest_box {
    display: none; } }
/* Mode plein écran */
.HDR_VISIO.fullscreen_vid .HDRV_fullscreen_toggler .status-normal, .fake_fullscreen_vid .HDRV_fullscreen_toggler .status-normal {
  display: none; }
  .HDR_VISIO.fullscreen_vid .HDRV_cinema_toggler, .fake_fullscreen_vid .HDRV_cinema_toggler {
    display: none; }

@media (min-width: 1200px) {
    body.cinema .HDR_VISIO_placeholder {
      margin: 0 -13%;
      width: auto !important; } }

#HDRV_tooltip {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0; }
  #HDRV_tooltip .ct_tooltip {
    position: absolute;
    padding: 0 15px;
    line-height: 35px;
    font-size: 14px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    white-space: nowrap;
    pointer-events: none; }
  #HDRV_tooltip.right .ct_tooltip {
    right: 4px; }
  #HDRV_tooltip.right-r .ct_tooltip {
    right: 0px; }
  #HDRV_tooltip.left .ct_tooltip {
    left: 4px; }
  #HDRV_tooltip.center .ct_tooltip {
    left: 0;
    transform: translateX(-50%); }
  #HDRV_tooltip.top .ct_tooltip {
    bottom: 4px; }
  #HDRV_tooltip.bottom .ct_tooltip {
    top: 5px; }
  #HDRV_tooltip.middle .ct_tooltip {
    top: 0;
    transform: translateY(-50%); }
  #HDRV_tooltip.center.middle .ct_tooltip {
    transform: translate(-50%, -50%); }

.incrust {
  max-width: 20%;
  max-height: 100px; }

.incrust_tl {
  position: absolute;
  top: 0;
  left: 0; }

.incrust_tr {
  position: absolute;
  top: 0;
  right: 0; }

.incrust_bl {
  position: absolute;
  bottom: 0;
  left: 0; }

.incrust_br {
  position: absolute;
  bottom: 0;
  right: 0; }

.windowed, .fullscreen_vid .fullscreen, .fake_fullscreen_vid .fullscreen {
  display: block; }

.fullscreen_vid .windowed, .fake_fullscreen_vid .windowed, .fullscreen {
  display: none; }

.HDRV_error_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20; }

.HDRV_error_message {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold; }

.HDRV_middleroll {
  display: block;
  width: 468px;
  height: 62px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -234px;
  z-index: 5; }

.HDRV_middleroll IMG {
  width: 100%;
  height: 100%;
  display: block; }

.HDRV_close_middleroll {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: white;
  font-weight: bold;
  background: #888;
  border-radius: 8px;
  box-shadow: 0 0 3px black;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px; }

.HDRV_close_middleroll:hover {
  background: black; }

.HDR_VISIO .jspContainer {
  overflow: hidden;
  position: relative; }
  .HDR_VISIO .jspPane {
    position: absolute; }
  .HDR_VISIO .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%; }
  .HDR_VISIO .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%; }
  .HDR_VISIO .jspCap {
    display: none; }
  .HDR_VISIO .jspTrack {
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
    border-radius: 1px; }
  .HDR_VISIO .jspHorizontalBar .jspTrack, .HDR_VISIO .jspHorizontalBar .jspDrag {
    height: 100%; }
  .HDR_VISIO .jspDrag {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 1px; }
  .HDR_VISIO .jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0; }
  .HDR_VISIO .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }
  .HDR_VISIO .jspVerticalBar .jspArrow {
    height: 16px; }
  .HDR_VISIO .jspVerticalBar .jspArrow:focus {
    outline: none; }
  .HDR_VISIO .jspCorner {
    float: left;
    height: 100%; }
  .HDR_VISIO * html .jspCorner {
    margin: 0 -3px 0 0; }
</pre></body></html>