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

body {
    background: #D8BAFF;
    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: 50%;
    margin: auto;
}

.boxImg img {
    width: 60%;
}

.cobranding {
    color: #73408e;
    margin-bottom: 20px;
}

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

main {
    height: 100vh;
    display: grid;
}

h1 {
    font-size: 16px;
    font-weight: 800;
    color: #72408e;
    width: 80%;
}

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

.sous-accroche {
    font-weight: 300;
    color: #9761b5;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

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

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

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

.clicCTA {
    font-size: 14px !important;
}

#continue {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
}

.btn {
    border-radius: 10px;
    background: #C1FF72;
    width: 80%;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    border: 3px solid #C496FF;
    padding: 1vh 0;
    text-transform: uppercase;
}

.tarif {
    font-size: 12px;
    width: 85%;
    margin: 0 auto;
    color: #72408e;
    font-weight: 300;
}

.bottom {
    display: block;
}

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

footer > p {
    padding: 20px;
    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);
}

.internetplus {
    width: 30%;
    margin: 15px auto;
}

.site-footer {
    display: flex;
    flex-direction: column;
    background: #cacaca;
    align-items: center;
}

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

.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;
    justify-content: space-between;
    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;
}


form {
    display: grid;
    justify-items: center;
    grid-gap: 10px;
}

#submitBtn:disabled {
    background: linear-gradient(#ccc, #ccc);
    color: #666;
    box-shadow: none;
    border: 3px solid #bbbbbb;
}

#enter {
    font-size: 1.4rem !important;
}

#phoneNumber {
    font-size: 20px;
    border-radius: 0;
    text-align: center;
    width: 61%;
    letter-spacing: 2px;
    height: 40px;
    background: url(../images/mobile.png) white;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: contain;
}

#phoneNumber::placeholder {
    color: lightgrey;
}

#phoneNumber:invalid {
    border: 0;
}

#phoneNumber:valid {
    border: 0;
}

#error {
    color: red;
}

/*BOX VAGUE*/

.boxVague {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 240%;
}

/*BOX PHOTO*/

.boxPhoto {
    bottom: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.boxPhoto img {
    border-radius: 6px;
    border: 2px solid #cccccc;
}

.img1 {
    width: 50%;
    border-radius: 50px;
    margin-bottom: 7px;
}

.boxDuo {
    display: flex;
    justify-content: space-evenly;
}

.img2 {
    width: 40%;
}

.descr {
    color: #9f66bc;
    font-size: 14px;
    font-weight: 800;
    margin: 6px 0 3px;
}



/*RESPONSIVE DESKTOP*/

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

    .boxImg {
        width: 15%;
        margin: 15px auto 5px;
    }

    .img1 {
        width: 20%;
        border-radius: 50px;
        margin-bottom: 7px;
    }

    .img2 {
        width: 15%;
    }

    .boxVague {
        background-size: 100%;
    }

    .boxPhoto {
        margin-top: 10px;
    }

    .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;
    }

    .btn {
        width: 40%;
    }

    #phoneNumber {
        width: 40%;
    }
}
