/* MAP */
#nrv-gm-map-container{
	height:100%;
}

/* LISTE */
#nrv-gm-details-container,
#nrv-gm-items-list{
	height: 100%;
}
.nrv-gm-template-item {
	padding: 24px clamp(12px,1.2vw,48px);
}
.nrv-gm-template-item h3 {
    line-height: 1.2;
	margin-bottom:8px;
}
.nrv-gm-template-item h4 {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-bottom: 12px;
}
#nrv-gm-details-container .actions{
	margin-bottom:-4px;
}
#nrv-gm-details-container .actions .ct-link-button {
    background-color: #f54e04;
    color: #fff9e5;
    text-transform: uppercase;
    font-family: 'antique-olive-compact';
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
    transition: 0.6s ease;
    margin-bottom: 4px;
}
#nrv-gm-details-container .actions .ct-link-button:hover{
	background-color:#1e1204;
}
#nrv-gm-details-container .actions .google-me{
	display:none;
}
.nrv-gm-template-item.selected {
    background: #2c6140;
    transition: 0.3s;
}
.nrv-gm-template-item .distance, .nrv-gm-template-item .duration {
    color: #fdf8e4;
}