body {
    background-color: #bdccff;
    padding: 0;
}

.channel-icon {
    height: 100px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    border: 2px solid rgba(0, 0, 0, 0.31);
    font-size: 17px;
}

.channel-icon:hover{
    font-size: 21px;
    border: 2px white solid;
}

.general-config-icon:hover {
    font-size: 30px;
    border: 2px white solid;
}

.general-config-icon {
    background-color: #6dcaff;
    height: 100px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    border: 2px solid rgba(0, 0, 0, 0.31);
    font-size: 20px;
    margin: 15px 0px 15px 0;
}

.general-config-icon:hover {
    background-color: #b8e9ff;
}

.channel-active {
    background-color: #5CB85C;
}

.channel-inactive {
    background-color: #c90009;
}

.channel-active:hover {
    background-color: #7df27d;
}

.channel-inactive:hover {
    background-color: #ff2e00;
}

.index-body {
    padding: 90px;
}

/* NAVBAR TEMPLATE ---------------------------- */
/* The navigation menu */
.navbar {
    overflow: hidden;
    background-color: #3f5186;
    margin: 0;
}

/* Navigation links */
ul.navbar .tablinks {
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    transition: 0.4s;
    float: left;
    margin: 0;
}

ul.navbar .tablinks:hover {
    background-color: #6546bd;
    cursor: pointer;
}

.tablinks.active {
    background-color: #497c7c;
}

.tablinks {
    cursor: pointer;
}

.date-modif{
    font-size: 1.3rem;
    margin: 2px;
}

/* Contenu des onglets */
.tabcontent {
    display: none;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ccc;
    border-top: none;
    background-color: #b2b5ff;
    overflow: auto;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.tabcontent-header {
    padding: 0;
}
.tabcontent-header h2 {
    background-color: #497c7c;
    color: white;
    padding-left: 8px;
    font-weight: bold;
}

.tabcontent-body {
    padding: 0 8px 8px 8px;
    margin: 0 8px 8px 8px;
}

.table-div {
    max-height: 400px;
    overflow-y: auto;
}

.tokenize {
    background-color: white;
    border: black 1px solid;
}

.tokens-container {
    margin-bottom: 0;
}

input:not([type=checkbox]),
textarea {
    background-color: rgba(255, 255, 255, 0.25);
    color: #515151;
    font-size: 12px;
    padding: 4px 5px 3px 3px;
    display: block;
    width: 250px;
    border: none;
    border-radius: 2px;
    border-bottom: 1px solid #515151;
    margin-bottom: 5px;
}
input:not([type=checkbox]):focus,
textarea:focus {
    outline: none;
}
input:not([type=checkbox]):focus ~ label, input:not([type=checkbox]):valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -15px;
    font-size: 12.5px;
    color: #0b4166;
}
input:not([type=checkbox]):focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 250px;
}
input:not([type=checkbox])[type=date]:focus ~ .bar:before,
textarea[type=date]:focus ~ .bar:before {
    width: 130px;
}
input:not([type=checkbox])[type=time]:focus ~ .bar:before,
textarea[type=time]:focus ~ .bar:before {
    width: 70px;
}
input:not([type=checkbox]).small_field:focus ~ .bar:before,
textarea.small_field:focus ~ .bar:before {
    width: 45px;
}
input:not([type=checkbox]).medium_field:focus ~ .bar:before,
textarea.medium_field:focus ~ .bar:before {
    width: 90px;
}

input[type=radio] {
    width: 20px;
    display: inline;
}

input[type=time] {
    width: 70px;
}

input[type=date] {
    width: 130px;
}

.envoisModif{
    height: 30px;
    margin-top: 20px;
    font-size: 12px;
    display: inline-block !important;
}

.group {
    position: relative;
    margin: 15px 0 15px 4px;
    display: inline-block;
}

label {
    color: #515151;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    /*pointer-events: none;*/
    left: 5px;
    top: 5px;
    transition: 300ms ease all;
}

label.checkbox_label,
label.radio_level{
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: -3px;
    color: #0b4166;
    transition: 300ms ease all;
    display: inline-block;
    width: 160px;
    text-align: left;
}

label.radio_level{
    width: 57px;
}

label.always_top_label {
    top: -15px;
    font-size: 12.5px;
    color: #0b4166;
}

label.select_label {
    top: -15px;
    font-size: 12.5px;
    color: #0b4166;
}

.bar {
    position: relative;
    display: block;
    width: 250px;
}
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #0e5787;
    transition: 300ms ease all;
    left: 0%;
}

.checkbox_line {
    display: inline-block;
    width: auto;
    white-space: nowrap;
}

.form-popup {
    display: none;
    position: absolute;
    top: 100px;
    width: 90%;
    border: 3px solid #6e6e6e;
    background-color: #94b1ff;
    z-index: 9;
    padding: 0 0 8px 0;
    margin-right: 20px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.51), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.form-popup-header {
    cursor: move;
    z-index: 10;
    padding-left: 8px;
    background-color: #62caff;
    background-image: linear-gradient(120deg, #89f7fe 0%, #68c6ff 100%);
}

.formulaire {
    padding: 0 8px 8px 8px;
}

.close-popup:hover {
    background-color: #f44336;
    color: white;
    cursor: pointer;
}

.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

.table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

td input {
    display: block;
    margin: auto;
    text-align: center;
}

ul {
    background-color: white;
}

.liste {
    background-color: rgba(255, 255, 255, 0.41);
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.liste li {
    margin-left: 5px;
}

select {
    height: 30px;
    font-size: 12px;
}

a {
    cursor: pointer;
}
a i {
    font-size: 18px;
}

#deconnexion{
    position: absolute;
    background: none;
    top: 22px;
    right: 40px;
    width: 65px;
    height: 65px;
}

button {
    height: 35px;
}
button:hover {
    background-color: white;
}

.suppr-btn, .modif-btn {
    width: 25px;
    height: 25px;
}

.add-btn {
    height: 40px;
}

.add-btn:hover {
    background-color: #00d900;
}

.fa-plus {
    transition: 0.2s;
}

button:hover .fa-plus {
    font-size: 25px;
}

.suppr-btn:hover {
    background-color: red;
}

.modif-btn:hover {
    background-color: orange;
}

.tous-aucun-btn {
    font-size: 12px;
    padding: 3px;
    margin-left: 5px;
    height: 15px;
}

.return-btn {
    height: 40px;
    background-color: #139aea;
    color: white;
}

.return-btn:hover {
    background-color: #8fcaea;
}

.return-btn:hover .fa-chevron-circle-left {
    animation: return-icon-anim 0.8s infinite alternate ease;
}

.div-btn-enregistrer {
    float: right;
    padding-right: 10px;
}

.remove-btn {
    margin-left: 5px;
    padding: 3px;
}

.remove-btn:hover {
    background-color: #f44336;
    color: white;
    cursor: pointer;
}

h1 {
    font-weight: bold;
    text-align: center;
}

.main-header {
    background-image: url("../images/prism.png");
    background-color: #4f9b9c;
    color: white;
}

.logo-header {
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
}

#logo-g {
    animation: logo-anim-g 5s infinite alternate linear;
    position: relative;
    left: 13px;
}

#logo-d {
    animation: logo-anim-d 5s infinite alternate linear;
}

#decro-link:hover .fa-broadcast-tower {
    animation: decrochage-icon-anim 1s infinite alternate linear;
}

.video-link:hover .fa-video {
    animation: playlist-video-icon-anim 1s infinite alternate linear;
}

.audio-link:hover .fa-music, #audio-mag-link:hover .fa-music, .info-link:hover .fa-info-circle {
    position: relative;
    animation: playlist-audio-icon-anim 1s infinite alternate linear;
}

#scenarios-link:hover .fa-book-open {
    animation: scenarios-icon-anim 0.6s infinite alternate linear;
}

.horaire-link:hover .fa-clock, .config-link:hover .fa-cog {
    animation: rotate-icon-anim 1.5s infinite linear;
}

#base-video-link:hover .fa-film {
    animation: base-video-icon-anim 1s infinite linear;
}

div.disabled {
    pointer-events: none;
}

.dataTables_filter > label {
    position: relative;
    margin-right: 10px;
    float: left;
}

.formulaire-mdp{
    height: 200px;
}

.action{
    margin-left: 20px;
    padding: 15px;
}

.pas-action {
    margin: 25px;
}

.description{
    margin : 21px;
}

/* PAGES ERREUR */
.message{
    float: left;
    width: 48%;
    margin: 16% 0 0 45px;
}

.message > span{
    font-family: Stencil Std, fantasy;
    font-size: 39px;
}

.accueil{
    margin: 10% 0 0;
}

.btn-accueil{
    border-radius:12px;
    background: #f5f5f5;
    border:none;
    color:#555;
    font:bold 12px Verdana;
    padding:9px;
    box-shadow:1px 1px 3px #999;
}

.img-erreur{
    display: block;
    float: right;
    margin: 7% 15% 0 0;
}

@keyframes logo-anim-g {
    0% {
        opacity: 0;
        left: 30px;
    }
    40% {
        opacity: 1;
        left: 13px;
    }
    100% {
        opacity: 1;
    }
}
@keyframes logo-anim-d {
    0% {
        height: 0;
        width: 0;
    }
    40% {
        height: 55px;
        width: 61px;
    }
    100% {
        height: 55px;
        width: 61px;
    }
}
@keyframes scenarios-icon-anim {
    0% {
        transform: none;
    }
    50% {
        transform: none;
    }
    100% {
        transform: rotate3d(0, 1, 0, 90deg);
    }
}
@keyframes decrochage-icon-anim {
    0% {
        clip-path: polygon(50% 0, 50% 0, 100% 100%, 0% 100%);
    }
    40% {
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    }
    75% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes playlist-video-icon-anim {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    20% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 10%, 68% 50%, 68% 50%, 0 90%);
    }
    100% {
        clip-path: polygon(0 10%, 68% 50%, 68% 50%, 0 90%);
    }
}
@keyframes playlist-audio-icon-anim {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        left: 0;
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        left: 0;
    }
    60% {
        clip-path: polygon(0 0, 50% 0, 55% 100%, 0% 100%);
        left: 7px;
    }
    100% {
        clip-path: polygon(0 0, 50% 0, 55% 100%, 0% 100%);
        left: 7px;
    }
}
@keyframes rotate-icon-anim {
    0% {
        transform: none;
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes return-icon-anim {
    0% {
        transform: none;
    }
    100% {
        transform: translateX(-8px);
    }
}
@keyframes base-video-icon-anim {
    0% {
        transform: translateY(-35px);
    }
    30% {
        transform: translateY(0px);
    }
    70% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(35px);
    }
}

/*# sourceMappingURL=styles.css.map */
