* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;

    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    text-decoration: none;
}

html {
    height: 100%;
    font-size: 62.5%;
    background: black;
}

body {
    background: url('{$base_resssources_url}/../../images/bg.png') no-repeat center / cover;
    height: 100%;

    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;

    text-align: center;
    color: rgba(255, 255, 255, 1);
}

/* Barre de defilement */
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
}


/* Options d'affichage */
.horschamps {
    position: absolute;
    left: -90000px;
    top: -90000;
}

.textimage {
    text-indent: -90000px;
}

/* Medias */
img,
video {
    max-width: 100%;
}


/*COBRANDING*/

.label_cobrand {
    font-size: 12px !important;
    color: white;
    font-family: Arial;
    text-align: center;
    margin: 0 auto;
}

.logo{
    width: 90px;
    margin: 0 auto;
}


/* === EN-TETE === */
main#s1 {
    height: 90%;
    display: flex;
    flex-direction: column;
}

.boxLogo {
    margin: 0 auto 15px;
    display: flex
;
    flex-direction: column;
}

header {
    display: block;
    justify-content: center;
}

main {
    height: 100%;
}

/* === CONTENU === */
/* CTA */

#zone-cta {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 58%;
    transform: translateX(-50%);
}

.disclaimer {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 0 0 10px;
    text-transform: uppercase;
    line-height: 35px;
    text-shadow: 1px 1px 12px black;
    letter-spacing: -1px;
}

.disclaimer span {
    font-weight: 600;
}

.cta {
    border-radius: 10px;
    background: linear-gradient(225deg, rgb(5 229 231) 0%, rgb(1 218 165) 100%);
    box-shadow: 0px 5px 0px 0px #721fb6;
    width: 93%;
    padding: 12px 0;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.tarif {
    padding: 5px;
    font-size: 12px;
    background: rgb(46 46 46);
    width: 65%;
    margin: 10px auto 0;
    color: #999999;
    padding-bottom: 1vh;
    border-radius: 50px;
}

.description-sportstats {
    color: #fff;
    padding: 30px;
    background-color: #000000;
    text-align: start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: sans-serif;
}

.bottom {
    display: block;
}

/* === PIED DE PAGE === */
footer {
    position: relative;
}

footer > p {
    padding: 0px 30px;
    color: rgba(255, 255, 255, 0.5);
}

footer > p > span {
    color: rgba(255, 255, 255, 1);
}

footer .pictos {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer .pictos svg {
    width: 30px;
    fill: rgba(255, 255, 255, 0.2);
}

footer .pictos:not(.pictos) {
    grid-template-rows: repeat(3, 1fr);
}

footer .pictos:not(.pictos) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0px;
}

footer .pictos:not(.pictos) a {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.site-footer {
    display: flex;
    flex-direction: column;
    border-top: solid 0.01rem #000;
    background: black;
    align-items: center;
}

.site-footer img {
    max-width: 30%;
    padding: 20px 0;
}

.menu-footer a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
}

.menu-footer a:nth-child(2) {
    border-top: solid .01rem #000;
    border-bottom: solid .01rem #000;
}

.menu-footer {
    display: flex;
    background: #000;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.menu-footer p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    padding: 1vh 0;
}

.sub-footer {
    display: flex;
    flex-direction: column;
    border-top: solid .01rem #000;
}

.menu-footer p#services {
    font-size: 10px;
    padding: 10px 0;
}

.menu-footer a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize;
}

.menu-footer a:nth-child(2) {
    border-top: solid .01rem #000;
    border-bottom: solid .01rem #000;
}

.menu-footer a:nth-child(3) {
    border-bottom: solid .01rem #000;
}

@media screen and (min-width: 1224px) {
    .cta {
        width: 30vw;
    }
}

main#s2 {
    height: 100%;
    background: url('{$base_resssources_url}/../../images/home-img.png') no-repeat center / cover;
    display: grid;
    align-content: center;
    grid-row-gap: 10vh;
}

#s2 h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s2 h1 p {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2vh;
}

#s2 h1 img {
    width: 20rem;
}

#s2 h1 span {
    font-size: 1.4rem;
    text-transform: lowercase;
    color: #ccc;
    font-weight: 400;
}

#s2 section {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

#s2 .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    padding: 0 2vw;
}

#item1 img {
    width: 10rem;
}

#item2 img {
    width: 5rem;
}

#item3 img {
    width: 5rem;
}

#item4 img {
    width: 5rem;
}

#s2 .items p {
    font-weight: 400;
    font-size: 2rem;
    margin-top: 2vh;
    width: 50%;
}

/*RESPONSIVE DESKTOP*/

@media only screen and (min-width: 780px) and (max-width: 1023px) {

    .boxImg {
        width: 24%;
        margin: 30px auto 20vh;
    }

    .container1 .boxLogo {
        width: 7%;
    }

    .container2 {
        width: 20%;
        margin: 0 auto;
    }

    .cta {
        width: 65vw;
    }

    .container1 {
        display: flex;
        width: 100%;
        margin: 30px auto 0;
        justify-content: space-around;
    }

    .container3 {
        width: 8%;
        margin: 0 auto;
    }

    #zone-cta .tarif {
        padding: 5px 0px;
        font-size: 16px;
        color: #dedede;
        background: rgba(15, 15, 15, 0.45);
        margin-top: 10px;
        width: 36%;
    }

    .description-sportstats {
        color: #fff;
        padding: 30px 20%;
        background-color: #000000;
        text-align: start;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        font-family: sans-serif;
    }

    .middle {
        display: block;
        width: 18% !important;
    }

    .bottom {
        display: none;
    }

    #zone-cta {
        position: relative;
        padding: 60px 20px;
        border-radius: 12px;
    }

    #step1 {
        font-size: 0px;
    }
}

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

    .boxImg {
        width: 20%;
        margin: 30px auto 11vh;
    }

    .container2 {
        width: 11%;
    }

    .container1 .boxLogo {
        width: 6%;
    }

    #zone-cta .tarif {
        width: 19%;
    }

    .disclaimer {
        font-size: 42px;
        line-height: 43px;
        width: 35%;
        margin: 0 auto;
    }

    .site-footer img {
        max-width: 8%;
        padding: 20px 0;
    }

    .description-sportstats {
        padding: 30px 20%;
    }

    #step1 {
        font-size: 0px;
    }

}
