nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #222222;
    padding: 10px;
    float: left;
    z-index: 1;
    font-family: "Space Grotesk";
}

nav a.btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    background-color: #0000cc;
    margin-left: 2%;
    margin-top: 1%;
}

nav a.btn:hover {
    background-color: #ff1616;
    box-shadow: 0 0 0.5em #ff1616;
}

nav a.pp_menu {
    padding-top: 5%;
}

nav a img#icon_user{
    
    display: inline-block;
    text-decoration: none;
    background-color: white;
    background-size: cover;
    margin-right: 1%;
    
}

.left {
    width: 200px;
    float: left;
}

img.logo{
    border-radius: 200px;
}

.options {
    float: left;
    width: 60%;
}

.options_pp {
    float: left;
    width: 50%;
}

.tete_connexion{
    
    width: 5%;
    float: right;
    
}

.status {
    color: #fff;
    float: right;
    margin-right: 75px;
    display: inline-block;
    padding: 20px 0px;
    width: 10%;
}

.status span {
    color: #d91a1a;
    font-weight: bold;
}

body {
    text-decoration: none;
    color: #e0dfdf;
    min-height: 100%;
    background-color: #333333;
    max-width: 100%;
    font-family: "Space Grotesk";
}

.contenu {
    
    padding: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    
}

.boutons {
    
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.content {
    padding: 70px 60px;
}

.content_compte {
    padding: 0px 60px;
    padding-bottom: 20px;
}

.content_compte .infos_compte{
    float: right;
    width: 80%;
}

.content_compte .titre{
    text-align: center;
}

.content_launcher {
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 5;
    margin-top: 5%;
    float: left;
    width: 40%;
}

.content_trailer {
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 5%;
    margin-left: 50%;
}

p {
    font-size: 20px;
}

iframe {
    border-radius: 10px;
    border-color: #222222;
    border-width: 2px;
    float: left;
    margin-top: 3%;
}

.download {
    box-shadow: inset 0 0 2.5rem red;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.forum {
    
    text-decoration: none;
    text-decoration-line: none;
    color: white;
    background-color: #333333;
    box-shadow: 0 0 1rem #ff1616, inset 0 0 0.5rem #ff1616;
    padding: 2%;
    margin-bottom: 3%;
    border-radius: 10px;
    transition: 0.5s;
    width: 20%;
    
}

.forum h1 {
    
    text-decoration: none;
    text-decoration-line: none;
    
}

.forum:hover {
    
    box-shadow: 0 0 1rem #0000cc, inset 0 0 0.5rem #0000cc;
    transition: 0.5s;
    
}

.add_message {
    box-shadow: inset 0 0 2.5rem red;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    background-color: #333333;
}

.message_forum {
    
    box-shadow: inset 0 0 2em #222222;
    padding: 2%;
    margin-bottom: 2%;
    overflow: auto;
    
}

.message_forum .profil {
    
    float: left;
    margin-right: 5%;
    width: 15%;
    background-color: rgb(34, 34, 34);
    text-align: center;
    padding: 2%;
    
    
}

.message_forum .msg {
    
    box-shadow: inset 0 0 2em #222222;
    width: 73%;
    margin-left: 22%;
    padding: 2%;
    
}

.download:hover {
    box-shadow: 0 0 1em red;
    background-color: red;
    transition: 0.5s;
}

.bouton {
    box-shadow: inset 0 0 2.5rem red;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.bouton:hover {
    box-shadow: 0 0 1em red;
    background-color: red;
    transition: 0.5s;
}

.table_actif {
    background-color: #222222;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 10px 10px 0px 0px;
}

.table_actif:hover {
    background-color: #222222;
    transition: 0.5s;
}

.table_innactif {
    background-color: #333333;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 40px;
    border-radius: 10px 10px 0px 0px;
}

.table_innactif:hover {
    background-color: #222222;
    transition: 0.5s;
}

div.stats_pvpteam_kill {
    
    background-color: #222222;
    padding: 2%;
    
}

div.stats_pvpteam_zone {
    
    background-color: #222222;
    padding: 2%;
    display: none;
    
}

div.stats_uhc_rapide {
    
    background-color: #222222;
    padding: 2%;
    
}

div.stats_uhc_meetup {
    
    background-color: #222222;
    padding: 2%;
    display: none;
    
}

div.stats_uhc_normal {
    
    background-color: #222222;
    padding: 2%;
    display: none;
    
}

footer {
    
    display: flex;
    float: none;
    width: 100%;
    
}

footer div.copyright{
    background-color: #222222;
    padding-bottom: 3%;
    font-family: "Space Grotesk";
    width: 99.8%;
    padding-top: 1%;
}

.rs{
    float: right;
    display: inline-block;
    text-decoration: none;
    background-color: white;
    margin-right: 1%;
}

#discord:hover {
    background-color: #5865F2;
    animation: move-vertically 0.75s infinite;
}

#twitter:hover {
    background-color: #1DA1F2;
    animation: move-vertically 0.75s infinite;
}

#youtube:hover {
    background-color: #FF0000;
    animation: move-vertically 0.75s infinite;
}

#insta:hover {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    animation: move-vertically 0.75s infinite;
}

.spseudo{
    text-decoration: none;
    color : #BBBBBB;
    margin-left: 4%;
}
.srole{
    margin-left: 2%;
}

.left-copy a {
    float: left;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.titre{
    color: #ff1616;
    text-shadow: 2px 2px 5px #666666;
}
.titre_art{
    text-align: center;
}

article.spoil{
    text-align: center;
    background-color: #222222;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    margin-bottom: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
}

.btn-footer:hover{
    color: #ff1616;
    transition: 0.5s;
}

a.cr{
    color: #AAAAAA;
    font-size: 15px;
}

article.spoil h3{
    font-size: 15px;
}

article.patch{
    background-color: #222222;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    margin-bottom: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
}
article.patch h3{
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 2%;
    padding: 1%;
    background-color: #333333;
    font-size: 15px;
}

@media screen and (min-width: 0) and (max-width: 1400px) {
    nav {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        background-color: #222222;
        padding: 0;
        float: left;
        z-index: 1;
    }

    nav a {
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        padding: 20px 40px;
        display: inline-block;
    }

    nav a:hover {
        animation: move-vertically 0.75s infinite;
        background-color: red;
    }

    .left {
        width: 200px;
        float: left;
    }

    .options {
        float: left;
        width: 60%;
    }

    .status {
        color: #fff;
        float: right;
        margin-right: 75px;
        display: inline-block;
        padding: 20px 40px;
    }

    body {
        text-decoration: none;
        color: #e0dfdf;
        min-height: 100%;
        background-color: #333333;
        max-width: 100%;
    }

    .content {
        padding: 15% 10px 10px;
    }
}

@-webkit-keyframes download-button {
    0% {
        box-shadow: inset 0 0 4em red;
    }
    25% {
        box-shadow: inset 0 0 2.25em red;
    }
    50% {
        box-shadow: inset 0 0 0.75em red;
    }
    75% {
        box-shadow: inset 0 0 2.25em red;
    }
    100% {
        box-shadow: inset 0 0 4em red;
    }
}

@-webkit-keyframes move-vertically {
    10% {
        transform: translateY(-8%);
    }
    70% {
        transform: translateY(8%);
    }
}