/* page base de donnée
**/
.home__container-single{
    position: relative;
}
.bg-bd{
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: 0.6;
}
.single--title{
   position: absolute;
   bottom: 30px;
   left: 30px;
   color: #154f89;
   font-size: 2.5rem;

}
.sub--title{
    font-weight: 500;
    position: absolute;
    bottom: 14px;
    left: 36px;
    font-size: 14px;
}
.sidebar{
    /* position: relative; */
    padding-bottom: 73px;
    display: flex;
    /* align-items: center; */
   
   
}
.container-sidebar{
    flex: 3;
    padding-left: 112px;
    padding-right: 18px;
    text-align: justify;
    align-self: flex-start;
    padding-top: 13px;
}
.list-sidebar{
    /* border: 1px solid #e2e5e9; */
    border-radius: 5px;
    width: 323px;
    /* position: absolute; color:#22577E;*/
    float: right;
    margin-right: 112px;
    margin-bottom: 10px;
}
.list--item-sidebar{
    padding: 0 0 0 25px;
    background-color: #f1f1f1;
    margin-bottom: 2px;
    
}
.list--item-span{
    display: block;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.link--sidebar{
    display: block;
    padding: 15px 0;
    color:#222222;
    transition: all 200ms ease;

}
.list--item-sidebar:hover,.link--sidebar:hover{
    background-color: #22577E;
    color:white;
}