@font-face {
  font-family: NotoSans;
  src: url("fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: NotoSerif;
  src: url("fonts/NotoSerif-Regular.ttf") format("truetype");
}

/* BASIC */
:root {
  --label: #673041;
  --OK: #3b7273;
  --KO: #8a5462;
  --OKthird: #7aa8a9;
  --KOthird: #faa;
  --infothird: #9cc2c2;
  --secondary: #314968dd;
  --third: #314968;
  --third22: #31496822;
  --thirdhover: #2d5e5f;
  --music: #9cc2c2;
  --char: #fff;
  --char1: #f5f5f5;
  --char2: #eeeeee;
  --char3: #dddddd;
  --char4: #a0b1cc;
  --char5: #000;
  --char6: #647995;
  --char7: #777;
  --char8: #222;
  --char9: #999;
  --sidebar: 260px;
  --textlogo: var(--char);
  --textlogohover: var(--char);
  --imglogo: var(--music);
  --imglogohover: var(--char);
  --taillelogo: 150px;
  --main: linear-gradient(109.6deg, rgb(30 36 44) 11.2%, rgb(10 23 37) 51.2%, rgb(0, 0, 0) 98.6%);
  --main2: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);
  --select: #2d5e5f;
  --cancel: #673041;
  --back0: #fafafa;
  --back1: #fbfbd4;
  --back2: #294973;
  --back3: #ffffff;
  --back4: #5281bf;
  --back5: #ededed;
  --border: #cccccc;
  --button: #3b7273;
  --button2: #314968;
  --passed: #ededed;
  --read: #314968;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: calc(100% - 1px);
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--char1);
}

html,
body {
  width: auto !important;
  overflow-x: hidden !important
}

body.login {
  background: var(--third);
  color: var(--char1);
}

::-webkit-scrollbar-track {
  background-color: var(--char9);
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar {
  width: 10px;
}

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-thumb {
  background-color: var(--char8);
}

/* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
  background-color: var(--char9);
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
  background-color: var(--char9);
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

a {
  text-decoration: none;
  transition: color 0.5s ease;
  color: var(--char1);
}

.small {
  display: none;
}

.formbottom a {
  color: var(--char8);
}

h1 {
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}

h2 {
  font-weight: normal;
  font-size: 22px;
}

h3 {
  font-weight: normal;
  font-size: 18px;
}

ul,
ol {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}

label {
  color: var(--select);
  font-style: italic;
}

img {
  max-width: 100%;
}

.box-liste {
  border-radius: 5px;
  box-shadow: rgba(var(--borderhover), 0.133) 0px 1.6px 4.6px 0px, rgba(var(--borderhover), 0.11) 0px 2.3px 3.9px 0px;
  overflow: hidden;
  padding: 5px;
  padding-top: 0;
  position: relative;
  transition: box-shadow 0.1s ease 0s;
  margin-bottom: 10px !important;
  background: var(--third);
  color: var(--char1);
}

.blwhite {
  background: white;
}

.box-liste:hover {
  box-shadow: var(--borderhigh) 1px 1px 0px 2px;
}

.box-liste .card:hover {
  background: var(--select);
}
summary.assoc {
  padding-left: 30px;
  font-size: 18px;
  color: var(--infothird);
  overflow: hidden;
  border-bottom:1px dotted var(--char4);

}

summary.firstdetail {
  display: list-item;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 0px 0px 10px;
  border-bottom: 1px dotted var(--char7);
}

summary.firstdetail::marker {
  color: var(--main);
}

/* TABLES */

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
}

th {
  text-align: left;
  padding: 15px;
  font-weight: normal;
}

/* FORM */
input::placeholder {
  color: var(--char1) !important;
  opacity: 0.7;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number] {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--char);
  background: var(--third);
  color: var(--char1);
  padding: 5px;
  width: 100%;
  color-scheme: dark;
  border-color: light-dark(rgb(118, 118, 118), #a8bbc9);
}

input[type=date],
input[type=time] {
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--char);
  background: var(--third);
  color: var(--char1);
  padding: 5px;
  width: 49%;
  color-scheme: dark;
  border-color: light-dark(rgb(118, 118, 118), #a8bbc9);
}

textarea {
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--char);
  background: var(--third);
  color: var(--char1);
  padding: 5px;
  width: 100%;
  min-height: 250px;
  border: 2px inset;
  color-scheme: dark;
  border-color: light-dark(rgb(118, 118, 118), #a8bbc9);
}

input[type=submit],
input[type=button] {
  font-family: NotoSans, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: var(--OK);
  color: var(--char);
  border-radius: 5px;
  transition: background 0.5s ease;
}

input[type=submit].alert,
input[type=button].alert,
button.alert,
.button.alert {
  background: var(--label);
}

input[type=submit]:hover,
input[type=button]:hover {
  color: var(--select);
}

input[type=submit].active,
input[type=button].active,
button.active,
.button.active {
  background: var(--char7);
}

select {
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--char);
  background: var(--third);
  color: var(--char1);
  padding: 5px;
  width: 100%;
  border: 2px inset;
  color-scheme: dark;
  border-color: light-dark(rgb(118, 118, 118), #a8bbc9);
}

/* UTIL */

ul.no_bullet {
  list-style: none inside;
}

/* TABS */
ul.tabs {
  list-style: none inside;
  overflow: hidden;
  position: fixed;
  top: 54px;
}

ul.tabs li {
  float: left;
  margin-right: 5px;
}

ul.tabs a {
  display: block;
  margin-bottom: 15px;
  height: 28px;
}

.fig {
  max-width: 700px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.cke_button__maximize {
  right: 10px !important;
  position: absolute !important;
  background: var(--char) !important;
}

.cke_button__maximize:hover {
  background: var(--music) !important;
}

.cke_button_on {
  background: var(--music) !important;
}

.cke_path_item,
.cke_path_empty {
  display: none !important;
}

.cke_bottom {
  min-height: 18px !important;
}

/* ALERT */

#msg p {
  padding: 5px;
  font-size: 12px;
}

.alert-box.success,
#msg.success {
  background: var(--third);
  color: var(--OKthird);
  border: 1px solid var(--OKthird);
}

.alert-box.error,
#msg.error {
  background: var(--third);
  color: var(--KOthird);
  border: 1px solid var(--KOthird);
}

.alert-box {
  background: var(--third);
  color: var(--char);
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 8px;
  margin-top: 110px;
}

.alert-box p {
  margin: 0;
}

.alert-box .close {
  display: none !important;
}

#alert .alert-box {
  margin: 0;
  border-radius: 0;
  z-index: 5000;
  position: fixed;
  left: var(--sidebar);
  width: calc(100% - var(--sidebar));
  height: 18px;
  line-height: 7px;
}

/* STRUCTURE */

#login {
  background: var(--char);
  padding: 15px;
  width: 100%;
  max-width: 400px;
  margin: 60px auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.just_using {
  text-align: center;
  margin-top: 0px;
}

#container {
  width: 100%;
  height: 100%;
}

#body {
  height: 100%;
}

.slicknav_menu {
  display: none;
}

#sidebar {
  width: var(--sidebar);
  position: fixed;
  float: left;
  padding: 15px;
  padding-top: 0px;
  height: 100%;
  display: block;
  background: var(--main2);
}

#content_mask {
  height: 100%
}

#content {
  width: calc(100% - var(--sidebar));
  ;
  float: left;
  background: var(--char);
  color: var(--third);
  padding: 0px;
  margin-left: var(--sidebar);
  min-height: 100%;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.buttonDel,
.buttonRC {
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  height: 30px;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: var(--label);
  color: var(--char) !important;
  transition: background 0.5s ease;
  border-radius: 12px;
  margin-left: 15px;
  min-width: 120px;
  text-align: center;
}

button,
.button {
  font-family: NotoSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  height: 30px;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: var(--OK);
  border: 1px solid var(--char1);
  color: var(--char);
  white-space: nowrap;
  border-radius: 12px;
  transition: background 0.5s ease;
  min-width: 120px;
  text-align: center;
}

.buttonL,
.buttonSL,
.buttonR,
.buttonSR,
.buttonDel,
.buttonRC {
  font-family: 'NotoSans';
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  height: 30px;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 1px solid var(--char1);
  cursor: pointer;
  background: var(--button);
  color: var(--back3) !important;
  transition: background 0.5s ease;
  white-space: nowrap;
  min-width: 120px;
}

button:hover,
.button:hover,
.buttonDel:hover,
.buttonL:hover,
.buttonSL:hover,
.buttonR:hover,
.buttonSR:hover,
.buttonRC:hover {
  background: var(--third) !important;
  color: var(--char1) !important;
  border: 1px solid var(--char1) !important;
}

.buttonL {
  width: 220px;
}

.buttonR,
.buttonSR,
.buttonRC {
  margin-left: 15px;
}

.buttonR {
  width: 220px;
}

.buttonDel {
  /* bouton à droite et black */
  background: var(--char8);
  border: 1px solid var(--char1);
  margin-right: 15px;
}

.buttonRC {
  /* bouton à droite et cancel */
  background: var(--cancel);
}

.tabs .button.active {
  background: var(--char);
  border: 1px solid grey;
  border-bottom: 0;
  color: black;
  height: 28px;
  margin: 0;
  border-radius: 0;
}

.tabs .button {
  height: 28px;
  margin: 0;
  border-radius: 0;
  color: var(--char);
  background: var(--char7);
}

.entete2 .button {
  background: var(--third);
  color: var(--char1);
  margin-right: 10px;
  width: fit-content;
}

.tiny {
  min-width: fit-content;
  width: fit-content;
}

/* Lightbox */

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
}

.lightbox .lb-dataContainer {
  padding-top: 10px;
}

.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.lightbox a img {
  border: none;
}

.lightbox .lb-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

/* MENU */
.entete {
  height: 96px;
  right: 0;
  position: fixed;
  width: calc(100% - var(--sidebar));
  background: var(--main2);
  color: var(--char);
  border-bottom: solid 1px grey;
  padding-left: 15px;
  z-index: 300;
}

.fixedbottom,
.pied {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 55px;
  width: calc(100% - var(--sidebar));
  background: var(--main);
  border-top: solid 1px grey;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 300;
  color: var(--char1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form {
  margin-bottom: 50px;
  padding-top: 15px;
  color: var(--third);
}

.info {
  color: var(--infothird);
  border: 1px solid var(--infothird);
}

.supp {
  float: unset;
  margin-left: 10px;
  margin-right: 0;
}

.entete2 {
  width: calc(100% - var(--sidebar));
  position: fixed;
  top: 95px;
  background: var(--char);
  color: var(--third);
  height: 47px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 14px;
  margin: 0;
  z-index: 100;
}

.tablegen {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 53px;
  background: var(--third);
  color: var(--char1);
}

.tablegen tr {
  height: 45px;
  border-bottom: 1px dotted var(--char9);
}

.tablegen tr:has(a.draft) {
  background: var(--char6);
}

.tablegen tr:has(a.archived) {
  background: var(--char4);
}

.tablegen tr:has(a.closed) {
  background: var(--back4);
}

.tablegen td:first-child {
  padding-left: 10px;
  font-weight: normal;
}

.tablegen tbody tr:hover {
  background: var(--select);
}

.tablegen tbody tr:hover td div {
  color: var(--infothird) !important;
}

.tablegen thead {
  position: sticky;
  top: 140px;
  background: var(--main2);
}

.tablegen tfoot {
  display: none;
  position: sticky;
  bottom: -1px;
}

.tabs-content {
  margin-top: 95px;
  z-index: 200;
  position: relative;
  min-height: calc(100vh - 150px);
}

.backup-admin .tabs-content,
.presentation-admin .tabs-content,
.room-admin .tabs-content {
  background: var(--main2);
  color: var(--char1);
}

#sidebar h2 {
  color: var(--char2);
  margin-bottom: 0;
}

#navigation,
#docs,
#config,
#tools,
#tutos,
#session {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation a,
#docs a,
#config a,
#tools a,
#tutos a,
#session a {
  padding: 5px 0;
  border-bottom: 1px dotted var(--char6);
}

#navigation li:last-child a {
  border-bottom: 0;
}

#sidebar a {
  display: block;
  color: var(--char2);
  padding: 5px;
}

#sidebar li.active a,
#sidebar a:hover {
  background: var(--third);
  color: var(--char1);
}

#header_content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px;
}

#headerLogo {
  height: var(--taillelogo);
  width: var(--taillelogo);
  min-width: var(--taillelogo);
  margin-left: 40px;
}

#headerLink {
  display: block;
  position: absolute;
  height: var(--taillelogo);
  min-width: var(--taillelogo);
}

#headerLogoPaint {
  position: absolute;
  top: 0;
  height: var(--taillelogo);
  min-width: var(--taillelogo);
  background-color: var(--imglogo);
  -webkit-mask: url(images/Logo.svg) no-repeat center;
  mask: url(images/Logo.svg) no-repeat center;
  mask-size: var(--taillelogo);
}

#anntable {
  margin-bottom: 60px;
}

.iconsize {
  width: 50px;
  height: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plumes-admin td:first-child {
  width: 50px;
}

.plumes-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.concerts-admin td:nth-child(2) {
  width: 120px;
}

.concerts-admin td:nth-child(3) {
  width: 120px;
}

.concerts-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.informations-admin td:last-child {
  width: 150px;
  line-height: 30px;
}

.presentation-admin td:nth-child(2) {
  width: 300px;
}

.presentation-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.music-admin td:first-child {
  width: 120px;
  line-height: 30px;
}

.music-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.video-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.photos-admin td:last-child {
  width: 120px;
  line-height: 30px;
}

.annuaire-admin td:last-child {
  width: 150px !important;
}

.backup-admin td:first-child {
  width: 150px !important;
}

.backup-admin td:last-child {
  width: 160px !important;
  line-height: 30px;
}

.backup-admin td:nth-child(2) {
  width: 200px !important;
}

.backup-admin td:nth-child(3) {
  width: unset !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box
}

.slicknav_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 1001;
  margin: 3px 5px 6px 5px;
  padding: 10px 10px 6px 10px;
  width: fit-content;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0px;
  background-color: var(--third);
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: var(--char);
  font-weight: 700;
  text-shadow: 0 1px 3px var(--char)
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
  display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {
  zoom: 1;
  font-size: 25px;
  background: var(--char4);
  padding: 5px;
  padding-left: 0;
  padding-bottom: 0px;
  height: calc(100% - 52px);
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0
}

.slicknav_menu .slicknav_icon-bar {
  background-color: var(--char)
}

.slicknav_nav {
  display: none;
  width: 100vw;
  overflow-y: auto;
  background: var(--main);
  clear: both;
  color: var(--char1);
  margin: 0;
  font-size: calc(min(20px, 4.5vw));
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 67px) !important;
}

.slicknav_nav ul {
  margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--char3);
  color: var(--char)
}

.slicknav_nav a {
  display: flex;
  text-decoration: none;
  border-top: 1px solid var(--third);
  align-items: center;
  flex-direction: row;
  height: 43px;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: var(--third);
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_brand {
  float: left;
  color: var(--char);
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px
}

.slicknav_nav a span.menuitem {
  padding-left: 25px;
}

.slicknav_nav li {
  border-bottom: 1px solid var(--char3);
}

.slicknav_menu {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 68px;
  top: 0;
  z-index: 999;
}

.slicknavitem:hover a {
  background: var(--third);
  color: var(--char);
}

/* ROLLER* */
.fond {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -200;
  background: var(--main2);
}

.lds-roller {
  display: inline-block;
  position: fixed;
  top: calc(50vh - 40px);
  left: calc(50vw - 40px);
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--char);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

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

/* MOBILE */

@media only screen and (max-width: 1000px) {

  .concerts-admin td:nth-child(2),
  .concerts-admin td:nth-child(3),
  .concerts-admin th:nth-child(2),
  .concerts-admin th:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {

  #entete_shortcuts,
  .just_using {
    display: none !important;
  }

  .entete h2 {
    white-space: wrap;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
  }

  .small {
    display: block;
  }

  .large {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  #sidebar {
    display: none;
  }

  .tablegen {
    margin-top: 115px;
  }

  #content {
    padding: 0;
  }

  form {
    padding-top: 1px;
  }

  .tabs-content {
    margin-top: 68px;
  }

  .entete2 {
    top: 68px;
  }

  .fixedbottom,
  .pied {
    font-size: 11px;
  }

  button,
  .button,
  .buttonL,
  .buttonSL,
  .buttonR,
  .buttonSR,
  .buttonDel,
  .buttonRC {
    font-size: 11px;
    padding: 5px 10px;
    min-width: 60px;
    margin: 0px;
  }

  .annuaire-admin td:last-child {
    width: 50px !important;
  }

  .annuaire-admin thead {
    display: none;
  }

  .entete {
    max-height: 68px !important;
    height: 68px !important;
    display: flex !important;
    padding-left: 70px !important;
    justify-content: center !important;
  }

  #headerLogo {
    margin-left: 4px;
    margin-bottom: 55px;
    top: 15px;
  }

  #sidebar {
    padding: 0;
  }

  #sidebar a {
    font-size: 20px;
    text-align: center;
    margin: 5px;
  }

  #navigation a,
  #config a,
  #tools a,
  #session a {
    border: 1px solid var(--char6);
    border-radius: 8px;
  }

  #docs {
    display: none;
  }

  .button.alert {
    display: none;
  }

  .plumes-admin td:last-child {
    width: unset;
  }

  .concerts-admin td:nth-child(2),
  .concerts-admin td:nth-child(3),
  .concerts-admin th:nth-child(2),
  .concerts-admin th:nth-child(3) {
    display: none;
  }

  .concerts-admin td:last-child {
    width: unset;
  }

  .informations-admin td:last-child {
    width: unset;
  }

  .presentation-admin td:nth-child(2),
  .presentation-admin th:nth-child(2) {
    display: none;
  }

  .presentation-admin td:last-child {
    width: unset;
  }

  .music-admin td:first-child {
    width: 115px;
    line-height: 30px;
  }

  .music-admin td:last-child,
  .music-admin th:last-child {
    width: unset;
    text-align: right;
  }

  .music-admin td:nth-child(2),
  .music-admin th:nth-child(2) {
    display: none;
  }

  .video-admin td:last-child,
  .video-admin th:last-child {
    width: unset;
    text-align: right;
  }

  .video-admin td:nth-child(2),
  .video-admin th:nth-child(2) {
    display: none;
  }

  .backup-admin td:first-child {
    width: 100px !important;
  }

  .backup-admin td:last-child {
    width: unset;
  }

  .backup-admin td:nth-child(2) {
    width: 200px !important;
  }

  .backup-admin td:nth-child(3) {
    width: unset !important;
  }

  .cke_top {
    display: none !important;
  }

  :root {
    --sidebar: 0px;
    --taillelogo: 43px;
  }
}
