html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

.text-normal {
    color: #6c757d !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


.gridHeader {
    text-align: center !important;
    font-weight: bold !important;
    color: #6c757d !important;
}


.form-error {
    color: red !important;
    border: 1px solid red !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    opacity: .2;
    /*background-color: #6495ed;*/
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }


.parcelle-tag {
    /*background-color: #4285F4;*/
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 8px;
    position: relative;
    font-weight: bold;
}