    html {
        height: 100%;
    }
    
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    .flex-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    
    .flex-container>div {
        width: fit-content;
        width: 100%;
        font-size: 30px;
        flex: 5;
    }
    
    #demo {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    #demo2 {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    #demo3 {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    #demo4 {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    #demo5 {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    #demo6 {
        /*display: none;*/
        z-index: 100;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .carousel-inner {
        height: 100%;
    }
    
    .carousel-inner img {
        width: 100%;
    }
    
    .carousel-indicators .active {
        background-color: #85b6f0 !important;
    }
    
    .carousel .carousel-indicators li {
        width: 2vw;
        height: 2vw;
        border-radius: 0;
        opacity: 1;
        background-color: white;
        margin:0.7vw;
        margin-bottom: 2vw;
    }
    ul{
        margin:2vw;
    }
    .carousel-indicators{
        display:none !important;
    }
    .carousel .carousel-control-next-icon {
        background-image: url("../../PNG ORDI/ANNEXE/suivant-jaune.png");
        width: 5vw;
        height: 8vw;
        opacity: 1 !important;
        bottom: 2%;
        right: 3vw;
        position: absolute;
    }
    
    .carousel .carousel-control-next-icon:hover {
        background-image: url("../../PNG ORDI/ANNEXE/suivant-bleu.png");
    }
    
    .carousel .carousel-control-next {
        width: 0 !important;
        opacity: 1 !important;
    }
    
    .carousel .carousel-control-prev-icon {
        background-image: url("../../PNG 2/CO2/bouton-retour-jaune.png");
        width: 5vw;
        height: 8vw;
        opacity: 1 !important;
        bottom: 2%;
        left: 3vw;
        position: absolute;
    }
    
    .carousel .carousel-control-prev-icon:hover {
        background-image: url("../../PNG 2/CO2/bouton-retour-bleu.png");
    }
    
    .carousel .carousel-control-prev {
        width: 0 !important;
        opacity: 1 !important;
    }
    
    @font-face {
        font-family: redaction;
        src: url(../../Redaction10-Regular.otf);
    }
    
    .pome {
        font-family: redaction;
        font-size: 5vw;
        color: rgb(250, 237, 178);
        background-color: rgb(114, 68, 68);
    }