h2 {
  font-size: 30px;
  display: inline-block;
  color: black;
  margin-bottom: 30px;
  border-bottom: solid rgba(243, 164, 30, 1) 3px;
}

main {
  width: 100%;

  font-size: 20px;
}

#backNav {
  margin-top: 16px;
  margin-left: 16px;
}

#backNav a {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
}

#ficheEditeur {
  width: 920px;

  margin: auto;
}

#catalogueEditeur {
  width: 920px;

  margin: auto;
  margin-bottom: 16px;

  margin-top: 60px;
}

#name {
  display: flex;
  align-items: center;

  margin-top: 30px;
  margin-bottom: 20px;
}

#name img {
  max-width: 120px;
}

#name h1 {
  border: none;

  font-size: 30px;
}

.catalogueEditeur {
  display: flex;
  gap: 20px;
}

.imageCatalogue {
  width: 100px;
  height: 140px;

  border-radius: 10px;
}

.imageCatalogue img {
  width: 100px;
  height: 140px;

  border-radius: 10px;
}

#infoEditeur {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;

  margin-bottom: 20px;
}

.infoEditeur {
  width: 50%;
}

.infoEditeur p:first-child {
  font-weight: bold;
}

.infoEditeur p:first-child::before {
  display: inline-block;

  content: ' ';
  background-color: #f3a41e;
  width: 15px;
  height: 15px;

  margin-right: 10px;
  border-radius: 100%;
}

.infoEditeur a {
  color: black;
  text-decoration: none;
}

.voirPlus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.voirPlus button {
  width: 350px;
  margin-top: 20px;
  text-align: center;
  background-color: rgba(52, 52, 52, 1);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(227, 225, 225, 1);
  cursor: pointeur;
}

.voirPlus button:hover {
  background-color: #444444;
  cursor: pointer;
}

.voirPlus button span {
  color: #f3a41e;
}
