main
{
    width: 100vw;
    background-color: transparent;
    overflow: hidden;
}

#docBackground
{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(249deg, rgba(166,81,247,1) 0%, rgba(127,53,242,1) 25%, rgba(119,50,230,1) 25%, rgba(71,19,213,1) 50%, rgba(88,34,238,1) 50%, rgba(57,33,123,1) 75%, rgb(75, 51, 143) 75%, rgba(32,32,32,1) 100%);
    color:#ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#menu_parametre
{
    height: 4vh;
    width: 100vw;
    background-color: rgba(40, 32, 94, 0.8);
    display: flex;
}

#menu_parametre button
{
    width: 8vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#menu_parametre button:hover
{
    background: rgba(166, 80, 247, 0.2);

}


#generator
{
    height: 96vh;
    width: 100vw;
    display: flex;

}

#generatorBlockClass, #generatorAllEffect
{
    width: 17vw;
    height: 96vh;
    background-color: rgba(40, 32, 94, 0.8);
}

#rendu
{
    width: 66vw; /* 66 */
    height: 96vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: transparent;
    /* border: 1px solid #fff; */
    position: relative;
    z-index: 1000;
}

#headerBlockClass, #headerEffect
{
    height: 5vh;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #a651f7;
    border-top: 1px solid #a651f7;
    border-right: 1px solid #a651f7;
}

#headerBlockClass button, #headerEffect button
{
    flex: 1;
    height: 5vh;
    border: none;
    background-color: transparent;
    padding: 0.5vw;
    transition: background .2s linear;
}

#headerBlockClass button:hover, #headerEffect button:hover
{
    background: rgba(166, 80, 247, 0.2);

}



#headerBlockClass img, #headerEffect img
{
    /* width: 100%; */
    height: 100%;
    object-position: center;
}

#runEffect
{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#runEffect button
{
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;

}

#runEffect img
{
    display: block;
    max-height: 65%;
}

#run
{
}

#runEffect button:hover
{
    background: rgba(166, 80, 247, 0.2);
}
