body {
    font-family: MS PGothic;
    color: #ffffff;
    background-color: #0c0b0b;
}
p {
    font-size: 25px;
}

nav{
    width: auto;
    padding: 15px;
    margin: 0 auto;
    background-color: rgb(37, 37, 37);
    top: 0px;
    font-size: 22px;
    border-radius: 10px;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: white;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: #c5c5c5;
    border-bottom: 2px solid orange;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: rgb(102, 102, 102);
    position: absolute;
    width: 100%;
    z-index: 1000;
    border-radius: 10px;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}S
.deroulant::after{
    content:" ▼";
    font-size: 14px;
}
.deroulant {
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.button {
    background-color: rgb(39, 121, 245);
    color: rgb(255, 255, 255);
    padding: 5px 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.container {
    display:flex;
}
.size75px {
    font-size: 75px;
}
.bg
{
    border: 5px solid black;
    border-radius: 5px 56px 5px 56px;
    box-shadow: 5px 5px 5px;   
}
.button-text {
    font-size: 22px;
}
.apple-ui {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.size60px {
    font-size: 60px;
}
.img-rounded-corners {
    border-radius: 10px 10px 10px 10px;
}
.list-nr {
    list-style-type: disc;
    cursor: pointer;
    font-style: italic;
}
.list-nr2 {
    list-style-type: square;
}
a {
    color:#ffffff
}
.divmembers {
    display:flex;
}
.membercard {
    background-color: rgb(37, 37, 37);
    width: 25%;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    text-align: center;
}
.smallerbutton {
    background-color: rgb(0, 167, 0);
    color: #fff;
    padding: 1px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.smallerbutton-text {
    font-size: 15px;
}
.size40px {
    font-size: 40px;
}

footer {
    background-color: #f0f0f0;
    border-top: #000;
}

.footerlinks {
    width: auto;
    height: 25px;
    cursor: pointer;
}
.knowndevlang {
    width: auto;
    height: 35px;
}
.role {
    width: 250px;
    height: 30px;
    background-color: rgb(0, 167, 0);
    border-radius: 5px;
}
.roleClick {
    width: 250px;
    height: 30px;
    background-color: rgb(0, 167, 0);
    border-radius: 5px;
    cursor: pointer;
}
.roleAdjoint {
    width: 250px;
    height: 30px;
    background-color: rgb(39, 121, 245);
    border-radius: 5px;
    cursor: pointer;
}
.roleName {
    color: white;
    font-size: 25px;
}
.navLogo {
    width: 35px;
    height: 35px;
}
.knowndevlangclick {
    width: auto;
    height: 35px;
    cursor: pointer;
}
.legendeimg{
    font-style: italic;
}
.categoriepage {
    background-color: rgb(39, 121, 245);
    width: 250px;
    height: 35px;
    color: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.abig {
    font-size: 25px;
}
.categoriepagenonclick {
    background-color: rgb(39, 121, 245);
    width: 250px;
    height: 35px;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.content {
    background-color: rgb(37, 37, 37);
    border-radius: 10px;
}

.size120px {
    font-size: 120px;
}

.green {
    color: rgb(0, 167, 0);
}

.margin10px {
    margin-left: 50px;
    margin-right: 100px;
}

.list-nrc {
    list-style-type: disc;
    font-style: italic;
}

.p25 {
    font-size: 25px;
}

.titres {
    font-size:30px;
    text-decoration: underline;
}
