.sequenceur input,
.sequenceur textarea {
    border: 0;
    padding: 4px;
    border-radius: 4px;
}

.sequenceur button {
    border: 0;
    border-radius: 4px;
    height: 40px;
    background: #666;
    color: #fff;
}

.sequenceur button[disabled] {
    color: #ccc;
    background: #aaa;
}

.sequenceur button:not([disabled]) {
    cursor: pointer;
}

.sequenceur.wrap {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 480px;
    overlfow: hidden;
}

.sequenceur .message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
}

.sequenceur .message:after {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -120px;
    width: 240px;
    height: 100px;
    padding: 8px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 100px;
    content: attr(data-label);
}

.sequenceur .message.error:after {
    line-height: 20px;
    font-size: 12px;
    color: #c00;
    content: attr(data-error);
}

.sequenceur #video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: calc(65% - 66px);
    float: right;
    background: #333;
    overflow: hidden;
}

.sequenceur #control {
    display: block;
    float: right;
    width: 50%;
    background: #ccc;
    border-top: 2px solid #333;
}

.sequenceur #sequences {
    display: block;
    float: left;
    width: 50%;
    background: #ccc;
    border-top: 2px solid #333;
}

.sequenceur #control ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.sequenceur #sequences ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
}

.sequenceur #control ul li,
.sequenceur #sequences ul li {
    margin: 0 16px;
}

.sequenceur #timeline {
    padding: 0;
    clear: both;
    height: 35%;
    background: #333;
    overflow: auto;
    overflow-x: hidden;
}
.sequenceur #infos {
    width: 50%;
    height: calc(65% - 66px);
    float: left;
    background: #ccc;
    overflow: auto;
}
.sequenceur #infos > div {
    padding: 16px;
}
.sequenceur #infos > div.thumb {
    /*display: none;*/
    width: calc(30% - 32px);
    float: left;
}
.sequenceur #infos > div.thumb img {
    max-width: 90%;
    height: auto;
    margin: auto;
}
.sequenceur #infos > div.data {
    /*display: none;*/
    width: calc(70% - 32px);
    float: left;
}

.sequenceur #infos > div p:after {
    clear: both;
    content: '';
    display: block;
}
.sequenceur #infos > div label {
    clear: both;
    display: block;
    padding: 0 0 16px;
}
.sequenceur #infos > div p {
    clear: both;
}
.sequenceur #infos > div p.time {
    clear: none;
    width: 50%;
    float: left;
}
.sequenceur #infos > div label > span {
    display: block;
    line-height: 32px;
    background: #666;
    margin: 0 0 8px;
    padding: 0 8px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.sequenceur #infos > div label > textarea {
    width: calc(100% - 8px);
    height: 32px;
    line-height: 16px;
    resize: none;
}

/* TEMPO HIDE BUTTONS */
#imgseq {
    display: none;
}

.sequenceur .data p{
    margin: 5px;
}

.sequenceur .data p:nth-child(3){
    display: none;
}
