.mot-diagnostique  + .diagnostique{
    display:none;
    position:absolute;
    left: 60px;
    background: #efefef;
    border: 3px solid #25b5b1;
    padding: 10px 15px;
    font-weight: normal !important;
    font-size: 15px;
    text-align: left;
}

.mot-diagnostique:hover + .diagnostique{
    display:block;
}

.mot-diagnostique  + .diagnostique:hover{
    display:block;
}

.mot-diagnostique{ cursor: help;
    font-weight: bold;
    color: #2fbeef;}


#custom-container {
    height: 100%;   
    display: flex;
    box-sizing: border-box;
}

.column {
    height: 100%;  /*allows both columns to span the full height of the browser window*/
    display: flex;
    flex-direction: column;  /*places the left and right headers above the bottom content*/
    margin: 50px 20px 50px 10px;
}

#custom-sidebar {
    flex-shrink: 0;  /*makes sure that content is not cut off in a smaller browser window*/

}

#custom-content {
    flex-shrink: 0;
    display: inline-flex;
    max-width: 100%;
    flex: 1;
}

#custom-sidebar h4,
.custom_list h4{
    margin-top: 10px;
}

#custom-sidebar ul,
#custom_list ul{
    margin-top: 10px;
    margin-left: 10px;
}

#custom-sidebar ul li,
.custom_list ul li{
    margin-top: 5px;
}

#custom-sidebar ul li a,
.custom_list ul li a{
    color: #222222;
} 

.custom_list{
    margin-bottom: 80px;
}