input[type='text'],
input[type='file'] {
  padding: 2px 2px;
  border: 1px solid rgb(118, 118, 118);
}
td {
  font-size: 11px;
  font-family: Verdana;
}
.titre a,
.titre a:hover {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.connexion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
a.user-logout {
  color: white;
  margin-left: 6px;
  font-weight: bold;
}
a.user-logout:hover {
  color: #94b10e;
  text-decoration: none;
  background-color: #ffffff;
}
.alert {
  color: #c00;
}
.note {
  color: #5b5b5b;
  font-size: 9px;
}
tr.color1 {
  background-color: #e7e7e7;
}
tr.color2 {
  background-color: #fff;
}
td.contour {
  border: solid 1px #000;
}
.small {
  font-size: 12px;
}
.medium {
  font-size: 16px;
}
.large {
  font-size: 20px;
}
td.texte {
  background-color: #e7e7e7;
  text-align: justify;
  padding: 10px;
}
img.vignette {
  vertical-align: middle;
  margin: 5px;
}
a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.verdana {
  font-size: 12px;
  font-family: Verdana;
}
.times {
  font-size: 14px;
  font-family: Times;
}
.courier {
  font-size: 14px;
  font-family: Courier;
}
.blanc {
  color: #fff;
}
.noir {
  color: #000;
}
.rouge {
  color: #f00;
}
.violet {
  color: #60c;
}
.bleu {
  color: #00f;
}
.jaune {
  color: #ff0;
}
.rose {
  color: #f3f;
}

.maincontainer {
  width: 790px;
  margin: 50px auto;
}
.maincontent {
  width: 100%;
}
.maincontainer,
.maincontent {
  max-width: 100%;
}
.maincontent .mainimg {
  display: flex;
  justify-content: center;
}
.mainimg img {
  height: auto;
  max-width: 100%;
}
[data-sp] audio {
  width: 300px;
  margin-bottom: 10px;
}
.usermixes {
  vertical-align: top;
}
.user-banner .user-infos {
  display: flex;
  justify-content: center;
  font-weight: 400;
}
.user-banner .user-infos .icn-user {
  font-size: 0;
  width: 12px;
  margin-right: 4px;
}
.user-banner {
  padding: 0 6px 0 10px;
  display: flex;
  justify-content: space-between;
}
table.sub-items .sub-item-actions a {
  font-weight: 700;
}
table.conf-header {
  max-width: 100% !important;
}
table.settings-items .settings-item td {
  width: 50%;
}
.footer {
  width: 100%;
}
.footer td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
}

.lb {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lb .lb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb .lb-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Verdana, sans-serif;
  color: white;
  text-decoration: none;
  padding: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.lb .lb-caption {
  padding: 4px;
  text-align: center;
  margin-top: 10px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-color: #e7e7e7;
}
.lb .lb-content {
  max-width: 100%;
  width: 700px;
  height: 550px;
}
.lb .lb-content iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 789px) {
  tr.maincontent-top {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }
  .maincontainer {
    width: 100%;
    max-width: 100%;
  }
  .maincontent .gallery {
    order: 2;
    width: 100% !important;
  }
  .maincontent .mainimg {
    order: 1;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ddd;
  }
  .user-banner {
    padding-top: 6px;
    padding-bottom: 6px;
    flex-direction: column;
  }
  .user-banner .user-infos {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #bdcb7a;
  }
  .sub-newuser {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  .sub-newuser img {
    max-width: 100% !important;
    height: auto !important;
  }
  .sub-newuser > td {
    width: 100% !important;
    height: auto !important;
  }
  .sub-newuser .sub-newuser-form {
    margin-bottom: 10px;
  }
  .sub-newuser .sub-newuser-form table td:first-of-type {
    width: 30% !important;
  }
  .sub-newuser .sub-newuser-form table td:last-of-type {
    width: 70% !important;
  }
  table.sub-items,
  table.settings-items {
    width: 90% !important;
  }
  table.sub-useritem {
    width: 100%;
  }
  .footer tr td {
    display: block;
    text-align: right;
  }
}
@media (max-width: 599px) {
  .connexion {
    padding: 4px 0;
    flex-direction: column;
    gap: 4px;
  }
  .connexion div span {
    display: none;
  }
  table.sub-items,
  table.settings-items {
    width: 100% !important;
  }
  table.settings-items .settings-item td:first-of-type {
    width: 30%;
  }
  table.settings-items textarea,
  table.settings-items input[type='text'] {
    width: 100% !important;
    max-width: 100% !important;
  }
  table.sub-items tr:not(.sub-items-header) td:first-of-type {
    width: calc(100% - 100px) !important;
  }
  table.sub-items tr:not(.sub-items-header) td:last-of-type {
    width: 100px !important;
  }
  table.sub-items .sub-item-actions > div {
    display: flex;
    flex-direction: column;
  }
  table.sub-items .sep {
    display: none;
  }
  table.sub-useritem input[type='text'] {
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
  }
}
@media (max-width: 460px) {
  td.mainimg img,
  td.texte,
  .bandeau,
  .bandeau > table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
