@media print
{    
	
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    .clearfix{
      clear: both;
    }
}

@media screen
{    
    .print-only, .print-only *
    {
        display: none !important;
    }
}



p#user_switching_switch_on{
	z-index: 10000;
    position: fixed;
    bottom: -15px;
    width: 220px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-grow{
	flex-grow: 1;
}

.w-40 {
    width: 40%!important;
}

.admin-debug{
	display: none;
}

body.super-admin .admin-debug{
	display: block;
	padding: 20px 24px;
}

.content-side-user{
	height: auto;
}
.block-user-name{
	margin-bottom: 0;
}
.bg-black-op-60 {
    background-color: rgba(0,0,0,.6)!important;
}
.underline-dotted{
	border-bottom: 1px dotted;
}
.table-no-border-first tr:first-child th, .table-no-border-first tr:first-child td{
	border-top: none;
}
.unselectable{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
.block-content-map-no-border{
	padding: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
}
.material-shadow{
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.05), 0 6px 30px 5px rgba(0,0,0,0.05), 0 8px 10px -7px rgba(0,0,0,0.2);
}
.map-container{
	width: 100vw;
	height: calc(100vh - 66px);
}
.sidebar-o .map-container{
	width: 100%;
}
.admin-bar .map-container{
	height: calc(100vh - 66px - 32px);
}

body.admin-bar nav#sidebar, body.admin-bar header#page-header{
	padding-top: 32px;
}


.badge-amenagement, .badge-avant-projet{
	background-color: #9ccc65;
	color: #FFF;
}
.badge-construction, .badge-declaration-prealable{
	background-color: #ef5350;
	color: #FFF;
}
.badge-demolition, .badge-permis-damenager{
	background-color: #ffca28;
	color: #FFF;
}
.badge-extension, .badge-permis-de-construire{
	background-color: #26c6da;
	color: #FFF;
}
.badge-rehabilitation, .badge-renseignement{
	background-color: #42a5f5;
	color: #FFF;
}
.badge-restauration, .badge-restauration{
	background-color: rgba(0,0,0,.33);
	color: #FFF;
}


/* PAGINATION */
nav.custom-pagination{
	margin-bottom: 30px;
    margin-top: 30px;
}
nav.custom-pagination a.page-numbers{
	display: inline-block;
	color: #171717;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    height: 34px;
    line-height: 34px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 10px;
    margin: 0 1px 0 0;
}
	nav.custom-pagination a.page-numbers:hover{
	    background-color: #ebebeb;
	    border-color: #ebebeb;
	}

nav.custom-pagination span.page-numbers{
	display: inline-block;
	color: #171717;
    background-color: none;
    border-color: none;
    height: 34px;
    line-height: 34px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 10px;
    color: #6c757d;
}
nav.custom-pagination span.page-numbers.current{
	background-color: #e74c3c;
	color: #FFF;
}

.alert p:last-child{
	margin-bottom: 0;
}

.conseil-block{
	background-color: #f5f5f5;
}

.max-width-900{
	max-width: 900px;
}

.conseil-texte{
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 45px 75px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 60px 60px 20px 60px;
    background-color: #ffffff;
    max-width: 900px;
    min-height: 1200px;
    overflow: hidden;
}

@media print
{    
    .conseil-texte{
	    padding: 0;
	    font-size: 16px;
	}
}

.tools-conseil{
	max-width: 900px;
}

.conseil-texte *[style]{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
	font-size: 14px !important;
}

#rdv-calendar, #rdv-calendar-dispo{
	margin-bottom: 50px;
}
.fc-event{
	color: #fff !important;
}
.fc-event.fc-helper{
	background-color: #afafaf!important;
	border:1px solid #afafaf;
}
.fc-day-grid{
	background-color: #fff;
}
.fc-toolbar { text-transform: capitalize; }

/***** FORMS *****/
label {
    margin-bottom: 5px;
    font-weight: 600;
}
span.acf-required{
	color: #ef5350!important;
}
.acf-input-wrap, .acf-form-submit, .acf-taxonomy-field {
    margin-bottom: 16px;
}

.acf-input-wrap input, .acf-field input[type="text"] {
	display: block;
    width: 100%;
    padding: 8px 14px !important;
    font-size: 1rem !important;
    line-height: 16px !important;
    color: #575757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdfe3;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s;
	color: #575757;
    background-color: #fff;
    border-color: #dedede;
    height: 34px;
}
.acf-field-wysiwyg{
	margin-bottom: 15px !important;
}
.acf-radio-list, .acf-checkbox-list{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}
.acf-radio-list li, .acf-checkbox-list li{
	margin-right: 20px;
}
.acf-radio-list li input, .acf-checkbox-list li input{
	margin-right: 7px;
}
.acf-input select{
	width: 100%;
	height: 34px;
	background-color: transparent;
	border-radius: .25rem;
	border: 1px solid rgb(220, 223, 227) !important;
	margin-bottom: 16px;
}

.acf-field.acf-field-select{
	margin-bottom: 16px;
}

.acf-fields > .acf-field{
	padding: 0px 0px !important;
	border-top: none !important;
}

.admin-bar .select2-container .select2-dropdown{
	margin-top: 32px;
}
.admin-bar.no-padding-select2 .select2-container .select2-dropdown{
	margin-top: 0;
}


.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single{
	border-radius: .25rem;
	border: 1px solid rgb(220, 223, 227) !important;
}
.select2-container .select2-selection--single{
	height: 34px !important;
}
.select2-selection__rendered{
	line-height: 34px !important;
	padding-left: 14px !important;
}
.multiple-select2 .select2-container .select2-search--inline .select2-search__field{
	min-height: 32px;
}
.multiple-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin-top: 11px;
}
.multiple-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #e74c3c;
	border:none;
}
.multiple-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #ffffff;
}
.multiple-select2 .select2-container--default.select2-container--focus .select2-selection--multiple, 
.multiple-select2 .select2-container--default .select2-selection--multiple{
	border:1px solid #dedede;
}

.btn-search-loc{
	border-radius: .25rem;
	border: 1px solid rgb(220, 223, 227) !important;
}

.acf-error-message{
	color: #ea6153;
}


/* FILTERS */
.block-filters input:not(.select2-search__field), .block-filters select:not([multiple]) {
	height: 46px !important;
}

/* PROGRESS BAR */
.progressbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
}
.progressbar > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
.progressbar > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progressbar > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #dfe3e4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.progressbar > li:last-child:after {
  display: none;
}
.progressbar > li.is-complete {
  color: #26c6da;
}
.progressbar > li.is-complete:before, .progressbar > li.is-complete:after {
  color: #fff;
  background: #26c6da;
}
.progressbar > li.is-active {
  color: #26c6da;
}
.progressbar > li.is-active:before {
  color: #fff;
  background: #26c6da;
}

/**
   * Needed for IE8
   */
.progress__last:after {
  display: none !important;
}

/** CLUSTER MAPS **/
.cluster img {
	display: none
}

.cluster {
	width: 36px!important;
	height: 36px!important
}

.cluster div {
	text-align: center;
	font-size: 13px!important;
	color: #fff!important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px!important;
	height: 36px!important;
	line-height: 36px!important;
	background-color: #26c6da
}

.cluster div:before {
	border: 7px solid #26c6da;
	opacity: .2;
	box-shadow: inset 0 0 0 4px #26c6da;
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite
}

@keyframes cluster-animation {
	0%,
	100% {
		transform: scale(1.3) rotate(0deg)
	}
	50% {
		transform: scale(1.5) rotate(90deg)
	}
}

.banner-status{
    position: absolute;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: rotate(-45deg);
	margin-left: -125px;
    margin-top: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 325px;
}
.banner-status.draft{
	background-color: #ef5350!important;
}
.banner-status.courrier{
	background-color: #ffca28!important;
}
.banner-status.archive{
	background-color: #9ccc65!important;
}
.banner-status.pending{
	background-color: #26c6da!important;
}
.block.block-rounded.annule{
	position: relative;
	overflow: hidden;
}
.banner-status.annule{
	background-color: #ef5350!important;
	right: -110px;
	transform: rotate(45deg);
	margin-top: 21px;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:.3; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.3; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.3; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.3; }
  100% { opacity:1; }
}

tbody.fc-body.loading{
	-webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.filters-container{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	margin: 20px;
}

.map-filters{
	height: 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
	padding: 10px 30px;
	background-color: #F5F5F5;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #fff;
}
.map-filters:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: translateY(-5px);
}

.map-filters-2{
	margin-left: 15px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

projetsMap:after{
	content: " ";
	border-radius: 50%;
    width: 10em;
    height: 10em;
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.animated-background .map-container{
	animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: flickerAnimation;
    animation-timing-function: linear;
}

.custom-infobox{
	background-color: #FFF;
	max-width: 280px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
}
.custom-infobox:after{
	content: "";
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.custom-infobox .block-header{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-infobox .block-header h3{
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	padding-right: 10px;
}
.custom-infobox .block-content{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.custom-infobox .block-content p{
	margin-bottom: 0px;
}
.custom-infobox .block-header .infoBox-close:hover{
	cursor: pointer;
}
.custom-infobox .badge{
	margin-right: 5px;
}



.block.block-themed>.block-content>.block-options .btn-block-option, .block.block-themed>.block-header>.block-title .btn-block-option {
    color: #fff;
    opacity: .7;
}
.block.block-themed>.block-content>.block-options .btn-block-option:hover, .block.block-themed>.block-header>.block-title .btn-block-option:hover {
    color: #fff;
    opacity: 1;
}

.datepicker.datepicker-dropdown.dropdown-menu {
	margin-top: 8px;
}

.admin-bar .datepicker.datepicker-dropdown.dropdown-menu {
	margin-top: 40px;
}