
.container-fluid {
    margin-top: 20px;
}

/* Rubrique 1 - barre de recherche  */
#btnVoir {
    padding: 0 16px;
    height: 100%;
}

.ui-widget.ui-widget-content{
    z-index: 810;
}

/* Rubrique 2 - carte et legende  */

#map {
    background: white;
    margin-top:10px;
}

#planSelectDropdownContainer {
	width: 60vw;
    max-width: 414px;
}

#planSelectDropdown {
	height: 3rem;
    padding: 0.5rem 2rem;
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: var(--white-color);
    text-align: left;
    font-weight: normal;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#planSelectDropdown:after {
	float: right;
    margin-top: 0.8rem;
}

#planSelect .dropdown-item {
	color: var(--main-color);
	padding: .4rem 1.5rem;
	text-wrap: wrap;
}

#legende {
    display: none;
    background-color: #f2f6ff;
    margin-top:10px;
}

.legende-deplier {
    height: 600px;
    overflow-y: scroll;
}

.legende-plier {
    display: block;
    overflow-y: scroll;
    height: 300px;
}

.map-plier {
    height: 300px;
}

.map-deplier {
    height: 600px;
}

.accordion .card {
    background-color: #f2f6ff;
}
.accordion .card .card-header .card-header-info, .accordion .card-header .card-title {
    font-size: 1.4rem;
    font-weight: 800;
}

.accordion .card .card-header {
    background-color: transparent;
}

.accordion .card .card-header .btn-header-accordion:hover .btn-link:hover #headingLegende{
    text-decoration:none;
    box-shadow: none;
    outline: none;
}

#informationAccordion {
    margin: 0;
}

#informationAccordion .card,
#legendeAccordion .card {
    margin: 0;
}

#informationAccordion .card-header,
#legendeAccordion .card-header {
    background-color:transparent;
    padding: 0.5rem;
    padding-bottom: 0;
}

#legend-list,
#legend-information-list {
    padding-inline-start: 0;
}

.legend-list-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight:   450;

}

.legend-list-item:not(:first-child) {
    padding-top: 0.5rem;

}

.legend-list-item i {
    margin-right: 15px;
}

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

.item-content i {
    margin-right: 10px;
}

.item-content img {
    padding-right:1.5rem;
}

#legend-detail-title {
    align-items: center;
    font-size: 1.3rem;
    font-weight:   450;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.back-to-list {
    padding-top: 1rem;
    color: #354bcf;
    font-size: 1.6rem;
    font-weight: 600;
}

.back-to-list i {
    padding: 0.75rem;
}

#legend-information-content {
    padding-top: 1rem;
}

#collapseLegende,
#collapseInformation {
    border-top: 0;
    padding: 0.5rem;
}

#collapseLegende h6,
#collapseInformation h6 {
    margin-top: 0;
}

#chevronMapBtn {
    border:0;
}

.paris-icon-arrow-bottom{
    fill:black;
}

.leaflet-container,
.leaflet-control-attribution,
.leaflet-control-attribution a {
    font-size:1.3rem;
}

.leaflet-top,
.leaflet-bottom  {
    z-index: 805;
}

.leaflet-verticalcenter {
    position: absolute;
    z-index: 800;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-verticaltop {
    position: absolute;
    z-index: 800;
    top: 0;
    padding-top: 10px;
    display: flex;
}

.leaflet-measure-toggle {
	width: 30px;
    height: 30px;
    background-color: var(--main-info-color);
    color: white;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-measure-toggle:focus, .leaflet-measure-toggle:hover {
	background-color: green;	
}

.leaflet-measure-contents {
	top: 0;
}

.markerParcelle {
    filter : hue-rotate(160deg);
}

/*       boutons controle map       */
.leaflet-touch .leaflet-bar a {
    background-color: #354bcf;
    color: white;
    line-height: 26px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    border:0;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
    background-color: green;
    color: white;
}

#btnAfficherLegende {
    padding: 0.8rem 2rem;
    min-height: 3.8rem;
}

#ctrlAfficherLegende {
    border: 0;
}

#noResltMsg {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.3rem;
    border-top: none;
    margin-right: 88px;
}

.card.tab-pane .card-text{
	-webkit-line-clamp: initial;
}

.leaflet-container {
    background: white;
}

/* Rubrique 3 - onglets parcelle  */

.infoParcelle {
    background-color: white;
    margin-right: 35%;
}
.infoRegles {
    background-color: white;
    margin-right: 35%;
}

.icon-download  {  fill: #FFFFFF;
}

.btn-primary:hover .icon-download {
    fill: #354BCF!important;
}
.size-file {
    margin-left: 15px;
    margin-right: 10px;
}
.files-info:after {
    background-color: #fff;
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.0003%2018.216L7.75096%2011.9666L9.80498%209.88868L12.542%2012.6413V4.66699H15.4586V12.6413L18.1957%209.88868L20.2497%2011.9666L14.0003%2018.216ZM4.66699%2023.3337V17.1154H7.58353V20.4171H20.4171V17.1154H23.3337V23.3337H4.66699Z%22%20fill%3D%22%23354BCF%22%2F%3E%3C%2Fsvg%3E");
    margin-left: 0;
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-mask-size: 0;
    mask-size: 0;
    padding: .8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 50%;
    right: 0;
    transition: .15s ease-in-out
}
.custom-list.list-files li:hover .files-info::after {
    background-color: var(--main-info-color);
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.0003%2018.216L7.75096%2011.9666L9.80498%209.88868L12.542%2012.6413V4.66699H15.4586V12.6413L18.1957%209.88868L20.2497%2011.9666L14.0003%2018.216ZM4.66699%2023.3337V17.1154H7.58353V20.4171H20.4171V17.1154H23.3337V23.3337H4.66699Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E")
}

.leaflet-btn-custom-reset {
    width: 30px;
    height: 30px;
    padding: 0;
}

.custom-title-underline::after {
	content: "";
    border-block-end: calc(var(--size-base)* 1.5) solid var(--gray-color);
    display: block;
    margin-block-start: var(--spacing-3);
}

.leaflet-browser-print, .leaflet-btn-custom-reset {
	background-color: #354bcf;
    color: white;
    line-height: 26px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 0;
    border: none;
}

.leaflet-browser-print {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-printer-fill" viewBox="0 0 16 16"><path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}

.leaflet-browser-print:focus, .leaflet-browser-print:hover, .leaflet-btn-custom-reset:focus, .leaflet-btn-custom-reset:hover {
	background-color: green;
}

.browser-print-mode-button {
    background: none;
    border: none;
    color: white;
}