header{
  background-color: rgb(208, 185, 230);
  text-align: center;
  padding: 20px;
  font-size: xxx-large;
}

nav{
  background-color: rgb(166, 146, 185);
  padding: 5px
}

/*centeriser les tables*/
.center {
  margin-left: auto;
  margin-right: auto;
}

table{
  table-layout: fixed;
  border-collapse: collapse;
  border: 3px solid black;
  
    }

th, td {
  border: 1px solid black;
  padding: 10px;
  font-weight: 400;
}

/*noms des rows*/
tbody th{
  font-weight: 800;
}

/*noms des cols*/
thead th {
  font-weight: 800;
}

/*info*/
tbody td {
  text-align: center;
}

/*titres des tables*/
caption {
  font-family: cursive;
  padding: 10px;
  font-style: italic;
  font-weight: 1600;
  font-size: xx-large;
  text-align: center;
  color:rgb(75, 30, 117);
}

/*text normal*/
p{
  padding: 1%;
  font-family: cursive;
  font-style: italic;
  font-weight: 1600;
}

/* navigation couleur */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* navigation texte */
.topnav a {
  float:inline-start;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* navigation textes 2 */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.description {
  font-family: 'Times New Roman', Times, serif;
  font-style: normal;
  text-align: justify;
  font-size: large;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

/*list*/
dl{
  padding: 10px;
}

.mythe{
  font-family: 'Times New Roman', Times, serif;
  font-style: normal;
  font-size: large;
}

.hero-hyperlinks{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0px;
}

.thh{
  border: 5px black;
}

.hh-caption{
  font-family: 'Times New Roman', Times, serif;
  font-style: normal;
  text-align: center;
  font-size: large;
  text-decoration: underline;
  color:black
}