* {
    -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: 'Inter', sans-serif;
    font-size: 12px;
    text-align: center;
    color: rgb(53 53 53);
}

/*LANDING*/
main {
    min-height: 100vh;
}

header {
    width: 40%;
    margin: 20px auto;
}

.logo {
    width: 10rem;
}

h1 {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-family: sans-serif;
    padding: 0 20px 15px;
}

/*CTA ECARDON*/

.cta {
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    border: solid rgb(255 255 255 / 25%) 1px;
    box-shadow: rgb(0 0 0 / 40%) 5px 5px 20px;
    justify-items: center;
    grid-gap: 10px;
    width: 90%;
    display: grid;
}

/*MENTION TARIFAIRE*/

.tarif {
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
}

.safeText {
    font-size: 11px;
    color: #000000;
    margin: 0 auto 10px;
    width: 100%;
    font-weight: 600;
}

/* checkbox cgv */

#optinCgv{
    appearance: auto;
}

#checkTerms{
    appearance: auto;
}

#optinBox{
    font-size: 1.5em;
}
/*FOOTER*/

footer {
    position: relative;
}

footer > p {
    padding: 0px 30px;
    color: rgba(255, 255, 255, 0.5);
}

footer > p > span {
    color: rgba(255, 255, 255, 1);
}

.menuFooter {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.menuFooter a {
    color: black;
    font-size: 12px;
    padding: 20px 0;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    text-decoration: underline;
}

.menuFooter a:nth-child(2) {
    border-top: solid .01rem #000;
    border-bottom: solid .01rem #000;
}

.menuFooter p {
    font-size: 10px;
    color: black;
    padding: 1vh 0;
}

#info {
    color: white;
    background-color: black;
    padding: 10px 30px 0;
}

/*RESPONSIVE DESKTOP*/

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

@media screen and (min-width: 1024px) {
    .cta {
        width: 40%;
    }
}
