@font-face {
    font-family: 'DigitalSignage4 Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('https://api.productvideo.io/materiel/iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('DigitalSignage4 Material Icons'),
    local('MaterialIcons-Regular'),
    url('https://api.productvideo.io/materiel/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('https://api.productvideo.io/materiel/iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('https://api.productvideo.io/materiel/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.DigitalSignage4_no-selectable {
    cursor: auto !important;
}

.DigitalSignage4_material-icons {
    font-family: 'DigitalSignage4 Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


.DigitalSignage4_card {
    background: white;
    padding: 15px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border-radius: 1px;
    width: 100%;
    margin: 30px 15px 2px;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 1.4em !important;
}

.DigitalSignage4_card > h3 {
    padding: 0 0 0 0 !important;
    margin: -20px 0 15px !important;
}

.bootstrap .DigitalSignage4_card label {
    font-weight: inherit !important;
}

.DigitalSignage4_watermark_placement:checked {
    background-image: url("./../../../../../uploads/ds4/Files/watermark.png") !important;
    background-size: cover !important;
    background-color: #ffffff !important;
}

.DigitalSignage4_card .btn.btn-primary {
    background-color: #25b9d7;
    border-color: #25b9d7;
}

.DigitalSignage4_card > p,
.DigitalSignage4_card > a,
.DigitalSignage4_card > div,
.DigitalSignage4_card > form,
.DigitalSignage4_card > h3,
.DigitalSignage4_card > h4 {
    /*margin: 20px 0 20px 0 !important;*/
}

.DigitalSignage4_card *:not(.DigitalSignage4_material-icons):not(.icon-folder-open):not(.icon-tag):not(.icon-folder-close):not(.icon-collapse-alt):not(.icon-expand-alt):not(.icon-check-sign):not(.icon-check-empty) {
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    font-size: revert;
}

.DigitalSignage4_form {
    display: flex;
    flex-direction: column;
}

.DigitalSignage4_form > input[type=submit] {
    width: max-content;
    margin-top: 1em !important;
}

.DigitalSignage4_form > * {
    margin: 5px;
    width: 100%;
}

#subtab-Parametres {
    position: relative;
}

#subtab-Parametres:before {
    position: absolute;
    font-family: "DigitalSignage4 Material Icons";
    content: '\e8b8';

    top: 4px;
    bottom: 0;
    left: -2em;

    transform: scale(1.2);
}

.ds4_popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.ds4_popup .ds4_popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.ds4_popup .ds4_popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.ds4_popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.ds_split_two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.median {
    margin: 3em 0;
    width: 100%;
    height: 1px;
    background: rgba(128, 128, 128, 0.38);
}

.placementForm input[type="checkbox"] {
    transform: translateY(4px);
}

.caseCategorie {
    margin: 10px;
    padding: 20px 100px 20px 50px;
    border: 1px solid #8080806b;
    border-radius: 3px;
}

.display_disk_space {
    height: 10px;
    background: #19e019;
    width: 100%;
    position: relative;
}

.DigitalSignage4_form input[type="number"] {
    transform: translateY(-.5em);
    width: 100px;
}

.DigitalSignage4_disk_used {
    position: absolute;
    background: red;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
}

.DigitalSignage4_disk_block {
    position: absolute;
    background: black;
    top: -5px;
    bottom: -5px;
    right: 10%;
    width: 3px;
}


.DigitalSignage4_watermark_placement {
    -webkit-appearance: none;
    width: 80px !important;
    height: 50px !important;
    border-radius: 0px !important;
    background: #ffffffa3 !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
}

.DigitalSignage4_watermark_placement:nth-child(1) {
    top: 0;
    left: 0;
}

.DigitalSignage4_watermark_placement:nth-child(2) {
    top: 0;
    right: 0;
}

.DigitalSignage4_watermark_placement:nth-child(3) {
    bottom:0 ;
    left: 0;
}

.DigitalSignage4_watermark_placement:nth-child(4) {
   bottom: 0;
    right: 0;
}

.DigitalSignage4_SemiInvisible {
    opacity: 0.2;
}

.DigitalSignage4_grid_places {
    background: #dedede;
    border: 1px solid black;
    box-shadow: 0 0 20px 2px grey;
    background-image: url('../img/back_video.gif');
    background-size: cover !important;
    position: relative;
    width: 350px;
    height: 200px;
}

.DigitalSignage4_wp_card {
    width: auto !important;
}

.DigitalSignage4_watermark_case {
    background-image: url('../../../../../uploads/ds4/Files/watermark.pngFiles/watermark.png') !important;
    background-size: cover !important;
    opacity: 1 !important;
}

.DigitalSignage4_button {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around;
    margin: 0 !important;
}

.DigitalSignage4_button > i {
    margin-right: .5em;
}

.DigitalSignage4_personnage {
    margin-top: 200px;
}


.DigitalSignage4_personnage:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    top: 260px;
    background: url("../img/creation_video.jpg");
    background-size: cover;
}

/*#wpfooter {
    position: relative !important;
 }*/

.DigitalSignage4_card_gabarit {
    width: max-content;
    border: 1px solid #bbcdd2;
    margin: 10px 10px 0 10px;
    padding: 0 9px;
    cursor: pointer;
    transform: translateY(1px);
    text-align: center;
}

.DigitalSignage4_card_gabarit.selected {
    border-bottom-color: white;
    position: relative;
}

.DigitalSignage4_card_gabarit.selected:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #25b9d7;
}

.DigitalSignage4_gabarit_card video {
    border: 1px solid gray;
}

.DigitalSignage4_gabarit_card.selected {
    width: 250px !important;
    border: 3px solid #25b9d7;
    padding: 2px;
}

.DigitalSignage4_click {
    cursor: pointer;

    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}

.DigitalSignage4_card_gabarit > .id > b {
    opacity: .3;
}

.DigitalSignage4_card_gabarit > .preview {
    font-size: .8em;
}

.DigitalSignage4_card_gabarit > .preview > i {
    font-size: 3em;
}

.DigitalSignage4_card_gabarit > h2 {
    margin-bottom: 5px;
    padding-top: 5px;
}

.DigitalSignage4_topless {
    margin-top: 0 !important;
}

#DigitalSignage4_liste_des_gabarits {
    display: flex;
}

#DigitalSignage4_liste_des_gabarits > .selectWrapper > select {
    margin: 0 10px;
    width: 100%;
    padding: 10px 60px;
    appearance: none;
    outline: 0;
    background: #F9F9F9 none;
    box-shadow: none;
    font-size: 1.2em;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #CED4DA;
    transform: translateY(1px);
    cursor: pointer;
}

#DigitalSignage4_liste_des_gabarits > .selectWrapper {
    width: 100%;
    position: relative;
}


/* Mise en place de la flèche */
#DigitalSignage4_liste_des_gabarits > .selectWrapper:after {
    content: '\276F';
    position: absolute;
    top: 20%;
    left: 0;
    padding: 1px 36px;
    pointer-events: none;
    transform: rotate(90deg);
    font-size: 1.5em;
}

#DigitalSignage4_champs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0 !important;
}

#DigitalSignage4_champs > label {
    width: 40%;
    margin: 20px;
}

#DigitalSignage4_champs > label > input,
#DigitalSignage4_champs > label > textarea {
    width: 100%;
}

#DigitalSignage4_champs > label > textarea {
    min-height: 150px;
}

.radio_checked:after {
    font-family: 'DigitalSignage4 Material Icons';
    content: "\e876";
    font-size: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    padding: 0;
    font-weight: bold;
}

.radio_checked:before {
    border: 3px solid #25b9d7 !important;
    position: absolute;
    z-index: 10;
    margin: 0;
}

.DigitalSignage4_gabaritElement {
    display: flex;
    flex-direction: row;
    width: 48%;
}

#DigitalSignage4_loading_gif {
    width: 100px;
    height: 35px;
    margin-left: 50px;
    background: url("../img/loading.gif");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.DigitalSignage4_display_none {
    display: none;
}

.DigitalSignage4_creation_box {
    margin: 0 10px 0 0;
    padding: 10px;
    transition: height 1s;
    transition-timing-function: cubic-bezier(.2, .08, .31, 1);
    overflow: visible;
    height: auto;
}

.DigitalSignage4_image_line {
    display: flex;
    flex-wrap: wrap;

    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.DigitalSignage4_image_line > span {
    width: 100%;
}

.DigitalSignage4_image_line > .image {
    width: 200px;
    height: 200px;
    background-size: cover;
    margin-right: 10px;
}


.DigitalSignage4_image_line input[type='radio'] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.DigitalSignage4_gabarit input[type='radio'] {
    background: transparent !important;
}

.DigitalSignage4_image_line .image input[type='radio']:hover {
    border: 3px solid rgba(37, 185, 215) !important;
}

.DigitalSignage4_image_line .image input[type='radio'] {
    border: 1px solid grey;
}

.DigitalSignage4_champs_section {
    overflow: hidden;
}

.DigitalSignage4_image_line .image input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 0;
    border: 2px solid darkgray;
    background: transparent;
    margin: 0;
}

.DigitalSignage4_image_line .image input[type='radio']:checked:before {
    border: 3px solid #25b9d7;
    position: absolute;
    z-index: 10;
    margin: 0;
}

.DigitalSignage4_card form > div > input[type='radio']:checked:before,
.DigitalSignage4_card div.gabarits input[type='radio']:checked:before {
    border: 3px solid #25b9d7;
    position: absolute;
    z-index: 10;
    margin: 0;
}

.DigitalSignage4_card form > div > input[type='radio']:checked:after,
.DigitalSignage4_card div.gabarits input[type='radio']:checked:after {
    font-family: 'DigitalSignage4 Material Icons';
    content: "\e876";
    font-size: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    padding: 0;
    font-weight: bold;
    height: max-content;
}

.DigitalSignage4_lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.DigitalSignage4_card input[type="number"] {
    width: calc(1ch + 40px);
}

.DigitalSignage4_lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #25b9d7;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.DigitalSignage4_lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: DigitalSignage4_lds-ellipsis1 0.6s infinite;
}

.DigitalSignage4_lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: DigitalSignage4_lds-ellipsis2 0.6s infinite;
}

.DigitalSignage4_lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: DigitalSignage4_lds-ellipsis2 0.6s infinite;
}

.DigitalSignage4_lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: DigitalSignage4_lds-ellipsis3 0.6s infinite;
}

@keyframes DigitalSignage4_lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes DigitalSignage4_lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes DigitalSignage4_lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.DigitalSignage4_creation_box[data-ds-flag*="waiting"] {
    background-color: rgba(255, 255, 0, 0.16);
}

.DigitalSignage4_creation_box[data-ds-flag*="error"] {
    background-color: rgba(255, 0, 38, 0.16);
}

.DigitalSignage4_creation_box[data-ds-flag*="completed"] {
    background-color: rgba(62, 238, 32, 0.16);
}

.DigitalSignage4_creation_box[data-ds-flag*="in_progress"] {
    background-color: rgba(99, 184, 146, 0.16);
}

.DigitalSignage4_row[data-flag*="waiting"] > div {
    background-color: rgba(255, 255, 0, 0.1) !important;
}

.DigitalSignage4_row[data-flag*="error"] > div {
    background-color: rgba(255, 0, 38, 0.1) !important;
}

.DigitalSignage4_row[data-flag*="completed"] > div {
    background-color: rgba(62, 238, 32, 0.1) !important;
}

.DigitalSignage4_row[data-flag*="in_progress"] > div {
    background-color: rgba(99, 184, 146, 0.1) !important;
}


.DigitalSignage4_video_dispo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: max-content;
    margin-bottom: 5px;
    max-width: 200px;
}

#DigitalSignage4_videoDispo {
    display: flex;
    flex-wrap: wrap;
}

.DigitalSignage4_tool-tips {
    position: absolute;
    transform: translateY(-2px);
    margin-left: 20px;
    z-index: 100;
}

.DigitalSignage4_tool-tips.is_hover:after {
    margin-bottom: 3px;
    content: attr(data-tips);

    min-width: 98px;
    font-size: .5em;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;

    line-height: 1.3em;

    display: block;

    color: #25b9d7;

    width: 300px;
    max-width: 100%;
    height: max-content;

    background-color: white;
    border: 1px solid #25b9d7;

    word-wrap: break-word;
    white-space: pre-line;

    padding: 10px;

}

.DigitalSignage4_error_video {
    width: 70px;
    position: relative;
    height: 70px;
    background: #990000;
    border-radius: 50%;
    border: 4px solid white;
}

.DigitalSignage4_error_video:after, .DigitalSignage4_error_video:before {
    position: absolute;
    content: '';
    width: 10%;
    left: 45%;
    top: 10%;
    height: 80%;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.DigitalSignage4_error_video:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sablier, .sablier:before, .sablier:after {
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.sablier {
    font-size: 10px;
    --polygonH: polygon(0% 0%, 100% 0%, 100% 5.55%, 95% 5.55%, 95% 28%, 60% 46%, 60% 54%, 95% 72%, 95% 94.45%, 100% 94.45%, 100% 100%, 0% 100%, 0% 94.45%, 5% 94.45%, 5% 72%, 40% 54%, 40% 46%, 5% 28%, 5% 5.55%, 0% 5.55%);
    animation-name: flip;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(grey 0.5em, #737a8c55 0.5em 8.5em, rgba(128, 128, 128, 0.85) 8.5em);
    clip-path: var(--polygonH);
    -webkit-clip-path: var(--polygonH);
    overflow: hidden;
    position: relative;
    width: 5em;
    height: 9em;
    z-index: 0;
}

.sablier:before, .sablier:after {
    animation-timing-function: linear;
    content: "";
    display: block;
    position: absolute;
}

.sablier:before {
    --polygonB1: polygon(0% 0%, 100% 0%, 100% 24%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 50% 47%, 0% 24%);
    --polygonB2: polygon(0% 4%, 100% 4%, 100% 24%, 55% 45%, 55% 100%, 55% 100%, 55% 100%, 45% 100%, 45% 100%, 45% 100%, 45% 45%, 0% 24%);
    --polygonB3: polygon(0% 24%, 100% 24%, 100% 24%, 55% 45%, 55% 80%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 45% 80%, 45% 45%, 0% 24%);
    --polygonB4: polygon(45% 45%, 55% 45%, 55% 45%, 55% 45%, 55% 58%, 100% 76%, 100% 100%, 0% 100%, 0% 76%, 45% 58%, 45% 45%, 45% 45%);
    --polygonB5: polygon(50% 53%, 50% 53%, 50% 53%, 50% 53%, 50% 53%, 100% 76%, 100% 100%, 0% 100%, 0% 76%, 50% 53%, 50% 53%, 50% 53%);
    animation-name: fill;
    background-color: var(--fg);
    background-size: 100% 3.6em;
    clip-path: var(--polygonB1);
    -webkit-clip-path: var(--polygonB1);
    top: 0.5em;
    left: 0.5em;
    width: 4em;
    height: 8em;
    z-index: 1;
}

.sablier:after {
    animation-name: glare;
    background: linear-gradient(90deg, #0000 0.5em, #0003 0.5em 1.5em, #0000 1.5em 3.5em, #fff3 3.5em 4.5em, #fff0 4.5em 6.5em, #0003 6.5em 7.5em, #0000 7.5em) 0 0 / 100% 0.5em,
    linear-gradient(90deg, #0000 0.75em, #0003 0.75em 1.25em, #0000 1.25em 3.75em, #fff3 3.75em 4.25em, #fff0 4.25em 6.75em, #0003 6.75em 7.25em, #0000 7.25em) 0 0.5em / 100% 8em,
    linear-gradient(90deg, #0000 0.5em, #0003 0.5em 1.5em, #0000 1.5em 3.5em, #fff3 3.5em 4.5em, #fff0 4.5em 6.5em, #0003 6.5em 7.5em, #0000 7.5em) 0 100% / 100% 0.5em;
    background-repeat: repeat-x;
    top: 0;
    left: -3em;
    width: 200%;
    height: 100%;
    z-index: 2;
}

/* Animation */
@keyframes fill {
    from {
        clip-path: var(--polygonB1);
        -webkit-clip-path: var(--polygonB1);
    }
    10% {
        clip-path: var(--polygonB2);
        -webkit-clip-path: var(--polygonB2);
    }
    45% {
        clip-path: var(--polygonB3);
        -webkit-clip-path: var(--polygonB3);
    }
    80% {
        clip-path: var(--polygonB4);
        -webkit-clip-path: var(--polygonB4);
    }
    85%, to {
        clip-path: var(--polygonB5);
        -webkit-clip-path: var(--polygonB5);
    }
}

@keyframes glare {
    from, 90% {
        transform: translateX(0);
    }
    to {
        transform: translateX(3em);
    }
}

@keyframes flip {
    from, 90% {
        transform: rotate(0);
    }
    to {
        transform: rotate(180deg);
    }
}

/* Mode nuit */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: #17181c;
        --fg: #25b9d7;
    }
}

.wrapper_table {
    margin: 0 auto 0 0 !important;
    padding: 0;
    width: 100%;

    font-size: 1.1em;
}

.wrapper_table .table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

@media screen and (max-width: 580px) {
    .wrapper_table .table {
        display: block;
    }
}

.wrapper_table .row {
    display: table-row;
    background: #f6f6f6;
}

.wrapper_table .row:nth-of-type(odd) {
    background: #e9e9e9;
}

.wrapper_table .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #25b9d7;
}

@media screen and (max-width: 580px) {
    .wrapper_table .row {
        padding: 14px 0 7px;
        display: block;
    }

    .wrapper_table .row.header {
        padding: 0;
        height: 6px;
    }

    .wrapper_table .row.header .cell {
        display: none;
    }

    .wrapper_table .row .cell {
        margin-bottom: 10px;
    }

    .wrapper_table .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.wrapper_table .cell {
    padding: 9px 15px;
    display: table-cell;
    vertical-align: middle;
    width:10px;
}

.wrapper_table .cell *
{
    background: none;
}

@media screen and (max-width: 580px) {
    .wrapper_table .cell {
        padding: 2px 16px;
        display: block;
    }
}

.puces_videos {
    text-align: center;
}

.puces_videos .puce_videos {
    background-color: rgba(211, 211, 211, 0.5);
    border-radius: 3px;
    border: 1px solid rgba(169, 169, 169, 0.5);
    margin: 5px;
    padding: 5px 10px;
}

.puces_videos .puce_videos.actif {
    background-color: rgba(37, 185, 215, 0.5);
}

.choix_emplacement {
    background-image: url("../img/placement_of_videos.png");
    width: 500px;
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
}


.choix_emplacement form {
    width: 500px;
    height: 950px;
    position: relative;
    margin-bottom: 50px;
}


.choix_emplacement form input[type=submit] {
    position: absolute;
    bottom: 0;
}


.choix_emplacement form > section > div {
    width: max-content;
    height: max-content;
    box-sizing: content-box !important;
}

.choix_emplacement form > section > div > input[type=checkbox] {
    -webkit-appearance: none;
    width: 186px;
    height: 116px;
    border-radius: 0;
    outline: none;
    position: relative;
    background: transparent;
}

.choix_emplacement form > section > div > input[type=checkbox]:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 0;
    border: 3px solid darkgray;
    position: absolute;
    top: 0px;
    right: 0;

}

.image_emplacement_placement_6_click {
    border: 3px solid darkgray;
    content: '';
    top: 3px;
    z-index: 100;
	width: 210px;
	height: 210px;
}

.image_emplacement_placement_6_click_checked {
	font-family: 'DigitalSignage4 Material Icons';
    content: "\e876";
    font-size: 3em;
    border: 3px solid #25b9d7;
    background: rgba(37, 185, 215, 0.15);
    bottom: 22px;
    right: 0;
    margin-right: 5px;
    padding: 0;
    font-weight: bold;
	width: 210px;
	height: 210px;
}

.choix_emplacement form > section > div > input[type=checkbox]:checked:before {
    border: 3px solid #25b9d7;
    background: rgba(37, 185, 215, 0.15);
    top: 3px;
    z-index: 100;
}

.choix_emplacement form > section > div > input[type=checkbox]:checked:after {
    font-family: 'DigitalSignage4 Material Icons';
    content: "\e876";
    font-size: 3em;
    position: absolute;
    bottom: 22px;
    right: 0;
    margin-right: 5px;
    padding: 0;
    font-weight: bold;
}

.choix_emplacement form > section > div:nth-child(1) {
    position: absolute;
    right: 56px;
    top: 77px;
}

.choix_emplacement form > section > div:nth-child(2) {
    position: absolute;
    right: 56px;
    top: 217px;
}

.choix_emplacement form > section > div:nth-child(3) {
    position: absolute;
    right: 42px;
    top: 646px;
}

.choix_emplacement form > section > div:nth-child(4) {
    position: absolute;
    right: 42px;
    top: 813px;
}


.choix_emplacement form > section > div:nth-child(5) {
    position: absolute;
    right: 287px;
    top: 284px;
}


.choix_emplacement form > section > div:nth-child(6) {
    position: absolute;
    right: 442px;
    top: 222px;
}

.choix_emplacement form > section > div:nth-child(6) > input {
    width: 46px;
    height: 46px;
}

.choix_emplacement form > section > div:nth-child(6) > input:after {
    font-size: 1.2em !important;
    bottom: 10px !important;
    right: -2px !important;
}

.gabarit_carrousel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gabarit_carrousel .DigitalSignage4_gabarit_card {
    margin: 0 2em 1em 0;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.gabarit_carrousel .DigitalSignage4_gabarit_card.selected video {
    width: 100%;
}

.reloadIcon {
    display: inline-block;
    position: absolute;
    height: max-content;
    margin: 0.25em;
    width: max-content;
    color: black;
    transform-origin: center;
}

.rotate_icon {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

#newLoadnewVideo {
    width: 100%;
    height: 30px;
    text-align: center;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(-360deg);
    }
}

.playlist .add_playlist {
    font-size: 3em;
    cursor: pointer;
}

.playlist .add_playlist:hover {
    color: #25b9d7;
}


.ds_auto .add_playlist {
    font-size: 3em;
    cursor: pointer;
}

.ds_auto .add_playlist:hover {
    color: #25b9d7;
}


.wrap_videos {
    display: flex;
    flex-wrap: wrap;
}

.add_playlist_video {
    width: 250px;
    height: max-content;
    background: #393939;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}


.video_in_playlist {
    cursor: grab;
}

.video_in_playlist:active {
    cursor: grabbing;
}

.video_in_playlist.in_drag::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(14, 144, 210, 0.49);
}

.video_in_playlist.fade_out_drag::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(14, 210, 40, 0.49);
    opacity: 1;
    animation: 1s fadeOut;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.add_playlist_video > .description_video {
    text-align: center;
    margin: 2px;
    padding: 2px;
    color: whitesmoke;
    font-size: 1.5em;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.add_playlist_video > .description_video > span:not(.DigitalSignage4_material-icons) {
    text-align: start;
    white-space: pre-line;
    max-width: 89%;
    overflow: auto;
}

.add_playlist_video > .description_video > .DigitalSignage4_material-icons {
    cursor: pointer;
}

.add_playlist_video > video {
    max-width: 100%;
    max-height: 100%;
}


#videos_playlist {
    border: 1px solid lightgrey;
    background: rgba(211, 211, 211, 0.26);
    padding: 10px;
}

a:hover {
    cursor: pointer;
}

.hide_tuto {
    max-height: 0 !important;
    overflow: hidden;
}

.DigitalSignage4_card .panel {
    width: max-content;
}

.DigitalSignage4_card .panel .tree-actions {
    margin-left: 10px;
}

.gabarits {
    display: flex;
    flex-wrap: wrap;
}

.gabarits .DigitalSignage4_gabarit {
    width: 183px;
    height: 115px;
    position: relative;
    margin: 15px 10px 15px 0;
    cursor: pointer;
}

.gabarits .DigitalSignage4_gabarit input {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    outline: none;
    position: relative;
    margin: 0 !important;
    z-index: 4;
    cursor: pointer;
}

.gabarits .DigitalSignage4_gabarit input:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 0;
    border: 3px solid darkgray;

}

.gabarits .DigitalSignage4_gabarit input:checked:before {
    border: 3px solid #25b9d7;
    background: rgba(37, 185, 215, 0.15);
    z-index: 100;
}

.gabarits .DigitalSignage4_gabarit video {
    width: 183px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

/*.DigitalSignage4_card input {*/
/*    max-width: 300px !important;*/
/*}*/

#product-images-dropzone {
    min-height: max-content !important;
}

#digitalSignageInfos {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1000;
}

#digitalSignageInfos > .digitalSignageInfo {
    width: 300px;
    min-height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: white;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

#digitalSignageInfos > .digitalSignageInfo.digitalSignageInfoError {
    background-color: #d99f9f;
}

#digitalSignageInfos > .digitalSignageInfo.digitalSignageInfoSuccess {
    background-color: #a9d7a9;
}

.specialColumn > section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.specialColumn > section > section {
    margin-right: 10%;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(128, 128, 128, 0.38);
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding-bottom: 0.7em;
}

table.priceFormat {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 100%;
}

.priceFormat td {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(128, 128, 128, 0.46);
    padding: 1em;
}

.inputError {
    background: #fdf6f6 !important;
    box-shadow: 0px 0px 2px 1px red !important;
}

#DigitalSignage4_videoDispo div.DigitalSignage4_creation_box.DigitalSignage4_video_dispo {
    position: relative;
}

#DigitalSignage4_videoDispo div.DigitalSignage4_creation_box.DigitalSignage4_video_dispo input[type='radio'] {
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 15px;
    width: 15px;
}

#DigitalSignage4_videoDispo div.DigitalSignage4_creation_box.DigitalSignage4_video_dispo input[type='radio']:before {
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
}
