#cpc{
    background: #fff;
    padding: 10px 20px;
    width: 100%;
}

.row.cpc {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

#cpc h1{
    font-size: 30px;
    margin: 20px 0;
}

#cpc h2{
    font-size: 25px;
    margin: 20px 0;
}

#cpc h3{
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #144056;
}

#cpc h4{
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #306c89;
}

#cpc h5{
    font-size: 16px;
}

#cpc p{
    font-size: 16px;
    text-transform: none;
    margin-bottom: 2px;
}

#cpc h5 .numero{
    font-weight: bold;
    float: left;
    width: 25px;
}

#cpc h6{
    font-size: 16px;
}

#cpc .item{
    position: relative;
    padding-left: 10px;
}

#cpc .item .item-numero{
    position: absolute;
    left: 10px;
    top:0;
    font-weight: bold;
    text-align: center;
}

#cpc .item .item-text{
    position: relative;
    margin-left: 25px;
}

#cpc hr{
    margin-bottom: 5px;
}

#cpc .renvois{
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 30px;
    padding-top: 5px;
}

#cpc .renvois p{
    font-size: 12px;
    margin-bottom: 0;
}

.bloc-wrapper{
    width: 100%;
}

.bloc-wrapper:not(:first-child){

}

.bloc-wrapper-content{
    width: 80%;
    display: inline-block;
}

.bloc-wrapper-renvoi{
    width: 20%;
    display: inline-block;
}

.commentaires{
    padding: 10px;
    margin: 5px 0 10px 0;
    background: #f8f8f8;
}

.commentaires a{
    text-decoration: underline;
}

#cpc .commentaires .comment_title{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

ol.commentaires{
    margin: 0 0 10px 0;
    padding: 15px;
}


.commentaires li{
    margin-left: 15px;
}

.commentaires li p{
    text-align: justify;
}

.commentaires li i{
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.aliena{
    padding-left: 5px;
}

.lettre, .chiffre{
    padding-left: 10px;
}

#toc_list{
    max-width: 250px;
}

.nav {
    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.nav li{
    font-size: 14px;
    line-height: 18px;
}

.nav a{
    font-size: 14px;
    line-height: 18px;
}

.nav-list > li > a {
    padding: 4px 0 4px 4px;
}

.section .bloc-wrapper{
    padding-left: 3px;
}

.tocify-subheader {
    display: none;
    text-indent: 15px;
}

.tocify-header,
.tocify-subheader,
.tocify-subheader .tocify-subheader
{
    text-indent: 0px;
}

.tocify {
    border: none;
    margin-left: 0;
    border-radius: 0;
    max-height: 90%;
    overflow: auto;
    position: fixed;
    width: 20%;
}

.tocify ul, .tocify li {
    border: medium none;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tocify li {
    padding-left: 0;
}

.tocify ul.tocify-subheader li {
    padding-left: 10px;
}

.tocify-subheader .tocify-subheader{
    padding-left:20px;
}

.tocify-item.active{
    background: #eee;
}

.tocify-item.active a{
    color: #cdaa29;
}

#toc_list {
    width: 100%;
    max-height: 400px;
    overflow: scroll;
    padding: 8px 4px;
    background: #fff;
    position: fixed;
    top: 120px;
    border: 2px solid #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}

.toc_list_admin{
    top: 170px !important;
}

/*
    Frontend toc CPC
*/
#toc_list li{
    width: 22%;
    height: 30px;
    display: block;
    line-height: 30px;
    margin: 4px 2px;
    background: #eee;
    text-align: center;
}

#toc_list li:last-child::after{
    content: ' ';
    display: block;
    height: 5px;
}

#toc_list li a{
    width: 100%;
    display: block;
    font-size: 15px;
    margin: 0px 0 2px;
}

#toc_list li a:hover{
    background: #306c89;
    color: #fff;
    text-decoration: none;
}

.dispositions-liste li h4{
    margin: 0;
    flex: 2;
}

#articles{
    margin-top: 0px;
}

.rang-7{
    margin-left: 10px;
}

