@viewport {
    zoom: 1.0;
    min-zoom: 1.0;
    max-zoom: 1.0;
}

@media screen {
  .print-map-info-bar {
    position: fixed;
    bottom: 0px;
    right: 25px;
    width: 50%;
    z-index: 1050;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media print {

    .forPrint {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        align-items: center;
    }
    .forPrint label {
        font-weight: bold;
        display: block;
    }
    .forPrint .print-block {
        display: flex;
        flex-direction: column;
    }
    .cardChantier.fromPlan,
    .cardChantier.fromParent,
    .cardChantier.fromPlan.fromParent {
        display: inline-block !important;
    }

    .print-map-info-bar {
        display: flex !important;
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        background-color: #fff !important;
        padding: 10px !important;
        justify-content: space-between !important;
        margin-top: 15px !important;
        page-break-inside: avoid;
    }

    .lesLocs {
        column-count: 2;
        column-gap: 16px;
    }

    .cardChantier {
        break-inside: avoid;
        display: block;
        width: 100% !important;
        margin-bottom: 12px;
        font-size: 10px;
    }



    .cardChantier .openComptage span {
        float: right;
        width: 69%;
    }

    .cardChantier .colphoto img {
        width: 80px;
        padding-right: 5px;
    }

    .cardChantier .fa {
        float: right;
        position: absolute;
        right: 25px;
        top: 5px;
    }

    img {
        max-width: auto !important;
    }

    .multipleSel select {
        overflow: hidden !important;
        height: 100px !important;
    }

    .multipleSel select option {
        display: none !important;
    }

    .multipleSel select option:checked {
        display: block !important;
        float: left;
    }

    .multipleSel select option:after {
        content: ", ";
    }

    #bottommenu,
    .navbar,
    #allZone,
    .btn,
    .forceNoPrint,
    .sidebar,
    #alwaysbottom,
    [type='button'],
    div a[rel='noopener'],
    div.gmnoscreen,
    div #wizardForm .tab-pane .fa {
        display: none !important;
    }

    /* ✅ Mise en page côte à côte */
    .updateLocalisation {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    div.leftMap,
    div #wizardForm .tab-pane .form-group.leftMap {
        width: 40% !important;
        float: left !important;
        height: auto !important;
        overflow: visible !important;
        clear: none !important;
    }

    div #wizardForm #googleMap {
        height: 600px !important;
        overflow: hidden !important;
    }

    div #wizardForm .tab-pane .form-group.rightMap,
    div .wizardForm .tab-pane .form-group.rightMap {
        width: 60% !important;
        float: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    div #wizardForm .tab-pane .allLocalisation,
    div .wizardForm .tab-pane .allLocalisation {
        width: 100% !important;
        float: left !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }

    div #wizardForm .tab-pane .allLocalisation .lesLocs,
    div .wizardForm .tab-pane .allLocalisation .lesLocs {
        height: auto !important;
        overflow: visible !important;
        width: 100% !important;
    }

    div #wizardForm .tab-pane .allLocalisation .localisation .cardChantier {
        break-inside: avoid;
    }

    div #wizardForm .tab-pane .allLocalisation .cardChantier,
    div .wizardForm .tab-pane .allLocalisation .cardChantier {
        display: block !important;
        width: 95% !important;
        float: none !important;
        clear: both !important;
        height: auto !important;
        margin-bottom: 10px;
        page-break-inside: avoid;
    }

    /* Structure globale */
    div .card-wizard .scrollCard .tab-content.matTab,
    div .main-panel>.content,
    div .main-panel,
    body div.wrapper,
    div #wizardForm .tab-pane,
    div .wizardForm .tab-pane {
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }
}


div .wizardForm .tab-pane.active {
    display: block !important;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}

.gmaps * {
    box-sizing: content-box;
}

h3 {
    font-size: 1.450em;
}

.btn.btn-fill,
.navbar .navbar-nav>li>a.btn.btn-fill {
    background-color: #c0116f;
    border-color: #c0116f;
}

.btn-default.btn.btn-fill:hover,
.btn-default.btn.btn-fill:active {
    background-color: #c0116f !important;
    border-color: #c0116f;
}

.btn-info.btn-fill {
    background-color: #6b4a75;
    border-color: #6b4a75;
}

.btn-yellow.btn-fill {
    background-color: yellow;
    border-color: #000;
    color: #000;
}


.flexme {
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfect-scrollbar-off .main-panel {
    background: #FFFFFF;
}



#alwaysbottom {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #164155;
}

#bottommenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bottommenu .bottomitem {
    flex: 1;
    text-align: center;
}

#bottommenu .bottomitem a {
    font-size: 20px;
    display: block;
    border-right: 1px solid #103647;
    color: #7dbfc7;
    padding: 15px 0;
}

#bottommenu .bottomitem a.active {
    color: rgb(255, 237, 0);
    background: rgb(22, 65, 85);
    background: linear-gradient(180deg, rgba(22, 65, 85, 1) 62%, rgba(19, 91, 124, 1) 100%);
    position: relative;
}

#bottommenu .bottomitem a.active i {
    background: rgb(255, 237, 0);
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    border: 5px #FFF solid;
    left: calc(50% - 28px);
    color: #000;
    width: 60px;
    height: 60px;
}

#bottommenu .bottomitem a.active::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-top-right-radius: 30px;
    background: #164155;
    top: 0px;
    left: calc(50% - 51px);
    box-shadow: 0 -15px 0 0 #ffffff;
}

#bottommenu .bottomitem a.active::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-top-left-radius: 30px;
    background: #164155;
    top: 0px;
    left: calc(50% + 25px);
    box-shadow: 0px -15px 0px 0px #ffffff;
}

.visible {
    display: block !important;
}

/* PROJETS >>>> */
.cardChantier {
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px #F4F4F4;
    box-shadow: 0px 0px 5px 2px #F4F4F4;
    margin: 0 5px 15px;
    border: 1px solid #CECECE;
}

.cardChantierx {
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px #F4F4F4;
    box-shadow: 0px 0px 5px 2px #F4F4F4;
    margin: 0 5px 15px;
    border: 1px solid #CECECE;
    background: #F4F4F4;
    opacity: 0.5;
}

.cardChantier .coldesc {
    flex: 2 1 auto;
}

.cardChantier .coldesc .fa {
    width: 30px;
    text-align: center;
}

.btn-default.btn.btn-fill:hover,
.btn-default.btn.btn-fill:active {
    background: #164155 !important;
}

.cardChantier .colphoto img {
    border-radius: 5px;
}



/* PROJETS <<<<  */
div .isAList .buttonPlusMoins {
    display: none !important;
}


.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #FFFFFF;
}

.fordelogouttop a {
    color: #ffed00;
    padding: 15px;
    font-size: 30px;
    display: inline-block;
}



/* MARKETPLACE */
#marketplace .card-wizard .nav-pills>li>a {
    font-size: 12px;
}

#marketplace .cardChantier.active {
    background: rgb(255, 237, 0) !important;
}

#marketplace .select2-container--default .select2-selection--single {
    background: rgb(255, 237, 0);
    border: 0;
    height: 40px;
}

#marketplace .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

#marketplace .cardChantier .coldesc {
    flex: none;
}

#marketplace .cardChantier h3 {
    margin: 10px;
}

#marketplace .card-footer-absolute {
    position: absolute;
    bottom: 0;
    right: 30px;
}

#marketplace .nav-pills>li {
    font-size: 13px;
}

#marketplace .cardspecifique,
#marketplace .cardspecifique.inactive {
    display: none;
}

#marketplace .cardspecifique0,
#marketplace .cardspecifique.active {
    display: block;
}

#marketplace #result h3 {
    margin: 0 0 10px;
}

#marketplace #result .avancement {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#marketplace #result .pourcentage {
    display: inline-block;
    font-size: 11px;
    border: 1px solid;
    margin-right: 5px;
    padding: 2px 5px;
    width: 45px;
    border-radius: 20px;
    text-align: right;
    font-weight: bold;
    border: 0px;
    color: #FFF;
}

#marketplace #result .pourcentagecontainer {
    background: #F4F4F4;
    width: 100%;
    display: block;
    border-radius: 20px;
}

#marketplace #result .pourcentage.orange {
    background: rgb(242, 127, 32);
    width: 25%;
}

#marketplace #result .pourcentage.yellow {
    background: rgb(242, 222, 32);
    width: 50%;
    color: #000;
}

#marketplace #result .pourcentage.red {
    color: rgb(242, 32, 32);
    border: 0;
    text-align: left;
    text-indent: -9999em;
}

#marketplace #result .pourcentage.green {
    background: #1ba111;
    width: 100%;
    color: #FFF;
}

.btn-green {
    background: #1ba111 !important;
    background-color: #1ba111 !important;
    color: #FFF !important;
}

.flexmex .btn {
    width: 100% !important;
    font-size: 12px !important;
}

.smalltext {
    font-size: 12px;
}

.titreprojet {
    position: absolute;
    right: 0;
    top: -28px;
    background: #F4F4F4;
    border-radius: 25px;
    padding: 5px 15px;
    width: 80;
    font-size: 11px;
}

.iconbtn i {
    margin-left: -15px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media print {
    .noPrint {
        display: none
    }
}

ul.select2-selection__rendered {
    padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.infowindow h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.infowindow hr {
    margin-bottom: 10px;
    margin-top: 10px
}

.clear {
    clear: both;
}

.select-checkbox {
    cursor: pointer
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    position: relative;
    top: inherit;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    margin-top: 0;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -13px;
}

.sidebar .logo .simple-text,
.off-canvas-sidebar .logo .simple-text {
    white-space: normal;
}

.sidebar .logo .simple-text.logo-mini {
    display: none;
}

.sidebar .logo {
    max-height: 200px;
    height: 200px;
    text-align: center;
    white-space: normal;
}

.sidebar .logo img {
    white-space: normal;
    line-height: inherit;
    vertical-align: inherit;
}

.sidebar-mini .sidebar .logo {
    height: 75px;
    white-space: nowrap;
}

.sidebar-mini .sidebar .logo .simple-text.logo-mini {
    display: inline-block
}

.sidebar .logo .simple-text,
.off-canvas-sidebar .logo .simple-text {
    font-size: 10px;
}

.login-logo {
    text-align: center
}

.user .info {
    text-align: center;
    color: white;
}

select.form-control {
    padding: 10px;
}

.main-panel>.content {
    /*background:url("/public/img/background/interv2.jpg") no-repeat top center;background-size: cover;*/
    background: #FFFFFF;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 91px;
    text-align: center
}

.clickable {
    cursor: pointer
}

.login-page .card {
    margin-bottom: 0
}

.login-page>.content,
.lock-page>.content {
    padding-top: 5vh;
}

#comm {
    cursor: pointer;
}

.no-results {
    cursor: pointer;
}

.sidebar-wrapper {}

.sidebar .sidebar-wrapper>.nav li>a,
.off-canvas-sidebar .sidebar-wrapper>.nav li>a {
    margin: 0;
}

.verticalalign {
    margin-top: 10%;
}

#showfilter {
    left: 20px;
    margin-top: 76px;
    position: absolute;
    z-index: 5000;
}

#showLegend {
    right: 20px;
    margin-top: 15px;
    position: absolute;
    z-index: 5000;
}

#filtermap,
#feuilleroute,
#legend {
    left: 20px;
    margin-top: 118px;
    display: none;
    position: absolute;
    z-index: 5000;
    background: #FFFFFF;
    padding: 10px;
}

#legend {
    right: 20px;
    left: auto;
}

.addDegradation .radio-inline {
    padding: 5px;
    border-radius: 5px;
    margin: 1%;
    background: #F4F4F4;
    border: 1px solid #FFFFFF;
    width: 46%
}

.addDegradation .radio label::before {
    display: none;
}

.addDegradation .radio label::after {
    margin-left: 0;
}

.addDegradation .radio label {
    padding-left: 30px;
    padding-right: 30px;
}

.addDegradation .bggreen {
    background-color: limegreen;
}

.addDegradation .bggreenlight {
    background-color: palegreen;
}

.addDegradation .bgorange {
    background-color: orange;
}

.addDegradation .bgred {
    background-color: orangered;
}

.addDegradation .radio-inline.active {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.46);
}

.addDegradation .opacity70 {
    opacity: .5;
    background: #F4F4F4;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
}

#filter {
    background: rgb(255, 237, 0);
}

.invalid-input {
    border: 1px solid red !important;
}


@media (max-height: 600px) {

    .login-page>.content,
    .lock-page>.content {
        padding-top: 1vh;
    }
}

.navbar-brand .miniLogo {
    display: none;
}

/*
@media (max-width: 1400px) {
    body {zoom:70%;min-height:140vh;}
    body .wrapper {min-height: 140vh}
    body .main-panel > .content {min-height: calc(140vh - 75px);}
}
*/

body .wrapper {
    height: calc(100vh - 87px);
    min-height: calc(100vh - 87px);
}



@media (max-width: 1920px) {
    .navbar-brand .miniLogo {
        display: inline-block;
    }
}

.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete-container {
    z-index: 9999
}

#message.alert-success span {
    font-weight: bold;
    font-size: 19px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #ffed00;
}

.fa.fa-calendar {
    cursor: pointer;
}

a.navbar-brand {
    cursor: default;
}

.cboth {
    clear: both;
}

.firstLine {
    margin-bottom: 15px
}

.delLine {
    color: red;
    cursor: pointer;
}

.bootstrap-select .btn {
    border-radius: 4px;
    border-color: #e8e7e3 !important;
}

.has-error .input-group-addon {
    color: red;
    border-color: red;
}

.form-control {
    background-color: #fbfbfb;
}

.error.help-block {
    color: #a94442;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #92887c;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #92887c;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #92887c;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #92887c;
}

.has-error .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.has-error .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.has-error .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.has-error .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.form-control.iptGroup {
    padding-left: 2px;
    padding-right: 2px;
}

.bigIcon {
    font-size: 30px;
}

.checkbox.row input[type="text"].form-control {
    height: 22px;
    padding: 2px;
    font-size: 12px;
}

.has-error .form-control.ignore,
.form-control.error.ignore {
    background-color: #F9F9F9;
    color: #66615b;
    border: 1px solid #e8e7e3;
}

form .form-group label.control-label {
    text-align: left
}

form .form-group label.control-label.iconR {
    text-align: right
}

form h4 {
    color: #2c4965;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

form h4.first {
    background: #66615b;
    color: white;
}

form h4 span {
    color: red;
    font-weight: normal;
    font-size: 15px;
    color: #ef6868;
    font-style: italic;
    float: right;
    margin-right: 5px;
}

form .form-group.col-lg-6 .control-label.col-lg-4 {
    padding-left: 0;
}

form input[type="text"]:focus {
    background-color: #FAFFBD;
}

.noPadding {
    padding-right: 5px;
}

.noPadding .input-group select.form-control:not(:first-child):not(:last-child) {
    border-right: 1px solid #e8e7e3;
}

.statistique .label-bg1 {
    background-color: #68B3C8;
}

.statistique .label-bg2 {
    background-color: #F3BB45;
}

.statistique .label-bg3 {
    background-color: #EB5E28;
}

.statistique .label-bg4 {
    background-color: #7AC29A;
}

.statistique .label-bg5 {
    background-color: #7A9E9F;
}

.statistique .label-bg6 {
    background-color: rgb(106, 106, 230);
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: rgb(106, 106, 230);
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
    fill: rgb(106, 106, 230);
}

.infowindow {
    font-size: 20px;
}

.dissocier {
    cursor: pointer;
    color: red;
}

table.dataTable tbody>tr.selected.firstSelected,
table.dataTable tbody>tr>.selected.firstSelected {
    background: #532b06;
}

div .yadcf-filter-wrapper {
    display: block;
    width: 120px;
}

div .yadcf-filter-wrapper select {
    width: 150px;
    max-width: 90%;
    display: inline-block;
}

div#page-2 .yadcf-filter-wrapper select {
    width: 100px;
}

div div .yadcf-filter-reset-button {
    position: absolute;
    left: 0;
}

div .yadcf-filter-wrapper .yadcf-filter-range-number {
    width: 80px;
}

div .yadcf-filter-range-number-seperator {
    margin-right: 5px;
}

div .yadcf-filter-range-number-seperator {
    margin-left: 5px;
}

div .yadcf-filter-reset-button {
    background: none;
    border: none;
    padding: 3px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

table.dataTable thead tr th .yadcf-filter,
table.dataTable thead tr th .yadcf-filter-range,
table.dataTable thead tr th .yadcf-filter-date {
    border: none;
    border-radius: 3px;
    padding: 5px 5px 10px 5px;
}

table.dataTable thead tr th .yadcf-filter-wrapper {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: black;
    float: left;
    clear: both;
    width: 80%;
}

.yadcf-filter.inuse {
    background: #8bbef0 !important;
}

.yadcf-filter.inuse.select2-container {
    background: transparent !important;
}

.yadcf-filter.inuse .select2-choices {
    background: #8bbef0 !important;
}

table.table-bordered.dataTable th {
    background: #7dbfc7;
    color: #FFFF;
    font-weight: bold;
}

.yadcf-filter-wrapper-inner {
    border: none;
}

div .yadcf-filter-wrapper input {
    width: 150px;
    max-width: 90%;
    display: inline-block;
}

div#page-2 .yadcf-filter-wrapper input {
    width: 100px;
}

div .yadcf-filter-wrapper input.yadcf-filter-range {
    width: 70px;
    max-width: 40%;
}

div#page-2 .yadcf-filter-wrapper input.yadcf-filter-range {
    width: 70px;
}

span.thHead {
    display: inline-block;
    width: 90%;
}

.float-left {
    float: left;
}

.totalLigne {
    margin-left: 15px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    background: #F3F2EE;
    color: white;
    padding: 0 10px;
    color: rgb(92, 54, 19);
}

.overAuto {
    overflow: auto;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-element_arrows_visible {
    position: relative;
}

.scroll-element_arrows_visible .scroll-element_track:before,
.scroll-element_arrows_visible .scroll-element_track:after {
    color: white;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: #164155;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.scroll-element_arrows_visible .scroll-bar {
    z-index: 9998;
}

.scroll-scrollx_visible.scroll-scrolly_visible.scroll-element_arrows_visible.scroll-x .scroll-element_track:before {
    content: "\e64a";
    float: left;
    margin-left: 25px;
    margin-top: 1px;
}

.scroll-scrollx_visible.scroll-element_arrows_visible.scroll-x .scroll-element_track:before {
    content: "\e64a";
    float: left;
    margin-left: 0;
    margin-top: 1px;
}

.scroll-element_arrows_visible.scroll-x .scroll-element_track:after {
    content: "\e649";
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}

.scroll-element_arrows_visible.scroll-y .scroll-element_track:before {
    content: "\e648";
    margin-top: 25px;
    margin-left: 1px;
}

.scroll-element_arrows_visible.scroll-y .scroll-element_track:after {
    content: "\e64b";
    bottom: 0;
    margin-left: 1px;
    position: absolute;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SCROLLBAR RAIL ***************/
div>.scroll-element,
div>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

div>.scroll-element {
    background-color: #ffffff;
}

div>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

div>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

div>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

div>.scroll-element.scroll-x {
    bottom: 0;
    height: 20px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

div>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 20px;
}

div>.scroll-element .scroll-bar {
    background-color: #164155;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

div>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
div>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

div>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

div>.scroll-element.scroll-x .scroll-bar {
    height: 30px;
    min-width: 10px;
    top: 1px;
}

div>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 30px;
}

div>.scroll-element.scroll-x .scroll-element_outer {
    height: 30px;
    left: 5px;
}

div>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 12px;
}

div>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 30px;
}

div>.scroll-element.scroll-y .scroll-element_size {
    left: 12px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
div>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

div>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

div>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

div>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}

.footer .copyright {
    margin-bottom: 0
}

div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 330px);
}

.demande.liste div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 390px);
}

.demande.etat div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 390px);
}

.statistique.deplacements div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 380px);
}

div.tableScroll div.dataTables_scrollBody .yadcf-filter-reset-button {
    display: none;
}

div.tableScroll .select-checkbox.sorting_disabled .yadcf-filter-reset-button {
    display: none;
}

.projet.materiaux-tab2 #wizardCard .scrollCard .rightMap {
    width: 48%;
}

.offlineProjet.materiaux-tab2 .card-wizard .scrollCard .rightMap {
    width: 48%;
}

.bootstrap-select.btn-group .dropdown-menu {
    margin-top: -5px;
}

@media (max-width: 808px) {

    .navbar-brand,
    .navbar-header .pull-right {
        display: none;
    }

    .navbar-default img:first-child {
        height: 40px !important;
        margin-right: 0;
    }

    #alwaysbottom #bottommenu .bottomitem a {
        font-size: 12px;
        padding: 26.5px 0;
    }


    body {
        border-top: 2px solid orange;
    }

    /* your css rules for ipad landscape */

    p {
        font-size: 12px;
        line-height: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    .card-wizard .nav-pills>li>a {
        border-bottom: 2px solid #7dbfc7;
    }

    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover,
    .nav-pills>li.active>a:focus {
        border-bottom: 2px solid rgb(255, 237, 0) !important;
    }

    #result {
        display: grid;
        grid-template-columns: inherit;
    }

    #result .cardChantier {
        padding: 10px;
    }

    #result .cardChantier h3 {
        font-weight: bold;
    }

    .card-content.scrollCard .nav {
        margin-top: 0;
        min-width: auto;
        display: inline-flex;
    }

    .card-content.scrollCard .nav li {
        margin-top: 0;
        min-width: auto;
        display: inline-flex;
    }

    #result .cardChantier .colphoto {
        display: nonex;
    }

    #result .cardChantier .colphoto img {
        max-width: 10vw !important;
    }

    #result2 {
        display: grid;
        grid-template-columns: inherit;
    }

    #result2 .cardChantier {
        padding: 10px;
    }

    #result2 .cardChantier h3 {
        font-weight: bold;
    }

    #result2 .cardChantier .colphoto {
        display: none;
    }

    #result2 .cardChantier .colphoto img {
        max-width: 10vw !important;
    }

    div .isAList .qteNotList {
        margin-left: 128px;
        margin-top: -10px;
        font-size: 15px;
    }

    div .isAList .buttonPlusMoins {
        margin-left: 185px;
        margin-top: -32px;
    }

    div .isAList .isNotList {
        margin-left: 211px;
    }



    #wizardForm .tab-pane .col-md-6 .form-group {
        width: 100%;
    }

    .wizardForm .tab-pane .col-md-6 .form-group {
        width: 100%;
    }

    .chantier.form .tab-content .addPlan,
    .chantier.form .tab-content .addCollaborateur {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .chantier.form .tab-content {
        height: calc(100vh - 327px) !important;
    }

    .chantier.form .card-footer .btn {
        font-size: 12px !important;
        min-width: inherit !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .swal2-modal .swal2-styled {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }

    .navbar-header .pull-right {
        display: block !important;
        margin-right: 5px !important;
    }

    .navbar-header .pull-right i {
        font-size: 17px !important;
    }

    .navbar-header .pull-right span {
        display: none !important;
    }

    #result .cardChantier h3 {
        font-size: 14px !important
    }

    .cardChantier .coldesc .fa {
        width: 15px !important
    }

    div #wizardForm #photoBloc {
        height: auto !important;
    }

    div .wizardForm #photoBloc {
        height: auto !important;
    }

    .projet.index .tab-content {
        height: calc(100vh - 237px) !important;
    }

    .projet.materiaux-tab1 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .projet.materiaux-tab2 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .projet.materiaux-tab3 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .projet.materiaux-tab4 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .projet.materiaux-tab5 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .projet.materiau-form .tab-content {
        height: calc(100vh - 328px) !important;
    }

    .offlineProjet.index .tab-content {
        height: calc(100vh - 237px) !important;
    }

    .offlineProjet.materiaux-tab1 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .offlineProjet.materiaux-tab2 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .offlineProjet.materiaux-tab3 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .offlineProjet.materiaux-tab4 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .offlineProjet.materiaux-tab5 .tab-content {
        height: calc(100vh - 278px) !important;
    }

    .offlineProjet.materiau-form .tab-content {
        height: calc(100vh - 328px) !important;
    }

    #wizardForm #googleMap,
    #wizardForm #photoBloc {
        height: calc(100vh - 500px);
    }

    #wizardForm .calibrationGPS {
        width: 100%;
    }

    .wizardForm .calibrationGPS {
        width: 100%;
    }

    .projet.materiaux-tab2 #wizardCard .scrollCard .localisation {
        width: 50% !important;
        float: left;
    }

    .projet.materiaux-tab2 #wizardCard .updateLocalisation .allLocalisation .lesLocs {
        overflow: inherit !important;
        height: auto;
    }

    .projet.materiaux-tab2 #wizardCard .scrollCard .localisation {
        width: 50% !important;
        float: left;
    }

    .projet.materiaux-tab2 #wizardCard .scrollCard .rightMap {
        width: 100% !important;
    }

    .projet.materiaux-tab2 #wizardCard #wizardForm #googleMap,
    .projet.materiaux-tab3 #wizardCard #wizardForm #googleMap {
        height: calc(100vh - 500px) !important;
    }

    .projet.materiaux-tab3 #wizardCard #wizardForm .comptageUpdate #result2,
    .projet.materiaux-tab2 #wizardCard #wizardForm .comptageUpdate #result2 {
        display: block;
        grid-template-columns: inherit;
    }

    .projet.materiaux-tab3 #wizardCard #wizardForm .comptageUpdate .cardChantier .rightDesc,
    .projet.materiaux-tab2 #wizardCard #wizardForm .comptageUpdate .cardChantier .rightDesc {
        width: auto;
    }

    .projet.materiaux-tab3 #wizardCard #wizardForm .comptageUpdate .cardChantier .rightDesc .input-group input,
    .projet.materiaux-tab2 #wizardCard #wizardForm .comptageUpdate .cardChantier .rightDesc .input-group input {
        width: 50px !important;
        padding-left: 1px;
        padding-right: 1px;
    }

    .projet.materiaux-tab3 #wizardCard #wizardForm .comptageUpdate.form-horizontal .form-group,
    .projet.materiaux-tab2 #wizardCard #wizardForm .comptageUpdate.form-horizontal .form-group {
        margin: 0
    }

    .projet.materiaux-tab3 #wizardCard #wizardForm .comptageUpdate .card-footer .btn,
    .projet.materiaux-tab2 #wizardCard #wizardForm .comptageUpdate .card-footer .btn {
        font-size: 11px !important;
    }


    .offlineProjet.materiaux-tab2 .card-wizard .scrollCard .localisation {
        width: 50% !important;
        float: left;
    }

    .offlineProjet.materiaux-tab2 .card-wizard .updateLocalisation .allLocalisation .lesLocs {
        overflow: inherit !important;
        height: auto;
    }

    .offlineProjet.materiaux-tab2 .card-wizard .scrollCard .localisation {
        width: 50% !important;
        float: left;
    }

    .offlineProjet.materiaux-tab2 .card-wizard .scrollCard .rightMap {
        width: 100% !important;
    }

    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm #googleMap,
    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm #googleMap {
        height: calc(100vh - 500px) !important;
    }

    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm .comptageUpdate #result2,
    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm .comptageUpdate #result2 {
        display: block;
        grid-template-columns: inherit;
    }

    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm .comptageUpdate .cardChantier .rightDesc,
    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm .comptageUpdate .cardChantier .rightDesc {
        width: auto;
    }

    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm .comptageUpdate .cardChantier .rightDesc .input-group input,
    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm .comptageUpdate .cardChantier .rightDesc .input-group input {
        width: 50px !important;
        padding-left: 1px;
        padding-right: 1px;
    }

    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm .comptageUpdate.form-horizontal .form-group,
    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm .comptageUpdate.form-horizontal .form-group {
        margin: 0
    }

    .offlineProjet.materiaux-tab3 .card-wizard .wizardForm .comptageUpdate .card-footer .btn,
    .offlineProjet.materiaux-tab2 .card-wizard .wizardForm .comptageUpdate .card-footer .btn {
        font-size: 11px !important;
    }

    .projet .bootstrap-select [data-original-index="0"]:before {
        display: none;
    }

    .projet.materiau-form #wizardCard .scrollCard .nav li,
    .projet.materiaux-tab1 #wizardCard .scrollCard .nav li,
    .projet.materiaux-tab2 #wizardCard .scrollCard .nav li,
    .projet.materiaux-tab3 #wizardCard .scrollCard .nav li,
    .projet.materiaux-tab4 #wizardCard .scrollCard .nav li,
    .projet.materiaux-tab5 #wizardCard .scrollCard .nav li {
        width: auto !important;
        width: 20% !important;
    }

    .chantier.form #wizardCard .scrollCard .nav li {
        width: auto !important;
        width: 25% !important;
    }

    .chantier.form #wizardCard .scrollCard .nav li a,
    .projet.materiau-form #wizardCard .scrollCard .nav li a,
    .projet.materiaux-tab1 #wizardCard .scrollCard .nav li a,
    .projet.materiaux-tab2 #wizardCard .scrollCard .nav li a,
    .projet.materiaux-tab3 #wizardCard .scrollCard .nav li a,
    .projet.materiaux-tab4 #wizardCard .scrollCard .nav li a,
    .projet.materiaux-tab5 #wizardCard .scrollCard .nav li a {
        font-size: 12px;
        padding: 10px 1px;
        text-transform: capitalize;
    }

    .projet.materiau-form #wizardCard .scrollCard .nav li:first-child {
        width: 10% !important
    }

    .projet.materiau-form #wizardCard .scrollCard .nav li:last-child {
        width: 30% !important
    }


    .offlineProjet .bootstrap-select [data-original-index="0"]:before {
        display: none;
    }

    .offlineProjet.materiau-form .card-wizard .scrollCard .nav li,
    .offlineProjet.materiaux-tab1 .card-wizard .scrollCard .nav li,
    .offlineProjet.materiaux-tab2 .card-wizard .scrollCard .nav li,
    .offlineProjet.materiaux-tab3 .card-wizard .scrollCard .nav li,
    .offlineProjet.materiaux-tab4 .card-wizard .scrollCard .nav li,
    .offlineProjet.materiaux-tab5 .card-wizard .scrollCard .nav li {
        width: auto !important;
        width: 20% !important;
    }

    .offlineProjet.materiau-form .card-wizard .scrollCard .nav li a,
    .offlineProjet.materiaux-tab1 .card-wizard .scrollCard .nav li a,
    .offlineProjet.materiaux-tab2 .card-wizard .scrollCard .nav li a,
    .offlineProjet.materiaux-tab3 .card-wizard .scrollCard .nav li a,
    .offlineProjet.materiaux-tab4 .card-wizard .scrollCard .nav li a,
    .offlineProjet.materiaux-tab5 .card-wizard .scrollCard .nav li a {
        font-size: 12px;
        padding: 10px 1px;
        text-transform: capitalize;
    }

    .offlineProjet.materiau-form .card-wizard .scrollCard .nav li:first-child {
        width: 10% !important
    }

    .offlineProjet.materiau-form .card-wizard .scrollCard .nav li:last-child {
        width: 30% !important
    }



}

@media (max-width: 980px) {
    div.tableScroll .dataTables_scrollBody {
        max-height: 300px;
    }
}

.hrButton {
    margin-bottom: 5px;
    border-bottom: 1px solid #5a3412;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .copyright {
        display: none
    }
}

/*
.zoomed2x {
    zoom: 50%;
    -moz-transform: scale(0.5);
}
body.zoomed2x .wrapper {
    min-height: 200vh;
}
*/
.main-panel>.content {
    padding: 30px 15px 0 15px;
}

/*
body.zoomed2x .main-panel > .content {
    min-height: calc(200vh - 75px);
}
body.zoomed2x div.tableScroll .dataTables_scrollBody {
    max-height: calc(200vh - 520px);
}
body.zoomed2x .sidebar[data-background-color="brown"] .nav li > a > p{
    font-size:10px;
    font-weight: normal;
    letter-spacing: inherit;
}
*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    top: 5px;
    right: 5px;
}


.wizard .nav-pills>li>a {
    background: inherit !important;
    color: #dbd9d1;
}

.wizard .nav-pills>li.active>a,
.wizard .nav-pills>li.active>a:hover,
.wizard .nav-pills>li.active>a:focus {
    color: #164155 !important;
}

.wizard .nav-pills>li>a {
    border: 0;
    text-align: center;
}

.wizard .nav-pills>li {
    background: url("../img/bgstepmid.gif") repeat-x 50% 40%;
}

.wizard .nav-pills li:first-child {
    background: url("../img/bgstep1.gif") no-repeat 50% 40%;
}

.wizard .nav-pills li:last-child {
    background: url("../img/bgstep2.gif") no-repeat 50% 40%;
}

.wizard .nav-pills>li>a>.circle-number {
    border: 1px solid;
    padding: 10px 15px;
    margin: 10px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #F4F4F4;
}

.wizard .nav-pills>li.active>a>.circle-number {
    background: #164155;
    color: #FFFFFF;
}

.wizard .nav-pills>li.success>a>.circle-number {
    background: #767676;
    color: #FFF;
}

.wizard .nav-pills>li.success>a {
    color: #767676;
}

.separator {
    clear: both;
    font-size: 0;
    height: 0;
}




form a.btn.disabled,
form button.btn.disabled {
    font-size: 0px;
}

form a.btn.disabled:after,
form button.btn.disabled:after {
    content: " Envoi en cours...";
    font-size: 14px;
}

.isHightlight {
    background-color: #eeeb8e;
}

form a.btn.disabled .fa:before,
form button.btn.disabled .fa:before {
    content: "\f110" !important;
    font-size: 14px !important;
}




.horizontalScroll .row {
    white-space: nowrap;
}

.horizontalScroll .row .colRow {
    display: inline-block;
    float: none;
    vertical-align: text-top;
}

.horizontalScroll .scroll-element.scroll-y {
    display: none;
}

@-webkit-keyframes flashOutIn {
    0% {
        background-color: #eeeb8e;
        opacity: 1;
    }

    22% {
        background-color: white;
    }

    50% {
        background-color: #eeeb8e;
    }

    77% {
        background-color: white;
    }

    100% {
        background-color: #eeeb8e;
    }
}

.flashOutIn {
    -webkit-animation-name: flashOutIn;
    -webkit-animation-duration: 1800ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    background-color: #eeeb8e;
    border-top: 3px solid #CECECE;
    clear: both;
    margin-top: 15px;
}

@media (min-width:1200px) {
    .alignVert {
        margin-top: 93px;
    }
}


.sidebar .sidebar-wrapper>.nav p,
.off-canvas-sidebar .sidebar-wrapper>.nav p {
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: normal;
}


.sidebar .sidebar-wrapper>.nav .twolines p,
.off-canvas-sidebar .sidebar-wrapper>.nav .twolines p {
    line-height: 14px !important;
}

.sidebar .sidebar-wrapper>.nav i,
.off-canvas-sidebar .sidebar-wrapper>.nav i {
    font-size: 28px;
    float: left;
    margin-right: 5px;
    line-height: 30px;
    width: 30px;
}

.perfect-scrollbar-off .sidebar .sidebar-wrapper,
.perfect-scrollbar-off .main-panel {
    /*overflow: hidden !important;*/
}

.perfect-scrollbar-off .sidebar .sidebar-wrapper hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar .navbar-brand {
    font-weight: 600;
    margin: 0 0px;
    padding: 15px;
    font-size: 20px;
    line-height: 43px
}

.navbar .navbar-minimize .btn {
    margin: 9px 3px;
}

.card {
    margin-bottom: 5px;
}

.main-panel>.content {
    padding: 15px 0 0 0;
    min-height: calc(100vh - 163px);
}

.sidebar,
.off-canvas-sidebar {
    width: 230px;
}

.main-panel {
    width: calc(100% - 230px);
    height: calc(100vh - 163px);
}

.sidebar .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper {
    width: 230px;
}

.sidebar .sidebar-wrapper,
.off-canvas-sidebar .sidebar-wrapper {
    height: calc(100% - 115px);
}

.isPartieMobile .sidebar .sidebar-wrapper,
.isPartieMobile .off-canvas-sidebar .sidebar-wrapper {
    height: calc(100% - 230px);
}

@media (min-width: 992px) {
    .navbar {
        min-height: 50px;
    }
}


@media (max-width: 1920px) {
    .main-panel {
        width: 100%;
    }
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.noerrorT strong {
    display: none !important;
}

.noerrorT input[aria-invalid="true"],
.noerrorT select[aria-invalid="true"] {
    background-color: #FFC0A4;
    color: #EB5E28;
    border-color: #EB5E28;
}

.imgModal {
    min-height: 100px;
    min-width: 50px;
    display: inline-block;
    background: url('/public/img/loading.gif') center center no-repeat;
}

.wizard li a {
    min-height: 102px;
    height: 102px;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

.sidebar-mini .sidebar-wrapper .user {
    display: none
}

.sidebar-mini .sidebar-wrapper .nav li a {
    padding-left: 26px;
}

.sidebar-mini .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):before {
    top: 8px;
}

.sidebar-mini .sidebar-wrapper li.active>a:not([data-toggle="collapse"]):after {
    top: 8px;
}


.hiddenMobile {}

.visibleMobile {
    display: none !important;
}

.btn.btn-fill:hover,
.btn.btn-fill:focus,
.btn.btn-fill:active,
.navbar .navbar-nav>li>a.btn.btn-fill:focus,
.navbar .navbar-nav>li>a.btn.btn-fill:active {
    background-color: #7dbfc7;
}



.btn.btn-success.btn-fill {
    background-color: #FFF001;
    color: #164155;
    border-color: #164155;
}

.btn.btn-success.btn-fill:hover,
.btn.btn-success.btn-fill:focus,
.btn.btn-success.btn-fill:active,
.navbar .navbar-nav>li>a.btn.btn-success.btn-fill:focus,
.navbar .navbar-nav>li>a.btn.btn-success.btn-fill:active {
    color: #000;
    border-color: #000;
}

.btn.btn-danger.btn-fill:focus,
.btn.btn-danger.btn-fill:active,
.navbar .navbar-nav>li>a.btn.btn-danger.btn-fill:focus,
.navbar .navbar-nav>li>a.btn.btn-danger.btn-fill:active {
    background-color: #EB5E28;
}

@media (max-width: 1920px) {

    .visibleMobile {
        display: inherit !important;
    }

    .hiddenMobile {
        display: none !important;
    }

    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-width: calc(100vw - 100px) !important;
    }

    .perfect-scrollbar-off .main-panel {
        overflow: auto !important;
    }

    .main-panel>.content {
        overflow: auto !important;
    }
}


.mapMobile {
    width: 100%;
    height: calc(100vh - 75px - 55px);
}

.standAlone .mapMobile {
    width: 100%;
    height: calc(100vh - 75px);
}

@media (max-width: 1920px) {


    .patrimoine.degradation.isPartieMobile .alert {
        margin-bottom: 0;
    }

    .patrimoine.degradation.isPartieMobile .main-panel>.content {
        padding: 0;
    }

    .patrimoine.degradation.isPartieMobile .container-fluid {
        height: 100%
    }

    .patrimoine.degradation.isPartieMobile .row .col-lg-12 {
        margin: 0;
        padding: 0;
    }

    .patrimoine.travaux.isPartieMobile .main-panel>.content {
        padding: 0;
    }

    .patrimoine.travaux.isPartieMobile .container-fluid {
        height: 100%
    }

    .patrimoine.travaux.isPartieMobile .row .col-lg-12 {
        margin: 0;
        padding: 0;
    }

    .patrimoine.viewUrgence.isPartieMobile .main-panel>.content {
        padding: 0;
    }

    .patrimoine.viewUrgence.isPartieMobile .container-fluid {
        height: 100%
    }

    .patrimoine.viewUrgence.isPartieMobile .row .col-lg-12 {
        margin: 0;
        padding: 0;
    }

    .patrimoine.selectFeuille.isPartieMobile .main-panel>.content {
        padding: 0;
    }

    .patrimoine.selectFeuille.isPartieMobile .container-fluid {
        height: 100%
    }

    .patrimoine.selectFeuille.isPartieMobile .row .col-lg-12 {
        margin: 0;
        padding: 0;
    }
}

.bootstrap-select .btn.btn-fill:hover,
.bootstrap-select .btn.btn-fill:focus,
.bootstrap-select .btn.btn-fill:active,
.bootstrap-select .btn.btn-fill.active,
.bootstrap-select .open>.btn.btn-fill.dropdown-toggle,
.bootstrap-select .navbar .navbar-nav>li>a.btn.btn-fill:hover,
.bootstrap-select .navbar .navbar-nav>li>a.btn.btn-fill:focus,
.bootstrap-select .navbar .navbar-nav>li>a.btn.btn-fill:active,
.bootstrap-select .navbar .navbar-nav>li>a.btn.btn-fill.active,
.bootstrap-select .open>.navbar .navbar-nav>li>a.btn.btn-fill.dropdown-toggle {
    background-color: #fbfbfb;
    color: #542b06;
    font-weight: normal;
}

.bootstrap-select .btn.btn-fill,
.bootstrap-select .navbar .navbar-nav>li>a.btn.btn-fill {
    background-color: #fbfbfb;
    color: #542b06;
    font-weight: normal;
}

.card-chat .other .msg:before {
    display: none;
}

.card-chat .self .msg {
    margin-right: 0
}

.card-chat .other .msg {
    margin-left: 0
}


.horizontalScroll ol {
    white-space: nowrap;
}

.horizontalScroll ol li {
    display: inline-block;
    float: none;
    vertical-align: text-top;
}



.scrollbarZ {
    height: 300px;
    overflow-y: scroll;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #f27500;
}

.listeTravaux div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 550px);
}

.listeDegradations div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 550px);
}

.listeFeuilles div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 550px);
}

.listeSignalements div.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 550px);
}

.exports div#page-2.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 700px);
}



.exports div#page-1.tableScroll .dataTables_scrollBody {
    max-height: calc(100vh - 550px);
}



/* === Search Bar === */
.searchbar {
    height: 48px;
    width: 100%;
    background: #2196f3;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.searchbar.no-shadow {
    box-shadow: none;
}

.searchbar a {
    position: relative;
    color: #fff;
}

.searchbar a:before {
    content: '';
    width: 152%;
    height: 152%;
    position: absolute;
    left: -26%;
    top: -26%;
    background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

html:not(.watch-active-state) .searchbar a:active:before,
.searchbar a.active-state:before {
    opacity: 1;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

.searchbar .searchbar-input {
    width: 100%;
    height: 32px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
}

.searchbar input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #fff;
    height: 100%;
    padding: 0 36px 0 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 center;
    opacity: 0.6;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}

.searchbar input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.searchbar input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.searchbar .searchbar-clear {
    position: absolute;
    width: 56px;
    height: 100%;
    right: -16px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
}

.searchbar .searchbar-cancel {
    display: none;
}

.searchbar.searchbar-active input[type="search"] {
    opacity: 1;
}

.searchbar.searchbar-active .searchbar-clear {
    pointer-events: auto;
    opacity: 1;
}

.searchbar.searchbar-not-empty .searchbar-clear {
    pointer-events: auto;
    opacity: 1;
}

.searchbar-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.searchbar-overlay.searchbar-overlay-active {
    opacity: 1;
    pointer-events: auto;
}

.searchbar-not-found {
    display: none;
}

.searchbar {
    height: 48px;
    width: 100%;
    background-color: #607d8b;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.searchbar .searchbar-input {
    width: 100%;
    height: 32px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
}

#searchBar input {
    padding: 0 24px 0 24px;
    font-size: 13px;
}

.searchbar.searchbar-active input[type=search] {
    opacity: 1;
}

.searchbar input[type=search] {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #fff;
    height: 100%;
    padding: 0 36px 0 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 center;
    opacity: .6;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23FFFFFF'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

.searchbar.searchbar-not-empty .searchbar-clear {
    pointer-events: auto;
    opacity: 1;
}

.searchbar.searchbar-active .searchbar-clear {
    pointer-events: auto;
    opacity: 1;
}

.searchbar .searchbar-clear {
    position: absolute;
    width: 56px;
    height: 100%;
    right: -16px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
}

.searchbar a:before {
    content: '';
    width: 152%;
    height: 152%;
    position: absolute;
    left: -26%;
    top: -26%;
    background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}


.pac-container {
    margin-top: -210px;
}

.card-wizard {
    margin-bottom: 0;
}


.card-wizard .scrollCard .tab-content {
    height: calc(100vh - 305px);
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}



/* FORMULAIRES ITEMS */
#searchProduct {
    margin: 0 15px;
}

.autocomplete-suggestion {
    padding: 15px 15px;
    border-bottom: 1px solid #F4F4F4;
}

.card-wizard {
    margin: -15px;
}

form .form-group label.control-label {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

form .col-sm-10 {
    width: 100%;
}

.card-wizard .nav-pills>li>a {
    color: rgba(255, 255, 255, 0.64);
    /*background: rgb(125,191,199);
    background: radial-gradient(circle, rgba(125,191,199,1) 0%, rgba(125,180,199,1) 39%, rgba(125,191,199,1) 100%);*/
    background: #164155;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: #164155;
    color: rgb(255, 237, 0);
    border-bottom: 5px solid rgb(255, 237, 0);
}

.form-control {
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid #9bafc2;
    border-radius: 0;
    color: #164155;
    font-size: 14px;
    padding: 10px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control:focus {
    background-color: rgb(255, 237, 0) !important;
    border: 0;
    color: #2c4965;
    border-bottom: 1px solid #2c4965;
}


.input-group-addon {
    background-color: #fcfcfc;
    border: 0;
    border-bottom: 1px solid #9bafc2;
    border-radius: 0;
}








.MultiFile-wrap {
    display: none;
}

.allFM .MultiFile-wrap {
    display: block;
}

.image-input input {
    display: none;
}


select option:hover {
    background: #7dbfc7;
}

.colphoto {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    text-align: center;
}

.image-input .fakePhoto {
    padding: 15px;
    flex: 50%;
}

.image-input .fakePhoto img {
    width: auto !important;
    margin: 0 auto;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    body {
        border-top: 2px solid red;
    }

    /* your css rules for ipad portrait */
}

@media only screen and (max-device-width : 768px) and (orientation : portrait) {

    .buttonPlusMoins br {
        display: none;
    }

    .buttonPlusMoins .input-group {
        margin-bottom: 0;
    }

    .flexme {
        display: block !important;
    }

    #result .cardChantier .colphoto img {
        max-width: 50vw !important;
    }
}

@media (min-width : 1025px) {

    /*.card-wizard .scrollCard .tab-content {height: calc(100vh - 320px) !important;} */
    #searchProduct {
        margin: 0;
    }

    .plan .isPlan {
        clear: both;
    }

    .deletePlan {
        clear: both;
    }

    #imgPreview {
        max-height: 340px !important;
    }

    #bottommenu .bottomitem a {
        font-size: 16px;
        padding: 10px 0;
    }

    body {
        border-top: 2px solid orange;
    }

    p {
        font-size: 12px;
        line-height: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    #result,
    #result2 {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
    }

    .result3cols {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .result4cols {
        grid-template-columns: repeat(4, 1fr) !important;
    }


    #result .cardChantier h3,
    #result2 .cardChantier h3 {
        font-weight: bold;
    }

    #result .cardChantier .colphoto img,
    #result2 .cardChantier .colphoto img {
        max-width: 10vw !important;
    }

    #wizardForm .tab-pane .form-group {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .wizardForm .tab-pane .form-group {
        float: left;
        width: 48%;
        margin: 1%;
    }

    
    #wizardForm #photoBloc {
        height: 450px !important;
    }

    #wizardForm #googleMap {
        height: 550px !important;
    }

    div .updateLocalisation .allLocalisation .lesLocs {
        height: calc(500px);
        margin-top: 20px;
    }


    #wizardForm .tab-pane .col-md-6 .form-group,
    #wizardForm .calibrationGPS {
        width: 100%;
    }

    .wizardForm .tab-pane .col-md-6 .form-group,
    .wizardForm .calibrationGPS {
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /*.card-wizard .scrollCard .tab-content {height: calc(100vh - 320px) !important;} */
    #searchProduct {
        margin: 0;
    }

    .plan .isPlan {
        clear: both;
    }

    .deletePlan {
        clear: both;
    }

    #imgPreview {
        max-height: 340px !important;
    }

    #bottommenu .bottomitem a {
        font-size: 18px;
        padding: 10px 0;
    }

    body {
        border-top: 2px solid orange;
    }

    p {
        font-size: 12px;
        line-height: 1.4em;
    }

    h3 {
        font-size: 1.2em;
    }

    #result,
    #result2 {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
    }

    #result .cardChantier h3,
    #result2 .cardChantier h3 {
        font-weight: bold;
    }

    #result .cardChantier .colphoto img,
    #result2 .cardChantier .colphoto img {
        max-width: 10vw !important;
    }

    #wizardForm .tab-pane .form-group {
        float: left;
        width: 48%;
        margin: 1%;
    }

    #wizardForm #googleMap,
    #wizardForm #photoBloc {
        height: 450px !important;
    }



    #wizardForm .tab-pane .col-md-6 .form-group,
    #wizardForm .calibrationGPS {
        width: 100%;
    }
}

.card-content.scrollCard {
    padding-top: 0
}

.card-content.scrollCard .nav {
    margin-top: 0
}

.card-wizard .scrollCard .tab-content.matTab {
    height: calc(100vh - 232px);
}

.updateLocalisation {}

.updateLocalisation .cardChantier {
    padding: 7px
}

.updateLocalisation .allLocalisation {
    clear: both;
}

.updateLocalisation .allLocalisation .lesLocs {
    overflow: auto;
    height: calc(100vh - 500px);
}

.updateLocalisation .bottomButton {
    clear: both;
    float: none
}

.updateLocalisation .bottomButton .clear {
    padding: 0px
}

.updateLocalisation #googleMap {
    width: 100%;
    height: calc(100vh - 245px) !important;
}

.updateLocalisation #allZone {
    position: absolute;
    margin-top: -60px;
    margin-left: 5px;
}

#printBtnPosition {
    position: absolute;
    margin-top: -60px;
    margin-left: 155px;
}

.comptageUpdate .card-title {
    background: white;
    width: calc(100vw - 36px);
    z-index: 484;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.comptageUpdate .card-footer {
    clear: both;
    position: fixed;
    background: white;
    width: calc(100vw - 36px);
    z-index: 484;
    margin-top: 0;
    bottom: 0
}

.comptageUpdate .topRow {
    padding-top: 10px
}

.comptageUpdate .cardChantier .coldesc {
    flex: 2 5 auto
}

.comptageUpdate .cardChantier .rightDesc {
    width: 15vw;
    text-align: right;
}

.comptageUpdate .cardChantier .rightDesc .input-group-addon {
    padding: 0px
}

.comptageUpdate .cardChantier .rightDesc .input-group-addon .downValue,
.comptageUpdate .cardChantier .rightDesc .input-group-addon .upValue {
    padding: 6px;
    width: 35px;
}

.comptageUpdate .cardChantier .rightDesc .input-group input {
    width: 76px
}



.mapButton {
    position: absolute;
    bottom: 14px;
    right: 15px;
    display: none;
}

.cancelCalibrate {
    background-color: rgb(206, 35, 35);
    border: 2px solid rgb(255, 255, 255);
    color: white;
    border-radius: 3px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 22px;
    left: 100px;
    float: left;
    z-index: 8585448;
    display: none;
}

.mapButton .elButton {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 22px;
    text-align: center;
}

.mapButton.goLeft .elButton,
.mapButton.goUp .elButton,
.mapButton.goRight .elButton,
.mapButton.goDown .elButton {
    max-width: 27px;
}

.mapButton .elButton div {
    color: rgb(25, 25, 25);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 38px;
    padding-left: 5px;
    padding-right: 5px;
}

.colphoto {
    margin-right: 15px
}

.colphoto img {
    max-width: 15vw;
}

.searchList,
.isList,
.sortList,
.resetList,
.searchList2,
.sortList2,
.resetList2 {
    font-size: 26px
}

.resetList .fa-times {
    color: red
}

.isList.active {
    color: #c0116f;
}



.bootstrap-select .dropdown-header {
    background: #000000;
}

.bootstrap-select .dropdown-header .text {
    font-weight: bold;
    color: white;
}

.bootstrap-select [data-original-index="0"]:before {
    font-size: 12px;
    padding: 10px 15px;
    content: "Résultat de recherche";
    background: #000000;
    display: block;
    color: white;
    font-weight: bold
}

.bootstrap-select .selected,
.bootstrap-select .selected.active a {
    background: #ffed00;
    color: #f27500;
}


.multipleSel .bootstrap-select a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    padding-right: 5px;
}

.groupe.form .select2-results li.select2-results__option.select2-results__message {
    display: none
}

.groupe.form .select2-results li.select2-results__option.select2-results__option--highlighted {
    display: inherit
}

.groupe.form .select2-results li.select2-results__option:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    padding-right: 5px;
}

.groupe.form .select2-results li.select2-results__option[id]:not([id=""]) {
    display: inherit
}

.groupe.form .select2-results li.select2-results__option[id]:not([id=""]):before {
    content: "\f00d";
}

.multipleSel .bootstrap-select .selected a:before {
    content: "\f00d";
}

.bootstrap-select.btn-group .dropdown-menu li.selected.active a small.text-muted {
    color: black;
}


.bootstrap-select .selected[data-original-index="0"]:before {
    display: none;
}


div.wrapperWaitForAjax {
    height: 100vh;
    width: 100vw;
    background: rgba(150, 150, 150, 0.9);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
}

div.wrapperWaitForAjax span {
    margin: 0;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    top: 50vh;
    left: 50vw;
    margin-right: -50vw;
    transform: translate(-50%, -50%)
}

/* loading dots */

div.wrapperWaitForAjax span:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        color: rgba(0, 0, 0, 0);
        text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    40% {
        color: #164155;
        text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    60% {
        text-shadow:
            .25em 0 0 #164155,
            .5em 0 0 rgba(0, 0, 0, 0);
    }

    80%,
    100% {
        text-shadow:
            .25em 0 0 #164155,
            .5em 0 0 #164155;
    }
}

.gm-style img {
    max-width: none;
}

.activeSort .fa {
    color: #c0116f
}

.statistique.index .card-content .row {
    font-size: 26px;
}

.materiaux-tab4 #tab4 .row {
    font-size: 26px;
}

.backgroundYellow {
    background: #ffed00;
    color: black
}

.backgroundGrey {
    font-size: 12px;
}

.backgroundLblue {
    background: #7dbfc7;
    color: black;
}

.backgroundGrey {
    background: #ebebeb;
    color: black;
}


.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: rgb(106, 106, 230);
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
    fill: rgb(106, 106, 230);
}


.bg808080 {
    background-color: #808080 !important;
}

.ct-series.bg808080 {
    fill: #808080 !important;
}

.ct-label {
    fill: white;
    color: white !important;
}

.bg92d050 {
    background-color: #92d050 !important;
}

.ct-series.bg92d050 {
    fill: #92d050 !important;
}

.bgffc000 {
    background-color: #ffc000 !important;
}

.ct-series.bgffc000 {
    fill: #ffc000 !important;
}

.bgff0000 {
    background-color: #ff0000 !important;
}

.ct-series.bgff0000 {
    fill: #ff0000 !important;
}

.bg00b0f0 {
    background-color: #00b0f0 !important;
}

.ct-series.bg00b0f0 {
    fill: #00b0f0 !important;
}

.bg7030a0 {
    background-color: #7030a0 !important;
}

.ct-series.bg7030a0 {
    fill: #7030a0 !important;
}

.bgb5680b {
    background-color: #b5680b !important;
}

.ct-series.bgb5680b {
    fill: #b5680b !important;
}

.bgffff00 {
    background-color: #ffff00 !important;
    color: black;
}

.ct-series.bgffff00 {
    fill: #ffff00 !important;
    color: black;
}


#result.isAList .cardChantier {
    padding: 5px !important;
    margin: 0 5px 5px !important;
}

#result.isAList h3 {
    margin: 0 0 5px 5px !important;
}

#result.isAList .colphoto {
    display: none !important;
}

@media screen and (orientation: portrait) and (min-width: 480px) {
    body {
        width: 100vh;
        height: 100vw;
        transform-origin: 0 0;
    }
}


.isMultiple .isDesc {
    display: none;
}

.isMultiple#result {
    grid-template-columns: repeat(3, 1fr);
}


#tab1 #result .cardChantier {
    padding: 7px
}

.isNotList {
    display: none
}

.isNotForList {
    display: none
}

.isAList {
    position: relative;
}

.isAList .qteNotList {
    position: absolute;
    margin-left: 185px;
    margin-top: -38px;
    font-size: 20px;
    font-weight: bold;
}

.isAList .isNotList {
    display: inherit;
    position: absolute;
    margin-left: 335px;
    margin-top: -68px
}

.isAList .isNotForList {
    display: inherit;
}

.isAList .isForList {
    display: none
}

.isAList .buttonPlusMoins {
    position: absolute;
    margin-left: 300px;
    margin-top: -50px
}

.isAList .buttonPlusMoins br {
    display: none;
}

.isAList.isMultiple .isNotList {
    display: none
}

.isAList.isMultiple .isNotForList {
    display: none
}

.isAList.isMultiple .isForList {
    display: none
}

.isAList .ttComptage {
    font-size: 13px;
    margin-top: -5px
}

.nomMat {
    color: black;
    background: #fef30e !important;
}


.backgroundGrey text {
    fill: #7b7b7b !important;
    stroke: black;
    stroke-opacity: 0.5;
}

/* ICI MODIFICATION DU CURSOR SUR LES CARTES DANS L'ONGLET MATERIAUX */
.cardChantier>a {
    cursor: pointer;
}

.highlight-on-hover:hover {
    color: #007bff !important;
    text-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
    font-weight: bold;
    transition: all 0.3s ease;
}