/* à déplacer*/
.message{
    font-size: 20px;
    padding-left: 10px;
    }

.titre{ 
    color: black;
    font-size: 20px;
    text-align: left; 
    padding: 10px 20px ;
    margin: 0;
    background-color: rgb(217, 134, 134);
    border: 4px solid #013c3c;
    width: 90%; 
    max-width: 900px; 
    box-sizing: border-box;}
.resume{         
    color: black;               
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0;
    background-color:  rgb(237, 217, 217);
    border: 4px solid #013c3c;
    width: 90%;  
    max-width: 900px; 
    box-sizing: border-box;         
    }
.texte {  
    
    color: rgb(35, 32, 32);
    font-size: 15px;
    padding:10px 20px;;
    margin: 0;
    text-align: left;
    background-color:  rgb(245, 234, 234);
    width: 90%; 
    max-width: 900px; 
    box-sizing: border-box;
    border: 1px solid black;
    }

.image{
        width: 90%; 
         max-width: 900px; 
        background-color: rgba(255, 255, 255, 0.25);
        padding:10px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        
        } 




.element-sujet{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%; 
    max-width: 900px; 
    
}
.zone-vote-vue{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }


/* PAS BLOCK sujet */
.menu{
    background-color: #cb7f15;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    text-align: center;
    }
.nav-sujet{
    display: flex;
    justify-content: space-around;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    }


.liste-elements-sujet{
    background-color: #29ab91; 
    }

.extrait-sujet{
    width: 300px;
    }
