/*-------------------------
	General Styles
--------------------------*/


body {
  font-family:  "Expletus Sans", cursive, sans-serif;
}

a,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}
H4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}
p {
  text-align: center;
  padding: 10px;
  line-height: 1.5rem;
}
#stage li:hover div {
  background-color: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  padding:10px;
  height: 100%;
  width: 75%;
  margin: auto 38px;
}
li:hover div img {
  display: initial;
}
li:hover img,
li div {
  display: none;
}
li > div > a {
  color: #000;
  text-decoration: none!important;
  background: #fff;
  border-radius: 0.5rem;
  margin-inline: auto;
  width: 90px;
  text-align: center;
  padding: 2%;
}
li > div > a:hover {
  border: 1px solid #1e9dd8;
  color: #1e9dd8;
  border-radius: 0.5rem;
  background: none;
}

/*----------------------------
	Headers & Footers
-----------------------------*/


.nav2 {
  animation: filterNav2 2s ease-in-out;
}
#container {
  animation: main 2s ease-in-out;
}

@keyframes filterNav2 {
  0% {
    transform: translateY(-100%);
    animation-delay: 2s;
  }
  100% {
    transform: translateY(-0%);
  }
}

@keyframes main {
  0% {
    transform: translateY(-0%);
    animation-delay: 2s;
  }
  100% {
    transform: translateY(-100%);
    display: none;
  }
}
/*----------------------------
	Green filter bar
-----------------------------*/

#filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px auto 20px;
  position: relative;
  text-align: center;
  animation: nav2 2s ease-in-out;
  transform: none;
    background: transparent;
    z-index: auto;
}
/* Animation NAV */
@keyframes nav2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    filter: blur(50%);
    animation-delay: 2s;
  }
  100% {
    opacity: 1;
  }
}

#filter:before,
#filter:after {
  position: absolute;
  top: 0;
  content: "";
}

#filter a {
  color: #000;
  padding: 10px;
  margin: auto 10px;
  font-family: "Expletus Sans", cursive;
  font-size: 1.3rem;
  font-weight: 600;
}

#filter a:hover {
  text-decoration: none;
  border: 1px solid #1e9dd8;
  color: #1e9dd8;
  border-radius: 0.5rem;
}

#filter a.active {
  background-color: #1e9dd8;
  color: #fff;
  border-radius: 0.5rem;
}

/*----------------------------
	Content area
-----------------------------*/

#container {
  display: block;
  margin: 0 auto;
  animation: tofos 2s ease-in-out;
}
/* Animation Section Photos */
@keyframes tofos {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  50% {
    transform: translateY(25%);
    animation-delay: 2s;
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

#container li {
  /*float: left;*/
  /* height: 96px; */
  list-style: none outside none;
  margin: 10px;
  position: relative;
  width: 315px;

  /* -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000; */
}
#container li img {
  width: 100%;
  height: 100%;
}

#container ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: auto;
}

#container ul.hidden {
  display: none;
}

/*----------------------------
	The Footer
-----------------------------*/
@media all and (min-width: 200px) and (max-width: 700px) {
  #container ul {
    width: 320px;
  }
  .duo {
    visibility: hidden;
    display: none;
  }
  .line1,
  .line2 {
    margin: 10% auto;
  }
  .deco {
    width: 90%;
  }
  .link {
    font-size: 18px;
    top: 180px;
  }
  .link > .linky {
    margin: 0px 20px 0px 20px;
    margin-bottom: 56px;
  }
  .puce {
    margin: 0 auto 40px;
    width: 60px;
  }
  .line1 {
    left: 2%;
  }
  .line2 {
    right: 2%;
  }
}
@media all and (min-width: 400px) and (max-width: 700px) {
  #container ul {
    width: 400px;
  }
  .deco {
    width: 80%;
  }
  .line1,
  .line2 {
    margin: 10% auto;
  }
  .link {
    font-size: 20px;
    top: 180px;
  }
  .link > .linky {
    margin: 0px 20px 0px 20px;
    margin-bottom: 56px;
  }
  .puce {
    margin: 0 auto 40px;
  }
  .line1 {
    left: 8%;
  }
  .line2 {
    right: 8%;
  }
}
@media all and (min-width: 700px) and (max-width: 1140px) {
  #container ul {
    width: 700px;
  }
  .duoPlus {
    visibility: hidden;
    display: none;
  }
  .link {
    font-size: 24px;
    top: 180px;
  }
  .link > .linky {
    margin: 0px 20px 0px 20px;
    margin-bottom: 56px;
  }
  .puce {
    margin: 0 auto 40px;
  }
}
@media all and (min-width: 1140px) and (max-width: 1440px) {
  #container ul {
    width: 1200px;
  }
  .duo {
    visibility: hidden;
    display: none;
  }
  .link {
    font-size: 24px;
    top: 200px;
  }
  .link > .linky {
    margin: 0px 20px 0px 20px;
    margin-bottom: 56px;
  }
  .puce {
    margin: 0 auto 40px;
  }
}
@media all and (min-width: 1440px) and (max-width: 3000px) {
  html {
    background-size: cover;
  }
  #container ul {
    width: 1200px;
  }
  .duo {
    visibility: hidden;
    display: none;
  }
  .trigger:checked + .porprogal {
    background-size: cover;
  }
}
