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

body {
    background: rgb(0 0 32);
    height: 100%;
    font-family: 'Lemon', cursive;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

/*VIDEO*/

#video {
    position: absolute;
    z-index: 100;
    box-sizing: content-box;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

#vid {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -100;
    background-size: cover;
}

.overlay {
    background-color: rgba(28, 30, 33, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}

.animation {
    animation-name: example;
    animation-duration: 2s;
}

@keyframes example {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 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 {
    max-width: 100%;
}

/* Boutons */
a.important {
    border-radius: 10px;
    background: #04005e;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8vw;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px rgb(0 0 0 / 20%);
    margin: 2vh auto;
}

.landing a p {
    padding: 4px 0px;
}

/* === EN-TETE === */
.label_cobrand {
    display: block;
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    font-family: Arial;
}

.landing {
    opacity: 0;
    height: 100%;
    display: grid;
    text-align: center;
}

.landing article:first-child {
    display: flex;
    align-items: center;
}

.tarif {
    font-size: 12px !important;
    padding: 5px 0 4vh;
    width: 90%;
    margin: 0 auto;
}

.landing h1 {
    font-size: 4.5vw;
    font-weight: 700;
    color: #ffffff;
    padding: 0 6vh;
    display: flex;
    align-items: end;
    justify-content: center;
    text-shadow: 0px 0px 2px #00002f;
}

/* === CONTENU === */
/* CTA */
#zone-cta {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#zone-cta div {
    width: 85%;
}

#zone-cta div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial;
}

#zone-cta div > a h2,
#zone-cta div > a p {
    color: rgba(255, 255, 255, 1);
}

#zone-cta > p {
    color: rgba(255, 255, 255, 1);
    font-family: Arial;
}

/* === PIED DE PAGE === */
footer {
    display: grid;
    /* align-items: start; */
}

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

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

.menu-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.internetplus img {
    width: 100px;
    padding: 1vh 0;
}

.synop img {
    width: 100px;
    padding: 1vh 0;
}

.sub-footer {
    display: flex;
    flex-direction: column;
    border-top: solid .01rem #000;
}

.menu-footer a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    a.important {
        font-size: 5.9vw;
        width: 75%;
    }

    .landing h1 {
        font-size: 3.5vw;
    }

    h2 {
        font-size: 16px;
    }

    #vid {
        height: 100vh;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1024px) {
    a.important {
        font-size: 2.9vw;
    }

    .tarif {
        width: 73%;
    }

    .landing h1 {
        font-size: 1.5vw;
    }

    #zone-cta div {
        width: 45%;
    }

    #vid {
        height: 100vh;
        left: 50%;
        transform: translateX(-50%);
    }
}
