.frise {
    margin: 0px;
    padding: 0px;
    background: #3C523A;
    background-image: url(/public/icones/arbre_mort.svg);
    background-size: 340px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

h1,
h2,
h3 {
    color: var(--couleur-dominante-2);
    margin-left: 5px;
    margin-top: 0px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0, 0.9);
    cursor: pointer;
    display: grid;
    place-content: center;
}

.overlay::after {
    content: "X";
    color: white;
    background-color: var(--menu);
    font-family: sans-serif;
    text-align: center;
    line-height: 2rem;
    display: block;
    position: absolute;
    top: 6.5rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 50%;
}

.overlay>figure {
    width: 80%;
    margin: auto;
    padding: 1rem;
    border: solid;
    border-width: 2px;
    border-color: var(--couleur-tonique);
    border-radius: 5px;
    background-color: white;
}

.overlay>figure>figcaption {
    font-family: 'Cormorant Garamond', serif;
    font-size: var(--texte-articles);
    color: black;
    line-height: 1.7rem;
    text-align: center;
}

.overlay>figure>img {
    width: 100%;
    height: auto;
}

.miniatures__1 {
    height: 60px;
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    cursor: pointer;
}

.miniatures__2 {
    height: 60px;
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 15rem;
    justify-content: center;
    cursor: pointer;
}

.miniatures__1--img,
.miniatures__2--img {
    border: solid;
    border-color: white;
    border-radius: 5px;
}

.point {
    margin: 0px;
    margin-top: 240px;
}