html, body {
    height: 100%;
    font-family: 'Libre Franklin', sans-serif;
}
body.body-background {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}
strong {
    font-weight: 900;
}
p {
    margin: 0;
}
/* HEADER */
header {
    padding: 1.7rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
header a {
    color: black;
    text-decoration: none;
}
header p {
    font-size: 2rem;
}
header .name {
    text-transform: uppercase;
    font-size: 1.7rem;
}
.tout-la-haut {
    font-size: 2rem;
}
p.section-name {
    font-size: 3.7rem;
    line-height: 3.4rem;
}
p.section-name.index {
    padding-top: 1.7rem;
    padding-left: 1.7rem;
}
/* FOOTER */
footer {
    padding: 1.7rem;
    display: flex;
    justify-content: space-between;
}
footer a {
    margin-right: 0.7rem;
}
footer p {
    font-size: 0.8rem;
}
footer img {
    height: 2.5rem;
}
/* ---------------------------------- */
.prodibi-gallery-container {
    width: 80%;
    margin: auto;
}
.prodibi-gallery-container.index {
    display: flex;
    flex-wrap: wrap;
}
.prodibi-gallery-item {
    width: 24%;
    padding: 0.5%;
}
.prodibi-gallery-item p {
    font-size: 1.3rem;
}
.prodibi-image-container {
    width: 100%;
    height: 100%;
}
/* SINGLE IMAGE */
.prodibi-single-image {
    width: 80%;
    margin: auto;
    padding-bottom: 1.7rem;
}
.single-image-title {
    width: 80%;
    margin: auto;
    font-size: 2.5rem;
    padding-bottom: 1.25rem;
}
.index-item {
    width: 100%;
}
/* HOME */
div.temp-home {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
/* HOME LINKS */
div.intro-links {
    position: absolute;
    right: 5%;
    top: 35%;
}
div.intro-links p a {
    font-size: 1.2rem;
    line-height: 2rem;
    color: black;
    text-decoration-color: transparent;
    opacity: 0.7;
}
div.intro-links p a:hover {
    text-decoration-color: black;
    opacity: 1;
}
