@font-face {
    font-style: normal;
    font-family:'maxfett';
    src: url('../fonts/MaxFett-Black-Trial.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-family: 'cirka';
    src: url('../fonts/Cirka-Variable.ttf') format('ttf');
}



html, body {
    font-size: 20px;
    line-height: 0.9;  
    font-family: 'maxfett';
    font-style: normal;
    background-color: rgb(201, 201, 201);
}

.title {
        cursor: none;
        padding-top: 0rem;
        text-align: left;
        font-family: 'maxfett';
        color: rgb(0, 0, 0);
        position: relative;
        margin-top: 1rem;
        margin-left: 5px;
        margin-bottom: 0.3rem;
        font-size: 6vw;
        z-index: inherit;    
}


.number {
    font-family: 'cirka';
    color: rgb(0, 0, 0);
}

.intro .number{
    color: rgb(252, 90, 238);
    line-height: 50%;
}

.list .number {
    margin-right: 6px;   
}

.list {
    cursor: url(../img/Sans\ titre-1.png), url(../img/Sans\ titre-1.png), auto;
    font-size: 1.5vw;
    line-height: 2.3vw;
}

.list .box {
    line-height: 0.8rem;  
    font-size: 1vw;
}

@media screen and (max-width: 600px) {
.list .box {
    font-size: 5vw;
    line-height: 0.6rem;
}
}

.list .box .box {
    cursor: none;
    line-height: 1;  
    text-align: left;
    font-size: 1.5vw;
}

@media screen and (max-width: 600px) {
.list .box .box {
    cursor: none;
    line-height: 0.9;  
    text-align: left;
    font-size: 4vw;
}
}

@media screen and (max-width: 600px) {
    .list {
        font-size: 2.5vw;
        line-height: 2.5rem;
    }
    }

@media screen and (max-width: 600px) {
        .action {
        display: NONE;        
    }
        }
    

@media screen and (max-width: 1000px) {
    .list {
        font-size: 1.8vw;
        line-height: 1.4rem;
    }
    .list .box {
        font-size: 1.3vw;
        line-height: 0.8rem;
    }
    .list .box .box {
            cursor: none;
            line-height: 0.9;  
            text-align: left;
            font-size: 2vw;
        }

    }





.print-title {
    display: none;
}

.print-shapes {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.print-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 550px;
    filter: blur(100px);
    border-radius: 50%;
    justify-content: center;
    background-color: rgb(4, 0, 255)
}

.print-shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    filter: blur(50px);
    border-radius: 50%;
    justify-content: center;
    background-color: rgb(26, 66, 28);
}

.print-shape-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    filter: blur(50px);
    border-radius: 50%;
    justify-content: center;
    background-color: rgb(255, 102, 0);
}

.print-shape-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    filter: blur(30px);
    border-radius: 50%;
    justify-content: center;
    background-color: red;
}


.index {
    display: flex;
    justify-content: center;
} 

.intro {
    font-family: 'maxfett';
    padding: 1.5rem;
    text-align: left;  
    line-height: 0.9;  
    color: rgb(0, 0, 0);
    border: solid rgb(0, 0, 0) 0.1rem;
    border-radius: 0.5em;
    font-style: normal;
    font-size: 2rem;
    position: relative;
    z-index: 100;
    margin-left: 5px;
    margin-right: 5px;
}

.shapes {
    filter: blur(50px);
    position: fixed;
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}

.shape1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0;
    scale: 0;
    transition: opacity 0.5s ease-in;
    transition: opacity 7s ease-out;
    mix-blend-mode: multiply;
}

.shape2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vmin;
    height: 60vmin;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0;
    scale: 0;
    transition: opacity 3s ease-in-out;
    mix-blend-mode: multiply;
}

#shape-1 {
    background-color: rgb(29, 94, 48);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-2 {
    background-color: rgb(189, 89, 255);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-3 {
    background-color: rgb(245, 215, 43);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-4 {
    background-color: rgb(117, 82, 50);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-5 {
    background-color: rgb(255, 0, 212);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-6 {
    background-color: rgb(21, 17, 255);
    width: 90vmin;
    height: 90vmin;
    border-radius: 50%;
}

#shape-7 {
    background-color: rgb(155, 128, 255);
}

#shape-8 {
    background-color: rgb(255, 5, 234);
}

#shape-9 {
    background-color: rgb(255, 84, 17);
}

#shape-10 {
    background-color: rgb(91, 148, 0);
    animation-name: anim-shape-10;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#shape-11 {
    background-color: rgb(75, 21, 21);
}

#shape-12 {
    background-color: rgb(123, 138, 247);
}

#shape-13 {
    background-color: rgb(0, 161, 94);
}

#shape-14 {
    background-color: rgb(153, 0, 255);
}

#shape-15 {
    background-color: rgb(59, 170, 44);
}

#shape-16 {
    background-color: rgb(255, 211, 65);
}

#shape-17 {
    background-color: rgb(25, 0, 255);
}

#shape-18 {
    background-color: rgb(255, 72, 0);
}

#shape-19 {
    background-color: rgb(149, 163, 243);
}

@keyframes .anim-shape-10 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0.5)
    }

    100% {
        transform: scale(1);
    }
}



.slogan {
    font-family: 'maxfett';
    color: rgb(0, 0, 0);
    position: relative;
    margin-top: 2rem;
    font-size: 10em;
    height: 0.9em;
    cursor: url(../img/Sans\ titre-1.png), url(../img/Sans\ titre-1.png), auto;
}

.action {
    font-family: 'maxfett';
    color: rgb(0, 0, 0);
    margin-top: 3rem;
    height: 1em;
    font-variant: small-caps;
    position: fixed;
    z-index:200;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color:rgb(201, 201, 201);
    padding-top: .3rem;
    padding-bottom: .9rem;
}

.slogan h1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 2s ease-in-out;
    margin: 0;
    margin-left: 5px;
    font-size: 15vw;
    line-height: 0.7;
    cursor: url(../img/Sans\ titre-1.png), url(../img/Sans\ titre-1.png), auto;
}

.slogan h1:nth-child(1) {
    opacity: 1;
}

.slogan h1:nth-child(2) {
    opacity: 0;
}

.slogan:hover h1:nth-child(1) {
    opacity: 0;
}

.slogan:hover h1:nth-child(2) {
    opacity: 1;
}

a {
    text-decoration: none;
    color:  rgb(0, 0, 0);
    cursor: url(../img/Sans\ titre-1.png), url(../img/Sans\ titre-1.png), auto;
}

.circle1 {
    width: 30vw;
    height: 30vw;
    background-color:  rgb(255, 72, 0);
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    animation-name: circle;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
    mix-blend-mode: scr;
}


.circle4 {
    font-family: 'Frivole';
    color: rgb(125, 123, 255);
    justify-content: center;
    display: flex;
    width: 30vw;
    height: 30vw;
    background-color: rgb(41, 54, 18);
    border-radius: 50%;
    filter: blur(70px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: circle2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.circle3 {
    width: 30vw;
    height: 30vw;
    background-color:  rgb(252, 89, 217);
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    animation-name: circle;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
    mix-blend-mode: scr;
}

.circle2 {
    width: 60vw;
    height: 60vw;
    background-color:  rgb(170, 164, 250);
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    filter: blur(100px);
    transform: translate(-50%, -50%);
    animation-name: circle;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-delay: 2.5s;
    mix-blend-mode: scr;
}



@keyframes circle {
    0% {
        width: 40vw;
        height: 40vw;
    }

    50% {
        width: 70vw;
        height: 70vw;
    }

    100% {
        width: 40vw;
        height: 40vw;
    }
}


@keyframes circle2 {
    0% {
        width: 20vw;
        height: 20vw;
    }

    50% {
        width: 50vw;
        height: 50vw;
    }

    100% {
        width: 20vw;
        height: 20vw;
    }
}

@media screen and (max-width: 1000px) {
    html, body {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    html, body {
        font-size: 10px;
    }
}

@media print {
    h1 {
        color: red;
    }

    .print-shapes {
        display: block;
        -webkit-print-color-adjust: exact;
    }

    .print-shapes > * {
        -webkit-print-color-adjust: exact;
    }

    .list {
        display: none;
    }

    .title {
        display: none;
    }

    #shape-1 {
        transition: none;
        opacity: 1;
    }

    #shape-2 {
        transition: none;
        opacity: 1;
    }

    .action {
        display: none;
    }
    
}