
#sejourner_recherche section .row .markerPopupDiv p { margin-top:0; }


.mapboxgl-popup-close-button{
	width:10px;
	height:10px;

	background:url('/images_v2/ImgNvTemplate/Croix.svg') center no-repeat;
	content:'';
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
	margin-left:8px;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-left:8px;
	color:#FFFFFF;
}

.markerPopupDiv {
    width: 490px ;
    height: 150px ;
    margin: 0 ;
    padding: 16px 16px 0 16px ;
    background: #FFFFFF;
    overflow:hidden;
}

.markerPopupDiv .VignettesHoverCarte {
    float:left; 
    width:174px; 
    height:118px;
    margin-right:10px;
    padding:0;
}
.markerPopupDiv .VignettesHoverCarteGradient{
    position:absolute;
    width:174px; 
    height:118px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.464) 100%);
}
.markerPopupDiv .VignettesHoverCarteGradient:hover, .markerPopupDiv .VignettesHoverCarteGradient:active{
    background:none;
    cursor: pointer;
}
.markerPopupDiv:hover{
    cursor: pointer;
}
.markerPopupDiv p{
	padding-left:8px;
	padding-right:16px;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
}
.markerPopupDiv a:hover {
    color:#000;
}

.markerPopupDiv img{
    width: 100%;
    height: 100%;
    margin: 0 ;
    padding: 0 ;
}

.markerPopupDiv div.fontTarifVignettes{
    margin-top: 8px; 
    margin-bottom: auto;
    margin-right: auto;
    height: 54px;
    max-height: 54px;
    overflow: hidden;
}

.markerPopupDiv div.fontTarifVignette{
    height: 60px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    word-break: none;
    font-size: 14px;
    text-align: left;
    background: none;
}


a.mapboxgl-ctrl-logo, .mapboxgl-ctrl-attrib-inner {
    display: none !important;
}
/************* Map Box ********************/
.marker {
    background-image: url("/images_v2/ImgNvTemplate/MarkerMap.svg" );
    width: 30px;
    height: 42px;
    cursor: pointer;
}
.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none;
}

.mapboxgl-popup, .mapboxgl-popup-content {
    border-radius: 0;
    background:  #FFFFFF;
    padding: 0;
    max-width: 490px ;
    width: 490px ;
    min-width: 490px ;
    max-height:150px ;
    height:150px ;
    min-height:150px ;
}
.mapboxgl-popup-close-button {
}

.mapboxgl-popup-tip {
    width: 0px;
    height: 0px;
    border: 0;
}



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

.mapboxgl-popup-close-button{
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	background:url('/images_v2/ImgNvTemplate/Croix.svg') center no-repeat;
	content:'';
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	color:#FFFFFF;
}


 	a.mapboxgl-ctrl-logo, .mapboxgl-ctrl-attrib-inner {
        display: none !important;
    }
    /************* Map Box ********************/
    .marker {
        background-image: url("/images_v2/ImgNvTemplate/MarkerMap.svg" );
        width: 30px;
        height: 42px;
        cursor: pointer;
    }
    .mapboxgl-popup {
    }

    .mapboxgl-popup {
        min-width: 272px ;
        max-width: 430px;
        width: 272px;
        min-height: 96px ;
        max-height: 144px;
        height: 272px ;
        position: relative;
    }
    .mapboxgl-popup-content {
        min-width: 272px;
        max-width: 430px;
        width: 100%;
        min-height: 96px ;
        max-height: 144px;
        height: 100%;
		padding: 0;
		margin: 0;
    }
    .mapboxgl-popup-close-button { }

    .mapboxgl-popup-tip {
        width: 0px;
        height: 0px;
        border: 0;
    }        



    .markerPopupDiv {
    	width:100%;
    	height:100%;
        margin: 0 ;
        padding: 8px 8px 8px 8px ;
        background: #FFFFFF;
        overflow:hidden;
    }


    .markerPopupDiv a:hover {
        color:#000;
    }

	.markerPopupDiv .VignettesPicture{
		float:left;
		width: 46%;
        height: 100%;
	}
    .markerPopupDiv .VignettesHoverCarte {
        position:relative;
        float: none;
        width:100%;
        height:100%;
        padding:0;
    }
    .markerPopupDiv .VignettesHoverCarte .VignettesHoverCarteGradient{
        position:absolute;
        height: 100%;
        width:100%;
        margin: 0 ;
        padding: 0 ;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.464) 100%);
    }
    .markerPopupDiv .VignettesHoverCarte .VignettesHoverCarteGradient:hover, 
    .markerPopupDiv .VignettesHoverCarte .VignettesHoverCarteGradient:active{
        background:none;
        cursor: pointer;
    }

    .markerPopupDiv .VignettesHoverCarte img{
        width: 100%;
        height: auto;
        margin: 0 ;
        padding: 0 ;
    }

	.markerPopupDiv p{
		line-height: 17px;
	}
	
    .markerPopupDiv p, .markerPopupDiv a.fontVignette {
        font-size:12px;
    }

    .markerPopupDiv div.fontTarifVignettes{
        margin-top: 8px; 
		padding-left:8px;
        margin-bottom: auto;
        margin-right: auto;
        height: 54px;
        max-height: 54px;
        overflow: hidden;
        font-size:12px;
    }

    .markerPopupDiv div.fontTarifVignette{
        height: 20px;
        max-height: 20px;
        line-height: 20px;
        overflow: hidden;
        word-break: none;
        font-size:12px;
        text-align: left;
        background: none;
    }

}
@media only screen and (min-width : 501px) and (max-width : 768px){
	.markerPopupDiv p{
        white-space: normal; 
        overflow: hidden;
        height: 68px;
	}
	.mapboxgl-popup {
        width: 430px;
        height: 144px ;
    }
}
@media only screen and (min-width : 461px) and (max-width : 500px){
	.markerPopupDiv p{
        white-space: normal; 
        overflow: hidden;
        height: 51px;
    }
	.mapboxgl-popup {
        width: 376px;
        height: 131px ;
    }
}
@media only screen and (min-width : 341px) and (max-width : 460px){
	.markerPopupDiv p{
        white-space: normal; 
        overflow: hidden;
        height: auto; /* 34px;*/
	}
	.mapboxgl-popup {
        width: 323px;
        height: 113px ;
    }
    .markerPopupDiv div.fontTarifVignettes {
    margin-top: 15px;
    }
}
@media only screen and (max-width : 340px){
	.markerPopupDiv p{
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        height: 17px;
    }
	.mapboxgl-popup {
        width: 272px;
        height: 96px ;
    }
}