/* Afficher/masquer selon l'orientation */
.orientation-portrait-show {
    display: none;
}

.orientation-landscape-show {
    display: none;
}

.retour-accueil {
    z-index: 100;
    width: 5em;
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}


/*
@media (orientation: landscape) and (max-width: 1081px) and (min-width: 721px)  and (max-height: 603px) and (min-height: 540px){
    .kr-header {
        display: none;
    }
    .pano-padding {
        padding: 0 !important;
    }
    #krpanoSWFObject {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    body {
        background: #fff !important;
    }
    .retour-accueil {
        display: block !important;
        width: 3em;
    }

    .kr-body {
        margin-top: 3px !important;
    }
}


@media (orientation: landscape) and (max-width: 1381px) and (max-height: 792px) and (min-width: 1082px) and (min-height: 604px) {
    .kr-header {
        display: none;
    }
    .pano-padding {
        padding: 0 !important;
    }
    #krpanoSWFObject {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    body {
        background: #fff !important;
    }
    .retour-accueil {
        display: block !important;
    }

}
*/


@media (orientation: landscape) and (max-width: 1387px) and (max-height: 728px) {
    .kr-header {
        display: none !important;
    }
    .pano-padding {
        padding: 0 !important;
    }
    #krpanoSWFObject {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    body {
        background: #fff !important;
    }
    .retour-accueil {
        display: block !important;
    }

}


/*@media (orientation: portrait) and (max-width: 720px) and (max-height: 1200px) {*/
@media (orientation: portrait) {
.kr-header {
        display: none !important;
    }
    .pano-padding {
        padding: 0 !important;
    }
    #krpanoSWFObject {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        /*transform: rotate(90deg) !important;*/
    }
    .retour-accueil {
        display: block !important;
        width: 3em;
    }
}

@media (max-width: 900px) and (max-height: 850px)  {
    .kr-header {
        display: none !important;
    }
    .pano-padding {
        padding: 0 !important;
    }
    #krpanoSWFObject {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        /*transform: rotate(90deg) !important;*/
    }
    .retour-accueil {
        display: block !important;
        width: 3em;
    }
}