/** COLOR PROJECT **/
:root{
    --main-color-first: #fb8c00 ; /* Orange */
    --main-color-second: #2d7587;; /* Bleu */
    --main-color-third: #00b4ff; /* Bleu clair */
    --main-color-fourth: #ffc159; /* Orange clair*/
    --main-color-fifth: #b36b00; /* Orange foncé*/
    --main-color-light: rgba(255, 193, 89, 0.3);

    --main-color-red: #e86659;

    --main-color-disabled: #e2e2e2 ;

    --main-color-first_hover: #bf807b;

    --main-color-text-first: #333333;
    --main-color-text-second: #6f6d6d;

    --main-color-first-hover: #bf807b;

    --main-color-border-first: #c3c0c0;

    --main-color-link-first: #0066ff;

    --main-color-info: #49abc4;
    --main-color-warning: #b36b00;
    --main-color-success: #fb8c00;
    --main-color-danger: #f98181;

    --main-bgcolor-light: #f5f5f5;
}

.infoModal {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    width: 35%;
    background: #fff;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px 40px;
    z-index: 999999999;
}

.infoModal .alert {
    font-size: 30px;
    color: #fb8c00;
}

.infoModal .close {
    font-size: 25px;
    color: red;
    cursor: pointer;
}

.infoModal .close:hover {
   filter: brightness(80%)
}

.infoModal h5 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.infoModal a {
    color: #fb8c00;
}

.infoModal label span {
    font-size: 16px !important;
}

.infoModal label [type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    margin-top: 5px;
}

.infoModal .infoModalActions {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalGoogleForm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff; 
    padding: 50px 45px 25px 45px; 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    z-index: 9999999;
}
.modalGoogleForm .closeModal{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
}
.modalGoogleForm .closeModal:hover{
    filter: brightness(60%);
}
.modalGoogleForm .bottomModal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.modalGoogleForm .bottomModal input[type="checkbox"]{
    opacity: 1 !important;
    pointer-events: all !important;
    position: initial !important;
    vertical-align: middle;
}
.modalGoogleForm .bottomModal .submitModal{
    background-color: #fb8c00;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
}
.modalGoogleForm .bottomModal .submitModal:hover{
    filter: brightness(80%);
}

#assistance-button {
    position: fixed;
    top: 40px;
    right: 40px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#assistanceModal.modal,
#assistance-modal.modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fafafa;
    padding: 0 !important;
    width: 95%;
    height: 95vh;
    margin: auto;
    overflow: hidden;
    border-radius: 2px;
    will-change: top, opacity;
    transform: translate(-50%, -50%);
    max-height: inherit !important;
    z-index: 999999;
}

#assistanceModal.modal #close-assistance-link,
#assistance-modal.modal #close-assistance {
    position: absolute;
    top: 40px;
    right: 40px;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

#assistanceModal.modal .modal-content,
#assistance-modal.modal .modal-content {
    padding: 0 !important;
}

#assistanceModal.modal iframe,
#assistance-modal.modal iframe {
    width: 100%;
    height: 100vh;
}

#map {
    background-color: #fff;
}

nav #span_account_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;
}

html, body {
    height: 100%;
    margin: 0;
    color: var(--main-color-text-first) !important;
    font-family: 'Titillium Web', sans-serif !important;
    overflow: hidden;
    background: #efefef;
    background-size: cover;
}

#RelevesMobiles_icon img {
    width: 43%;
    height: auto;
    margin-top: 11px;
    position: relative;
    left: 2px;
}

.modalOlympics {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 8000000;
}

.modalOlympics img {
    width: 350px;
}

.hidden {
    display: none !important;
}

.pointer_down {
    pointer-events: none;
}

.initial-checkbox {
    pointer-events: all !important;
    opacity: 1 !important;
    position: relative !important;
    top: 7px;
}

input.invalidate {
    border: 2px solid red !important;
}

button, input, optgroup, select, textarea{
    font-family: 'Titillium Web', sans-serif !important;
}
.leaflet-container{
    font-family: 'Titillium Web' !important;
}
a{ color: var(--main-color-link-first); }

.bgcolor_first, .bgcolor_first:hover, .bgcolor_first:focus{ background-color: var(--main-color-first); }
.bgcolor_second, .bgcolor_second:hover, .bgcolor_second:focus{ background-color: var(--main-color-second); }
.bgcolor_third, .bgcolor_third:hover, .bgcolor_third:focus{ background-color: var(--main-color-third); }
.bgcolor_fourth, .bgcolor_fourth:hover, .bgcolor_fourth:focus{ background-color: var(--main-color-fourth); }
.bgcolor_fifth, .bgcolor_fifth:hover, .bgcolor_fifth:focus{ background-color: var(--main-color-fifth); }
.bgcolor_red, .bgcolor_red:hover, .bgcolor_red:focus{ background-color: var(--main-color-red); }
.bgcolor_light{ background-color: var(--main-color-light); }

.bgcolor_first-text{ color: var(--main-color-first) !important; }
.bgcolor_second-text{ color: var(--main-color-second) !important; }
.bgcolor_third-text{ color: var(--main-color-third) !important; }
.bgcolor_fourth-text{ color: var(--main-color-fourth) !important; }
.bgcolor_fifth-text{ color: var(--main-color-fifth) !important; }

.input_first{
    border-bottom: 1px solid var(--main-color-first) !important;
    box-shadow: 0 1px 0 0 var(--main-color-first) !important;
}
.input_second{
    border-bottom: 1px solid var(--main-color-second) !important;
    box-shadow: 0 1px 0 0 var(--main-color-second) !important;
}
.input_third{
    border-bottom: 1px solid var(--main-color-third) !important;
    box-shadow: 0 1px 0 0 var(--main-color-third) !important;
}
.border-grey{border: solid 1px #c3c0c0;}
.bgcolor_grey {background-color: #ececec;}
.input-field .prefix.active{color : var(--main-color-first); }

.label_color{color: #9e9e9e;}

.disabled_li{
    background-color: rgba(167, 167, 167, 0.92);
}

#interventions_legend {
    padding-bottom: 10px;
}

#interventions_legend > div {
    display: flex;
    align-items: center;
    height: 20px;
}

#interventions_legend > div svg {
    margin-right: 10px;
}

.mainLogoCtn {
    position: absolute;
    left: 20px;
    top: 5px;
    display: flex;
    align-items: center;
    width: 150px;
}

.mainLogoCtn img:first-child {
    width: 50px;
}

.mainLogoCtn img:last-child {
    width: 100px;
    margin-left: 10px;
}

/** HELPERS DIV **/
.display_none{display: none;}
.div_relative{position: relative;}
.div_absolute{position: absolute;}
.overflow_auto{overflow: auto;}

/** HELPERS SIZE **/
.width8em { width: 8em !important;}
.full_width { width: 100% !important;}
.full_height { height: 100% !important;}
.line-height-25 { line-height: 25px !important; }
.line-height-20 { line-height: 20px !important; }
.line-height-50{ line-height: 50px !important; }

/** HELPERS CURSOR **/
.cursor-pointer{cursor: pointer !important;}
.cursor-help{cursor: help !important;}
.cursor-arrow{cursor: context-menu !important;}
.cursor-no-drop{cursor: no-drop !important;}


/** HELPERS ALIGN **/
.v-align-t-bottom{ vertical-align: text-bottom; }
.v-align-middle{vertical-align: middle;}
.v-align-super{vertical-align: super;}
.v-align-sub{vertical-align: sub;}
.v-align-bottom{vertical-align: bottom;}
.v-align-top{vertical-align: top;}

/** HELPERS POSITION **/
.margin_auto{margin: auto !important;}
.margin0{margin: 0 !important;}

.mt0{margin-top: 0px !important;}
.mt2{margin-top: 2px !important;}
.mt3{margin-top: 3px !important;}
.mt5{margin-top: 5px !important;}
.mt6{margin-top: 6px !important;}
.mt8{margin-top: 8px !important;}
.mt10{margin-top: 10px !important;}
.mt12{margin-top: 12px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}

.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px !important;}
.mb8{margin-bottom: 8px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb52{margin-bottom: 52px !important;}

.ml0{margin-left: 0px !important;}
.ml5{margin-left: 5px !important;}
.ml8{margin-left: 8px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml30{margin-left: 30px !important;}
.ml40{margin-left: 40px !important;}
.ml50{margin-left: 50px !important;}

.mr0{margin-right: 0px !important;}
.mr5{margin-right: 5px !important;}
.mr8{margin-right: 8px !important;}
.mr10{margin-right: 10px !important;}
.mr13{margin-right: 13px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}

.mt-5{margin-top:- 5px !important;}
.mt-8{margin-top:- 8px !important;}
.mt-10{margin-top: -10px !important;}
.mt-12{margin-top: -12px !important;}
.mt-20{margin-top: -20px !important;}
.mt-30{margin-top: -30px !important;}
.mt-40{margin-top: -40px !important;}
.mb-5{margin-bottom:- 5px !important;}
.mb-8{margin-bottom:- 8px !important;}
.mb-10{margin-bottom: -10px !important;}
.mb-20{margin-bottom: -20px !important;}
.mb-30{margin-bottom: -30px !important;}
.mb-40{margin-bottom: -40px !important;}
.ml-5{margin-left:- 5px !important;}
.ml-8{margin-left:- 8px !important;}
.ml-10{margin-left: -10px !important;}
.ml-20{margin-left: -20px !important;}
.ml-30{margin-left: -30px !important;}
.mr-5{margin-right:- 5px !important;}
.mr-8{margin-right:- 8px !important;}
.mr-10{margin-right: -10px !important;}
.mr-20{margin-right: -20px !important;}
.mr-30{margin-right: -30px !important;}

.pb5{padding-bottom: 5px !important;}
.pt0{padding-top: 0px !important;}
.pt5{padding-top: 5px !important;}
.pt15{padding-top: 15px !important;}
.p5{padding: 5px !important;}
.p15{padding: 15px !important;}
.pl25{padding-left: 25px !important;}
.pl60{padding-left: 60px !important;}

/** HELPERS FONT **/
.font_size_10{ font-size: 10px !important; }
.font_size_11{ font-size: 11px !important; }
.font_size_12{ font-size: 12px !important; }
.font_size_13{ font-size: 13px !important; }
.font_size_14{ font-size: 14px !important; }
.font_size_15{ font-size: 15px !important; }
.font_size_16{ font-size: 16px !important; }
.font_size_17{ font-size: 17px !important; }
.font_size_18{ font-size: 18px !important; }
.font_size_19{ font-size: 19px !important; }
.font_size_20{ font-size: 20px !important; }
.font_size_22{ font-size: 22px !important; }
.font_size_25{ font-size: 25px !important; }
.font_size_30{ font-size: 30px !important; }
.font_size_35{ font-size: 35px !important; }
.font_size_40{ font-size: 40px !important; }
.uppercase{ text-transform: uppercase; }
.underline{ text-decoration: underline; }
.underline_hover:hover{ text-decoration: underline; }
.bold{ font-weight: bold; }
.italic{font-style: italic;}
.justify{ text-align: justify; }

/** HELPERS SELECT **/
select:focus{
    outline: none;
}
select:disabled{
    background-color: white !important;
    cursor: default !important;
    color: rgba(0,0,0,0.42);
    border: 1px dotted rgba(0,0,0,0.42) !important;
}
select{
    border: 1px solid #a4a4a4 !important;
}

/** HELPERS POSITION **/
.div_bottom{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
}

/** MATERIALIZECSS **/
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid var(--main-color-first);
    -webkit-box-shadow: 0 1px 0 0 var(--main-color-first);
    box-shadow: 0 1px 0 0 var(--main-color-first);
}
input:not([type]):focus.valid ~ label, input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label{
    color: var(--main-color-first);
}
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label{
    color: var(--main-color-first);
}
input[type=text]:not(.browser-default):disabled{
    background-color: rgba(210, 210, 210, 0.25);
}
.progress{
    background-color: #FFE189;
}
.progress .indeterminate {
    background-color: #ebb617;
}
.switch label input[type=checkbox]:checked+.lever{
    background-color: var(--main-color-fourth);
}
.switch label input[type=checkbox]:checked+.lever:after{
    background-color: var(--main-color-fifth);
}
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled,
.btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled],
.btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
    background-color: #adaaaa !important;
    color: #f5f5f5 !important;
}
.material-tooltip{
    text-align: left;
}
.dropdown-content{
    max-height: 325px;
}
.dropdown-content li:not(.divider){
    min-height: 45px !important;
}
.dropdown-content li>a, .dropdown-content li>span{
    color: var(--main-color-fifth) !important;
    padding: 10px !important;
}
.select-wrapper input.select-dropdown:focus{
    border-bottom: 1px solid var(--main-color-first) !important;
    font-size: 12px !important;
}
.select-wrapper input.select-dropdown{
    font-size: 12px !important;
}
.select-dropdown.dropdown-content li:hover {
    background-color: rgba(242, 154, 149, 0.2) !important;
}
.select-dropdown.dropdown-content li.disabled:hover {
    background-color: var(--main-color-disabled) !important;
    cursor: default;
}
.select-dropdown li.disabled{
    background-color: var(--main-color-disabled) !important;
    cursor: default;
}
[type="checkbox"]:checked+span:not(.lever):before{
    border-right: 2px solid var(--main-color-first);
    border-bottom: 2px solid var(--main-color-first);
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid var(--main-color-first);
    background-color: var(--main-color-first);
    width: 17px;
    height: 17px;
    top: 4px;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid var(--main-color-first);
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: var(--main-color-first);
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 17px;
    width: 17px;
    top: 4px;
}
[type="checkbox"]+span:not(.lever) {
    padding-left: 26px;
    font-size: 13px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: -1px;
    width: 6px;
    height: 12px;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    width: 14px;
    height: 14px;
    margin-top: 7px;
}
[type="checkbox"]:checked+span:not(.lever):before{
    top: -2px;
    left: 0px;
    width: 8px;
    height: 14px;
}
input[type=range]::-webkit-slider-thumb {
    background-color: var(--main-color-first);
}
input[type=range]{
    border: none !important;
    margin: 10px 0 !important;
}
::placeholder {
    color: #bbbbbb;
}
blockquote{
    border-left: 5px solid var(--main-color-fifth);
}
.modal-footer{
    text-align: center !important;
    border-top: 1px solid #c7c7c7;
}

/** TOASTS **/
.toast_error {
    background-color: var(--main-color-danger);
    color: white;
}
.toast_success {
    background-color: var(--main-color-success);
    color: white;
}
.toast_warning {
    background-color: var(--main-color-warning);
    color: white;
}
.toast_info {
    background-color: var(--main-color-info);
    color: white;
}

.auto_form_modal {
    z-index: 10000 !important;
    top: 50% !important;
    left: 50%;
    max-height: inherit;
    transform: translate(-50%, -50%) !important;
}
.auto_form_modal .modal-content {
    height: 100%;
}
.modal_print {
    top: 2% !important;
    left: 0 !important;
    height: 96% !important;
    width: 98% !important;
    max-height: inherit !important;
    transform: inherit !important;
}

/** LOADER **/
#sogefi_loader{
    display: none;
    position: absolute;
    top: 38%;
    left: 47%;
    z-index: 10001;
    border: 16px solid white;
    border-top: 16px solid var(--main-color-first);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#sogefi_overlay{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    will-change: opacity;
    opacity: 0.5;
    z-index: 10000;
    height: inherit;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

button.easy-button-button {
    width: 30px;
    height: 30px;
    border: none;
}
button.easy-button-button span {
    font-size: 15px;
}

/* LEGEND */

#container_legend #etat_de_structure_categorie img {
    display: block;
}
#container_legend #etat_de_surface_categorie img {
    display: block;
}
#container_legend b.underline {
    margin-top: 10px;
}
#container_legend .reseau-bon {
    background: #36b04b;
    display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}
#container_legend .reseau-moyen {
    background: #fefe00;
    display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}
#container_legend .reseau-mauvais {
    background: #f79800;
    display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}
#container_legend .reseau-tres-mauvais {
    background: #f40000;
    display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}
#container_legend div[id^="legend_statut_"] span.color{
	display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}

/* RECHERCHE BAN */

#ban_ctn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 450;
    background: #fff;
    width: 230px;
    padding: 0;
    border: 1px solid #333;
}
body.customBase #ban_ctn {
    display: none;
}
#ban_ctn input {
    border: none !important;
    margin: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 13px !important;
    height: 2rem !important;
}
#ban_ctn input:focus {
    border: none !important;
    box-shadow: none !important;
}
#ban_ctn div.autocompleted_container {
    top: 3px;
    width: 100.8%;
    left: -1px;
}

/* COORDONNEES */

.leaflet-control-coordinates {
    border: 1px solid #333;
}

/* SCALE */
.app_container .leaflet-control-scale-line {
    border: 1px solid #333 !important;
}

/** HELPERS SOGEFI **/
.list_circle::before {
    content: "\2022";
    color: var(--main-color-first);
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
li.list_circle>a{
    color: var(--main-color-first);
    display: contents;
    font-size: inherit;
    font-weight: inherit;
    height: inherit;
    line-height: inherit;
    padding: inherit;
}
.div_info_emphasis{
    border-bottom: 3px solid var(--main-color-first);
    border-top: 3px solid var(--main-color-first);
}
.title_underline{
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dotted var(--main-color-second);
}
li.active .collapsible-header .caret {
    transform: rotate(-180deg);
}
.caret{
    margin-top: 2px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
g[opacity="0.4"], g[opacity="0.3"]{
    visibility: hidden;
}

.tabs .indicator{display: none !important;}
.tabs .tab a:focus, .tabs .tab a:focus.active, .tabs .tab a.active {background-color: white;}
.tabs .tab a{color: #333 !important;line-height: 32px;}
.tabs .tab{ height: 34px !important;}
.tabs{ height: 34px !important;}
.tabs li>a{
    border: 1px solid black;
    background-color: rgb(215, 215, 215, 0.9);
}
.tabs li>a.active {
    border: 1px solid black;
    border-bottom: none;
}
.tabs .tab.disabled a:hover, .tabs .tab.disabled a:focus,  .tabs .tab.disabled a.active{
    background-color: rgba(220, 220, 220, 0.5);
}

/* scrollbar */
.scroller {
    scrollbar-color: #546e7a #eaeaea;
    scrollbar-width: thin;
}
.scroller:hover{
    scrollbar-color: #223862 #eaeaea;
}
/* width */
.scroller::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* Track */
.scroller::-webkit-scrollbar-track {
    background: #eaeaea;
    box-shadow: inset 0 0 2px #a1a1a1;
}
/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: #546e7a;
    border-radius: 5px;
}
/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: #223862;
}
.invalidate {
    border: 2px solid red !important;
}
#mly_container .link_street_view {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 5px;
    left: 20px;
    bottom: 20px;
    padding: 10px;
    z-index: 800;
    color: #fff;
    display: flex;
    align-items: center;
}
#mly_container .link_street_view img {
    margin: 0 5px 0 7px;
}
#mly_container #top-mapillary-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    filter: invert(1);
    z-index: 8000;
    height: 30px;
    width: 250px;
}
#no_mapillary_container .link_street_view {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
    z-index: 800;
    color: #fff;
    display: inline-flex;
    align-items: center;
}
#no_mapillary_container .link_street_view img {
    margin: 0 5px 0 7px;
}
#no_mapillary_container {
    padding-top: 150px;
    text-align: center;
}
.mapillary_modal {
    display: none;
    position: absolute; 
    width: 400px; 
    left: 40px;
    top: 40px;
    z-index: 8000;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    overflow: hidden;
}
.mapillary_modal .col {
    padding: 0;
}
.mapillary_modal #mapillary_not_selected {
    cursor: move;
    background-color: #fff;
}
.mapillary_modal #mapillary_not_selected p {
    float: none !important;
    margin: 0;
    margin: 20px 0;
    padding: 10px 5%;
}
.mapillary_modal #mapillary_not_selected p:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: #f2f5f7;
}
.mapillary_modal #mapillary_not_selected p:first-child img {
    display: block;
    position: relative;
    right: 10px;
}
.mapillary_modal .sidenav_li_content > .row {
    margin: 0;
}
.mapillary_modal #mapillary_not_selected p:first-child i {
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.mapillary_modal #mapillary_not_selected p:first-child i:hover {
    color: #aaa;
}
.mapillary_modal #mapillary_not_selected p:nth-child(2) button, .mapillary_modal #mapillary_not_selected p:nth-child(2) #mly_msg_click {
    margin: 40px 0 10px 0;
}
.mapillary_modal #mapillary_not_selected p:last-child() {
    margin: 0;
}
.mapillary_modal #div_view_on_street_view {
    margin: 0 !important;
}
.mapillary_modal #div_view_on_street_view a {
    width: 100%;
    height: 100%;
}
.mapillary_modal .mapillary-interactive, .mapillary_modal .mapillary-viewer, .mapillary_modal #div_mapillary_container, .mapillary_modal .sidenav_li_content, .mapillary_modal .sidenav_li_content > .row, .mapillary_modal .sidenav_li_content > .row > .col {
    height: 100% !important;
    min-height: 350px;
}
.mapillary_modal canvas {
    width: 100% !important;
    height: 100% !important;
}
.mapillary_modal .card_mapillary {
    border: none;
}
.mapillary_modal #link_street_view {
    border-radius: 15px;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    z-index: 200;
    font-size: 11px;
}
.mapillary_modal #link_street_view.visible {
    display: block;
}
.mapillary_modal .mapillary-direction-perspective {
    bottom: 20px !important;
}
.mapillary_modal .mapillary-zoom-container {
    bottom: 120px !important;
}
.mapillary_modal .mapillary-bearing-indicator-container {
    bottom: 65px !important;
}
.leaflet-control-button .mapillary-button {
    filter: grayscale(0.7);
    cursor: pointer;
}
.leaflet-control-button.active .mapillary-button {
    filter: grayscale(0);
}
.leaflet-popup.fiche_parcelle {
    border: none !important;
}
.fiche_parcelle.leaflet-popup .leaflet-popup-tip {
    border: none !important;
}
.fiche_parcelle .leaflet-popup-content-wrapper {
    border-radius: 15px !important;
    padding: 0;
    overflow: hidden;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    line-height: inherit;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content h6 {
    margin: 0;
    background: #f38b00;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.5px;
}
.fiche_parcelle a.leaflet-popup-close-button {
    padding: 12px 28px 0 0 !important;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content > div  {
    padding: 0 0 20px 0;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content > div > div {
    padding: 0 20px;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_header  {
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_header span {
    color: #da6152;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_localisation > span {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 2px;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .small-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin-right: 5px;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_localisation > span .red_marqueur-icon {
    background-image: url(../../assets/img/red_marqueur.svg);
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_metrics > span .red_surface_graphique-icon {
    background-image: url(../../assets/img/red_surface_graphique.svg);
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_metrics > span .red_contenance-icon {
    background-image: url(../../assets/img/red_contenance.svg);
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_metrics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_metrics > span {
    display: flex;
    align-items: center;
    width: 49%;
    background: #eee;
    padding: 2px;
}
.fiche_parcelle .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_parcelle_proprietaires {
    margin-top: 15px;
}
.fiche_parcelle .cartoLinkCtn {
    padding: 0 20px;
}
.fiche_parcelle .cartoLinkCtn .cartoLink {
    margin: 15px auto 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #333;
    background: #eee;
    border: 1px solid #efefef;
    padding: 5px 0;
    border-radius: 5px;
}
.fiche_parcelle .cartoLinkCtn .cartoLink:hover {
    background: #ddd;

}
.leaflet-popup.fiche_parcelle a.leaflet-popup-close-button {
    color: #fff;
}

/* Temporaire */

div.modal-opening-message {
	top: 70px !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 5px !important;
}

div.modal-opening-message > div.message-container {
	display: flex;
}

div.message-container > div.icon-cell {
	min-width: 10%;
	text-align: center;
}

div.message-container > div.icon-cell i {
	font-size: 40px;
	margin-top: 35px;
}

div.message-container > div.main-cell {
	min-width: 80%;
	margin-bottom: 20px;
}

div.message-container > div.main-cell a {
	text-decoration: none !important;
	color: var(--main-color-first) !important;
	font-weight: bold;
}

/* DEGRADATIONS */

.leaflet-pane .fiche_degradation {
    border: none !important;
}
.fiche_degradation.leaflet-popup .leaflet-popup-tip {
    border: none !important;
}
.fiche_degradation .leaflet-popup-content-wrapper {
    border-radius: 15px !important;
    padding: 0;
    overflow: hidden;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    line-height: inherit;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content h6 {
    margin: 0;
    background: #f38b00;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.5px;
}
.fiche_degradation a.leaflet-popup-close-button {
    padding: 12px 28px 0 0 !important;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content > div  {
    padding: 0 0 20px 0;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content > div > div {
    padding: 0 20px;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_degradation_header  {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_degradation_header i {
    margin-right: 5px;
    color: #f38b00;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_degradation_header .fiche_degradation_commune {
    font-weight: bold;
    text-transform: uppercase;
}
.fiche_degradation .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_degradation_content {
    margin-top: 15px;
}
.fiche_degradation .editDegradationCtn {
    padding: 0 20px;
}
.fiche_degradation .editDegradationCtn .editDegradationBtn {
    margin: 15px auto 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #333;
    background: #eee;
    border: 1px solid #efefef;
    padding: 5px 0;
    border-radius: 5px;
}
.fiche_degradation .editDegradationCtn .editDegradationBtn:hover {
    background: #ddd;
}
.leaflet-popup.fiche_degradation a.leaflet-popup-close-button {
    color: #fff;
    top: -2px;
    right: -3px;
}
.fiche_degradation .leaflet-popup-content > div.loading .fiche_degradation_content {
    color: #fff !important;
    min-height: 90px;
}
.fiche_degradation .leaflet-popup-content > div.loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;  
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid #efefef;
    border-top-color: #f38b00;
    animation: loading 2s linear infinite;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.releveByDateLine {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin-right: 7px;
    vertical-align: middle;
    border-radius: 3px;
}
.degradationsLinePonctuel {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.5px solid #333;
    margin-right: 7px;
    vertical-align: middle;
}
.degradationsLineLineaire {
    display: inline-block;
    width: 16px;
    height: 4px;
    margin-right: 7px;
    vertical-align: middle;
}
.leaflet-pane .fiche_intervention {
    border: none !important;
}
.fiche_intervention .leaflet-popup-content-wrapper {
    border-radius: 15px !important;
    padding: 0;
    overflow: hidden;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    line-height: inherit;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content > div {
    padding: 0 0 20px 0;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content h6 {
    margin: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.5px;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_dashboard_content {
    margin-top: 15px;
}
.leaflet-popup.fiche_intervention a.leaflet-popup-close-button {
    color: #fff;
    top: -2px;
    right: -3px;
    padding: 12px 28px 0 0 !important;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_dashboard_header {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content > div > div {
    padding: 0 20px;
}
.fiche_intervention .linkDegradationCtn .linkDegradation {
    margin: 15px auto 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #333;
    background: #eee;
    border: 1px solid #efefef;
    padding: 5px 0;
    border-radius: 5px;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_dashboard_header {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_dashboard_header .fiche_dashboard_commune {
    font-weight: bold;
    text-transform: uppercase;
}
.fiche_intervention .leaflet-popup-content-wrapper .leaflet-popup-content .fiche_dashboard_header i {
    margin-right: 5px;
}
.legendTechniqueColor {
    display: inline-block;
    height: 8px;
    width: 30px;
    margin-right: 5px;
    border: 1px solid #6b6b6b;
}

div.actu_badged {
    position: relative;
}
div.actu_badged .Button-badge {
    display: none;
}
div.actu_badged .Button-badge:last-child {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    background: #e6514c;
}