/* =======================
   Corps de la page
   ======================= */
body {
    padding: 25px;
    background-color: #fcfbf4;
}

/* =======================
   Titres
   ======================= */
.title {
    color: #ffdbe2;
    font-family: "Silkscreen", serif;
    font-size: 55px;
    text-align: center;
}

h2 {
    text-align-last: 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 a:hover {
    color: #fcfbf4;
}

.navbar .cadre-lang a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Silkscreen", serif;
    color: #ffdbe2;
}

/* =======================
   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;
    pointer-events: none;
}

/* =======================
   Conteneurs
   ======================= */
.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.container-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* =======================
   Cadres & boîtes
   ======================= */
.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: 110px;
    background-color: rgba(171, 136, 109, 0.56);
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}

.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;
}

/* =======================
   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;
}

/* =======================
   Conteneurs d'images
   ======================= */
.images-container {
    display: flex;
    gap: 10px;
}

.images-container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.images-container img {
    width: 50%;
    height: auto;
}

.images-container-1 img {
    max-width: 750px;
    width: 100%;
    height: auto;
}

/* =======================
   Iframe
   ======================= */
iframe {
    border-radius: 10px;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* =======================
   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;
}
