/* Tous les bandeaux image pleine largeur */
#block-bandeauatelier,
#block-bandeaustands {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

#block-bandeauatelier .wide-content,
#block-bandeaustands .wide-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#block-bandeauatelier img,
#block-bandeaustands img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Gestion des clics sur les liens */
a:focus {
  outline: none;
  outline-offset: 0;
}

a {
  text-decoration: none;
  word-wrap: anywhere;
  border-bottom: 1px dotted;
  color: #000000;
}