body {
        color:black;
        background-color:white;
        background-image:url(img/baniere.png);
        margin:0;
        background-color: #1c1ce0;;
        background-size: 100% 100%;
        background-repeat: no-repeat;
}
.monBouton
{
        background: url(https://cdn.discordapp.com/attachments/595969607894827018/920379601207844954/48833ACD-B73E-4364-AE2C-D5839C0D15AA.png);
}
.accueil {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #030754, #3232e1);
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
        left: 3%;
}
.catalog {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #030754, #3232e1);
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
        left: 6%;
}
.avis {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #030754, #3232e1);
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
        left: 9%;
}
.recru {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #030754, #3232e1);
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
        left: 12%;
}
.footer-col .social-links a {
        display: inline-block;
        height: 50px;
        width: 55px;
        margin-right: 10px;
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease;
}

.footer-col .social-links .twitter {
        color: #00acee;
}

.footer-col .social-links .insta {
        color: #C13584;
}

.footer-col .social-links .youtube {
        color: #c4302b;
}

.footer-col .social-links .discord {
        color: #7289da;
}
.copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eee;
        height: 50px;
}
.imageDroite {
        float: right;
}
conteneur {
        display: flex;
        justify-content: center;
}
.motif {
        background: url(/imgs/wave.svg);
        background-repeat: no-repeat;
        background-position: bottom;
}

section-2 {
        display: block;
        padding: 30px 90px;
        -webkit-filter: drop-shadow(5px 5px 5px #00000021);
        filter: drop-shadow(5px 5px 5px #00000021);
}

.download-container {
        display: flex;
        justify-content: center;
        margin-top: 150px;
        height: 100%;
        width: 100%;
}

.download-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        width: 100%;
        border-radius: 8px;
        padding: 0 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.title-download h1 {
        margin-bottom: 70px;
        font-size: 40px;
        top: -40px;
        position: relative;
}

.title-download h1::after {
        content: "";
        position: absolute;
        width: 200px;
        height: 4px;
        background: #414141;
        border-radius: 5px;
        left: 0;
        bottom: -5px;
        box-shadow: 0 2px 2px #FFFFFF1F;
}

.boxs {
        position: relative;
        display: flex;
        align-items: center;
        height: 300px;
        width: 100%;
}

.box-PvP {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        background: #36393f;
        height: 150%;
        width: 100%;
        border-radius: 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 0 10px;
        color: white;
}
.box-Minerais {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        background: #36393f;
        height: 150%;
        width: 100%;
        border-radius: 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 0 10px;
        color: white;
}
.box-Livres {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        background: #36393f;
        height: 150%;
        width: 100%;
        border-radius: 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 0 10px;
        color: white;
}

.box h1 {
        position: relative;
        text-transform: uppercase;
        top: -25px;
}

.box img {
        position: relative;
        top: -10px;
}

.box-PvP .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}
.box-Livres .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}
.box-Minerais .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}

.box h3 {
        position: relative;
        bottom: -20px;
        text-align: center;
}

.download-content p {
        margin-top: 20px;
}

.download-content p a {
        color: #fc5f21;
}

@media screen and (max-width: 1024px) {

        .download-container {
                margin-top: 50px;
        }
        .boxs {
                flex-direction: column;
                height: 100%;
        }
        .box {
                display: flex;
                justify-content: center;
                margin: 10px 0;
                height: 320px;
        }
}

@media screen and (max-width: 500px) {

        section-2 {
                padding: 30px 20px;
        }
}
.box-PvP .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}
.box-Livres .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}
.box-Minerais .download {
        position: relative;
        bottom: -20px;
        padding: 10px 30px;
        border-radius: 30px;
        background: linear-gradient(70deg, #7c7c7c, #ffe7e7);
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        box-shadow: rgba(31, 31, 31, 0.35) 0px 5px 15px;
        transition: .5s;
        font-family: 'Montserrat', sans-serif;
}
