html{
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px #000000, -1px -1px 1px rgb(0 0 0 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
}
body{
    width: auto;
    height:100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #aeaeae;
    background-image: url("https://yorizon.alwaysdata.net/forum//webroot/img/bg-white.png");
    background-attachment: fixed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header{
    z-index: 500;
}
.textNotSelected {
    -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 */
}
.containerBody{
    min-height:100%;
    margin:0 auto;
    position: relative;
    display: none;
}
.containsBodyFilterBackground{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, var(--AAB734) 15%, var(--AAB734) 85%, rgba(0,0,0,1) 100%);
    filter: opacity(0.8) brightness(0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.flexCentered{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*/ SCROLLBAR /*/
.scrollbar::-webkit-scrollbar-track, .wysibb-toolbar::-webkit-scrollbar-track, select::-webkit-scrollbar-track{
    background-color: #E3E3E3;
}

.scrollbar::-webkit-scrollbar, .wysibb-toolbar::-webkit-scrollbar, select::-webkit-scrollbar{
    width: 10px;
    background-color: #E3E3E3;
}

.scrollbar::-webkit-scrollbar-thumb, .wysibb-toolbar::-webkit-scrollbar-thumb, select::-webkit-scrollbar-thumb{
    background-color: #000000;	
}
.fixFooter{
    height: 160px;
}
footer{
    background: black;
    border-top: 2px solid var(--AAB734);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    z-index: 500;
}
.containerFooter{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsFooter{
    text-align: center;
}
.containsFooter > a{
    color: #aeaeae;
    margin: 10px;
}
.containsFooterText{
    margin-bottom: 0;
}
.grecaptcha-badge{
    display: none!important;
}
#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #000000;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.mediaResponsive{
    max-width: 1000px;
}
@media all and (max-width: 1200px) {
    .mediaResponsive{
        width: 80vw!important
    }
}

.containerCookies{
    position: fixed;
    bottom: 50px;
    background: black;
    z-index: 1001;
    padding: 20px;
    transition: 1.5s;
    width: calc(1000px - 40px);
    max-width: 90%;
    height: auto;
    border: 1px solid var(--AAB734);
    box-shadow: 0 0 7px 0px var(--AAB734);
}
.containerCookies a{
    color: white;
}
.containerCookies h1{
    font-size: 20px;
    color: var(--AAB734);
}
.buttonValidCookies{
    background: black;
    color: #aeaeae;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--AAB734);
    width: auto;
    height: 23px;
    cursor: text;
    cursor: pointer;
}
.hidden {
    display: none!important;
}
.forceCentered{
    min-height: calc(100vh - 320px);
}
@media all and (max-width: 1450px) {
    .containsMainNavLeftImgActive > .containerMainNavLeftSkewLeftRight{
        width: 310px!important;
    }
    .containsMainNavRightImgActive > .containerMainNavRightSkewLeftRight{
        width: 310px!important;
    }
    .containsMainNavRightImgActive ~ .containerAlertInfo{
        right: 410px!important;
    }
    .containsMainNavRightImgActive ~ .containerMainLogo {
        left: -140px!important;
    }
    .containsMainNavLeftImgActive ~ .containerMainLogo {
        left: 140px!important;
    }
    .containsMainNavInputText{
        margin-bottom: 5px;
    }
    .containsMainNavInputPassword{
        margin-top: 5px;
    }
    .containsMainNavInputCheckbox{
        margin-left: 20px!important;
    }
    .containerMainNavInputText{
        flex-wrap: wrap;
    }
    .containerMainNavFormLogin .containsMainNavMid{
        width: 55px!important;
    }
}
@media all and (max-width: 1300px) {
    .containsMainNavRightImgActive ~ .containerAlertInfo{
        opacity: 0!important;
    }
    .containsMainNavLeftImgActive ~ .containerAlertInfo{
        opacity: 0!important;
    }
}
@media all and (max-width: 1140px) {
    .containsMainNavRightImgActive ~ .overflowContainerMainNavMid {
        opacity: 0!important;
    }
    .containsMainNavLeftImgActive ~ .overflowContainerMainNavMid {
        opacity: 0!important;
    }
}
@media all and (max-width: 1000px) {
    .menuBurgerContainer{
        display: flex!important;
    }
    .overflowContainerMainNavMid{
        display: none!important;
    }
    .containsMainNavRightImgActive ~ .containerMainLogo {
        left: -100px!important;
    }
    .containsMainNavLeftImgActive ~ .containerMainLogo {
        left: 180px!important;
    }
    .scrolledContainerMainNavMidScroll{
        display: none!important;
    }
}
@media all and (max-width: 840px) {
    .containsMainNavRightImgActive ~ .containerAlertInfo{
        right: 410px!important;
    }
}
@media all and (max-width: 666px) {
    .containerMainNavRight{
        display: none!important;
    }
    .containerAlertInfo{
        right: 30px!important;
    }
    .containerMainLogo{
        left: 25%!important;
    }
    .containerAlertInfo{
        display: none!important;
    }
    .containsMainNavLeftImgActive ~ .containerMainLogo{
        left: 218px!important;
    }
}
@media all and (max-width: 560px) {
    .containsMainNavLeftImgActive ~ .containerMainLogo {
        opacity: 0!important;
    }
}
@media all and (max-width: 440px) {
    .containsMainNavText{
        display: none!important;
    }
    .containerMainNavFormLogin{
        margin-left: 5px!important;
    }
    .containerMainNavFormLogin .containsMainNavMid {
        width: 37px!important;
    }
    .containsMainNavLeftImgActive > .containerMainNavLeftSkewLeftRight {
        width: 245px!important;
    }
}
@media all and (max-width: 320px) {
    .containerMainLogo {
        left: 28%!important;
    }
    .containsMainNavLeftImgActive > .menuBurgerContainer {
        display: none!important;
    }
}

.buttonFM{
    background: black;
    color: #aeaeae;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--AAB734);
    width: auto;
    height: 23px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttonFM:hover{
    /* background: #00000082!important; */
    background: #1f1f1f!important;
}
.inputFM{
    background: black;
    color: #aeaeae;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--AAB734);
    width: auto;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
select.inputFM {
    height: 26px;
}