body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    margin: 0 !important;
}
/* Screen 1 */
#screen1 {
    text-align: center;
}

.MenuItemText {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: white !important; 
    margin: 1em;
}

/* vertical slider */
#carrouselPage {
    font-family: 'Amaranth';
    font-size: 1.3em;
}
.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.numeroSlide {
    font-size: 12em;
    position: absolute;
    z-index: 0;

    right: 5%;
}

.imageSlide {
    position: relative;
    z-index: 1;
    top:10%;
    right: 10%;
    max-width: 60%;
    background-color: black;
}

@media screen and (max-width: 1000px) {
    .left-panel{
        width: 100% !important;
    }
    .left-panel div h1 {
        font-size: 1.25em;
    }
    #slide1 {
        background-image: url("../content/aqua.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80%;
    }
    #slide2 {
        background-image: url("../content/rootme.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80%;
    }
    #slide3 {
        background-image: url("../content/insalatacaesar.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80%;
    }
    #slide4 {
        background-image: url("../content/tiktok.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80%;
    }
    #slide5 {
        background-image: url("../content/easy_french_logo.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 25%;
    }
    .text-start {
        font-size: 0.80em;
    }
    .left-panel div{
        margin-left: 0.5em !important;
        margin-right: 0.5em !important;
    }

}