body {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: black;
}

/* Police  */
.bruno-ace-regular {
    font-family: "Bruno Ace",sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

/* couleurs */
.contour {
    border: 1px solid #120202;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
} 
.imgProfil{
    width: 20vh;
    height: 20vh;
}

.imgb{
    width: 30vh;
    height: 45vh;
}

.imgBaniere{
    width: 20vh;
    height: 20vh;
}

p{
    color: white;
}

nav{
    background-color: rgb(178, 0, 0);
    color: #ffffff;
}

.navbar a{
    font-weight: bolder;
    color: #ffffff;
}

/* ---------------------Boutons--------------------- */
.btn{
    background-color: rgb(178, 0, 0);
    color: white;
    border-radius: 5px;
    margin-left: 50%;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    border-color: white;
}

.btn:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(178, 0, 0);
    border-radius: 5px;
    margin-left: 50%;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btnActionModifier{
    background-color: rgb(0, 148, 178);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.btnActionModifier:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btnActionSupprimer{
    background-color: rgb(178, 0, 0);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(223, 223, 223);
}

.btnActionSupprimer:hover{ 
    background-color: rgb(255, 255, 255);
    color: rgb(178, 0, 0);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}


.btnAfficherCommentaires{
    background-color: rgb(178, 0, 0);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
    width: fit-content;

}

.btnAfficherCommentaires :hover{
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 0, 0);
}





.titre{
    margin-top: 10vh;
    margin-bottom: 3vh;
}

.sous-titre{
    margin-left: 15vh;
    margin-bottom: 3vh;
}

.imgfond{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: fixed;
    z-index: -1;
}

.testimg{
    width: 30px;
    height: 20px;
}

.card{
    background-color: rgb(0, 0, 0);
    border: white;
}

h5 .card-title{
    color: white;
}

.btnModifier{
    background-color: rgb(103, 70, 112);
    margin-left: 0;
}
.btnModifier:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(103, 70, 112);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0;

}

.btnSupprimer{
    background-color: rgb(178, 0, 0);
    margin-left: 0;

}

.btnSupprimer:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(178, 0, 0);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0;

}

.formConnexion{
    display: block;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid white;
    margin: 100px;
    padding: 40px;
    padding-top: 20px;
    backdrop-filter: blur(5px);
    background-color: #4e4e4e4c;
    margin-top: 200Px;
}

.formConnexion  input{
    border-color: white;

}

.titreFormConnexion{
    margin-bottom: 8vh;
}


.post{
    margin-bottom: 15vh;
}

.detailsPost{
    display: block;
    justify-content: center;
}


.whiteText{
    color: white;
}



/* -------------------FOOTER ---------------------- */

.designFooter{ 
    background-color: rgb(178, 0, 0);
    padding: 3vh;
    margin-top: 5vh;
    
}

footer a :hover{
    color: rgb(0, 0, 0);
}