@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))
  );
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(../fonts/source-sans-3-var.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/*** 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 * 0.625);
  overflow: hidden;
  background-color: #fff;
}
body {
  font-family: "Source Sans 3", 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: 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 {
  font-family: "Source Sans 3", sans-serif;
  position: absolute;
  visibility: visible;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  background-color: rgba(255, 0, 255, 0.65);
  border-radius: 0.5em;
  padding: 5px 0.5em 4px 0.5em;
}
@media (max-width: 400px) {
  div.hotspot--txt span {
    font-size: 10px;
  }
}
div.hotspot--txt span:after {
  display: none;
}
div.hotspot--txt--blanc span {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.25em;
}
div.hotspot--txt--2 span {
  color: #000;
  background-color: rgba(255, 215, 89, 0.95);
  font-weight: 600;
  text-transform: uppercase;
}
div.hotspot--txt--3 span {
  color: #fff;
  background-color: rgba(65, 94, 54, 0.85);
}
/*
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, 0.5);
}

.visitesousnav {
  position: absolute;
  z-index: 500;
  left: 3px;
  bottom: 3px;
}
.visitesousnav__title {
  font-size: 1.25em;
  text-transform: uppercase;
  padding: 0.25em 5px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.visitesousnav__content {
  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, 0.75);
  color: var(--coul_princip);
  padding: 0.5em 0.5em;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  margin-bottom: 5px;
  border: none;
  font-weight: inherit;
  border-radius: 40px;

  /* display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; */

  img {
    width: min(100px, 20vw);
  }

  button {
    all: unset;
  }
}
.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;
}
