@charset "UTF-8";
/*__________________________________________________________________________________
___/\/\/\/\/\____/\/\/\/\____/\/\____/\/\__/\/\/\/\/\/\__/\/\/\/\/\/\__/\/\/\/\/\___
_/\/\__________/\/\____/\/\__/\/\____/\/\______/\/\______/\____________/\/\____/\/\_
_/\/\__/\/\/\__/\/\____/\/\____/\/\/\/\________/\/\______/\/\/\/\/\____/\/\/\/\/\___
_/\/\____/\/\__/\/\____/\/\______/\/\__________/\/\______/\/\__________/\/\__/\/\___
___/\/\/\/\/\____/\/\/\/\________/\/\__________/\/\______/\/\/\/\/\/\__/\/\____/\/\_
____________________________________________________________________________________*/
/*______________________________________________________________________ PORTFOLIO */
#lesCats {
  min-height: inherit;
  padding-top: calc(var(--decM)*1.5);
  text-align: center;
}
#lesCats a {
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
  color: #000;
  background-color: var(--yellow);
  padding: 0.5em 1em;
  border-radius: 5em;
  mix-blend-mode: multiply;
  margin: 0.2em;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0, 0, 0);
  border: 1px solid var(--yellow);
}
#lesCats a.catEncours {
  border-color: #000;
  background-color: #000;
  color: #fff;
  pointer-events: none;
  text-decoration: underline;
}
#lesCats a:hover {
  transform: rotate(-5deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.50);
}
#portfolio {
  min-height: inherit;
  margin-top: 1em;
  padding-top: 0;
}
#portfolio .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
#portfolio article {
  position: relative;
}
#portfolio article a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  cursor: none;
  transition: border-radius 0.5s ease-in-out;
}
#portfolio.hack article a {
  cursor: auto;
}
#portfolio article a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: calc(var(--font)*1.5);
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
#portfolio article a h3 span {
  display: block;
  font-weight: 200;
  font-size: 0.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  pointer-events: none;
}
#portfolio article a img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
#portfolio article:hover a {
  /*border-radius: 13%;*/
}
#portfolio article:hover a h3 {
  opacity: 1;
}
#portfolio article:hover a img {
  opacity: 0.3;
}
/*Indicateur page ---------------------------------------*/
#laPos {
  text-align: center;
  padding: 1em 0 0.5em;
}
#laPos span {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  padding: 0 1em;
  height: 2em;
  line-height: 2em;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 0.9em;
}
#laPos a {
  display: inline-block;
  color: #555;
  text-decoration: none;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 0.5em;
  border-radius: 2em;
  transition: 0.3s ease-in-out;
}
#laPos a:hover {
  background-color: #000;
  color: #fff;
}
/* Pagination ---------------------------------------*/
#pagination {
  margin: 3em auto 0;
  text-align: center;
  mix-blend-mode: multiply;
}
#pagination a {
  font-size: 1em;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: transparent;
  text-decoration: none;
  color: #000;
  margin: 0 0.2em;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
#pagination a:hover {
  background-color: #000;
  color: #fff;
}
#pagination a.pEncours {
  pointer-events: none;
  color: #888;
  border-color: #aaa;
  text-decoration: underline;
}
/* Nav Arrow ---------------------------------------*/
.arrowPN {
  position: fixed;
  box-sizing: border-box;
  top: 50%;
  z-index: 10000;
  width: calc(var(--space)*0.6);
  height: var(--space);
  left: 0;
  background-color: #000;
  background: linear-gradient(to right, #222 0%, #222 3%, #3F3F3E 10%, #222 15%);
  color: #fff;
  text-align: right;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  padding-right: 0.5em;
  transform: translateY(-50%);
  line-height: var(--space);
  vertical-align: middle;
  box-shadow: rgba(9, 30, 66, 0.5) 0px 4px 8px -2px, rgba(9, 30, 66, 0.1) 0px 0px 0px 1px;
  border-radius: 0 5px 5px 0;
  transition: width 0.3s ease-in-out 0s;
  text-decoration: none;
}
#arrowNext {
  left: inherit;
  right: 0;
  text-align: left;
  padding: 0;
  padding-left: 0.5em;
  background-color: var(--yellow);
  background: linear-gradient(to left, #222 0%, #222 3%, #000 10%, #222 15%);
  border-radius: 5px 0 0 5px;
}
#arrowPrev:hover, #arrowNext:hover {
  width: calc(var(--space)*0.7);
}
/*______________________________________________________________________ RESPONSIVE */
@media only screen and (min-width: 1201px) {
  #portfolio .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  #portfolio article a h3 span {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 800px) {
  #portfolio .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #portfolio article a h3 {
    font-size: calc(var(--font)*1.8);
  }
  #portfolio article a h3 span {
    font-size: 0.7em;
  }
  #pagination a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 650px) {
  #lesCats a {
    font-size: 1.2em;
  }
  #portfolio article a h3 {
    font-size: calc(var(--font)*1.8);
  }
  #portfolio article a h3 span {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 550px) {
  #portfolio article a h3 {
    font-size: calc(var(--font)*1.7);
  }
  #portfolio article a h3 span {
    font-size: 0.7em;
  }
  #pagination a {
    font-size: 1.3em;
  }
}
@media only screen and (max-width:450px) {
  #lesCats a {
    font-size: 1.3em;
  }
  #portfolio .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }
  #portfolio article a h3 {
    font-size: calc(var(--font)*2.1);
  }
  #portfolio article a h3 span {
    font-size: 0.7em;
  }
  .arrowPN {
    width: calc(var(--space)*1.2);
    height: calc(var(--space)*1.5);
    line-height: calc(var(--space)*1.5);
  }
  #arrowPrev:hover, #arrowNext:hover {
    width: calc(var(--space)*1.5);
  }
}
@media only screen and (max-width:350px) {
  #pagination a {
    font-size: 1.4em;
  }
  .arrowPN {
    width: calc(var(--space)*1.2);
    height: calc(var(--space)*2);
    line-height: calc(var(--space)*2);
  }
  #arrowPrev:hover, #arrowNext:hover {
    width: calc(var(--space)*1.5);
  }
}