html, body{margin:0;padding:0;width:100%;height:100%;}
::-webkit-scrollbar {
    display: none;
}
.dashboard{height:100%;background-color:#F68425;}
.dashboard .center_logo{text-align:center;width:100%;}
.dashboard .center_logo h1{color:white;font-weight:bold;}

.header{position:relative;width:100%;background-color:#F68425;text-align:center;padding:20px 0px;}
.header img{width:560px;}

.footer{position:fixed;bottom:0;background-color:#F68425;height: 35vw;width:100%;justify-content: space-between;box-shadow:10px 10px 10px black}
.footer .logo_footer{max-width:300px;height:auto;position:relative;top:-150px;background-color:#F68425;border-radius:50%;}
.footer .buttonLink{display: flex;justify-content: flex-end;flex-direction: column;text-align: center;flex: 1 1 0px;margin-bottom: 13px;}
.footer .buttonLink img{display:block;margin:0 auto;}
.footer .buttonLink a:last-child{letter-spacing:-2px;color:white;font-weight:bold;font-size:27px;text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000,0px 1px 0 #000,0px -1px 0 #000,-1px 0px 0 #000,1px 0px 0 #000,2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000,0px 2px 0 #000,0px -2px 0 #000,-2px 0px 0 #000,2px 0px 0 #000,1px 2px 0 #000,-1px 2px 0 #000,1px -2px 0 #000,-1px -2px 0 #000,2px 1px 0 #000,-2px 1px 0 #000,2px -1px 0 #000,-2px -1px 0 #000;}

.contenu{width:100%;height:100%;background-color: #d8d8d8;position:fixed;}
.content{position:relative;top:50px;margin:0px 50px;background-color:white;padding:30px;height:1280px;}
.quizz{height: 1160px;overflow-y: auto;overflow-x:hidden;}
.quizz .titre{color:white;text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000,0px 1px 0 #000,0px -1px 0 #000,-1px 0px 0 #000,1px 0px 0 #000,2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000,0px 2px 0 #000,0px -2px 0 #000,-2px 0px 0 #000,2px 0px 0 #000,1px 2px 0 #000,-1px 2px 0 #000,1px -2px 0 #000,-1px -2px 0 #000,2px 1px 0 #000,-2px 1px 0 #000,2px -1px 0 #000,-2px -1px 0 #000;}
.text-secondary{color:#6b248e !important; }
#time{
    font-size: 35px;
    position: absolute;
    bottom: 0;
    left: 35px;
}
.btn-primary {
    color: #fff;
    background-color: #F68425;
    border-color: #F68425;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d46e18;
    border-color: #d46e18;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #d46e18;
    border-color: #d46e18;
}

.btn-light{
    background-color:#e0e0e0;
    border:none;
    border-radius:5px;
    -webkit-appearance: none;
}

.btn-light:hover{
    background-color:#969696;
}

.btn-circulaire{
    position: absolute;
    top: 30vw;
    right: 0px;
    z-index: 1;
    font-size: 36px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    background-color: #6b248e !important;
    border-color: #6b248e !important;
    color:white;
}


.btn-secondary{background-color:#6b248e;border-color:#6b248e;}
.btn-secondary:hover{background-color:#47185f !important;border-color:#47185f !important;}
.btn-secondary:active{background-color:#47185f !important;border-color:#47185f !important;}
.btn-secondary:focus{background-color:#47185f !important;border-color:#47185f !important;}

.sous_titre_animal{
    color: grey;
    font-size: 22px;
}

.ui-keyboard.ui-widget-content.ui-widget.ui-corner-all.ui-helper-clearfix.ui-keyboard-has-focus {
    background-color: #d46e18;
}

.questions_reponses{
    margin-bottom: 150px;
}

.modal-lg{
    max-width: 800px; 
}
@media (max-width: 968px) {
    .footer .logo_footer{
        display:none;
    }
}