* {
    -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: #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: 65%;
    margin: 20px auto;
}

.boxImg img {
    width: 180px;
}

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

main {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

h1 {
    font-size: 15px;
    font-weight: 400;
    width: 90%;
    color: black;
}

h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #585858;
    font-style: italic;
    width: 90%;
    color: black;
}

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

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

.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: 5px;
    background: #00ff65;
    box-shadow: 0px 0px 10px 0px #00ff65;
    width: 90%;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #F9F9F9;
    border: 0;
    padding: 10px;
}

.tarif {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    color: #3f3d3d;
}

.safetext {
    margin-bottom: 40px;
    font-size: 10px;
    width: 90%;
    color: black;
}

.description-sportstats {
    padding: 30px;
    background-color: #ececec;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: sans-serif;
    text-align: justify;
    color: black;
}

.bottom {
    display: block;
}




/*VIGNETTE D'IMAGES*/

.bulle {
    width: 85%;
    display: flex;
    font-family: "Poppins", sans-serif;
    border-radius: 20px;
    margin: 20px auto 0px;
    min-height: 170px;
    color: black;
}

#bonbon {
    background: url(../images/bonbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#poisson {
    background: url(../images/poisson.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.left {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    width: 50%;
}

.left p {
    font-size: 12px;
    margin-bottom: 10px;
}

.icon {
    width: 60px;
}

.fish {
    width: 30px;
}

.right {
    margin: auto 0 0;
    width: 50%;
    height: 190px;
}

.bonbon {
    background: url(../images/bonbon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.poisson {
    background: url(../images/poisson.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

/*FAQ*/

.grey {
    background-color: #f6f6f6;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    margin: 20px auto 0;
}

.faq {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-bottom: 20px;
}

#faq {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    color: black;
}

.faq p {
    font-size: 10px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.toggle-section {
    width: 85%;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-header h2 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    width: 90%;
    letter-spacing: 0;
    margin: 0;
    font-style: normal;
    color: black;
}

.toggle-content {
    max-height: 0;
    margin: 5px 0;
    overflow: hidden;
    transition: max-height 0.2sease -out;
    text-align: left;
}

.toggle-content a {
    color: #000000;
}

.toggle-icon {
    transition: transform 0.2sease-out;
    width: 13px;
}

.toggle-icon.expanded {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}

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

.internetplus {
    width: 200px;
    margin: 15px auto 0;
}

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

.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 {
    width: 50%;
    margin: auto;
    padding: 20px 0;
    color: #a09e9e;
    display: grid;
    grid-gap: 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: black;
    font-size: 12px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize;
}

.separator {
    display: none;
}

.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: 50%;
    }

    .cta {
        width: 30vw;
    }

    .sous-accroche {
        font-weight: 600;
        color: black;
        font-size: 30px;
        width: 60%;
        margin: 0 auto;
    }

    h1 {
        font-size: 15px;
        font-weight: 400;
        width: 40%;
        color: black;
    }

    #phoneNumber {
        font-size: 25px;
        border-radius: 50px;
        padding: 5px;
        text-align: center;
        width: 20% !important;
        letter-spacing: 2px;
    }

    .btn {
        border-radius: 5px;
        background: #00ff65;
        box-shadow: 0px 0px 10px 0px #00ff65;
        width: 25%;
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        color: #F9F9F9;
        border: 0;
        padding: 10px;
    }

    .safetext {
        margin-bottom: 40px;
        font-size: 10px;
        width: 40%;
        color: black;
    }

    .bulle {
        width: 35%;
        display: flex;
        font-family: "Poppins", sans-serif;
        border-radius: 20px;
        margin: 20px auto 0px;
        min-height: 170px;
        color: black;
    }

}

form {
    display: grid;
    justify-items: center;
    grid-gap: 2vh;
}

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

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

#phoneNumber {
    font-size: 25px;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    width: 60%;
    letter-spacing: 2px;
}

#phoneNumber::placeholder {
    color: lightgrey;
}

#phoneNumber:invalid {
    border: 3px solid #5983ff;
}

#phoneNumber:valid {
    border: 3px solid #00c700;
}

#error {
    color: red;
}
