    body {
        font-family: "acumin-pro", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
    }

    i {
        font-family: "acumin-pro", sans-serif;
        font-weight: 300;
        font-style: italic;
    }

    .blue {
        color: #2151b3;
    }

    a {
        color: #2151b3;
        text-decoration: none;

    }

    .logomobile {
        display: none;
    }


    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
        background-image: url(src/papier-b-3.jpg);
        background-size: cover;
    }

    nav {
        position: relative;
        z-index: 9999999;
        list-style: none;
        padding-top: 2em;
        padding-left: 1.5em;
        line-height: 18px;
    }

    nav a:hover {
        color: black;
        font-weight: bold;
        cursor: pointer;
        filter: blur(0.0006px);
    }

    p {
        padding-left: 1.5em;
        width: 55%;
        line-height: 18px;

    }

    .img-shadow {
        filter: drop-shadow(2px 2px 4px #666666);
    }


    .logo {
        width: 50%;
        position: fixed;
        top: 40%;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 200px;
        color: red;

    }

    main {
        width: 50vw;
        overflow: hidden;
        position: absolute;
        right: 0;
    }


    section {
        position: relative;
        z-index: 2;

    }

    .sec-a-propos {
        display: block;
        min-height: 100vh;
    }

    .bg-container {
        position: fixed;
        z-index: 1;
    }

    .bg {
        width: 110%;
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: cover;
        transform: translateX(-7.5px);
    }

    body {
        margin: 0;
        padding: 0;
    }

    .nobg {
        position: relative;
    }




    /* FLEURS & IMG */

    .dryflower1 {
        z-index: 99999;
        width: 120px;
        position: fixed;
        top: 50%;
        left: 27%;
    }

    .evaillu1 {
        position: absolute;
        height: 220px;
        bottom: 0;
        left: 0;
        z-index: 99999;


    }

    .postitlecture {
        z-index: 99999;
        width: 600px;
        position: fixed;
        top: 50%;
        left: 0;

    }

    .coffeeillu {
        z-index: 2;
        position: fixed;
        top: 10%;
        left: 10%;
        height: 120vh;
        transform: rotate(90deg);
    }

    .elasticillu {
        z-index: 99999;
        position: fixed;
        bottom: -15%;
        left: 20%;
        height: 50vh;

    }

    .dryflower5 {
        z-index: 99999;
        width: 120px;
        position: fixed;
        top: 0;
        left: 22%;
    }

    .postcard5 {
        z-index: 99999;
        position: fixed;
        bottom: 0;
        right: 0;
        height: 60vh;
        transform: rotate(120deg)translateX(-100px);

    }

    .logo-sturm {
        z-index: 99999;
        width: 400px;
        position: fixed;
        top: 60%;
        transform: rotate(25deg);

    }

    .logo-sabir {
        z-index: 99999;
        width: 50%;
        position: fixed;
        top: 50%;
        left: 22%;
        right: 0;
        transform: translateX(500px) rotate(-12deg);


    }

    .postit {
        z-index: 99999;
        height: 350px;
        position: fixed;
        transform: rotate(140deg);
        bottom: 1%;
        right: 1%;
        ;

    }

    .stamps {
        z-index: 99999;
        height: 350px;
        position: fixed;
        bottom: 0;
        transform: translateX(-200px) rotate(60deg);

    }

    .imgideva {
        z-index: 99999;
        height: 180px;
        position: fixed;
        top: 65vh;
        right: 40vw;

    }

    .numbereva {
        z-index: 99999;
        height: 350px;
        position: fixed;
        bottom: 0;
        right: 10%;
        transform: rotate(15deg)
    }

    .postitres {
        z-index: 99999;
        height: 280px;
        position: fixed;
        top: 0;
        left: 25%;
        transform: rotate(40deg)
    }

    .dryflower4 {
        z-index: 99999;
        width: 120px;
        position: fixed;
        top: 60%;
        right: 17%;
    }


    @media screen and (max-width: 768px) {

        .numbereva {
            display: none;
        }

        .logo-sturm {
            display: none;
        }

        .postit {
            display: none;
        }

        .postitres {
            display: none;
        }



        .logomobile {
            display: flex;
            padding : 0.5em;
            position: relative;
            z-index: 100;
        }
        



        .logomobile img { 
            width: 50%;

        }

        .logo {
            display: none;
        }

        header {
            z-index: 99999999999;
            position: relative;
            top: 0;
            right: 0;
            width: 100%;
            height: fit-content;
            background-image: none;
            background-size: cover;
            display: flex;
            flex-direction: column-reverse;
    

        }


        main {
            width: 100%;
            padding-top: 1.5em;

        }

        nav {

            column-count: 2;
            position: relative;
            z-index: 9999999;
        }

        .logo {
            position: relative;
        }

        p {
            padding-left: 1.5em;
            width: 70%;
            line-height: 18px;

        }

        .bg-container {
            top: 0;
        }

        .sec-a-propos {
            min-height: 0;
        }

        .evaillu1 {
            position: relative;
            display: none;
        }

        .dryflower1 {
            left: 80%;
            top: 0;
        }

        .postitlecture {
            left: 70%;
        }

        .postitres {
            left: -15%;
            top: 70%;

        }

        .dryflower4 {
            right: -1%;
        }

        .postcard5 {
            bottom: -0%;
            right: -40%;
            height: 50vh;
            transform: rotate(135deg)translateX(-100px);


        }

        .dryflower5 {
            left: 70%;
        }

        .imgideva {
            top: 45vh;
            right: 4vw;
            transform: rotate(10deg);
        }

        .stamps {
            display: none;
        }

        .bg {
            min-height: 100vh;
        }

        .elasticillu {
            display: none;
        }
        
    }

    .loader-container {
        backdrop-filter: blur(20px);
        width: 100%;
        height: 100%;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000000000000;
        background-color : white;
        opacity: 90%;
       


    }


    .spinner {
  
    animation: spin-anim 2.4s linear infinite;
}

.spinner img {
    height: auto;
    width: 120px;
}


@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }

}


