/* GENERAL*/
.selection{
    background-color: #e6c612 !important;
    /* transform: scale(1.2);
    transition: transform 0.2s ease; */
    } 

    /* désactiver style par défault*/
        *{
            list-style: none;
        }
        ol,ul{
            list-style: none;   
            padding: 0;         
            margin: 0;          
        }
        a{
            all: unset;
        cursor: pointer;
        }
        /* traits contour éléments { 
            outline: 1px solid red;}
*/
body{
    margin: 0;
    margin-top: 60 px;
    background-color: #de0707;
    }

.container{
    display: flex;
    min-height: 100vh;
    margin-top: 60px;
    background-color: #545f82;
    flex-direction: row;
    }

.zone{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    background-color: #44508a;
    margin: 10px;
    }

.colonne{
    flex: 1;
    max-width: 28.5vw;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    height: 100vh;
    overflow-y: auto;
    
    }

.zone-block-sujet{
    
}

.block-sujet{
    flex: 1;
    max-width: 45vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    gap: 10px;
    
    }

.block-message{
    display:flex;
    flex-direction: column;
    width: 400px;
    max-height: 190px;
    background-color: #ddbfd3;
    padding: 10px;
    border-radius: 6px;
    }

.zone-vote-vue{ 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    }

.nav_messages{
    display:flex;
    flex-direction: column;
}



.liste-elements-sujet{
    background-color: #29ab91; 
    }

.liste-votes{
    background-color: #22307d;
    display: inline-block;
    }
/**/






