

:root{
  --border-radius-infos : 30px;
}

html {
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color: #000;
  margin: 0;
  padding: 0;
  user-select: none;
  overflow: hidden;
  /*cursor:none;*/
  border: none;
  perspective: 300px;
}

body {
  background-color: #000;
  z-index: 99998;
  font-size: 84px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: tahoma, 'Trebuchet MS', Arial, sans-serif, 'Lucida Grande', Helvetica;
  /*cursor:none;*/
  border: none;
  /*perspective:500px;*/
  
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

#mask {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  z-index: 999999 !important;
  background-size: cover;
  background-position: center;
}

#content {
  background-color: #fff;
  transform-origin: center;
  position: absolute;
  overflow: hidden;
  font-family: 'Open Sans', 'trebuchet MS', arial, sans-serif;
  font-size: 50px;
  /*box-shadow: 0 0 20px 15px inset #000;*/
}

.element {
  transform: translateZ(0);
  position: absolute;
  overflow: hidden;
  background-clip: padding-box !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: initial;
  display: block;
  line-height: 1;
}

/*.element_txt{position:relative;width:100%;height:100%;display:table;}*/
.inside {
  transform: translateZ(0);
  display: block;
  position: relative;
  /*font-size: 50px;*/
  width: 100% !important;
  /*min-height: 300px;*/
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .1em;
  border-style: none;
  resize: none;
  outline: 0;
  user-select: text;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  /*display: table-cell;
vertical-align: middle;
margin: auto !important;
line-height: 1.5;*/
  line-height: 1;
}

#disconnect_icon {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 1.4em;
  bottom: 1%;
  right: 1%;
  z-index: 9999;
  display: none;
}

.preview_video,
.url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

#refresh {
  display: none;
}

.countdown {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 3%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.countdown-section {
  display: inline-block;
  margin: 0 .8%;
  text-align: center;
}

.countdown-period {
  display: block;
  font-size: 60%
}

.countdown-section {
  position: relative
}

.countdown.inline span span {
  display: inline-block
}

.countdown.block span span {
  display: block
}

.countdown.hide_txt .countdown-period {
  display: none
}

#countdown.hide_txt .countdown-section::after {
  content: ":"
}

.countdown.hide_txt .countdown-section:last-child::after {
  content: "" !important
}

.countdown.txt_block .countdown-period {
  display: block
}

.countdown.txt_top .countdown-period {
  display: block;
  position: absolute;
  top: -20%;
  width: 100%
}

.countdown.large .countdown-section {
  box-sizing: border-box;
  width: 16.65%;
  margin: 0
}

.countdown.normal .countdown-period {
  display: inline-block;
  font-size: 100%
}

.countdown.normal .countdown-amount::after {
  content: " "
}

.countdown.norm_block .countdown-section {
  display: block
}

.countdown.norm_block .countdown-amount::after {
  content: " "
}

.countdown.norm_block .countdown-period {
  display: inline-block;
  font-size: 100%
}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 47.5%;
}

.countdown-show3 .countdown-section {
  width: 31%;
}

.countdown-show4 .countdown-section {
  width: 23%;
}

.countdown-show5 .countdown-section {
  width: 18%;
}

.countdown-show6 .countdown-section {
  width: 15%;
}

.countdown-show7 .countdown-section {
  width: 13%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  box-sizing: border-box;
}

.countdown-amount {
  font-size: 200%;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

.player-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  background: transparent;
  /*border-radius: 5px;*/
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.player-show {
  opacity: 1
}

.slideshow {
  width: 100% !important;
  height: 100% !important;
}

video,
.slideshow img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.AudioPlayer,
audio,
.sound-playing {
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

#Actus #logo {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#slideactu {
  margin: 0;
  list-style: none;
  display: block;
  padding: 0.2em 0.2em 0 0;
}

#slideactu li {
  display: none;
  height: 92%;
  width: calc(100% - 12px);
  position: absolute;
  top: 0.16em;
  overflow-y: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  letter-spacing: 1px;
  padding-left: 2.7em;
  margin: .1em
}

#slideactu li img {
  position: absolute;
  left: 0.2em;
  height: 76%;
  top: 0.25em
}

.visuel_cine {
  height: 150px;
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.visuel_show {
  height: 150px;
  width: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.inline-flex {
  display: inline-flex
}

.show {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.seance_hour {
  border: 2px solid #bbb;
  border-radius: 12px;
  padding: 2px 10px 4px;
  margin-left: 8px;
  line-height: 78px;
  font-size: 80%;
  background-color: rgb(0 0 0 / .3);
}


.style_1 h1,
.style_1 h2,
.style_1 h3,
.style_1 h4,
.style_1 h5,
.style_1 h6 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
}

.style_1 a {
  color: #4242e0 !important
}

.container_evenement.style_1 .show_detail .fa {
  font-size: 24px !important;
  color: #aaa;
}

.style_1 h2,
.style_1 h3,
.style_1 h4 {
  font-weight: 300
}

.style_1 h1 {
  font-size: 5em;
  font-weight: 100;
  margin-top: .4em;
}

.style_1 h2 {
  font-size: 4em;
  /*line-height:1.15;margin:0 0 .4em*/
}

.style_1 h3 {
  font-size: 3.2em
}

.style_1 h4 {
  font-size: 2.4em
}

.style_1 h4 i {
  margin: 3px;
  font-size: 14px;
  color: #999
}

.container_evenement.style_1 h1 {
  text-shadow: none !important;
  color: #111;
  text-align: left;
}

.container_evenement.style_1 h3 {
  text-shadow: none !important;
  color: #31d0ba;
  text-align: left;
}

.container_evenement.style_1 p,
.container_evenement.style_1 a {
  text-shadow: none !important;
  color: #111;
  text-align: justify;
  font-size: 1.5em;
}

.style_1 ul.seance li {
  font-size: 1.5em;
}

.style_1 ul.content {
  position: absolute;
  /*margin:40px;*/
  ;
  height: 100%;
  width: 100%;
  /*top: 50%;transform: translateY(-50%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*.style_1 #menu ul{padding:0;}*/


.style_1 ul.content li.evenement {
  opacity: 0;
  font-size: 43px;
  height: 188px;
  /*line-height:2.3em;*/
  color: #fff;
  /*text-shadow: 0.02em 0.02em 0.05em #000;*/
  box-shadow: 0.02em 0.02em 2em rgb(0 0 0 / .06);
  display: block;
  text-align: left;
  background-color: rgb(0 0 0 / .3);
  padding: 0 10px;
  transition: all .2s linear;
  width: calc(100% - 40px);
  margin: 13px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  animation: fly-in-from-center .7s ease both;
  transform-origin: center;
  border-radius: 3em;
  backdrop-filter: blur(12px);
  border: 4px solid #fff;
  list-style: none;
}

.style_1 ul.content li.evenement.evt_annule {
  background-color: rgb(255 0 0 / .3);
}

/*.style_1 ul.content li{width: calc(50% - 40px) !important;float: left !important;}*/

.style_1 li.evenement,
.style_1 li.cine {
  font-size: .8em;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 15px 0 18px !important;
}

.style_1 li.evenement .background,
.style_1 li.cine .background {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  height: 100%;
  /* opacity: .2; */
  z-index: 0;
  width: 150px;
  left: 0;
  top: 0;
  background-color: transparent;
}

.style_1 li.evenement i {
  font-size: 28px;
  color: #ffa03f;
  text-shadow: 0 2px 8px rgb(0 0 0 / 1) !important;
  vertical-align: baseline;
}

.style_1 .show_title {
  display: block;
  font-size: 33px;
  text-align: left;
  line-height: 38px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 1) !important;
  margin-left: 170px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 206px);
}

.style_1 .show_title i {
  margin-left: -2px;
}

.style_1 .show_info {
  display: block;
  font-size: 22px;
  line-height: 26px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 1) !important;
  margin-left: 170px;
  color: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style_1 .show_date {
  display: block;
  font-size: 28px;
  line-height: 42px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 1) !important;
  margin-left: 170px;
  font-weight: 500;
  color: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style_1 .hour {
  border: 1px solid #fff;
  border-radius: var(--border-radius-infos);
  padding: 3px 10px;
}

.style_1 .group {
  border: 1px solid #fff;
  border-radius: var(--border-radius-infos);
  padding: 3px 10px;
  text-transform: uppercase;
  background-color: #009efb;
  margin-left: 10px;
  font-size: 60%;
}

.style_1 .annule {
  border: 1px solid #fff;
  color: #fff;
  border-radius: var(--border-radius-infos);
  padding: 5px 12px;
  text-transform: uppercase;
  background-color: #dd2f2f;
  /*margin-left:10px;*/
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  top: 26px;
  left: 0;
  transform: rotate(-20deg);
  animation: scint 2s infinite ease-in-out;
}

.style_1 .complet {
  border: 1px solid #fff;
  color: #fff;
  border-radius: var(--border-radius-infos);
  padding: 4px 10px;
  text-transform: uppercase;
  background-color: #4e86fc;
  /* margin-left: 10px; */
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  top: 12px;
  right: 32px;
  /*transform: rotate(-20deg);
  animation: scint 2s infinite ease-in-out;*/
}

.style_1 .show_detail {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 1) !important;
  margin-left: 170px;
  color: #ddd;
  /*font-style:italic;*/
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style_1 .show_passed {
  color: #aaa !important;
  font-style: italic !important;
  background-color: rgb(40 40 40 / 0.6) !important;
}


ul.content li.evenement:nth-child(1) {
  animation-delay: 1.1s
}

ul.content li.evenement:nth-child(2) {
  animation-delay: 1.2s
}

ul.content li.evenement:nth-child(3) {
  animation-delay: 1.3s
}

ul.content li.evenement:nth-child(4) {
  animation-delay: 1.4s
}

ul.content li.evenement:nth-child(5) {
  animation-delay: 1.5s
}

ul.content li.evenement:nth-child(6) {
  animation-delay: 1.6s
}

ul.content li.evenement:nth-child(7) {
  animation-delay: 1.7s
}

ul.content li.evenement:nth-child(8) {
  animation-delay: 1.8s
}

ul.content li.evenement:nth-child(9) {
  animation-delay: 1.9s
}

ul.content li.evenement:nth-child(10) {
  animation-delay: 2s
}

ul.content li.evenement:nth-child(11) {
  animation-delay: 2.1s
}

ul.content li.evenement:nth-child(12) {
  animation-delay: 2.2s
}

ul.content li.evenement:nth-child(13) {
  animation-delay: 2.3s
}

ul.content li.evenement:nth-child(14) {
  animation-delay: 2.4s
}

ul.content li.evenement:nth-child(15) {
  animation-delay: 2.5s
}

ul.content li.evenement:nth-child(16) {
  animation-delay: 2.6s
}

ul.content li.evenement:nth-child(17) {
  animation-delay: 2.7s
}

ul.content li.evenement:nth-child(18) {
  animation-delay: 2.8s
}

ul.content li.evenement:nth-child(19) {
  animation-delay: 2.9s
}

ul.content li.evenement:nth-child(20) {
  animation-delay: 3s
}

ul.content li.evenement:nth-child(21) {
  animation-delay: 3.1s
}

ul.content li.evenement:nth-child(22) {
  animation-delay: 3.2s
}

ul.content li.evenement:nth-child(23) {
  animation-delay: 3.3s
}

ul.content li.evenement:nth-child(24) {
  animation-delay: 3.4s
}

ul.content li.evenement:nth-child(25) {
  animation-delay: 3.5s
}

				
@keyframes fly-in-from-center {
  from {
    transform: scale(.7) translateX(-14rem) translateY(-4rem);
    opacity: 0
  }

  to {
    transform: rotateX(0) scale(1) translateX(0px) translateY(0);
    opacity: 1
  }
}

@keyframes scint {
  0% {
    opacity: 1
  }

  35% {
    opacity: 1
  }

  50% {
    opacity: .2
  }

  65% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}