@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;

    background-color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

* {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}
iframe{
	z-index:3 !important;
}

/* #logo {
    z-index: 5000;

    position: fixed;
    top: 2%;
    left: 5%;

    width: 139px;
    height: 80px;
}

#logo img {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);

    width: 100%;
    height: auto;
} */

#swipe {
    z-index: 5000;

    position: fixed;
    bottom: 2%;
    left: 50%;

    transform: translateX(-50%);

    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#swipe img {
    pointer-events:none;
}

/* Video d'introduction */

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/bg_video.jpg) no-repeat;
    background-size: cover;

    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#skip {
    position: fixed;
    z-index: 4000;
    bottom: 2%;
    right: 5%;

    cursor: pointer;

    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#skip img {
    width: 100%;
    height: auto;
}

/* Vue d'ensemble */

#vueEnsemble {
    z-index: 3500;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;

    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#vueEnsemble img:last-child{
    min-width: 100%;
}

#vueEnsemble img, map {

    position: absolute;
    top: 50%;
    left: 0 !important;
    /*min-width: 100%; */
    min-height: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: /*translateX(-50%)*/ translateY(-50%);
    -moz-transform: /*translateX(-50%)*/ translateY(-50%);
    -webkit-transform: /*translateX(-50%)*/ translateY(-50%);
    transform: /*translateX(-50%)*/ translateY(-50%);
}

map, area {
    display: block;
}

.pin {
    z-index: 15;
    width: 100%;
    height: 100%;
    height: auto;
    min-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;

    -webkit-transition: background 100ms cubic-bezier(0.0, 0.0, 0.2, 1);;
    -moz-transition: background 100ms cubic-bezier(0.0, 0.0, 0.2, 1);;
    -ms-transition: background 100ms cubic-bezier(0.0, 0.0, 0.2, 1);;
    -o-transition: background 100ms cubic-bezier(0.0, 0.0, 0.2, 1);;
    transition: background 100ms cubic-bezier(0.0, 0.0, 0.2, 1);;

    pointer-events: none;
}

/* Vue 360 */

#krpanoSWFObject {
    /* empeche de le voir au chargement de la page */
    /*opacity: 0;
    visibility: hidden;*/
}

#notice {
    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#notice img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4000;
    transform: translate3d(-50%,-50%,0);

    cursor: pointer;
}

.navGradient {
    background-image: url(../images/gradient.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#retour {
    position: absolute;
    top: 0;
    right: 1%;

    cursor: pointer;

    z-index: 10;
    text-transform: uppercase;
    font-weight: bold;

    /* empeche de le voir au chargement de la page */
    opacity: 0;
    visibility: hidden;
}

#retour:before {
    content: "";
    width: 47%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#retour:hover:before {
    width: 100%;
}

/* RESPONSIVE */

@media screen and (max-width: 1440px) and (max-height: 1250px) and (min-height: 1015px) {
    #vueEnsemble img, map, video {
        left: 62%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 800px) and (min-height: 800px) {
    #vueEnsemble img, map, video {
        left: 66%;
    }
}

@media screen and (max-width: 768px) {
     /* #logo {
        top: 0;
        left: 50%;
    }

    #logo img{
        top: 70%;
        transform: translate(-50%,-50%);
    } */

    #skip {
        right: 50%;
        transform: translateX(50%);
    }

    #skip img {
        width: 70%;
        height: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 800px) and (min-height: 600px) {
    #vueEnsemble img, map, video {
        left: 72%;
    }
}

@media screen and (max-width: 425px) and (min-height: 400px) {
    #vueEnsemble img, map, video {
        left: 82%;
    }
}

@media screen and (max-width: 320px) and (min-height: 325px) {
    #vueEnsemble img, map, video {
        left: 94%;
    }
}

@media screen and (max-width: 320px) and (max-height: 225px) {
    #vueEnsemble img, map, video {
        left: 50%;
    }
}

@media screen and (max-width: 1530px) and (min-height: 1040px) {
    #vueEnsemble img, map, video {
        left: 60%;
    }
}

@media screen and (max-width: 1080px) and (min-height: 800px) {
    #vueEnsemble img, map, video {
        left: 70%;
    }
}

@media screen and (max-width: 800px) and (min-height: 800px) {
    #vueEnsemble img, map, video {
        left: 77%;
    }
}

@media screen and (max-width: 620px) and (min-height: 800px) {
    #vueEnsemble img, map, video {
        left: 90%;
    }
}

@media screen and (max-width: 570px) and (min-height: 800px) {
    #vueEnsemble img, map, video {
        left: 92%;
    }
}

@media screen and (max-width: 600px) {
    #notice img {
        width: 100%;
    }
    #LaScene {
        width: 40%!important;
        padding: 5px 5px!important;
    }
    /* h2 {
        font-size: .8em!important;
    } */
    /* .logo {
        background-size: 100px 50px;
        padding: 10px;
    } */
}


.change-langue {
    /* position: fixed;
    top: 0;
    right: 0; */
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-content: center;
    gap: 5px;

}

.change-langue.visite {
    position: relative;
}

.change-langue .separator {
    color: #0A2C45;
}

.change-langue a {
    color: #0A2C45;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-weight: 500;
    font-size: 19px;
}

.change-langue a:hover,
.change-langue a.active {
    color: #ffffff;
}

.change-langue a.active {
    pointer-events: none;
    cursor: default;
}

/* menu burger */
#leMenu{
    display:block;
}

#main {
    text-align: end;
}

.openbtn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    font-size: 2.2em;
    background-color: #fc7158;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    height: auto;
    width: 50px;
    max-width: 150px;
    outline: none;
    z-index: 100;
}

#laScene {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 30px;
    z-index: 9999;
    pointer-events: none;
}

#lex {
    display: none
}






@media screen and (max-width: 400px) {

    /* #leMenu {
        display: none;
    } */
    #LaScene {
        display: none;
        width: 30%;
        padding: 5px 5px;
    }
    /* h2 {
        font-size: .6em!important;
    } */
    #lex {
        display: block;
        position: fixed;
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        margin-top: 15px;
        color: #fff;
        background-color: #0A2C45;
        border: none;
        font-size: 1em;
        opacity: 1;
        outline: none;
        padding: 5px;
        cursor: pointer;
        z-index: 1;
    }
    /* #leMenu {
        display: none;
        width: 100%;
    } */
    .openbtn {
        display: block;
    }

}


@media screen and (max-width: 320px) {
    .openbtn {
        display: block;
    }
    /* #leMenu {
        display: none;
    } */
    #LaScene {
        display: none;
        width: 10%;
        padding: 5px 3px;
    }
    /* h2 {
        font-size: .6em!important;
    } */

}



@media screen and (max-width: 1400px) {
	.dropdown {
        /* width: 260px; */
        top: 100px;
	}
	.dropdown li a{
        font-size: 12px;
	}
	.logo{
        /* width: 260px; */
        height: 100px;
    }
    .iconInMenu{
        top:3px;
    }
    .logo img {
        height: auto;
        width: 100%;
        max-width: 200px;
        /* padding: 35px 0px 15px 0px; */
    }
    #laScene {
        display: block;
    }
}

@media screen and (max-width: 1025px) {
    .dropdown li a{
        padding-top: 15px;
        padding-bottom: 15px;
	}
	.iconInMenu{
        top:-1px;
    }
}




@media screen and (max-width: 601px) {

    #lex {
        position: fixed;
        transform: translateX(90px);
        -webkit-transform: translateX(90px);
        -moz-transform: translateX(90px);
        -ms-transform: translateX(90px);
        margin-top: 15px;
        color: #fff;
        background-color: #0A2C45;
        border: none;
        font-size: 1em;
        opacity: 1;
        outline: none;
        padding: 5px;
        cursor: pointer;
        z-index: 1;
    }

    .dropdown {
        /* padding-top:0px;
        padding-left:0;
        padding-right:0; */
        margin:0;
        width:100vw;
        height: 100vh;
        z-index: 1;
        cursor: pointer;
        list-style: none;
        overflow: hidden;
        background-color: #54565b;
        /* background-position: 0px 0px; */
        background-repeat: no-repeat;
        transition: all 0.3s ease-out;
    }

	.dropdown li a {
		font-size: 16px;
        padding-left:0;
    }

	.logo{
		width: 100%;
		height: 180px;
        background-size: contain;
	}
	.testClass{
		width:0;
	}
	.iconInMenu{
		opacity:0;
		/*display:none;*/
    }
    .logo img {
        height: auto;
        width: 100%;
        max-width: 150px;
        z-index: -1;
        /* padding: 35px 0px 15px 0px; */
    }
    /* #leMenu{
        display: none;
        transition: left 1s ease-in-out;
    } */
    #laScene {
        display: block;
    }
    .openbtn {
        display: block;
    }

}








/*****************/
/* MENU PANORAMA*/
/*****************/




.testClass{
    transition: width 0.75s ease-out;
    width: 44px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.08)
}

.iconInMenu{
	transition: opacity 0.15s ease-out;
    float: left;
    height: 26px;
    left: 8px;
    top: 8px;
    position: relative;
}



#monmenupiece > li.active .pouractmenu {
	/* background-color: rgba(70, 74, 109, 0.6); */
	background-color: #0A2C45;
}

#monmenupiece > li + ul {
	display: none;
}

#monmenupiece > li.active + ul {
	display: block;
}

#monmenupiece > li + ul li a.active {
	color: #F82627;
}

.sousMenu[data-groupe="etage2"] {
    border-top: 1px solid rgba(60, 60, 60, 0.94);
    border-bottom: none;
}
.wrapper-dropdown-5 {
	position: absolute;
	left: 0;
	top: 117px!important;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	cursor: pointer;
	outline: none;
	z-index: 1;
	text-align: center;
}

.dropdown h3 {
	font-family: 'Titillium Web';
	font-size: 21px;
	color: #ed1b2f;
	margin: 14px 40px 0 0;
	font-weight: 300;
}
.dropdown {
	padding-top:0px;
	padding-left:0;
	padding-right:0;
	margin:0;
    /* position: absolute;
	right: 0; */
	width:100%;
	/* top: 117px; */
	z-index: 1;
	cursor: pointer;
    list-style: none;
    overflow: hidden;
	background-color: #0A2C45;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
}

.dropdown li div, .dropdown li a {
    border-style: solid;
    border-left: 0;
    border-right: 0;
	border-top: 0;
    border-width: 1px;
    border-color: #DBE5DA90;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    color: #DBE5DA;
    transition: all 0.3s ease-out;
    font-family: "nimbus-sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;

}
.dropdown li a :last-child{
	  border-bottom: 0;
}

.dropdown li div:hover, .dropdown li a:hover {
	background-color:#F82627 !important;
	color: #ffffff !important;
}

.dropdown.premierindex {
	background-image: url('./images/noir60.png');
	background-repeat: repeat;
}

.dropdown.premierindex li div {
	padding: 3px 60px 3px 0px;
}

.sousMenu{
	padding-top: 15px;
	padding-bottom: 15px;
	border-color:rgba(60, 60, 60, 0.94);
	border-style: solid;
	border-width:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px
}

.sousMenu li:not(:last-of-type){
	margin-bottom: 5px;
}
.sousMenu li * {
    vertical-align: text-top;
}
.sousMenu li a {
	text-align:left;
	border:none!important;
	padding:0;
	/* height: 25px; */
    line-height: 1.5;
    font-size: 11px;
    display: inline-block;
}

.sousMenu li a:hover{
	color: #F82627 !important;
	background-color:transparent !important;
}

#yqb_intro{
	z-index:100;
}
#customMap{
	z-index:2;

}

.header-menu {
    background-color: #fff;
    padding: 30px 75px;
}

/* .logo {
	position: absolute;
	top: 0;
	right: 0;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
	background-color:#ffffff;
	background-size: 220px;
	width: 373px;
	height: 118px;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-out;
} */

.logo img {
    height: auto;
    width: 100%;
    max-width: 300px;
    /* padding: 35px 0px 15px 0px; */
}

.dropdown li:last-of-type div, .dropdown li:last-of-type a {
    border: none;
}

.dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
	position: absolute;
	right: 11px;
	width: 35px;
	height: 31px;
}


#laScene h2 {
    margin: 0;
    color: #83796f;
    text-transform: uppercase;
}

.copyright {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    pointer-events: none;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 5px;
}

.copyright:not(.active) {
    opacity: 0;
    visibility: hidden;
}

.copyright p {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}

.copyright img {
    pointer-events: initial;
}

.copyright img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}

@media screen and (max-width: 1280px) {
	.copyright p {
        display: none;
    }
}

#leMenu {
    width: 100%;
    max-width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

#menu-burger {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0A2C45;
    z-index: 100;
    grid-template-columns: auto;
    align-content: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
}

#menu-burger .line {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .copyright {
        bottom: 75px;
    }
}

@media screen and (max-width: 991px) {
    #leMenu {
        opacity: 0;
        visibility: hidden;
    }
    #menu-burger {
        display: grid;
    }

    #laScene{
        font-size: 11px;
        height: 50px;
        box-sizing: border-box;
    }
}

.header-menu{
    display: none;
}
.Menu{
    list-style-type: none;
    padding: 0 !important;
}
.sousElement.active{
    background-color: #F82627;
}
#logo{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
    z-index: 1000;
}