@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway+Dots&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=VT323&display=swap');

*, *::after, *::before {
  box-sizing: border-box;
}
.container {
width: 100%;
}
html {
scroll-behavior: smooth;
}
html, body{
height: 100%;
}
body {
  background-image: url("background_update.png") ;
  background-position: center center;
  background-repeat:  repeat;
  background-size:  25vw;
  background-color: #f8f8f8;
}
div, body{
margin: 0;
padding: 0;
font-family: exo, sans-serif;
}
.wrapper {
    overflow: hidden;
    width: 100%;
}

.row-v2 {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10%;
}
.container > .wrapper > .row {
    margin-bottom: 180px;
    clear: both; 
}
/* header */
.header-row {
  margin-top: 20px;
  background-color: #f0ede6;
  align-items: center;
  min-height: 250px;
}
.header-left {
  bottom: 0;
  display: block;
  padding: 10px;
  width: 20%;
}
#nyan-btn {
  padding: 20px;
}
.header-center {
  display: block;
  padding: 0.5em;
  float: left;
  width: 50%;
  text-align: center;
}
.header-center img {
  max-height: 156px;
  max-width: 100%;
  height: 100%;
  width: auto;
}
.header-right {
  display: block;
  padding: 10px;
  width: 20%;
}
.languetop {
  font-size: 16px; 
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.languetop a {
  border: 2px solid transparent;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
}
.languetop a:hover {
  color: aqua;
  border: 2px solid aqua;
}

.subheader-row {
  background-color: #cdf865;
  color: #000000;
  align-items: center;
  min-height: 100px;
  margin-bottom: 100px;
}
.little-header1 {
  display: block;
  padding: 0.5em;
  width: 80%;
  padding: 10px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
.little-header1 .subtitle {
   font-weight: 800;
}
.little-header1 p {
   margin: 0;
}
.little-header2 {
  width: 20%;
  text-align: right;
  height: 100px;
  padding: 0.5em;
  padding: 10px;
}
.little-header2 a.btn {
  padding: 30px;
  display: block;
}
/* end header */
/* FOOTER */
.subfooter-row {
  background-color: #48937e;
  height: 100px;
  color: #fff;
  align-items: center;
}
.little-footer1 {
  display: block;
  padding: 0.5em;
  line-height: 0.5;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  width: 20%;
}

.little-footer1langue {
width: 60%;
padding: 10px;
font-size: 20px;
font-family: 'Oswald', sans-serif;
}

.languebottom a {
  border: 2px solid transparent;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
}
.languebottom a:hover {
  color: #e673ad;
  border: 2px solid #e673ad;
}
.little-footer2 {
  position: relative;
  width: 20%;
  text-align: right;
}

.little-footer2 a.btn {
  padding: 30px;
  display: block;
}
.easter-egg-btn {
  position: absolute;
  left: 40%;
  top: 0;
}

.footer-row, .bottomfooter-row {
  background-color: #f0ede6;
}
.mainfooter-center {
  min-height: 600px;
  text-align: center;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.mainfooter-center img {
  max-width: 70%;
  height: auto;
  width: auto;
}
.mainfooter-center img.xmeets {
  width: 40px;
  height: 40px;
}
.mainfooter-right {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 600px;
bottom: 0;
display: block;
position: relative;
background-color: #f0ede6;
color: #fff;
padding: 0.5em;
float: left;
width: 25%;
padding: 10px;
}
.bottomfooter-row {
  padding-bottom: 30px;
  align-items: flex-end;
}
.bottomfooter-row p {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.bottomfooter-row h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 40px; 
  line-height: 1;
}
.bottomfooter-row p.design {
  font-weight: 700;
  font-size: 12px;
}

.bottomfooter-row .column {
  width: 50%;
  min-width: 300px;
}
.bottomfooter-row .logos {
  text-align: right;
}
.bottomfooter-row .logos a {
  display: block;
  padding: 15px;
}


/* MODAL MENU */
.modal-window {
position: fixed;
text-align: left;
background-color: #65f8e4;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
visibility: hidden;
opacity: 0;
pointer-events: none;
transition: all 0.3s;
max-height: 100%;
overflow-y: auto;
}
.modal-window:target, .modal-window.visible {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.modal-window > div {
max-width: 800px;
margin: 0 auto;
background: #65f8e4;
position: relative;
display: flex;
flex-wrap: wrap;
column-gap: 20px;
padding: 15px;
padding-top: 50px;
}
.modal-window h1 {
  font-family: 'Raleway Dots', cursive;
  font-weight: 10;
  font-size: 40px;
  margin-bottom: 15px;
}
.modal-window h3 {
  font-family: 'VT323', monospace;
  font-size: 50px;
  line-height: 0.8;
  font-weight: 100;
  margin: 20px 0;
}
.modal-window h3.links a {
  display: block;
  margin-bottom: 5px;
}
.modal-window header {
font-weight: bold;
}
.modal-close {
color: black;
line-height: 25px;
position: absolute;
left: 20px;
text-align: center;
top: 20px;
text-decoration: none;
padding: 10px;
font-family: 'VT323', monospace;
font-size: 40px;
border: 4px solid #000;
}
.modal-close:hover {
color: black;
}
/* Demo Styles */
a {
color: inherit;
}
.modal-window > div {
border-radius: 1rem;
}
.modal-window div:not(:last-of-type) {
margin-bottom: 15px;
}
.btn {
text-decoration: none;
}
.btn i {
padding-right: 0.3em;
}
.transparent {
color: #65f8e4;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
text-decoration: none;
}
.transparent:hover {
text-decoration: underline;
color: #e673ad
}

.blink_easter_egg {
  animation: blink 2.5s steps(1, end) infinite;
}

.blink1 {
  animation: blink 0.5s steps(1, end) infinite;
}

.blink_easter_egg {
  animation: blink 2.5s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink2 {
  animation: blink 1.5s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
        .blink3 {
  animation: blink 2s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
    }
.blink4 {
  animation: blink 0.2s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
    }

.blink1:hover, .blink2:hover, .blink3:hover, .blink4:hover {
  opacity: 1 !important;
}

.boite {
    position: relative;
    width: 100%;
  }
  
  .boite img {
    width: 910px;
    height: 610px;
  }
  
  
  .boite .btn {
    position: absolute;
    text-decoration: none;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: #ff001f;
    color: white;
    font-size: 50px;
      font-family: 'VT323', monospace;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .boite .btn:hover {
    background-color: black;
  }


/* Listes et pages Artistes */
    
.artist-list {
    padding-top: 180px;
    clear: both;
    overflow: hidden;
}

.artist-list .artist-row > div {
  height: 290px;
}
.artist-list :nth-child(even) {
  flex-direction: row-reverse;
}
.artist-list .artist-row > div {
  width: 50%;
  min-width: 300px;
}

.artist-preview a {
  display:block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}


.artist-name {
  padding: 30px 50px;
}
.artist-name h3 {
  font-family: 'Raleway Dots', cursive;
  font-size: 50px;
  font-weight: 200;
  margin-top: 0;
}
.artist-name h2 {
  font-family:'VT323', monospace;
  font-weight: 400;
  font-size: 30px;
  position: relative;
}
a.overlay {
  display:block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.artist-name a {
  text-decoration: none;
}

.artist-name .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid #000;
}
.artist-name .arrow img {
  width: 33px;
  height: 15px;
}
.artist-row.row-dark {
  color: #fff;
}
.artist-row.row-dark .arrow {
  border-color: #f9fdfc;
}

.artwork-section .artist-row > div {
  width: 50%;
  padding: 65px;
  padding-bottom: 180px;
  min-width: 300px;
  flex: 1;
}
.artwork-section .artwork-preview {
  width: 100%;
  height: 610px;
}
.artwork-desc {
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 18;
  line-height: 1.4; 
  max-width: 500px;
  min-width: 300px;
}

.artwork-section .audioPlayer audio {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.artwork-section h3 {
  font-family: 'Raleway Dots', cursive;
  font-size: 50px;
  font-weight: 200;
  margin-top: 0;
}
.artwork-section h1 {
  font-family:'VT323', monospace;
  font-weight: 400;
  font-size: 30px;
}
.artwork-section .author > * {
  max-width: 500px;
}
.artwork-section .author .bio {
  font-family: 'Space Mono', monospace;
  font-size: 14px; 
  font-weight: 18;
  line-height: 1.4;
  margin-top: 40px;
}
.artwork-section .author .chapo {
  font-family: 'VT323', monospace;
  font-size: 22px; 
  font-weight: 600;
  line-height: 1.4;
}
.artwork-section .author .links {
  text-align: right;
  margin-top: 100px;
}
.author .links a {
  border: 4px solid #000;
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
}
.row-dark .author .links a {
  border-color: #fff;
}
.author .links img {
  width: 100%;
  height: 100%;
}


.strokeme {
  color: #f0ede6;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

    }
          
.fat::first-letter {
  float: left;
  font-size: 90px;
  line-height: 0;
  border: 4px solid #000;
  font-weight: 400;
  margin-right: 25px;
  padding: 45px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 50px;
  box-shadow: 10px 5px 0px #000;
  font-family: 'VT323', monospace;
       
        
}

.row-dark .fat::first-letter {
  color: white;
  border-color: white;
  box-shadow: 10px 5px 0px white;
}

/* COULEURS ARTISTES */

.artist-row.rui-long {
  background-color: rgba(253, 77, 127,0.6);
}
.artist-row.rui-long > div {
  background-color: rgba(253, 77, 127, 1);
}
.artist-row.rui-long:hover .artist-name a {
  color: darkgreen;
}

.artist-row.nora {
  background-color: rgba(255, 243, 135,0.6);
}
.artist-row.nora > div {
  background-color: rgba(255, 243, 135, 1);
}
.artist-row.nora:hover .artist-name a {
  color: skyblue;
}

.artist-row.robin {
  background-color: rgba(65, 40, 93,0.6);
}
.artist-row.robin > div {
  background-color: rgba(65, 40, 93, 1);
}
.artist-row.robin:hover .artist-name a {
  color: lawngreen;
}

.artist-row.valentine {
  background-color: rgba(131, 161, 154,0.6);
}
.artist-row.valentine > div {
  background-color: rgba(131, 161, 154, 1);
}
.artist-row.valentine:hover .artist-name a {
  color: hotpink;
}

.artist-row.taehwan {
  background-color: rgba(59, 98, 106,0.6);
}
.artist-row.taehwan > div {
  background-color: rgba(59, 98, 106, 1);
}
.artist-row.taehwan:hover .artist-name a {
  color: lawngreen;
}

.artist-row.thomas {
  background-color: rgba(119, 195, 220,0.6);
}
.artist-row.thomas > div {
  background-color: rgba(119, 195, 220, 1);
}
.artist-row.thomas:hover .artist-name a {
  color: hotpink;
}

.artist-row.vc {
  background-color: rgba(92, 40, 43,0.6);
}
.artist-row.vc > div {
  background-color: rgba(92, 40, 43, 1);
}
.artist-row.vc:hover .artist-name a {
  color: gold;
}

/* Fin Liste Artistes */

/* Blocs de texte */

.block {
  position: relative;
  width: 80%;
  background: #f0ede6;
  position: relative;
  margin: 0 auto;
  margin-bottom: 150px;
  border: 1px solid transparent;
  padding: 75px;
}
.row-v2 > .block {
  width: 100%;
}
.block .head {
  position: relative;
  z-index: 2;
  line-height: 0.8;
  margin-bottom: 40px;
}
.block .head h2 {
  font-size: 70px;
  line-height: 0.8;
  font-family: 'Raleway Dots', cursive;font-weight: 10;
  margin: 0;
}
.block .head h1 {
  font-family: 'VT323', monospace;
  margin: 0;
  font-size: 95px; 
  font-weight: 400;
  line-height: 0.8;
}
.block .paragraph p {
  font-family: 'Space Mono', monospace;font-size: 14px; font-weight: 18;line-height: 1.4;
}
.block .paragraph h3 {
  font-family: 'VT323', monospace;font-size: 20px;font-weight: 700;line-height: 1.3;
  margin-top: 1em;
}
.block .paragraph h3.fat {
  font-size: 25px;
  margin-top: 0;
}
.block .column {
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
}
.block .column:last-child {
  margin-right: 0;
}
.block.narrow .column {
  max-width: 380px;
}
.block .columns,
.block.columns {
  display: block;
  display: flex;
  column-gap: 75px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.block .columns > * {
  text-align: left;
}
.columns.wide .column {
  flex: 1;
  width: 50%;
}

.arrow-up {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: -20px;
  padding: 10px;
}

.squared-links {
  margin-top: 40px;
}
.squared-links a {
  display: block;
  margin-top: 10px;
  font-family:'VT323', monospace;
  border: 4px solid #000;
  font-weight: 100;
  font-size: 32px; 
  padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  line-height: normal;
  position: relative;
}
.squared-links a::after {
  content: "";
  background: url("UNIGE_VC_JDP_IconArrowUp.svg") no-repeat center;
  width: 33px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width:800px) {
  .row-v2 {
    padding: 0 5%;
  }
  .block {
    padding: 15px;
    width: 90%;
    margin-bottom: 70px;
  }
  .row-v2 > .block {
    width: 100%;
  }
  .block .column, .columns.wide .column {
    width: 100%;
    min-width: unset;
  }
  .block .head h1 {
    font-size: 60px;
  }
  .block .head h2 {
    font-size: 50px;
  }
  .artist-list {
    padding-top: 50px;
  }
  .artist-list .artist-row > div {
    width: 100%;
    min-width: unset;
  }
  .little-header1 {
    font-size: 14px;
  }
  .little-header2 a.btn {
    padding: 15px;
  }
  .artwork-section .artist-row > div {
    padding: 15px;
  }
  .subheader-row {
    margin-bottom: 50px;
  }
  .container > .wrapper > .row {
    margin-bottom: 50px;
  }
  .header-row {
    min-height: 100px;
    height: 100px;
  }
  .header-center {
    padding: 0;
  }
  .header-center img {
    max-height: 100px;
  }
}