* {
    -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 {
    --color-btn-1: #00e25a;
    --color-btn-2: #00ff65;
    
    height: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    background: #ffffff;
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    color: rgb(53 53 53);
}

/* 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%;
}

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

.boxImg {
    width: 40%;
    margin: 20px auto;
}

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

main {
    height: 96%;
}

h1 {
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: sans-serif;
    padding: 35px 20px 0;
    text-transform: uppercase;
    text-shadow: none !important;
}

.container2 {
    width: 95%;
    font-size: 16px;
    margin: 0px auto 13vh;
}

.sous-accroche {
    font-weight: 600;
}

.accroche {
    font-size: 14px;
    width: 85%;
    margin: 0 auto 10px;
}

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

.cta {
    margin: auto;
    padding: 3rem;
    width: 90%;
    display: grid;
    grid-gap: 2rem;
}

.btn {
    color: white !important;
    border-radius: 12px;
    background-color: var(--color-btn-1);
    border: 4px solid var(--color-btn-2);
    box-shadow: 0px 0px 20px var(--color-btn-1);
    padding: 15px 0;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-text-1);
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
    animation: bounce 2s infinite;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(120deg, transparent 20%, #ffffff48 40%, #ffffff48 60%, transparent 80%);
    animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -110%;
        transition-property: left;
    }
    100% {
        left: 110%;
        transition-property: left;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0px 0px 40px var(--color-btn-1);
    }

    70% {
        transform: scale(0.9);
        box-shadow: 0px 0px 20px var(--color-btn-1);
    }
}

.step1 {
    display: grid;
    justify-items: center;
    grid-gap: 1rem;
}

.tarif {
    padding: 5px;
    font-size: 12px;
    margin-top: 10px !important;
    margin: 0 auto;
    color: #787878;
    padding-bottom: 10px;
}

.description-sportstats {
    padding: 30px;
    background-color: #ececec;
    text-align: start;
    font-size: 13px;
    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;
    background: #cacaca;
    align-items: center;
}

.site-footer img {
    width: 60%;
}

.menu-footer a {
    color: black;
    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 {
    width: 80%;
    margin: auto;
    padding: 20px 0;
    color: #a09e9e;
}

.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: rgb(145 145 145);
    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;
}

/*RESPONSIVE DESKTOP*/

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

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

    .container1 .boxLogo {
        width: 7%;
    }

    .container2 {
        width: 60%;
        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;
        width: 36%;
    }

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

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

    .bottom {
        display: none;
    }

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

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

@media screen and (min-width: 1024px) {
    .boxImg {
        width: 20%;
        margin: 30px auto;
    }

    .boxImg {
        width: 20%;
    }

    .container2 {
        width: 60%;
    }

    .container1 .boxLogo {
        width: 6%;
    }

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

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

    #step1 {
        font-size: 0px;
    }

    .site-footer img {
        width: 30%;
    }

    .cta {
        width: 30vw;
    }
}
