﻿@charset "UTF-8";

body {
    font-size: 10px;
    color: #666;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    /*background-image: url(images/bg/moon-17.jpg);*/
    background-position: left top;
    background-attachment: fixed;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}

#bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

#main {
    position: relative;
    z-index: 1;
}

#home {
    position: absolute;
    width: 416px;
    height: 350px;
    left: 50%;
    top: 50%;
    margin-top: -190px;
    margin-left: -208px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
}

#home .logo {

}

#home .text {
    font-size: 11px;
    /*text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;*/
    color: #fff;
    margin: 80px 0 40px 0;
    line-height: 17px;
}

#home .links {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#home .links a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.box {
    padding: 6px;
    float: left;
    width: 165px;
    height: 60px;
    cursor: pointer;
}

.boxtxt {
    padding: 6px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 0px;
    float: left;
    width: 156px;
    height: 60px;
    background-image: url(images/vempty.gif);
    background-repeat: no-repeat;
    display: none;
    position: absolute;
}

.nav {
    font-size: 12px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}

a:hover {
    color: #666;
    text-decoration: none;

}

/*a:visited {
	color: #666;
	text-decoration: none;

}*/

a:link {
    text-decoration: none;
    color: #FFF;
}

a:active {
    color: #666;
    text-decoration: none;
    text-align: left;
}

h1 {
    font-size: 13px;
    font-weight: bold;
    clip: rect(auto, auto, auto, auto);
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    color: #FFF;
    margin-left: 0px;
}

.champs {
    height: 12px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #191919;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}

h2 {
    font-size: 9px;
    font-weight: normal;
    clip: rect(auto, auto, auto, auto);
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
    color: #000;
    padding-top: 2px;
}

.date {
    color: #666;
    font-weight: normal;
}

.bigbox {
    margin: 0px;
    padding: 6px;
    float: left;
    width: 699px;
    height: 270px;
    clear: left;
}

.texte {
    font-size: 12px;
    color: #CCC;
    line-height: 17px;
    float: left;
    padding-left: 25px;
    padding-top: 10px;
    width: 330px;
    text-transform: none;
}

.texte a {
    color: #ddd;
    text-decoration: none;
}

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

.watchfilm {
    background-color: #000;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 1px;
    letter-spacing: 0.1em;
}

#detail .watchfilm {
    font-size: 12px;
}

.watchfilm-selected {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 1px;
    letter-spacing: 0.1em;
}

.watchfilm:hover {
    background-color: #FFF;
    color: #333;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 1px;
}

.watchfilm:visited {
    background-color: #000;
    color: #FFF;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 1px;
}

.watchfilm:link {
    background-color: #000;
    color: #333;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 1px;
}

.more {
    float: left;
    width: 210px;
    height: 120px;
    padding: 10px;
    margin: 5px;
}

.top {
    text-transform: none;
    padding: 0px;
    text-align: right;
}

.submit {
    color: #CC0000;
}

.submit:hover {
    color: #000000;
}

#header {
    position: absolute;
    top: 0;
    z-index: 200;
    height: 110px;
    width: 100%;
    background: url(images/bg_header.png) repeat-x top;
    pointer-events: none;
}

#header .logo {
    position: absolute;
    top: 4px;
    left: 47px;
    pointer-events: auto;

}

.list #header .logo {
    position: absolute;
    top: 4px;
    left: 47px;
    pointer-events: auto;
}

#content {
    padding: 100px 47px;
}

#footer {
    z-index: 80;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 110px;
    pointer-events: none;
    /* min-width: 965px; */
}

#footer .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 110px;
    background: url(images/bg_footer.png) repeat-x top;
    pointer-events: none;
    z-index: 100;
}

#footer .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 110;
    pointer-events: auto;
}

#footer .left {
    position: relative;
    bottom: 24px;
    left: 24px;
    float: left;
}

#footer .right {
    position: relative;
    bottom: 24px;
    right: 16px;
    float: right;
    margin-left: 36px;
}

#footer .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

#footer .right a.btn {
    background: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 10px;
    padding: 6px 10px;
    font-weight: bold;
}

#footer .right a.btn:hover {
    background: #ddd;
}


#footer .left .links {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#footer .left .forms {
    float: left;
}

#footer .left .forms form {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 6px;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    padding: 2px 6px;
    margin-left: 10px;
}

#footer .left .forms form input[type="text"] {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    border: none;
    background: none;
    vertical-align: bottom;
    outline: none;
}

#footer .left .forms form input[type="text"]::placeholder {
    opacity: 0.75;
    font-weight: bold;
}

#footer .left .forms form input[type="submit"] {
    display: inline-block;
    border: none;
    background: none;
    vertical-align: bottom;
    height: 15px;
    width: 15px;
    cursor: pointer;
    outline: none;
}

#footer .left .forms form.search input[type="submit"] {
    background: url(images/icon_search.png) no-repeat center center;
}

#footer .left .forms form.subscribe input[type="submit"] {
    background: url(images/icon_valid.png) no-repeat center center;
}

#footer .left .links a {
    padding: 1px 2px;
    color: #FFF;
    font-size: 11px;
}

#footer .left .links a:hover {
    background-color: #FFF;
    color: #333;
}

.video {
    position: absolute;
    width: 640px;
    height: 360px;
    left: 50%;
    top: 50%;
    margin-top: -200px; /* moitié de la hauteur */
    margin-left: -325px; /* moitié de la largeur */
    vertical-align: middle;
}

#map-canvas {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    /*filter: saturate(50%);
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);*/
}

#map-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 20;
    pointer-events: none;
    overflow: hidden;
}

#map-overlay img {
    position: absolute;
    top: 0;
}

.overlay {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding-left: 0;
    cursor: pointer;
    border-radius: 28px;
    border: 3px solid #fae705;
}

.overlay:hover {
    border-color: #fff;
}

.overlay img {
    position: absolute;
    width: 132px;
    height: 50px;
    left: -40px;
}

#top {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 300;
}

#top a {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 2px;
    margin: 0 10px;
    color: #7B7C81;
    font-size: 10px;
}

#top a:hover {
    background-color: #FFF;
    color: #333;
}

#top a.current {
    color: #fff;
}

#top a:hover.current {
    color: #333;
}

#top img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}

#menu {
    position: relative;
    margin: 20px 0;
    height: 50px;
    background: #000;
    clear: both;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
}

#menu a {
    color: #FFF;
}

#menu #links {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 3px 0 0 15px;
}

#detail {
    min-width: 980px;
    /*margin: 30px auto 0 auto;*/
    margin: 30px 0 20px 10px;
}

#list-project {
    margin: 0 10px 60px 10px;
    clear: both;
}

#list-video {
    margin-top: 20px;
}

.bottomlogos {
    padding-right: 20px;
    text-decoration: none;
}

.about {
    font-size: 13px;
    color: #CCC;
    line-height: 20px;
    padding-left: 25px;
    padding-top: 10px;
    width: 228px;
    text-transform: none;
    margin: 0 auto;
}

.about a {
    color: #FFF;
    text-decoration: none;
}

.about a:hover {
    color: #000;
    text-decoration: none;
    background-color: #FFF;
}

#menu .items {
    position: absolute;
    top: 18px;
    left: 128px;
    margin-right: 210px;
}

#search {
    position: absolute;
    top: 12px;
    right: 20px;
}

#search input.input {
    float: left;
    background: #191919;
    border: none;
    color: #707070;
    font-size: 11px;
    padding: 2px 8px;
    margin: 4px 4px 0 0;
    width: 150px;
}

#search input.btn {
    float: left;
    margin-top: 6px;
}


.cache {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    z-index: 500000;
}

.video-map {
    position: absolute;
    width: 800px;
    min-height: 450px;
    /*background: #151414;*/
    z-index: 500001;
}

.video-map .loading {
    background: #151414;
    width: 800px;
    height: 240px;
    text-align: center;
    padding-top: 210px;
    font-size: 30px;
}

.video-map .img {
    -webkit-box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 24px 6px rgba(0, 0, 0, 0.5);
}

.video-map .title {
    margin: 20px 0;
    padding-right: 50px;
}

.video-map .title a, .video-map .title span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.video-map .title span.sep {
    display: inline-block;
    margin: 0 8px;
}

.video-map .title .current {
    color: #fff;
}

.video-map .img img {
    width: 100%;
}

.video-map .text {
    position: relative;
    /*padding: 20px 5px 15px 20px;*/
    background: transparent;
}

.video-map .text .actions {
    position: absolute;
    top: 0;
    right: 0;
}

.video-map .text .actions a {
    margin: 1px 0 0 6px;
    display: inline-block;
    border: 0;
    opacity: 0.7;
}

.video-map .text .actions a:hover {
    opacity: 1;
}

#scrollbar_container {
    position: relative;
    width: 800px;
    font-size: 13px;
}

#scrollbar_track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
    background-color: transparent;
    cursor: move;
}

#scrollbar_handle {
    width: 10px;
    border: 1px solid #313032;
    background: #0A0A0E;
    cursor: move;
}

#scrollbar_content {
    overflow: hidden;
    width: 750px;
    height: 120px;
}

#mobile {
    position: relative;
    text-align: center;
    z-index: 2;
}

#mobile .logo {
    margin-top: 40px;
}

#mobile .text {
    font-size: 10px;
    /*text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;*/
    color: #fff;
    margin: 40px 30px;
}

#mobile .links {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#mobile .links a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}


/***MODIFIED BY RENAUDHAM BLUE ORIGAMI DIGITAL 052021 */
.about h2 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.about h3 {
    font-size: 16px;
}

.actions a:nth-child(1) {
    display: none !important;
}

#top .filter {
    display: none;
}

#search {
    display: none;
}

#scrollbar_content {
    display: block;
    overflow: hidden;
    width: 750px;
    height: 120px;
    color: white;
}

#scrollbar_container {
    opacity: 1 !important;
    display: block !important;
}

#menu .links, #menu .forms, #header .showMenuMobile, #menu .hideMenuMobile {
    display: none;
}

.boxtxtMobile {
    display: none;
}

/***RESPONSIVE */
@media (max-width: 1080px) {

    #detail {
        min-width: unset;
    }

    .bigbox {
        width: 64%;
        height: auto;
    }

    .bigbox img {
        width: 100%;
        height: auto;
    }

    .texte {
        width: 29%
    }
}

@media (max-width: 995px) {
    #list-project .box:hover img {
        /*opacity: 1!important;*/
    }

    .boxtxt {
        /*display: none!important;*/
    }

    .boxtxtMobile {
        display: block;
        color: white !important;
        margin-top: 2px;
        height: 15px;
        overflow: hidden;
    }

    .boxtxtMobile h2, .boxtxtMobile .date {
        color: white !important;
    }

    .boxtxtMobile h2 {
        /*overflow:hidden;
         height: 21px;*/
        text-overflow: ellipsis;
        margin: 1px 0 0 0;
        height: 15px;
        overflow: hidden;
        white-space: nowrap;
    }


    /*.overflow {
        --max-lines: 2;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        padding-right: 1rem;
    }
    .overflow::before {
        position: absolute;
        content: "...";
        bottom: 0;
        right: 0;
    }
    .overflow::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1rem;
        height: 1rem;
        background: none;
    }*/
    .boxtxtMobile .date {
        padding: 4px 0 0 0;
        color: white !important;
    }

    .top-filmo {
        display: block;
    }

    .video-container iframe {
        width: 100%;
        height: calc(100vw / 1.77);
    }

    #detail {
        width: 96%;
        height: auto;
        margin: 0;
        padding: 2%;
    }

    #detail .bigbox {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    #detail .bigbox img {
        width: 100%;
        height: auto;

    }

    #detail .texte {
        font-size: 13px;
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-transform: none;
    }

    #detail .watchfilm, #detail .texte, #detail .texte h1 {
        font-size: 13px;
    }

    #detail .watchfilm {
        padding: 8px;
        margin-bottom: 15px;
    }

    #detail .watchfilm.watchbtn {
        margin-bottom: 20px;
        display: inline-block;
    }

    #header {
        width: calc(100% - 32px);
    }

    #menu, #header {
        background: none;
    }

    #menu .links, #menu .forms, #header .showMenuMobile, #menu .hideMenuMobile, #menu .items {
        display: none;
    }

    #menu .links {
        margin-top: 10px;
    }

    #menu .links span {
        width: 100%;
        display: block;
    }

    #menu .links a {
        font-size: 17px;
        line-height: 29px;
        display: inline-block;
    }

    body.showYears #menu .items {
        display: block;
    }

    body.showYears #menu {
        background: #000000;
    }
}

@media (max-width: 768px) {
    #list-project .box .boxtxt:hover {
        display: block;
    }

    #content.about {
        font-size: 14px;
        width: 84% !important;
        padding: 5% 8%;
    }

    #header {
        position: initial;
        height: 54px;
        padding: 11px 15px 0 15px;
    }

    #header .showMenuMobile {
        padding: 7px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        float: right;
        margin-right: 0;
        cursor: pointer;
        pointer-events: initial;
    }

    #header .showMenuMobile img:hover {
        opacity: 0.7;
    }

    #header .showMenuMobile img {
        width: 30px !important;
        cursor: pointer;

    }

    .list #header .logo {
        position: initial;
    }

    #header .logo {
        position: initial;
    }

    #menu {
        background: #000000;
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        margin: 0;
        padding: 20px;
        width: 350px;
        font-size: 15px;
        line-height: 25px;
        transition: transform 400ms ease;
        transition-property: transform;
        -webkit-transition-property: -webkit-transform, left, right;
        -webkit-backface-visibility: hidden;
        z-index: 1000;
    }

    #menu .hideMenuMobile {
        display: block;
    }

    #menu .hideMenuMobile img {
        width: 21px;
        margin-bottom: 15px;

    }

    body.showYears #menu .items {
        position: initial;
        top: 0;
        left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #menu .links, #menu .forms {
        font-size: 15px;
    }


    #menu .links {
        display: block;
        margin-bottom: 10px;
        line-height: 25px;
    }

    #menu .forms {
        display: block;
        width: 100%;
        line-height: 14px;
    }

    .watchfilm {
        font-size: 15px;
        line-height: 25px;
    }

    .watchfilm-selected {
        font-size: inherit;
    }

    #menu .forms {
        margin-top: 18px;
    }

    #menu .forms form {
        border: 1px solid rgba(255, 255, 255, 0.65);
        border-radius: 6px;
        display: inline-block;
        background: rgba(0, 0, 0, 0.65);
        padding: 0;
        margin-left: 0;
        margin-bottom: 8px;
        width: 100%;
    }

    #menu .forms form.search input[type="submit"] {
        background: url(images/icon_search.png) no-repeat center center;

    }

    #menu .forms form.subscribe input[type="submit"] {
        background: url(images/icon_valid.png) no-repeat center center;
    }

    #menu .forms form input[type="text"]::placeholder {
        opacity: 0.75;
        font-weight: bold;
    }

    #menu .forms form input[type="text"] {
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        color: #fff;
        font-size: 12px !important;
        border: none;
        background: none;
        vertical-align: bottom;
        outline: none;
        padding: 10px 10px !important;
        width: calc(100% - 50px);
    }

    #menu .forms form input[type="submit"] {
        display: inline-block;
        border: none;
        background: none;
        /*vertical-align: bottom;*/
        /*height: 15px;
        width: 15px;*/
        cursor: pointer;
        outline: none;
        width: 20px;
        height: 20px;
        margin-top: 6px;
        padding: 0;
        vertical-align: top;
    }

    #footer {
        display: none;
    }

    #home .links a.hide-mobile, .hide-mobile {
        display: none !important;
    }

    #home {
        width: 96% !important;
        padding: 2%;
        margin-left: 0 !important;
        margin-right: 0;
        left: 0;
        right: 0;
        top: 5%;
        margin-top: 0;
    }

    #home .text {
        width: 86%;
        margin: 20px 0 0 0 !important;
        padding: 7%;
    }

    #list-project .box {
        padding: 0.5%;
        float: left;
        width: 32%;
        height: auto;
        cursor: pointer;
    }

    #list-project .box img {
        width: 100%;
        height: auto;
    }

    #list-project .box:hover img {
        opacity: 0;
    }

    #list-project .box .boxtxt {
        width: 29%;
        background-size: cover;
        background-image: unset;
    }

    #list-project .box .boxImageBack {
        background: white;
    }

}

@media (max-width: 550px) {

    #menu {
        width: calc(100% - 50px);
    }

    #list-project .box {
        padding: 0.5%;
        width: 49%;
    }

    #list-project .box .boxtxt {
        width: 45%;
    }

}
