@font-face {
  font-family: "OpenSans";
  src: url('../font/Gibson-Regular-webfont.ttf');
}
@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url('../font/Gibson-Bold-webfont.ttf');
}
@font-face {
  font-family: "OpenSans";
  font-weight: lighter;
  src: url('../font/Gibson-Light-webfont.ttf');
}

::selection {
  background-color: rgba(122, 203, 217, 0.51);
}

body {
  background-color: #eee;
  margin: 0;
  padding: 0;
  font-family: "OpenSans";
}

.hidden {
  display: none !important;
}

.clearFloat {
  clear: both;
}

#content {
  position: absolute;
  width: 100%;
  height: 100%;
}

#errorMsgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: black;
  text-shadow: 0 0 20px black;
  color: white;
}
#errorMsg {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font-size: large;
  font-weight: bold;
}
#errorCode {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: rgb(128,128,128);
}
 
#posterImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #151c26;
}

#player .container {
  bottom: 0px;
  top: 0;
  transition: left 000s, height 000s, width 000s, right 000s;
}
#player2 .media-control{
	display:none !important;
}
#player2 {
  width: 25%;
  height: 25%;
  position: relative;
  top: 0;
  right: 0;
  background-color: #151c26;
  border-left:3px solid rgba(255,255,255,0.8);
  border-bottom:3px solid rgba(255,255,255,0.8);
}

#player2 .container {
  bottom: 0px;
  top: 0;
  left:0 !important;
  width:100% !important;
  transition: left 000s, height 000s, width 000s, right 000s;
}
#leftBarContainer {
  background-color: #151c26;
  position: absolute;
  width: 214px;
  top: 0;
  bottom: 0;
  transition: top 000s;
  z-index:9;
}

#showLeftBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #28313f;
  color: #78c9d8;
  line-height: 30px;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.6s;
}
#showLeftBar.showLeftBarHide {
  opacity: 0;
  left: -30px;
}

.mediaControl {
  background-color: #151c26;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 43px;
}

.documentLink[data-document-container] {
  cursor: pointer;
}
.chapitre[data-chapitre-container], .documentLink[data-document-container] {
  background-color: #10161f;
  text-align: left;
  min-height: 58px;
  color: white;
  padding: 10px;
  font-size: 12px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.chapitre:nth-child(odd), .documentLink:nth-child(odd) {
  background-color: #171d26;
}
.chapitre:hover, .documentLink:hover {
  background-color: #253a44;
}
.chapitre img[data-chapitre-img] {
  background-color: transparent;
  width: 55px;
  height: 31px;
  float: left;
  margin-right: 8px;
}
.chapitre:hover img {
  border: 2px solid #78c9d8;
}
.chapitre .chapitreTC {
  color: #78c9d8;
}
.chapitre .chapitreTitre {
  font-size: 10px;
}
.documentLink[data-document-container] .documentTitre {
  margin-right: 20px;
  word-break: break-all;
}
.documentLink[data-document-container] .documentIcon[data-document-download] {
  position: absolute;
  display: block;
  top: 50%;
  right: 6px;
  font-size: 15px;
  margin-top: -14px;
  color: white;
  text-decoration: underline;
}
#chapitresList {
  position: absolute;
  top: 30px;
  bottom: 43px;
  left: 0;
  right: 0;
  overflow: scroll;
}

#documentsList div.dlist {
    display: block;
    height: calc(100%);
    float: left;
    width: 100%;
    overflow-y: auto;
}
#documentsList.isconferencier{
	padding-bottom: 40px;
}
#documentsList.isconferencier div.button{
	display:block;
}

#documentsList {
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    overflow: auto;
}
#documentsList.document-hover {
    height: calc(100% - 30px - 53px);
}
#documentsList div.button {
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,0.2);
    position: absolute !important;
    width: calc(100%);
    bottom: 0;
    left: 0;
    border: none;
    z-index: 0;
    color: #ffffff;
    position:relative;
    text-align: center;
    padding:0 0 0 40px;
    display:none;
    font-size:12px;
}
#documentsList div.button span {
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: rgba(255,255,255,0.8);
    font-size: 25px;
    display: block;
    line-height: 40px;
    z-index:999999;
    cursor:pointer;
}
#menuLeft {
  background-color: #28313f;
  height: 30px;
  text-transform: uppercase;
}
#menuLeft a {
  position: relative;
  margin-top: -0.5em;
  text-decoration: none;
  color: #78c9d8;
  line-height: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}
#menuLeft a.sideBarSelected {
  color: white;
}
#menuLeft > div {
  width: 100%;
  padding: 5px 30px 0px 9px;
  text-align: justify;
}
#menuLeft > div:after {
  content: '';
  display: inline-block;
  width: 100%;
}
a#closeLeftBar {
  position: absolute;
  top: 8px;
  right: 0;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 39px;
  font-weight: normal;
}
#menuLeftSelector {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #28313f;
  margin: 0px 0px 0px -10px;
  left: 50%;
  position: absolute;
  padding: 0;
  transition: 1s left ease;
  top:30px;
}

.dropDownContainer[data-dropdown-container] {
  position: relative;
  height: 100%;
  margin: 0px 3px 0px 0px;
  font-size: 11px;
  font-family: "OpenSans";
  font-weight: bold;
  color: #78c9d8;
  line-height: 40px;
  padding: 0 6px;
  cursor: pointer;
  float: right;
  width: 50px;
}
.dropDownContainer[data-dropdown-container]:hover {
  background-color: #78c9d8;
  color: #151c26;
}
.dropDownContent[data-dropdown-content] {
  position: absolute;
  bottom: 100%;
  background-color: rgba(107, 180, 194, 0.75);
  right: 0;
  min-width: 50px;
  padding: 20px 0;
  line-height: normal;
  cursor: auto;
  color: #151c26;
  display: none;
}
.dropDownContainer[data-dropdown-container]:hover .dropDownContent[data-dropdown-content] {
  display: block;
}
@media (max-width: 450px) {
  .dropDownContainer[data-dropdown-container]#menuHD { display: none; }
}
.shareMenu svg {
  width: 30px;
}
.shareMenu a:hover svg {
  background-color: #78c9d8;
}
#aVenirShareMenu {
  width: 38px;
}
#playerShareMenu > svg, #aVenirShareMenu > svg {
  fill: #78c9d8;
  width: 20px;
  margin-top: 10px;
}
#playerShareMenu:hover > svg, #aVenirShareMenu:hover > svg {
  fill: #151c26;
}


.shareWindow .modal {
  background-color: rgba(21, 28, 39, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.shareWindow .box {
  background-color: rgba(107, 180, 194, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -175px;
  width: 350px;
  height: 240px;
  font-size: 12px;
  text-align: center;
}

.shareWindow textarea {
  margin-top: 20px;
  width: 300px;
  height: 100px;
  resize: none;
}

#menuVolume:hover svg {
  fill: #151c26;
}

#menuVolumePlaceholder {
  width: 32px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#menuVolumePlaceholder svg {
  position: absolute;
  height: 32px;
  fill: #78c9d8;
  top: 4px;
  left: 10px;
}
#menuVolumePlaceholder svg path {
  fill: #78c9d8;
}
#menuVolume:hover svg path {
  fill: #151c26;
}

#passwordContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

#passwordContainer input {
  margin: 10px;
  width: 300px;
  height: 40px;
  border: none;
  text-align: center;
  transition: background 0.2s;
}

#passwordContainer input[type=submit] {
  background-color: #78c9d8;
  font-size: 15px;
  cursor: pointer;
}

#passwordContainer input[type=submit]:hover {
  background-color: #96d8e3;
}

#passwordContainer input[type=password] {
  font-size: 25px;
}

#passwordContainer input:disabled {
  background-color: #e3e3e3 !important;
}

#passwordContainer input:focus {
  outline-color: #78c9d8;
}


#pdfContainer {
  position: absolute;
  background-color: #eee;
  top: 0;
  left: 214px;
  bottom: 80px;
  right: 0;
}
#pdfCanvas {
  width: auto;
  height: 100%;
}
.pdfBar[pdfBar] a {
  text-decoration: none;
  font-size: 18px;
  color: #78c9d8;
}
.pdfBar[pdfBar] a:hover {
  color: #151c26;
}
.pdfBar[pdfBar] {
  font-weight: bold;
  text-transform: uppercase;
  color: #151c26;
}
.pdfBar[pdfBar] > span {
  font-size: 13px;
  margin: 0 10px;
}
.pdfBar[pdfBar] .pdfBarClose {
  float: left;
  margin-left: 5px;
}


#chatList {
  position: absolute;
  bottom: 60px;
  top: 30px;
  left: 0;
  right: 0;
}

#chatMessages {
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#chatInput {
  position: absolute;
  bottom: 0;
  background-color: #29313f;
  width: 100%;
  padding: 10px;
  height: 100px;
  display: none;
}

#chatInput input {
  width: 100%;
  margin-top: 10px;
  height: 35px;
  background-color: #545a65;
  border: none;
  color: white;
  padding: 5px;
  font-size: 15px;
}
#chatInput input:focus {
  outline-color: #78c9d8;
}

#chatInput a {
  color: white;
  text-decoration: none;
}
#chatInput a:hover {
  text-decoration: underline;
}
#chatButton.chatNotif, #showLeftBar.chatNotif {
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% { color: #78c9d8; }
  10% { color: #e10f21; }
  20% { color: #78c9d8; }
}
.chatMessage[data-chat-message] {
  color: white;
  text-align: left;
  padding: 15px 0;
  font-size: 15px;
  -moz-user-select: -moz-all  !important;
  -khtml-user-select: all !important;
  -webkit-user-select: all !important;
  -o-user-select: all !important;
  user-select: all !important;
}
.chatMessage:nth-child(odd) {
  background-color: #10161f;
}
.chatMessage[data-chat-message] div {
  margin: 5px;
}
.chatMessage div:nth-child(1) {
  color: #78c9d8;
}
.chatMessage div:nth-child(2) {
  color: #545a65;
  font-size: 10px;
}
#chatUserName {
  display: none;
  background-color: rgba(21, 28, 39, 0.5);
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 220px;
  width: 420px;
  margin-top: -135px;
  margin-left: -210px;
  text-align: center;
}
#chatUserName input[type=text] {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: #151c26;
  font-size: 15px;
  width: 295px;
  height: 30px;
  margin-top: 20px;
}
#chatUserName input[type=submit] {
  border: none;
  background-color: #78c9d8;
  color: #2d727f;
  font-size: 15px;
  width: 135px;
  height: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}
#chatUserName input[type=submit]:hover {
  color: #78c9d8;
  background-color: #2d727f;
}
#chatUserName div {
  margin: 30px 0;
}
#chatUserName a {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background-color: #151c26;
  color: #78c9d8;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
}
.verySimplePlayer #statsPlayer, .verySimplePlayer #leftBarContainer, .verySimplePlayer #showLeftBar, .verySimplePlayer .bar-title, .verySimplePlayer #playerShareMenu, .verySimplePlayer .player-logo-eyedo[data-controls-logo] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -1000000000px !important;
}
