@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700');
/* Bootstrap minimum */
*, *:before, *:after {
  box-sizing: border-box; }

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

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

.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: Roboto, Arial;
  font-size: 12px; }
  .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%; }

:-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_sprite {
  background-image: url(controls.png); }

.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 > *:not(.HDRV_big_play_btn) {
      display: none; }
  .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:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%); }
  .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: 600px) {
  .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_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: 15px;
    right: 15px;
    height: 40px;
    padding: 0; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_btn > DIV {
      height: 100%; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_play_toggler {
      float: left; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_play_toggler.HDRV_playing .status-pause {
      display: none; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_prev_video {
      float: left; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_next_video {
      float: left; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_next_marq {
      float: left; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_fullscreen_toggler, .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler {
      float: right; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler > * {
      display: none; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_cinema_toggler .active {
        display: block; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_tools_icon {
      float: right; }
      .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: white;
      float: left;
      white-space: nowrap;
      line-height: 40px;
      margin-left: 10px; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume {
      float: right;
      margin-right: 10px;
      line-height: 40px; }
      @media (max-width: 500px) {
  .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume {
    display: none; } }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_mute_toggler {
        display: inline-block;
        margin: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        vertical-align: middle; }
      .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_video_volume .HDRV_volume_slider_container {
        display: inline-block;
        width: 80px;
        height: 20px;
        vertical-align: middle;
        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: #fff; }
        .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: #0091ea; }
          .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: #fff;
            border-radius: 50%; }
    .HDRV_video_controls .HDRV_video_controls_bottom .HDRV_hdr_logo {
      display: block;
      float: right;
      margin: 12px 10px;
      height: 16px; }
      @media (max-width: 600px) {
  .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; }
  .HDRV_video_controls .HDRV_video_controls_right {
    position: absolute;
    right: 15px;
    top: 75px;
    transition: all 600ms; }
    @media (max-width: 640px) {
  .HDRV_video_controls .HDRV_video_controls_right {
    display: none; } }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn {
      width: 35px;
      height: 35px;
      background: #000;
      margin-bottom: 1px;
      border-radius: 2px;
      opacity: 0.7;
      transition: all 600ms; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn:hover .picto, .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn:hover .picto * {
        fill: #fff; }
      .HDRV_video_controls .HDRV_video_controls_right .HDRV_btn.active {
        opacity: 1; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_suggest_toggle.active, .HDRV_video_controls .HDRV_video_controls_right .HDRV_suggest_toggle:hover {
      background: #01a1c3; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_share_btn.active, .HDRV_video_controls .HDRV_video_controls_right .HDRV_share_btn:hover {
      background: #ff7e00; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_noter_btn.active, .HDRV_video_controls .HDRV_video_controls_right .HDRV_noter_btn:hover {
      background: #e42380; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_playlist_btn.active, .HDRV_video_controls .HDRV_video_controls_right .HDRV_playlist_btn:hover {
      background: #7eb62f; }
    .HDRV_video_controls .HDRV_video_controls_right .HDRV_download_btn.active, .HDRV_video_controls .HDRV_video_controls_right .HDRV_download_btn:hover {
      background: #821789; }
  .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(255, 255, 255, 0.4);
    position: absolute;
    bottom: 40px;
    left: 15px;
    right: 15px;
    height: 4px;
    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: #0091ea;
      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: 500px) {
  .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: #0091ea; }
    .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; }
      .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; }
  .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; }

.HDRV_popin {
  position: absolute;
  width: 198px;
  z-index: 20;
  background: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 0 12px;
  opacity: 0;
  transition: all 600ms 300ms;
  max-height: calc(100% - $right_controls_top_offset - $right_controls_bottom_offset);
  display: flex;
  flex-direction: column; }
  .HDRV_popin.left {
    left: 15px; }
  .HDRV_popin.right {
    right: 13px; }
  .HDRV_popin.top {
    top: 75px; }
  .HDRV_popin.bottom {
    bottom: 70px; }
  .HDRV_popin.suggest .p-close, .HDRV_popin.suggest .jspTrack .jspDrag {
    background: #01a1c3; }
    .HDRV_popin.suggest .p-title {
      color: #01a1c3; }
  .HDRV_popin.share .p-close, .HDRV_popin.share .jspTrack .jspDrag {
    background: #ff7e00; }
    .HDRV_popin.share .p-title {
      color: #ff7e00; }
  .HDRV_popin.noter .p-close, .HDRV_popin.noter .jspTrack .jspDrag {
    background: #e42380; }
    .HDRV_popin.noter .p-title {
      color: #e42380; }
  .HDRV_popin.playlist .p-close, .HDRV_popin.playlist .jspTrack .jspDrag {
    background: #7eb62f; }
    .HDRV_popin.playlist .p-title {
      color: #7eb62f; }
  .HDRV_popin.download .p-close, .HDRV_popin.download .jspTrack .jspDrag {
    background: #821789; }
    .HDRV_popin.download .p-title {
      color: #821789; }
  .HDRV_popin .p-close {
    flex: 0 0 auto;
    background: #0091ea;
    margin: 10px -12px 0;
    padding: 0 12px;
    color: white;
    cursor: pointer;
    line-height: 27px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .HDRV_popin .p-close .ic {
      display: inline-block;
      width: 10px;
      height: 10px;
      vertical-align: middle;
      margin: -3px 4px 0 0; }
    .HDRV_popin .p-close .picto {
      fill: #fff;
      transition: all 400ms; }
    .HDRV_popin .p-close:hover .picto {
      fill: #333; }
  .HDRV_popin .p-title {
    flex: 0 0 auto;
    font-size: 14px;
    color: #848484;
    font-weight: 700;
    margin: 10px 0; }
    .HDRV_popin .p-title .pane-link {
      cursor: pointer;
      display: inline-block;
      position: relative;
      color: #848484;
      text-decoration: none; }
      .HDRV_popin .p-title .pane-link.active {
        color: #0091ea; }
        .HDRV_popin .p-title .pane-link.active:after {
          content: "";
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          left: 0;
          bottom: -11px;
          background: #0091ea; }
      .HDRV_popin .p-title .pane-link + .pane-link {
        margin-left: 25px; }
  .HDRV_popin .p-content {
    flex: 1 1 auto;
    overflow: auto; }
  .HDRV_popin .share_box .sh_toggler {
    font-weight: 700;
    cursor: pointer;
    margin-top: 5px; }
    .HDRV_popin .share_box .sh_toggler:before {
      font-weight: 400;
      font-size: 10px;
      display: inline-block;
      margin: 0 4px 0 0;
      content: "\25BA";
      font-family: 'Arial'; }
    .HDRV_popin .share_box .sh_toggler.opened:before {
      content: "\25BC"; }
  .HDRV_popin .social_box A {
    display: inline-block;
    width: 25px;
    height: 25px; }
    .HDRV_popin .social_box A .picto {
      transform-origin: center center;
      transition: all 400ms; }
    .HDRV_popin .social_box A .fond {
      transition: opacity 400ms; }
    .HDRV_popin .social_box A:hover .fond {
      opacity: 0; }
    .HDRV_popin .social_box A.facebook:hover .picto {
      fill: #3a5a98; }
    .HDRV_popin .social_box A.twitter:hover .picto {
      fill: #29a7df; }
    .HDRV_popin .social_box A.gplus:hover .picto {
      fill: #cc3731; }
    .HDRV_popin .social_box A.pinterest:hover .picto {
      fill: #ca2128; }
    .HDRV_popin .social_box A.tumblr:hover .picto {
      fill: #44546b; }
    .HDRV_popin .social_box A.linkedin:hover .picto {
      fill: #027bb5; }
    .HDRV_popin .social_box A + A {
      margin-left: 5px; }
  .HDRV_popin .export {
    color: #000; }
    .HDRV_popin .export INPUT {
      padding: 0;
      text-align: center;
      font-family: "Roboto Condensed";
      color: #666; }
    .HDRV_popin .export .export-code {
      display: block;
      width: 100%;
      height: 80px;
      font-size: 12px;
      line-height: 1.3;
      padding: 0.2em 0.2em;
      font-family: Arial;
      color: #666;
      font-size: 10px;
      resize: none; }
    .HDRV_popin .export .sizes, .HDRV_popin .export .perso, .HDRV_popin .export .extract {
      padding: 5px 0 0; }
    .HDRV_popin .export .sizes STRONG, .HDRV_popin .export .perso STRONG, .HDRV_popin .export .extract STRONG {
      display: block;
      font-weight: 400; }
    .HDRV_popin .export .ex-size {
      display: inline-block;
      background-color: #d3d3d3;
      border-radius: 5px;
      color: #000;
      font-size: 12px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      width: 30px;
      transition: background 400ms;
      text-decoration: none; }
    .HDRV_popin .export .ex-size.active, .HDRV_popin .export .ex-size:hover {
      background: #ff7e00;
      color: white; }
    .HDRV_popin .export .ex-size + .ex-size {
      margin-left: 8px; }
    .HDRV_popin .export .c-size {
      width: 30px; }
    .HDRV_popin .export .segm {
      width: 50px; }
  .HDRV_popin .frm_send_mail {
    margin-top: 10px; }
    .HDRV_popin .frm_send_mail .form-control {
      height: 30px;
      padding: 6px;
      font-size: 12px; }
    .HDRV_popin .frm_send_mail .btn-default {
      border: none !important;
      box-shadow: none !important;
      color: white;
      background: #ff7e00; }
  .HDRV_popin .vote_box .etoile_vote {
    display: inline-block;
    width: 25px;
    height: 25px;
    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: #e42380; }
    .HDRV_popin .vote_box .etoile_vote .visio-svg {
      width: 150%;
      height: 150%;
      margin: -6px; }
    .HDRV_popin .vote_box .svg-notation > * {
      fill: #888; }
  .HDRV_popin .download_box .bt-telecharger {
    display: inline-block;
    background: #821789;
    color: white;
    line-height: 2;
    padding: 0 1em;
    border-radius: 3px; }
  .HDRV_popin .suggest_box .suggest_list, .HDRV_popin .playlist_box .suggest_list {
    overflow: auto;
    margin: 0px; }
    .HDRV_popin .suggest_box .suggest_list .sugg, .HDRV_popin .playlist_box .suggest_list .sugg {
      display: block; }
      .HDRV_popin .suggest_box .suggest_list .sugg + .sugg, .HDRV_popin .playlist_box .suggest_list .sugg + .sugg {
        padding: 6px 0px 0; }
      .HDRV_popin .suggest_box .suggest_list .sugg A, .HDRV_popin .playlist_box .suggest_list .sugg A {
        display: flex;
        align-items: center; }
      .HDRV_popin .suggest_box .suggest_list .sugg IMG, .HDRV_popin .playlist_box .suggest_list .sugg IMG {
        border-radius: 2px;
        display: block;
        width: 53px;
        height: 30px;
        margin-right: 8px;
        flex: 0 0 auto; }
      .HDRV_popin .suggest_box .suggest_list .sugg .s-ttl, .HDRV_popin .playlist_box .suggest_list .sugg .s-ttl {
        font-family: 'Roboto Condensed';
        font-size: 12px;
        line-height: 14px;
        max-height: 28px;
        overflow: hidden;
        color: #000; }

.HDR_VISIO.right-controls-active .HDRV_video_controls_right {
  transform: translateX(-200px); }
  .HDR_VISIO.right-controls-active .HDRV_popin {
    opacity: 1; }
/* 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; }

#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; }
  #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 .jspCap {
    display: none; }
  .HDR_VISIO .jspTrack {
    background: #eaeaea;
    position: relative;
    cursor: pointer;
    border-radius: 1px; }
  .HDR_VISIO .jspDrag {
    background: #bbb;
    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; }
