* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    font-family: "Noto Sans", sans-serif;
    color: #000;
    text-align: center;
}

main {
    height: 90vh;
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-gap: 2vh;
    padding: 2vh 4vw 6vh;
}

/*LOGO*/

.logo {
    width: 230px;
    margin-top: 20px;
}

/*PLAY*/

.play {
    width: 100px;
}

h1 {
    font-size: 26px;
    color: #000;
}

h2 {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    width: 95%;
    color: #000000;
}

h3 {
    font-size: 14px;
    text-align: center;
    margin: 0px auto 10px;
    width: 95%;
    color: #49ab60;
}

.cta {
    display: grid;
    justify-items: center;
    grid-gap: 1vh;
    width: 100%;
}

.cta a {
    font-size: 8vw;
    padding: 2vh 2vw;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    background: #49ab60;
    width: 90%;
    text-decoration: 0;
    font-family: Arial, Verdana, sans-serif;
}

.tarif {
    font-size: 12px;
    color: #595959;
    font-family: Arial, Verdana, sans-serif;
}


/*MULTITUDE*/

.line {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.bloc {
    display: flex;
    flex-direction: column;
}

.vignette {
    width: calc(90vw / 3);
    height: calc(100vw / 5);
    border-radius: 7px;
    margin-bottom: 8px;
}

.categories {
    color: white;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(114 221 139) 0%, rgb(73 171 96) 100%);
    border-radius: 100px;
    width: 50%;
    margin: 0 0 10px;
    padding: 3px;
}

#un {
    background: url('%7B$base_resssources_url%7D/../../images/people.png') no-repeat center / cover;
}

#deux {
    background: url('%257B$base_resssources_url%257D/../../images/sport.png') no-repeat center / cover;
}

#trois {
    background: url('%25257B$base_resssources_url%25257D/../../images/gaming.png') no-repeat center / cover;
}

#quatre {
    background: url('%257B$base_resssources_url%257D/../../images/animaux.png') no-repeat center / cover;
}

#cinq {
    background: url('%25257B$base_resssources_url%25257D/../../images/cooking.png') no-repeat center / cover;
}

#six {
    background: url('%2525257B$base_resssources_url%2525257D/../../images/insolite.png') no-repeat center / cover;
}

#sept {
    background: url('%257B$base_resssources_url%257D/../../images/video1.png') no-repeat center / cover;
}

#huit {
    background: url('%25257B$base_resssources_url%25257D/../../images/video2.png') no-repeat center / cover;
}

#neuf {
    background: url('%2525257B$base_resssources_url%2525257D/../../images/video3.png') no-repeat center / cover;
}

#dix {
    background: url('%25257B$base_resssources_url%25257D/../../images/video4.png') no-repeat center / cover;
}

#onze {
    background: url('%25257B$base_resssources_url%25257D/../../images/video5.png') no-repeat center / cover;
}

#douze {
    background: url('%2525257B$base_resssources_url%2525257D/../../images/video6.png') no-repeat center / cover;
}

#treize {
    background: url('%257B$base_resssources_url%257D/../../images/video7.png') no-repeat center / cover;
}

#quatorze {
    background: url('%25257B$base_resssources_url%25257D/../../images/video8.png') no-repeat center / cover;
}

#quinze {
    background: url('%2525257B$base_resssources_url%2525257D/../../images/video9.png') no-repeat center / cover;
}

#seize {
    background: url('%25257B$base_resssources_url%25257D/../../images/video10.png') no-repeat center / cover;
}

#dixsept {
    background: url('%25257B$base_resssources_url%25257D/../../images/video11.png') no-repeat center / cover;
}

#dixhuit {
    background: url('%2525257B$base_resssources_url%2525257D/../../images/video12.png') no-repeat center / cover;
}

.iconbottom {
    width: 80%;
    margin: 30px auto 40px;
}

/*MENU-FOOTER*/

footer {
    display: grid;
    justify-items: center;
    grid-gap: 2vh;
    padding-bottom: 4vh;
}

.internetplus {
    width: 100px;
    margin-bottom: 20px;
}

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

.menuFooter a {
    color: #363636;
    font-size: 3vw;
    padding: 1vh 2vw;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: 0;
}

/*TRIFI CODE*/

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

.iconBtn {
    display: flex;
    justify-content: center;
    width: 100%;
}

#phoneNumber:invalid {
    border: 3px solid #49ab60;
}

#phoneNumber:valid {
    border: 3px solid #58bd77;
}

#phoneNumber {
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    width: 80%;
    letter-spacing: 2px;
    padding: 4px;
    background: url(../images/smartphone.png) no-repeat 10px / 20px;
}

#submitBtn {
    padding: 15px;
    font-size: 24px;
    width: 90%;
    border: none;
    border-radius: 10px;
    background: #58bd77;
    font-weight: bold;
    color: white;
    border: 3px #ffffff solid;
    text-transform: uppercase;
    margin: 10px;
}

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

/* ======================== */

@media screen and (min-width: 1000px) {
    .cobranding {
        font-size: 1vw;
    }

    h2 {
        font-size: 20px;
    }

    .cta a {
        font-size: 35px;
        width: 30%;
    }

    .service {
        font-size: 1.2vw;
    }

    .iconbottom {
        width: 40%;
    }

    .vignette {
        width: calc(50vw / 3);
        height: calc(50vw / 5);
        border-radius: 7px;
        margin-bottom: 8px;
    }

    .line {
        display: flex;
        justify-content: space-between;
        width: 55%;
        margin: 0 auto;
    }

    h3 {
        font-size: 16px;
        text-align: left;
        margin: 30px auto 15px;
        width: 55%;
        color: #49ab60;
    }

    .menuFooter {
        display: flex;
        justify-content: space-between;
    }

    .menuFooter a {
        font-size: 1.2vw;
    }
}
