.app-button {
    margin: 10px auto;
}

@media (max-width: 760px) {
    .slide-streaming  {
        margin-top: 0px;
    }
}

.wrapper {
    margin-top: 20px;
}

.video-streaming, .slide-streaming {
    float: left;
}

.navbar {
    min-height: 4rem;
    background-color: #212529;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}

#app {
    /*margin-bottom: 40px;*/
}


footer {
    height: auto;
    bottom: 0;
    width: 100%;
    background: #111111;
    color: #eeeeee;
    position: absolute;
    box-sizing: border-box;
    display: block;
    max-height: 120px;
}

footer p {
    margin-bottom: 0;
    font-size: 0.9em;
}

#player, #player2 {
    border-radius: 3px;
}

.card-header {
    background-color: rgba(240, 241, 244, 0.7);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 140px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-bottom: 0;
    vertical-align: middle;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #228b22;
}

input:focus + .slider {
    box-shadow: 0 0 1px #228b22;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.div_feedback{

    position:absolute;
    z-index:100;
    bottom: 0px ;
    left: 10px ;

}

#icone_feedback{position:relative;top:0;background-color: rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out;border-radius:100px;
    }
#icone_feedback:hover{border:none!important;top:-4px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);
}
