﻿.nl-viewer3d {
    position: relative;
    width: 100%;
    height: 100%;
}

    .nl-viewer3d a {
        text-decoration: none;
        color: #000000;
        background-color: transparent;
        outline: 0;
    }

    .nl-viewer3d .unselectable {
        user-select: none;
    }

    .nl-viewer3d .nl-menu-content {
        position: absolute;
    }

    .nl-viewer3d .nl-menu-item {
        position: absolute;
        z-index: 1;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        .nl-viewer3d .nl-menu-item .nl-item-title {
            position: absolute;
            font-size: 19px;
            text-transform: uppercase;
            padding-left: 17px;
        }

/*#Monture {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    height: 173px;
    width: 275px;
    margin-left: -275px;
}*/

    #Monture .nl-item-title {
        top: 114px;
        padding-left: 0;
    }

    #Monture .nl-menu-item-line-right {
        position: absolute;
        right: 1px;
        width: 49px;
        top: 126px;
        height: 1px;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5);
    }

/*#TextureMonture {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    height: 173px;
    width: 275px;
    margin-left: -275px;
}*/

    #TextureMonture .nl-item-title {
        top: 77px;
        padding-left: 0;
    }

    #TextureMonture .nl-menu-item-line-right {
        position: absolute;
        right: 1px;
        width: 49px;
        top: 89px;
        height: 1px;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5);
    }

.nl-menu-item-line-top-gradient {
    width: 1px;
    position: absolute;
    background: #000000;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, #000000 30%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, #000000 30%);
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, #000000 30%);
    background: linear-gradient(rgba(0,0,0,0) 0%, #000000 30%);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#Monture .nl-menu-item-line-top-gradient {
    right: 0;
    /*height: 127px;*/
    height: 80px;
}

#TextureMonture .nl-menu-item-line-top-gradient {
    right: 0;
    /*height: 90px;*/
    height: 50px;
}

.nl-menu-item-selector {
    position: absolute;
    height: 80px;
    cursor: pointer;
}

#Monture .nl-menu-item-selector {
    /*top: 87px;*/
    top: 53px;
}

#TextureMonture .nl-menu-item-selector {
    /*top: 50px;*/
    top: 23px;
}

.nl-menu-item-selector .nl-selector-mod {
    position: absolute;
    left: 73px;
}

#Monture .nl-menu-item-selector .nl-selector-mod {
    left: 0;
}

#TextureMonture .nl-menu-item-selector .nl-selector-mod {
    left: 0;
}

.nl-menu-item-selector .nl-selector-mod .nl-selector-border {
    position: absolute;
    height: 26px;
    top: 27px;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    width: 30px;
}

.nl-menu-item-selector .nl-selector-mod .nl-selector-mod-list a {
    position: absolute;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 13px;
    width: auto;
}

#Monture .nl-menu-item-selector a {
    text-transform: uppercase;
}

#TextureMonture .nl-menu-item-selector a {
    text-transform: uppercase;
}

.nl-menu-item-list {
    display: block;
    position: absolute;
    padding: 10px;
    color: #FFF;
    z-index: 70;
    height: auto;
    width: 180px;
    text-transform: uppercase;
    background-color: transparent;
}

    .nl-menu-item-list ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .nl-menu-item-list > ul {
        width: 9999px;
    }

    .nl-menu-item-list::-webkit-scrollbar {
        width: 0px;
        height: 5px;
        background-color: #4E5452;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        box-shadow: inset 0 0 10px -2px rgba(0,0,0,0.2);
    }

    .nl-menu-item-list::-webkit-scrollbar-thumb {
        background-color: #FFF;
        border-radius: 0;
    }

        .nl-menu-item-list::-webkit-scrollbar-thumb:hover {
            background-color: #FFF;
            border: 1px solid #FFF;
        }

        .nl-menu-item-list::-webkit-scrollbar-thumb:active {
            background-color: #FFF;
            border: 1px solid #FFF;
        }

    .nl-menu-item-list > ul > li {
        margin-left: 2px;
        float: left; /*pour IE*/
        width: 103px;
        height: 230px;
    }

        .nl-menu-item-list > ul > li > ul > li {
            margin-left: 2px;
        }

    .nl-menu-item-list .nl-item {
        position: relative;
        display: inline-block;
        float: left;
        width: 110px;
        height: 90px;
        margin: 10px;
        background-color: #fff;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        margin: 10px 20px;
        /*background: radial-gradient(circle at 50% 30%, rgba(245, 237, 48, 0), rgba(200, 190, 20, 0.2) 50%, #575300 100%);*/
        background: radial-gradient(circle at 50% 30%,rgb(255, 255, 255),#555555b0 100%);
    }

@media only screen and (min-width: 800px) {
    .nl-menu-item-list .nl-item {
        width: 110px;
        height: 90px;
    }
}

@media only screen and (min-width: 1024px) {
    .nl-menu-item-list .nl-item {
        width: 94px;
        height: 61px;
    }
}

@media only screen and (min-width: 1440px) {
    .nl-menu-item-list .nl-item {
        width: 102px;
        height: 73px;
    }
}

@media only screen and (min-width: 1600px) {
    .nl-menu-item-list .nl-item {
        width: 115px;
        height: 115px;
    }
}

.nl-menu-item-list .nl-item span,
.nl-menu-item-list .nl-item a {
    position: absolute;
    width: 110px;
    text-align: center;
    color: #000;
}

    .nl-menu-item-list .nl-item span.text-round {
        position: absolute;
        width: 90%;
        left: 5%;
        text-align: center;
        padding: 3px;
        font-weight: 500;
        color: #fff;
        background-color: #979797;
        background: radial-gradient(circle at 100% 0%,#949494c7,#5454546b 100%);
        top: 50%;
        transform: translateY(-50%);
    }

@media only screen and (min-width: 800px) {
    .nl-menu-item-list .nl-item span, .nl-menu-item-list .nl-item a {
        width: 110px;
        font-size: 9pt;
    }
}

@media only screen and (min-width: 1024px) {
    .nl-menu-item-list .nl-item span,
    .nl-menu-item-list .nl-item a {
        width: 94px;
        font-size: 10pt;
    }
}

@media only screen and (min-width: 1440px) {
    .nl-menu-item-list .nl-item span,
    .nl-menu-item-list .nl-item a {
        width: 102px;
        font-size: 11pt;
    }
}

@media only screen and (min-width: 1600px) {
    .nl-menu-item-list .nl-item span,
    .nl-menu-item-list .nl-item a {
        width: 115px;
        font-size: 12pt;
    }
}

.nl-menu-item-list .nl-item img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    max-width: 90%;
}

    .nl-menu-item-list .nl-item img.round {
        border-radius: 50%;
        margin-top: 5%;
        height: 60px;
        width: 60px;
    }

@media only screen and (min-width: 800px) {
    .nl-menu-item-list .nl-item img.round {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .nl-menu-item-list .nl-item img.round {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (min-width: 1440px) {
    .nl-menu-item-list .nl-item img.round {
        height: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 1600px) {
    .nl-menu-item-list .nl-item img.round {
        height: 90%;
        width: 90%;
    }
}

.nl-viewer3d section#Carousel {
    width: 500px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 800px) {
    .nl-viewer3d section#Carousel {
        width: 500px;
        height: 350px;
    }
}

@media only screen and (min-width: 1024px) {
    .nl-viewer3d section#Carousel {
        width: 500px;
        height: 270px;
    }
}

@media only screen and (min-width: 1440px) {
    .nl-viewer3d section#Carousel {
        width: 500px;
        height: 310px;
    }
}

@media only screen and (min-width: 1600px) {
    .nl-viewer3d section#Carousel {
        width: 500px;
        height: 350px;
    }
}

.nl-viewer3d section#Carousel li {
    width: 300px;
    height: 350px;
    background: #e6e6e6;
    background: #3c3c3c;
    border: 15px solid #1f486a;
    box-shadow: 0px 0px 5px 1px #8b8c8d, inset 0px 0px 5px 1px #1c1c1c;
    /*border-radius: 40px;*/
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
@media only screen and (min-width: 800px) {
    .nl-viewer3d section#Carousel li {
        width: 300px;
        height: 350px;
    }
}
@media only screen and (min-width: 1024px) {
    .nl-viewer3d section#Carousel li {
        width: 260px;
        height: 270px;
    }
}
@media only screen and (min-width: 1440px) {
    .nl-viewer3d section#Carousel li {
        width: 280px;
        height: 310px;
    }
}
@media only screen and (min-width: 1600px) {
    .nl-viewer3d section#Carousel li {
        width: 500px;
        height: 300px;
    }
}

.nl-viewer3d section#Carousel li p {
    color: white;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
}

    .nl-viewer3d section#Carousel .items {
        position: absolute;
    }

    .nl-viewer3d section#Carousel .main-pos {
        margin-left: 100px !important;
        z-index: 3000;
    }

    .nl-viewer3d section#Carousel .left-pos {
        opacity: .3;
        margin-left: -13em !important;
        z-index: 1000;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }

    .nl-viewer3d section#Carousel .back-pos {
        margin-left: 2em !important;
        opacity: .05;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5);
    }

    .nl-viewer3d section#Carousel .right-pos {
        opacity: .3;
        margin-left: 25em !important;
        z-index: 1000;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
    }

@media only screen and (min-width: 800px) {
    .nl-viewer3d section#Carousel .main-pos {
        margin-left: 100px !important;
    }

    .nl-viewer3d section#Carousel .left-pos {
        margin-left: -13em !important;
    }

    .nl-viewer3d section#Carousel .back-pos {
        margin-left: 2em !important;
    }

    .nl-viewer3d section#Carousel .right-pos {
        margin-left: 25em !important;
    }
}

@media only screen and (min-width: 1024px) {
    .nl-viewer3d section#Carousel .main-pos {
        margin-left: 120px !important;
    }

    .nl-viewer3d section#Carousel .left-pos {
        margin-left: -10em !important;
    }

    .nl-viewer3d section#Carousel .back-pos {
        margin-left: 120px !important;
    }

    .nl-viewer3d section#Carousel .right-pos {
        margin-left: 24em !important;
    }
}

@media only screen and (min-width: 1440px) {
    .nl-viewer3d section#Carousel .main-pos {
        margin-left: 110px !important;
    }

    .nl-viewer3d section#Carousel .left-pos {
        margin-left: -11em !important;
    }

    .nl-viewer3d section#Carousel .back-pos {
        margin-left: 110px !important;
    }

    .nl-viewer3d section#Carousel .right-pos {
        margin-left: 25em !important;
    }
}

@media only screen and (min-width: 1600px) {
    .nl-viewer3d section#Carousel .main-pos {
        margin-left: 50px !important;
    }

    .nl-viewer3d section#Carousel .left-pos {
        margin-left: -12em !important;
    }

    .nl-viewer3d section#Carousel .back-pos {
        margin-left: 2em !important;
    }

    .nl-viewer3d section#Carousel .right-pos {
        margin-left: 19em !important;
    }
}


.nl-viewer3d .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.nl-viewer3d .carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.nl-viewer3d .carousel-control-prev {
    left: -15em;
}

.nl-viewer3d .carousel-control-next {
    right: -15em;
}

.nl-viewer3d section#Carousel .group-img {
    display: block;
    width: 100%;
    height: 100%;
}

#loader {
    left: 0;
    right: 0;
    margin-top: 200px;
    position: absolute;
    text-align: center;
}

@keyframes move-color-face {
    0% {
        background-color: #767676;
        background-position-x: -100px;
        background-size: 70%;
    }

    50% {
        background-color: #13930a;
        background-position-x: 0px;
        background-size: 100%;
    }

    100% {
        background-color: #767676;
        background-position-x: 100px;
        background-size: 70%;
    }
}
@keyframes move-reflection {
    0% {
        top: 1%;
        left: -100%;
    }

    50% {
        top: 1%;
        left: 5%;
    }

    100% {
        top: 1%;
        left: 100%;
    }
}

.ball {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    /*animation: move-color-face 3s linear infinite;*/
}

    .ball:before {
        content: "";
        position: absolute;
        top: 1%;
        left: 5%;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
        -webkit-filter: blur(5px);
        z-index: 2;
        /*animation: move-reflection 3s linear infinite;*/
    }

    .ball:after {
        content: "";
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: radial-gradient(circle at 50% 30%, rgba(245, 237, 48, 0), rgba(200, 190, 20, 0.2) 50%, #575300 100%);
        background: radial-gradient(circle at 50% 30%, rgba(245, 237, 48, 0), rgba(0,0,0,0.2) 50%, #FFF 100%);
    }

    .ball .shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
        -webkit-transform: rotateX(90deg) translateZ(-160px);
        transform: rotateX(80deg) translateZ(-50px);
        z-index: 1;
    }
    .ball.ball-face {
        background: url(../Images/icone_face.svg) no-repeat;
        background-color: #13930a;
        background-color: #2e2e2e;
        background-size: 100%;
        background-position-y: 50%;
    }

    .ball.ball-textureFace {
        background: url(../Images/icone_face_texture.svg) no-repeat;
        background-color: #2e2e2e;
        background-size: 100%;
        background-position-y: 50%;
    }
    .ball.ball-branche {
        background: url(../Images/icone_branche.svg) no-repeat;
        background-color: #2e2e2e;
        background-size: 100%;
        background-position-y: 50%;
    }
    .ball.ball-textureBranche {
        background: url(../Images/icone_branche_texture.svg) no-repeat;
        background-color: #2e2e2e;
        background-size: 100%;
        background-position-y: 50%;
    }

.stage {
    position: absolute;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 20px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
