@font-face {
  font-family: "VeveyHumanKind";
  src: url("../fonts/Vevey-HumanKind.woff2") format("woff2"),
    url("../fonts/Vevey-HumanKind.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VeveyPositive";
  src: url("../fonts/Vevey-Positive.woff2") format("woff2"),
    url("../fonts/Vevey-Positive.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VeveyPositiveEdit";
  src: url("../fonts/edit/Vevey-Positive.otf") format("OpenType"),
    url("../fonts/edit/Vevey-Positive.otf") format("OpenType");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.nav-menu ul li {
  list-style-type: none;
  padding: 0 0 0.2em 0.2em;
}

:root {
  --clr-black: black;
  --clr-white: white;
  --font-size-s: 1.2rem;
  --top: 60px;
  --flow-space: 2.5rem;
  --margin-s: 1rem;
  --margin-l: 3.5rem;
  --tile: 30px;
  --tile-offset-x: 0vw;
  --tile-offset-y: 0vh;
  --font-text: "VeveyPositiveEdit";
  --img-url: url(http://localhost:8888/Indiana/media/pages/expositions/amateur/2737274333-1643817087/1.jpg);
  --ball: 0.5rem;
  --intent: calc(var(--margin-s)*1.2);
}

@media only screen and (min-width: 1900px) and (min-height: 1000px) {
  :root {}
}

@media only screen and (max-width: 768px) {
  :root {
    --font-size-m: 1.37rem;
    --font-size-s: 1.4rem;
  }
}

body {
  background-color: var(--clr-white);
  font-family: var(--font-text);
  font-size: var(--font-size-s);
}

body a {
  color: inherit;
}

.uppercase {
  text-transform: uppercase;
}

#logo {
  margin: 6px;
}

@media only screen and (max-width: 768px) {
  #logo {
    margin-left: 14vw;
  }
}

.display {
  display: block;
}

.display-none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .display {
    display: none;
  }

  .display-none {
    display: block;
  }
}

.collapsible {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  text-transform: uppercase;
  background-color: none;
}

.content-collapse {
  margin-left: 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.content-collapse p {
  margin-bottom: 10px;
}

.logos p {
  margin-left: 10px;
  text-decoration: underline;
  margin-bottom: 0 !important;
}

.logos img {
  max-width: 100%;
  max-height: 8vh;
  padding: 10px;
  float: left;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––– LIST EXHIBITION*/
.active {
  color: orangered !important;
}

svg {
  transition-duration: .5s;
}

svg:hover {
  fill: orangered;
  transition-duration: .2s;
}

.year:not(:first-child) {}

.year-border:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 1);
}

.year-border {
  width: 16.666666vw;
  height: 98%;
  display: inline-block;
  transition: transform .5s;
}

.year {
  width: 16.666666vw;
  height: auto;
  display: inline-block;
  padding-left: 5px;
  transition: transform .5s;
}

.year-titles {
  pointer-events: initial;
  max-width: 16vw;
  bottom: 0px;
  margin-bottom: 5px;
  z-index: 9999 !important;
}

.year-titles ul {
  transition: opacity .2s;
}

#wrapper-event {
  background-color: rgba(255, 255, 255, .4);
  position: fixed;
  display: flex;
  height: auto;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  z-index: 999 !important;
  pointer-events: none;
  -moz-box-shadow: 0px -7px 30px 30px rgb(255 255 255 / 40%);
  -webkit-box-shadow: 0px -7px 30px 30px rgb(255 255 255 / 40%);
  box-shadow: 0px -7px 30px 30px rgb(255 255 255 / 40%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 200%);
}

#wrapper-border {
  position: fixed;
  display: flex;
  height: 100%;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  z-index: 2 !important;
  pointer-events: none;
}

#wrapper-event ul {
  line-height: 1.3;
}

#wrapper-event a {
  cursor: pointer;
}

#wrapper-event h3 span {
  cursor: n-resize;
}

.next-projects {
  position: fixed;
  bottom: 8px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  transition-duration: .5s;
}

#mob-arrows {
  display: none;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––– EXHIBITION PAGE */
#desc1,
#desc2,
#details {
  background-color: white;
}

#desc1,
#desc2 {
  padding-left: var(--margin-s);
}

#desc1 {
  font-size: 1.3em;
  padding-bottom: 5px;
  padding-right: 5px;
}

#desc2 {
  margin-left: var(--margin-s);
  width: 48%;
  margin-right: 1%;
  margin-left: 51%;
  font-size: .8em;
  padding-left: 0;
}

#details {
  font-size: .8em;
  padding-right: 10px;
}

#details>ul li {
  list-style: disclosure-closed outside;
  margin-left: 15px;
}

#details p {
  margin: 0.7rem 0;
}

.page-top {
  background-color: white;
  padding-bottom: 30px;
  font-size: 1.3em;
}

.title-expo {
  color: orangered;
  text-underline-offset: 3px;
}

.grid p {
  margin-bottom: 1em;
}

.pictures-slider img {
  width: 100%;
  height: 100%;
  cursor: e-resize;
}

.isPortrait {
  width: 66.666666% !important;
  margin-left: 33.333333%;
}

.nav-slider button {
  background: none;
  border: 0px;
  cursor: pointer;
}

.next-projects-mob,
.prec-projects-mob {
  display: none;
}

.next-projects {
  display: inline-block;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––– NAV */
.nav li a {
  font-size: 1.3em;
  color: black;
}

a {
  transition-duration: .5s;
}

a:hover,
.collapsible:hover {
  color: orangered !important;
  transition-duration: .2s;
}

#infos {
  position: fixed;
  top: 10px;
  right: 10px;
  padding-left: 0;
  width: 4.8vw;
}

#logo a {
  font-family: "VeveyHumanKind", helvetica, sans-serif;
  font-size: 3.8vw;
  color: black !important;
}

header {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  z-index: 9999 !important;
}

.nav-up {
  top: -15vh;
}

#text-grid {
  position: fixed;
  margin-top: 1vh;
  line-height: 1.2;
}

#basic-info {
  margin-left: 5px;
  z-index: 900 !important;
}

.left {
  margin-left: 1px;
  margin-right: 2px;
}

.left p {
  padding-left: 5px;
}

.left li {
  padding-left: 3px;
}

#text-grid #basic-info p {
  margin-bottom: var(--margin-s);
  line-height: var(--font-size-m);
}

#text-grid::-webkit-scrollbar {
  display: none;
}

.grid .left button {
  background-color: transparent;
  padding: calc(var(--margin-s)/1.5) calc(var(--margin-s)/1);
  border-radius: 100px;
  margin-left: var(--intent);
  border: 1px black solid;
  font-family: var(--font-family-text);
}

/*-------------------- grid */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

[class*="cop-"] {
  float: left;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0%;
  z-index: 100;
  grid-auto-rows: auto;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.grid-phone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1%;
}

.grid-phone-years {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1%;
}

.cop-1 {
  grid-column: span 1;
}

.cop-2 {
  grid-column: span 2;
}

.cop-3 {
  grid-column: span 3;
}

/*--------------------- */
