/* tunning boostrap 3 */

.custom-control { padding-left: 24px; }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
	padding-top: 0;
}

/* transition */
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* cache check box */
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* Spécifique Boostrap 3 */

/* missing in boostrap 3 */
.map-io-box__content .p-2 { padding: 8px !important; }
.map-io-box__content .pt-3 { padding-top: 16px !important; }
.fa.fa-sliders-h:before { content: "\f1de"; }

/* font trop grasse */
.map-io-box__label, .map-io-box__title { font-weight: 500; }

/* cache */
.collapse.show:not(.in) { display: none !important; }