﻿
/*Carte open layer*/
#map {
    max-width: 60rem;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
}

/*Vignette carte */
.vignette-logo-carte {
    height: 90px;
    width: 90px;
}


/*popover carte*/
.popover {
    width: 320px;
    max-width: 320px;
}

    .popover .popover-body {
        font-size: 0.8rem;
    }

/*Tableau*/
#table_client thead th {
    border: 0;
}

#btn_recherche {
    width: 180px;
}

@media (max-width: 1200px) {
    #btn_recherche {
        display: block;
        width: 100%;
    }

    #map {
        width:90%;
    }
}