#myWork {
  background-color: #E6FFD9;
  width: calc(100dvw - 8px);
  border: solid 4px black;
  padding-bottom: 63px;
}
#myWork .cadre0 {
  background-image: url(../IMG/MiniatureItch.png);
}
#myWork .cadre0 .cache {
  background-color: #FFBFBF;
}
#myWork .cadre1 {
  background-image: url(../IMG/MiniatureBurton.png);
}
#myWork .cadre1 .cache {
  background-color: #A6FFF2;
}
#myWork .cadre {
  margin: 0 auto;
  margin-top: 63px;
  width: 80dvw;
  height: 50dvh;
  border: solid 4px black;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
#myWork .cadre .cache {
  position: absolute;
  display: none;
  justify-content: end;
  flex-direction: column;
  z-index: 2;
  height: 40dvh;
  width: 80dvw;
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
#myWork .cadre .cache p {
  width: 40%;
}
#myWork .cadre:hover .cache {
  display: flex;
}
#myWork .cadre a {
  text-decoration: none;
  color: black;
  width: 50%;
}
#myWork .cadre a:visited {
  text-decoration: none;
  color: black;
}
#myWork .cadre .categorie {
  position: relative;
  top: 80%;
  height: 20%;
  width: 80dvw;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.582);
  border-top: solid 4px black;
  display: flex;
  align-items: center;
}
#myWork .cadre .categorie_skill {
  display: inline-flex;
  text-align: center;
  border: solid 2px black;
  align-items: center;
  border-radius: 25px;
  align-items: center;
  display: inline-flex;
  padding: 0.4em 1em;
  border-radius: 25px;
  border: solid 2px black;
  align-items: center;
  font-weight: 600;
  font-size: small;
  margin-left: 1%;
}
#myWork .cadre .categorie_skill--HTML {
  background-color: #FFBFBF;
}
#myWork .cadre .categorie_skill--JS {
  background-color: #FFB3FF;
}
#myWork .cadre .categorie_skill--GDSCript {
  background-color: #A6FFF2;
}
#myWork .cadre .categorie_skill--BootStrap {
  background-color: #FFDBCC;
}
@media screen and (min-width: 1024px) {
  #myWork {
    width: calc(100% - 8px);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #myWork .cadre {
    margin: 0 auto;
    margin-top: 63px;
    width: 45dvw;
    height: 50dvh;
  }
  #myWork .cadre .cache {
    position: absolute;
    display: none;
    justify-content: end;
    z-index: 2;
    height: 40dvh;
    width: 45dvw;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
  }
  #myWork .cadre .categorie {
    position: relative;
    top: 80%;
    height: 20%;
    width: 45dvw;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.582);
    border-top: solid 4px black;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=work.css.map */