#conteneurFormation h1{
    color: #001a42;
}
div#conteneurFormation  h1{
    color: #0053a1;
    padding-bottom: 5px;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    margin-top: 20px;
}
div#conteneurFormation  h2,div#conteneurFormation  h3, div#conteneurFormation h4, div#conteneurFormation h5, div#conteneurFormation h6{
    color: #0053a1;
    padding-bottom: 5px;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
#conteneurFormation ul{
    padding-bottom: 20px;
}
#conteneurFormation li{
    margin-left: 30px;
    margin-top: 5px;
    list-style: disc;
}
#conteneurFormation a{
    color: blue;
    cursor: pointer;
}
#conteneurFormation img{
    display: block;
    width: 100%;
    height: auto;
    height: auto;
    resize: both;
}