@import url("https://fonts.googleapis.com/css?family=Montserrat:500");


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #747474;
}
p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:large;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;

}

li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
    background-color: #24252A;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px, 10% ;
    background-color: #24252A;
}

.logo {
    cursor: pointer;
    background-color: #24252A;
    padding: 5px;
}

.navLinks {
    list-style: none;
    background-color: #24252A;
}

.navLinks li {
    display: inline-flex;
    padding: 0px 20px
}

.navLinks li a {
    transition : all 0.3s ease 0s;
}

.navLinks li a:hover {
    color: #0088a9
}

.loginStatus {
    cursor: default;
    background-color: rgba(0,136,169);
    padding: 5px;
    border-radius: 50px;
}

.profile, .formConn, .formSignup, .notification, .formGame, .menu, .formSettings, .profile table{
    min-width: 350px;
    width: auto;
    height: auto;
    display: table;
    justify-content: center;
    padding: 25px 25px 25px 25px;
    text-align: center;
    border-radius: 25px ;
    background-color: #FFFFFF;
    border:#ffffff ;
    margin: 100px auto; 
}
.profileLinks a, .profileLinks h2 {
    background-color: #FFFFFF;
}

.tableHeader {
    padding: 0.5em 2em;
    font-family: "Montserrat", sans-serif;
    background-color: rgba(0,136,169);
}

.formConn h1, .formGame h1, #IdName, #IdPwd ,#IdPwdVerif, .formConn label, .formSignup label, .formSignup h1, .profile table tr td, .profile table tr, .formGame label, #NewParty, #RoomKey, .menu h1, .menu p, .formSettings h1, .formSettings input, .formSettings label{
    font-family: "Montserrat", sans-serif;
    background-color: #FFFFFF;
}
#IdName, #IdPwd ,#IdPwdVerif, #RoomKey, #NewParty{
    min-width: 270px;
}

.profile h2 {
    background-color: #FFFFFF;
}

#NewParty {
    border-radius: 1em;
    background-color: #cac8c8;
    color : rgba(0,136,169);
}
.profileLinks {
    background-color: #FFFFFF;
    margin: 10px;
}

#LogoutAccount {
    color: #000000;
}

#LogoutAccount:hover {
    color: red;
}

#DeleteAccount {
    color: red;
}

#DeleteAccount:hover {
    padding:0.2em;
    color: #000000;
    background-color: red;
    border-radius: 50px;
}

#Signup, #HrefSignup {
    background-color: #FFFFFF;
}

#HrefSignup {
   color: rgba(0,136,169,1); 
}

.notification {
    color: black;
    font-weight: bold;
}


.puissance4 {
    min-height: 320px;
    min-width: 373.333px;
    background-color: blue;
    margin-left: auto;
    margin-right: auto;
    border-color: blue;
    padding: 1em;
    border-radius: 1em;
}

.case {
    min-height: 53.333px;
    min-width : 53.333px;
    border-radius: 1em;
    border-color: blue;
}

.red {

    background-color: red;
}

.yellow {


    background-color: yellow;
}

.empty {

    background-color: #cac8c8;
}
.number {
    font-size:small ;
    height : 1em;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background-color: white;
     
}






























button {
    padding: 9px 25px;
    background-color:  rgba(0,136,169,1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: rgba(0,136,169,0,8);
}


#SubmitButton {
    color: #ffffff;
    background-color:#24252A;
    padding: 10px;
    border-radius: 50px;
    border-style:unset;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", "sans-serif";
}

#SubmitButton:hover {
    color:rgba(0,136,169)
}

