@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* COLOR FOLDERS */
/* GENERAL */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

/* CURSORS */
.cursor-copy .folders-nav-list .file {
  cursor: copy; }

html, body {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  background: #282828; }
  body a {
    color: #ddd;
    font-weight: bold;
    text-decoration: none; }

header {
  background: #4d4d4d;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 90;
  overflow: hidden;
  border-bottom: 1px #383838 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }
  header.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .left_part, header .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 100%;
    margin-left: 10px;
    text-align: center; }
    header .logo svg {
      fill: #FFF;
      display: inline-block;
      width: 90%; }
  header .user-infos {
    margin-left: 15px; }
  header .menu-admin, header .delivery-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 18px; }
    header .menu-admin li:first-child, header .delivery-name li:first-child {
      margin-right: 10px; }
    header .menu-admin a, header .delivery-name a {
      padding: 10px;
      background-color: #444;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      header .menu-admin a:hover, header .delivery-name a:hover {
        background-color: #222; }
    header .menu-admin li + li, header .delivery-name li + li {
      margin-left: 5px; }
  header .delivery-name li {
    font-weight: bold; }
  header .user-profil {
    display: block;
    color: #ddd;
    width: 100px;
    height: 100%; }
    header .user-profil img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

/* CONTENT */
.container-fluid {
  width: 100%;
  height: 100%; }

.main-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%; }

.tag {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 28px;
  background: #777777; }

.tag-add {
  opacity: 0.5; }

.tag + .tag {
  margin-left: 10px; }

.tag-delete {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  border: none;
  margin-left: 5px;
  opacity: 0.5;
  display: none; }

.tag:hover .tag-delete {
  opacity: 1;
  display: inline-block; }

.btn {
  background: none;
  padding: 10px;
  color: #fff;
  background: #454545;
  border: 1px #646464 solid;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }
  .btn:hover {
    background: #616161; }
  .btn i + * {
    margin-left: 5px; }

.custom-select {
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  z-index: 90; }
  .custom-select span {
    background: none;
    padding: 10px;
    margin-right: 5px;
    color: #fff;
    background: #535353;
    /*border: 1px #383838 solid;*/
    border: none;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative; }
    .custom-select span i {
      margin-left: 5px; }
  .custom-select ul {
    background: #535353;
    color: #fff;
    padding: 5px;
    text-align: left;
    border-radius: 0 3px 3px 3px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%; }
    .custom-select ul li {
      padding: 10px;
      cursor: pointer;
      white-space: nowrap; }
      .custom-select ul li.active, .custom-select ul li:hover {
        background: rgba(255, 255, 255, 0.1); }
  .custom-select.open span {
    border-radius: 3px 3px 3px 0; }
  .custom-select.open ul {
    display: block; }

*[data-title] {
  position: relative; }
  *[data-title]:after {
    content: attr(data-title);
    display: block;
    position: fixed;
    z-index: 999;
    left: var(--mouse-x);
    top: var(--mouse-y);
    margin: 10px;
    padding: 10px;
    background: #333;
    font-size: 12px;
    color: #777;
    display: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    white-space: pre-wrap;
    line-height: 1.2;
    text-transform: none; }
  *[data-title]:hover:after {
    display: block;
    /*animation: slidein 0.3s ease-out;*/ }

@-webkit-keyframes slidein {
  from {
    opacity: 0%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes slidein {
  from {
    opacity: 0%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* SELECT PROJECTS */
.select-projects {
  height: 55px;
  line-height: 55px;
  background: #3f3f3f;
  color: #fff;
  display: block;
  border: none;
  /*border-top: 1px #383838 solid;*/
  /*border-bottom: 1px #383838 solid;*/
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  font-weight: bold;
  font-size: 16px;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
  cursor: pointer; }
  .select-projects p svg {
    margin-right: 10px;
    color: #777; }
  .select-projects p .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select-projects ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #383838;
    width: 100%; }
    .select-projects ul li a {
      display: block;
      font-size: 12px;
      height: 100%;
      padding: 0px 20px; }
      .select-projects ul li a i {
        margin-right: 10px;
        color: #555; }
  .select-projects.closed ul {
    display: none; }

/* FOLDER NAV */
.folders-nav {
  background: #4d4d4d;
  /*border-radius: 8px;*/
  /*margin-right: 20px;*/
  width: 22%;
  min-width: 300px;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .folders-nav a {
    color: #dddddd; }
  .folders-nav .close {
    position: absolute;
    z-index: 50;
    /*left: 100%;*/
    right: 0;
    top: 0%;
    background: #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #383838;
    font-size: 12px;
    cursor: pointer;
    height: 100%;
    padding: 10px;
    width: 30px;
    /*border-left: 1px #383838 solid;*/
    /*border-radius: 0 8px 8px 0;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .folders-nav .close:hover {
      background: #616161; }
  .folders-nav .folders-nav-list {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .folders-nav .folders-nav-list > ul {
      padding: 20px 0 20px 20px; }
    .folders-nav .folders-nav-list ul {
      font-size: 12px;
      width: auto; }
      .folders-nav .folders-nav-list ul svg {
        color: #ff025d; }
      .folders-nav .folders-nav-list ul ul {
        padding-left: 5px;
        margin-left: 15px;
        border-left: 1px rgba(255, 2, 93, 0.5) solid; }
        .folders-nav .folders-nav-list ul ul svg {
          color: #ffc600; }
        .folders-nav .folders-nav-list ul ul ul {
          border-left: 1px rgba(255, 198, 0, 0.5) solid; }
          .folders-nav .folders-nav-list ul ul ul svg {
            color: #8550ce; }
          .folders-nav .folders-nav-list ul ul ul ul {
            border-left: 1px rgba(133, 80, 206, 0.5) solid; }
            .folders-nav .folders-nav-list ul ul ul ul svg {
              color: #29023f; }
            .folders-nav .folders-nav-list ul ul ul ul ul {
              border-left: 1px rgba(41, 2, 63, 0.5) solid; }
    .folders-nav .folders-nav-list .list-group {
      display: none;
      -webkit-transition: max-height .3s ease-in-out;
      -o-transition: max-height .3s ease-in-out;
      transition: max-height .3s ease-in-out; }
      .folders-nav .folders-nav-list .list-group.open {
        display: block; }
    .folders-nav .folders-nav-list .file svg {
      color: white; }
      .folders-nav .folders-nav-list .file svg.fa-code {
        color: #29cb97; }
    .folders-nav .folders-nav-list li {
      position: relative;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .folders-nav .folders-nav-list a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 15px 10px 35px;
      text-decoration: none;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      outline: 0; }
      .folders-nav .folders-nav-list a:active, .folders-nav .folders-nav-list a:hover, .folders-nav .folders-nav-list a.active {
        background: #6b6b6b;
        border-radius: 3px; }
      .folders-nav .folders-nav-list a.loading:after {
        content: '';
        display: block;
        width: 30px;
        margin-left: 20px;
        background-image: url(../img/loader.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right; }
    .folders-nav .folders-nav-list .ico-type {
      margin-right: 5px;
      font-size: 14px;
      position: absolute;
      left: 10px;
      top: 10px; }
  .folders-nav.closed {
    width: auto;
    min-width: auto;
    padding-right: 30px; }
    .folders-nav.closed .select-projects, .folders-nav.closed .folders-nav-list {
      display: none; }
    .folders-nav.closed .close {
      /*border-radius: 8px;*/
      /*transform: translateX(100%);*/ }
  .folders-nav .close-mobile {
    position: absolute;
    left: 0;
    bottom: 0%;
    background: #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    color: #383838;
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    padding: 10px;
    width: 100%;
    border-left: 1px #383838 solid;
    /*border-radius: 0 8px 8px 0;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none; }

/* CONTENT */
.content {
  /*background: #fff;*/
  /*border-radius: 8px;*/
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #fff;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.content-breadcrumb {
  padding: 20px;
  font-size: 12px;
  color: #ccc;
  opacity: 0.5;
  display: none;
  /*border-bottom: 1px #f8f8fb solid;*/ }
  .content-breadcrumb span {
    padding: 0 10px; }
    .content-breadcrumb span + span {
      border-left: 1px #f8f8fb solid; }
    .content-breadcrumb span span:last-child {
      /*color: #000;*/ }

.content-title {
  margin-bottom: 20px;
  color: white;
  font-size: 26px;
  text-align: left;
  font-weight: 900;
  color: #777;
  letter-spacing: 2px; }

.content-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  text-align: center;
  overflow: auto; }
  .content-preview.no-bg:before {
    display: none; }
  .content-preview:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/ws-logo-anim1.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    z-index: -1;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes bounceIn {
  0%, 2%, 4%, 6%, 8%, 10% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  0.1% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  2% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  4% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  6% {
    opacity: .1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  8% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  10%, 100% {
    opacity: .1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 2%, 4%, 6%, 8%, 10% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  0.1% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  2% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  4% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  6% {
    opacity: .1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  8% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  10%, 100% {
    opacity: .1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.frame-visualiser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  height: 90%;
  margin: auto;
  text-align: center; }
  .frame-visualiser.full {
    width: 100%;
    height: initial;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .frame-visualiser.full .frame-visualiser-wrapper {
      width: 100%;
      height: 100%;
      max-width: initial;
      max-height: initial; }
    .frame-visualiser.full .resizers {
      height: 100%; }
  .frame-visualiser-wrapper {
    position: absolute;
    height: 100%;
    max-width: 90%;
    max-height: 75vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .frame-visualiser-wrapper.resizable {
      border: 2px dashed white; }
      .frame-visualiser-wrapper.resizable .resizer {
        display: block; }
    .frame-visualiser-wrapper .resizer {
      display: none; }
  .frame-visualiser .ad-iframe {
    width: 50vw;
    height: 50vh;
    display: none;
    margin: 20px;
    position: relative;
    opacity: 0; }
    .frame-visualiser .ad-iframe.in {
      opacity: 1; }
    .frame-visualiser .ad-iframe.maxSize100 {
      max-width: 100%;
      max-height: 100%; }
    .frame-visualiser .ad-iframe.full {
      width: 100%;
      height: 100%;
      margin: 0; }
    .frame-visualiser .ad-iframe iframe {
      width: 100%;
      height: 100%; }
    .frame-visualiser .ad-iframe:before {
      content: attr(frame-title);
      position: absolute;
      left: 0;
      top: 0;
      background: #777;
      font-size: 10px;
      letter-spacing: 1px;
      padding: 5px;
      opacity: 0.2;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
      transform: translate(0%, -100%); }
    .frame-visualiser .ad-iframe:hover:before, .frame-visualiser .ad-iframe:hover .new_tab {
      opacity: 1; }
    .frame-visualiser .ad-iframe .new_tab {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      height: 20px;
      background: #777;
      font-size: 10px;
      letter-spacing: 1px;
      padding: 5px;
      opacity: 0.2;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
      transform: translate(0%, -100%); }

.resizers {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.resizer {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white; }

.resizer.top-left {
  left: calc(12px / -2);
  top: calc(12px / -2);
  cursor: nwse-resize; }

.resizer.top-right {
  right: calc(12px / -2);
  top: calc(12px / -2);
  cursor: nesw-resize; }

.resizer.bot-left {
  left: calc(12px / -2);
  bottom: calc(12px / -2);
  cursor: nesw-resize; }

.resizer.bot-right {
  right: calc(12px / -2);
  bottom: calc(12px / -2);
  cursor: nwse-resize; }

.tools-frame {
  position: relative;
  padding: 10px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #454545;
  width: 100%;
  /*border-bottom: 1px #777 solid;*/
  /*display: none;*/ }
  .tools-frame hr {
    height: inherit;
    width: 10px;
    border: none;
    background: none;
    clear: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    .tools-frame hr.line {
      border-right: 1px rgba(255, 255, 255, 0.12) solid;
      height: 90%;
      margin-right: 15px; }
  .tools-frame .btn {
    background: none;
    padding: 10px;
    margin-right: 5px;
    color: #fff;
    background: #535353;
    /*border: 1px #383838 solid;*/
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative; }
  .tools-frame button {
    background: none;
    padding: 10px;
    margin-right: 5px;
    color: #fff;
    background: #535353;
    /*border: 1px #383838 solid;*/
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative; }
    .tools-frame button.active, .tools-frame button:hover {
      background: #616161; }
    .tools-frame button.active i {
      opacity: 0.5; }
  .tools-frame .btn i, .tools-frame a.btn {
    font-size: 14px; }
  .tools-frame .btn-select-list {
    position: absolute;
    z-index: 90;
    left: 0;
    top: 100%;
    width: auto;
    background: #616161;
    display: none; }
  .tools-frame .open .btn-select-list {
    display: block;
    max-height: 150px; }
  .tools-frame .btn-select-list li {
    padding: 10px;
    display: block;
    text-align: left; }
  .tools-frame .switch_view {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: white; }
    .tools-frame .switch_view.active {
      display: block;
      background: white; }
    .tools-frame .switch_view.desktop .desktop {
      display: none; }
    .tools-frame .switch_view.desktop .mobile {
      display: block; }
    .tools-frame .switch_view.mobile .desktop {
      display: block; }
    .tools-frame .switch_view.mobile .mobile {
      display: none; }
    .tools-frame .switch_view figure {
      height: 100%; }
    .tools-frame .switch_view img {
      display: block;
      width: auto;
      height: 100%; }

/* TOOL POPIN */
.tool-popin {
  display: none;
  padding: 10px;
  background: #454545;
  border-top: 1px #646464 solid; }
  .tool-popin.open {
    display: block; }
  .tool-popin hr {
    height: ingerit;
    width: 10px;
    border: none;
    background: none;
    clear: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .tool-popin p {
    display: inline-block;
    margin-right: 10px; }
  .tool-popin label {
    font-size: 12px;
    margin-right: 5px; }
  .tool-popin input {
    padding: 10px;
    color: #fff;
    display: inline-block;
    background: #535353;
    border: 1px #646464 solid;
    border-radius: 3px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 80px; }
    .tool-popin input[type="color"] {
      padding: 0;
      height: 30px;
      vertical-align: middle; }
    .tool-popin input[disabled] {
      opacity: 0.5; }
  .tool-popin.responsive-form span {
    font-size: 12px; }
  .tool-popin.responsive-form .submit-size {
    display: none; }

#tool-mockupbg li {
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px; }
  #tool-mockupbg li p {
    color: #777;
    padding-top: 5px; }
  #tool-mockupbg li:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    border: 2px white solid;
    vertical-align: bottom;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #tool-mockupbg li:hover:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    background: #777;
    border: 2px white solid;
    vertical-align: bottom;
    margin-right: 5px; }
  #tool-mockupbg li.active:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    background: #777;
    border: 2px white solid;
    vertical-align: bottom;
    margin-right: 5px;
    background: white; }

/* PREVIEW MOCKUPS */
.content-preview .frame-visualiser .preview-bg {
  width: 1100px;
  height: 900px;
  position: relative; }
  .content-preview .frame-visualiser .preview-bg .ad-iframe {
    position: absolute; }
    .content-preview .frame-visualiser .preview-bg .ad-iframe:before {
      opacity: 0; }
    .content-preview .frame-visualiser .preview-bg .ad-iframe:hover:before {
      opacity: 1; }

.bg-01 {
  background: url(../img/mockups-template/basic-multi-01.jpg) no-repeat center top; }
  .bg-01 .ad-iframe[width="300"] {
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(152px);
    -ms-transform: translateX(152px);
    transform: translateX(152px); }
  .bg-01 .ad-iframe[width="728"] {
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-276px);
    -ms-transform: translateX(-276px);
    transform: translateX(-276px); }

.bg-02 {
  background: url(../img/mockups-template/leboncoin-300x600.jpg) no-repeat center top;
  height: 1600px !important; }
  .bg-02 .ad-iframe {
    top: 611px;
    left: 50%;
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px); }

.bg-03 {
  background: url(../img/mockups-template/voici-horizontale.jpg) no-repeat center top; }
  .bg-03 .ad-iframe {
    top: 280px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important; }

.bg-bg- {
  background: url(../img/mockups-template/jeuxvideo-300x600&728x90.jpg) no-repeat center top;
  width: 1200px !important; }

.bg-04 .ad-iframe[width="728"] {
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 !important; }

.bg-04 .ad-iframe[width="300"] {
  top: 289px;
  left: 50%;
  -webkit-transform: translateX(242px);
  -ms-transform: translateX(242px);
  transform: translateX(242px);
  margin: 0 !important; }

.bg-05 {
  background: url(../img/mockups-template/flashresultats-multi.jpg) no-repeat center top; }
  .bg-05 .ad-iframe[width="728"] {
    top: 24px;
    left: calc( 50% - 1px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important; }
  .bg-05 .ad-iframe[width="160"] {
    top: 254px;
    left: 50%;
    -webkit-transform: translateX(329px);
    -ms-transform: translateX(329px);
    transform: translateX(329px);
    margin: 0 !important; }
  .bg-05 .ad-iframe[width="120"] {
    top: 542px;
    left: 50%;
    -webkit-transform: translateX(-481px);
    -ms-transform: translateX(-481px);
    transform: translateX(-481px);
    margin: 0 !important; }

/* MENU */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: left; }
  .main-menu li {
    display: block; }
    .main-menu li a {
      display: inline-block;
      padding: 0 20px;
      font-size: 12px;
      letter-spacing: 0.04rem;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: 0.4s ease-out;
      -o-transition: 0.4s ease-out;
      transition: 0.4s ease-out; }
      .main-menu li a:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        background: white;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.2;
        -webkit-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        transition: 0.4s ease-out; }
      .main-menu li a:hover:after {
        height: 4px; }
      .main-menu li a.active {
        background: rgba(0, 0, 0, 0.1); }
        .main-menu li a.active:after {
          height: 4px; }
      .main-menu li a:hover {
        background: rgba(0, 0, 0, 0.1); }

/* CONTENT TABLE */
.content .table-action {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: left; }

.content table {
  color: white;
  width: 100%;
  border-collapse: collapse; }
  .content table thead {
    text-transform: uppercase;
    font-size: 12px;
    color: #ccc;
    background: #4d4d4d; }
    .content table thead th:hover {
      background: rgba(255, 255, 255, 0.04); }
    .content table thead th i {
      opacity: 0; }
    .content table thead th:hover i {
      opacity: 1; }
    .content table thead .sortable {
      cursor: pointer; }
    .content table thead .sort {
      font-weight: bold; }
      .content table thead .sort i {
        opacity: 1; }
  .content table th {
    padding: 20px;
    text-align: left; }
  .content table td {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.04rem;
    vertical-align: middle; }
    .content table td figure {
      height: 30px;
      overflow: hidden; }
      .content table td figure img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        height: 100%; }
  .content table tbody tr {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .content table tbody tr:nth-child(even) {
      background: rgba(255, 255, 255, 0.02); }
    .content table tbody tr:hover {
      background: rgba(255, 255, 255, 0.04); }
  .content table .client_with_img div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content table .client_with_img figure {
    margin-right: 10px; }
  .content table .delete {
    width: 200px;
    padding: 0;
    text-align: center; }
    .content table .delete svg {
      height: 1.5em;
      width: 1.5em; }

/* LOGIN FORM */
.login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .login-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    padding: 45px;
    background: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
  .login-page input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border: none;
    outline: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #FFFFFF; }
    .login-page input + input {
      margin-top: 15px; }
    .login-page input[type=submit] {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
      background-color: #FFFFFF; }
  .login-page span {
    display: block;
    font-size: 11px;
    color: tomato; }
    .login-page span + input {
      margin-top: 15px; }

/* ADMIN FORMS */
.form-clients,
.form-accounts,
.form-users {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }
  .form-clients.active,
  .form-accounts.active,
  .form-users.active {
    display: block; }
  .form-clients .form-close,
  .form-accounts .form-close,
  .form-users .form-close {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .form-clients form,
  .form-accounts form,
  .form-users form {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 40%;
    max-width: 400px;
    max-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #4d4d4d;
    color: #FFFFFF; }
    .form-clients form p,
    .form-accounts form p,
    .form-users form p {
      font-size: 24px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(133, 133, 133, 0.7);
      line-height: 36px; }
    .form-clients form > input, .form-clients form .file_field,
    .form-accounts form > input,
    .form-accounts form .file_field,
    .form-users form > input,
    .form-users form .file_field {
      height: 40px;
      border: 1px solid rgba(133, 133, 133, 0.7);
      background-color: #4d4d4d;
      color: white;
      padding-left: 10px; }
      .form-clients form > input:last-child, .form-clients form .file_field:last-child,
      .form-accounts form > input:last-child,
      .form-accounts form .file_field:last-child,
      .form-users form > input:last-child,
      .form-users form .file_field:last-child {
        background-color: #444;
        color: white;
        margin-top: 20px; }
    .form-clients form .checkbox_field,
    .form-accounts form .checkbox_field,
    .form-users form .checkbox_field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .form-clients form .file_field,
    .form-accounts form .file_field,
    .form-users form .file_field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-clients form input[type=submit],
    .form-accounts form input[type=submit],
    .form-users form input[type=submit] {
      cursor: pointer; }

/* MESSAGE GENERIQUES */
.alert-messages {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  left: 0;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  z-index: 90; }
  .alert-messages.success {
    background: #49c97e; }
  .alert-messages.warning {
    color: #FFF;
    background: orange; }
  .alert-messages.error {
    background: red; }
    .alert-messages.error-light {
      background: rgba(255, 0, 0, 0.4); }
  .alert-messages .list-accounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    width: 75vw;
    margin: 0 auto; }
    .alert-messages .list-accounts li {
      margin: 5px;
      padding: 0 5px;
      background-color: rgba(0, 0, 0, 0.2); }

/* MOBILE */
@media screen and (max-width: 1024px) {
  .main-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .folders-nav {
    /*margin-bottom: 40px;*/
    width: 100%; }
    .folders-nav .close {
      display: none; }
    .folders-nav .close-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .folders-nav.closed {
      padding-bottom: 30px;
      padding-right: 0; } }
