#serres2{
  --hue-rotate-cover: 0deg;
  --cover-highlight: rgb(180,180,180);
    font-family: GlacialIndifference;
    max-width: 1310px;
    text-align: center;
    margin: auto;
    font-size: 11.5px;
    height: 100dvh;
}

#s2_title{
    font-family: Redaction;
    font-size: 4em;
    transform: skewX(35deg);
    text-align: left;
    margin-left: 60px;
    margin-top: 50px;
}

#s2_title em{
    font-family: Garamondt;
}


#s2_held{
    width: 330px;
    position: absolute;
    right: 20%;
    bottom: 10%;
    opacity: 85%;
}

#s2_ville{
    position: absolute;
    max-width: 850px;
    margin: auto;
    opacity: 75%;
    z-index: -1;
    text-align: center;
    left: 10%;
}

#s2_authors_container{
  right: 5%;
  top: 2%;
  position: absolute;
  width: 200px;
}

#serres2 .paper{
    background-color: white;
    padding: 15px;
    /* border: 8px solid rgb(48, 46, 44); */
    display: block;
    width: fit-content;
    position: absolute;
    max-width: 280px;
    text-align: left;
    text-justify: distribute;
    word-wrap: normal;
}

#s2_presentation{
    left: 8%;
    bottom: 8%;
    max-width: 400px;
    z-index: 2;
}

#cover_2 {
  top: 13%;
  left: 8%;
}

/* TAPES */
:root {
  --pink: #ecb2ba;
  --pink-dark: #c6939a;
  --tape-gray: #dbd8be;
  --tape-edge-gray: #b7b49d;
  --transparent: rgba(255, 255, 255, 0);
}

.paper {
  position: relative;
  background: linear-gradient(
      to bottom right,
      var(--paper-dark),
      20%,
      var(--transparent)
    ),
    var(--paper-color);
  min-width: 250px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-size) var(--shadow-size) 5px var(--paper-dark);
  margin: auto;
  margin-top: 50px;
}

.paper p {
    mix-blend-mode: color-burn;
    z-index: 2;
    position: relative;
}


.paper::after,
.paper::before {
  content: "";
  top: 0px;
  left: 0;

  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      var(--transparent),
      50%,
      var(--paper-dark),
      51%,
      var(--transparent)
    ),
    linear-gradient(
      to right,
      var(--transparent),
      50%,
      var(--paper-dark),
      51%,
      var(--transparent)
    );
    transform: rotate3d(3);
}


.paper::before{
  background-image: url('/img/serres2/light-paper-fibers.png');
}

.pink {
  --paper-color: var(--pink);
  --paper-dark: var(--pink-dark);
  --shadow-size: 1px;
  --transparent: rgba(236, 178, 186, 0);
}

.blue {
  --paper-color: #d5e0f9;
  --paper-dark: #c2d0ea;
  --shadow-size: 3px;
  --transparent: rgba(213, 224, 249, 0);
}

.tape-section {
  position: absolute;
  width: 100%;
}


.tape-section:first-of-type {
  top: 0;
}

.tape-section:last-of-type {
  bottom: 0;
}


.tape-section::before,
.tape-section::after {
  content: "";
  width: 10vmin;
  height: 4vmin;
  position: absolute;
  background-color: var(--tape-gray);
  opacity: 0.5;
  border-right: 1px dotted var(--tape-edge-gray);
  border-left: 1px dotted var(--tape-edge-gray);
}

.tape-section:last-of-type::after {
  transform: rotate(-45deg);
  right: -4vmin;
  top: -3vmin;
}

.tape-section:first-of-type::before {
  transform: rotate(-45deg);
  left: -4vmin;
}

.tape-section:first-of-type::after {
  transform: rotate(45deg);
  right: -4vmin;
  top: 0;
}

.tape-section:last-of-type::before {
  transform: rotate(45deg);
  left: -4vmin;
  bottom: 0;
}




@media(max-width:512px) {
  #s2_title{
    top: 5px;
    position: absolute;
    margin-left: 16px;
    margin-top: 3px;
    font-size: 39px;
  }
  #s2_ville{
    width: 130dvw;
    top: 25dvh;
    left: -10vw;
    opacity: .5;
  }
  #s2_authors_container{
    top: -2dvh;
    width: 39% !important;
    min-width: unset;
    right: -20px;
    /* text-align: right; */
  }
  #s2_presentation{
    bottom: 5dvh;
    left: -10px;
  }
  #cover_2{
    bottom: 5%;
    position: absolute;
    top: unset;
    left: unset;
    right: -9%;
    z-index: 5;
    font-size: 14px;
  }
  #s2_held{
    left: 3%;
    right: unset;
    bottom: unset;
    top: 10dvh;
    width: 50%;
  }




}