
#choisirMap * {
    text-align: center;
}

/*VUES HDV*/

#vueInfoHdv {
    color: wheat;
    background-color: #000000e3;
    display: none;
    height: 60%;
    width: 35%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border: 4px double #212529;
    border-radius: 24px;
    overflow: hidden;
}

/*VUE RECRUTEMENT*/

.HdvNavigationContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 10%;
    width: 100%;
    background-color: #104478;
    box-sizing: border-box;
}

.HdvNavigationDiv1,
.HdvNavigationDiv2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: wheat;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.HdvNavigationDiv1:hover,
.HdvNavigationDiv2:hover {
    background-color: #393c3f;
    cursor: pointer;
}

.HdvNavigationDiv1 {
    background-color: rgb(23, 23, 23)
}

.HdvNavigationDiv2 {
    background-color: rgb(31, 30, 30);
    ;
}

#vueOuvrier {
    color: wheat;
    background-color: #000000e3;
    display: flex;
    height: 90%;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.HdvRecrutementContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 80%;
    width: 100%;
    border-radius: 16px;
    background-color: #393c3fb2;
    margin: 5%;
}

.HdvRecrutementContainerTitre {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 9.2%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

.HdvRecrutementDiv1,
.HdvRecrutementDiv2 {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
    box-sizing: border-box;
}

.HdvRecrutementDiv1 {
    background-color: rgb(23, 23, 23);
}

.HdvRecrutementDiv2 {
    background-color: rgb(31, 30, 30);
}

.HdvRecrutementDiv1:hover,
.HdvRecrutementDiv2:hover {
    background-color: #393c3f;
    cursor: pointer;
}

.HdvRecrutementImage img {
    height: 100%;
    width: 91px;
    margin-left: 10px;
}

.HdvRecrutementTexte {
    font-weight: bold;
}

#imgOuvrier {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#bouttonRecruter {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/*VUE DIPLOMATIE*/

#vueDiplomatie {
    color: wheat;
    background-color: #000000e3;
    display: none;
    height: 90%;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
}

.HdvDiplomatieChoixContainer,
.HdvDiplomatieObjetContainer,
.HdvDiplomatieMessageContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    border-radius: 16px;
    background-color: #393c3fb2;
    margin: 1% 0;
}

.HdvDiplomatieChoixContainer {
    height: 20%;
}

.HdvDiplomatieObjetContainer {
    height: 15%;
}

.HdvDiplomatieMessageContainer {
    height: 40%;
}

.HdvDiplomatieChoixContainerTitre,
.HdvDiplomatieObjetContainerTitre,
.HdvDiplomatieMessageContainerTitre {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 9.2%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

.HdvDiplomatieChoixContainerTitre {
    top: 9.2%;
}

.HdvDiplomatieObjetContainerTitre {
    top: 29.8%;
}

.HdvDiplomatieMessageContainerTitre {
    top: 45%;
}

.HdvDiplomatieObjetInput {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: transparent;
    color: wheat;
    padding: 10px;
    z-index: 1;
    border: none;
    outline: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.HdvDiplomatieContenuInput {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: transparent;
    color: wheat;
    padding: 10px;
    z-index: 1;
    border: none;
    outline: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    resize: none;
    margin: 3%;
}


.HdvDiplomatieChoixOption {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    height: 100%;
}

.HdvDiplomatieChoixOption input {
    margin: 0 5px;
}

.HdvDiplomatieChoixOption label {
    font-weight: bold;
    color: wheat;
    margin: 25px;
}

.HdvEnvoyerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #393c3f;
    bottom: 7%;
    right: -1%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
    position: absolute;
}

.HdvEnvoyerContainer:hover {
    background-color: rgb(23, 23, 23);
    cursor: pointer;
}

.HdvEnvoyerContainer img:active {
    width: 45px;
    height: 45px;
}

/*VUE ECHANGE*/

#vueEchange {
    color: wheat;
    background-color: #000000e3;
    display: none;
    height: 90%;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
}

.HdvEchangeChoixCiteContainer,
.HdvEchangeRessourceContainer1,
.HdvEchangeChoixHDVContainer,
.HdvEchangeRessourceContainer2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    border-radius: 16px;
    background-color: #393c3fb2;
    margin: 1% 0;
}

.HdvEchangeChoixCiteContainer {
    height: 16%;
}

.HdvEchangeRessourceContainer1 {
    height: 20%;
}

.HdvEchangeChoixHDVContainer {
    height: 16%;
}

.HdvEchangeRessourceContainer2 {
    height: 20%;
}

.HdvEchangeChoixCiteContainerTitre,
.HdvEchangeRessourceContainerTitre1,
.HdvEchangeChoixHDVContainerTitre,
.HdvEchangeRessourceContainerTitre2 {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 9.2%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

.HdvEchangeChoixCiteContainerTitre {
    top: 9.5%;
}

.HdvEchangeRessourceContainerTitre1 {
    top: 25.9%;
}

.HdvEchangeChoixHDVContainerTitre {
    top: 46.4%;
}

.HdvEchangeRessourceContainerTitre2 {
    top: 63%;
}

.HdvEchangeChoixCiteOption,
.HdvEchangeChoixHDVOption {
    z-index: 10;
}

.HdvEchangeChoixCiteContainer,
.HdvEchangeChoixHDVContainer {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.HdvEchangeChoixCiteContainer input,
.HdvEchangeChoixHDVContainer input {
    margin: 0 5px;
}

.HdvEchangeChoixCiteContainer label,
.HdvEchangeChoixHDVContainer label {
    font-weight: bold;
    color: wheat;
    margin: 25px;
}

.HdvEchangeForm1 {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.HdvEchangeForm1 input, .HdvEchangeForm1 select {
    margin: 0 5px;
    width: 100%;
    height: 100%;
    border-radius:16px;
    background-color: #393c3f;
    color: wheat;
    padding:10px;
    z-index: 1;
    border:none;
    outline:none;
    box-sizing: border-box;
    font-weight: bold;
}

.HdvEchangeForm1 select {
    width: auto;
}

/*VUE CHOIXDIEU*/

#vueChoixPseudo {
    z-index: 5;
}

#vueChoixDieu{
    z-index: 4;
}

#vueChoixCite{
    z-index: 3;
}

#vueChoixDieu, #vueChoixCite, #vueChoixPseudo {
    color: wheat;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 35%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 4px double #212529;
    border-radius: 24px;
    overflow: hidden;
}

.CDContainer {
    display: flex;
    justify-content: center;
    height: 80%;
    width: 90%;
    border-radius: 16px;
    background-color: #393c3fb2;
    margin: 5%;
    overflow: hidden;
}

.CDContainer img {
    margin-top: 0.8%;
    filter: grayscale(100%);
    transition: 0.3s;
}

.CDContainer img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.HdvEnvoyerContainer img {
    filter: none;
    transform: none;
    transition: none;
}

.HdvEnvoyerContainer img:hover {
    filter: none;
    transform: none;
}

.CDContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.CDContainerTitre {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 1.2%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

/*VUE DIALOGUE*/

.DialogueContainer {
    position: fixed;
    left: 0%;
    bottom: 0%;
    height: 20%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.750);
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 5;
}

.DialogueContainer img {
    height: 750px;
}

.DialogueContainerTexte {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 80%;
    width: 90%;
    border-radius: 16px;
    margin-right: 5%;
    overflow: hidden;
    color: wheat;
    padding-left: 5%;
}

.DialogueContainerTexte p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: wheat;
}

.DialogueContainerTitre p{
    font-size: 20px;
    font-weight: bold;
    color: rgb(152, 129, 88);
}

#vueDialogue {
    display: none;
    position: absolute;
    z-index: 10000;
}

/*VUE BATIMENTS*/

#vueBatiments {
    color: wheat;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 20%;
    position: fixed;
    left: 1%;
    top: 6%;
    border: 4px double #212529;
    border-radius: 24px;
    overflow: hidden;
}

#vueBatiments img {
    cursor: pointer;
    margin-top: 30px;
    height: 92px;
    width: 75px;
}

.BatimentsContainer {
    display: flex;
    height: 80%;
    width: 90%;
    border-radius: 16px;
    background-color: #393c3fb2;
    overflow: auto;
    gap: 3%;
}

.BatimentsContainerTitre {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 1.2%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

.BatimentsContainer img {
    transition: 0.3s;
}

.BatimentsContainer img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.BatimentsContainer img:active {
    transform: scale(0.9);
}

/*VUE STATSUNITE*/

#statsUnite {
    color: wheat;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53%;
    width: 20%;
    position: fixed;
    left: 1%;
    top: 28%;
    border: 4px double #212529;
    border-radius: 24px;
    overflow: hidden;
}

.unitStatsContainer {
    display: flex;
    height: 80%;
    width: 90%;
    border-radius: 16px;
    background-color: #393c3fb2;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.unitStatsContainerTitre {
    display: flex;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0.5%;
    left: 55%;
    transform: translateX(-50%);
    color: rgb(152, 129, 88);
}

#unitStats {
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* font-weight: bold; */
    color: wheat;
    padding: 5%;
    margin-top: 10%;
}

#unitStats p {
    width: 100%;
    margin: 0px;
}

#uniteSelectMode, #uniteModeButton{
    margin: 0px;
    margin-right: 5px;
}