/* =========================
   MAP
==========================*/
/* ACF MAP NOS PROGRAMMES : POPUP*/
#popupprog {
    border-radius: 0;height:300px;
}
#popuptitle {
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0.5em 1em;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* transform: translate(-50%, -50%); */
}
#globe > div > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div{
    border-radius: 0;
    padding: 0;
}
#popupimg{
    max-width: 150px;
    margin: 2em auto;
}
#popuplink {
    max-width: 120px;
    width: 100%;
    position: absolute;
    margin: auto;
    background: #000;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#globe > div > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > button {
    top: 0 !important;
    right: 0 !important;
    width: 30px;
    height: 31px !important;
    opacity: 1;
    color: #fff;
    border-color: #ffff;
	z-index: 9999;
	position:relative;
}
#globe > div > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > button:before {
    position: absolute;
    content: url(https://immogolfe.alencrebleue.com/wp-content/themes/ImmoGolfe/img/close.png);
    right: 0.5em;
    top: 0.5em;
}
#globe > div > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > button > img {
    display: none;
}
#globe > div > div > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(4) > div > div > div > div > div {
    overflow: hidden !important;
    height: 150px;   
	width: 180px;
	position: relative;
}