html, body {
    min-height: 100%;
    background: #f8f9fa;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.thumbnail {
    position: relative;
}
.masque {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.transitionCinquiemeSeconde, .btnExplorer img, .navbar-collapse .btn-toggle, .lienCopyrights, .navigationLieuxParcours a, .navbar-dark .navbar-nav .nav-link, .wrapDirections .flecheDirection a, .unLieu a, .plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi, .plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.caption {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    color: black;
    background-color: white;
}

.espace-vertical {
    margin-bottom: 10px;
}
.btn-toggle {
    margin: 0 3.1rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #004479;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.btn-toggle:before {
    content: 'FR';
    left: -2rem;
    font-weight:bold;
}
.btn-toggle:after {
    content: 'EN';
    right: -2.2rem;
    opacity: 0.5;
}
.btn-toggle:before, .btn-toggle:after {
    color: #000;
}
.btn-toggle.active:after {
    opacity: 1;
    font-weight: bold;
}
.btn-toggle.active:before {
    opacity: 0.5;
    font-weight: 500;
}
.btn-toggle {
    top: 0px;
    transform: translateY(-60%);
}
.btn-toggle.active {
    transition: background-color 0.25s;
    background-color: #004479;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.navbar-brand {
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: bold;
}

.navbar-brand-container {
    text-align: left;
    margin:0 0 0 -10px;
    line-height:1rem;
    font-size:1rem;
}

.navbar-brand-container.titreExplorer .navbar-brand {
    margin-right: 4px !important;
}

.navbar-brand-container.titreAccueil {
    text-align: center;
    margin-left: 0;
}
.navbar-brand-container.titreAccueil a {
    margin-right: 0;
}

.navbar-brand img {
    line-height: 0;
    vertical-align: top;
    margin-left: 8px;
}
.navbar-brand-container {
    padding-right:16px;
}
.navbar-brand-icon.tittrPositionNavbarPrincipalereAccueil, .navbar-brand-icon.tittrPositionNavbarPrincipalereAccueil .navbar-brand {
    outline: transparent;
}
.navbar-brand-container.tittrPositionNavbarPrincipalereAccueil {
    padding-right: 0;
}
.navbar-brand-container.tittrPositionNavbarPrincipalereAccueil .navbar-brand img {
    margin-left: 4px;
}

.navbar .fa-chevron-left {
    padding: 3px 8px 3px 8px;
    cursor: pointer;
}
.navbar-collapse {
    margin: 0 -0.4em 0 -0.7em;
}
#navbarMenuHaut.estPagePrincipale {
    -webkit-box-shadow: 0 4px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.4);
}
.navbar-collapse.collapsing .btn-toggle {

}
.navbar-collapse .btn-toggle {
    margin-top:1.6em;
}
.navbar-collapse.collapse .btn-toggle {
    opacity: 1;
    top: 0px;
}
.navbar-collapse.collapse.show .btn-toggle {
    opacity: 1;
}
.navbar-collapse .dropdown-menu {
    padding: 0;
}
.navbar-collapse .dropdown-item:focus, .navbar-collapse .dropdown-item:hover {
    background: none;
}
.navbar-collapse .dropdown-item {
    padding:0;
    white-space:unset;
}
.navbar-collapse .dropdown-toggle:after {
    display: block;
    content: "";
    position: absolute;
    right: 25px;
    top: 21px;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0.33em solid;
    border-right: .33em solid transparent;
    border-bottom: 0;
    border-left: .33em solid transparent;
    margin-top: -1px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.navbar-collapse .nav-item.dropdown.show .dropdown-toggle:after {
    transform: rotate(-180deg);
}

.navbar-collapse .navbar-nav .dropdown-item a {
    font-size: 0.95em;
    text-transform: none;
    padding: 0.4em 0.5em 0.5em 2.35em;
}
.navbar-collapse .navbar-nav .dropdown-item:last-child a {
    padding: 0.4em 0.5em 0.6em 2.35em;
}
.navigationLieuxParcours.invisible {
    display: none;
}
.navigationLieuxParcours, .enteteBarreBlanche {
    display: block;
    list-style: none;
    background: #FFF;
    -webkit-box-shadow: 0 4px 14px 2px rgba(0,0,0,0.4);
    box-shadow: 0 4px 14px 2px rgba(0,0,0,0.4);
}
.enteteBarreBlanche {
    text-align: center;
    color: #25272C;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 4px 8px 3px;
}
.navigationLieuxParcours ul, .navigationLieuxParcours ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigationLieuxParcours ul {
    display: table;
    width: 100%;
}
.navigationLieuxParcours li {
    display: table-cell;
    width: 33.333%;
}
.navigationLieuxParcours a, .navigationLieuxParcours span {
    display: block;
    text-align: center;
    color: #25272C;
    text-transform: uppercase;
    border-bottom: 5px solid #E1E4E5;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 0;
}
.navigationLieuxParcours.modeAffichageNavigation span{
    color: #6c757d
}
.navigationLieuxParcours .navbar-nav a.current, .navigationLieuxParcours .navbar-nav a:hover {
    border-bottom: 5px solid #0DA0DB;
}
.navigationLieuxParcours.modeAffichageNavigation #navigationRetour a, .navigationLieuxParcours.modeAffichageNavigation #navigationRetour span {
    display: table-cell;
    text-align: left;
}
#navigationRetour {
    text-align: left;
    display: table;
    width: 100%;
    height: 100%;
}
#navigationRetour span, #navigationRetour a, #navigationRetour div {
    display: table-cell;
    padding: 0;
    color: #25272C;
    border-bottom: none;
    vertical-align:middle;
    height:100%;
}
#navigationRetour a {
    width:110px;
    padding:7px 6px 6px;
    text-decoration:none;
}
#navigationRetour.titreExplorer a {
    width: 30px;
}
#navigationRetour.titreExplorer div {
    padding-right:30px;
}
#navigationRetour a i {
    padding: 6px;
    text-decoration: none;
    display: table-cell;
    font-size: 1.05rem;
}
#navigationRetour a span {
    padding-bottom: 0;
    text-decoration: none;
}
#navigationRetour div {
    text-align:center;
    padding-right:110px;
    width:100%;
}

#navigationRetour a.current, #navigationRetour a:hover, #navigationRetour span, #navigationRetour span a:hover span {
    border-bottom: none;
}

.sectionDroiteNavBarPage {
    padding: .25rem 1rem;
}
.btn-primary, .btn-light, .btnDemarrerParcours {
    width: 80%;
    background: #004479;
    border: none;
    border-radius: 0;
    line-height: 1rem;
    font-size: 1.04rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    padding: .6rem 0.45rem .75rem;
    min-width: 330px;
    font-weight: 400;
}

.btn-primary:hover, .btn-light:hover, .btn-primary.btnAfficherDirection:hover {
    color: #fff;
    background: #252525;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: #004F9A;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px dotted #fff;
}

.btnSauterDiection {
    margin-top: 0;
    margin-bottom: 25px;
}

.btn-light {
    color: #9b6539;
    background: #FFF;
}

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    color: #004F9A;
    background: #FFF;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.wrapRetour {
    overflow: hidden;
}
.btn-retour {
    float: right;
    font-size: 1.2em;
    color: #606060;
}

.btn.disabled, .btn:disabled, .btn-primary.disabled, .btn-primary:disabled {
    background: #909090;
}

.container-fluid {
    padding: 0;
    overflow-x:hidden;
}

.container-fluid.bg-light {
    background: #FFF !important;
}

.container-fluid.bg-light .zAccueil {
    background: #1C2C4F !important;
}

.navbar {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    padding: .5rem .4rem .5rem .7rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
}

.navbar.positionRelative {
    position: relative;
}

.navbar.bg-dark {
    background-color: #1C2C4F !important;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar.bg-light.avecOmbre {
    -webkit-box-shadow: 0 4px 14px 2px rgba(0,0,0,0.4);
    box-shadow: 0 4px 14px 2px rgba(0,0,0,0.4);
}
.navbar.bg-light.sansOmbre {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f0f0f0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    outline:none;
}
.navbar-dark .navbar-nav > .nav-item > .nav-link {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 0.6rem 1.5rem;
}
.navbar-dark .navbar-nav > .nav-item:last-child > .nav-link {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 30px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background: #1C2C4F;
}

.navbar-dark .navbar-nav .dropdown-toggle {
    padding-left: 1rem;
}
.navbar-dark .navbar-nav .dropdown-menu {
    background: transparent;
    border: none;
    border-top: 1px solid #36393f;
    margin-top:0;
}

.dropdown-menu .nav-link {
    font-size: 0.7rem;
}
.navbar-dark .navbar-toggler {
    border: none;
    padding: .5rem .8rem .5rem .8rem;
}
.navbar-dark .navbar-toggler:focus {
    outline: 1px dotted #606060;
}
.navbar-dark .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background:none;
}
.navbar-dark .navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-dark .navbar-toggler-icon span.barre1 {
    top: 0px;
}

.navbar-dark .navbar-toggler-icon span.barre2, .navbar-dark .navbar-toggler-icon span.barre3 {
    top: 7px;
}

.navbar-dark .navbar-toggler-icon span.barre4 {
    top: 14px;
}
.navbar-dark.menu-ouvert .navbar-toggler-icon span {
    height: 3px;
    border-radius: 3px;
}
.navbar-dark.menu-ouvert {
    background: #0DA0DB !important;
}
.navbar-dark.menu-ouvert .navbar-toggler-icon span.barre1 {
    top: 7px;
    width: 0%;
    left: 50%;
}

.navbar-dark.menu-ouvert .navbar-toggler-icon span.barre2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-dark.menu-ouvert .navbar-toggler-icon span.barre3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-dark.menu-ouvert .navbar-toggler-icon span.barre4 {
    top: 7px;
    width: 0%;
    left: 50%;
}
.navbar-dark.menu-ouvert .navbar-brand-container, .navbar-dark.menu-ouvert .navbar-brand-icon {
    opacity: 0;
    visibility: hidden;
}
.contenuStatic {
    padding: 20px;
    line-height:1.35;
}
.contenuExplorer {
    padding: 20px 5px;
    line-height: 1.35;
}

.wrapImgEntree {
    padding-top: 80px;
    min-height: 355px;
}

.media.imgEntree {
    z-index: 1;
    background: #0c2045;
    /*-webkit-box-shadow: inset 0 -3px 6px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 -3px 6px 0 rgba(0,0,0,0.4);*/
}

.media.imgEntree img {
    height: 270px;
    width:auto;
    margin-top:28px;
    margin-bottom:24px;
}

.imgEntree img[src="img/FR-img-parcours-1-captivants.png"], .imgEntree img[src="img/EN-img-parcours-1-captivants.png"] {
    margin-left:-14px;
}

.imgEntree img[src="img/FR-img-parcours-3-experience-etonnante.png"], .imgEntree img[src="img/EN-img-parcours-3-experience-etonnante.png"] {
    height: 310px;
    margin-bottom: 0;
    margin-left: -5px;
}
.imgEntree img[src="img/EN-img-parcours-3-experience-etonnante.png"] {
    margin-left: -20px;
}
.imgEntree img[src="img/EN-img-parcours-2-lieux-inspirants.png"] {
    margin-left: -15px;
    height: 260px;
}

.margin25 {
    margin: 25px;
}

.margin-top-25 {
    margin-top:25px;
}
.btnExplorer a {
    display: inline-block;
    margin: 10px 15px;
    cursor: pointer;
    width: 70px;
    height: 86px;
    position: relative;
}
.btnExplorer img {
    width:61px;
    height:auto;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-30px;
}
.btnExplorer img.normal {
    z-index: 2;
    opacity:1;
}
.btnExplorer img.normal:hover {
    opacity: 0;
}
.btnExplorer img.hover {
    z-index: 1;
}
.btnExplorer a:hover .cls-2 {
    fill: #004F9A;
}
.btnExplorer a span {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.9375em;
    font-weight: 600;
}

.bandeau-container.bandeau-haut-page {
    z-index: 990 !important;
    position: static;
    text-align: left;
    background: #b9e1f3;
    color: #19314f;
    font-size: 12px;
    display: block;
    padding-top: 17px;
}
.bandeau-container.bandeau-haut-page .interieur-bandeau-haut-page {
    max-width: 580px;
    margin: 0 auto;
}
.bandeau-container.bandeau-bas-page {
    z-index: 990 !important;
    position: static;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 10px 0 12px;
}
    .bandeau-container.bandeau-bas-page a {
        font-size: 11px;
        color: #19314f;
    }
.bandeau-texte-principal {
    margin-bottom: 10px;
}
.bandeau-container {
    align-items: center;
    background: rgba(0,0,0,0.93) none repeat scroll 0% 0%;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0px;
    font-size: 0.9rem;
    padding: 15px;
}
.bandeau-contenu {
    margin: 0;
    padding-right: 15px;
    line-height: 1.3em;
}
.bandeau-bouton {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid white;
    border-radius: 0;
    box-shadow: none;
    color: white;   
    cursor:pointer;
    flex:0 0 auto;
    padding: 4px 9px;
    margin: 0;
}
.bandeau-container a {
    color: #479ad9;
    text-decoration:underline;
}
h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: #25272C;
}

h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 2px;
    background: #25272C;
    left: 50%;
    bottom: -5px;
    margin-left: -20px; /* Marge = - la moitié de la largeur (width) de la ligne */
}

h4 {
    font-size: 1.05rem;
    font-weight: 400;
}
.zAccueil h2 {
    color: #FFF;
    font-size: 1.4rem;
    margin: 15px auto 0;
    line-height: 1.6rem;
    font-weight: 300;
    width:240px;
}
.zAccueil h3 {
    color: #0DA0DB;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin: 20px auto 6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2rem;
    width:230px;
}
.listeLieux {
    margin: 14px auto 20px !important;
    padding: 0 8px;
    max-width: 768px;
}

.listeLieux .col-3 {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0.25%;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    max-width: 24.5%;
}

.listeLieux a {
    color: #616160;
    font-size: 0.75rem;
    line-height: 1.1em;
    font-weight: 600;
}

.listeLieux a:hover {
    text-decoration: none;
}

.listeLieux img {
    width: 70px;
    min-width: 66px;
    height: auto;
    margin-bottom: 3px;
}

.sectionPremiereVisite {
    margin-bottom:0;
}

.sectionPremiereVisite div:first-of-type {
    position: relative;
    overflow: hidden;
    height: 412px;
    margin: 12px 0 0;
}

.sectionExperience div:first-of-type {
    position: relative;
    overflow: hidden;
    height: 418px;
    margin: 12px 0 0;
    padding-top: 40px;
    background: #0c2045;
}

.sectionPremiereVisite .imgPreparerVisite {
    position: absolute;
    z-index: 0;
    width: 340px;
    height: auto;
    left: 50%;
    margin-left: -170px;
    top: 78px;
}

.sectionExperience .imgPreparerVisite {
    position: absolute;
    z-index: 0;
    width: 340px;
    height: auto;
    left: 50%;
    margin-left: -170px;
    top: 116px;
}

.sectionPremiereVisite .col-12, .sectionExperience .col-12 {
    line-height: 1rem;
}

.sectionPremiereVisite h2, .sectionExperience h2 {
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin: 5px auto 6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2rem;
}
.sectionExperience h2 {
    width: 238px;
}

.sectionPremiereVisite h2:after, .sectionExperience h2:after {
    display: none;
}

.sectionPremiereVisite .btnPreparerVisite, .sectionExperience .btnPreparerVisite {
    z-index: 1;
    min-width: unset;
    font-size: 1rem;
    position: relative;
    padding: 8px 18px;
}

.btn-mot-de-bienvenue, .btn-primary {
    margin: 12px 0 0;
    line-height: 1rem;
    clear: left;
    font-size: 1rem;
    color: #fff;
    background: #0DA0DB;
    padding: 8px 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #004F9A;
}
.btnRenseignementsUtiles {
    font-size: 0.9rem;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.listeDesLieux, .unLieu, .listeDesParcours, .un-parcours, .changerStation {
    padding: 10px 10px 30px;
    margin-bottom: 0;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}
.listeDesParcours, .listeDesLieux {
    padding: 4px 10px;
    position: relative;
}
.page-liste-parcours {
}
.page-liste-parcours > p, .page-liste-lieu > p {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.decoHautGauche {
    display: none;
    position: absolute;
    left: 6px;
    top: -73px;
    max-width: unset;
    max-width: none;
    width: 13%;
    height: auto;
    z-index: 1;
}
.decoHautDroite {
    display: none;
    position: absolute;
    right: -3px;
    top: -16px;
    max-width: unset;
    max-width: none;
    width: 18%;
    height: auto;
    z-index: 1;
}
.decoBasDroite {
    display: none;
    position: absolute;
    right: 8px;
    bottom: 18px;
    max-width: unset;
    max-width: none;
    width: 28%;
    height: auto;
    z-index: 1;
}
.listeDesLieux .decoHautGauche {
    width: 15%;
    top: -50px;
}
.listeDesLieux .decoBasDroite {
    width: 12%;
    top: 56%;
}
.un-parcours .listeDesParcours .decoHautDroite, .page-liste-parcours .listeDesParcours:first-of-type .decoHautGauche, .page-liste-lieu .listeDesLieux:first-of-type .decoHautGauche, .page-liste-parcours .listeDesParcours:last-of-type .decoBasDroite, .page-liste-lieu .listeDesLieux:last-of-type .decoBasDroite {
    display: block;
}
.un-parcours .listeDesParcours {
    padding: 10px 0 0;
}

.un-parcours h2 {
    margin: 30px 0 5px;
}

.un-parcours h2.sansLigne:after {
    display: none;
    letter-spacing: 0;
}

.un-parcours .stationsParcours {
    margin: 30px 0;
}

.un-parcours .stationsParcours h3 {
    margin-bottom: 25px;
}
.un-parcours .texte-description-parcours {
    display:block;
    word-break:break-word;
    margin-bottom:25px;
}

.btnDemarrerParcours {
    margin: 0 0 15px;
    line-height: 1.2rem;
    min-width: 415px;
}
.changerStation {
    position: relative;
    text-transform: none;
    overflow: hidden;
    padding: 10px 0 20px;
    font-weight: 500;
    font-size: 1rem;
    margin: 0 auto 5px;
    color: #0DA0DB;
}
.changerStation:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 10px;
    right: 10px;
    background: #e1e1e1;
    bottom: 0;
}
.changerStation .fleches {
    /*float: right;
    margin-right: 10px;*/
}
.changerStation .fleche {
    color: #0DA0DB;
    padding: 10px 8px 10px 10px;
}
.listeDesLieux:first-child, .listeDesParcours:first-child {
    padding-top: 15px;
}

.listeDesLieux .thumbnail img, .unLieu .imageLieu img, .image-point-interet img, .listeDesParcours .thumbnail img {
    width: 100%;
    height: auto;
}

.image-plan .react-transform-component {
    width: 100%;
    height: auto;
}

.image-plan img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.listeDesLieux .thumbnail .caption, .listeDesParcours .thumbnail .caption {
    width: auto;
    padding: 0;
    top: auto;
    bottom: 13%;
    z-index:5;
}

.listeDesLieux .thumbnail .caption h3, .listeDesParcours .thumbnail .caption h3 {
    margin: 0;
    padding: 5px 9px 5px 7px;
    line-height: 1.15em;
    font-size: 1.05em;
    text-transform: uppercase;
    font-weight: 600;
}
.listeDesLieux .thumbnail .caption h3:after, .listeDesParcours .thumbnail .caption h3:after {
    display:none;
}
.unLieu h2, .contenuExplorer h2, .contenuStatic h2 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.15em;
    font-size: 1.1em;
    margin: 0 0 2px;
}

.unLieu h3 {
    margin: 8px auto 12px;
    font-weight: 600;
    line-height: 1.15em;
    font-size: 1.1em;
}

/*.unLieu h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 1px;
    background: #25272C;
    left: 50%;
    bottom: -10px;
    margin-left: -20px;
}*/
.unLieu .enteteLieu {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.unLieu .nomLieuSousLieu {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.unLieu .sousLieu {
    line-height: 1.2em;
    font-size: 1.02em;
    text-align: left;
    margin-left: 0;
}
.unLieu .mentionSpeciale {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    background-color: #d32334;
    padding: 3px 8px;
    margin-bottom: 15px;
    font-size: 0.9em;
    line-height: 1.4em;
}
.unLieu .mentionSpeciale i {
    margin-right: 5px;
}
.unLieu .iconePlan {
    display: table-cell;
    padding: 6px 8px;
    width: 36px;
}

.unLieu .iconeEmplacement {
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}

.unLieu .imageLieu {
    width: 100%;
    max-height: 630px;
    overflow: hidden;
}

.unLieu .lieuAVoir, .pagePlans .lieuAVoir, .stations-du-parcours {
    margin: 0 0 15px;
}

.sous-lieu-zones, .sequence-media-carroussel {
    overflow-x: auto;
    width: 100%;
}
.sous-lieu-zones {
    align-items: center;
    justify-content: left;
}
.unLieu a.lieuEnSavoirPlus {
    display: table;
    width: 100%;
    background: #1C2C4F;
    color: #fff;
    text-transform: uppercase;
    line-height: 0;
    overflow: hidden;
    margin-top: 3px;
}
.unLieu a.lieuEnSavoirPlus:hover {
    text-decoration: none;
    background: #004f9a;
}
.unLieu a.lieuEnSavoirPlus:focus {
    background: #000;
}
.unLieu .lieuEnSavoirPlus img {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 70px;
}
.unLieu .lieuEnSavoirPlus .titre {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    margin: 0;
}
.unLieu .lieuEnSavoirPlus .iconePlus {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
}
.unLieu .lieuEnSavoirPlus div span {
    display: inline-block;
}
.unLieu .lieuEnSavoirPlus div span img {
    width: 34px;
    height: 34px;
    margin-right: 16px;
}

.pointInteret a {
    display: block;
    height: 100%;
    width: 100%;
}
.pointInteret a:focus {
    border: 1px dotted #000;
}
.lieuAVoir .pointInteret, .sequence-media-carroussel, .stations-du-parcours .element-station {
    margin: 0;
    padding: 0;
    min-width: 275px;
    flex-grow: 0;
    flex-basis: 0;
}
.stations-du-parcours .element-station {
    display: inline-block;
}

.lieuAVoir .pointInteret .thumbnail, .sequence-media-carroussel .thumbnail, .stations-du-parcours .element-station .thumbnail {
    display:block;
    width: 275px;
    height: 275px;
    overflow: hidden;
    position: relative;
    background: #DADAD9;
}

.lieuAVoir .pointInteret .thumbnail img, .lieuAVoir .element-carrousel .thumbnail img, .sequence-media-carroussel .thumbnail img, .stations-du-parcours .element-station .thumbnail img {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height:unset;
    max-width: unset;
    max-width: none;
    border: none;
}
.lieuAVoir .pointInteret .thumbnail img, .lieuAVoir .element-carrousel .thumbnail img:hover, .sequence-media-carroussel .thumbnail img, .stations-du-parcours .element-station .thumbnail img:hover {

}

.lieuAVoir .pointInteret .thumbnail .caption, .lieuAVoir .element-carrousel .thumbnail .caption,
.sequence-media-carroussel .thumbnail .caption, .stations-du-parcours .element-station .thumbnail .caption {
    position: absolute;
    background: rgba(0,0,0,0.75);
    color: #fff;
    top: 68%;
    left: 0;
    width: auto;
    padding: 5px 10px 8px 8px;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.2rem;
    text-align: left;
}
.stations-du-parcours .element-station.directions {
    min-width: unset;
    flex: unset;
    display: table-cell;
}
.stations-du-parcours .element-station.directions .zoneDirections {
    background: none;
    display: table;
    width: 100%;
}
.stations-du-parcours .element-station.directions .zoneDirections .image {
    display: table-cell;
    width: 165px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box;
}
.stations-du-parcours .element-station.directions .zoneDirections .image .cropImage {
    width: 145px;
    height: 140px;
    overflow: hidden;
    border: 2px solid #fff;
    background: #333;
}

.stations-du-parcours .element-station.directions .zoneDirections .image .cropImage img {
    min-width: 145px;
    min-height: 140px;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    color: #fff;
}
.stations-du-parcours .element-station.directions .zoneDirections .contenu {
    background: none;
    position: static;
    display: table-cell;
    margin: 0 auto;
    padding: 0 10px 0 8px;
    text-align:left;
}
.stations-du-parcours .element-station.directions .zoneDirections .contenu .tableDirection {
    display: table;
    width: auto;
}
.stations-du-parcours .element-station.directions .zoneDirections .contenu .tableDirection .tableCellDirection {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    text-align: left;
    height: 100%;
}
.stations-du-parcours .element-station.directions .zoneDirections .contenu .tableDirection .tableCellDirection > div {
    display: inline-block;
    padding: 0 0 10px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 600;
}
.stations-du-parcours .element-station.directions .zoneDirections .contenu .tableDirection .tableCellDirection p {
    margin: 0;
}
.wrapDirections {
    margin: 0;
}
.wrapDirections .sous-lieu-zones {
    position: relative;
    display: table;
    margin: 0;
    background: #1C2C4F;
    padding: 10px 0;
    bottom: 0;
    height: auto;
    min-height: 150px;
    max-width: 1024px;
    overflow-x: hidden;
}
.wrapDirections .flecheDirection {
    width: 40px;
    display: table-cell;
}
.wrapDirections .flecheDirection .fleche {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #aaadb7;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    z-index: 1;
    font-size: 1.4rem;
}
.flecheDirection.gauche {
    position:absolute;
    left:10px;
}

.flecheDirection.droite {
    position: absolute;
    right: 10px;
}
.flecheDirection.gauche .btnStationPrecedente span {
    padding-left: 5px;
    font-size: 0.9375em;
    text-transform: uppercase;
}

.flecheDirection.droite .btnStationSuivante span {
    padding-right: 5px;
    font-size: 0.9375em;
    text-transform: uppercase;
}
.flecheDirection .fleche .fas {
    vertical-align: -1px;
}
.wrapDirections .flecheDirection.gauche .fleche {
    left: 0;
}
.wrapDirections .flecheDirection.droite .fleche {
    right: 0;
}
.wrapDirections .flecheDirection .fleche:hover {
    color: #fff;
}
.wrapDirections .flecheDirection .fleche .fas {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.wrapDirections .flecheDirection.gauche .fleche .fas{
    left: 15px;
}
.wrapDirections .flecheDirection.droite .fleche .fas {
    right: 15px;
}
.wrapDirections .flecheDirection.gauche {
    position: static;
    left: auto;
}

.wrapDirections .flecheDirection.droite {
    position: static;
    right: auto;
}

.wrapDirections .flecheDirection.gauche .btnStationPrecedente span {
    display:none;
}

.wrapDirections .flecheDirection.droite .btnStationSuivante span {
    display:none;
}
.contenu {
    padding-top: 15px;
}

.img-ss-lieu, .img-element-carroussel {
    width: 100%;
    max-width: 400px;
    max-height: 400px;
}

.plan-etage-courant {
    overflow-x: auto;
    width: 100%;
    position: relative;
    margin: 20px auto;
}

.image-plan {
    width: 80%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align:center;
}

.pagePlans {
    margin: 0 10px 20px;
}

.pagePlans h2 {
    display:inline;
    margin:0;
    padding:0;
    font-size:inherit;
    font-weight:inherit;
}

.pagePlans .nav {
    display: table;
    width: 100%;
    margin: 15px 0 30px;
    align-items: center;
}

.pagePlans .nav .nav-link {
    display: table-cell;
    background: #DADAD9;
    color: #000;
    border-radius: 0;
    border-radius: unset;
    padding: .3rem 0.5rem;
    font-size: 0.95rem;
    vertical-align: middle;
}

.pagePlans .nav .nav-link.active {
    background: #004F9A;
    color: #FFF;
}

.image-point-interet {
    width: 100%;
    max-height: 630px;
    overflow: hidden;
}
.bloc h3 {
    margin-top: 50px;
    margin-bottom: 15px;
}
.bloc h3:after, .zAccueil h3:after {
    display: none;
}
.bloc.contenu {
    padding-top:0;
}
.contenu-texte {
    margin-top: 10px;
    margin-bottom:40px;
}

.contenu .lecteur-audio .iconeCasque, .contenu .lecteur-video .iconeVideo {
    position: absolute;
    top: 50%;
    bottom: unset;
    min-height: 20px;
    min-width: 20px;
    height: 20%;
    width: 11%;
    left: 50%;
    cursor: pointer;
    margin-left: -5.5%;
    margin-top: -5%;
    cursor: pointer;
    z-index:4;
}
.contenu .lecteur-audio .iconeCasque {
    background: url("../img/logoAudio.svg") center center no-repeat;
}

.contenu .lecteur-audio img, .contenu .lecteur-audio img, .contenu .lecteur-media .contenu-transcription img {
    width: 100%;
}
.contenu .lecteur-video .iconeVideo {
    background: url("../img/logoVideo.svg") center center no-repeat;
}
.contenu .lecteur-media {
    margin: 0 !important;
    padding-top: 0;
}
.lecteur-media .med {
    position: relative;
    line-height:0;
}
.contenu .lecteur-media .nav-link {
    background: #606060;
    color: #FFF;
    border-radius: 0;
    border-radius: unset;
    flex-grow: unset;
    padding: .15rem 1rem .27rem;
    font-size: 1rem;
    font-weight: 600;
}
.contenu .lecteur-media .nav-link:hover, .contenu .lecteur-media .nav-link.active {
    background: #000;
    color: #FFF;
}
.contenu .lecteur-media .nav-link:focus {
    border: 1px dotted #fff;
}
.contenu .lecteur-media .wrapperControlesMedia .controlesMedia {
    overflow: hidden;
    height: 48px;
    padding: 0;
    margin: 0;
}
.lecteur-media .wrapperControlesMedia .controlesMedia .tempsRestant {
    font-size: 0.9rem !important;
    margin: 17px 22px 0 22px;
    margin-top: 12px;
}
.lecteur-media .btn-lecteur-media {
    margin-top: 4px;
    padding: 9px 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
}
.lecteur-media .btn-lecteur-media:focus {
    border:1px dotted #fff;
}
.lecteur-media .btn-lecteur-media.btn-rejouer {
    margin-left: 11px;
}
.lecteur-media .wrapperControlesMedia .controlesMedia .play, .lecteur-media .wrapperControlesMedia .controlesMedia .pause, .lecteur-media .wrapperControlesMedia .controlesMedia .rejouer {
    display: block;
    float: left;
    color: transparent;
    font-size: 0;
    width: 16px;
    height: 20px;
}
.contenu .lecteur-media .wrapperControlesMedia .controlesMedia .progressBar {
    height: 5px;
    background: #fff;
    position: relative;
    top: 50%;
    margin-top: -3px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 10px !important;
}
.lecteur-media .wrapperControlesMedia .controlesMedia .play {
    background: url("../img/icone-video-play.svg") no-repeat center center;
}
.lecteur-media .wrapperControlesMedia .controlesMedia .pause {
    background: url("../img/icone-video-pause.svg") no-repeat center center;
}
.lecteur-media .wrapperControlesMedia .controlesMedia .rejouer {
    background: url("../img/icone-video-rewind.svg") no-repeat center center;
}
.transcription-audio, .transcription-video {
    min-height: 150px;
    height: auto;
    max-height: 720px;
    overflow-y: auto;
    padding: 15px 10px;
    text-align: left;
    border: 1px solid #e2e2e2;
}
.image-plan .etage {
    text-align: center;
    color: transparent;
    font-weight: bold;
    height: 16px;
    width: 16px;
    background-color: #606060;
    border-radius: 50%;
    border: 1px solid #FFF;
    display: inline-block;
}
.image-plan .etage:hover {
    background-color: #2E799D;
    cursor: pointer;
}
.etageSelectionne {
    background-color: #2E799D !important;
}
.interrupteur {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.interrupteur input {
    opacity: 0;
    width: 0;
    height: 0;
}

.glisseur {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6d6d6d;
    -webkit-transition: .4s;
    transition: .4s;
}

.glisseur:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -7px;
    bottom: -2px;
    background-color: #a8a8a7;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .glisseur {
    background-color: #004479;
}

input:focus + .glisseur {
    box-shadow: 0 0 1px #1C2C4F;
}

input:checked + .glisseur:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
}
input#parametre-vision[type="range"] {
    -webkit-appearance: none;
    width: 95%;
    background: transparent;
}
input#parametre-vision[type="range"]:focus {
    outline: none;
}

/* Style pour WebKit/Blink  afin de modifier le slider IE */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #004479;
    border-radius: 1.3px;
}
input#parametre-vision[type="range"]:focus::-webkit-slider-runnable-track {
    background: #004479;
}

input#parametre-vision[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #004479;
    cursor: pointer;
    margin-top: -10px; /* il faut specifier un margin pour chrome */
}

/* Style pour Firefox afin de modifier le slider */

input#parametre-vision[type="range"]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #004479;
    border-radius: 1.3px;
}
input#parametre-vision[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #004479;
    cursor: pointer;
}


/* Style pour IE afin de modifier le slider */
input#parametre-vision[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input#parametre-vision[type="range"]::-ms-fill-lower {
    background: #004479;
    border-radius: 2.6px;
    height: 1px;
}

input#parametre-vision[type="range"]::-ms-fill-upper {
    background: #004479;
    border-radius: 2.6px;
    height: 1px;
}
input#parametre-vision[type="range"]::-ms-thumb {
    margin-top: 1px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #004479;
    cursor: pointer;
}
input#parametre-vision[type="range"]:focus::-ms-fill-lower {
    background: #004479;
}
input#parametre-vision[type="range"]:focus::-ms-fill-upper {
    background: #004479;
}

.contenuStatic.page-parametre {
    font-size:0.8rem;
    padding:25px 0;
}
.contenuStatic .entete, .contenuExplorer .entete {
    margin-bottom: 2rem;
}
.zoneLangue {
    margin-bottom: 10px;
    padding: 0 20px 5px;
    /*border-bottom:1px solid #000;*/
}
.zoneAccessibilite {
    margin-bottom: 15px;
    padding: 0 20px 20px;
}
#choisirLangue {
    display: inline-block;
    width: auto;
    height: auto;
    border-color:#aaa;
}
.page-parametre .sous-titre {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.contenuStatic hr, .contenuExplorer hr {
    margin: 25px -20px;
}
.contenuStatic a, .contenuExplorer a {
    color: #0059a3;
    text-decoration: underline;
    word-break: break-all;
}
.contenuStatic a:hover, .contenuExplorer a:hover {
    color: #000;
    text-decoration: none;
}
.contenuStatic h2, .contenuStatic h3, .contenuStatic h4, .contenuStatic h5, .contenuExplorer h2, .contenuExplorer h3, .contenuExplorer h4, .contenuExplorer h5 {
    color: #000;
}
.contenuStatic h2, .un-parcours h2, .page-liste-lieu h2, .contenuExplorer h2 {
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #0DA0DB;
    margin-left: auto;
    margin-right: auto;
}
.page-liste-lieu > p:last-child {
    margin-bottom:30px;
}
.contenuStatic h2 + h3:before, .contenuExplorer h2 + h3:before {
    display: none;
}
.contenuStatic h2 + h3, .contenuExplorer h2 + h3 {
    margin-top: 0;
}
.contenuStatic h3, .contenuExplorer h3 {
    position: relative;
    text-transform: none;
    font-size: 1.03rem;
    margin-top: 35px;
    margin-bottom: 10px;
}
.contenuStatic h3:before, .contenuExplorer h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 1px;
    top: -16px;
    left: 0;
    background: #000;
}
.contenuStatic h3:after, .contenuExplorer h3:after {
    display: none;
}
.contenuStatic h4, .contenuExplorer h4 {
    font-size: 1.03rem;
    font-weight: 600;
}
.contenuStatic ul, .contenuExplorer ul {
    margin-left: 0;
    padding-left: 20px;
}
.contenuStatic p, .contenuExplorer p {
    margin-bottom: 18px;
}
.contenuStatic img, .contenuExplorer img {
    max-width: 100%;
    height: auto;
}
.page-parametre p {
    color: #5c5c5c;
}
.page-parametre .card {
    
}
.page-parametre .card .sous-titre {
    color: #7e5a33;
    font-size:1.05rem;
}

.glisseur.cercle {
    border-radius: 34px;
}
.glisseur.cercle:before {
    border-radius: 50%;
}
.glisseur.cercle:focus {
    background: #a07847;
}

.btn-primary.btnAfficherDirection {
    background-color: #2f7a9c;
    min-width: unset;
    width: auto;
    padding: 6px 12px;
    font-size: 1.05em;
    line-height: 1.2em;
    margin-left: 0;
    margin-top: 15px;
    margin:15px 0 5px;
    font-weight:500;
}
.imagePi {
    position: relative;
    width: 100%;
    height: 100%;
}
.plan-etage-courant h4 {
    font-weight:600;
}
.plan-etage-courant .lieuAVoir .pointInteret, .plan-etage-courant .lieuAVoir .pointInteret .thumbnail {
    min-width: 319px;
    width: 319px;
    height: auto;
    min-height: unset;
    background: none;
    margin-right: 0px;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .caption {
    left: 3px;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail img {
    width: 313px;
    height: auto;
    min-height: 154px;
    max-height: unset;
    max-height: none;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    min-width: unset;
    min-width: none;
    min-height: unset;
    min-height: none;
    margin-left: -16px;
    margin-top: -16px;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi.selectionne {
    border: 3px solid #4f799b;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi.nonSelectionne {
    border: 3px solid transparent;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi.selectionne:after, .plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi.nonSelectionne:hover:after {
    background: url("../img/pi-plus-bleu.svg") center center no-repeat;
}
.plan-etage-courant .lieuAVoir .pointInteret .thumbnail .imagePi.nonSelectionne:after {
    background: url("../img/pi-plus-noir.svg") center center no-repeat;
}
.hidden {
    display: none;
}
p.contenuEspace {
    height: 50px;
}
.CopyRights {
    overflow: hidden;
    width:100%;
    line-height:1rem;
}
.CopyRights a {
    float: right;
    display: inline-block;
    cursor: pointer;
    color: #999;
    text-align: right;
    line-height: 1em;
}
.icon-Copyright {
    display: inline;
    font-size: 0.70em;
    color: #999;
    padding: 0 3px 0 1px;
    line-height: 0.8em;
}

.label-Copyright {
    float: right;
}
.imageSource {
    font-size: 0.80em;
    color: #a0a0a0;
    line-height: 1.5em;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.affiche .imageSource {
    display: inline;
    clip: unset;
    height: auto;
    overflow: auto;
    position: static;
    white-space: normal;
    width: auto;
}

.fleche.fermer {
    position:relative;
    padding-right:22px;
}

.fleche.fermer span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 40px;
    background: url("../img/btn-x.svg") center right no-repeat;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

a:hover + div, a:active + div {
    display: block;
}
/* Styles responsive (media queries) */
    @media (min-width: 1199.98px) {
        .media.imgEntree img {
            
        }

        .unLieu .pointInteret .thumbnail img, .unLieu .element-carrousel .thumbnail img {
            min-width: 275px;
        }
    }

    @media (min-width: 992px) {
        /* Pour conserver le menu hamburger au lieu du menu horizontal */
        .navbar {
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .navbar-expand-lg .navbar-toggler {
            display: block;
        }

        .navbar-expand-lg .navbar-collapse {
            flex-basis: 100%;
            display: unset !important;
        }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: static;
            margin-top: 0;
        }

        .collapse:not(.show) {
            display: none !important;
        }
        /* //FIN// Pour conserver le menu hamburger au lieu du menu horizontal */

        .sectionPremiereVisite, .sectionExperience {
            margin-top: 15px;
        }

        .sectionExperience {
            margin-bottom:0;
        }

        .sectionPremiereVisite h2, .sectionExperience h2 {
            font-weight: 700;
            width: 260px;
            font-size: 1.15em;
        }

        .sectionPremiereVisite .imgPreparerVisite {
            width: 440px;
            margin-left: -220px;
            top: 75px;
        }

        .sectionExperience .imgPreparerVisite {
            width: 440px;
            margin-left: -220px;
            top: 115px;
        }

        .sectionPremiereVisite div:first-of-type {
            height: 485px;
        }
        .sectionExperience div:first-of-type {
            height: 506px;
        }
        .media.imgEntree img {
            height: 500px;
            margin-top: 40px;
        }
        .imgEntree img[src="img/FR-img-parcours-2-lieux-inspirants.png"], .imgEntree img[src="img/EN-img-parcours-2-lieux-inspirants.png"] {
            margin-top: 40px;
            margin-bottom: 40px;
            height: 480px;
        }
        .imgEntree img[src="img/FR-img-parcours-1-captivants.png"], .imgEntree img[src="img/EN-img-parcours-1-captivants.png"] {
            margin-top: 12px;
            margin-top: 40px;
            margin-bottom: 40px;
            margin-left:0;
        }
        .zAccueil h2 {
            width: 350px;
        }
        .sectionExperience h2 {
            width: 238px;
        }
        .container-fluid > .contenu, .contenuStatic, .contenuExplorer {
            padding: 26px 23px;
        }
        .page-element-parcours .un-parcours .img-fluid {
            max-width: 65%;
        }
        .wrapImgEntree {
            padding-top: 105px;
        }
        .navbar-brand-container.tittrPositionNavbarPrincipalereAccueil .navbar-brand img {
            margin-left: 13px;
            height: 80px;
        }
    }



    @media (min-width: 768px) {
        .media.imgEntree img {
            
        }

        .image-plan {
            max-width: 450px;
        }

        .transcription-audio, .transcription-video {
            max-height: 400px;
        }
    }

    @media (min-width: 576px) {
        .btn-primary, .btn-light {
            width: auto;
            padding: .8rem 1rem;
        }
    }

    @media (max-width: 768px) {
        .media.imgEntree img {

        }

        .unLieu .imageLieu, .image-point-interet {
            width: 100%;
            max-height: 368px;
            overflow: hidden;
        }

        .image-plan {
            width: 80%;
            overflow: hidden;
        }

        .lieuAVoir .pointInteret .thumbnail, .sequence-media-carroussel .thumbnail, .stations-du-parcours .element-station .thumbnail {
            width: 154px;
            height: 154px;
        }

        .lieuAVoir .pointInteret .thumbnail .caption, .lieuAVoir .element-carrousel .thumbnail .caption,
        .sequence-media-carroussel .thumbnail .caption, .stations-du-parcours .element-station .thumbnail .caption {
            font-size: 1rem;
            top: unset;
            bottom: 12%;
        }

        .lieuAVoir .pointInteret, .sequence-media-carroussel, .stations-du-parcours .element-station {
            width: auto;
            min-width: unset;
            min-width: auto;
        }
        .decoHautGauche {
            left: 6px;
            top: -38px;
            width: 19%;
        }
        .decoBasDroite {
            right: 8px;
            top: 11%;
            width: 36%;
        }
        .listeDesLieux .decoHautGauche {
            left: 6px;
            top: -23px;
            width: 23%;
        }
        .listeDesLieux .decoBasDroite {
            width:20%;
            top:30%;
        }
        .decoHautDroite {
            right: -3px;
            top: -12px;
            width: 24%;
        }
        .page-liste-parcours > p, .page-liste-lieu > p {
            max-width: 75%;
            line-height: 1.2em;
        }
        .navbar-brand-container, .navbar-brand {
            margin-right: 0 !important;
            margin-left: 0 !important;
            padding-right: 0;
        }
        .navbar-brand-container.titreExplorer .navbar-brand {
            margin-right: 13px !important;
        }
    }

    @media (max-width: 480px) {
        .listeDesLieux .thumbnail, .unLieu .imageLieu, .image-point-interet, .listeDesParcours .thumbnail {
            max-height: 227px;
            overflow: hidden;
        }

        .unLieu .pointInteret .thumbnail, .unLieu .element-carrousel .thumbnail, .stations-du-parcours .element-station .thumbnail {
            width: 154px;
            overflow: hidden;
            margin: 0 auto;
        }

        .lieuAVoir .pointInteret, .sequence-media-carroussel, .stations-du-parcours .element-station {
            min-width: 154px;
        }

        .stations-du-parcours .element-station.directions {
            min-width: unset;
        }

        .stations-du-parcours .element-station.directions .zoneDirections .contenu .tableDirection .tableCellDirection > div {
            font-size: 0.97rem;
        }

        .btn-primary, .btn-light {
            padding: .55rem 0.5rem;
            font-size: 1rem;
        }

        .btn-primary, .btn-light, .btnDemarrerParcours {
            min-width: 100%;
        }

        .taille-texte-moyen .btn-primary, .taille-texte-moyen .btn-light, .taille-texte-grand .btn-primary, .taille-texte-grand .btn-light {
            min-width: unset !important;
        }

        .taille-texte-moyen .btn-primary.btnDemarrerParcours, .taille-texte-grand .btn-primary.btnDemarrerParcours {
            width: 95% !important;
        }

        .transcription-audio, .transcription-video {
            max-height: 280px;
        }
        #navigationRetour.titreExplorer div {
            font-size: 1.1rem !important;
        }
    }

    @media (max-width: 420px) {
        .navbar {
            padding: .5rem .25rem;
        }

        .navbar-toggler {
            padding: .5rem;
        }

        .navbar-brand-container {
            margin-right: 0;
        }

        .media.imgEntree img {

        }

        .listeDesLieux .thumbnail, .unLieu .imageLieu, .image-point-interet, .listeDesParcours .thumbnail {
            max-height: 197px;
        }
        .navbar-brand.titre-qui-peut-consulter {
            font-size:0.9rem !important;
        }
    }

    @media (max-width: 380px) {
        .listeDesLieux .thumbnail, .unLieu .imageLieu, .image-point-interet, .listeDesParcours .thumbnail {
            max-height: 177px;
        }

        .contenu .lecteur-media .wrapperControlesMedia .controlesMedia .progressBar {
            margin-left: 4px !important;
            max-width: 120px;
        }

        .lecteur-media .wrapperControlesMedia .controlesMedia .tempsRestant {
            margin-left: 10px;
            margin-right: 10px;
            font-size: 0.8em !important;
        }

        .lecteur-media .wrapperControlesMedia .controlesMedia .play, .lecteur-media .wrapperControlesMedia .controlesMedia .pause, .lecteur-media .wrapperControlesMedia .controlesMedia .rejouer {
            width: 14px;
            height: 18px;
        }

        .transcription-audio, .transcription-video {
            max-height: 220px;
        }
        #navigationRetour.titreExplorer div {
            font-size: 0.94rem !important;
        }
        .listeDesLieux .thumbnail .caption h3, .listeDesParcours .thumbnail .caption h3 {
            font-size: 1em;
        }
        body .page-element-parcours.taille-texte-moyen .changerStation {
            font-size: 1.1rem !important;
        }
        body .page-element-parcours.taille-texte-grand .changerStation {
            font-size: 1.15rem !important;
        }
    }
    @media (max-width: 355px) {
        .navbar-brand-container {
            max-width: 60%;
            white-space: unset;
            text-align: center;
        }
        .navbar-brand {
            white-space: unset;
        }
        #navigationRetour.titreExplorer div {
            font-size: 0.9rem !important;
        }
    }
    @media (max-width: 280px) {
        .media.imgEntree img {
            height: 200px;
        }
        .sectionPremiereVisite .imgPreparerVisite {
            width: 310px;
            margin-left: -155px;
        }
        .sectionPremiereVisite div:first-of-type {
            height: 380px;
        }
        .sectionPremiereVisite .imgPreparerVisite {
            width: 310px;
            margin-left: -155px;
        }
        .sectionExperience .imgPreparerVisite {
            width: 282px;
            margin-left: -141px;
        }
        .sectionExperience div:first-of-type {
            height: 365px;
        }
        .btnExplorer a {
            margin: 8px 1px;
        }
        .imgEntree img[src="img/FR-img-parcours-3-experience-etonnante.png"], .imgEntree img[src="img/EN-img-parcours-3-experience-etonnante.png"] {
            height: 225px;
            margin-left: -20px;
        }
        body .page-element-parcours.taille-texte-grand .changerStation {
            font-size: 0.84rem !important;
        }
        .flecheDirection.gauche .btnStationPrecedente span, .flecheDirection.droite .btnStationSuivante span {
            font-size: 0.84rem;
        }
        .changerStation .fleche {
            padding: 10px 4px;
        }
        #navigationRetour.titreExplorer div {
            padding-right: 10px;
        }
        #navigationRetour a {
            padding: 7px 0px 6px;
        }
        #navigationRetour.titreExplorer div {
            font-size: 0.93rem !important;
        }
    }
    @media (max-width: 265px) {
        .navbar-brand {
            font-size: 0.9rem;
        }
    }
    /* Images rétina
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

} 
*/
.chargement {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    line-height:2.9em;
    top: 40%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.chargement-spinneur {
    width: 3rem;
    height: 3rem;
    z-index: 20;
    margin-right:3px;
}
