@font-face {
    font-family: "Roboto-Thin";
    src: url("Roboto-Thin.ttf");
}

:focus {
    outline-style: none !important;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "Roboto-Thin", sans-serif;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    padding: 0px;
    margin: 0px;
}

.vto-page-container {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0px;
    margin: 0px;
}

.metier-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ff7777;
    z-index: 5;
    transition: 0.5s;
}

.list-metiers {
    padding: 0;
    margin: 5px 0;
}

.film-frame {
    /* By default - bottom of film is visible */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
}

#film-frame {
    width:100%;
    height:100%;
    overflow: hidden;
    position:absolute;
}
#film-frame video {
    width:100%;
    height:100%;
    max-height: 100%;
    pointer-events: none;
}

.bar-deroulant {
    width: 100%;
    height: 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.57);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 55555;
    transition: all 0.5s ease-in-out 0s;
}

.bulls {
    width: 130px;
    height: 25px;
    color: #595959;
    cursor: pointer;
    background-color: rgba(81, 84, 85, 0.8);
    border-radius: 9px 9px 0 0;
    position: relative;
    left: calc(50vw - 65px);
    top: -25px;
    transition: 0.5s;
    z-index: 3;
}
.bar-deroulant.bar-deroulant-show .bulls,
.bar-deroulant:hover .bulls {
    background-color: rgba(0, 0, 0, 0.57);
}
.bulls button {
    width: 100%;
    min-width: auto;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-width: 0;
    background-color: transparent;
    display: block;
    position: relative;
    padding: 4px 0 0;
    margin: 0;
}
.bulls button span {
    width: 1em;
    height: 1em;
    content: "";
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffffff;
    margin: 2px;
}
.bar-deroulant.bar-deroulant-show .bulls button,
.bar-deroulant:hover .bulls button {
    color: #595959;
}

.pictos {
    margin-top: 5px;
}

.metier {
    display: inline;
}
li.metier {
    width: 122px;
    height: 122px;
    display: inline-block;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

li.met-hot {
    background-image: url("../img/metier-1.jpg");
}
li.met-hot:hover {
    background-image: url("../img/metier-1-hover.jpg");
}

li.met-lux {
    background-image: url("../img/metier-2.jpg");
}
li.met-lux:hover {
    background-image: url("../img/metier-2-hover.jpg");
}

li.met-spo {
    background-image: url("../img/metier-3.jpg");
}
li.met-spo:hover {
    background-image: url("../img/metier-3-hover.jpg");
}

li.met-sup {
    background-image: url("../img/metier-4.jpg");
}
li.met-sup:hover {
    background-image: url("../img/metier-4-hover.jpg");
}

div.chapitres {
    width: 100%;
    height: 100%;
    font-size: 110px;
    text-align: center;
    color: #fff;
    z-index: 2;
    background-color: #000;
    position: absolute;
    padding-top: 22vh;
}
div.chapitres p {
    margin: 50px;
}
div.chapitres p:first-child {
    font-size: 55px;
}

button {
    min-width: 565px;
    font-family: "Roboto-Thin", sans-serif;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    background-color: #c15278;
    padding-top: 20px;
    padding-bottom: 12px;
}

div.trans {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}
div.trans-left {
    margin: 0 2% 30px 3%;
}
div.trans-right {
    margin: 0 3% 30px 2%;
}

div.trans-text {
    width: 100%;
    font-family: "Roboto-Thin", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #959595;;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    margin: 0;
}

div.trans-button {
    width: 230px;
    height: 38px;
    background-color: #86a43d;
    border-radius: 4px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 20px auto !important;
}
div.trans-button:hover {
    background-color: #a8cb57;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

a.trans-button-link:link,
a.trans-button-link:active,
a.trans-button-link:hover,
a.trans-button-link:visited,
a.trans-button-link {
    font-family: "Roboto-Thin", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
}

#trans-vto_btn_life {
    background-color: #4e76be;
}
#trans-vto_btn_life:hover {
    background-color: #6a9cea;
}
#trans-vto_btn_business {
    background-color: #f2bd2c;
}
#trans-vto_btn_business:hover {
    background-color: #fdd25a;
}
#trans-vto_btn_sport {
    background-color: #ae2d24;
}
#trans-vto_btn_sport:hover {
    background-color: #cd473d;
}
#trans-vto_btn_campus {
    background-color: #747474;
}
#trans-vto_btn_campus:hover {
    background-color: #959595;
}
#trans-vto_btn_office {
    background-color: #747474;
}
#trans-vto_btn_office:hover {
    background-color: #959595;
}

#trans-vto_btn_odbi {
    height: auto;
    background-color: transparent;
}
#trans-vto_btn_odbi .trans-image {
    width: 90px;
    height: 60px;
    background: transparent url("../img/logo-odbi.png") center no-repeat;
    background-size: cover;
    margin: 0 auto 20px;
}
#trans-vto_btn_odbi a {
    background-color: #747474;
    border-radius: 4px;
}
#trans-vto_btn_odbi a:hover {
    background-color: #959595;
}

#bar-deroulant #bulls {
    cursor: pointer;
}

#mobilePlayButton {
    width: 100px;
    height: 100px;
    min-width: auto;
    cursor: pointer;
    content: "";
    background: transparent url("../img/icon-play-button.png") center no-repeat;
    background-size: contain;
    border-width: 0;
    opacity: 0.7;
    display: none;
    position: absolute;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
    z-index: 55;
    padding: 0;
    margin: 0;
}
#mobilePlayButton.shown {
    display: block;
}

.bar-deroulant.bar-deroulant-show {
    height: 180px;
    width: 100%;
    left: 0;
    z-index: 3;
}

.trans-selection-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50vh - 300px);
    left: 0;
    z-index: 2;
}
.trans-selection-title .trans-text:after  {
    width: 70px;
    height: 0.5em;
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50vw - 35px);
    border-top: 2px solid #959595;
    z-index: -1;
}
.trans-selection-content {
    width: 80vw;
    text-align: center;
    position: absolute;
    top: calc(50vh - 190px);
    left: 10vw;
    padding: 0;
    margin: 0;
}
.trans-selection {
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

#trans-selection-4 div.trans-col {
    width: 84%;
}
#trans-selection-5 .trans-selection-content .trans-col {
    width: 88%;
}

div.trans-col {
    width: 44%;
    display: inline-block;
    border: none;
    vertical-align: top;
}

.trans-selection.shown {
    visibility: visible;
    opacity: 1;
}

body.has-transition .bar-deroulant:not(.bar-deroulant-show) #bulls {
    background-color: rgba(0, 0, 0, 0.57);
}

#orientation {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
    -webkit-transform: translateZ(25px);
    transform: translateZ(25px);
}
#orientation.show {
    display: block;
}
#orientation img {
    width: 300px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -150px;
}

img.responsive-image {
    max-width: 100%;
    height: auto;
}

.logo-fixed {
    width: 60px;
    line-height: .5;
    opacity: .5;
    position: fixed;
    top: 30px;
    left: calc(6vw);
    z-index: 999;
}

.contact-button-fixed {
    width: 30px;
    line-height: .5;
    position: fixed;
    top: 35px;
    right: calc(6vw);
    z-index: 999;
}
.contact-button-fixed a {
    background-color: #9ca0a3;
    border-radius: 4px;
    display: block;
    opacity: .5;
    padding: 7px;
}
.contact-button-fixed a:hover, .contact-button-fixed a:focus {
    opacity: 1;
}

@media only screen and (min-width: 1025px) {
    .bar-deroulant:hover {
        width: 100%;
        height: 180px;
        left: 0;
        z-index: 3;
    }
}

@media only screen and (max-width: 1199px) {
    #film-frame {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media only screen and (max-width: 480px) {
    li.metier {
        height: 60px;
        width: 60px;
    }
    .bar-deroulant.bar-deroulant-show {
        height: 120px;
    }
}

@media only screen and (max-height: 600px) {
    .trans-selection-title {
        top: calc(50vh - 220px);
    }
    .trans-selection-title .trans-text:after {
        width: 35px;
        border-top: 1px solid #959595;
        bottom: -14px;
        left: calc(50vw - 15px);
    }
    .trans-selection-content {
        width: 90vw;
        top: calc(50vh - 150px);
        left: 5vw;
    }
    div.trans-button {
        width: 160px;
        height: 28px;
        line-height: 29px;
        font-size: 15px;
        margin: 10px auto !important;
        border-radius: 3px;
    }
    div.trans-text {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-height: 480px) {
    .trans-selection-title {
        top: calc(50vh - 180px);
    }
    .trans-selection-content {
        top: calc(50vh - 110px);
    }
}

@media only screen and (max-height: 320px) {
    .trans-selection-title {
        top: calc(50vh - 130px);
    }
    .trans-selection-content {
        top: calc(50vh - 70px);
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    #orientation {
        display: block;
    }
}
