/* main @author Loops < evrard at h2a dot lu> */

/* #havillandmap_wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: calc(100% * 519 / 1082);
  margin-bottom: -140px;
  z-index: 0
}

#havillandmap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
} */

.map_wrapper {
    text-align: center;
    position: relative;
}

.map_wrapper .custom_shadow {
    -webkit-box-shadow: inset 0px 0px 35px 35px rgb(255 255 255);
    box-shadow: inset 0px 0px 35px 35px rgb(255 255 255);
    border-radius: 25%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#havillandmap .dot {
    animation-name: dotappear;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    transform: scale(1.2);
    -webkit-animation-name: dotappear;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: backwards;
    -webkit-transform: scale(1.2);
    z-index: 1
}

#havillandmap .dot1 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s
}

#havillandmap .dot2 {
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

#havillandmap .dot3 {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

#havillandmap .dot4 {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

#havillandmap .dot5 {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}

#havillandmap .dot7 {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

#havillandmap .dot8 {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

#havillandmap .dot9 {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

@keyframes dotappear {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1;
        transform: scale(4)
    }
    100% {
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1;
        transform: scale(1.2)
    }
}

@-webkit-keyframes dotappear {
    0% {
        -webkit-opacity: 0;
        -webkit-transform: scale(4)
    }
    100% {
        -webkit-opacity: 1;
        -webkit-transform: scale(1.2)
    }
}

#havillandmap .circle {
    animation-name: circleradar;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
    -webkit-animation-name: circleradar;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards
}

#havillandmap .circle1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

#havillandmap .circle2 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

#havillandmap .circle3 {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

#havillandmap .circle4 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}

#havillandmap .circle5 {
    animation-delay: 3.0s;
    -webkit-animation-delay: 3.0s
}

#havillandmap .circle6 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s
}

#havillandmap .circle8 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s
}

#havillandmap .circle9 {
    animation-delay: 5.0s;
    -webkit-animation-delay: 5.0s
}

@keyframes circleradar {
    0% {
        transform: scale(0);
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1
    }
    100% {
        transform: scale(3);
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1
    }
}

@-webkit-keyframes circleradar {
    0% {
        -webkit-opacity: 1;
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-opacity: 0;
        -webkit-transform: scale(3)
    }
}

.js_visibility.\:offscreen #havillandmap .dot,
.js_visibility.\:offscreen #havillandmap .circle {
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.js_visibility.\:onscreen #havillandmap .dot,
.js_visibility.\:onscreen #havillandmap .circle {
    animation-play-state: running;
    -webkit-animation-play-state: running
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .dot,
html.havillandmap_fallback_htmldot #havillandmap_wrapper .circle {
    display: none
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot {
    z-index: 2;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #B5AB8C;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    transform: translateX(-50%) translateY(-50%);
    animation-name: ie_dotappear;
    animation-duration: 2s;
    animation-fill-mode: backwards
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle {
    z-index: 1;
    background-color: #B5AB8C;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    transform: translateX(-50%) translateY(-50%);
    animation-name: ie_circleradar;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot1 {
    animation-delay: .1s;
    -webkit-animation-delay: 1s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot2 {
    animation-delay: .2s;
    -webkit-animation-delay: 2s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot3 {
    animation-delay: .3s;
    -webkit-animation-delay: 3s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot4 {
    animation-delay: .4s;
    -webkit-animation-delay: 4s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot5 {
    animation-delay: .5s;
    -webkit-animation-delay: 5s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot7 {
    animation-delay: .6s;
    -webkit-animation-delay: 6s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot8 {
    animation-delay: .7s;
    -webkit-animation-delay: 7s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_dot9 {
    animation-delay: .8s;
    -webkit-animation-delay: 8s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle2 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle3 {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle4 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle5 {
    animation-delay: 3.0s;
    -webkit-animation-delay: 3s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle6 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle8 {
    animation-delay: 4.0s;
    -webkit-animation-delay: 4s
}

html.havillandmap_fallback_htmldot #havillandmap_wrapper .ie_circle9 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s
}

@keyframes ie_dotappear {
    from {
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1;
        transform: translateX(-50%) translateY(-50%) scale(4)
    }
    to {
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1;
        transform: translateX(-50%) translateY(-50%) scale(1.2)
    }
}

@-webkit-keyframes ie_dotappear {
    from {
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1;
        -webkit-opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(4)
    }
    to {
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1;
        -webkit-opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2)
    }
}

@keyframes ie_circleradar {
    from {
        transform: translateX(-50%) translateY(-50%) scale(0);
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1
    }
    to {
        transform: translateX(-50%) translateY(-50%) scale(3);
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1
    }
}

@-webkit-keyframes ie_circleradar {
    from {
        opacity: 1;
        -moz-opacity: 1;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        *zoom: 1;
        -webkit-opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0)
    }
    to {
        opacity: 0;
        -moz-opacity: 0;
        *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        *zoom: 1;
        -webkit-opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(3)
    }
}

html.js.havillandmap_fallback_htmldot .js_visibility.\:offscreen #havillandmap_wrapper .ie_dot,
html.js.havillandmap_fallback_htmldot .js_visibility.\:offscreen #havillandmap_wrapper .ie_circle {
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

html.js.havillandmap_fallback_htmldot .js_visibility.\:onscreen #havillandmap_wrapper .ie_dot,
html.js.havillandmap_fallback_htmldot .js_visibility.\:onscreen #havillandmap_wrapper .ie_circle {
    animation-play-state: running;
    -webkit-animation-play-state: running
}