#lesPeintures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.unePeinture {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border: 0;
  display: block;
  height: 315px;
  width: 315px;
  margin: 0 10px 8rem 10px;
}
.unePeinture a {
  box-sizing: border-box;
  margin-bottom: 8rem;
  padding: 0;
  color: black;
  background-color: transparent;
  display: block;
  text-decoration: none;
  border: 0;
}
.unePeinture a p.plusdinfos {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 140, 0, 0.8);
  color: black;
  font-size: 2.4rem;
  text-align: center;
  z-index: 100000;
  opacity: 0;
  padding-top: 55%;
  /* Vertically center the caption */
  position: absolute;
}
.unePeinture a:hover {
  color: black;
  outline-color: #eee;
}
.unePeinture a:hover .plusdinfos {
  opacity: 1;
  transition: opacity 0.9s;
}
.unePeinture a:hover .infos {
  background-color: rgba(0, 0, 0, 0.08);
  transition: background-color 1.4s;
}
.unePeinture a:hover .photo {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
  transition: box-shadow 0.8s;
  opacity: 0.5;
}
.unePeinture a:hover p.plusdinfos {
  display: block;
}
.unePeinture .photo {
  width: 315px;
  height: 315px;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}
.unePeinture .photo img {
  object-fit: contain;
  width: 315px;
  height: 315px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.unePeinture .infos {
  background-color: rgba(0, 0, 0, 0.01);
  padding: 0.5rem;
  margin: 0rem;
  text-align: left;
  height: 6.4rem;
}
.unePeinture p {
  color: gray;
  font-size: 0.7rem;
  line-height: initial;
  padding: 0;
  margin: 0;
}

.titre {
  display: block;
  color: gray;
  letter-spacing: 2px;
  font-size: 0.55rem;
  margin-bottom: 0.5rem;
}

.dimensions {
  font-size: 0.6rem;
  color: silver;
}

.dimensions {
  display: none;
}

.prix {
  color: black;
  font-size: 0.8rem;
}

.collectionArtiste,
.vendue,
.disponible,
.enVente,
.digigraphieDisponible {
  font-size: 0.8rem;
  margin-top: 0.1rem;
  letter-spacing: 2px;
}

.collectionArtiste {
  color: PowderBlue;
}

.vendue {
  color: tomato;
}

.collectionArtiste,
.vendue {
  display: none;
}

.enVente {
  color: darkslategray;
}

.digigraphieDisponible {
  font-size: 0.7rem;
  color: sienna;
  letter-spacing: 1px;
}

.photo-galerie {
  border: 6px solid black;
  padding: 4px;
}
.photo-galerie.l90 {
  width: 90%;
}
.photo-galerie.l70 {
  width: 70%;
}
.photo-galerie.l50 {
  width: 50%;
}

figure.oeuvre figcaption {
  padding: 0;
  margin: 0rem 0 0 0.5rem;
}
figure.oeuvre span {
  font-size: 110%;
  line-height: 110%;
}
figure.oeuvre span.digigraphieDisponible {
  display: inline-block;
  padding: 0.2em 0.6rem;
  line-height: 1em;
  margin-left: 1em;
  border: 2px solid;
  border-radius: 4px;
  font-family: "futura", "arial", sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-color: goldenrod;
  background-color: goldenrod;
  color: white;
  text-decoration: none;
}
figure.oeuvre span.digigraphieDisponible .svg-inline--fa {
  display: inline-block;
  margin-right: 0.6rem;
}
figure.oeuvre span.statutVendue {
  display: inline-block;
  padding: 0.2em 0.6rem;
  line-height: 1em;
  margin-left: 1em;
  border: 2px solid;
  border-radius: 4px;
  font-family: "futura", "arial", sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-color: tomato;
  background-color: tomato;
  color: white;
  text-decoration: none;
}
figure.oeuvre span.statutVendue .svg-inline--fa {
  display: inline-block;
  margin-right: 0.6rem;
}
figure.oeuvre span.statutExposee {
  display: inline-block;
  padding: 0.2em 0.6rem;
  line-height: 1em;
  margin-left: 1em;
  border: 2px solid;
  border-radius: 4px;
  font-family: "futura", "arial", sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-color: purple;
  background-color: purple;
  color: white;
  text-decoration: none;
}
figure.oeuvre span.statutExposee .svg-inline--fa {
  display: inline-block;
  margin-right: 0.6rem;
}
figure.oeuvre span.statutCollectionArtiste {
  display: inline-block;
  padding: 0.2em 0.6rem;
  line-height: 1em;
  margin-left: 1em;
  border: 2px solid;
  border-radius: 4px;
  font-family: "futura", "arial", sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-color: SteelBlue;
  background-color: SteelBlue;
  color: couleurEncreCollectionArtiste;
  text-decoration: none;
}
figure.oeuvre span.statutCollectionArtiste .svg-inline--fa {
  display: inline-block;
  margin-right: 0.6rem;
}
figure.oeuvre span.statutEnVente {
  display: inline-block;
  padding: 0.2em 0.6rem;
  line-height: 1em;
  margin-left: 1em;
  border: 2px solid;
  border-radius: 4px;
  font-family: "futura", "arial", sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-color: sienna;
  background-color: sienna;
  color: darkslategray;
  text-decoration: none;
}
figure.oeuvre span.statutEnVente .svg-inline--fa {
  display: inline-block;
  margin-right: 0.6rem;
}
.btn-group {
  margin: -0.5rem auto 2rem auto;
  width: 100%;
}
.btn-group .groupe {
  font-size: 0.5rem;
  margin: 0.6rem 0 -0.3rem 0;
  color: silver;
}

.btn {
  display: inline-block;
  padding: 0.38em 0.78em;
  margin: 0 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #EEE;
  border-color: #EEE;
  color: #AAA;
  font-size: 0.55rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  background-color: #F6F6F6;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.btn:focus {
  outline-width: 0;
}
.btn.active {
  color: white;
  border-color: #222;
  background-color: #222;
  letter-spacing: 0.078rem;
}
.btn.active .noir {
  border-color: white;
}
.btn.active .blanc {
  border-color: transparent;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  color: #AAA;
  background-color: #F6F6F6;
}
.btn span.echantillon {
  display: inline-block;
  width: 0.6rem;
  height: 0.4rem;
  border-radius: 1rem;
  margin: 0;
  margin-right: 0.6em;
  border: 1px solid transparent;
}
.btn span.blanc {
  background: white;
  border-color: black;
}
.btn span.noir {
  background: black;
  border-color: transparent;
}
.btn span.couleur {
  background: gold;
  border-color: transparent;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .btn:hover {
    color: #000;
    text-decoration: none;
    background-color: orange;
    border-color: transparent;
    letter-spacing: 0.117rem;
    font-size: 0.5665rem;
    transition: background-color 0.4s, letter-spacing 0.5s ease-out;
  }
  .btn:hover .blanc {
    border-color: transparent;
  }
  .btn:hover .couleur {
    border-color: transparent;
  }
  .btn:hover.active {
    color: white;
    border-color: #222;
    background-color: #222;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.65rem;
  }
}
position:relative .filter-group .btn.active:after, .filter-group .btn.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  transition: 0.2s;
}
.filter-group .btn:before {
  background-color: #2c3e50;
  border-radius: 50%;
}
.filter-group .btn:after {
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/check.svg);
}
.filter-group .btn.active:after, .filter-group .btn.active:before {
  opacity: 1;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.btn-group .label {
  color: #ccc;
  text-transform: lowercase;
  margin-bottom: 0.2rem;
}
.btn-group .groupe {
  padding-right: 1rem;
}
.btn-group .groupe btn {
  display: block;
}

h1#anneeGalerie {
  margin: 0;
}
h1#anneeGalerie #nbPeintures {
  color: gray;
  font-size: 0.5rem;
  font-weight: 100;
  letter-spacing: 2px;
  vertical-align: super;
}

.listeAnnees {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.listeAnnees#anneesPrecedentes {
  margin-bottom: 2rem;
}
.listeAnnees li {
  display: inline-block;
  padding: 0 0.35rem 0 0;
  margin: 0;
}
.listeAnnees li a {
  border: none;
  margin: 0;
}

/*# sourceMappingURL=galerie.css.map */
