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

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

html {
    width: 100%;
    background: #000;
    font-size: 62.5%;
}

body {
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

main {
    height: 100vh;
    background: url('../images/bg.jpg') no-repeat top / 150%;
    display: grid;
    grid-template-rows: auto 1fr;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 4vw;
    padding: 2vh 4vw;
}

ul.extra li {
    padding: 0 !important;
    text-align: center !important;
    color: transparent !important;
    background: transparent !important;
    display: grid !important;
    justify-items: center !important;
    grid-gap: 5px !important;
    font-size: 0 !important;
}

ul.extra li a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 100px !important;
    padding: 15px !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    backdrop-filter: blur(100px) !important;
    box-shadow: inset rgb(255 255 255 / 50%) 1px 1px 2px, rgb(0 0 0 / 25%) 1px 1px 2px;
    letter-spacing: 1px;
}

ul.extra li a.bold {
    color: #ff0000 !important;
    background: #fff !important;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 4vw;
    width: 100%;
}

.f1Logo {
    width: 15rem;
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
}

.spstLogo {
    width: 10rem;
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
}

.cta {
    align-self: center;
    background: rgb(255 255 255 / 15%);
    margin: auto;
    padding: 4vh 6vw;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: solid rgb(255 255 255 / 25%) 1px;
    box-shadow: rgb(0 0 0 / 40%) 5px 5px 20px;
    display: grid;
    justify-items: center;
    grid-gap: 2vh;
    width: 90%;
}

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

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

.disclaimer {
    font-size: 2rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 75%);
}

.cta button#subscribe {
    font-size: 2.5rem;
    color: #fff;
    background: #0a65fe;
    padding: 15px;
    width: 75%;
    border-radius: 100px;
    box-shadow: inset 1px 1px rgb(255 255 255 / 50%), 1px 1px rgb(0 0 0 / 25%), 0 20px 30px rgb(10 101 254 / 85%);
}

.tarif {
    font-size: 1.4rem;
    color: #fff;
}

footer {
    padding: 2vh 0;
    background: #000;
}

.cobranding {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1vh;
}

.menuFooter a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    padding: 2vh 4vw;
    width: 100%;
    border-radius: 5px;
    margin: 1vh 0;
}
