/* fonts Light 300, Regular 400, Bold 700, Black 900 */
html {
    font-size: 1.5vw;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
}
::selection {
    color: #fff;
    background-color: #a41e20;
}
.grid {
    display: grid;
}
.button {
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #a41e20;
    padding: .5em 1em;
    border-radius: .5em;
}
.button img {
    vertical-align: middle;
    width: 2em;
    background-color: #a41e20;
    padding-right: 1rem;
}
.asterix {
    font-size: .5rem;
    margin-bottom: 1rem;
}
.liste  {
    list-style-type: square;
    padding-left: 4rem;
    margin-bottom: 1rem;
}
.page {
    margin-top: 4rem;
}
.ip {
    cursor: pointer;
}
a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
h1 {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
    text-align: justify;
}

/*****************/
#burger {
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 3.9rem;
    height: 3.9rem;
    background-color: #fff;
}
#burger img {
    width: 2rem;
}
#logo {
    z-index: 9998;
    display: block;
    position: fixed;
    top: 0.1rem;
    left: 1rem;
    width: 8rem;
}
header {
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.3rem;
    background-color: #fff;
    border-bottom: 1px solid #a41e20;
    padding: 0 1rem;
}
header ul {
    display: block;
    float: right;
}
header li {
    display: inline-block;
    padding: .6rem 0 0 2rem;
}
header a {
    font-weight: 400;
    color: #a41e20;
}

/*****************/
main {
    width: 88%;
    margin: 0 auto;
}
section {
    padding: 2.5rem 0;
}
section:first-of-type {
    padding-top: 1rem;
}
section:not(:last-of-type) {
    border-bottom: 1px solid #a41e20;
}

/*****************/
#accueil h1 {
    width: 25rem;
}
#accueil {
    grid-template-columns: 67% auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0;
    grid-row-gap: 1rem;
}
#accueil div:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}
#accueil div:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 2rem;
}
#accueil div:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}
#accueil strong {
    vertical-align: sub;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #a41e20;
    padding-left: 2rem;
}

/*****************/
#concept {
    grid-template-columns: auto 67%;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 1rem;
}
#concept div:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    padding-left: 2rem;
}
#concept div:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
}

/*****************/
#boutique p {
    margin-bottom: 2rem;
}
#boutique div {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    text-align: center;
    margin-bottom: 2rem;
}
#boutique h2 {
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 1rem;
}
#boutique .button {
    font-size: 2rem;
    display: block;
    width: 26rem;
    margin: auto;
}

/*****************/
#regles h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0;
}

/*****************/
#nouveautes > div {
    grid-template-columns: 72% auto;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 1rem;
}
#nouveautes > div > div:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 2rem;
}
#nouveautes > div > div:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 3;
}
#nouveautes > div > div:nth-child(1) .button {
    display: block;
    width: 25rem;
    margin: 2rem 0 0 4rem;
    
}
#nouveautes > div > div:nth-child(2) .button {
    display: block;
    width: 100%;
}
#nouveautes #discord {
    width: 100%;
    height: 35rem;
    margin-bottom: 1rem;
}

#nouveautes article:not(:first-of-type) {
    margin-top: 2rem;
}
#nouveautes h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
}
#nouveautes ul  {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 4rem;
    margin-bottom: 1rem;
}
#nouveautes li hr {
    width: 15rem;
    text-align: left;
    margin: 1rem 0;
    border: 0;
    border-bottom: 1px solid #a41e20;
}
#nouveautes p  {
    margin-top: 1.5rem;
}
#nouveautes li video, #nouveautes li img {
    width: 70%;
    margin-top: .5rem;
}

/*****************/
#contact ul {
    width: max-content;
    margin: 2rem auto 0 auto;
}
#contact li {
    display: inline;
}
#contact li a {
    display: inline-block;
    width: 5rem;
    margin: 0 2rem;
}
#contact li img {
    vertical-align: middle;
}

/*****************/
footer {
    color: #fff;
    background-color: #a41e20;
    padding-bottom: 1rem;
}
footer ul {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    text-align: center;
}
footer li {
    padding: 0 2rem;
}
footer h2 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0;
}
footer p, footer a {
    text-align: center;
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
    color: #fff;
    line-height: 1rem;
}

#isMobile {
    display:none !important;
    content:'';
    width:1px;
    height:1px;
    overflow:hidden; 
}
/*********************************/
@media all and (max-width: 820px) {
    #isMobile {
        display:block !important;
    }
    html {
        font-size: 5vw;
    }
    .grid {
        display: block;
    }
    .liste {
        padding-left: 1rem;
    }
    .asterix {
        font-size: .7rem;
    }

    /*****************/
    #logo {
        top: 0;
        left: 0;
        width: 100%;
        height: 4rem;
        background-color: #fff;
        border-bottom: 1px solid #a41e20;
    }
    #logo img {
        width: auto;
        height: 2.2rem;
        margin: 0.9rem;
    }
    #burger {
        display: flex;
    }
    header {
        display: none;
        padding-top: 4.5rem;
        height: 19rem;
        background-color: #fff;
    }
    header ul {
        float:none;
    }
    header li {
        display: block;
        font-size: 1.3rem;
        padding: .5rem 0 .5rem 2.3rem;
    }
    main {
        margin-top: 5rem;
    }
    section {
        padding: 4rem 0 2.5rem 0;
    }
    section:first-of-type {
        padding: 0;
    }

    /*****************/
    #accueil div:nth-child(2) {
        padding: 1rem 0;
    }
    #accueil h1 {
        width: 100%;
    }
    #accueil strong.ip {
        display: block;    
        padding: 1rem 0;
    }
    /*****************/
    #concept div:nth-child(1) {
        padding: 0;
    }

    /*****************/
    #boutique .button {
        font-size: 1rem;
        width: 100%;
    }
    #nouveautes > div > div:nth-child(1) {
        padding: 0;
    }
    #nouveautes ul {
        padding: 0;
    }
    #nouveautes li video, #nouveautes li img {
        width: 100%;
    }
    #nouveautes > div > div:nth-child(1) .button {
        width: 100%;
        margin: 2rem 0 2rem 0;
    }

    /*****************/
    #contact li {
        display: inline-block;
    }
    #contact li a {
        display: inline-block;
        width: 2.2rem;
        margin: 0 .5rem;
    }

    /*****************/
    footer {
        padding-top: 1rem;
    }
}