/* Google map (les amis) */
#map-canvas {
    height: calc(100% - 140px - 112px);
    width: 100%;
}

@media only screen and (max-width: 992px) {
    #map-canvas {
        height: calc(100% - 92px - 112px);
    }

}

.select2-selection__rendered {
    text-align: center;
}

h3 {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.box {
    padding-top: 20px;
    border: solid 1px lightgray;
}

.select2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table {
    border: solid 2px black;
}

.table thead {
    background: black;
    color: white;
}

.table thead th {
    vertical-align: middle;
    text-align: center;
    border: solid 3px white;
}

.table tbody td {
    vertical-align: middle;
    text-align: center;
    border: solid 3px white;
}    

.col-xs-6 {
    width: 50% !important;
    display: inline-block;
}

.col-xs-6.title{
    text-align: right;
}

.col-xs-6.content{
    text-align: left;
    padding-left: 20px;
}

.no-spacing {
    margin-top: 0px !important;
}

.center-block {
    display: block;
    margin: auto;
}
