body{
	font-family: 'Nunito', sans-serif!important;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
/*    max-width: 1320px;*/
	max-width: 90vw;
  }
}

@media (max-width: 768px) {
  	.bloc-filters-cartographie{
  		right: 0!important;
  		bottom: 0;
  	}
}

input[readonly]{
	background-color: #e9ecef!important;
	cursor: initial;
}

.multiselect-dropdown {
    height: auto;
    max-height: 20rem;
}

.vfm--inset{
/*	z-index: 9999!important;*/
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.vfm--prevent-none{
	z-index: initial;
}

.img_bloc{
    background-size: contain;
/*    background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    min-height: 300px;
}

.card .card-footer {
	padding: 1rem 1.25rem;
}

.timeline-label:before{
	left: 0!important;
}

.timeline-label .timeline-label {
	width: 0!important;
}

.label-stade-evolution:hover{
	cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--kt-form-check-input-checked-bg-color)!important;
    border-color: var(--kt-form-check-input-checked-border-color)!important;
}
.form-check-input:disabled {
	opacity: 1!important;
}

.accordion-button{
	font-size: 1.5rem!important;
}

.vue-final-modal-mare .vfm__content.vfm--outline-none {
	max-width: 1800px; 
}

.mw-1800px{
	max-width: 1800px;
}

.bloc-filters-cartographie{
	z-index: 9;
	right: 10px;
}

.div-carto-filter{
    border-top:1px solid rgba(57,118,90,.1);
    min-height: 70px;
    border-bottom:1px solid rgba(57,118,90,.1);
    background-color: var(--kt-header-desktop-fixed-bg-color);
}

.dot {
	height: 15px;
	width: 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.custom-switch .custom-control-label::before { cursor: pointer; }
.custom-switch .custom-control-label::after { cursor: pointer; }
.custom-switch label:hover{ cursor: pointer; }

.li_legende{
	display: flex;
	align-items: center
}
.li_legende_text{
	font-size: 0.9em;
}

.container-carto{
	max-width: 100vw!important;
	padding: 0!important;
}

.right-0{
	right: 0!important;
}

.delete-message-icon:hover{
	cursor: pointer;
}

.form-check-inline:hover, .form-check-label:hover, .form-check-input:hover{
	cursor: pointer!important;
}

.btn-confirmer-refuser-agenda{
	padding: 1px 6px!important;
	height: min-content;
}

.form-check-input:hover{
	cursor: pointer;
}

.fc-exportIcs-button {
	background-color: var(--kt-success-active)!important;
	color: var(--kt-success-inverse)!important;
}

.v-popper__popper{
	max-width: 300px!important;
}

.fc-timegrid-slot, .fc-daygrid-day-frame, .fc-event{
    cursor: pointer!important;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: rgba(255, 220, 40, 0.15)!important;
}

.fc-event-main{
/*	font-size: 0.85rem!important;*/
}

.fc-event-time{
	font-size: 0.75rem!important;
	font-style: italic!important;
}

.vfm__content.vfm--outline-none{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.multiselect {
    background-color: var(--kt-input-solid-bg)!important;
    border-color: var(--kt-input-solid-bg)!important;
    color: var(--kt-input-solid-color)!important;
    transition: color 0.2s ease!important;
    padding: 0.3rem!important;
}

.multiselect-search {
    background: var(--kt-input-solid-bg)!important;
    border-color: var(--kt-input-solid-bg-focus)!important;
}

.multiselect-tags-search{
	background: var(--kt-input-solid-bg)!important;
}

.dp__main{
	background-color: var(--kt-input-solid-bg)!important;
    border-color: var(--kt-input-solid-bg)!important;
    color: var(--kt-input-solid-color)!important;
    transition: color 0.2s ease!important;
    padding: 0.3rem!important;
    border-radius: 0.475rem!important;
}

.dp__input{
	border: none!important;
	background-color: var(--kt-input-solid-bg)!important;
}

.couleur-selection{
	height:20px;
	width:20px;
	border-radius: 3px;
	margin: 5px;
	padding: 0!important;
}

.label_button_agenda_color:hover{
	cursor: pointer;
}

.mw-1200px{
	max-width: 1200px;
}

.anim-when-hover{
    transition: all .4s ease;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
}

.anim-when-hover:hover{
    transform: translateY(-8px);
}

.text-yellow{
	color: #ffd600 !important;
}

/*
 * Carto
 */
.leaflet-control-zoom.leaflet-bar.leaflet-control {
    width: 42px;
    height: 74px;
    background: #fcfcfc;
    box-shadow: 0 0 8px rgba(0,0,0,.16);
    border: none;
    border-radius: 8px;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control a {
    width: 42px;
    height: 37px;
    line-height: 37px;
    background: #fcfcfc;
    border: none;
}

.leaflet-control-locate.leaflet-bar.leaflet-control{
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control a:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control a:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.bloc-radio-tile-layers{
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
}

.bloc-radio-tile-layers input:hover, .bloc-radio-tile-layers label:hover{
    cursor: pointer;
}

.mb-perso-90{
	margin-bottom: 90px;
}

.vh-100{
	height: 100vh;
}

.btn-cen-orange {
    color: #fff;
    background-color: #F37E0E;
    border-color: #F37E0E;
}

.btn-cen-orange:hover {
    color: white!important;
    background-color: rgb(173, 95, 7)!important;
    border-color: rgb(173, 95, 7)!important;
}

.titre_image_accueil h1{
	color: white;
	margin-top: auto;
/*	margin-bottom: auto;*/
	font-size: 3rem;
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.auth-bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*box-shadow: inset 0 0 0 1000px rgba(31, 147, 112, 0.5);*/
    box-shadow: inset 0 0 0 1000px rgb(132 184 38 / 20%);
    background-image: url('../images/login.jpg');  
}

.image_helophytes{
    max-width: 202px;
}
.image_hydrophytes_enracines{
    max-width: 599px;
}
.image_hydrophytes_non_enracines{
    max-width: 146px;
}
.image_algues{
    max-width: 150px;
}
.image_eau_libre{
    max-width: 129px;
}
.image_fond_exonde{
    max-width: 138px;
}
.total_vegetation{
    max-width: 50px;
}