#elearningParcoursTree div.panel:first-child {
    margin-top:20px;
}

#elearningParcoursTree  div.treeview {
    min-width: 100px;
    min-height: 100px;
    
    max-height: 256px;
    overflow:auto;
	
	padding: 4px;
	
	margin-bottom: 20px;
	
	color: #369;
	
	border: solid 1px;
	border-radius: 4px;
}
#elearningParcoursTree div.treeview ul:first-child:before {
    display: none;
}
#elearningParcoursTree .treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;
    
	color: #369;
}
#elearningParcoursTree .treeview ul {
    margin-left:1em;
	margin-left:19px;
    position:relative
}
#elearningParcoursTree .treeview ul ul {
    margin-left:.5em
}
#elearningParcoursTree .treeview ul:before {
 /*    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    left:0;
    border-left:1px solid;
    
    bottom:15px; */
}
#elearningParcoursTree .treeview li {
   /*  margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative; */
	
	position: relative;
    width: 100%;
    z-index: 90;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 0;
	
        
}

#elearningParcoursTree .treeview li span{
       position: relative;
    left: 0;
    z-index: 91;
    display: inline-block;
    padding-right: 5px;
	background:#fff
        
}

#elearningParcoursTree .treeview > li.moduleTitle a
{
	 position: relative;
    left: 0;
    z-index: 91;
    display: inline-block;
    padding-right: 5px;
	background:#fff;
	font-size:16px;
	color:#1a1b34;
	line-height:30px;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
}

#elearningParcoursTree .treeview li:after
{
content: "";
    display: block;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 10px;
    border-bottom: 2px dotted #9b9b9b;	
}




#elearningParcoursTree .treeview > li.moduleTitle:after
{
content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 10px;
    border-bottom: 2px dotted #9b9b9b;	
}


#module-eco_elearning-FrontEcoCours .detail_cours .treeview > li.moduleTitle a
{
	    font-size: 14px;
    color: #1a1b34;
    line-height: 24px;
}




#elearningParcoursTree .detail_cours .treeview li:after
{
display:none !important	
}

#elearningParcoursTree .treeview > li.moduleTitle:first-child:after
{
	display:none
}

#elearningParcoursTree .treeview > li.moduleTitle ul li
{
font-size:16px;
	color:#1a1b34;
	line-height:30px;
	font-weight:normal;
	font-family: 'Raleway', sans-serif;	
}

#elearningParcoursTree .treeview .moduleTitle
{
 /*    border-bottom: 1px solid #d2d2d2; */
        padding-bottom: 5px;
    padding-top: 5px;
}

#elearningParcoursTree .treeview .moduleTitle i
{
	display:none !important
}
#elearningParcoursTree .treeview ul li:before {
 /*    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0 */
}
#elearningParcoursTree .tree-indicator {
    margin-right:5px;
    
    cursor:pointer;
}
#elearningParcoursTree .treeview li a {
    text-decoration: none;
    color:inherit;
    
    cursor:pointer;
}
#elearningParcoursTree .treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}


.jfini
{
    width:50%;
    height:40px;
}




/* CSS FOR COMMENTS  */

.ecomment
{
    padding-left:0 !important;
     padding-right:0 !important;
}


.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-comment a {
    color: #ff8300;
    text-decoration: none;
}

.blog-comment .post-comments .meta a
{
color:#e5652b;
font-weight:bold	
}

#btn_comment
{
	    width: 180px;
    height: 38px;
    color: #e5652b;
    font-family: 'Raleway', sans-serif;
    height: 38px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 38px;
    float: right;
    padding: 0;
	    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
}

#btn_comment:hover, #btn_comment:focus
{
	color:#fff
}


.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
    display: table;
    clear: both;
}

/*.blog-comment{
    padding-left: 15%;
    padding-right: 15%;
}*/

.blog-comment ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment img{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 50px;
    height: 50px;
}

.blog-comment .post-comments{
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-left: 65px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}


.blog-comment .comments.reponse .post-comments
{
	
	background:#f5f5f5
}

.blog-comment .meta {
    font-size: 13px;
    color: #4a4a4a4;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-left: 65px;
}

.blog-comment-form{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
        color: #868686;
}

.head-section
{
     margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
        color: #868686;
}

h2.head-section
{
	    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1b34;
    text-transform: uppercase;
   
    margin-bottom: 31px;
}

.rSide p
{
	line-height:24px
}


.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}
.shadow-textarea textarea {
    padding-left: 0.8rem;
   /*  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important; */
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
        padding: 10px;
            overflow: auto;
    resize: vertical;
	color:#000
}

@media all and (max-device-width: 480px)
{
    /* Vos règles CSS pour les mobiles ici */

    .lSide .pc
    {
        display:none;
    } 

    .lSide .forMobile
    {
        display:block;
    }

    .comments .post-comments
    {
        margin-left:0;

    }
    .comments .avatar
    {
        display:none;
    }
}

@media not all and (max-device-width: 480px)
{
    /* Vos règles CSS pour les mobiles ici */



    .lSide .forMobile
    {
        display:none;
    }
}


.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}