@font-face {
    font-family: Brusseline;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/brusseline-webfont.eot?) format("eot"), url(../fonts/brusseline-webfont.ttf) format("truetype")
}

@font-face {
    font-family: Brusseline;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/brusselinebol-webfont.eot?) format("eot"), url(../fonts/brusselinebol-webfont.woff) format("woff"), url(../fonts/brusselinebol-webfont.ttf) format("truetype")
}

@font-face {
    font-family: TradeGothic;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/TradeGothicLTStd-BdCn20.otf) format("otf"), url(../fonts/TradeGothicLTStd-BdCn20.woff) format("woff"), url(../fonts/TradeGothicLTStd-BdCn20.ttf) format("truetype")
}

:root {
    --blue: #005F9A
}

body {
    font-family: Brusseline, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.navOpened {
    overflow: hidden!important;
}

.mobileOnly {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
}

.skipnav {
    text-align: left;
    background-color: #fff;
}

.skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skipnav a:focus,
.skipnav a:active {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    text-decoration: underline;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

video {
    width: 100%;
    max-width: 800px;
    border: 3px solid #117AC1;
    border-radius: 10px;
}

#container {
    display: flex;
    height: 100vh;
    /*overflow-x: auto;*/
    /* au lieu de scroll */
    scroll-snap-type: x mandatory;
}

#masthead {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}

#masthead a {
    padding: 1rem 2rem;
    color: white;
}

.content {
    padding: 0 calc(10% + 130px) 0 10%;
    z-index: 10;
}

.contentInside {
    position: relative;
    z-index: 2;
    /* max-width: 950px;*/
}

.content .title {
    margin-bottom: 30px;
}

.content ul li {
    /*font-size: 0.9375em;
    line-height: 1.5625em;*/
    margin-bottom: 10px;
    text-align: justify;
    list-style: circle;
    margin-left: 14px;
}

.content ul li.nbrDisplay {
    list-style: none;
    text-align: center;
}

html,
body {
    margin: 0;
    height: 100%;
    /* -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
}

h2 {
    color: var(--blue);
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
    font-size: 2.8em;
    line-height: 44px;
}

h3 {
    color: var(--blue);
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
    font-size: 2em;
    line-height: 35px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.panel {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

body {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

p,
.content ul li {
    font-size: 0.9em;
    line-height: 25px;
    text-align: justify;
}

p {
    margin-bottom: 20px;
}

.panel p a,
.panel li a {
    color: #000;
    text-decoration: underline;
}

.nbrDisplay a {
    text-decoration: none!important;
}


/* HEADER */

header .asideNav {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #CFF3FF;
    padding: 6px 10px 10px 10px;
    z-index: 100;
    height: 100vh;
    will-change: transform;
    width: 130px;
    border-left: 10px solid var(--blue);
    transition: all 0.2s ease;
}

header .asideNav .sectionPosition {
    position: absolute;
    width: 10px;
    background-color: #66ADD9;
    height: 0;
    left: -10px;
    top: 0;
    transition: all 0.5s ease;
}

header .asideNav.hide {
    right: -200px
}

header .asideNav #headerTitle {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    width: 76vh;
    display: flex;
    margin-left: 83px
}

header .asideNav #headerTitle .stib-nbr {
    margin-right: 20px;
    align-self: center;
    width: 60px;
    height: 60px;
    font-size: 2.5em;
}

header .asideNav #headerTitle h1 {
    font-size: 2.4375em;
    /* text-transform: uppercase; */
}

header .asideNav #headerTitle h5 {
    font-size: 1.3em;
    /* text-transform: uppercase; */
}

#anchor-next {
    position: fixed;
    right: 170px;
    bottom: 40px;
    background-color: var(--blue);
    width: 125px;
    height: 60px;
    border-radius: 5px;
    align-content: flex-end;
    z-index: 4;
    padding-left: 62px;
    transition: 0.3s ease;
}

#anchor-next b {
    position: absolute;
    left: 16px;
    color: #fff;
    font-size: 0.75em;
    top: 23px;
    /* text-transform: uppercase; */
}

#anchor-prev {
    position: fixed;
    left: 40px;
    bottom: 40px;
    background-color: var(--blue);
    width: 60px;
    height: 60px;
    border-radius: 5px;
    z-index: 4;
    transition: 0.3s ease;
}

#anchor-next-section {
    position: fixed;
    right: 170px;
    bottom: 40px;
    background-color: var(--blue);
    height: 60px;
    border-radius: 5px;
    display: none;
    color: #fff;
    z-index: 12;
    display: flex;
    transition: 0.3s ease;
}

#anchor-prev-section {
    position: fixed;
    left: 40px;
    bottom: 40px;
    background-color: var(--blue);
    height: 60px;
    border-radius: 5px;
    display: none;
    color: #fff;
    z-index: 4;
    display: flex;
    transition: 0.3s ease;
}

#anchor-next-section.hidden,
#anchor-prev-section.hidden {
    display: none!important;
}

#anchor-next-section div,
#anchor-prev-section div {
    align-self: center;
    padding: 0 10px;
}

#anchor-next-section img {
    align-self: center;
    padding-right: 14px;
}

#anchor-prev-section img {
    align-self: center;
    rotate: 180deg;
    padding-right: 15px;
}

#anchor-next-section strong,
#anchor-prev-section strong {
    font-size: 1.375em;
    /* text-transform: uppercase; */
}

#anchor-next img,
#anchor-prev img {
    align-self: center;
    text-align: center;
    padding: 14px;
}

#anchor-prev img {
    align-self: center;
    text-align: center;
    padding: 14px;
    rotate: 180deg;
}

#anchor-next:hover,
#anchor-next-section:hover,
#anchor-prev:hover,
#anchor-prev-section:hover {
    transform: scale(1.2);
    animation: unset;
}


/* HEADINGS */

.header-section {
    padding: 0 15px;
    text-align: center;
    margin: 40vh auto 50vh;
}

.topPageLogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


/* WELCOME */

#welcome-page {
    background: #fbf6ff url(../img/welcome-bg.svg) no-repeat center bottom / cover;
    height: 100vh;
    line-height: 80px;
    padding: 5%;
}

#welcome-page #logo {
    margin-bottom: 50px;
    z-index: 2;
    position: relative
}

#welcome-page h1 {
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
    z-index: 2;
    position: relative;
    max-width: 45vw;
}

#welcome-page h1 span {
    color: #402460;
    font-size: 82px;
    display: inline-block;
}

#welcome-page h1 strong {
    display: block;
    color: #402460;
    font-size: 112px;
}

#navigation-panel {
    position: absolute;
    bottom: 0;
    right: 20%;
    z-index: 999
}

#navigation-panel .wrapNavigationPanel {
    background: url(../img/welcome-panel.svg) no-repeat center bottom / cover;
    width: 52vh;
    height: 960px;
    padding: 0 12px 0 13px;
    /* right: 0; */
    height: 100vh;
    z-index: 2;
    transform-origin: bottom;
    position: relative;
}

#navigation-panel:before {
    content: '';
    display: block;
    background-color: #0E3042;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 30px;
    height: 50%;
    margin-left: -15px;
}

#navigation-panel nav {
    padding-top: 31vh;
}

#navigation-panel .swittcherLang {
    position: absolute;
    bottom: 7vh;
    right: 0;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

#navigation-panel .swittcherLang li {
    display: inline-block;
    background-color: #0E3042;
}

#navigation-panel nav div.navTitle {
    font-size: 3.25em;
    color: #fff;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 7vh;
    background-color: #0E3042;
}

#navigation-panel nav li {
    border-bottom: 4px solid #fff;
    display: block;
    width: 100%;
}

#navigation-panel .swittcherLang li.active a {
    color: #92C2E3;
}

#navigation-panel .swittcherLang li a {
    color: #fff;
    font-size: 1.25em;
    display: block;
    padding: 3px;
    line-height: 1.25em;
}

#navigation-panel nav li a {
    width: 100%;
    display: flex;
    padding: 7px;
    transition: all 0.2s ease;
}

#navigation-panel nav li a:hover {
    background-color: #eaf9fd;
}

#navigation-panel nav li a b {
    margin-right: 20px;
    align-self: center;
}

#navigation-panel nav li a span {
    align-self: center;
    /* text-transform: uppercase; */
    font-family: Brusseline;
    font-style: normal;
    font-weight: 700;
    font-size: 1.75em;
    line-height: 34px;
    /* text-transform: uppercase; */
    color: #000000;
}

#welcome-page #navigation-panel {
    right: 10%
}


/* global */

.stib-nbr {
    background-color: #6C3A81;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    text-align: center;
    font-size: 1.875em;
    border-radius: 5px;
}

.stib-nbr i {
    align-self: center;
    font-style: normal;
    display: block;
    text-align: center;
    width: 100%;
}


/* navigation */

#navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: -150vw;
    top: 0;
    background-color: #895DA0;
    z-index: 99;
    transition: all 0.3s;
}

header.opened #navigation {
    right: 0;
}

.plus {
    background-color: #117AC1;
}

.viewMore {
    cursor: pointer;
}

.detailPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    height: 90vh;
    background-color: #0077C0;
    z-index: 900;
    left: -100vw;
    /* display: flex; */
    padding: 100px;
    transition: transform 0.3s;
    overflow: scroll;
    border-radius: 10px;
    transform: scale(0);
}

.detailPage:focus {
    border: 1px solid red;
}

.detailPageGraph {
    padding: 90px 3% 3%;
}

.detailPageGraph img {
    max-height: calc(90vh - 110px);
}

.detailPage.is-Yellow {
    background-color: #ddbc28;
}

.detailPage.is-Red {
    background-color: #C0362D;
}

.detailPage.is-Orange {
    background-color: #B83E2E;
}

.detailPage.is-Turquoise {
    background-color: #417F78;
}

.detailPage.is-Green {
    background-color: #007762;
}

.detailPage.is-Violet {
    background-color: #8E5D88
}

.detailPage.is-BlueClear {
    background-color: #8AB8CF
}

.detailPage.is-Blue {
    background-color: #0077C0
}

.detailPage.is-Pink {
    background-color: #C28CAD
}

.detailPage p {
    color: #fff;
}

.detailPage ul li {
    color: #fff;
    margin-bottom: 5px;
    list-style-type: disc;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-left: 13px;
}

.detailPage p {
    font-size: 14px;
    line-height: 25px;
}

.detailPage ul {
    margin-bottom: 20px;
}

.detailPage .box {
    background-color: #ffffff38;
    padding: 10px;
    border: 1px solid #fff;
}

.detailPage a {
    color: #fff;
    text-decoration: underline;
}

.detailPage .inside {
    max-width: 1300px;
    margin: 0 auto;
    align-self: center;
}

.detailPage .inside h4 {
    color: #fff;
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    font-size: 2.1em;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.detailPage .wrapInside {
    display: flex;
    min-height: 100%;
}

.detailPage.opened {
    left: 10vw;
    top: 5vh;
    transform: scale(1);
}

.detailPage .close {
    width: 50px;
    height: 30px;
    position: absolute;
    background: none;
    cursor: pointer;
    top: 25px;
    right: 10px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 3s;
}

.detailPage.opened .close {
    display: block;
    opacity: 1;
}

.detailPage .close .bar {
    width: 50px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    position: absolute;
    overflow: hidden;
}

.detailPage .close .bar1 {
    top: 0;
}

.detailPage .close .bar4 {
    bottom: 0;
}

.detailPage .close .bar1 {
    transform: rotate(45deg);
    transform-origin: 15%;
}

.detailPage .close .bar4 {
    transform-origin: 15%;
    transform: rotate(-45deg);
}

.decoAbso {
    position: absolute;
}

.decoAbso img {
    display: block;
    height: 100%;
}


/* GENERAL */

.colNbrs ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.colNbrs ul li {
    width: 50%;
    margin-bottom: 40px;
    margin-left: 0;
}

.nbrDisplay {
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6C3A81;
    margin-bottom: 20px;
}

.nbrDisplay.inline {
    display: flex;
}

.nbrDisplay.inline span {
    text-align: left;
    margin-left: 15px
}

.nbrDisplay b {
    font-size: 45px;
    display: block;
    line-height: 39px;
    /*   margin-bottom: 8px;*/
}

.nbrDisplay b small {
    font-size: 20px;
}

.nbrDisplay span {
    font-size: 1.2em;
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
}

.wrap-p20 {
    width: 100%;
    padding: 0px 170px 0 50px;
}

.plusCard {
    width: 220px;
    height: 290px;
    background-color: #8AB8CF;
    color: #fff;
    padding: 20px;
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    text-align: left;
    /* text-transform: uppercase; */
    border-radius: 10px;
    margin: 6px;
    position: relative;
}

.plusCard h3 {
    font-size: 26px;
    font-weight: normal;
    color: #fff!important;
}

.plusCard h3 small {
    font-size: 0.7em;
}

.plusCard.is-Yellow .plusCircle {
    background-color: #B99800;
}

.plusCard.is-Pink .plusCircle {
    background-color: #7D4A75;
}

.plusCard.is-Orange .plusCircle {
    background-color: #781717;
}

.plusCard.is-Red .plusCircle {
    background-color: #A43A49;
}

.plusCard.is-Turquoise .plusCircle {
    background-color: #51a29e
}

.plusCard.is-Green .plusCircle {
    background-color: #025647;
}

.plusCard.is-Violet .plusCircle {
    background-color: #734F89;
}

.plusCard.is-Blue .plusCircle {
    background-color: #004773;
}

.plusCard.is-Blue2 .plusCircle {
    background-color: #469AD1;
}

.plusCircle {
    display: flex;
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: var(--blue);
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: 30px;
    box-shadow: 0 0 0 0 rgba(17, 122, 193, 1);
    transition: transform 0.5s ease;
    transform: scale(1);
    animation: pulse 2s infinite;
}

.wrapPlusCenter {
    text-align: center;
}

.wrapPlusCenter .plusCircle {
    display: inline-flex;
}

.plusCircle img {
    display: inline-block;
    height: auto;
}

.plusCircle:hover {
    transform: scale(1.2);
    animation: unset;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(8, 73, 117, 0.7);
        color: rgb(17, 122, 193)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(17, 122, 193, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(17, 122, 193, 0);
    }
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        color: rgb(255, 255, 255)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.plusCard .plusCircle {
    position: absolute;
    margin-left: -32px;
}

.cardTitle {
    position: relative;
    width: 335px;
    height: 220px;
    margin: 10px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #8E9999;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

.cardTitle .logo {
    position: absolute;
    bottom: 50px;
    left: 10px
}

.cardTitle:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.cardTitle .cardName {
    color: #fff;
    border-radius: 20px 20px 0 0;
    /* text-transform: uppercase; */
    font-size: 1.5em;
    padding: 20px 0 40px;
    background-color: #BE97CB;
}

.cardTitle .cardName h4 {
    display: block;
    background-color: #A380C0;
    padding: 20px 0;
}

.cardTitle .plusCircle {
    position: absolute;
    bottom: -20px!important;
    right: -10px;
    left: auto;
    background-color: #714497;
}

.cardsPlusWrap {
    display: inline-flex;
}

.ticket {
    width: 300px;
    height: 180px;
    background-color: #fff;
    border: 0.5px solid #4F236B;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.ticketTitle {
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
    padding: 10px;
    line-height: 1.2em;
    text-align: center;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    background-color: #9D6286;
    display: flex;
    height: 80%;
    text-align: center;
    border-bottom: .5px solid #4F236B
}

.wrap-tickets {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.ticket .plusCircle {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: auto;
}

.ticketTitle h4 {
    display: block;
    align-self: center;
    width: 100%;
}

.mobibCard {
    width: 250px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.hasBip .mobibCard:hover {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.mobibCard img {
    display: block;
    width: 100%;
}

.wrap-cols {
    display: flex;
    justify-content: center;
}

.wrap-pr200 {
    padding-right: 200px;
}

.wrap-pr50 {
    padding-right: 50px;
}

.wrap-pr400 {
    padding-right: 400px;
}

.wrap-pl400 {
    padding-left: 400px;
}

.wrap-cols .col {
    padding: 0 20px;
}

.wrap-cols .col.nbrDisplay {
    padding-left: 0;
}

.wrap-cols .col70 {
    width: 70%;
}

.wrap-cols .col60 {
    width: 60%;
}

.wrap-cols .col50 {
    width: 50%;
}

.wrap-cols .col40 {
    width: 40%;
}

.wrap-cols .col30 {
    width: 30%;
}

.wrap-cols .col20 {
    width: 20%;
}

h2 {
    transition: all 0.5s;
}

#container.left h2 {
    transform: translate3d(0px, 0px, 0px) skew( 22deg, 0deg)
}

#container.right h2 {
    transform: translate3d(0px, 0px, 0px) skew( -22deg, 0deg)
}

.edito-poignee {
    transition: all 0.8s;
    transition-delay: 0.5s;
    transform-origin: top center;
    height: 18vh;
    top: -20px
}

.edito-poignee img {
    height: 100%;
}

#container.left .edito-poignee {
    transform: rotate(20deg);
}

#container.right .edito-poignee {
    transform: rotate(-20deg);
}

#hamburger {
    margin-bottom: 50px;
    margin-left: 20px;
    margin: 0 auto;
    margin-top: 30px;
    width: 50px;
    height: 30px;
    position: relative;
    margin-bottom: 50px;
    margin-left: 20px;
    cursor: pointer;
}

#hamburger .bar {
    padding: 0;
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
    overflow: hidden;
}

#hamburger:hover .bar {
    width: 55px;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}


/* HAMBURGER 1 */

.opened #hamburger>.bar1 {
    transform: rotate(45deg);
    transform-origin: 15%;
    width: 50px
}

.opened #hamburger>.bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.opened #hamburger>.bar3 {
    transform: translateX(40px);
    background-color: transparent;
}

.opened #hamburger>.bar4 {
    transform-origin: 15%;
    transform: rotate(-45deg);
    width: 50px;
}

.is-Yellow {
    background-color: #ECCD42;
}

.is-Red {
    background-color: #D06266;
}

.is-Orange {
    background-color: #B83E2E;
}

.is-Turquoise {
    background-color: #417F78;
}

.is-Green {
    background-color: #007762;
}

.is-Violet {
    /*background-color: #BB99B7;*/
    background-color: #8e5d88;
}

.is-BlueClear {
    background-color: #8AB8CF
}

.is-Blue {
    background-color: #0077C0
}

.is-Pink {
    background-color: #C28CAD
}

.texta-right {
    text-align: right;
}

.texta-left {
    text-align: left;
}

.wrap-charts {
    display: flex;
}

.wrap-charts .chart {
    margin: 10px;
}

.wrap-charts .chart img {
    display: block;
    width: 100%;
}

.cta {
    background-color: #117AC1;
    color: #fff;
    display: inline-block;
    padding: 20px 100px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.cta:hover {
    scale: 1.1
}

.mw-800 {
    max-width: 800px;
    margin: 0 auto;
}

.mw-600 {
    max-width: 600px;
    margin: 0 auto;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-200 {
    padding-left: 200px
}

.pl-400 {
    padding-left: 400px
}

.fixedHeight {
    height: 400px;
}

.pictAndArrows h4 {
    font-family: TradeGothic, Brusseline, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 29px;
    /* text-transform: uppercase; */
    margin: 15px 0;
    position: relative;
}

.simplePict img {
    border: 3px solid var(--blue);
    border-radius: 5px;
    display: block;
    width: 100%;
}

.pictAndArrows h4 .arrow {
    position: absolute;
}

.pictAndArrows .texta-left h4 .arrow {
    left: -50px;
    top: 10px;
}

.pictAndArrows .texta-right h4 .arrow {
    right: -50px;
    top: -40px;
}

@media screen and (max-height: 950px) {
    #navigation-panel .wrapNavigationPanel {
        width: 513px;
        height: 967px;
    }
    #navigation-panel nav li a span {
        font-size: 35px;
        line-height: 46px;
    }
    #navigation-panel .swittcherLang {
        bottom: 72px;
    }
    #navigation-panel .swittcherLang li a {
        color: #fff;
        font-size: 34px;
        display: block;
        padding: 11px;
        line-height: 32px;
    }
    #navigation-panel nav div.navTitle {
        font-size: 46px;
        line-height: 80px;
    }
    #navigation-panel nav {
        padding-top: 280px;
    }
    #navigation-panel {
        scale: 0.9;
        transform-origin: bottom;
    }
    #welcome-page #navigation-panel {
        right: 10px !important
    }
    .navOpened #navigation-panel {
        margin-bottom: -10px
    }
    .navOpened #navigation-panel:before {
        bottom: -130px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-height: 930px) {
    .stib-nbr {
        width: 40px;
        height: 40px;
    }
    #navigation-panel {
        scale: 0.9;
    }
}

@media screen and (max-height: 900px) {
    .stib-nbr {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-height: 850px) {}

@media screen and (max-height: 840px) {}

@media screen and (max-height: 800px) {
    .stib-nbr {
        width: 30px;
        height: 30px;
        font-size: 1.43em;
    }
    #welcome-page {
        padding: 1% 5%;
    }
}

@media screen and (max-height: 750px) {
    .stib-nbr {
        width: 20px;
        height: 20px;
        font-size: 1.25em;
    }
    #navigation-panel {
        scale: 0.7;
    }
}

@media screen and (max-height: 600px) {
    .stib-nbr {
        width: 20px;
        height: 20px;
        font-size: 1.125em;
    }
    #welcome-page #logo {
        margin-bottom: 0;
    }
    #navigation-panel {
        scale: 0.55;
    }
}

@media screen and (max-height: 550px) {
    #navigation-panel {
        scale: 0.5;
    }
}

@media screen and (max-height: 500px) {
    #navigation-panel {
        scale: 0.4;
    }
}

@media screen and (max-height: 450px) {
    #navigation-panel {
        scale: 0.35;
    }
}

@media screen and (max-width: 1200px) {
    .cardsPlusWrap.fiveCards {
        flex-wrap: wrap;
    }
    .cardsPlusWrap.fiveCards .plusCard {
        width: 30%;
        height: 150px;
    }
    .cardsPlusWrap.fiveCards .plusCircle {
        bottom: 10px;
    }
    #welcome-page h1 span {
        font-size: 2em;
    }
    #welcome-page h1 strong {
        font-size: 2.3em;
        margin-top: -10px;
    }
    .topPageLogo {
        width: 220px;
    }
    h2 {
        font-size: 2.8em;
    }
    .content {
        padding: 0 calc(5% + 130px) 0 5%;
    }
    .content .title {
        margin-bottom: 20px;
    }
    .mb-70 {
        margin-bottom: 30px;
    }
    .plusCircle {
        scale: 0.8
    }
    header .asideNav #headerTitle h1 {
        font-size: 30px;
    }
    header .asideNav #headerTitle h5 {
        font-size: 14px;
    }
    header .asideNav #headerTitle .stib-nbr {
        width: 50px;
        height: 50px;
    }
    video {
        max-width: 600px;
    }
    .ticket {
        width: 220px;
    }
    .ticketTitle {
        font-size: 1.25em;
    }
    .plusCard {
        width: 190px;
        height: 250px;
    }
    .plusCard h3 {
        font-size: 22px;
        line-height: 25px;
    }
    header .asideNav #headerTitle {
        margin-left: 71px;
    }
    .wrap-pr400 {
        padding-right: 350px;
    }
    .nbrDisplay b {
        font-size: 3em;
    }
}

@media screen and (max-width: 1000px) {
    .wrap-pr400 {
        padding-right: 270px;
    }
    .nbrDisplay b {
        font-size: 2.9em;
        line-height: 39px;
    }
    .cardsPlusWrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .plusCard {
        width: 45%;
        height: 112px;
        margin-bottom: 12px;
        padding: 15px 45px 15px 15px;
    }
    .plusCard .plusCircle {
        bottom: calc( 50% - 15px);
        width: 30px;
        height: 30px;
        right: 10px;
        left: auto;
    }
    .plusCircle img {
        width: 17px;
    }
    header .asideNav {
        width: 100px;
    }
    header .asideNav #headerTitle {
        margin-left: 60px;
    }
    #hamburger {
        margin-left: 10px;
    }
    .wrap-pr400 {
        padding-right: 300px;
    }
    .detailPage .close {
        scale: 0.7;
        top: 10px;
        right: 0px;
    }
}

@media screen and (max-width: 950px) {
    .content {
        padding: 0 calc(2% + 120px) 100px 2%;
        max-height: 90vh;
        overflow: scroll;
    }
    .wrap-cols .col {
        padding: 0 10px;
    }
    h2 {
        font-size: 2.2em;
        line-height: 41px;
    }
    h3 {
        font-size: 25px;
        line-height: 23px;
    }
    .ticket {
        height: 155px;
    }
}

@media screen and (max-width: 900px) {
    .detailPage {
        padding: 50px 25px;
    }
    .detailPage .wrap-cols {
        display: block;
    }
    .detailPage .wrap-cols .col {
        margin-bottom: 30px;
        width: 100%!important;
    }
    .detailPage .wrap-cols .col .simplePict {
        max-width: 50%;
        margin: 0 auto
    }
    .wrap-cols .col50 {
        width: 100%;
    }
    .cardTitle {
        width: 46%;
        height: 180px;
    }
    .cardTitle .cardName {
        font-size: 1.18em;
    }
    .cardTitle .logo {
        bottom: 25px;
    }
}


/* version mobile*/

@media (max-width: 850px) {
    /*.content {
        max-width: 90vw;
        max-height: 80vh;
        overflow: scroll;
    }*/
    .cloud2.decoAbso,
    .cloud3.decoAbso,
    .cloud.decoAbso {
        display: none!important;
    }
    .mobileOnly {
        display: block;
    }
    .desktopOnly {
        display: none;
    }
    .topPageLogo {
        width: 134px;
    }
    p,
    .content ul li,
    .detailPage p,
    .detailPage ul li,
    .detailPage {
        font-size: 12.5px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .panel {
        min-width: 100vw;
        height: 100vh;
        align-items: baseline;
    }
    header .asideNav #headerTitle h1 {
        font-size: 0.9em;
    }
    #hamburger {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 1.25em;
        line-height: 25px;
    }
    h3 {
        font-size: 1em;
        line-height: 13px;
    }
    .detailPage .inside h4 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .content .title {
        margin-bottom: 10px;
    }
    video {
        max-width: 500px;
        max-height: 80vh;
    }
    .nbrDisplay {
        margin-bottom: 10px;
    }
    .ticket {
        height: 145px;
    }
    .wrap-tickets .ticket {
        width: 214px;
    }
    .ticketTitle h4 {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    .colNbrs ul li {
        margin-bottom: 10px;
    }
    .nbrDisplay b {
        font-size: 1.875em;
        line-height: 19px;
        margin-top: 10px;
    }
    .simplePict {
        max-width: 200px;
    }
    .wrap-pl400 {
        padding-left: 100px;
    }
    .plusCard h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .plusCard {
        height: min-content;
    }
    header .asideNav {
        width: 70px;
    }
    #entreprise-sections .panel,
    #responsabilites-sections .panel {
        padding-bottom: 0px!important;
        padding-top: 0!important;
    }
    .nbrDisplay span {
        font-size: 0.875em;
        line-height: 18px;
    }
    .cardTitle .cardName {
        font-size: 0.875em;
    }
    .cardTitle {
        height: 130px;
    }
    .cardTitle .logo img {
        width: 30px;
    }
    .wrap-pr400 {
        padding-right: 0;
    }
    header .asideNav #headerTitle .stib-nbr {
        width: 40px;
        height: 40px;
        font-size: 1.56em;
    }
    header .asideNav #headerTitle {
        margin-left: 40px;
    }
    header .asideNav {
        padding: 6px;
    }
    #hamburger {
        margin-left: 0px;
        scale: 0.7;
    }
    .prev-next {
        display: flex;
        position: fixed;
        top: 10px;
        right: 80px;
        z-index: 99;
        transform: scale(0.6);
        transform-origin: top right;
        column-gap: 10px;
    }
    .prev-next a {
        position: relative!important;
        right: auto!important;
        top: auto!important;
        left: auto!important;
        bottom: auto!important;
        display: block;
    }
    .prev-next a b {
        display: none!important;
    }
    #anchor-next,
    #anchor-prev {
        padding: 0;
        width: 60px;
        height: 60px;
    }
    #logo img {
        width: 180px;
    }
    #welcome-page h1 span {
        font-size: 45px;
        line-height: 40px;
    }
    #welcome-page h1 strong {
        font-size: 40px;
        line-height: 40px;
    }
    #welcome-page #logo {
        margin-bottom: 0;
    }
    .wrap-p20 {
        padding: 35px 85px 20px 30px;
    }
    .edito-perso3 {
        display: none;
    }
    .cardTitle {
        width: 45%;
        height: 120px;
    }
    .cardTitle .logo {
        bottom: 2px;
    }
    .cardTitle .logo img {
        width: 80px;
    }
    .cardTitle .cardName {
        padding: 20px 0 20px;
    }
    .content {
        padding: 55px calc(2% + 60px) 10px 2%;
        max-width: 90vw;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
        max-height: 100vh;
    }
    .titleLine {
        font-size: 1.25em!important;
    }
    .titleLine span:before {
        width: 25px!important;
        height: 25px!important;
        top: -51px!important;
    }
    .detailPage.opened {
        top: 2.5vh;
        left: 2.5vw;
        width: 95vw;
        height: 95vh;
    }
    /*.wrap-cols {
        display: block;
    }
    .wrap-cols .col60,
    .wrap-cols .col70 {
        width: 100%;
    }*/
    #welcome-page {
        overflow: scroll;
    }
}

.blur.opened {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 13;
    width: 100%;
    height: 100%;
}

video {
    background: #fff url(../img/bgVideo.png) no-repeat center center;
}

@media (orientation: portrait) {
    .wrap-cols,
    .colNbrs ul {
        display: block;
    }
    .colNbrs ul li {
        width: 100%;
    }
    .wrap-cols .col70,
    .wrap-cols .col30,
    .wrap-cols .col60,
    .wrap-cols .col50,
    .wrap-cols .col40 {
        width: 100%;
    }
    #panel-6 .wrap-pl400 {
        padding-left: 0;
    }
}

#turnPortrait {
    display: none;
}

@media (orientation: portrait) and (max-width: 850px) {
    #mainContent {
        display: none;
    }
    body,
    html {
        overflow: hidden!important;
        width: 100vw;
        height: 100vh;
    }
    .mobile #turnPortrait {
        display: flex;
        position: fixed;
        z-index: 3000;
        top: 0;
        left: 0;
        background-color: #000;
        width: 100vw;
        height: 100vh;
        overflow: hidden!important
    }
    .mobile #turnPortrait div.inside {
        align-self: center;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .mobile #turnPortrait div.inside p {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .mobile #turnPortrait div.inside img {
        display: inline-block;
        width: 250px;
        margin-bottom: 40px;
    }
}

@media (orientation: portrait) and (max-width: 600px) {
    .cardsPlusWrap {
        display: block;
    }
    .cardsPlusWrap .plusCard,
    .cardsPlusWrap.fiveCards .plusCard {
        width: 100%;
        height: 100px
    }
}

@media ( max-height: 740px) and (min-width: 1200px) {
    .topPageLogo {
        width: 220px;
    }
}

@media ( max-height: 740px) and (min-width: 850px) {
    .topPageLogo {
        width: 180px;
    }
}

@media (max-width: 950px) and (orientation: landscape) {
    #welcome-page #logo img {
        height: 100px;
        display: block;
    }
    #welcome-page #logo {
        margin-bottom: 20px;
    }
    .detailPage p,
    .detailPage ul li,
    .detailPage,
    .detailPage small,
    div.small,
    .detailPage.opened p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 7px;
        color: #fff
    }
}

@media (max-width: 850px) and (orientation: landscape) {
    body {
        overflow: hidden;
    }
    #navigation {
        position: fixed;
        width: 100vw;
        height: 100%;
        right: -150vw;
        bottom: 0;
        background-color: #895DA0;
        z-index: 99;
        transition: all 0.3s;
        overflow: hidden;
    }
    body.navOpened #mainContent {
        display: none;
    }
    #container {
        display: flex;
        flex-wrap: nowrap;
        height: 100vh;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }
    .panel {
        flex: 0 0 100vw;
        scroll-snap-align: start;
    }
    body.landscape-mobile {
        overflow-x: scroll;
        overflow-y: hidden;
        /* au lieu de hidden */
        /* -webkit-overflow-scrolling: touch;*/
    }
    #welcome-page .decoAbso {
        display: none;
    }
    #welcome-page #navigation-panel {
        z-index: 3;
    }
    #welcome-page h1 {
        line-height: 52px;
    }
}