.titre-page {
  text-align: center;
  font-weight: bold;
  /*padding-top: 60px;*/
  color: var(--bs-white);
  font-family: 'Architects Daughter', serif;
  letter-spacing: 8px;
  text-shadow: -1px 2px 10px var(--bs-gray-600);
}

.sticky-top2 {
  top: 50px;
  position: sticky;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #0d9df0;
  /*font-weight: bold;*/
}

.titre-artiste {
  font-weight: bold;
  color: #ff7c02;
  padding-left: 24px;
  letter-spacing: 1px;
  font-family: Kalam, serif;
  text-shadow: 3px 4px 4px #c6c6c6;
}

.encadre-gris {
  background: #e6e3e3;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 54px;
  border: 4px dashed rgb(140,140,140);
}

.ombre {
  box-shadow: 1px 1px 7px 1px rgb(137,137,137);
}

.incline-g {
  transform: rotate(-3deg);
  margin-top: 10px;
  margin-bottom: 10px;
  /*margin-left: 15px;*/
}

.incline-d {
  transform: rotate(3deg);
  margin-top: 10px;
  margin-bottom: 10px;
  /*margin-left: 15px;*/
}

#artistes a {
  color: #019ef7;
}

#artistes a:hover {
  color: #fffffe;
  background-color: #05b0f9;
}

.pointille {
  border-top: 7px dotted #cdcdcd;
  margin-top: 12px;
  margin-bottom: 12px;
}

.indent {
  text-indent: 3vw;
}

.figure-caption {
  color: var(--bs-gray-600);
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
}

.larg-utile {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.cadre2 {
  border: 5px solid var(--bs-white);
  box-shadow: 0px 3px 15px 0px;
}

.galerie1 {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #c2c2c2;
  box-shadow: inset 0px 0px 13px 2px;
  padding-bottom: 18px;
  padding-top: 32px;
}

.accordion-item {
  text-align: center;
}

