@font-face {
  font-family: 'SuisseIntlMono-Regular';
  src: url('SuisseIntlMono-Regular.otf') format();
  font-style: normal;
  font-weight: 100;
}

/* @font-face {
  font-family: 'ImgInit-Regular';
  src: url('ImgInit-Regular.otf') format('opentype');
}
 */
:root {
  --bg: #C59EFF;
  --text: #000000;
  --accent: #ffffffd3;
  --accent2: #ffffff5e;
  --accent-dark: #1d4ed8;
  --white: #ffffff;
  --border: #dbe3ef;
}

body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16;
  background: var(--bg);
  /* background: linear-gradient(0.2turn, #3f87a6, #C59EFF);
   */
  color: var(--text);
  line-height: 1.4;
  box-sizing: border-box;
  min-width: 1000px;
  font-weight: 400;
}


textarea {
  font-family: "pageFont", monospace;
  font-size: 180px;
  color: var(--text);
  line-height: 1;
  box-sizing: border-box;
  resize: none;
  border: none;
  height: 100%;
  width: 100%;
  background: none;
  overflow: scroll;
  padding: 5px 15px;
    outline:none;

} 




.fenetre_textarea textarea:focus, .fenetre_textarea textarea:active {
    outline:none;
    box-shadow: none;
}

a {
  text-decoration: none;
  color: var(--text);
}

.a:link,
a:visited,
a:hover,
a:active {
  /* color: currentColor !important; */
}

p {
  margin: 0;
  padding: 0;
}

.container {
  /* margin: 0 30px; */
  position: relative;
}

.container_centre {
  position: fixed;
  display: flex;
  padding: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  height: 95vh;
}


/* HEADER  */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.3vw;
  z-index: 9999999999;
}

.header_box {
  position: relative;
}

.header_button {
  display: grid;
  color: var(--white);
  height: 30px;
  line-height: 27px;
  padding: 0px 15px;
  position: relative;
  color: white;
  cursor: default;
}

.header_button:hover {
  text-decoration: underline;
  background-color: black;
}

.header_button:hover .header_list {
  display: block;
}

.header_list {
  display: none;
  position: absolute;
  width: 18.1vw;
  padding: 7.5px 15px;
  margin-top: 30px;
  max-height: 350px;
  background-color: #ffffffd3;
  border: 1px solid black;
}

.header_list_names {
  display: block;
  color: black;
  cursor: pointer;
}

.header_list_names:hover {
  color: var(--bg);
  text-decoration: underline 1px;
}



/* TOP DE LA PAGE */


.hero {
  text-align: center;
  display: flex;
  justify-content: center;
}

.hero h2 {
  font-family: "pageFont";
  line-height: 45%;
  font-size: 10vw;
  color: var(--accent);
  white-space: nowrap;
  text-align: center;
  /* margin-top: 30px; */
}

.hero h2:hover {
  /* text-decoration: underline 1px white; */
  color: white;
  cursor: default;
}

.hero h3 {
  font-family: "IBM Plex Mono", monospace;
  display: inline-block;
  font-size: 90px;
  line-height: 140%;
  color: white;
  text-align: left;
  padding: 0px 30px;
  margin-top: 30px;
  vertical-align: top;
}

.hero h4 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 150px;
  color: white;
}

/* COMMENTAIRES */


.commentaire {
  position: relative;
  background-color: var(--accent);
  margin-top: 30px;
  border: 1px solid black;
  display: grid;
  grid-template-columns: auto 35vw;
  grid-template-rows: repeat(3, auto);
  margin-left: 30px;
  margin-right: 30px;
}

.reponses {
  position: relative;
  background-color: var(--accent);
  margin-top: -1px;
  border: 1px solid black;
  display: grid;
  grid-template-columns: auto 35vw;
  grid-template-rows: repeat(3, auto);
  margin-left: 200px;
  margin-right: 30px;
}

.post, .upload-form {
  position: relative;
  background-color: var(--accent2);
  margin-top: -1px;
  border: 1px solid black;
  display: grid;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
  color: black;
  height: 300px;
}

.post_reponses {
  position: relative;
  background-color: var(--accent2);
  margin-top: -1px;
  border: 1px solid black;
  margin-left: 200px;
  margin-right: 30px;
  margin-bottom: 60px;
  color: black;
  height: 300px;
  display: none;
}

.download_font,.thanks {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;
  cursor: pointer;
}

/* GAUCHE */

.commentaire_gauche,
.reponse_gauche {
  vertical-align: top;
  position: relative;
  display: inline-block;
  border-right: 1px solid black;
}

.pseudo {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  text-align: left;
}

.trait {
  position: relative;
  height: 1px;
  overflow: hidden;
  background-color: black;
  margin-top: 8px;
}

.message {
  position: relative;
  margin: 10px 15px 40px;
  text-align: left;
  min-height: 150px;
}

.timestamp {
  position: absolute;
  bottom: 0;
  vertical-align: baseline;
  margin-left: 15px;
  text-align: left;
  bottom: 8px;
}



/* DROITE */

.commentaire_droite {
  vertical-align: top;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  /* height:; */
}

.display_droite {
  position: relative;
  display: grid;
  margin: 0px -1px -1px -1px;
  grid-template-columns: auto auto auto;
  grid-gap: 1px;
  overflow: hidden;
}

.image_commentaire {
  border: 1px solid black;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 500px;
  min-height: 100px;
  margin-top: -2px;
}

.image_commentaire:hover {
  opacity: 0.9;
}

.image_commentaire_horizontal {
  border: 1px solid black;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 1000px;
  margin-top: -2px;
  grid-column: span 2;
}

.bottom_commentaire {
  position: relative;
  display: grid;
  grid-template-columns: 75% 25%;

}

.download_files {
  position: relative;
  display: flex;
  margin-top: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid black;
  color: black;
}

.download_files:hover {
  background-color: white;
}


.send_message {
  position: relative;
  margin-top: 0px;
  vertical-align: bottom;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  color: white;
  background-color: rgba(0, 0, 0, 0.863);
}

.send_message:hover {
  background-color: black;
}

.send_files {
  display: flex;
  position: relative;
  margin-top: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}


/* Visualiser */

#visualiser {
  position: relative;
  width: 100vw;
  height: 800px;
  margin: 0;
  background-color: black;
  z-index: 1000;
}

.visualiser {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  background-color: black;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visualiser_content {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}





/* Glyphset */

.glyphset {
  display: grid;
  grid-template-columns: repeat(14, auto);
}

.glyph {
  font-size: 4.5vw;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  height: 7.14vw;
  min-height: 70px;
  line-height: 7.14vw;
  text-align: center;
  background-color: #ffffffd3;
}

.glyph-absent {
  font-family: "IBM Plex Mono" !important;
  color: #ddc6ffe8 !important;
  line-height: 0;
}



/* Fontlist */

.fontlists {
  display: grid;
  margin: 15px 30px;
  border: 1px solid black;
  background-color: #ffffffd3;
  scrollbar-color: red;
  cursor: pointer;
}

.fontlist_banner {
  color: var(--white);
  display: grid;
  background-color: black;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  position: relative;
  margin: 0px 0px;
}

.fontlist_names {
  color: var(--white);
  position: absolute;
  left: 15px;
}

.fontlist_lastpost {
  color: var(--white);
  position: absolute;
  width: 100%;
  text-align: right;
  right: 15px;
}

.fontlist_display, .pageFont-1, .pageFont-2, .pageFont-3, .pageFont-4, .pageFont-5, .pageFont-6, .pageFont-7, .pageFont-8, .pageFont-9  {
  font-family: "pageFont";
  font-size: 100px;
  height: 150px;
  line-height: 170px;
  padding-left: 30px;
  white-space: nowrap;
  overflow-y: hidden;
}


/* Listes */

.projects {
  display: grid;
  position: absolute;
  top: 27px;
  margin: 15px 15px;
  height: 93%;
  grid-template-rows: repeat(21, auto);
  grid-column-gap: 10px;
  grid-auto-flow: column;
  min-width: 400px;
}

.project_list {
  position: relative;
  display: grid;
  color: inherit;
  text-decoration: none;
  /* text-decoration: underline; */
  text-underline-offset: 5px;
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 5px 0px;
  mix-blend-mode: multiply; 
  filter: grayscale(1);
}

.project_list:hover {
  color: white;
  mix-blend-mode: normal; 
  filter: grayscale(0);
}

.commentaire,
.reponses {
  scroll-margin-top: 120px;
}

.project_image{
  position: relative;
  display: grid;
  margin-top: 10px;
  max-height: 70px;
  width: span 3;
}

.images_contributeurs {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}





#fenetres-info, .fenetres-info {
  display: block;
  min-height: 100px;
  min-width: 180px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#fenetres, .fenetres {
  display: none;
  min-height: 100px;
  min-width: 180px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fenetre {
  position: fixed;
  align-items: center;
  min-height: 150px;
  background-color: #ffffffd3;
  border: 1px solid black;
}

.fenetre:hover {
  background-color: white;
}

.fenetre_banner {
  color: var(--white);
  display: grid;
  background-color: black;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  position: relative;
}

.fenetre_names {
  color: var(--white);
  position: absolute;
  display: inline-block;
  margin: 0px 15px;
  overflow: hidden;
}

#fenetre_close,
.fenetre_close {
  display: grid;
  color: var(--white);
  position: absolute;
  text-align: right;
  right: 15px;
  background-color: black;
  cursor: pointer;
}

.fenetre_text {
  position: relative;
  padding: 5px 15px;
  overflow-y: scroll;
  vertical-align: top;
  height: calc(100% - 40px);
}

.fenetre_textarea {
  position: relative;
  font-family: inherit;
  overflow-y: scroll;
  overflow-x: hidden;
  vertical-align: top;
  height: calc(100% - 30px);
}

.fenetre_textarea-absent {
  font-family: "IBM Plex Mono";
  color: #bb8eff6b;
}

.fenetre_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 30px);
  display: block;
  object-fit: contain;
}


.about,
.contact {
  padding: 200px 0;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--white);
  text-align: center;
  padding: 15px 0;
  height: 80px;
  margin-top: 150px;
}




/* CONTACT / LICENCE */

.info {
  display: grid;
  position: absolute;
  top: 27px;
  margin: 0px 15px;
  margin-bottom: 200px;
  height: 93%;
}

.info_title {
  position: relative;
  display: grid;
  /* text-decoration: underline; */
  text-underline-offset: 5px;
  grid-row: 1fr;
  width: 40vw;
  padding: 5px 0px;
  text-decoration: underline;
  margin-top: 30px;
}


.info_list {
  position: relative;
  display: grid;
  /* text-decoration: underline; */
  text-underline-offset: 5px;
  grid-row: 1fr;
  width: 40vw;
  /* border-bottom: 1px solid rgb(0, 0, 0); */
  padding: 5px 0px;
  margin-bottom: 10px;
}







/* UI HANDLE */

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(ui-icons_222222_256x240.png)
  /*{iconsContent}*/
  ;
}

.ui-resizable {
  position: fixed;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}





input {
  /* margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px; */
  text-align: left;
  font-family: "IBM Plex Mono", monospace;
    background-color: none;

}

ul {
  list-style-type: none;
  grid-template-columns: auto auto auto;
  height: 100%;
}

li {
}


.Inputfields,
.Inputfields li {
  margin: 0px;
  padding: 0px;
  text-align: left;

}

.Inputfields li label {
display: none;
}

.Inputfields ul {
  margin: 0;
}


.ui-widget-header label {
    margin: 0;
}

.ui-widget {
    font-family: "IBM Plex Mono", monospace;
    font-size: 16;
}




/* CHAMPS DECRITURE*/

.InputfieldForm ul{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 40px 40px minmax(0, 1fr);
  grid-template-columns: auto 35vw;
  align-items: top;
  grid-gap: 0px;
}

.InputfieldContent > #pseudo {
  height: 40px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-left: 15px;
}
.InputfieldContent > #pseudo_email {
  height: 40px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  padding-left: 15px;
}
.InputfieldContent > #message {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 208px;
  grid-row: 3 / span 5;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
  overflow: scroll;
  text-align: top;
  border: none;
}

.InputfieldContent input[type="text"] {
  font-size: 16px;
}
.InputfieldContent textarea {
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.4;
}

.InputfieldFileUpload {
  position: relative;
  height: 100%;
  margin: 0px;
  padding: 0px;
  grid-column: 3 / span 1;
}

.Inputfields li p.description {
    font-style: italic;
}

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
    border: none;
    border-bottom: 1px solid black;
    background-color: rgba(255, 255, 255, 0);
}

.InputfieldMaxWidth:focus,
.InputfieldMaxWidth:active {
    outline:0px;
    box-shadow: none;
}


.Inputfield{
  height: 100px;
  margin-top: 0px;
  padding: 0px;
}


.Inputfields .InputfieldSubmit label {
    display: none;
}

.ui-state-error-text {
    color: red;
}

/* hide drag upload */
.AjaxUploadDropHere{
    display: none;
}
span.ui-state-error{ color: red;}

.InputfieldForm:not([name="uploadform_global"]) { 
}

.InputMask > #fichiers_message {
  display: block;
  background-color:rgb(218, 194, 255);
  width:35vw;
  height:300px;
  right: 0px;
  padding: 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  overflow: hidden;

}

input[type=file]::file-selector-button {
    display: none;
}

.InputfieldContent p {
  position:absolute;
  height:0px;
  top: 200px;
  right: 0px;
  padding: 0px;
  margin-left:20px;
  margin-right:20px;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.InputMask > span{
  display:none;
}

.InputfieldFileUpload > span{
  display:none;
}

.InputfieldContent > button {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  position: absolute;
  bottom:0;
  vertical-align: bottom;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color:  rgba(34, 33, 35);
  border-style: none;
  width: 35vw;
}

.InputfieldContent button:active, .InputfieldContent button:focus {
  border-style: none;
}

.InputfieldContent button:hover {
  background-color: black;
}