/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 avr. 2014, 09:23:25
    Author     : llang
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 12, 2014 */


@font-face {
    font-family: 'titillium';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/titillium-regular-webfont.woff') format('woff'),
        url('../fonts/titillium-regular-webfont.ttf') format('truetype'),
        url('../fonts/titillium-regular-webfont.svg#titilliumthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium';
    src: url('../fonts/titillium-regularitalic-webfont.eot');
    src: url('../fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/titillium-regularitalic-webfont.woff') format('woff'),
        url('../fonts/titillium-regularitalic-webfont.ttf') format('truetype'),
        url('../fonts/titillium-regularitalic-webfont.svg#titilliumthin_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: 'titillium';
    src: url('../fonts/titillium-semibold-webfont.eot');
    src: url('../fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/titillium-semibold-webfont.woff') format('woff'),
        url('../fonts/titillium-semibold-webfont.ttf') format('truetype'),
        url('../fonts/titillium-semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'titillium';
    src: url('../fonts/titillium-semibolditalic-webfont.eot');
    src: url('../fonts/titillium-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/titillium-semibolditalic-webfont.woff') format('woff'),
        url('../fonts/titillium-semibolditalic-webfont.ttf') format('truetype'),
        url('../fonts/titillium-semibolditalic-webfont.svg#titilliumbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

.positionVignettes{
    display : none;
}

.pano1{                
    width: 100%;
    height : 100%;
    /*display: none;*/
    overflow: hidden;
}

.panovisu{
    background-color: rgba(0,0,0,0);
    background-image:  url(fond.jpg);
    background-position:  center center;
    background-repeat: repeat;      
}

.container{
    background-color: rgba(0,0,0,0);
    background-image:  url(fond.jpg);
    background-position:  center center;
    background-repeat: repeat;
    margin-right: 0px;
    overflow: hidden;
}
.divCanvas{
    background-color: rgba(0,0,0,0);
    margin-right: 0px;
    overflow: hidden;
    z-index:0;
    position: absolute;
    top: 0;
    left: 0;
}


.panoramique {
    box-shadow: 0 0 3px #000000;
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 1000px;
    margin: auto;
}

.curseurCroix {
    cursor: move;
}



.boutons{
    z-index: 10000;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 0;
    position: absolute;
    /*bottom: 40px;*/
}

.deplacement,.zoom,.outils,.souris,.pleinEcran,.auto,.boutons{
    display: none;
}

.barre{
    display: inline-block;
    position: absolute;
    top: -45px;
    transition: 0.5s;    
    padding : 1px;
}
/*.barre div{
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0);
    background-color: rgba(255,255,255,0);
    border-radius: 0px;
    opacity: 0.8;
    margin-right: 0px;
    padding : 1px;
    cursor: pointer;
}*/

.info {
    position: absolute;
    top: 0px; 
    color: #ffffff;
    padding: 5px;
    font-family:Monospace;
    font-size:13px;
    text-align:center;
    background-color: #000;
    z-index: 350;
    display: none;
}


.barre img:hover{
    opacity: 1;
}
.barre  img{
    width: 20px;
    height: 20px;    
}
.barre  img:hover{
    width: 25px;
    height: 25px;
}

.infoPanovisu,.aidePanovisu{
    font-family: "titillium",Arial,sans-serif;
    font-size: 0.67em;
    position: absolute;
    top: 200px;
    z-index: 1000;
    width: 0px;
    height : 0px;
    margin: auto;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    display: none;
    overflow: hidden;

}

.infoPanovisu a{
    color: yellow;
    text-decoration: none;
}
.pano-visu{
    overflow: hidden;
}
.infoBulle{
    display: none;
    border: 1px solid #777;
    background-color: #ddd;
    font-family: titillium,Verdana,sans-serif;
    font-size: 0.6em;
    padding: 2px 7px;
}
.bousAig,.bousImg{
    position: absolute;
    z-index: 502;
    transform-origin: 50% 50%;
}
.boussole{
    position: absolute;
    z-index: 501;
    transition: 0.5s;    
}
.reseauxSociaux {
    position: absolute;
    z-index: 502;
}

.RS{
    padding-right: 5px;
    cursor: pointer;
    filter: url(filtres.svg#gris30);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale="0.3",duration=2);
    -webkit-filter: grayscale(0.3);
    transition: 0.5s;    
}
.RS:last-child{
    padding-right: 0;
}

.RS:hover{
    filter: none;
    -webkit-filter: none;
}


.marcheArret{
    position: absolute;
    z-index: 501;
    opacity: 0.8;
    cursor: pointer;
}
.marcheArret:hover{
    opacity: 1.0;
}
.vignettes{
    z-index : 400;
    position: absolute;
    transition: 0.5s;
}
.titreVignettes{
    z-index : 400;
    position: absolute;
    transition: 0.5s;
    font-size: 0.9em;
    font-family: Verdana,Arial,sans-serif;
    cursor : pointer;
}

.imgVignette{
    margin-top: -2px;
    transition: 0.5s;
    margin-right:  10px;
    opacity: 1.0;
    border : 2px solid #fff;
    filter: url(filtres.svg#gris30);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale="0.3",duration=2);
    -webkit-filter: grayscale(0.3);
    transition: 0.5s;
}
.imgVignette:hover{
    border : 2px solid yellow;
    filter: none;
    -webkit-filter: none;
}
.positionVignettes{
    position: absolute;
    z-index: 410;
    opacity: 0.5;
}

.positionVignettes:hover{
    opacity: 0.8;
}
.divHTML,.divImg{
    position: relative;
}


.suivant{
    width: 50px;
    height : 100px;
    position: absolute;
    top : 100px;
    right : 0px;
    background: url(../images/suivant.png) center center no-repeat;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px 0px 0px 10px; 
    opacity : 0.2;
    z-index: 500;
    transition: 0.5s;

}
.precedent{
    width: 50px;
    height : 100px;
    position: absolute;
    top : 100px;
    left : 0px;
    background: url(../images/precedent.png) center center no-repeat;
    background-color: rgba(0,0,0,0.3);
    opacity : 0.2;
    border-radius: 0 10px 10px 0; 
    z-index: 500;
    transition: 0.5s;

}
.suivant:hover,.precedent:hover{
    opacity: 0.9;
}
.plan,.planTitre,.planPoint{
    position: absolute;
    transition:ease-in-out 1s;
    z-index: 500;
    font-size: 0.9em;
    font-family: Verdana,Arial,sans-serif;
}
.plan{
    overflow: hidden;
}
.planTitre,.planPoint{
    cursor: pointer;
}
.actif{
    cursor: auto;
}
.planAig{
    position: absolute;
}

.radar{
    position: absolute;
}

.carte,.carteTitre,.cartePoint{
    position: absolute;
    transition:ease-in-out 1s;
    z-index: 500;
    font-size: 0.9em;
    font-family: Verdana,Arial,sans-serif;

}
.carte{
    overflow: hidden;
}
.carteTitre,.cartePoint{
    cursor: pointer;
}

.data-title{
    margin: 10px;
    border-left: 1px solid #999;
    font-size: 0.8em;
}

.data-title:before {
    content:  "panoVisu v3 - L. LANG (2014-2025)";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color : #fff;
    padding: 5px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}
.data-title :first-child {
    margin-top: 20px;
}
.imgFond{
    position: absolute;
    transition: 0.5s;
    z-index: 200;
}    
.hotSpots{
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.telecommande{
    z-index : 10000;
    position: absolute;
    bottom: 100px;
    right : 10px;
    display: inline-block;
    transition: 0.5s;
}

.telecommande:hover{
    opacity: 1.0 !important;
    transition: 0.5s;
}


.imgTelec{
    position : absolute;
    top : 0px;
}
.imgTelecInfo:hover{
    cursor: pointer;
}

.imgTelecInfo{
    position: absolute;
    width: 50px;
    height: 50px;
}


.imgTelecFS:hover{
    cursor: pointer;
}

.imgTelecFS{
    position: absolute;
    width: 50px;
    height: 50px;
}
.clicTelec:hover{
    cursor: pointer;
}
.comboMenu{
    z-index : 10000;
    position: absolute;
    width: 300px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.7em;
}
.comboMenu img{
    width: 80px;
    height : 40px;
}
.btnVisiteAuto{
    z-index : 10000;
    position: absolute;
    display: none;
    cursor: pointer;
}
.xmoins,.xplus,.ymoins,.yplus,.zoomPlus,.zoomMoins,.pleinEcran,.souris,.auto,.binfo,.aide{
    display : inline-block;
    height: 26px;
    width : 26px;
    vertical-align: top;
    cursor: pointer;
}
.xmoins img,.xplus img,.ymoins img,.yplus img,.zoomPlus img,.zoomMoins img,.pleinEcran img,.souris img,.auto img,.binfo img,.aide img{
    position: relative;
    bottom: 0px;
}

.chargement{
    z-index: 1000000;
    position: absolute;
    right: 200px;
    bottom: 20px;
    opacity: 0.6;
   
}

/* ============================================
   Animations des hotspots
   ============================================ */

/* Animation pulse - effet de pulsation */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }
}

.hotspot-anime-pulse {
    animation: pulse 1s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation rotation - rotation douce */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hotspot-anime-rotation {
    animation: rotation 4s linear infinite;
    transform-origin: center center;
}

/* Animation désaturation - changement de couleur */
@keyframes desaturation {
    0%, 100% {
        filter: grayscale(0%) brightness(1);
    }
    50% {
        filter: grayscale(100%) brightness(1.2);
    }
}

.hotspot-anime-desaturation {
    animation: desaturation 2s ease-in-out infinite;
}

/* Animation bounce - rebond */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    25% {
        transform: translateY(-8px) scale(1.05);
    }
    50% {
        transform: translateY(0) scale(1);
    }
}

.hotspot-anime-bounce {
    animation: bounce 1.5s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation swing - balancement */
@keyframes swing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
}

.hotspot-anime-swing {
    animation: swing 2s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation glow - lueur pulsante */
@keyframes glow {
    0%, 100% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 0, 0.9)) 
                drop-shadow(0 0 20px rgba(255, 255, 0, 0.6));
    }
}

.hotspot-anime-glow {
    animation: glow 1.5s ease-in-out infinite;
}

/* Animation heartbeat - battement de coeur */
@keyframes heartbeat {
    0%, 40%, 80%, 100% {
        transform: scale(1);
    }
    10%, 50% {
        transform: scale(1.3);
    }
}

.hotspot-anime-heartbeat {
    animation: heartbeat 1.5s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation shake - tremblement */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-4px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(4px);
    }
}

.hotspot-anime-shake {
    animation: shake 2s ease-in-out infinite;
}

/* Animation flip - rotation 3D */
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
    }
    100% {
        transform: perspective(400px) rotateY(360deg);
    }
}

.hotspot-anime-flip {
    animation: flip 3s linear infinite;
    transform-origin: center center;
}

/* Animation wobble - oscillation */
@keyframes wobble {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    15% {
        transform: translateX(-8px) rotate(-5deg);
    }
    30% {
        transform: translateX(6px) rotate(3deg);
    }
    45% {
        transform: translateX(-6px) rotate(-3deg);
    }
    60% {
        transform: translateX(4px) rotate(2deg);
    }
    75% {
        transform: translateX(-2px) rotate(-1deg);
    }
}

.hotspot-anime-wobble {
    animation: wobble 2s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation tada - attention */
@keyframes tada {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
}

.hotspot-anime-tada {
    animation: tada 2s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation flash - clignotement rapide */
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.3;
    }
}

.hotspot-anime-flash {
    animation: flash 1.5s ease-in-out infinite;
}

/* Animation blink - alias de flash pour compatibilité */
@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.3;
    }
}

.hotspot-anime-blink {
    animation: blink 1.5s ease-in-out infinite;
}

/* Animation rubber - effet élastique */
@keyframes rubber {
    0%, 100% {
        transform: scale(1);
    }
    30% {
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        transform: scaleX(0.75) scaleY(1.25);
    }
    50% {
        transform: scaleX(1.15) scaleY(0.85);
    }
    65% {
        transform: scaleX(0.95) scaleY(1.05);
    }
    75% {
        transform: scaleX(1.05) scaleY(0.95);
    }
}

.hotspot-anime-rubber {
    animation: rubber 2s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation jello - effet gélatine */
@keyframes jello {
    0%, 100% {
        transform: skewX(0deg) skewY(0deg);
    }
    30% {
        transform: skewX(12.5deg) skewY(12.5deg);
    }
    40% {
        transform: skewX(-6.25deg) skewY(-6.25deg);
    }
    50% {
        transform: skewX(3.125deg) skewY(3.125deg);
    }
    65% {
        transform: skewX(-1.5625deg) skewY(-1.5625deg);
    }
    75% {
        transform: skewX(0.78125deg) skewY(0.78125deg);
    }
}

.hotspot-anime-jello {
    animation: jello 2s ease-in-out infinite;
    transform-origin: center center;
}

/* Animation neon - néon clignotant */
@keyframes neon {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(255, 0, 255, 0.8))
                drop-shadow(0 0 10px rgba(255, 0, 255, 0.6))
                drop-shadow(0 0 15px rgba(255, 0, 255, 0.4));
        opacity: 1;
    }
    50% {
        filter: drop-shadow(0 0 2px rgba(255, 0, 255, 0.4));
        opacity: 0.7;
    }
}

.hotspot-anime-neon {
    animation: neon 1.5s ease-in-out infinite;
}

/* Animation float - flottement doux */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.hotspot-anime-float {
    animation: float 3s ease-in-out infinite;
}

/* Agrandissement au survol - 1.5x avec centre fixe */
.hotspot-agrandit {
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.hotspot-agrandit:hover {
    transform: scale(1.5) !important;
    z-index: 1000;
}

/* Combinaison animation + agrandissement au survol */
.hotspot-anime-pulse.hotspot-agrandit:hover,
.hotspot-anime-rotation.hotspot-agrandit:hover,
.hotspot-anime-bounce.hotspot-agrandit:hover,
.hotspot-anime-swing.hotspot-agrandit:hover,
.hotspot-anime-heartbeat.hotspot-agrandit:hover,
.hotspot-anime-shake.hotspot-agrandit:hover,
.hotspot-anime-flip.hotspot-agrandit:hover,
.hotspot-anime-wobble.hotspot-agrandit:hover,
.hotspot-anime-tada.hotspot-agrandit:hover,
.hotspot-anime-rubber.hotspot-agrandit:hover,
.hotspot-anime-jello.hotspot-agrandit:hover,
.hotspot-anime-float.hotspot-agrandit:hover {
    animation: none;
    transform: scale(1.5) !important;
}

/* Cas spécial pour les animations basées sur filter */
.hotspot-anime-desaturation.hotspot-agrandit:hover,
.hotspot-anime-glow.hotspot-agrandit:hover,
.hotspot-anime-flash.hotspot-agrandit:hover,
.hotspot-anime-neon.hotspot-agrandit:hover {
    transform: scale(1.5);
    z-index: 1000;
}

