:root{
    --AAB734:#AAB734;
}
.blur{
    background: rgba(34, 37, 49, 0.6);
    backdrop-filter: blur(4px);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.noSelect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}
.cursorPointer{
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgb(0, 0, 0) inset !important;
    box-shadow: 0 0 0 30px rgb(0, 0, 0) inset !important;
    -webkit-text-fill-color: #fff !important;
}
.mainNav{
    background-color: #000;
    height: 100px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s;
    z-index: 1000;
}
.containerMainNavLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.containsMainNavLeftImg{
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.containsMainNavLeftImgActive > .containerMainNavLeftSkewLeftRight{
    /* width: calc(50vw - 198px)!important; */
    width: 455px;
}
.containsMainNavLeftImgActive ~ .containerMainLogo{
    left: 210px;
}
.containerMainNavLeftSkewLeftRight{
    margin-left: 20px;
    width: 30px;
    height: 100px;
    position: relative;
    transition: 0.3s;
}
.mainNavLeftSkewLeft{
    height: 100px;
    width: 15px;
    background-color: var(--AAB734);
    transform: skew(20deg, 0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.containerMainNavFormLogin{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    overflow: hidden;
    margin-left: 18px;
    margin-right: 12px;
}
.containsMainNavFormLogin{
    width: 85%;
    height: auto;
    color: var(--AAB734);
    filter: var(--0DEG);
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMainNavInputText{
    width: 150px;
    height: 20px;
    margin-right: 10px;
    position: relative;
}
.mainNavInputText{
    border: none;
    border-radius: 0px;
    /* border-bottom: 1px solid var(--AAB734); */
    outline: none;
    background: black;
    color: white;
    font-size: 16px;
    width: 100%;
}
.mainNavInputBorderFocus{
    height: 1px;
    background-color: var(--AAB734);
    filter: var(--0DEG);
    width: 0;
    transition: width 0.5s;
    position: absolute;
    bottom: -2px;
    z-index: 1;
}
.mainNavInputBorder{
    height: 1px;
    background: #fff;
    width: 100%;
    transition: width 0.5s;
    position: absolute;
    bottom: -2px;
}
.containsMainNavInputPassword{
    width: 150px;
    height: 20px;
    margin-right: 10px;
    position: relative;
}
.mainNavInputPassword{
    border: none;
    border-radius: 0px;
    /* border-bottom: 1px solid var(--AAB734); */
    outline: none;
    background: black;
    color: white;
    font-size: 16px;
    width: 100%;
}
.mainNavInputPassword:focus + .mainNavInputBorderFocus, .mainNavInputText:focus + .mainNavInputBorderFocus{
    width: 100%;
}
.mainNavInputSubmit{
    border-radius: 0px;
    outline: none;
    height: 20px;
    margin-right: 10px;
    background: none;
    color: var(--AAB734);
    filter: var(--0DEG);
    border: none;
    width: 29px;
    font-size: 16px;
    cursor: pointer;
}
.mainNavLeftSkewRight{
    height: 100px;
    width: 15px;
    background-color: var(--AAB734);
    filter: var(--0DEG);
    transform: skew(20deg, 0deg);
    position: absolute;
    top: 0;
    right: 15px;
}
.overflowContainerMainNavMid{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.containerMainNavMid{
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMainNavMid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80px;
    transition-duration: 0.3s;
    transition-property: transform, scale;
    margin: 5px;
    position: relative;
}
.containsMainNavMid:hover{
    transform: scale(1.5);
}
.containsMainNavMid:hover > .containsMainNavBoxShadow{
    display: inherit;
}
.containsMainNavMid:active > .containsMainNavBoxShadow{
    box-shadow: -1px -9px 25px 12px #fff
}
.middleSpaceLogo{
    width: 150px;
}
.containsMainNavImg{
    display: flex;
    justify-content:center;
    align-items:center;
}
.imgMainNav{
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: cover;
    filter: var(--0DEG);
}
.imgMainNavLeft {
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
    filter: var(--0DEG);
}
.containsMainNavBoxShadow{
    filter: blur(15px);
    box-shadow: -1px -9px 25px 15px var(--AAB734);
    position: absolute;
    display: none;
}
.containsMainNavText{
    display: flex;
    justify-content:center;
    align-items:center;
}
.mainNavText{
    color: var(--AAB734);
    filter: var(--0DEG);
    margin: 0;
    padding: 0;
}
.containerMainNavRight{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.containerMainNavRightSkewLeftRight{
    margin-right: 20px;
    width: 30px;
    height: 100px;
    position: relative;
    transition: 0.3s;
}
.mainNavRightSkewLeft{
    height: 100px;
    width: 15px;
    background-color: var(--AAB734);
    filter: var(--0DEG);
    transform: skew(20deg, 0deg);
    position: absolute;
    top: 0;
    left: 15px;
}
.containerMainNavFormParametre{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    overflow: hidden;
    margin-left: 18px;
    margin-right: 12px;
}
.mainNavFormParametreButtonChip{
    cursor: pointer;
}
.mainNavFormParametreButtonChipActive .containerMainNavParametreChip{
    height: 260px;
    border: 1px solid var(--AAB734);
    padding: 10px;
}
.containerMainNavParametreChip{
    position: absolute;
    top: 150px;
    right: -4px;
    background: black;
    border: none;
    border-radius: 10px;
    height: 0;
    transition: height 0.3s;
    overflow: hidden;
    padding: 0 10px 0 10px;
}
.containerMainNavParametreChipActive > .containerMainNavRightSkewLeftRight{
    width: 455px!important
}
.containerMainNavParametreChipActive ~ .containerMainLogo{
    left: -210px!important;
}
.containerMainNavParametreChipActive ~ .containerAlertInfo{
    right: 555px!important;
}
.inputResultColorParametreChip{
    display: none;
}
.inputParametreChip{
    display: none;
}
.inputSvgParametreChip{
    /* margin-left: 30px; */
    cursor: pointer;
}
.mainNavRightSkewRight{
    height: 100px;
    width: 15px;
    background-color: var(--AAB734);
    filter: var(--0DEG);
    transform: skew(20deg, 0deg);
    position: absolute;
    top: 0;
    right: 0;
}
.containsMainNavRightImg{
    width: 35px;
    height: 35px;
    transition: 0.3s;
}
.mainNavRightImg, .mainNavLeftImg{
    width: 100%;
    height: 100%;
}
.containsMainNavRightImgActive > .containerMainNavRightSkewLeftRight{
    width: 455px
}
.containsMainNavRightImgActive ~ .containerMainLogo{
    left: -210px;
}
.containsMainNavRightImgActive ~ .containerAlertInfo{
    right: 555px;
}
.borderMainNav{
    width: 100%;
    height: 1px;
    background-color: var(--AAB734);
    filter: var(--0DEG);
    position: absolute;
    bottom: 0;
}
.containsMainLogo{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerMainLogo{
    transition: 0.3s;
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.borderTriangleMainLogo{
    display: inline-block;
    height: 116px;
    width: 120px;
    border-radius: 50%;
    background: var(--AAB734);
    position: absolute;
    top: -75px;
    transition: height 0.3s, width 0.3s, top 0.3s;
}
.borderTriangleMainLogoActive{
    left: 145px!important;
}
.triangleMainLogo{
    display: inline-block;
    height: 120px;
    width: 120px;
    background: black;
    position: absolute;
    top: -80px;
    transition: 0.3s;
    border-radius: 50%;
}
.mainLogo{
    width: 90px;
    height: 70px;
    position: relative;
    top: -50px;
    transition: 0.3s;
    background-position: center;
    background-size: cover;
}
.containerAlertInfo{
    position: absolute;
    right: 130px;
    transition: 0.3s;
    top: 30px;
}
.containsAlertInfo{
    position: relative;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 3px solid var(--AAB734);
    border-radius: 50%;
    transition: 0.3s;
}
.borderAlertInfo{
    background: black;
    border-radius: 50%;
    border: 3px solid var(--AAB734);
    width: 33px;
    height: 33px;
    position: absolute;
    transition: .3s;
}
.svgAlertInfo{
    border: 2px solid #000000;
    border-radius: 50%;
    transition: 0.3s;
}
.containerAlertInfoText{
    width: 0px;
    height: 200px;
    background: black;
    position: absolute;
    top: 90px;
    right: -105px;
    overflow: hidden;
}
.containerAlertInfoActive > .containerAlertInfoText{
    width: 470px;
    border: 1px solid var(--AAB734);
    animation: containerAlertInfoActive;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerAlertInfoNotActive > .containerAlertInfoText{
    width: 0px;
    border: none;
    animation: containerAlertInfoNotActive;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
}
@keyframes containerAlertInfoActive{
    0%{
        width: 0px;
    }
    100%{
        width: 470px;
    }
}
@keyframes containerAlertInfoNotActive{
    0%{
        width: 470px;
        border: 1px solid var(--AAB734);
    }
    100%{
        width: 0px;
        border: 1px solid var(--AAB734);
    }
}
.alertInfoText{
    width: 470px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    position: absolute;
}
.colorDesignSaved{
    width: 23px;
    height: 23px;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px;
    border: 3.5px solid #000;
}

.colorDesignSaved.selected {
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colorDesignSaved.selected svg{
    display: inherit;
}

.colorDesignSaved svg{
    display: none;
}






.containerMainNavMidScroll{
    display: none;
}
.scrolledMainNav{
    top: -50px!important;
    margin-bottom: 50px!important;
}
.scrolledTriangleMainLogo{
    height: 70px!important;
    width: 70px!important;
    top: -44px!important;
}
.scrolledBorderTriangleMainLogo{
    height: 67px!important;
    width: 70px!important;
    top: -40px!important;
}
.scrolledMainLogo{
    width: 50px!important;
    height: 50px!important;
    top: -34px!important;
}
.scrolledOverflowContainerMainNavMid{
    display: none;
}
.scrolledContainerMainNavMidScroll{
    display: flex;
    justify-content: center!important;
    align-items: flex-end!important;
    height: 90px;
    margin-bottom: 10px;
}
.scrolledContainsMainNavLeftImg{
    width: 25px!important;
    height: 25px!important;
    margin-top: 46px;
}
.scrolledContainsMainNavRightImg{
    width: 25px!important;
    height: 25px!important;
    margin-top: 46px;
    margin-left: 10px;
}
.scrolledContainerMainNavFormLogin{
    height: 97%!important;
    align-items: flex-end!important;
}
.scrolledContainerMainNavFormParametre{
    height: 88px!important;
    align-items: flex-end!important;
    margin-left: 30px!important;
    margin-right: 0px!important;
}
.scrolledMainNavFormParametreButtonChip{
    width: 25px!important;
    height: 25px!important;
}




.main-nav-CF0505-chip{
    border-radius: 50%;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #CF0505;
    margin:2px;
}
.main-nav-990000-chip{
    border-radius: 50%;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #990000;
    margin:2px;
}
.main-nav-CFC905-chip{
    border-radius: 50%;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #CFC905;
    margin:2px;
}
.main-nav-899900-chip{
    border-radius: 50%;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #899900;
    margin:2px;
}
.img-neon-panda{
    background-image: var(--main-logo);
}
.img-home{
    background-image: var(--home);
}
.img-servers{
    background-image: var(--servers);
}
.img-forums{
    background-image: var(--forums);
}
.img-join{
    background-image: var(--join);
}
.img-membres{
    background-image: var(--membres);
}
.img-contact{
    background-image: var(--contact);
}
.img-profil{
    background-image: var(--profil);
}
.img-parametre{
    background-image: var(--parametre);
}
.triangle-nav-form-parametre{
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 10px solid transparent;
    border-bottom : 17px solid black;
    border-left : 10px solid transparent;
    position: absolute;
    top: -17px;
}
.border-triangle-nav-form-parametre{
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 11px solid transparent;
    border-bottom: 18px solid var(--AAB734);
    border-left: 11px solid transparent;
    position: absolute;
    top: -19px;
}
.main-nav-svg-home{
    fill: var(--AAB734);
    width: 100%;
    height: 100%;
}
/* SVG COLOR */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
#container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg-hue-sturation-brightness{
    fill: none;
    stroke-width: 9px;
    overflow: inherit;
}
.marker{
    stroke-width: 15px;
    cursor: grab;
}
.marker:active{
    cursor: grabbing;
}
.rect-cursor{
    cursor: grab;
}
.rect-cursor:active{
    cursor: grabbing;
}
text{
    font-size: 25px;
    stroke-width: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label{
    font-size: 17px;
    stroke-width: 0;
    color: var(--AAB734);
}

.scrolledContainerAlertInfo{
    top: 60px!important;
}
.scrolledContainsAlertInfo{
    width: 25px!important;
    height: 25px!important;
}
.scrolledContainsAlertInfo .svgAlertInfo{
    width: 22px!important;
    height: 22px!important;
}
.scrolledBorderAlertInfo{
    width: 25px!important;
    height: 25px!important;
}
#errorText, #validText{
    color: #aeaeae;
    padding: 10px 30px 10px 20px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    margin: 10px;
}
#errorText{
    width: fit-content;
    height: auto;
    max-width: 1000px;
    background: #680000;
}
#validText{
    width: fit-content;
    height: auto;
    max-width: 1000px;
    background: green;
}
#closeButtonError, #closeButtonValid{
    color: #aeaeae;
    text-shadow: none;
    cursor: pointer;
    font-size: 20px;
    font-family: fantasy;
    position: absolute;
    top: 0px;
    right: 6px;
}
.navLeftLink{
    text-decoration: none;
    color: var(--AAB734);
    width: 70px
}
.navLeftTextLink{
    margin: 0;
    text-align: center;
}
.containsMainNavInputCheckbox{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0 0 0;
}
.scrolledMenuBurgerContainer{
    width: 35px!important;
    height: 35px!important;
    margin-top: 46px!important;
}
.scrolledMainNavBurger{
    height: calc(100vh - 50px)!important;
}
.crossed > .scrolledMainNavBurger{
    left: -15px!important
}
.crossed > .mainNavBurger{
    left: 0;
}
.scrolledContainerMainNavFormLogin > a > .containsMainNavMid > .containsMainNavText{
    display: none!important;
}