.commentaire {
    height: 99%;
    max-height: 800px;
}

.commentaire-body {
    overflow: auto;
}

.comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.comment-img {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;
}

.comment-img img {
    display: block;
}

.comment-body {
    overflow: hidden;
}

.comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.comment .text p:last-child {
    margin: 0;
}

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}


/* Decoration */

.comments,
.comment {
    position: relative;
}

.comments:before,
.comment:before,
.comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.comments:before {
    width: 3px;
    top: -20px;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.1);
}

.comment:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ccc;
}

.comment:hover:before {
    background: orange;
}

.comment .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.form-editor {
    display: none;
}

.answer-link {
    cursor: pointer;
    color: #4e73df;
}

.answer-link:hover {
    text-decoration: underline;
}

.card-footer {
    background-color: white;
    border-top: 1px solid white;
}

.cours {
    min-height: 235px;
}

.canal-discussion {
    max-height: 600px;
    overflow: auto;
}

.red-dot {
    font-size: 0.5em !important;
    color: #ff0000;
}

/* .MARIANO */

.sidebar {
    position: relative;
    background-color: #4659F7;
    background-image: url(../img/isometric_grid.png);
    background-size: contain;
}

.video-js {
    position: relative !important;
}

.vjs-big-play-button {
    position: absolute !important;
    left: 50% !important;
    margin-left: -50px;
    top: 50% !important;
    margin-top: -25px;
}

.sidebar-brand {
    background-color: #0A0C2D;
    /* padding: 0px 0px 0px 0px !important; */
}

#sidebarToggle {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cours {
    transition: 0.3s;
}

.cours:hover {
    -webkit-box-shadow: -1px 2px 7px -1px rgba(15, 9, 9, 0.20);
    -moz-box-shadow: -1px 2px 7px -1px rgba(0, 0, 0, 0.20);
    box-shadow: -1px 2px 7px -1px rgba(0, 0, 0, 0.20);
}

.card.cours,
.card-header {
    border-radius: 0 !important;
}

.card-header {
    /* background-color: #4659F7; */
    color: #3C4368;
}

.card-header h6 {
    /* background-color: #4659F7; */
    /* color:#AEDD00; */
}

.filiere {
    font-size: 1em;
}

.cours .card-body {
    position: relative;
}

.cours .date {
    /* position:absolute !important;
    right:0;
    top:0;
    background-color:#3C4368;
    color:white;
    padding:5px 10px 5px 10px;
    border-radius:0px 0px 0px 10px; */
    font-size: 1em;
}

.cours .btn {
    /* background-color: white !important; */
    border: 2px solid #00DC72;
    background-color: #00DC72;
    float: right;
}

.cours .btn:hover {
    border: 2px solid #00DC72;
    background-color: white;
    color: #00DC72;
}

.cours .titre {
    font-size: 1.4em;
}

.sidebar-brand .img-fluid {
    width: 65%;
}


/* .sidebar-brand-text{
    font-family: Arial, Helvetica, sans-serif;
} */

.matiere .list-group {
    border-radius: 0 !important;
}

.matiere .item {
    border-radius: 5px;
    border: 1px solid rgba(128, 128, 128, 0.575);
    -webkit-box-shadow: -1px 1px 4px -4px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: -1px 1px 4px -4px rgba(0, 0, 0, 0.31);
    box-shadow: -1px 1px 4px -4px rgba(0, 0, 0, 0.31);
}

.matiere .item:hover {
    background-color: white;
    ;
    -webkit-box-shadow: -1px 1px 4px -1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: -1px 1px 4px -1px rgba(0, 0, 0, 0.31);
    box-shadow: -1px 1px 4px -1px rgba(0, 0, 0, 0.31);
}

@media screen and (min-width: 768px) {
    .user-profile {
        padding: 50px 20px 50px 20px;
        box-shadow: 0 1px 3px 1px rgba(60, 64, 67, .15);
    }
}
/* .user-profile {
    background-color: white;
    margin-bottom: 40px;
    z-index:29;
}
.mvt{
    position:relative;
    z-index:-29;
}
.double-div{
    position:absolute;

} */
