@import url('https://fonts.googleapis.com/css?family=Rajdhani&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tomorrow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arimo&display=swap');


body {
    background-color:#1C1C1C;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    margin: 0;
    padding: 0;
    font-family: Rajdhani;
    overflow: overlay;

}


html {
    scroll-behavior: smooth;
}

.block-title-1, .block-title-2,.block-title-3,.block-title-4,.block-title-5,.block-title-6,h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.block-title-1, .block-title-2, h1, h2 {
    position: relative;
    letter-spacing: 0.2rem;
    border: none;
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.block-title-1::after, .block-title-2::after, h1::after, h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px; /* Ajustez selon la taille de l'image */
    background-color: currentColor; /* Utilise la couleur du texte */
    mask-image: url(http://keldaria.fr/assets/border.svg);
    mask-size: 150px;
    mask-repeat: no-repeat;
    mask-position: center;
}


.nrmlInput {
    background-color: #232328;
    border: none;
    padding: 10px;
    font-size: 18px;
    color: white;
    border-radius: 5px;

    background-color: rgba(0, 0, 0, .5);

    border: 2px solid rgba(0, 0, 0, .8);


}

.pdp
{
    image-rendering: pixelated;

}


.bigButton {
    color: white;
    font-family: Odibee Sans;
    font-size: 30px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    padding-right: 30px;
    padding: 10px;
}

.bigButton:hover {
    text-shadow: 0px 0px 20px white;
    text-decoration: underline;
}

.nrmlArea {
    background-color: rgba(0, 0, 0, .5);

    border: 2px solid rgba(0, 0, 0, .8);

    padding: 10px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
    max-width: 650px;
    min-width: 650px;
    height: auto;
    min-height: 200px;

    text-transform: none;

    font-family: Arimo;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.block-title-1, h1 {
    font-size: 2em;
}

.block-title-2, h2 {
    font-size: 1.6em;
}

.block-title-3, h3 {
    font-size: 1.4em;
}

.block-title-4, h4 {
    font-size: 1.2em;
}

.block-title-5, .block-title-6, h5, h6 {
    font-size: 1em;
}

img {
    margin: 10px;
}

.noborder {
    border: none;
}

#login {
    display: inline-block;
    border-radius: 30px;
    background-color: #07080a;
    width: 450px;
    margin: 10px;
    padding: 10px;
    vertical-align: top;
}

#login a {
    text-decoration: none;
    color: cornflowerblue;
}

#login h3 {
    margin: 0;
    padding: 0;
}


.dropbtn {
    background-color: /*#191e1e #010205*/ transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: height 0ms 400ms, opacity 400ms 0ms;

}

.dropdown-content {
    display: block;
    position: absolute;

    overflow: hidden;  /* Hide the element content, while height = 0 */
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;

    pointer-events:none;

    z-index: 10;


}

.dropdown-container-style {
    min-width: 130px;
    z-index: 1;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1);


    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

    background: #1c1c1c;
    border: grey 1px solid;

    //border-radius: 15px;
    min-width: 250px;
    margin-top: 25px;


}

#pth {
    background-color: #f9f9f9;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    border-radius: 20px;
    max-width: 100%;
    margin: 5px;

}

#dropdowna a {

    font-size: 15px;
    text-decoration: none;

}

.dropdown-content a:hover {


}

.dropdown:hover .dropdown-content {
    display: block;
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
    pointer-events: all;

}

.dropdown:hover .dropbtn {
    background-color: #0d0f0f;

}

#profile {
    border-radius: 20px;
    width: 130px;
    height: 130px;
    background-image: url("https://minotar.net/avatar/Steve");
    background-size: cover;


}

#profile:hover {
}

#profileIn {

    border: white 3px solid;

    background-color: transparent;
    width: 100%;
    height: 100%;
    color: transparent;
    transition: 0.5s ease-in-out;

    border-radius: 20px;

}

#profileIn:hover {

    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 20px;

}

#profile p {
    vertical-align: baseline;
}

#site-container {/*
    width: 1000px;
    margin: auto;
    background-color: #d1a849;
    min-height: 80%;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.9);

    background: rgba(0, 0, 0, 0.6);*/

}


/* width */
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
}



.underlined-effect {
    color: #fff;
    text-decoration: none;

    padding: 15px 15px;
    position: relative;
}
.underlined-effect:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.underlined-effect:hover:after {
    width: 100%;
    left: 0;
}


#darkcell {
    padding-top: 20px;
    padding-bottom: 28px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 40px 12px rgba(0, 0, 0, 0.76);
    background: #1C1C1C;



}



#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 50px 18px rgba(0, 0, 0, 0.7);
    background-color: #0c0c0c;
    font-size: 30px;;


}

.bgCell {
    background-attachment: unset;
    background-position-y: 30%;
    background-position-x: center;
    background-size: cover;

    box-shadow: inset 0px 0px 50px rgba(0,0,0,0.9);

}

.dismissButtonClass
{
    font-weight: bold;
    font-size: 22px;
    border-radius: 0px;
    border: white 2px solid;
    margin: 3px;

    color: #fff;
    text-decoration: none;
    z-index: 10;

    padding: 10px 10px;
    position: relative;
    transition: 0.3s ease 0s;


}

.dismissButtonClass:hover
{
    color: black;

}


.dismissButtonClass:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;

    z-index: -1;
    position: absolute;
    background: #fff;
    /*transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
    transition: height 0.3s ease 0s, bottom 0.3s ease 0s;
    width: 100%;
}
.dismissButtonClass:hover:after {
    width: 100%;
    height: 100%;
}






.dismissButtonClassInput
{
    font-weight: bold;
    font-size: 22px;
    border-radius: 0px;
    border: white 2px solid;

    box-sizing: content-box;

    margin: 3px;

    color: #fff;
    text-decoration: none;
    z-index: 10;

    position: relative;
    transition: 0.3s ease 0s;

    background: none;

    padding:0;

}

.dismissButtonClassInput:hover
{
    color: black;

}


.dismissButtonClassInput:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;

    z-index: -1;
    position: absolute;
    background: #fff;
    /*transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
    transition: height 0.3s ease 0s, bottom 0.3s ease 0s;
    width: 100%;
}
.dismissButtonClassInput:hover:after {
    width: 100%;
    height: 100%;
}



.innerButtonInput
{
    background: none;
    border: none;

    height: 30px;
    width: 100px;

    color: inherit;
}



.underlined-textfield {
    color: #fff;
    text-decoration: none;
    background-color: rgba(1, 1, 1, 1.2);
    border: none;
    border: transparent solid 1px;
    border-bottom: grey solid 1px;

    transition: 0.4s ease-in-out;

    padding: 8px;
    margin: 6px;
    position: relative;
}

.underlined-textfield:hover {
    border-bottom: white solid 1px;
    border: white solid 1px;

}



.simple-page-centered {
    width: 800px;
    min-height: 500px;
    margin:auto;
    border: grey 1px solid;
    background: rgba(0,0,0,0.5);
    border-top: none;
    border-bottom: none;
    padding:40px;
}

.cooltable
{

}

.cooltable td
{
    border: grey 1px solid;
    background: rgba(0,0,0,0.5);
}