body{
    background-color: #F2F3F4;
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}
input[type=submit]{
        width: 400px;
        height: 60px;
        cursor:pointer;
        line-height:1;
        margin:10px;
        text-align:center;
        padding-top:.5625em;
        padding-right:1.5em;
        padding-bottom:.5625em;
        padding-left:1.5em;
        font-family:sans-serif;
        font-size:30px;
        border:solid 1px #6C326C;
        background-color:#A349A4;
        color:#fff
}
input[type=submit]:hover{
        background-color:#6C326C;
}
.browser-header{            
    height: 75px;
    margin-top:3vh;
    background-color: #F2F3F4;
}
.browser-header.viewer{     
    width: 90vw;
    padding-left: 5vw;
}
.browser-header-left{      
    margin-left: 0;
    margin-right: 15px;
    display: flex;
    align-items: end;
    padding: 0;
    width: 25%;
    height: 100%;
    float: left; /*supprimer? */
    background-color: #F2F3F4;
}
.browser-header-right{      
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 55%;
    height: 100%;
    background-color: #F2F3F4;
    float: right;
    padding-right: 60px;
}

.avis-container{            
    width: 85vw;
    padding-left: 5vw;
    height: 80vh;
    background-color: #F2F3F4;
}
.avis-list{               
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    width: 43%;
    height: 100%;
    float: left;
    overflow-y: scroll;
    border:solid 1px #ddd;
    background-color: white;
}
.bloc{                     
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    line-height : 1.3em;
    border-bottom:solid 1px #ddd;
    font-family: Consolas;
    cursor: pointer;
}
.bloc:hover{                
    margin: 0;
    padding-top: 9px;
    padding-left: 9px;
    line-height : 1.3em;
    font-family: Consolas;
    cursor: pointer;
    border:solid 1px black !important;
}

.avis-display-container{   
    display: flex;
    flex-direction: column;
    width: 53%;
    height: 100%;
    border:solid 1px #ddd;
    background-color: white;
}

.etiquette-defunt__heading
{
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 25px;
    font-family:sans-serif;
}
.etiquette-defunt__publication
{
    font-size: 23px;
}
.date_publication
{
    color: #A349A4;
    font-family: Consolas;
    font-size: 30px;
    border-bottom:solid 1px #ddd;
}
.avis__type
{
    color: #A349A4;
    font-size: 35px;
    font-weight: bold;
}


.villes-container{            
    width: 83vw;
    padding-left: 5vw;
    height: 90px;
    background-color: #F2F3F4;
}
.villes-box-container{    
    margin-left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
    border:solid 1px #ddd;
    background-color: white;
}
.checkbox-container {      
    display: grid;
    padding-bottom: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding-left: 150px;
}

input[type="checkbox"] {
        opacity: 0;
        width: 0;
        height: 0;
}
label {
        font-size:30px;
        font-weight: lighter;
        font-family:Consolas;
        display: flex;
        align-items: center;
}
label::before {
        content: '';
        width: 15px;
        height: 15px;
        padding: 0.3em;
        border: 1px solid;
        margin-right: 0.5em;
        border-radius: 2px;
        line-height: 1.2rem;
        font-size:1.2rem;
        padding-left: 0.3rem;
}
input[type=checkbox]:checked + label::before { 
        content: '\2714';
        background-color: #A349A4;
        color:  white;
        border: 1px solid #6C326C;
}

.debug-cookie {
        font-size: 10px;
        font-family: Consolas;
}

.left-button {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor:pointer;
    border:solid 1px black;
    visibility:hidden;
}

.avis-display{             
    height: 100%;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 30px;
    font-family:sans-serif;
    overflow-y: scroll;
}

.buttons-footer{           
    height: 75px;
    display: flex;
    align-items: left;
}
