/* ========================= */
/* RESET PROPRE */
/* ========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Advent Pro', sans-serif;
}

.discordmail {
    background: #D9E2E9FF;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 1%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 5px 4px 8px #0000007a;
}

.contacdiscord,
.contactmail {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.marginplus{margin-top: 5%}

body{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
    background:#f5f5f5;
    color:#111;
    display:block;
}

main{
    display:flex;
    flex-direction:column;
    gap:60px;
}

section{
    width:100%;
}

.discord{
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
    background: #A1CDF2FF;
    padding: 1% 0% 2% 0%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;}

.marginplus{    margin-top: 3%;}

/* ========================= */
/* GLOBAL HELPERS */
/* ========================= */

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}

p{
    font-size:20px;
    letter-spacing: 1px;
}

/* ========================= */
/* TYPO */
/* ========================= */

.uppercase{
    text-transform:uppercase;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.5));
}

.h1{
    color:#3F3F3FFF;
    margin-bottom:1%;
    text-transform:uppercase;
}

.h1secondary{
    color: #FFF;
    text-transform: uppercase;
}

.h2{
    color:#3F3F3FFF;
    padding:2%;
        text-transform: uppercase;
}

.h2secondary{
color: #FFF;
    padding: 2%;
    text-transform: uppercase;
    filter: drop-shadow(3px 3px 0px #11233EFF);
}

.h3{
    color:#000;
    text-transform:uppercase;
}

/* ========================= */
/* BUTTON / CTA */
/* ========================= */

.calltoaction{
background: #10213FFF;
    padding: 1% 0% 2% 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.calltoactioncontent{
    background:#63d5c9;
    display:flex;
    align-items:center;
    width:50%;
    justify-content:center;
    padding:1%;
}

.calltoactionbtn{
    text-transform:uppercase;
    width:40%;
    display:flex;
    justify-content:center;
}

.button{    display: flex;
    margin-top: 1%;
    gap: 2%;
    width: 37%;}

/* ========================= */
/* ICONS */
/* ========================= */

.img{
width: 70px;
    height: stretch;
    background: #0082F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.img img{
width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(3px 3px 0px #005BAAFF);
}

/* ========================= */
/* FLEX HELP */
/* ========================= */

.icon{
    display:flex;
    align-items:center;
    flex-direction:row;
}

.flex{
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* ========================= */
/* AVANTAGES */
/* ========================= */

.avantages{
    background: #A1CDF2FF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1% 0;
}

.avantagesbox{
    width:75%;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:20px;
}

.descriptionbox{
    background: #D9E2E9FF;
    width: 24%;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    min-height: 120px;
    height: stretch;
    border-radius: 16px;
    box-shadow: 5px 4px 8px #0000007a;
}

/* ========================= */
/* GALERIE */
/* ========================= */

.galerieinfo{
    background:#A1CDF2FF;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
}

.galerie{
    width: 75%;
    background: #D9E2E9FF;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 5px 4px 8px #0000007a;
}

/* ========================= */
/* INFOS */
/* ========================= */

.infos{
    width:30%;

    background:#193259FF;
    color:#fff;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    padding:30px;
align-items: center;
    gap:25px;
}

.infos p{
    line-height:1.5;
}

/* ========================= */
/* NAVBAR */
/* ========================= */

.navbar{
    width:100%;
    background:#111;
    color:white;
}

.nav-container{
    max-width:75%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100px;
}

.menu{
    width:50%;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
}

.logo{
    font-size:3rem;
    font-weight:bold;
}

.nav-menu{
    display:flex;
    gap:40px;
}

.nav-menu a{
    transition:0.3s;
}

.nav-menu a:hover{
    color:#999;
}

/* ========================= */
/* BURGER MENU */
/* ========================= */

.burger{
    display:none;
    flex-direction:column;
    cursor:pointer;
    gap:5px;
}

.burger span{
    width:28px;
    height:3px;
    background:white;
    border-radius:5px;
    transition:0.3s;
}



.gallery-track{
    display:flex;
    gap:10px;

    overflow-x:auto;
    scroll-behavior:smooth;

    scrollbar-width:none;
    width:100%;
}

.gallery-track::-webkit-scrollbar{
    display:none;
}

.gallery-track img{
    width:300px;
    height:200px;
    object-fit:cover;
    flex-shrink:0;
    border-radius:8px;
}

.gallery-btn{width: 40px;height: auto;border: none;cursor: pointer;background: transparent;color:#000;border-radius: 50%;flex-shrink: 0;font-size:26px;}

/* ========================================= */
/* FIX TABLETTE HORIZONTALE */
/* ========================================= */

@media screen and (max-width:1024px){

    .slider{
        width:100%;
        min-height:700px;
        overflow:hidden;
    }

    .slide{
        width:100%;
        height:100%;
    }

    .slide img{
        width:100%;
        height:100%;
        object-fit:cover;
        left:0;
    }

    .content{
        position:absolute;
        inset:auto 0 0 0;

        width:100%;
        height:auto;

        padding:40px 30px;

        justify-content:flex-end;
        align-items:flex-start;

        background:
        linear-gradient(
            to top,
            rgba(16,33,63,1) 0%,
            rgba(16,33,63,0.92) 40%,
            rgba(16,33,63,0.15) 100%
        );
    }

    .content h1{
        width:100%;
        font-size:48px;
        line-height:1;
        margin-bottom:20px;
    }

    .content p{
        width:100%;
        max-width:100%;
        min-height:auto;

        font-size:22px;
        line-height:1.4;

        margin-bottom:25px;
    }

    .buttons{
        width:100%;
        flex-wrap:wrap;
    }

    .button{
        width:100%;
        flex-wrap:wrap;
        gap:12px;
    }

    .btn{
        width:100%;
        justify-content:center;
        font-size:18px;
                margin-bottom: 1%;
    }

    .troisieme{
        width:100%;
    }


    .discordmail{
        width: 80%;
    }

    .contacdiscord,
    .contactmail{
        padding: 15px;
    }
}

/* ========================================= */
/* GRAND ECRAN 2048px */
/* ========================================= */

@media screen and (min-width: 1800px){

    .nav-container{
        max-width: 1600px;
    }

    .calltoactioncontent{
        width: 900px;
    }

    p{
        font-size: 24px;
    }

    .logo{
        font-size: 4rem;
    }

    .menu{
        font-size: 2.5rem;
    }

        .discordmail{
        width: 45%;
    }

    .discordmail p{
        font-size: 1.1rem;
    }

}

/* ========================================= */
/* TABLETTE */
/* ========================================= */

@media screen and (max-width: 1024px){

    .nav-container{
        max-width: 90%;
    }

    .menu{
        width: auto;
        font-size: 1.5rem;
    }

    .nav-menu{
        gap: 20px;
    }

    .calltoactioncontent{
        width: 80%;
        padding: 20px;
    }

    .calltoactionbtn{
        width: 60%;
    }

    .avantagesbox{
        width: 90%;
        justify-content: center;
    }

    .descriptionbox{
        width: 45%;
    }

    .galerie{
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .infos{
        width: 100%;
        border-radius: 0 0 16px 16px;
        padding: 24px;
    }

    .galeriephoto img{
        width: 100%;
        height: auto;
        border-radius: 16px 16px 0 0;
    }

    p{
        font-size: 18px;
    }
    
        .btn{
                margin-bottom: 1%;
    }
}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media screen and (max-width: 768px){

    main{
        gap: 40px;
    }

    p{
        font-size: 16px;
        line-height: 1.5;
    }

    .h1,
    .h1secondary,
    .h2,
    .h2secondary{
        text-align: center;
    }

    .navbar{
        position: relative;
    }

    .nav-container{
        max-width: 92%;
        height: 80px;
    }

    .logo{
        font-size: 2rem;
    }

    .burger{
        display:flex;
    }

    .nav-menu{
        position:absolute;
        top:80px;
        left:0;
        width:100%;
        background:#111;
        flex-direction:column;
        align-items:center;
        gap:20px;
        padding:20px 0;
        display:none;
        z-index:1000;
    }

    .nav-menu.active{
        display:flex;
    }

    .calltoaction{
        padding: 40px 20px;
    }

    .calltoactioncontent{
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        text-align: center;
    }

    .calltoactionbtn{
        width: 100%;
    }

    .icon{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .img{
        width: 60px;
        height: 60px;
    }

    .avantages{
        padding: 40px 20px;
    }

    .avantagesbox{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .descriptionbox{
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-height: auto;
    }

    .galerie{
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .galeriephoto{
        width: 100%;
        margin-bottom: 3%;
    }


    .galeriephoto img{
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px 16px 0 0;
    }

    .infos{
        width: 100%;
        padding: 20px;
        border-radius: 0 0 16px 16px;
        gap: 20px;
    }

    .flex{
        align-items: center;
        text-align: center;
    }

        .btn{
                margin-bottom: 1%;
    }

        .discordmail{
        width: 85%;
        flex-direction: column;
        padding: 20px;
    }

    .contacdiscord,
    .contactmail{
        width: 100%;
    }

    .discord .h1{
        text-align: center;
    }

    .discordmail p{
        font-size: 15px;
    }

    .discordmail .btn{
        width: 100%;
        justify-content: center;
    }
}

/* ========================================= */
/* PETIT MOBILE */
/* ========================================= */

@media screen and (max-width: 480px){

    .logo{
        font-size: 1.6rem;
    }

    .menu{
        font-size: 1rem;
    }

    p{
        font-size: 15px;
    }

    .descriptionbox{
        padding: 16px;
    }

    .calltoactioncontent{
        padding: 16px;
    }

        .btn{
                margin-bottom: 1%;
    }
        .discordmail{
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 5%;
    }

    .discordmail p{
        font-size: 14px;
        line-height: 1.5;
    }

    .discordmail .btn{
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }

    .steam-logo{
        width: 20px;
        height: 20px;
    }
}

/* ========================================= */
/* FULL HD 1920x1080 */
/* ========================================= */

@media screen and (min-width:1600px) and (max-width:2047px){

    body{
        overflow-x:hidden;
    }

    main{
        gap:80px;
    }

    p{
        font-size:22px;
    }

    .nav-container{
        max-width:1600px;
    }

    .logo{
        font-size:3.5rem;
    }

    .menu{
        font-size:2.2rem;
    }

    .calltoactioncontent{
        width:1000px;
        padding:30px;
    }

    .calltoactionbtn{
        width:45%;
    }

    .avantagesbox{
        width:1400px;
        gap:30px;
    }

    .descriptionbox{
        width:23%;
        padding:20px;
    }

    .infos{
        padding:40px;
    }

    .img{
        width:90px;
        height:90px;
    }

    .img img{
        width:50px;
        height:50px;
    }

        .discordmail{
        width: 55%;
    }
}