.background {
    background-color: rgb(130, 26, 26);
}

.centered-img {
    width: 100%;
}

.container-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    width: 40vw;
    max-width: 40vw;
}

.docked-bottom-left {
    position: fixed;
    bottom: 1px;
    left: 1px;
    width: 25vw;
    z-index: 1;
    height: fit-content;
}

.docked-right-bottom {
    position: fixed;
    bottom: 5px;
    right: 5px;
    top: 50vh;
    width: 25vw;
    max-width: 25vw;
    display: flex;
    flex-direction: column-reverse;
    z-index: 1;
}

.docked-right-top {
    position: fixed;
    bottom: 50vh;
    right: 5px;
    top: 5px;
    width: 25vw;
    max-width: 25vw;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: fit-content;
}

.docked-left-top {
    position: fixed;
    bottom: 50vh;
    left: 5px;
    top: 5px;
    width: 25vw;
    max-width: 25vw;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: fit-content;
}

.right-link {
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15vw;
    max-width: 15vw;
    text-align: center;
}
.right-link:hover {
    background-color: rgb(100, 26, 26);
}

.right-link a {
    text-decoration: none;
    color: rgb(254, 214, 253);
}

.bottom-img {
    width: 100%;
}

.text-incontournables {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(245, 135, 31);
    text-align: center;
}

.text-flyer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(254, 214, 103);
    text-align: center;
}

.caroussel-height {
    height: 600px;
}

.menu-border {
    margin-top: 2rem;
    border: black;
    border-style: dashed;
    border-radius: 12px;
}