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

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%;
}

#bg-video
{
    position:fixed;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    object-fit:cover;
    z-index:1;
}

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

.orbite-container
{
    position: relative;
    margin: 0px auto;
}

main
{
    margin-top:10%;
}

.orbite
{
    position:absolute;
    animation: orbiter 20s linear infinite;
    transform-origin: center center;
}

@keyframes orbiter
{
    from
    {
	transform: rotate(0deg) translateX(1px) rotate(0deg);
    }
    to
    {
	transform: rotate(360deg) translateX(1px) rotate(360deg);
    }
}

.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;
}

#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;
}

#astre
{
    margin-top: 0px;
    margin-left: 60px;
    position: absolute;
    width: calc(100% - 120px);
    height: 80%;
    /* border:20px solid rgb(0,0,0); */
    /*background-image: url("https://starwalk.space/gallery/images/what-is-space/1920x1080.jpg");*/
    background-attachment: fixed;
    box-sizing: border-box;
    position:absolute;
    /* overflow: auto; */
}

#astre_canvas
{
    position: absolute;
    width: 100%;
    height: 100%;
    /* border:20px solid rgb(0,0,0); */
    /*background-image: url("https://starwalk.space/gallery/images/what-is-space/1920x1080.jpg");*/
    /* overflow: auto; */
}

#planete-info
{
    padding: 1em;
    box-sizing: border-box;
}

#planete-info, .batiment
{
    border-radius: 20px;
}

.batiment h2
{
    text-indent: 1em;
}

#listeAmis
{
    backdrop-filter: blur(5px);
    border-radius:10px;
    display: none;
    border:none;
    padding: 10px;
    margin-top: 10px;
    width: 50%;
}
.ami
{
    font-size: xx-large;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.ami:hover
{
    background-color: #222;
}
.ami.selectionne
{
    background-color: #555;
}
#groupe
{
    font-size: xx-large;
    margin-top: 10px;
}

.vaisseau
{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    /*box-shadow: 0 0 10px purple;*/
}

.other_vaisseau
{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid blueviolet;
}

.mon_vaisseau
{
    width: 100%;
    height: 100px;
    padding: 3px;
    display: block ruby;
    overflow: inherit;
}

.mon_vaisseau p
{
    margin:0;
}

#tpmp p
{
    color: #8ebf42;
}

#tpmp div
{
    display:flex;
}

#tpmp
{
    position:fixed;
    backdrop-filter: blur(2px);
    background-color: rgba(50, 80, 156, 0.25);
    display:none;
    top:200px;
    left:400px;
    border-radius: 10%;
}

.mon_vaisseau img
{
    width: 90px;
    height: 90px;
    border-radius: 10%;
    /*box-shadow: 0 0 10px purple;*/
}

.stat_vais
{
    display: none;
    width: 200px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: relative;
    top: -100px;
    left: -150px;
    overflow: auto;
    z-index: 100;
}

.selectable
{
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.selected
{
    border: 3px solid red;
    background: lightcoral;
}

.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;
}

.planet
{
    position: absolute;
    /* bg image etc. */
    /*background-color: white;
    border-radius: 20px;
     width: 20px;
     height: 20px;*/
 }

.lore
{
    display: none;
    width: 300px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: relative;
    top: -90px;
/*    left: -150px;*/
    overflow: auto;
    z-index:10000;
}

#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);
}

#subscribeButton
{
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
}

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

.nb_pub
{
    color:rgb(5,5,5);
    font-size:200%;
    padding:5px;
    border:5px solid rgb(0,0,0);
}

#subscribeButton.subscribed {
    background-color: #28a745;
}

.securiter
{
    display:block;
}

.titre_publication
{
    background-color:rgb(0,0,0);
}

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

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

.suppression
{
    box-align:right;
}

.pseudo
{
    text-align:left;
    font-size:150%;
    text-shadow: 0px 0px 10px black;
}

.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;
}

.avatarpla
{
    width: 200px;
    border-radius: 100%;
    box-shadow: 0 0 10px purple;
    animation: flotter 1s infinite alternate ease-in-out;
}

#planete-info
{
    position: fixed;
    width: 20%;
    background-color: rgba(0,0,0, 0.2);
    backdrop-filter: blur(10px);
}

#planete-construction
{
    margin-left: calc(20% + 30px);
    width: calc(80% - 40px);
   /*
    position: absolute;
     left: 20%;
    height: auto;
    top: 0px;
*/
    /* overflow: auto; */
}

.batiment
{
    background-color: rgba(0, 0, 0, 0.3);
    margin: 5px;
    /* display: inline-table;
    position: relative; */	
}

.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;
}

.batimg
{
    width: 150px;
    height: 150px;
    border-radius: 15%;
}

@keyframes flotter {
    from {
        transform: translateY(7.5px);
    }
    to {
        transform: translateY(-7.5px);
    }
}

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

.emission
{
    padding-bottom:20px;
    background-color: rgb(100,100,100);
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.emission form
{
    margin:0;
}

.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;
}

.calendar
{
    width:100%;
}

.calendar .activity
{
    padding-left:5px;
    padding-top:5px;
    border:5px solid purple;
    margin:5px;
}

.calendar td
{
    border:1px solid black;
}

.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;
}

#reset
{
    background-color: rgba(0, 0, 0, 1);
    font-size: xx-large;
    color: blue;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin:10px;
    transition: text-shadow 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

#reset:hover
{
    background-color: rgba(80, 30, 80, 0.9);
    text-shadow: 0 0 5px rgba(200, 0, 0, 0.5),
		 0 0 10px rgba(220, 0, 0, 0.7),
		 0 0 20px rgba(255, 0, 0, 0.9);
}

.pretty_form
{
    backdrop-filter: blur(5px);
    margin-left: 25%;
    width: 50%;
    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;
}
