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 a {
  color: #aeaead;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
}

#ficheEditeur {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#resume {
  max-width: 1240px;

  margin-left: 6%;
  margin-top: 40px;
}

#resume p:first-child {
  font-weight: bold;
  font-size: 24px;
}

#resume p:last-child {
  margin-top: 20px;

  font-weight: bold;
  font-size: 20px;
}

#resume p:last-child span {
  display: inline-block;

  height: 30px;

  padding: 3px 20px 0px 20px;
  border: 2px solid #f3a41e;
  margin: 10px 10px;
  border-radius: 20px;

  color: #f3a41e;

  font-size: 16px;
}

#couverture {
  display: flex;
  justify-content: center;

  width: 430px;
  height: 420px;
  margin-left: 6%;
}

#couverture img {
  max-height: 420px;
}

#catalogueAuteur {
  width: 920px;

  margin: auto;
  margin-top: 60px;
}

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

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

#name h1 {
  padding: none;
  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-direction: column;
  gap: 10px;
  margin-left: 24px;
  border-left: 3px solid #f3a41e;
  padding-left: 24px;
}

#infoEditeur h1 {
  font-weight: bold;
  font-size: 30px;

  padding: 0px;
  border: none;
}

#infoEditeur span {
  font-weight: bold;
}

.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;
}

#sectionRS {
  margin-top: 30px;
}

#sectionRS p {
  margin-bottom: 20px;

  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#ficheTechnique {
  max-width: 1240px;

  margin-left: 6%;
  margin-top: 60px;
}

#ficheTechnique > p {
  font-weight: bold;
  font-size: 24px;
}

#ficheTechnique div p:first-child {
  font-weight: bold;
}

#ficheTechnique > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;

  padding: 15px;
  margin-top: 30px;
}

#ficheTechnique div p {
  text-align: left;
}

#ficheTechnique > div > div {
  width: 33%;
}

#ficheTechnique > div > div:nth-child(2) {
  width: 66%;
}

.voirPlus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.voirPlus button {
  width: 350px;
  margin-top: 20px;
  text-align: center;
  background-color: #f3a41e;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: normal;
  color: white;
  cursor: pointer;
  border: none;
}

#placedeslibraires {
  width: 100%;
}
