html {
  font-family: Book Antiqua, serif;
  font-size: 1.7vw;
}

body {
  margin : 3%;
}

h1, h2 {
  text-align: center;
  color : teal;
}

.flottant {
  float : left;
  margin-bottom: 25px;
}

#nom {
  clear : left;
}



.vp {
  text-align: right;
}

img {
  margin: 0 auto;
  display: block;
}





.technique {
  margin: 0 auto;
}

.technique h3 {
  text-align: center;
  margin-bottom: 1em;
}

.technique p {
  margin-bottom: 2em;
}

.images {
  display: flex;
  grid-gap: 20px;
}

.images img {
  width: 31.9%;
  max-height: 25vw;
  object-fit: contain;
}
