
.text-small 
{
    font-size: 0.8rem;
}

.text-big 
{
    font-size: 1.2rem;
}

.cursor-pointer,
[data-flag] 
{
    cursor: pointer;
}

.form 
{
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    border-width: 0px;
    border-style: solid;
    border-color: #aaa;
    z-index: 1000;
    box-shadow: 0px 10px 10px -10px #aaa;
}

a.text-link:link, a.text-link:visited 
{
    color: inherit;
    text-decoration: none;
}

a.text-link:active, a.text-link:hover 
{
    color: inherit;
    text-decoration: underline;
}

.autocomplete-title 
{
    background-color: #ffffff;
    color: #7547a3;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0.2em 0.2em;
    margin-top: 15px;
    margin-bottom: 5px;
}

.autocomplete-title:first-child 
{
    margin-top: 0px;
}

.badge-favorite
{
    background-color: rgba( 255,255,255, 0.5 );    
}

.map-wrapper 
{
    position: relative;
    width: 100%;
    /*display: inline-block;*/ /* ou width:100% selon ton layout */
}

.map-wrapper iframe 
{
    /*display: inline-block;*/
    width: 100%;
    height: 600px; /* adapte selon ton besoin */
    border: none;
}

.map-legend 
{
    position: absolute;
    bottom: 9px;
    left: 3px;

    background: rgba( 255, 255, 255, 1 );    

    padding: 10px 14px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);

    font-size: 14px;
    color: #333;
}