@font-face {
    font-family: "Roboto-Bold";
    src: url('../assets/fonts/ROBOTO-BOLD.TTF');
}

@font-face {
    font-family: "Roboto-Light";
    src: url('../assets/fonts/ROBOTO-LIGHT.TTF');
}

/* RStats */
.rs-base {
    color: wheat;
}

.close-rstat {
    display: block;
    text-align: center;
    height: 12px;
    background-color: white;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
}

.close-rstat a {
    text-decoration: none;
    color: black;
    font-family: 'Roboto-Bold';
}

.close-rstat p {
    margin: 0;
    padding: 0;
}




html,
body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Roboto-Bold";
    width: 100%;
    height: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

ol li {
    margin-right: 44px;
    position: relative
}

ol li:before {
    counter-increment: numList;
    content: counter(numList);

    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 18px;

    width: 18px;
    height: 18px;
    background: rgb(255, 174, 0);

    -moz-border-radius: 999px;
    border-radius: 999px
}






























div#intro-img {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #18798b;
}
div#ctr-home, div#ctr-chiffres, div#ctr-chiffres2, div#ctr-concepts, div#ctr-concepts2 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
}
div#ctr-chiffres, div#ctr-chiffres2, div#ctr-concepts, div#ctr-concepts2 {
    display: none;
}
div#intro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: scale-down; */
}
.btM {
    display: block;
    width: 200px;
    height: 30px;
    /* background-color: aliceblue; */
    /* opacity: 0.5; */
    position: fixed;
}
#ctr-bulle {
    display: none;
    position: fixed;
}
#bg-preloader {
    background-color: white;
    width: 100%;
    height:18%;
}






























#debug {
    display: none;
}

#ctr-overflow {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

canvas {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
}

h2,
h3 {
    font-family: "Roboto-Light";
}

.light {
    font-family: "Roboto-Light";
}

.bold {
    font-family: "Roboto-Bold";
}

#detail-infos .infos img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
}

h4#problem {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    text-align: center;
    font-size: 20px;
}


/* ***************************************************************************** */
/* ***************************************************************************** */
/* ***************************************************************************** */
#logo {
    /* display: none; */
    position: absolute;
    width: 9.7%;
    top: 15px;
    /* top: calc(6% - 24px);; */
    left: -200px;
}

#logo img {
    width: 100%;
}

#logo img.back {
    position: absolute;
    /* top: -24px; */
    top: 27px;
    width: 120px;
    left: -140px;
}


div#bt-help {
    pointer-events: all;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 160px;
    left: -80px;
}

div#bt-help:hover .st0 {
    fill: #f6a70b
}

div#bt-help img {
    width: 100%;
}

.st0 {
    fill: #fff;
}

div#ctr-help {
    position: fixed;
    width: 620px;
    height: 460px;
    background-color: #555555ee;
    padding: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
div#ctr-help div {
    position: relative;
    border: solid 1px #ffffff44;
}
div#ctr-help img {
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom:110px;
    margin: auto;
}
div#ctr-help img#img-wheel {
    top: 20px;
}
div#ctr-help img#img-click {
    top: 30px;
}
div#ctr-help img#img-center {
    width: 200px;
    top: 20px;
}
div#ctr-help img#img-reseau {
    width: 160px;
}
div#ctr-help p {
    text-align: center;
    color: #fff;
    padding: 20px 20px 10px 20px;
    margin-top: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.tippy-box[data-theme~='blue'] {
    background-color: rgb(47, 189, 196);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
}

.tippy-box[data-theme~='blue'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: rgb(47, 189, 196);
}

.tippy-box[data-theme~='blue'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: rgb(47, 189, 196);
}
.alignRight {
    text-align: right;
}

/* ***************************************************************************** */
/* ***************************************************************************** */
/* ***************************************************************************** */
#ctrl-ui {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;

    pointer-events: none;

    overflow: hidden;
}

#listes {
    position: absolute;
    right: 0;
    bottom: 120px;
}

.bt-list {
    width: 46px;
    height: 46px;
    position: relative;
    padding: 5px;
    background-color: #333;
    margin-bottom: 5px;
    border-radius: 10px 0 0 10px;

    pointer-events: all;
    cursor: pointer;
}
div#bt-list-scenarios {
    background-color: rgb(47, 189, 196);
}
.bt-list img {
    height: 36px;
    /* width: auto; */

    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bt-list:hover {
    background-color: white;
}

.bt-list:hover img {
    /* opacity: 0.5; */
    filter: invert(1);
    /* height: 40px; */
}

#bt-close-list {
    width: 30px;
    height: 30px;
    border-radius: 0 10px 10px 0;
    margin-left: -64px;
    display: none;
}

#bt-close-list img {
    height: 24px;
}

#bt-reinit {
    pointer-events: all;
    cursor: pointer;
    background-color: #555;
    width: 240px;
    height: 44px;
    border-radius: 10px;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    left: calc((100vw - 180px) * 0.5);
    text-align: center;
    padding-top: 14px;
}

#bt-reinit a {
    color: white;
    text-decoration: none;
}

#bt-reinit:hover {
    background-color: white;
}

#bt-reinit:hover a {
    color: #555;
}

/* ***************************************************************************** */
/* ***************************************************************************** */
/* ***************************************************************************** */
.list {
    position: absolute;
    right: 0;
    bottom: 40px;
    background-color: #333;
    color: white;
    overflow: hidden;
    pointer-events: all;
}

.list h2,
.list h3 {
    font-family: 'Roboto-Bold';
    font-size: 30px;
}

.list h3 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 0;
}

.list ul {
    margin-block-start: 0;
    padding-left: 0px;
}

li.li-list {
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px 10px 20px;
    list-style-type: none;
    color: #ccc;

    cursor: pointer;
}

li.li-list:hover {
    color: #fff;
}

.list ul a {
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

li.li-list div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ctrScrollView {
    overflow: hidden;
    transform: translateZ(0);
}

.drag {
    transform: translateZ(0);
    /* position: absolute; */
}

/* ***************************************************************** */

div#list-batis {
    width: 260px;
    height: 60%;

    border-radius: 12px;
    margin-right: -260px;
}

#list-batis img.img-header {
    width: 66%;
    padding: 20px 20px 0 20px;
}

#list-batis img.icon-see {
    width: 20px;
    padding: 3px 0 0 0;
    /* position: absolute; */
    right: 20px;
}

/* ***************************************************************** */
div#list-is {
    width: 320px;
    height: 60%;
    border-radius: 12px;
    margin-right: -320px;
    /* opacity: 0.6; */
    color: #fff;
}

div#list-is li.li-list {
    color: #fff;
    margin-bottom: 0;
    border-bottom: solid 1px #333;
}

#list-is img.img-header {
    width: 89%;
    padding: 22px 20px 0 20px;
}

#list-is img.icon-info {
    width: 40px;
    padding: 0 0 0 0;
}

#list-is img.icon-info {
    width: 20px;
    right: 20px;
}

.ctr-icon-is {
    width: 50px;
}

.ctr-title {
    width: calc(100% - 70px);
    opacity: 0.7;
}
.ctr-title:hover {
    opacity: 1.0;
}
#list-batis .ctr-title {
    width: calc(100% - 20px);
}

.ctr-icon-info {
    width: 20px;
}


/* ***************************************************************** */
div#list-scenarios {
    width: 260px;
    height: 430px;
    border-radius: 12px;
    margin-right: -260px;
    color: #fff;
    background-color: transparent;
}

div#list-scenarios li.li-list {
    color: #fff;
    margin-bottom: 0;
    border-bottom: 0;
}

#list-scenarios h6 {
    font-size: 14px;
    font-family: 'Roboto-Light';
    margin-bottom: 0;
}

#list-scenarios h1 {
    font-size: 30px;
    margin-bottom: 0;
}

#list-scenarios p {
    font-family: 'Roboto-Light';
    margin-top: 6px;
    margin-bottom: 20px;
}

#list-scenarios a {
    background-color: white;
    padding: 10px 20px;
    border-radius: 6px;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#list-scenarios a[href="#scenario1"], #list-scenarios a[href="#dataviz1"] {
    color: #2FBDC4;
}

#list-scenarios a[href="#scenario2"] {
    color: #EC953C;
}

#list-scenarios a[href="#scenario3"] {
    color: #BD34C9;
}



/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */
#detail {
    position: absolute;
    color: white;
    height: 100vh;
    width: 500px;
    right: -560px;
    pointer-events: none;
}

#detail h1 {
    position: absolute;
    right: 60px;
    text-align: right;
    font-size: 44px;
    width: 100%;
    bottom: 180px;
    text-shadow: 1px 1px 5px rgb(131, 131, 131);
}

#getMore {
    pointer-events: all;
    cursor: pointer;

    background-color: #333;
    width: 240px;
    height: 44px;
    border-radius: 10px;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    position: absolute;
    bottom: 120px;
    right: 60px;
    text-align: center;
    padding-top: 14px;

    color: white;
    text-decoration: none;
}

#detail a img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 80px;
    right: 80px;
    left: auto;
    pointer-events: all;
    cursor: pointer;
}


/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */
#detail-infos {
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: -100vw;
    color: white;
    overflow-y: scroll;
}

#fixed-ctr-close {
    position: fixed;
    margin-top: 80px;
    margin-left: calc(100vw - 120px);
}

#fixed-ctr-icon {
    position: fixed;
    margin-top: calc(8% + 30px);
    margin-left: 10%;
}

#detail-infos img {
    position: absolute;
    /* width: 80px; */
    height: 70px;
    /* top:16%; */
    /* left:10%; */
}

#detail-infos .col-g {
    position: fixed;
    margin-left: 10%;
    margin-top: calc(8% + 80px);
    width: 30%;
    /* height: 100vh; */
    display: inline-block;
    /* background-color: rgba(255, 255, 255, 0.2); */
}

#detail-infos h1 {
    font-size: 3.55vw;
    margin-bottom: 0;
}

#detail-infos p.accroche {
    font-size: 3.5vh;
    margin-top: 20px;
    font-family: 'Roboto-Light';
}

#detail-infos .col-d img {
    width: 100%;
    position: relative;
    height: auto;
}

#detail-infos .col-d p img {
    margin-top: 20px;
    margin-bottom: 20px;
}

#detail-infos .col-d {
    position: absolute;
    margin-left: 10%;
    margin-top: 5%;
    left: 32%;
    width: 47%;
    max-width: 700px;
    /* height: 100vh; */
    display: inline-block;
    /* background-color: rgba(255, 255, 255, 0.2); */

}

#detail-infos p.infos-detail {
    display: block;
    position: absolute;
    font-size: 24px;
    margin-bottom: 120px;
}

#detail-infos a img {
    width: 40px;
    height: 40px;
    /* top:80px; */
    /* right:80px; */
    /* left: auto; */
}










/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */
#intro {
    /* display: none; */

    width: 100%;
    height: 100%;
    position: relative;
    /* background-color: white; */
    /* overflow: hidden; */
}

.ctr-intro {
    position: relative;
    width: 100%;
    height: 100%;
}

#home {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* overflow: hidden; */
}

.ctr-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#intro .img-full-center {
    height: 100%;
    position: absolute;
    margin: auto;
    top: -8vh;
}

img#bloc-blanc {
    position: absolute;
    bottom: -2px;
    width: 100%;
    min-width: 900px;
    right: 0;
}

img#bloc-h {
    height: 40%;
    position: absolute;
    margin: auto auto auto 77px;
    top: 40vh;
}

img#logo-home {
    position: absolute;

    width: 100%;
    max-width: 380px;

    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

div#bts-start {
    position: absolute;
    width: 310px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -160px;
}

.bt-start {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    width: 100%;
    background-color: orange;
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 12px;
    font-size: 24px;
    margin-left: -14px;
}

.bt-start:hover {
    transform: scale(1.02);
}

div#preloader {
    position: absolute;
    width: 400px;
    height: 5px;
    right: 0px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
}

div#bar-bg-preloader {
    width: 100%;
    height: 100%;
    background-color: #555;
    position: absolute;
    border-radius: 3px;
}

div#bar-preloader {
    width: 0%;
    height: 100%;
    background-color: #2396fb;
    position: absolute;
    border-radius: 3px;
}

p#infos-preloader {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -45px;
    color: #2396fb;
}


/* ******************************************************************************************************* */
/* ******************************************************************************************************* */
/* ******************************************************************************************************* */
#chiffres {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    overflow: hidden;
    transform: translate(0%, 0px);
}

img.back {
    position: absolute;
    top: 45px;
    left: -20px;
    width: 120px;
}

img.img1-home-chiffres {
    position: absolute;
    width: 100%;
}

img.img2-home-chiffres {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

img#logo-chiffres {
    position: absolute;
    width: 230px;
    right: 40px;
    top: -1vw;
}

h6.title-chiffres {
    position: absolute;
    color: white;
    font-size: 60px;
    margin-left: 106px;
    margin-top: calc(25vh - 80px);
}

.bandeaux {
    position: absolute;
    top: 25%;
    width: 100%;
}

.bandeau {
    position: absolute;
    height: 320px;
}

.bandeau h3 {
    font-size: 24px;
    color: white;
    opacity: 0.5;
    text-transform: uppercase;
    position: absolute;
    transform: rotate(-90deg);
    top: 118px;
}

div#bandeau-intro {
    width: 100%;
    background-color: #18798B;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

div#bandeau-intro p {
    width: 980px;
    font-size: 29px;
    color: white;
    margin-left: 110px;
    margin-top: 55px;
}

div#bandeau-intro p.light {
    font-size: 26px;
    margin-top: 20px;
}

#bandeau-intro h3 {
    left: -48px;
}

div#bandeau-result {
    width: 110%;
    background-color: #F6A70C;
    left: calc(100% - 85px);
    /* Jusqu'à 76px*/
}

div#bandeau-result img {
    height: 92%;
    margin-top: 21px;
    margin-left: 110px;
}

#bandeau-result h3 {
    left: -80px;
}

#bandeau-intro:hover h3,
#bandeau-result:hover h3 {
    opacity: 1.0;
}

#slides-concepts p.result-c2 {
    background-color: #6db600;
    padding: 7px 14px;
    width: fit-content;
    font-family: 'Roboto-Bold';
    font-size: 24px;
}

p.experienceKeys,
p.experience3D,
#slides-concepts p.experience3D {
    margin-top: 0;
    font-family: 'Roboto-Bold';
    margin-left: 0;
    width: 100%;
}

.bts-chiffres {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    top: calc(25vh + 320px + 40px);
    ;
}

.bts-chiffres div {
    display: inline-block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #18798B;
    font-size: 30px;
}

.bts-chiffres div:hover {
    color: white;
}

.bts-chiffres div:hover img {
    transform: scale(1.02);
}

.bts-chiffres .over-img {
    height: 130px;
    overflow: hidden;
}

.bts-chiffres img {
    width: 80%;
}

div#bt-3D {
    float: right;
}


#slides-concepts {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    background-color: #18798B;
    color: white;
    overflow: hidden;
}

#slides-concepts p,
#slides-concepts li {
    font-family: 'Roboto-Light';
    font-size: 20px;
    margin-bottom: 6px;
    margin-left: 20px;
}

#slides-concepts ol {
    border-left: solid 4px orange;
}

#slides-concepts h2 {
    font-family: 'Roboto-Bold';
    font-size: 30px;
    margin-left: 40px;
}

#slides-concepts h2:before {
    content: "";
    width: 26px;
    height: 39px;
    display: inline-block;
    background: url(../assets/images/intro/puce-h2-concept.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 24px;
    left: 0;
}

.ctr-concept {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#ctr-concept1 {
    left: 0;
}

#ctr-concept2 {
    left: 100%;
}

#ctr-concept-base {
    pointer-events: none;
}

#ctr-concept-base a {
    pointer-events: all;
}

.concept1,
.concept2 {
    position: absolute;
    width: 60%;
    /* max-width: 800px; */
    height: 100%;
    top: calc(25vh + 6px);
    left: 108px;
}

div#under-title {
    position: absolute;
    width: 420px;
    height: 1px;
    background-color: white;
    top: calc(25vh + 6px);
    left: 50px;
    opacity: 0.3;
}

img#prev-slide-i {
    display: none;
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transform: scaleX(-1);
    left: -36px;
    opacity: 0.5;
}

img#next-slide-i {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -36px;
    opacity: 0.75;
}

img#prev-slide-i:hover,
img#next-slide-i:hover {
    opacity: 1.0;
}

div#bt-3D-concept {
    position: absolute;
    width: 170px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 22px;
    right: 80px;
    bottom: 50px;
}

div#bt-3D-concept:hover {
    transform: scale(1.05);
}

#slides-concepts .over-img {
    height: 106px;
    overflow: hidden;
    margin-bottom: 5px;
}

#slides-concepts .over-img img {
    width: 80%;
}

img#c1-dash {
    position: absolute;
    width: 458px;
    top: -250px;
    right: 150px;
}

img#c1-call {
    position: absolute;
    width: 160px;
    top: 70px;
    right: 304px;
}

img#c1-call:hover,
img#c1-over:hover {
    transform: scale(1.05);
}

img#c1-over {
    display: none;
    opacity: 0.0;
    position: absolute;
    width: 500px;
    top: 30px;
    right: 220px;
}

img#c2-img {
    position: absolute;
    width: 458px;
    top: -266px;
    right: -30px;
}

img#c2-illus {
    position: absolute;
    width: 160px;
    top: 70px;
    right: 410px;
}


/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */
#scenario1 {
    /* display: none; */

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 204, 0);
    color: white;

    opacity: 0.0;
    pointer-events: none;
}


#scenario1 .col-g {
    /* display: none; */

    position: relative;
    display: inline-block;
    width: calc(47% - 14.6%);
    height: 100%;
    padding: 4.25% 0px 20px 14.6%;
}

#scenario1 .subtitle {
    font-size: 18px;
    font-family: "Roboto-Light";
    width: 100%;
}

#scenario1 h1 {
    font-size: 3.15vw;
    width: 100%;
    margin-top: 0;
    ;
    margin-bottom: 0;
}

#scenario1 .accroche {
    font-size: 1.77vw;
    width: 100%;
    margin-top: 20px;
    margin-left: -80px;
    padding-left: 16px;
    border-left: solid 1px white;
}

#scenario1 h5 {
    font-size: 30px;
    font-family: "Roboto-Light";
    width: 100%;
}


#scenario1 .col-d {
    /* display: none; */

    position: relative;
    display: inline-block;
    width: calc(38% - 14.6%);
    height: 100%;
    padding: 86px 14.6% 20px 0px;
    vertical-align: top;
}

.slide,
.slide2 {
    font-size: 36px;
    position: absolute;
    transform: translate(0, 100vh);
    opacity: 0;
}

.slide2 {
    color: rgb(245, 204, 0);
}

.slide2 ol {
    margin-top: 0px;
}

.slide2 li {
    margin-top: 10px;
}
div#slide-2-7 li {
    font-size: min(4vh, 32px);
}
.vignette {
    font-size: 18px;
    font-family: 'Roboto-Light';
    display: inline-block;
    text-align: center;
    width: 26%;
}

.vignette img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vignette span.number {
    display: block;
    font-family: 'Roboto-Bold';
    font-size: 32px;
}

#scenario1 .infos {
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    background-color: rgba(85, 85, 85, 0.8);
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
    transform: scale(1.0);
    transform-origin: right top;
}

#scenario1 .bar-chart {
    display: inline-block;
    text-align: center;
    padding-right: 12px;
}

#scenario1 .bar {
    width: 120px;
    height: 9px;
    border: solid 1px;
    margin-left: auto;
    margin-right: auto;
}

#scenario1 .bar-fill {
    background-color: white;
    width: 0%;
    height: 100%;
}

#scenario1 p.type {
    font-size: 14px;
    font-family: 'Roboto-Light';
    margin-bottom: 0;
}

#scenario1 p.value {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

#h-barre {
    height: 10px;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

#h-cursor {
    background-color: white;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 2px;
    pointer-events: all;
    cursor: pointer;
}

.data-viz {
    display: none;
}

#controls {
    position: absolute;
    width: 128px;
    pointer-events: all;
    margin-top: 0.5vh;
}

#controls img {
    display: inline-block;
    width: 40px;
    filter: invert(1);
    opacity: 0.5;
}

#controls img:hover {
    opacity: 1.0;
}

#controls #prev-control {
    transform: scale(-0.8, 0.8);
}

#controls #next-control {
    transform: scale(0.8, 0.8);
}

div#phrase-info {
    width: 400px;
    margin-top: 10px;
    font-size: 20px;
    border-top: solid 1px #ffffff44;
    padding-top: 20px;
    padding-bottom: 10px;
}

div#legendes {
    position: absolute;
    bottom: -100px;
    font-size: 13px;
    left: 30px;
}
div#legendes img {
    height: 11px;
    display: inline-block;
    margin-top: 0px;
}
div#legendes p {
    display: inline-block;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

p.legend {
    font-family: 'Roboto-Light';
    font-size: 14px;
    margin-top: -20px;
}

.navigation-scenario1 {
    position: absolute;
    top: 0;
    right: 3vw;
    width: 100px;
    height: 100%;
    opacity: 0.5;
}

.navigation-scenario1 img {
    pointer-events: all;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.navigation-scenario1 img.phase1 {
    filter: invert(1);
}

.navigation-scenario1 img.phase2 {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(28deg) brightness(244%) contrast(97%);
}

.navigation-scenario1:hover {
    opacity: 1.0;
}

.bt-close-scenario {
    position: absolute;
    top: 40px;
    left: 40px;
    pointer-events: all;
    opacity: 0.5;
}

.bt-close-scenario:hover {
    opacity: 1.0;
}








@media(max-height:740px) {
    .bandeau {
        height: 260px;
    }

    .bandeau h3 {
        font-size: 21px;
        top: 98px;
    }

    .bts-chiffres {
        top: calc(25vh + 260px + 40px);
        ;
    }

    div#bandeau-intro p {
        margin-top: 35px;
    }

    img#logo-chiffres {
        /* position: absolute; */
        width: 200px;
        right: 40px;
        /* top: 50px; */
    }

    .bts-chiffres div {
        width: 160px;
        font-size: 24px;
    }

    .bts-chiffres .over-img {
        height: 100px;
    }



    /* img#bloc-blanc { */
    /* bottom: -60px; */
    /* } */
    div#bts-start {
        width: 680px;
    }

    .bt-start {
        display: inline-block;
        width: 43%;
        margin-right: 30px;
    }

    /* img#bloc-h { */
    /* width: 30%; */
    /* top: 20%; */
    /* height:50%; */
    /* min-width: 350px; */
    /* } */
}

/* @media(max-height:680px) { */
/* img#bloc-h { */
/* width: 30%; */
/* top: 20%; */
/* height:40%; */
/* min-width: 350px; */
/* } */
/* } */


@media only screen and (max-width: 600px) {
    div#bts-start {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        text-align: center;
        font-size: 28px;
    }

    div#bts-start h6 {
        margin-bottom: 20px;
    }
}

/* Pour l'image arrière-plan home */
@media (min-aspect-ratio: 1800/1641) {
    #intro .img-full-center {
        width: 100%;
        height: auto;
    }
}




































/* HISTORIQUE images avant/maintenant */
/* SEE: https://levelup.gitconnected.com/how-to-create-a-before-after-image-slider-with-css-and-js-a609d9ba77bf */
#wrapper-histo {
    position: absolute;
    right: -100vw;
    color: white;
    height: 100vh;
    width: 100vw;
}
#detail-histo {
    width: 900px;
    height: calc(900px * 0.5625);
    border: 2px solid white;
    position: relative;
    left: calc(50vw - 900px * 0.5);
    top: calc(50vh - 900px * 0.5625 * 0.5);
}

.wrapper-img {
    position: relative;
}
.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%;
}
#now {
    width: 50%;
}

.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: calc(900px * 0.5625);
    background: #ffffff;
    cursor: pointer;
}
/* , .slider::-moz-range-thumb */
.slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-button:after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}
.slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

#fixed-histo-close {
    position: fixed;
    margin-top: -100px;
    margin-left: 850px;
}
#legend-histo {
    top: calc(900px * 0.5625 + 14px);
    margin-bottom: 550px;
    color: black;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-family: 'Roboto-Light';
    font-size: 0.9em;
}