.col-logo{
    width:calc(10% - 15px);
    margin-right: 15px;
}
#message-slideshow{
    position: absolute;
    text-align: center;
    width: 80%;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50% );
    color: white;
    font-size: 2vw;
}
.relative{
    position: relative;
}
.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    position: absolute;
    border-right:10px solid white; 
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
#zone-slide img{
    width:98%;
}
#reponse-texts{
    background: rgba(221, 220, 220, 0.6);
    overflow-y: scroll;
}
.border-admin{
    border:1px solid #ccc;
    padding: 1%;
}
.player.player-cardsCarousel:not(.player-outroVisible) .vp-cards-wrapper{
    display: none !important;
}
.video-container, #vimeo-player{
    position: absolute;
    height: 90%;
    width: 90%;
    left:0%;
    top: 0%;
    background: black;
}
.video-container-full{
    position: absolute !important;
    height: 90% !important;
    z-index:4;
}
.video-container{
    height: 100%;
    width: 100%;

}
.col-4.static{
    position: static !important;
}
#vimeo-player{
    /* position: absolute; */
    height: 100%;
    width: 100%;
    /* left:4%; */
    /* top: 4%; */
}
#vimeo-player iframe{
    width:100% !important;
    height:100% !important;
}
.form-question{
    width:100%;
    position: absolute;
    top: 0%;
    left:0%;
}
#session-name{
    text-transform: lowercase;
}
#video-player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.login{
    background-color: red;
}
.bg-login {
    background: url('../images/white_carbonfiber.png');
}
.bg-pink{
    background-color: #dd4985;
    color: white;
}
.bg-pink:hover{
    background-color: white;
    color: #dd4985;
    border: #dd4985 solid 0.5px;
}
.bg-pink2{
    background-color: #dd4985;
    color: white;
}
.bg-pink2:hover{
    background-color: #a33561;
    color: white;

}
.img-medium{
    max-width: 200px;
}

/* A MODIFIER */
.bg-submit{
    background-color:#1f6185; ;
    color: white;
}
/* A MODIFIER */
h1, h2, h3, h4, h5, h6{
    color:#1f6185;
    font-family: 'PT Sans Narrow', sans-serif;
}
.text-connexion{
    font-size: 1.5rem;
    font-weight: bold;
    color: #95a5a6;
}
.form-shadow{
        display: block;
        width: 100%;
        height: calc(1.5em + 1.75rem + 2px);
        padding: .875rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: black;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 40%);
        box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 40%);
    
}