  #filariane {
      display: none;
  }

  /*h2{display: none;}*/
  .cours {
      width: 140px;
      height: 150px;
      float: left;
      background: #aaa;
      margin-right: 22px;
      margin-top: 20px;
      position: relative;
      border-radius: 10px;
      box-shadow: 0px 1px 5px 0px #999;
      overflow: hidden
  }

  .intitule {
      width: 100%;
      position: absolute;
      bottom: -10px;
      background: rgba(242, 132, 43, 1);
      text-align: center;
      padding: 4px 0px;
      padding-bottom: 7px
  }

  .intitule a {
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
  }

  .intitule:hover {
      background: #fff;
  }

  .intitule:hover a {
      color: orange;
  }

  #player {
      position: relative
  }

  #message {
      padding-top: 75px;
      text-align: center;
      font-size: 37px;
      width: 780px;
      height: 480px;
      z-index: 99999;
      color: #fff;
      display: none;
      position: absolute;
      top: 5px;
      bottom: 0px;
      left: 15px;
      right: 0px;
      line-height: 55px;
      background: rgba(221, 108, 37, 0.8)
  }

  #message a {
      color: #fff;
  }

  .video_wrap {
      background: #4FAA8C;
      border-radius: 10px;
      width: 565px;
      height: 305px;
      position: relative;
      margin: 0 auto;
         margin-top: 19px;
  }



  #video {
      margin-left: 10px;
      margin-top: 9px;
      width: 543px;
      height: 290px;

      float: left;
      position: relative;
      background: url('../../img/video.png') no-repeat;
      background-size: 543px 285px;
  }

  .ytp-button-fullscreen-enter {
      display: none !important;
      visibility: hidden !important
  }

  .simple_overlay {
      display: none;
      z-index: 10000;
      padding: 15px;
      background-color: #fff;
      width: 780px;
      min-height: 480px;
      -moz-box-shadow: 0 0 90px 5px #000;
      -webkit-box-shadow: 0 0 90px #000;
  }

  .simple_overlay .close {
      background-image: url(../images/close.png);
      position: absolute;
      right: -15px;
      top: -15px;
      cursor: pointer;
      height: 35px;
      width: 35px;
  }

  img[src=non] {
      display: none;
  }

  .video-dialog .modal-content {
      width: 820px;
  }


 .btn-inscription, .btn-documentation{background: #269090;color:#fff;overflow: visible;margin-right:15px!important;}

 .btn-inscription i, .btn-documentation i{font-size: 25px;padding-right: 15px;}