/*
reset
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: inline;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
}

/*
globalrules
*/

html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    background: #232323;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    position: relative;
    font-size: 0;
    padding: 0;
    margin: auto;
    max-width: 750px;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

/*header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #161617;
    max-width: 750px;
    z-index: 9999;
}

.label_cobrand {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.coobranding {
    font-size: 10px;
    display: inline-block;
}

.logo {
    width: 100%;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo i {
    font-size: 2rem;
}

.logo p {
    font-size: 2.4rem;
    font-weight: 400;
}

.logo p span {
    font-weight: 900;
    color: #ff0072;
}

nav ul li {
    display: inline-block;
    width: 25%;
    background: #232323;
    text-align: center;
    border-right: 1px solid #161617;
    border-left: 1px solid #161617;
    box-sizing: border-box;
}

nav ul li:first-child {
    border-left: 0;
}

nav ul li:last-child {
    border-right: 0;
}

nav ul li a {
    text-decoration: none;
    display: block;
    padding: 11px 0;
    font-size: 1.2rem;
}

nav ul .active {
    -webkit-transition: 500ms ease 0s;
    -moz-transition: 500ms ease 0s;
    -o-transition: 500ms ease 0s;
    -ms-transition: 500ms ease 0s;
    transition: 500ms ease 0s;
}

/* end header */
.parttitle {
    font-size: 2rem;
    padding: 20px 14px 14px 14px;
}

#s1 {
    width: 100%;
    padding: 108px 0 0 0;
    position: relative;
}

.bigtitle {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}

.bigtitle h1 {
    font-size: 1.4rem;
    padding: 8px;
    display: inline-block;
}

#s1 .frame {
    position: relative;
}

.overlay_temp,
.overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.loading_temp,
.loading,
.resume {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.resume {
    opacity: 1;
}

.warning_temp,
.warning {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.loading img,
.loading_temp img,
.resume img {
    width: 80px;
}

.warning_temp p,
.warning p {
    font-size: 1.2rem;
    text-align: center;
}

.frontbar_temp,
.frontbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    height: 4px;
    padding: 0 !important;
    background: #b9b9b9;
    border-radius: 2px;
}

.timeone_temp::before,
.timeone::before {
    content: "0:11";
}

.timeone::before {
    animation-duration: 10s;
    animation-name: count;
}

.overlay {
    animation-duration: 1s;
    animation-name: overlay;
    animation-timing-function: ease;
}

.loading {
    animation-name: loadcircle;
    animation-duration: 1.2s;
    animation-timing-function: linear;
}

.resume {
    animation-name: loadresume;
    animation-duration: 3.0s;
    animation-timing-function: linear;
}

/*.warning {
    animation-name: warn;
    animation-duration: 9s;
}*/

.frontbar {
    animation-duration: 10s;
    animation-name: loading;
    animation-timing-function: ease;
}

.player {
    width: calc(100% - 16px);
    font-size: 1.8rem;
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.player > * {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px 0 2px;
}

.player div:first-child {
    padding: 0 2px 0 0;
}

.player div:last-child {
    padding: 0 0 0 2px;
}

.time > * {
    display: inline-block;
}

.time {
    font-size: 1.2rem;
}

.loader {
    width: calc(100% - 150px);
    height: 4px;
    position: relative;
}

.backbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    padding: 0 !important;
    border-radius: 2px;
}

#s2 {
    width: calc(100% - 28px);
    margin: auto;
}

#s2 ul {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}

#s2 ul li div {
    position: relative;
}

.capthd,
.captnot,
.capttime {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 6px;
    border-radius: 4px;
}

.capthd {
    top: 8px;
    left: 8px;
    font-size: 1.4rem;
    font-weight: 900;
    font-style: italic;
    background: #ff0072;
}

.captnot {
    bottom: 8px;
    right: 8px;
    font-size: 1.1rem;
    text-align: center;
}

.captnot i {
    font-size: 2rem;
    padding: 0 0 6px 0;
    color: #0fcc0f;
}

.capttime {
    bottom: 8px;
    left: 8px;
    font-size: 1.1rem;
}

.capttitle {
    font-size: 1.4rem;
    padding: 12px 8px;
    width: calc(100% - 16px);
    background: #161617;
}

.capttitle > * {
    display: inline-block;
    vertical-align: middle;
}

.capttitle p {
    width: calc(100% - 9px);
}

.seemore {
    width: calc(100% - 56px);
    margin: 20px auto 20px auto;
    border-radius: 4px;
    background: #161617;
    text-align: center;
}

.seemore a {
    font-size: 1.4rem;
    padding: 16px 0;
    display: inline-block;
}

.insurance {
    width: 100%;
    background: #161617;
    text-align: center;
}

.insurance p {
    padding: 14px;
    font-size: 1.2rem;
}

.billingbox {
    display: none;
    position: absolute;
    top: 40vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.billingbox .box {
    background: #313131;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 6px;
}

.billingbox .box .small {
    font-size: 14px;
}

.billingbox .box .uppercase {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.billingbox .box .button a {
    padding: 20px;
}

.billingbox .box .button a {
    background: #ad0054;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
    min-width: 70%;
    position: relative;
}

.billingbox .box .button a .intitule {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 0;
    font-weight: 700;
    animation: intitule 0.8s infinite;
}

@keyframes intitule {
    0% {
        color: rgba(255, 255, 255, 0)
    }

    50% {
        color: rgba(255, 255, 255, 1)
    }

    100% {
        color: rgba(255, 255, 255, 0)
    }
}

.billingbox .box .tarif {
    font-size: 12px !important;
    color: #fff;
    font-weight: 400;
    margin-top: 8px;
}


/*FOOTER*/
.prefooter {
    display: flex;
    margin: 20px;
}

.internetplus {
    text-align: center;
    width: 60%;
}

.internetplus img {
    width: 50%;
}

#seize {
    text-align: center;
    width: 40%;
}

#seize img {
    width: 18%;
}




footer {
    position: relative;
    z-index: 9999;
    margin: 20px 0 10px 0;
}

.site-footer {
    padding: 0 4vw;
    text-align: center;
    display: block;
}

.site-footer img {
    width: 70%;
    max-width: 180px;
    display: block;
    margin: auto;
}

.site-footer ul li {
    display: inline-block;
    font-size: 1rem;
    color: #6c7575;
    margin: 0 2vw;
}

.site-footer ul li a {
    color: #6c7575;
    text-decoration: none;
}

.site-footer ul li:last-child {
    display: none;
}

.show {
    display: block !important;
}

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

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loadresume {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 18%;
    }
}

@keyframes count {
    10% {
        content: "0:01";
    }

    20% {
        content: "0:02";
    }

    30% {
        content: "0:03";
    }

    40% {
        content: "0:04";
    }

    50% {
        content: "0:05";
    }

    60% {
        content: "0:06";
    }

    70% {
        content: "0:07";
    }

    80% {
        content: "0:08";
    }

    90% {
        content: "0:09";
    }

    100% {
        content: "0:10";
    }
}

@keyframes warn {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes overlay {
    0% {
        background: rgba(0, 0, 0, 1);
    }

    70% {
        background: rgba(0, 0, 0, 1);
    }

    100% {
        background: rgba(0, 0, 0, 0);
    }
}
