/* Corps de la page */
body {
    padding: 25px;
    background-color: #fcfbf4;
}

/* Titre */
.title {
    color: #ab886d;
    font-family: "Jacquard 12 Charted", serif;
    font-size: 55px;
    text-align: center;
}

/* Menu de navigation */
.navbar {
    display: flex;
    background-color: #ffdbe2;
    padding: 5px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    justify-content: space-around;
}

.navbar a {
    text-decoration: none;
    padding: 10px 15px;
    font-family: "Silkscreen", serif;
    color: #ab886d;
}

.navbar .cadre-lang a {
     text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Silkscreen", serif;
    color:  #ffdbe2;
}

.navbar a:hover {
    color: #fcfbf4;
}


/* Titres */
h2 {
    text-align-last: center;
}

/* Liens */
a {
    color: #ffdbe2;
    font-family: "Silkscreen", serif;
    text-decoration-line: underline;
}

a:hover {
    color: #fcfbf4;
}

/* Paragraphes */
p {
    font-family: Pixelify Sans, serif;
    line-height: 1.5;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
}

/* Images */
img {
    width: 150px;
    border-radius: 10px;
}

/* Conteneurs */
.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.cadre, .cadre-1, .cadre-2, .email-button {
    padding: 10px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}

.cadre {
    width: 300px;
    background-color: #ffdbe2;
}

.cadre-1 {
    width: 200px;
    background-color: #ab886d;
}

.cadre-2 {
    width: 200px;
    background-color: rgba(171, 136, 109, 0.56);
}

.cadre-lang {
    width: 95px;
    background-color: rgba(171, 136, 109, 0.56);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

/* Email */
.email-button {
    width: 25px;
    height: 25px;
    background-color: rgba(171, 136, 109, 0.56);
}

.email-button:hover .img-original {
    display: none;
}

.email-button .img-hover {
    display: none;
    position: relative;
}

.email-button:hover .img-hover {
    display: inline-block;
}

.img-hover {
    width: 100%;
}

.img-original {
    width: 100%;
}

.text-contact {
    font-size: 25px;
    font-weight: bold;
    color: #AB886D;
    font-family: "Pixelify Sans";
    text-align: center;
}

/* Conteneur d'images */
.container-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

iframe {
    border-radius: 10px;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Boîtes de contenu */
.box {
    background-color: #ffdbe2;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-above {
    font-size: 25px;
    font-weight: bold;
    color: #AB886D;
    margin-bottom: 10px;
    font-family: "Pixelify Sans";
    text-align: center;
}

/* Conteneur d'images dans la boîte */
.images-container {
    display: flex;
    gap: 10px;
}

.images-container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

table {
  border-collapse: collapse;
  font-family: "Pixelify Sans";
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: lighter;
}

thead,
tfoot {
  background-color: rgba(171, 136, 109, 0.56);
  border-radius: 25px;
}

th,
td {
  border: 1px solid #AB886D;
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}

tbody > tr:nth-of-type(even) {
  background-color: rgba(171, 136, 109, 0.56);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}


.images-container img {
    width: 50%;
    height: auto;
}

.images-container-1 img {
    max-width: 750px;
    width: 100%;
    height: auto;
}

/* Footer */
footer {
    display: flex;
    font-size: smaller;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Silkscreen";
    padding: 20px;
    color: #ab886d;
    width: 100%;
    margin: 0;
}
