@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;
}

div.hotspot--go {
    width: 60px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 73'%3E%3Cpath d='M60.67,43.22a9.12,9.12,0,1,1-9.12,9.11,9.11,9.11,0,0,1,9.12-9.11h0' style='fill:%23ff714b'/%3E%3Cpath d='M60.67,31.67C42.85,31.67,28,50.86,28,52.33S42.85,73,60.67,73,93.33,53.81,93.33,52.33,78.49,31.67,60.67,31.67m0,35.42A14.76,14.76,0,1,1,75.52,52.33,14.76,14.76,0,0,1,60.67,67.09h0' style='fill:%23ff714b'/%3E%3Cpath d='M0,20.32l18.75,6.35L60,12.7l41.25,14L120,20.32,60,0Z' style='fill:%23ff714b'/%3E%3C/svg%3E");
    background-size: 60px 36px;
}
div.hotspot--go span {
    background-color: #ff714b;
}
div.hotspot--go span::after {
    display: none;
}
.pnlm-container { height: 75vh; }

@media (min-width: 640px) {
    .pnlm-container { height: 100vh; }
}
.pnlm-compass {
    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;
}
.pnlm-controls {
    margin-top: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.pnlm-controls:hover {
    background-color: transparent;
}
            
.pnlm-about-msg {
    visibility: hidden;
}
.pnlm-pointer {
    font-size: 12px;
    font-weight: 700;
}
div.hotspot--txt span {
    position: absolute;
    visibility: visible;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    background-color: rgba(0,0,0,.75);
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
div.hotspot--txt--blanc span {
    color: #000;
    background-color: rgba(255,255,255,.75);
}
div.hotspot--txt span::after {
    content: "";
    position: absolute;
    content:'';
    position:absolute;
    width:0;
    height:0;
    border-width:10px;
    border-style:solid;
    border-color:rgba(0,0,0,.75) transparent transparent transparent;
    bottom:-20px;
    left:-10px;
    margin:0 50%;
}
div.hotspot--txt:hover span::after {
    border-color : rgba(0,0,0,.75) transparent transparent transparent;
    bottom:-20px;
}
div.hotspot--txt--blanc span::after {
    border-color : rgba(255,255,255,.75) transparent transparent transparent;
}
div.hotspot--txt--blanc:hover span::after {
    border-color : rgba(255,255,255,.75) transparent transparent transparent;
}
.pnlm-controls-container {
    left: auto;
    top: auto;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255,255,255,.5);
}

.visitesousnav {
    position: absolute;
    z-index: 500;
    left: 3px;
    bottom: 3px;
    display: flex;
}
.visitesousnav__item {
    --max: 20;
    --min: 16;
    font-size: var(--responsive);
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255,255,255,.75);
    color: var(--coul_princip);
    padding: .5em .5em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 3px;
    margin-bottom: 3px;
}
.visitesousnav__item:hover {
    background-color: rgba(255,255,255,1);
}
.visitesousnav__item--activ {
    background-color: #000;
    color: #fff;
}
.visitesousnav__item--activ:hover {
    background-color: #000;
    color: #fff;
}