body, html {
  height: 100%;
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #4a4e4f #000;
  background-color: #000;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-y: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* FOOTER*/
#footer {
  width: 100vw;
  display: none;
  margin: 0px 0 20px 0;
  color: #111;
}
#footer h1 {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 5px 5px 0;
  padding: 5px;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #111;
  border-radius: 10px;
  transition: 0.3s
}
#footer h1:hover {
	background-color: #111;
  color: #cecccd;
}
#footer h3 {
  margin: 0;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-weight: 200;
}
#listliens {
  text-align: center;
  margin: auto;
  width: 20%;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  color: #111;
}
#listliens p {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 0.6em;
}
/* ENTETE*/
#entete {
  width: 100vw;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 0 0;
  justify-content: space-between;
}
#entete p {
  margin: 0 25px 0 0;
  text-align: right;
  font-size: 0.8em;
}
#logo {
  width: 70px;
  margin: 0 0 20px 0;
}
#copains {
  margin: 30px 0 0 5px !important;
}
/* COLONNES MOZAIQUE*/
.colonne {
  width: 247px;
  padding: 0 25px 20px 25px;
  margin: 25px 0 20px 0;
  display: flex;
  flex-direction: column; /* empile les div */
}
.colonne p {
  text-align: left;
}
#dropcol {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 0;
  justify-content: space-between;
}
#index {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #68668AC;
  top: 0;
  padding: 0 0 0 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  scroll-behavior: smooth;
}
#credit {
  margin: 20px 5px !important;
}
#audio-table {
  margin: 20px 0px;
}
img, iframe {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ////////////////////////////////// Bloc de la grille */
.grid {
  display: none;
  margin: 0 0 40px 0;
  padding: 25px 0 0 0;
  width: calc(100% - 265px) !important;
}
.grid-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 530px;
  padding-bottom: 0;
  text-align: center;
}
.grid-item:hover .title {
  opacity: 1;
  transition-delay: 0s;
}
.title {
  position: absolute;
  background: #cecccd;
  color: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* invisible par défaut */
  transition: opacity 0.3s ease 0.3s; /* animation douce */
  padding: 5px;
  border: solid 2px #cecccd;
  border-radius: 10px;
  cursor: pointer;
}
.elementsTXT, .elementsTXT img, .elementsTXT h1, .elementsTXT h2, .elementsTXT p {
  width: 530px;
  text-align: center;
}
.elementsTXT img, .elementsLIST img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.elementsTXT, .elementsLIST {
  border: none;
  margin: 0px 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
.elementsLIST p {
  display: inline-block;
  font-size: 0.7em;
  margin: 0 0 5px 0;
  font-weight: 400;
  padding: 5px !important;
  border: solid 2px #111;
  border-radius: 10px;
  width: inherit;
  transition: background-color 0.5s ease, color 0.5s ease;
	text-transform: uppercase;
}
.elementsLIST p:hover {
  background-color: #111; /* couleur au survol */
  color: #cecccd;
}
.elementsLIST2 p {
  font-size: 0.7em;
  padding: 0;
  margin: 0 0 0px 0;
  text-align: left;
}
section {
  background: rgba(255, 255, 255, 0.0);
  margin: 0;
  padding: 10px 0px 0px 0px;
}
.elementsTXT, .elementsLIST {
  cursor: pointer;
}
.elementsTXT img, .elementsDEF img, .elementsQUOTE img {
  border: none;
  padding: 0;
  filter: saturate(0) hue-rotate(0);
}
.grid-item:hover .imgtxtbottom, .grid-item:focus .imgtxtbottom, .grid-item:active .imgtxtbottom {
  filter: saturate(1) hue-rotate(0);
}
/* ////////////////////////////////// CONTENU PAGE CHARGE */
#drop {
  position: fixed;
  top: 0;
  cursor: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #68668AC;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}
#contenu {
  min-width: 900px;
  max-width: 1450px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto 20px auto;
  padding: 0 20px;
}
#barretitre {
  min-width: 900px;
  max-width: 1450px;
  margin: 40px auto 20px auto;
  display: flex;
  justify-content: space-between; /* gauche/droite */
  align-items: center;
  padding: 0 20px;
}
#titre {
  display: flex;
  justify-content: flex-start; /* pousse tout le contenu à droite */
  align-items: center;
  gap: 5px;
}
#titre h1 {
  margin: 0;
  padding: 10px;
  font-size: 1.5em;
  border: 2px solid #111;
  border-radius: 10px;
  width: fit-content;
}
#fermeture {
  display: flex;
  justify-content: flex-end; /* pousse tout le contenu à droite */
  align-items: center;
  gap: 5px;
}
#fermeture p {
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em;
  word-break: break-all;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 5px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
#fermeture p:hover {
  color: #cecccd;
  background-color: #111;
}
#lestextes, #titre {
  max-width: 600px;
  min-width: 380px;
  margin: 0;
  padding: 0;
}
#lestextes {
  flex: 1;
  display: flex; /* active flexbox */
  flex-direction: column;
  padding: 0 20px 0 0;
}
#lestextes table {
  font-size: 0.9em !important;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 17px;
  word-break: break-word;
}
#lestextes td {
  /*border: solid 1px #000000;*/
  word-break: break-word;
}
#lestextes h4 {
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 1em;
}
#lestextes h5 {
  font-size: 1.5em;
  cursor: pointer;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 200;
}
#lestextes p {
  text-align: left;
  font-size: 0.9em;
  margin: 0 0 20px 0;
  line-height: 1.1em;
  padding: 0;
}
.cadre {
  font-size: 0.9em !important;
  margin: 0px 0 40px 0;
  border: 0px solid #111;
  border-radius: 10px;
  padding: 0;
}
.clefs, .clefscv {
  display: inline-block;
  padding: 5px !important;
  color: #111 !important;
  border: 1px solid #111;
  border-radius: 10px;
  width: fit-content;
  margin: 0 0 5px 0 !important;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.clefs:hover {
  color: #cecccd !important;
  background-color: #111 !important;
}
.lies {
  padding: 0px !important;
  color: #111 !important;
  width: fit-content;
  margin: 0 0 5px 0 !important;
  padding-bottom: 5px !important;
}
.bottom {
  margin-top: auto !important;
  margin: 0;
}
.Ttable {
  width: 95px;
  font-weight: 600;
}
td {
  vertical-align: top
}
.up {
  font-size: 1em !important;
  cursor: pointer;
  text-align: right;
  margin-top: 10px !important;
  font-weight: 200;
}
#lesmedias, #fermeture {
  min-width: 380px;
  max-width: 800px;
  padding: 0;
  margin: 0;
}
#lesmedias img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  opacity: 0;
  margin: 0 0 5px 0;
}
.bandcamp {
  margin: 0;
  border: 0;
  width: 100%;
  height: 42px;
}
.liste {
  margin: 0px 0px 20px 0px;
  padding: 0;
  min-width: 200px;
  max-width: 900px;
}
.liste p {
  margin: 0 0 5px 0;
  padding: 0 0 0 0 !important;
  font-size: 0.8em !important;
  line-height: 1em !important;
  ;
  font-style: normal !important;
  text-align: left !important;
}
.liste h2 {
  font-size: 0.9 !important;
  font-style: normal !important;
  padding: 10px 0 !important;
  margin: 10px 0 10px 0;
}
.liste h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.8em;
}
.fr {
  font-weight: 900 !important;
}
.credits {
  font-size: 0.7em !important;
  margin: 0 !important;
  padding: 20px 0 0 20px !important;
  font-style: normal !important;
}
.pictoBio {
  margin: 0 0 0 0;
  padding: 0;
  min-width: 69px !important;
  min-height: 50px !important;
  max-width: 69px !important;
  max-height: 50px !important;
  width: 69px !important;
  height: 50px !important;
  cursor: none;
  float: left;
}
.picto {
  margin: 0 0 0 0;
  padding: 0;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  cursor: none;
  float: left;
}
.preloader {
  background: url(../images/89.gif) center center no-repeat #111;
}
.notes {
  font-size: 0.6em;
  padding-bottom: 40px;
}
/* unvisited link */
a:link {
  color: inherit;
  text-decoration: none;
  /*  background-color: #000;*/
}
/* visited link */
a:visited {
  color: inherit;
  text-decoration: none;
}
/* mouse over link */
a:hover {
  color: inherit;
  text-decoration: none;
}
/* selected link */
a:active {
  color: inherit;
  text-decoration: none;
}
.elementsLIST2 a:hover {
  text-decoration: underline !important;
}
/*////////////////////////////////PHONES/*/
@media screen and (max-width: 900px) {
  /*home*/
  #listliens {
    width: 80%;
  }
  .grid {
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  .grid-item {
    width: 100%;
  }
  .elementsTXT, .elementsTXT img, .elementsTXT h1, .elementsTXT h2, .elementsTXT p {
    width: 100%;
  }
  .colonne {
    width: 100%;
    justify-content: center; /* centre verticalement */
    align-items: center;
    margin: 20px 0;
    padding: 0;
  }
  #dropcol {
    flex-direction: column; /* empile les éléments */
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #copains {
    display: none;
  }
  /*contenu */
  #barretitre {
    width: calc(100vw - 45px);
    min-width: 0; /* annule la contrainte */
    max-width: none;
    flex-direction: column; /* empile les div */
    justify-content: center; /* centre verticalement */
    align-items: center; /* centre horizontalement */
    gap: 10px;
  }
  #titre h1 {
    text-align: center;
  }
  #contenu {
    min-width: 0; /* annule la contrainte */
    max-width: none;
    flex-direction: column; /* empile les éléments */
    align-items: center;
    padding: 0 20px;
  }
  #lestextes {
    order: 2;
    min-width: 0; /* annule la contrainte */
    max-width: none;
    width: 100%;
	padding: 0;
	margin:0 ;
  }
	  #lestextes p {
		  text-align: justify;
	}
  #lesmedias {
    order: 1;
    min-width: 0; /* annule la contrainte */
    max-width: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .tobottom {
    display: none;
  }
  #fermeture, #titre {
    min-width: 0; /* annule la contrainte */
    max-width: none;
    width: 100%;
    justify-content: center;
    margin: 0 25px;
  }
}
/*////////////////////////////////en tetes elements grille*/
.upper {
  font-size: 1.5em;
}
#wait {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 4px solid #111; /* Light grey */
  border-top: 4px solid #111; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  display: none;
  z-index: 1000000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.yt-embed-holder {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.yt-embed-holder iframe {
  width: 100%;
  height: 100%;
  margin: 0 0 5px 0;
}