:root{
    --timeline-dot-ray: 14px;
    --video-height: 600px;
}
/*
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Mark Offc For MC';
    src: url('../fonts/MarkOffcForMC.eot');
    src: url('../fonts/MarkOffcForMC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MarkOffcForMC.woff2') format('woff2'),
    url('../fonts/MarkOffcForMC.woff') format('woff'),
    url('../fonts/MarkOffcForMC.ttf') format('truetype'),
    url('../fonts/MarkOffcForMC.svg#MarkOffcForMC') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Offc For MC';
    src: url('../fonts/MarkOffcForMC-Italic.eot');
    src: url('../fonts/MarkOffcForMC-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MarkOffcForMC-Italic.woff2') format('woff2'),
    url('../fonts/MarkOffcForMC-Italic.woff') format('woff'),
    url('../fonts/MarkOffcForMC-Italic.ttf') format('truetype'),
    url('../fonts/MarkOffcForMC-Italic.svg#MarkOffcForMC-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Offc For MC';
    src: url('../fonts/MarkOffcForMC-Bold.eot');
    src: url('../fonts/MarkOffcForMC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MarkOffcForMC-Bold.woff2') format('woff2'),
    url('../fonts/MarkOffcForMC-Bold.woff') format('woff'),
    url('../fonts/MarkOffcForMC-Bold.ttf') format('truetype'),
    url('../fonts/MarkOffcForMC-Bold.svg#MarkOffcForMC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Mark Offc For MC';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
}
.bg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;

    opacity: 0.3;
    background-image: url('../images/BG.jpeg');
    background-size: cover;
    background-position: center center;
}
.logo{
    position: absolute;
    bottom: 60%;
    left: calc(50% - 12vw);

    z-index: 100;
    width: 24vw;
    aspect-ratio: 930 / 584;
    background-image: url('../images/logo.png');
    background-size: cover;
    background-position: center center;
    transition: all 0.75s ease-in-out;
}
.logo.off{
    top: initial;
    bottom: 40px;
    left: 40px;
    width: 100px;
}
.logo.off2{
    top: initial;
    bottom: calc(100% - 100px);
    left: 40px;
    width: 100px;
}

.button{
    display: inline-block;
    text-align: center;
    font-family: 'Mark Offc For MC';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    padding: 22px 50px;
    background: #64625E;
    color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.button:hover{
    background: #FFFFFF;
    color: #000000;
}
.button.style1{
    font-weight: normal;
    border-radius: 8px;
    background-color: #AAAAAA;
    color: #FFFFFF;
    border: 1px solid #707070;
}
.button.style1:hover{
    background-color: #4C4C4C;
    color: #FFFFFF;
}
.button.style1.selected{
    background-color: #4C4C4C;
    color: #FFFFFF;
}

.page1{
    position: relative;
    display: block;
    margin: 50vh auto 0 auto;
    text-align: center;

    font-size: 30px;
    line-height: 34px;
}
.page1 .button{
    margin-top: 50px;
}
.page2{
    display: none;
    position: relative;
    margin: 14vh auto 0 auto;
    text-align: center;
    width: 80vw;
}
.page2 .panels{
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.page2 .panel{
    display: inline-block;
    flex: 1 1 50%;
    background-color: #64625E;
    border:1px solid  #FFFFFF;
    border-radius: 30px;
    padding: 30px 50px;
}
.page2 .panel .title{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 70px;
}
.page2 .panel .title.t2{
    margin-top: 50px;
    margin-bottom: 30px;
}
.styles{
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.styles .button{
    padding: 15px 0px;
    flex: 0 0 calc(50% - 40px);
}
#styles-error{
    display: none;
    margin-top: 10px;
}

.page2 .button.genere{
    margin-top: 50px;
}

input[type="text"],input[type="email"]{
    background-color: #AAAAAA;
    color: #6D6D6D;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
}
.help{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A8A8A8;
    text-align: left;
}
.error{
    color: #eb001b;
}


.page3{
    position: relative;
    display: none;
    margin: 50vh auto 0 auto;
    text-align: center;

    font-size: 30px;
    line-height: 34px;
}
.progressbar{
    display: block;
    margin: 60px auto 0 auto;
    width: 600px;
    height: 33px;
    background-color: #64625E;
    overflow: hidden;
}
.progressbar .bar{
    position: relative;
    height: inherit;
    background-color: #FFFFFF;
}
.progressbar .triangle {
    position: absolute;
    z-index: 1;
    right:-20px;
    height: 0;
    width: 0;
    border-top: 33px solid #FFFFFF;
    border-right: 20px solid transparent;
}



.page4{
    position: relative;
    display: none;
    margin: 100px auto 0 auto;
    text-align: center;
}
.page4 .cols{
    display: grid;
    grid-template-columns: 10fr 40fr 50fr;
    grid-gap: 0px;
}
.page4 .left{
    --mix-blend-mode: screen;
}

.page4 #video{
    width: 100%;
    height: var(--video-height);
}
.page4 .videoContainer{
    height: calc(var(--video-height) - 42px);
    /*
    overflow: hidden;*/
}
.page4 .right{
    padding: 40px 40px;
}
.page4 .title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
}
.page4 .button{
    margin-top: 30px;
    padding: 20px 0px;
    width: 80%;
}
.page4 .controls{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}
.page4 .timeline{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.page4 .timeline .line{
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.page4 .timeline .dot{
    position: absolute;
    top: calc(50% - var(--timeline-dot-ray));
    left: 0px;
    width: calc(2 * var(--timeline-dot-ray));
    height: calc(2 * var(--timeline-dot-ray));
    border-radius: 50%;
    background-color: #FFFFFF;
}
.playpause{
    display: flex;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.playpause .play{
    display: inline-block;
    width : 12px;
    height : 12px;
    margin-left: 5px;
    border-top : 12px solid transparent;
    border-bottom : 12px solid transparent;
    border-left : 18px solid #FFFFFF;
}
.playpause  .pause{
    display: none;
    flex-direction: row;
    gap: 4px;
}
.playpause .pause>div{
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.page5{
    position: relative;
    display: none;
    margin: 200px auto 0 auto;
    text-align: center;

    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
}
.page5 .title{
    color: #FFFFFF;
    margin-bottom: 60px;
}
.page5 .desc{
    display: block;
    margin: 0 auto;
    width: 530px;
    color: #F79E1B;
    margin-bottom: 40px;
}
.page5 .desc span{
    color: #FD001B;
}
.page5 .buttons{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}
.DivToPrint{
    display: none;
}

.page6{
    position: relative;
    display: none;
    margin: 200px auto 0 auto;
    text-align: center;

    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
}
.page6 .panel{
    position: relative;
    display: inline-block;
    background-color: #000000;
    border:1px solid  #FFFFFF;
    border-radius: 40px;
    padding: 60px 150px;

    font-size: 28px;
    line-height: 38px;
}
.page6 .concert{
    position: absolute;
    z-index: 2;
    left: -30px;
    top: -40px;
    background-image: url('../images/concert.png');
    background-size: contain;
    background-position: center center;
    width: 128px;
    height: 128px;
}
.page6 input[type=email]{
    margin-top: 50px;
}
.page6 .cgu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    margin: 40px auto 0 auto;
    width: 720px;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
}
.page6 .cgu .desc {
    flex:0 1 680px;
}
.page6 .cgu input {
    display: inline-block;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    border: 1px solid #707070;
    margin-top: 10px;

}
.page6 label.error{
    display: block;
    font-size: 20px;
    order: 2;
    flex: 1 0 100%;
}

.page6 .bconcours{
    margin-top: 50px;
    width: 380px;
    white-space: normal;
    font-size: 26px;
    line-height: 36px;

}
.page7{
    position: relative;
    display: none;
    margin: 500px auto 0 auto;
    text-align: center;

    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
}

@media print {
    .PageToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* TEST PAGE */
/*
.page1{
    display: none;
}
.page2{
    display: none;
}
.page3{
    display: none;
}
.page4{
    display: none;
}
.page5{
    display: none;
}
.page6{
    display: none;
}
.page7{
    display: block;
}

*/