/**
* Général
*/
.toogle-block {
    width:100%;
    /*font-size: 15px;*/
    font-weight: 400;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}
.toogle-block hr {
    border: none;
}

/**
* desktop
*/
@media screen and (min-width: 785px) {

    .toogle-block #block{
        font-size: 15px;
        /*line-height: 24px;*/
    }

    .toogle-block p {
        margin: 0 0 10px;
    }

    .toogle-block div.details-content .nav-side-bar{
        display:block;
        max-width: 180px;
    }

    .toogle-block .details-content {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .toogle-block div.details-content .nav-side-bar {
        margin-top: 15px;
    }

    .toogle-block div.details-content .nav-side-bar a {
        font-family: "Hind", sans-serif;
        color: #aaa3a1;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        display: inline-block;
        margin-bottom: 15px;
        text-decoration: none;
    }

    .toogle-block div.details-content .nav-side-bar a:hover {
        color: #000000;
    }

    .toogle-block div.details-content div.nav-side-bar a.current {
        color: #000000;
        font-weight: 500;
    }

    .toogle-block h2.newH2 {
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
    }

    .toogle-block div.details-content .row-fluid.current h2 {
        color: #1167ff;
    }

    .toogle-block .details-content .row-fluid {
        max-width: 73%;
        float: right;
        clear: both;
    }

    .toogle-block .details-content .content {
        display:block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .toogle-block .details-content .row-fluid.border hr {
        display:block;
        width: 100%;
        border: 1px solid #d4d4d4;
        margin-bottom: 30px;
    }

    .row-fluid .span12 {
        width: 100%;
        margin-bottom: 38px;
    }
    .toogle-block #hralllinks {
        margin: 0px;
        padding: 0;
        height: 2px;
        border: 0px;
    }
    .toogle-block .nav-side-bar.top{
        top: 0;
    }
    .toogle-block .nav-side-bar{
        position :absolute;
    }
    .toogle-block .nav-side-bar.fixed{
        position :fixed;
        top: 0;
    }
    .toogle-block .nav-side-bar.bottom{
        bottom: 0;
    }
    .contenu-en-detail {
        font-size: 16px;
    }
}

/**
* mobile
*/
@media screen and (max-width: 785px) {

    .toogle-block {
        font-size: 18px;
        line-height: 24px;
    }
    .toogle-block .details-content .nav-side-bar{
        display:none;
    }
    .toogle-block .details-content .row-fluid{
        max-width:100%;
        padding-bottom:0;
    }
    .toogle-block .details-content .row-fluid .contenu-en-detail{
        display:none;
    }
    .toogle-block .details-content .content{
        width: 100%;
    }
    .toogle-block .details-content .title-content{
        margin: 0 15px;
        padding: 10px 0 6px 0;
        border-top: 1px solid #D4D4D4;
    }
    .toogle-block .details-content .title-content.end, .toogle-block .details-content .contenu-en-detail.end{
        border-bottom: 1px solid #D4D4D4;
    }
    .toogle-block .details-content .end.active {
        border-bottom: none;
    }
    .toogle-block .nav-side-bar div{
        padding:20px;
    }
    .toogle-block .details-content .row-fluid .active .contenu-en-detail{
        display:block;
        padding-bottom: 10px;
    }
    .toogle-block .details-content .row-fluid h2.newH2{
        width:90%;
        font-weight: normal;
        cursor:pointer;
        text-align:left;
        font-size:20px;
        line-height: 24px;
        word-break: break-word;
        color:black !important;
    }
    .toogle-block .details-content .row-fluid .newH2:before{
        display:inline-block;
        font-weight: 500;
        height: 50px;
    }
    .toogle-block .details-content .row-fluid .active .newH2:before{
        /*content:'-';*/
        width: 90%;
        display:inline-block;
        margin-right:25px;
        font-weight: 500;
    }
    .toogle-block .details-content .icone-plus {
        top: 47%;
        transform: translateY(50%);
        position: absolute;
        right:0;
    }
    .toogle-block .details-content .icone-plus .position-horizontal{
        right: 0px;
    }
    .toogle-block .title-content .contenu-en-detail.open{
        display: block;
        text-align:left;
    }
    .toogle-block .box{
        position: relative;
    }
}
.toogle-block .content-title h2 {
    margin-top: 70px;
    margin-bottom: 39px;
    font-weight: 500;
    max-width: 73%;
    float:right;
}

#block-title {
    margin-top: 32px;
}
