@charset "UTF-8";

/* MEYERWEB */
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-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
  --responsive:  calc((var(--min) * 1px) + (var(--max) - var(--min)) * ((100vw - 320px) / (1920 - 320)));
}

/*** GLOBAL ***/
::-moz-selection {
  background-color: #23232C;
  color: #ffffff;
}
::selection {
  background-color: #23232C;
  color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*** RESPONSIVE ***/
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
object,
video {
    height: auto;
    max-width: 100%;
}
img {
    width: auto;
    width: 100%;
    vertical-align: middle;
}
video {
    width: 100%;
}

/* FONT
***********/
html {
    font-size: 62.5%;
    font-size: calc(1em * .625);
    overflow: hidden;
    background-color: #fff;
}
body {
    font-family: sans-serif;
    font-size: 1.6em; /* 16px */
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    background-color: #fff;
}
.global {
    position: relative;
}
.v360__content {
    position: relative;
}
.v360 {
    width: 100%;
    height: 58.9vw; /* 968/1643 */
    overflow-y: hidden;
    overflow-x: hidden; /*TEMP*/
    /*
    background-image: url(/assets/imgs/preload.gif);
    background-repeat: no-repeat;
    background-position: center center;
    */
    transition: ease .3s transform;
}
@media (min-width: 640px) {
    .v360 {
        height: 100vh;
    }
}
.v360.chargement {
    visibility: hidden;
}
.v360__chargement {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v360__chargement.show {
    display: block;
}
.v360__chargement__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../medias/maquette360_VUE1/chgt.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.percent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 1000;
}
.percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.percent .number div {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  transition: 0.5s;
}
.percent__circle {
  position: relative;
  width: 150px;
  height: 150px;
  z-index: 1000;
}
.percent__circle circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}
.percent__circle .percent__circle2 {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke-dashoffset: 0;
  stroke: #000;
}
.chargement__txt {
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc( 50% - 120px );
}
.v360__bousole {
    position: absolute;
    z-index: 200;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpolygon points='23 40 39.57 40 57 40 57 40 40 0 23 40 23 40' style='fill:%23ff0000;'/%3E%3Cpolygon points='40.43 40 23 40 40 80 57 40 40.43 40' style='fill:rgba(255,255,255,.5);'/%3E%3C/svg%3E");
    right: 30px;
    bottom: 30px;
    --max: 80;
    --min: 40;
    width: var(--responsive);
    height: var(--responsive);
    border-radius: 0;
    transform-origin: center;
}
.v360img {
    position: absolute;
    /*cursor: grab;*/
    cursor: url(../img/cursor_360.png) 32 28, auto;
    
    left: 50%;
    transform: translateX(-50%);
}
.v360img.drag {
    cursor: url(../img/cursor_360_2.png) 32 28, auto;
}
.masq {
    visibility: hidden;
}
.v360__img {
    top: 0;
    left: 0;
    /*
    width: 100%;
    height: auto;
    */
    max-width: none;
    
    transition: opacity ease .1s;
    
    width: auto;
    height: 100vh;
}
.vue360__control {
    display: none;
    position: absolute;
    z-index: 2000;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
    text-align: center;
}
.vue360__control.show {
    display: block;
}
.vue360__control__btn {
    margin:0;
    padding: 0;
    line-height: 1;
    border-radius:0;
    text-decoration: none;
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,.70);
    transition: ease .3s background-color;
}
.vue360__control__btn:hover {
    background-color: rgba(0,0,0,1);
}
.vue360__control__btn:disabled {
    /*background-color: rgba(0,0,0,.25);*/
    opacity: .35;
}
.vue360__control__btn:disabled:hover {
    background-color: rgba(0,0,0,.70);
}
.vue360__control__btn svg {
    padding: .5em;
    --max: 40;
    --min: 25;
    width: var(--responsive);
    height: var(--responsive);
}
.embed .vue360__control__btn svg {
    width: 3em;
    height: 3em;
    padding: .5em;
}
.vue360__control__btn svg:nth-child(2) {
    display: none;
}
.vue360__control__btn.removefs svg:nth-child(1) {
    display: none;
}
.vue360__control__btn.removefs svg:nth-child(2) {
    display: block;
}
@media (max-width: 700px) {
    #toggleFS {
        display: none;
    }
    .embed .vue360__control__btn svg {
        width: 2em;
        height: 2em;
    }
}

/*
@media (min-width: 640px) {
    .v360__img {
        width: auto;
        height: 100vh;
    }    
}
*/
