@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        font-family: 'Exo', sans-serif;
    }

/* .buzz{
    position: absolute;
    top: 75%;
    display: flex; 
    flex-direction: column;
} */

/* .buzzSolo{
    position: absolute;
    top: 25%;
    display: flex; 
    flex-direction: column;
    align-items: center;
    width:100%
} */


.invisible{
    display: none !important;
}

.invisibleOpacity{
    opacity: 0 !important;
    pointer-events: none !important;
}





#questionTexte{
    position: absolute;
    text-align: center;
    top: 30%;
    padding: 0 15% 0 15%;
    width: 70%;
}

#reponseTexte{
    padding-top: 30px;
}
/*#questionT{
    position: absolute;
    text-align: center;
    top: 30%;
    width: 60%;
    padding: 0 20% 0 20%;
    white-space: pre-line;
}*/

#questionImg{
    padding-top: 2%;
    /* padding-bottom: 1%; */
    max-width: 90vw;
    max-height: 50vh;
}

/*#questionImgT{
    text-align: center;
    width: 60%;
    padding: 0 20% 0 20%;
    white-space: pre-line;
}*/

#questionMusicT{
    position: absolute;
    text-align: center;
    top: 40%;
    width: 60%;
    padding: 0 20% 0 20%;
    white-space: pre-line;
}

/*#reponseTexte{
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60%;
    font-size: 50px;
    padding: 0 20% 0 20%;
}*/

/*#reponseImg{
    position: absolute;
    text-align: center;
    top: 62%;
    width: 60%;
    font-size: 50px;
    padding: 0 20% 0 20%;
}*/

#reponseMusic{
    position: absolute;
    text-align: center;
    top: 55%;
    width: 60%;
    font-size: 50px;
    padding: 0 20% 0 20%;
}



html {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin:0;
    touch-action: manipulation;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
}

.context {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    padding: 0;
    margin:0;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 3vw;
    line-height: 1;
}

.context h2{
    text-align: center;
    color: #fff;
    font-size: 2.5vw;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    padding: 0;
    margin: 0;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.btn-generic{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-play{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-stop{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-pause{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-music {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.2rem 1.2rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-theme {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.div4suite{
    display:flex;flex-direction:column;gap: 30px;align-items:center;justify-content: center;width:100%;height:100%;border-radius: 50px; background-color: grey;
}

.score4suite{
    width: 70%;height: 15%;background-color: blue;
}

.score4suite_bumble{
    width: 70%;
    height: 13%;
    border-radius: 50px;
    border-color: red;
    border: 30px solid;
}

.h1_4suite{
    height:100%;width:100%;line-height: 110px;
}

#div4suite_theme{
    padding-top:70px;display:flex;flex-direction:column;justify-content:center;    align-items: center;gap:25px;
}

/*HEXAGONE*/

.leduelbox{
    background-color: blue;
    border-radius: 15%;
    width: 20%;
    height: 15%;
}

.h1_leduel{
    height:100%;width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_side_leduel{
    margin-left: 30%;
}

.hexagone {
    position: relative;
    /* Pour rendre responsive mettre width à 100% *;*/
    visibility: hidden;
    overflow: hidden;
    -webkit-filter : drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
    filter : drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
  }
  .hexagone:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    display: block;
    margin-top: 28.86751%;
    padding-bottom: 86.602%;
  }
  .hexagone .hexagonemain{
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 115.47005%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    z-index: 1;
  }
  .hexagone .hexagonemainbefore{
    content: "";
    display: block;
    position: absolute;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #cccccc;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  }
  .hexagone .hexagonecontent{
    overflow-y: auto;
    width: 100%;
    position: absolute;
    visibility: visible;
    left: 0;
    z-index: 3;
  }

  .hexagonecontent{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

/*POUVOIR*/

#divpouvoir{
    width: 50%;
    height: 50%;
    background: rgb(255, 60, 70);
    top: 10%;
    left: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}

/*TIMER*/

.timer{
    height: 40vh;
    width: 100vw;
    position: fixed;
    display: flex;
    top: 25vh;
    justify-content: center;
    left: 0;
    align-items: center;
    font-size: 20vw !important;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes suite_1 {
    0%{
        bottom:0%;
    }

    100%{
        bottom: 19%;
    }
}

@keyframes suite_2 {
    0%{
        bottom: 19%;
    }

    100%{
        bottom: 39%;
    }
}

@keyframes suite_3 {
    0%{
        bottom: 39%;
    }

    100%{
        bottom: 59%;
    }
}

@keyframes suite_4 {
    0%{
        bottom: 59%;
    }

    100%{
        bottom: 78%;
    }
}

@keyframes suite_0 {
    to{
        bottom: 0%;
    }
}

/* BUZZ, GOOD_ANSWER, WRONG_ANSWER */

.buzz, .goodanswer, .wronganswer {
    width: 100%;
    height: 100%;
}

.buzz {
    animation: buzz 1.5s infinite;
}

.goodanswer {
    animation: goodanswer 0.4s 5;
}

.wronganswer {
    animation: wronganswer 0.4s 5;
}


@keyframes buzz {
    0%, 100% {
        background-color: #ff5e0000;   
    }
    50% {
        background-color: #ff5e00bf;
    }
}

@keyframes goodanswer {
    0%, 100% {
        background-color: #00000000; 
    }
    50% {
        background-color: #00ff0dc9; 
    }
}

@keyframes wronganswer {
    0%, 100% {
        background-color: #00000000;
    }
    
    50% {
        background-color: #ff0000c9;
    }
}