body, html {
background-color: #DCDCDC;
        font-family: 'noto sans', serif;
      }


 /* PAGE EVENT */

 #player {
  position: relative;
  padding-bottom: 37%;
  overflow: hidden;
}

#player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.events {
  height: calc(95% - 32px);
  width: 100%;
  margin: 0;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
  overflow-x: none;
 }



.enventInfo {
  width: 100%;
  height:50vmin;
  background-color: white;
  color: black;
  font-family: 'noto sans', serif;
  padding-top: 2.5vmin;
}

.enventInfo p {
  padding-top: 2vmin;
  margin-left: 2vmin;
  margin-right: 15vmin;
  color: black;
  font-size: 2.4vmin;
  line-height: 4.6vmin;
  font-family: 'noto sans', serif;
  padding-left: 13.5vmin;
}



.enventInfo a {

  font-weight: 700;
  font-size: 2.4vmin;
  color: black;
  padding-left: 13.5vmin;
      }






  @keyframes fond {
        0%   {background-color: rgba(255, 255, 0, 1);}
        20%  {background-color: rgba(255, 0, 255, 1);}
        40%  {background-color: rgba(0, 255, 255, 1);}
        60% {background-color: rgba(255, 255, 0, 1);}
        80% {background-color: rgba(0, 0, 255, 1);}
        100% {background-color: rgba(255, 0, 0, 1);}

      }

.sectionEvent {
  animation-name: fond;
            animation-duration: 32s;
            animation-delay: -14s;
            animation-iteration-count: 3;
            animation-iteration-count: infinite;
            animation-direction: alternate;
}





 .pastEvent {
  width: 100%;
  height: auto;
  background-color: rgba(255, 160, 255);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  cursor: pointer;
  padding-bottom: 1.5vmin;
 }



 .pastEventInfo {
  display: none;
  background-color: #DCDCDC;
  text-align: center;
  transition: top 1s;
 }


 .soiree.active .pastEventInfo {
  display: block;

 }

 .soiree  {
  display: block;
  transition: top 1s;
 }

 .soiree.active  {
  display: block;
  transition: top 1s;
 }


  .pastEvent h1{
    padding-top: 2.6vmin;
color: black;
padding-left: 12vmin;
font-style: italic: none;
font-size: 2.4vmin;
margin: 5px;
text-align: center;
 }

 .eventInfoleft {
  width: 65%;
  height: auto;
  display: inline-block;
 }

 .eventInfoleft p {
  text-align: left;
padding-top: 2.6vmin;
color: black;
font-size: 2.4vmin;
font-weight: 200;
padding-bottom: 1vmin;
 }


  .eventInfoleft iframe{
padding-top: 2.6vmin;
color: black;
font-size: 2.4vmin;
font-weight: 200;
padding-bottom: 1vmin;
 }

 .eventInforight {
  width: 45%;
  height: auto;
  display: inline-block;
  padding-top: 3vmin;
 }

strong {
  font-weight: 900!important;
}

.sectionEvent .soiree {




}


 .enventInfo a {text-decoration: underline;
}
