@charset "UTF-8";
/* 32 colonnes */
/*html { background-image: repeating-linear-gradient(90deg, #fff, #fff 3.125%, #ececec 3.125%, #ececec 6.25%); }*/
html { background-color:#fff; }
* {
  /* Typography */
  --main-font: 'Inter', sans-serif;
  --second-font: 'Inter', sans-serif;
    
  /* Calculation */
  --responsive:  calc((var(--min) * 1px) + (var(--max) - var(--min)) * ((100vw - 320px) / (1920 - 320)));
  --coul_princip: #000;
  --coul_2: #959595;
  --coul_3: #E6E6E6;
  --coul_4: #FAFAFA;
  --coulfd_princip : #fff;

  --coulT1: rgba(255,186,0,1);
  --coulT2: rgba(94,157,61,1);
  --coulT3: rgba(255,0,0,1);
  --coulT4: rgba(0,147,255,1);
  --coulT5: rgba(210,0,168,1);
    
  --coulT1__op: rgba(255,186,0,.7);
  --coulT2__op: rgba(94,157,61,.7);
  --coulT3__op: rgba(255,0,0,.7);
  --coulT4__op: rgba(0,147,255,.7);
  --coulT5__op: rgba(210,0,168,.7);

/*
  --coulT1: rgba(255,108,187,1);
  --coulT2: rgba(0,147,255,1);
  --coulT3: rgba(255,78,0,1);
  --coulT4: rgba(94,157,61,1);
  --coulT5: rgba(255,186,0,1);
    
  --coulT1__op: rgba(255,108,187,.7);
  --coulT2__op: rgba(0,147,255,.7);
  --coulT3__op: rgba(255,78,0,.7);
  --coulT4__op: rgba(94,157,61,.7);
  --coulT5__op: rgba(255,186,0,.7);
*/
  --percent : 0;
}

.pt180 {
    --max: 180;
    --min: 80;
    padding-top: var(--responsive);
}
.pt120 {
    --max: 120;
    --min: 60;
    padding-top: var(--responsive);
}
.fs25 {
    --max: 25;
    --min: 18;
    font-size: var(--responsive);
}
.fs30 {
    --max: 30;
    --min: 20;
    font-size: var(--responsive);
}
.fs35 {
    --max: 35;
    --min: 20;
    font-size: var(--responsive);
}
.fs70 {
    --max: 70;
    --min: 35;
    font-size: var(--responsive);
    line-height: 1.1;
}
.fs130 {
    --max: 130;
    --min: 30;
    font-size: var(--responsive);
}
.fs170 {
    --max: 170;
    --min: 35;
    font-size: var(--responsive);
}
.fw4 {
    font-weight: 400;
}
.fw7 {
    font-weight: 700;
}
.fw9 {
    font-weight: 900;
}
.coul_2 {
    color: var(--coul_2);
}
.coul_3 {
    color: var(--coul_3);
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../font/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 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}

/*** 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-x: hidden;
}
body {
    font-family: 'Inter';
    font-family: var(--main-font);
    font-size: 1.6em; /* 16px */
    font-weight: 400;
    color: var(--coul_princip);
    line-height: 1.3;
    background-color: var(--coulfd_princip);
}
/*
@media (min-width: 1000px) {
    body {
        font-size: 1.8em;
    }
}
@media (min-width: 1400px) {
    body {
        font-size: 1.9em;
    }
}
@media (min-width: 1600px) {
    body {
        font-size: 2em;
    }
}
*/
a {
  color: var(--coul_princip);
}
p {
    margin: 0 0 .75em 0;
}
strong, b {
    font-weight: 700;
}
i {
    font-style: italic;
}

/* STRUCTURE */
.pdlr_mob {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
}
@media (min-width: 420px) {
    .pdlr_mob {
        padding-left: 6.25%;
        padding-right: 6.25%;
    }    
}
@media (min-width: 1100px) {
    .pdlr_mob {
        padding-left: 3.85%;
        padding-right: 3.85%;
    }    
}
.global {
    position: relative;
}
.global--fich {
    position: fixed;
}
.logo {
    --max: 180;
    --min: 80;
    width: var(--responsive);
    margin-left: auto;
    margin-right: 4.6875%;
    margin-top: 1em;
}
@media (min-width: 1100px) {
    .logo {
        margin: 0;
        position: fixed;
        top: 3.125vw;
        left: 3.125%;
        z-index: 5;
    }
    .embed .logo {
        top: 3.125vw;
    }
}
.logo img {
    /*filter: grayscale(100%);*/
    
}
@media (min-width: 1100px) {
    .button_fullscreen {
        position: absolute;
        top: 1.5625vw;
        right: 1.5625vw;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%28215487' width='18' height='18' viewBox='0 0 18 18'><path d='M4.5 11H3v4h4v-1.5H4.5V11zM3 7h1.5V4.5H7V3H3v4zm10.5 6.5H11V15h4v-4h-1.5v2.5zM11 3v1.5h2.5V7H15V3h-4z'/></svg>");
        background-size: 20px 20px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .button_fullscreen--off {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path d='M3 12.5h2.5V15H7v-4H3v1.5zm2.5-7H3V7h4V3H5.5v2.5zM11 15h1.5v-2.5H15V11h-4v4zm1.5-9.5V3H11v4h4V5.5h-2.5z'/></svg>");
    }
}
.deconnect {
    margin-top: 1.5em;
}
.deconnect__btn {
    font-size: .85em;
    color: var(--coul_2);
    text-decoration: none;
    border-bottom: 1px solid var(--coul_2);
    transition: all ease .3s;
}
.deconnect__btn:hover {
    color: var(--coul_princip);
    border-bottom-color: var(--coul_princip);
}

/*VUE 360 TOURNANTE*/
.v360__content {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.v360__aerien {
    transition: all ease .3s;
    transform-origin: bottom center;
}
.v360__etages {
    position: absolute;
    z-index: 500;
    bottom: 0;
    left: 0;
}
.v360__etageslab {
    display: block;
    --max: 20;
    --min: 16;
    font-size: var(--responsive);
    font-weight: 500;
    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;
}
.v360__etageslab sup {
    font-size: .75em;
    line-height: 1em;
    vertical-align:super;
}
.v360__etageslab--aerien {
    text-transform: uppercase;
}
.v360__etageslab:hover {
    background-color: rgba(255,255,255,1);
}
.v360__etagesradio {
    position: absolute;
    left: -999em;
    visibility: hidden;
    height: 0;
    width: 0;
    transform: scale(0);
}
.v360__etagesradio:checked + label {
    background-color: var(--coul_princip);
    color: #fff;
}
.v360_types {
    position: absolute;
    z-index: 500;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
}
.v360_types.mask {
    visibility: hidden;
}
.v360__apptypeslab {
    margin: 0;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    text-decoration: none;
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    
    position: relative;
    /*display: inline-block;*/
    --max: 25;
    --min: 20;
    font-size: var(--responsive);
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255,255,255,.7);
    color: #fff;
    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;
}
.iscoched .v360__apptypeslab {
    background-color: rgba(0,0,0,.5);
}
.v360__apptypeslab--t1 {
    background-color: var(--coulT1__op);
}
.v360__apptypeslab--t1:hover, .v360__apptypeslab--checked.v360__apptypeslab--t1 {
    background-color: var(--coulT1);
}
.v360__apptypeslab--t2 {
    background-color: var(--coulT2__op);
}
.v360__apptypeslab--t2:hover, .v360__apptypeslab--checked.v360__apptypeslab--t2 {
    background-color: var(--coulT2);
}
.v360__apptypeslab--t3 {
    background-color: var(--coulT3__op);
}
.v360__apptypeslab--t3:hover, .v360__apptypeslab--checked.v360__apptypeslab--t3 {
    background-color: var(--coulT3);
}
.v360__apptypeslab--t4 {
    background-color: var(--coulT4__op);
}
.v360__apptypeslab--t4:hover, .v360__apptypeslab--checked.v360__apptypeslab--t4 {
    background-color: var(--coulT4);
}
.v360__apptypeslab--t5 {
    background-color: var(--coulT5__op);
}
.v360__apptypeslab--t5:hover, .v360__apptypeslab--checked.v360__apptypeslab--t5 {
    background-color: var(--coulT5);
}

.v360 {
    width: 100%;
    height: 58.9vw; /* 968/1643 */
    overflow-y: hidden;
    overflow-x: hidden;
    transition: transform .3s ease;
}
@media (min-width: 640px) {
    .v360 {
        height: 100vh;
    }
}
.v360.chargement {
    visibility: hidden;
}
.progress__cont {
    display: none;
    position: absolute;
    z-index: 50;
    left: 50%;
    top: 50%;
    width: 40vw;
    margin-left: -20vw;
    margin-top: -.75em;
    height: 1.5em;
    background-color: #999;
}
.progress__cont.show {
    display: block;
}
.progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #000;
}
.progress__value {
    position: absolute;
    top: 2em;
    font-size: 1em;
    font-weight: 700;
    margin-left: -1em;
}


.v360__chargement {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v360__chargement.show {
    display: block;
}
.v360__chargement__bg {
    filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../medias/maquette360_R1/420/1.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.chargement__txt {
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc( 50% - 120px );
}
.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;
}
.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;
}
.v360__img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}
@media (min-width: 640px) {
    .v360img {
        cursor: url(../img/cursor_360.png) 32 0, auto;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        transform: translate(-50%,-50%);
    }
}
.drag .v360img {
    cursor: url(../img/cursor_360_2.png) 32 0, auto;
}
.v360img__info {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v360img__info span {
    display: inline-block;
    position: absolute;
    transform-origin: bottom center;
    transform: translateX(-50%) translateY( calc( -50% - 20px ) );
    
    --max: 16;
    --min: 12;
    font-size: var(--responsive);
    color: #fff;
    background-color: rgba(0,0,0,.75);
    padding: .25em .5em;
}
.v360img__info span::after {
    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%;
    
}
.masq {
    visibility: hidden;
}
.v360img svg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media (min-width: 640px) {
    .v360img svg {
        /*
        width: auto;
        height: 100vh;
        */
        width:100vw;
        height: auto;
    }    
}
.v360__img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    transition: opacity ease .1s;
}
@media (min-width: 640px) {
    .v360__img {
        width: 100vw;
        height: auto;
        /*
        width: auto;
        height: 100vh;
        */
    }    
}
.v360appart, .v360img svg path {
    cursor: pointer;
    transition: fill ease .5s;
}
.v360img svg path.T1 {
    fill: var(--coulT1__op);
}
.v360img svg path.T1:hover {
    fill: var(--coulT1);
}
.v360img svg path.T2 {
    fill: var(--coulT2__op);
}
.v360img svg path.T2:hover {
    fill: var(--coulT2);
}
.v360img svg path.T3 {
    fill: var(--coulT3__op);
}
.v360img svg path.T3:hover {
    fill: var(--coulT3);
}
.v360img svg path.T4 {
    fill: var(--coulT4__op);
}
.v360img svg path.T4:hover {
    fill: var(--coulT4);
}
.v360img svg path.T5 {
    fill: var(--coulT5__op);
}
.v360img svg path.T5:hover {
    fill: var(--coulT5);
}
.v360img svg path.mask {
    fill: rgba(0,0,0,.5);
}
.v360img svg path.nondispo {
    fill: rgba(255,255,255,.5);
}
.v360info {
    
}
.v360info__bulle {
    transform-origin: bottom center;
    display: none;
    position: fixed;
    z-index: 30;
    top: calc( var(--mouse-y) - 20px );
    left: calc( var(--mouse-x) + 40px );
    background-color: #fff;
    color: var(--coul_princip);
    padding: 1em;
    opacity: 0;
    transition: opacity ease .9s;
    transition-delay: .3s;
}
.v360info__bulle:after {
    position: absolute;
    top: 11px;
    left: -11px;
    content: "";
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 10px solid transparent;
    border-right : 16px solid #fff;
    border-bottom : 10px solid transparent;
}
.v360info__bulle.show {
    display: block;
    animation: fadeIn .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /*opacity: 1;*/
}
.v360info__ref {
    --max: 15;
    --min: 12;
    font-size: var(--responsive);
    color: var(--coul_2);
}
.v360info__det {
    --max: 20;
    --min: 16;
    font-size: var(--responsive);
}
.v360info__voir {
    margin-top: .75em;
    --max: 13;
    --min: 11;
    font-size: var(--responsive);
    text-transform: uppercase;
    color: var(--coul_2);
    position: relative;
}
.v360info__voir::after {
    content: "";
    position: absolute;
    right: 0;
    top: -.1em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 19'><path d='M15,5.43A4.07,4.07,0,1,1,10.91,9.5,4.07,4.07,0,0,1,15,5.43' style='fill:%23959595'/><path d='M15,0C6.82,0,0,8.82,0,9.5S6.82,19,15,19s15-8.82,15-9.5S23.18,0,15,0m0,16.28A6.78,6.78,0,1,1,21.82,9.5,6.77,6.77,0,0,1,15,16.28h0' style='fill:%23959595'/></svg>");
    width: 30px;
    height: 19px;
    background-size: 30px 19px;
    transition: background-image .3s ease;
}

@keyframes fadeIn {
    from {
        transform: translateX(1em);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.btnfs__content {
    display: none;
    position: fixed;
    z-index: 2000;
    right: 3px;
    top: 3px;
    --max: 40;
    --min: 25;
    width: var(--responsive);
    height: var(--responsive);
}
@media (min-width: 1100px) {
    .btnfs__content.show {
        display: block;
    }
}
.btnctrl {
    margin:0;
    padding: 0;
    line-height: 1;
    border-radius:0;
    text-decoration: none;
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    transition: ease .3s background-color;
}
.btnctrl:hover {
    background-color: var(--coul_2);
}
.btnctrl:disabled {
    opacity: .35;
}
.btnctrl:disabled:hover {
    background-color: rgba(0,0,0,.70);
}
.btnctrl svg {
    padding: .5em;
    --max: 40;
    --min: 25;
    width: var(--responsive);
    height: var(--responsive);
}
.embed .btnctrl svg {
    width: 3em;
    height: 3em;
    padding: .5em;
}
.btnctrl--toggle svg:nth-child(2) {
    display: none;
}
.fullscreen .btnctrl--toggle svg:nth-child(1) {
    display: none;
}
.fullscreen .btnctrl--toggle svg:nth-child(2) {
    display: block;
}
@media (min-width: 1100px) {
    .fullscreen .logo {
        position: absolute;
    }
    .fullscreen .main {
        margin-left: 0;
    }
    .fullscreen .navleft, body.menu-active.fullscreen .navleft {
        left: -15.625%;;  
    }
}
@media (max-width: 700px) {
    #toggleFS {
        display: none;
    }
    .embed .btnfs__bt svg {
        width: 2em;
        height: 2em;
    }
}
.vue360__ctrl {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 3px;
    bottom: 3px;
    text-align: right;
    max-width: 50px;
}
.vue360__ctrl.show {
    display: inline-block;
}

.popup__cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.popup__cont.show {
    display: block;
}
.popup {
    opacity: 0;
    position: absolute;
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    /*top: 3.125vw;
    left: 3.125vw;
    right: 3.125vw;*/
    bottom: 0;
    height: 100%;
    background-color: #fff;
    /*padding: 3.3333%;
    padding-top: 0;*/
    transition: opacity .5s ease;
}
.embed .popup {
    top: 4.6875vw;
    left: 4.6875vw;
    right: 4.6875vw;
}
.popup.show {
    opacity: 1;
}
.popup__btn {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    
    position: absolute;
    z-index: 2500;
    left: calc( 3.125vw - 1em );
    top: calc( 3.125vw - 1em );
    padding: 1em;
}
.popup__btn svg path {
    fill: var(--coul_princip);
    transition: fill ease .3s;
}
.popup__btn:hover svg path {
    fill: var(--coul_2);
}
.popup__btn svg {
    width: 40px;
    height: 40px;
}
#modalfichcontenu, .modalcontenu  {
    width: 100%;
    height: 100%;
}
.fichapp {
    overflow-y: scroll;
    position: absolute;
    z-index: 2000;
    width: 100%;
    /*height: 93.7%;*/
    height: 96.875%;
    padding: 3.3333%;
}
.fichapp__1 {
    padding-top: 4em;
}
.fichapp__2 {
    margin-top: 3em;
}
@media (min-width: 900px) {
    .fichapp {
        display: -ms-flexbox;
        display: flex;
    }
    .fichapp__1 {
        width: 20%;
        /*position: sticky;*/
        padding-top: 8em;
    }
    .fichapp__2 {
        margin-top: 0;
        width: 80%;
        padding-left: 3.3333%;
    }
    .fichapp__2__marg {
        padding-bottom: 6.6666%;
    }
}
@media (min-width: 1300px) {
    .fichapp__1 {
        width: 18%;
    }
    .fichapp__2 {
        width: 82%;
    }
}
@media (min-width: 1500px) {
    .fichapp__1 {
        width: 15%;
    }
    .fichapp__2 {
        width: 85%;
    }
}
/*
@media (min-width: 1200px) and (min-height: 700px) {
    .fichapp__1 {
        position: fixed;
        left: 3.3333%;
        top: 4em;
    }
    .fichapp__2 {
        margin-left: 23.33%;
    }
}
*/
.fichapp__ref {
    color: var(--coul_2);
    --max: 20;
    --min: 16;
    font-size: var(--responsive);
}
.fichapp__typ {
    color: var(--coul_2);
    --max: 25;
    --min: 20;
    font-size: var(--responsive);
}
.fichapp__elt__cont {
    margin-top: 1em;
}
.fichapp__elt {
    --max: 25;
    --min: 20;
    font-size: var(--responsive);
    font-weight: 400;
    line-height: 1.4;
    margin-top: .25em;
}
.fichapp__elt span {
   font-weight: 700;
}
.fichapp_planarchi {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}
.fichapp_planarchi img {
    max-height: 85vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    image-rendering: -webkit-optimize-contrast;
}
.fichapp_planaxo {
    padding-bottom: 6em;
    text-align: center;
}
.fichapp_planaxo img {
    max-height: 95vh;
    width: auto;
}
.fichapp_pdf {
    padding-bottom: 6em;
    text-align: center;
}
@media (min-width: 960px) {
    .fichapp_pdf {
        padding-bottom: 0;
        position: fixed;
        z-index: 30;
        bottom: 4vw;
        right: 3.333%;
        /*mix-blend-mode: multiply;*/
    }
}


.fichapp__partager {
    margin-top: 3em;
}
.fichapp__partager__tit {
    --max: 25;
    --min: 20;
    font-size: var(--responsive);
    font-weight: 400;
}
.fichapp__partager__lien {
    margin-top: .5em;
}
.fichapp__partager__lien a {
    position: relative;
    --max: 20;
    --min: 18;
    font-size: var(--responsive);
    text-decoration: none;
    border-bottom: 1px solid var(--coul_princip);
}
.txtcopie {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 26px;
    text-align: center;
    opacity: 0;
    transform: translateY(0);
    transition: all .5s;
}
.copie .txtcopie {
  opacity: 1;
  transform: translateY(-1.5em);
}
.fichapp__partager__rs {
    margin-top: 1em;
}
.fichapp__partager__rsitem {
    text-decoration: none;
    padding-right: .5em;
}
.fichapp__partager__rsitem svg {
    --max: 50;
    --min: 40;
    width: var(--responsive);
    height: var(--responsive);
}
.bouton {
    font-family: var(----main-font);
    display: inline-block;
    margin-top: 1.5em;
    --max: 20;
    --min: 17;
    font-size: var(--responsive);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    padding: .6em 1.25em .5em 1.25em;
    color: #fff;
    background-color: var(--coul_princip);
    border: none;
    -webkit-appearance: none;
    appearance: none;
    transition-property: color, background-color;
    transition-duration: .3s,.3s;
    transition-timing-function: ease;
}
.bouton--rd {
    border-radius: 1.5em;
    padding: .85em 1.25em .75em 1.25em;
}
.bouton:hover {
    background-color: var(--coul_2);
}
.bouton--pdf {
    position: relative;
    border: 2px solid #959595;
    background-color: #fff;
    color: #959595;
    padding-left: 3.25em;
}
.bouton--pdf::before {
    content: "";
    position: absolute;
    left: 1.25em;
    top: .75em;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M13.93,1.07V19.92L7.19,13.18A1.07,1.07,0,0,0,5.68,14.7l8.56,8.56h0l0,0,0,0,0,0,.05,0,0,0,0,0h0l0,0h.05l.05,0h0l.05,0h.53l.07,0,.06,0,.06,0h0l.08,0h0l.06,0,.05,0,.07-.06h0a.1.1,0,0,0,0,0l8.55-8.55a1.07,1.07,0,0,0-.75-1.84h0a1,1,0,0,0-.73.32l-6.74,6.74V1.08A1.07,1.07,0,0,0,15,0h0A1.07,1.07,0,0,0,13.93,1.07Z' fill='%23969696'/%3E%3Cpolygon points='15.4 23.5 15.39 23.5 15.39 23.5 15.4 23.5' fill='%23969696'/%3E%3Cpath d='M30,28.93h0a1.07,1.07,0,0,0-1.07-1.06H1.07A1.07,1.07,0,0,0,0,28.92H0A1.07,1.07,0,0,0,1.07,30H28.93A1.07,1.07,0,0,0,30,28.93Z' fill='%23969696'/%3E%3C/svg%3E");
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
    transition: background-image ease .3s;
}
.bouton--pdf:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M13.93,1.07V19.92L7.19,13.18A1.07,1.07,0,0,0,5.68,14.7l8.56,8.56h0l0,0,0,0,0,0,.05,0,0,0,0,0h0l0,0h.05l.05,0h0l.05,0h.53l.07,0,.06,0,.06,0h0l.08,0h0l.06,0,.05,0,.07-.06h0a.1.1,0,0,0,0,0l8.55-8.55a1.07,1.07,0,0,0-.75-1.84h0a1,1,0,0,0-.73.32l-6.74,6.74V1.08A1.07,1.07,0,0,0,15,0h0A1.07,1.07,0,0,0,13.93,1.07Z' fill='%23fff'/%3E%3Cpolygon points='15.4 23.5 15.39 23.5 15.39 23.5 15.4 23.5' fill='%23fff'/%3E%3Cpath d='M30,28.93h0a1.07,1.07,0,0,0-1.07-1.06H1.07A1.07,1.07,0,0,0,0,28.92H0A1.07,1.07,0,0,0,1.07,30H28.93A1.07,1.07,0,0,0,30,28.93Z' fill='%23fff'/%3E%3C/svg%3E");
}
.bouton--pdf:hover {
    color: #fff;
}
.mentions__cont {
    overflow-y: scroll;
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 96.875%;
    padding: 5em 6.25% 6.25% 6.25%;
}
@media (min-width: 960px) {
    .mentions__cont {
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
}
.nolink {
    text-decoration: none;
}
.mw960 {
    max-width: 960px;
}