html, body
{
  margin: 0;
  padding: 0;
}

p, a
{
    color: #8EBF42;
}

a:hover
{
    color: #8EBF82;
}

a:active
{
    color: #AECFA2;
}

body
{
    background-image: url("/kenan.guidat/battleCruiser/public/dress/element/ciel-etoile-espace-univers.png");
    background-size: 100%;
}

.content
{
    position:relative;
    z-index:1;
    color:white;
    text-align:center;
    padding-top:20vh;
}

main
{
    margin-top:10%;
}

.notification_majeur
{
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    background-color: #222 !important;
    color: white !important;
    font-size:xx-large !important;
    width:50% !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    z-index: 1000 !important;
}

#notification
{
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #222;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.date
{
    color: #8ebf42;
    font-size:100%;
    margin:20px;
    text-shadow: 1px 1px 0px black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat-container
{
    overflow: auto;
}

#argent_compte
{
    background-color: rgb(255, 0, 0, 0.1);
    width: 10%;
    text-align: center;
    backdrop-filter: blur(5px);
    color:#8EBF42;
}

#chat-container input
{
    font-size: large;
    background-color: black;
    border-radius: 10px;
    border:none !important;
    color: red;
    text-shadow: 0px 0px 20px red;

    width: 99%;
    height: 3%;
    position: fixed;
    bottom: 0;
    padding: 10px;
    display: flex;
}

#conv
{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 15px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 75%;
    border:20px solid rgb(0,0,0);
    background-image: url("https://images.pexels.com/videos/9686491/pexels-photo-9686491.jpeg");
    background-attachment: fixed;
    box-sizing: border-box;
    overflow: auto;
}

.chat
{
    max-width: 80%;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 1.5;
    word-wrap: break-word;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.chat.recu
{
    background: #222;
    color: #8ebf42;
    align-self: flex-start;
}

.chat.sent
{
    background: #444;
    color: #8ebf42;
    align-self: flex-end;
}

#groupe
{
    font-size: xx-large;
    margin-top: 10px;
}

.menu-container
{
    position: fixed;
    top: 50%;
    right: -290px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: right 0.3s ease-in-out;
    z-index:10000;

}

.menu-container_left
{
    position: fixed;
    top: 50%;
    left: -290px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: left 0.3s ease-in-out;
    z-index:10000;
}

.arrow
{
    width: 40px;
    height: 80px;
    background-color: rgb(100,100,255,0.2);/*#3498db;*/
    backdrop-filter: blur(5px);
    color: rgb(0,200,50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
}

.arrow_left
{
    width: 40px;
    height: 80px;
    background-color: rgb(100,100,255,0.2);/*#3498db;*/
    backdrop-filter: blur(5px);
    color: rgb(0,200,50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}

.sliding-panel
{
    width: 250px;
    height: 90vh;
    background-color: rgb(0,0,0,0.1);
    backdrop-filter: blur(10px);
    color: white;
    padding: 20px;
    overflow: auto;
}

#error_box
{
    position: fixed;
    overflow: auto;
    top: 5%;
    bottom: 5%;
    left: 55%;
    right: 5%;
    border: 5px solid black;
    font-weight: bold;
    color: white;
    padding: 20px;
    background-color: rgba(128, 0, 0, 0.75);
    z-index: 100000;
}

#debugbox
{
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: 5%;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.3);
}

.head_prof
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background-color:rgb(100,100,100);
}

.securiter
{
    display:block;
}

.profil
{
    text-align:right;
    font-size:200%;
}

.header
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.entete
{
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border:5px solid rgb(100,100,100); */
}

.entete a, .entete h1
{
    /* font-family: NEW_FONT; */
    border: none !important;
    text-decoration: none;
    color: #8ebf42;
    transition: all 0.5s ease-in-out;
}

.entete h1
{
    font-family: "obitron", sans-serif;
    display: inline;
    transition: all 1s ease-in-out;
}

.entete h1:hover
{
    text-shadow: 0px 0px 5px #8ebf42,
		 0px 0px 10px #8ebf42,
		 0px 0px 20px #8ebf42,
		 0px 0px 30px #8ebf42,
		 0px 0px 40px #8ebf42,
		 0px 0px 50px #8ebf42,
		 0px 0px 60px #8ebf42,
		 0px 0px 70px #8ebf42,
		 0px 0px 80px #8ebf42,
		 0px 0px 90px #8ebf42;
}

.entete a:hover
{
    color: white;
    font-size: XXX-large;
}

.time
{
    color: #8ebf42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 200%;
    font-family: 'Obitron', sans-serif;
}

.entete a
{
    font-family: 'Obitron', sans-serif;
    font-size: 150%;
    border:2px solid black;
}

.no_visible
{
    display: none;!important;
}

.bat
{
    display: block;
}


.btn
{
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin:10px;
    transition: background-color 0.2s ease-in-out;
}

.btn:hover {
    background-color: #0056b3;
}

.panel
{
    display: none;
    position: fixed;
    top: 25%;
    /*
    left: 0%;
   */
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 46px;
    width: 370px;
    opacity: 0;
    z-index:10000;
    transition: opacity 0.5s ease-in-out;
}

.panel_visible
{
    opacity: 1 !important;
    display: block !important;
}

.close-btn {
    background-color: red;
}

.avatar
{
    width: 100px;
    border-radius: 100%;
    box-shadow: 0 0 10px purple;
}

.comment_list
{
    background-color: rgb(150,150,150);
}

.message
{
    width:calc(98%);
    height:calc(20%);
    border: 3px solid black;
}

.sujet
{
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    width: 100%;
    border: 3px solid black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.topic_list
{
    background-color: rgb(150,150,150);
    position: relative;
}

.topic_list form
{

}

.topic_list input[type="button"]
{
    background-color: black;
    color: red;
    border: 2px solid darkred;
    border-radius: 10px;
    /*background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVoxeTKZYmWvIk69RLly65zlZktTo2eR4i8A&s");*/
}

.comment_list p
{
    margin: 0;
}

.titre
{
    top: 100px;
    position: fixed;
    text-indent: 1em;
    font-weight: normal;
    font-family: "Obitron", sans-serif;
    text-align: center;
    color: #8EBF42;
    background-color: rgb(255,0,0,0.1);
    width: 20%;
    text-align: center;
    backdrop-filter: blur(5px);
    margin-left: 60px;
    border-radius: 50px;
}

.inscription
{
    color: #8ebf42;
    background-color: rgb(255,0,0,0.1);
    width:500px;
    backdrop-filter: blur(5px);
}

.inscription a
{
    color: #8ebf42;
    transition: all 0.5s ease-in-out;
}

.inscription a:hover
{
    color: white;
}

.pretty_form
{
    backdrop-filter: blur(5px);
    margin-left: 22%;
    width: 65%;
    text-align: center;
}

.group_name
{
    font-size: x-large;
    text-decoration: none;
    color: #8ebf42!important;
    transition: color 0.2s ease-in-out;
}

.group_name:hover
{
    color: rgb(255,180,255,1)!important;
}

#btnEnvoyer
{
    background-color: rgba(0, 0, 0, 1);
    font-size: xx-large;
    color: #8ebf42;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btnCreerGroupe
{
    background-color: rgba(0, 0, 0, 1);
    font-size: xx-large;
    color: #8ebf42;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin:10px;
    transition: background-color 0.2s ease-in-out;
}

.butn
{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    margin:10px;
    transition: background-color 0.2s ease-in-out;
}

.butn:hover, .btnCreerGroupe:hover, #btnEnvoyer:hover
{
    background-color: rgba(108, 20, 108, 0.9);
}

.entrer
{
    cursor: text;
    transition: background-color 0.2s ease-in-out;
}

.entrer:hover
{
    background-color: rgba(100, 100, 100, 0.5);
}

.pretty_form div
{
    margin-bottom: 10px;
}

.pretty_form label
{
    transition: all 0.3s ease-in-out;
    color: #8ebf42;
    display: inline-block;
    width: 49%;
    height: 50px;
    text-align: center;
    font-size: xx-large;
}

.pretty_form label:hover
{
    text-shadow: 0px 0px 20px blue;
}


.pretty_form input
{
    font-size: xx-large;
    height: 50px;
    width: 49%;
    background-color: black;
    border-radius: 10px;
    color: red;
    text-shadow: 0px 0px 10px red;
}

.inscrip
{
    color: #8ebf42;
    text-align: center;
    font-size: xxx-large;
}

.depense
{
    text-indent: 1em;
    font-weight: normal;
    font-family: "Obitron", sans-serif;
    text-align: center;
    color: #8EBF42;
    background-color: rgb(100,100,255,0.1);
    width: 50%;
    text-align: left;
    backdrop-filter: blur(5px);
    margin-left: 10px;
    border-radius: 50px;
    margin-top:10px;
}

.depense div
{
    margin-left:10px;
    display:flex;
    font-size: x-large;
    overflow:auto;
}
