#map {
    margin-top: 15px;
    height:100vh;
    margin-bottom: 15px;
}

div#size, a#delete {
    position: absolute;
    right: 1em;
    top: 1em;
    background: white;
    color: black;
    padding: 0.4em;
    border-radius: 4px;
    z-index: 500;
}

.legend {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-popup-tip{
    background-color: #eeeeee;
}

.leaflet-popup::after{
    content: "";
    position: sticky;
    top: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid transparent;
}

.leaflet-popup-content{
    margin: 0px !important;
    border-radius: 8px !important;
    width: 304px !important;
}

.leaflet-popup-content-wrapper{
    border-radius: 8px !important;
    padding: 0px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    box-shadow: none;
}

.leaflet-container a{
    color: black;
}

.onglet{
    background: rgba(255,255,255,.75);
    border-top: 1px solid #fff;
}

.onglet-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: .75em;
    font-size: 13px;
}

.onglet-content{
    max-height: 132px;
    overflow-y: auto;
}



.chargePoint-details-status{
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 1em;
}

.onglet-title:after{
    content:'';
    height: 10px;
    width: 10px;
    display:block;
    border:2px solid #333;
    border-right-width:0;
    border-top-width:0;
    position: absolute;
    right: 14px;
}

.divider{
    margin: 0;
}

.onglet-title.open:after{
    content:'';
    height: 10px;
    width: 10px;
    display:block;
    border:2px solid #333;
    border-left-width:0;
    border-bottom-width:0;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    position: absolute;
    right: 14px;
}

.chargePoint-details-status.available{
    background: #00D80E;
}

.chargePoint-details-status.unavailable{
    background: #FF0000;
}

.chargePoint-details-status.occupied{
    background: #18639b;
}

.chargeType{
    line-height: 1em;
}

.maxPower{
    line-height: 1em;
}

.chargePoint-details-content{
    display: -webkit-inline-box;
    margin-top: 10px;
}

.connectors{
    display: grid;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    display: grid;
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-top: 1px solid #ddd;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 3px 10px;
    border-top: none;
    max-height: 350px;
    overflow-y: auto;
    background: #eeeeee;
    width: 100%;
    border: 1px solid #ccc;
}

.subTabcontent {
    display: none;
    border-top: none;
    background: #eeeeee;
    height: 100%;
    width: 100%;
}

.subTabChargePoint{
    display: none;
    padding: 3px 10px;
    border-top: none;
    background-color: #e8e8e8;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}

/* .progress{
    height: 100% !important;
} */

.tablinks{
    cursor: pointer;
}

.chargePointsList li{
    background-color: #ffffff;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ddd;
}

.chargePointsList li.active{
    background-color: #f5f5f5;
    color: black;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
}

.close:hover,

.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#operatingHours .content-body,#pricing .content-body{
    padding: 5px 30px 5px 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

#operatingHours .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#synthesis .table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
}

#operatingHours thead{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

#operatingHours tr, #synthesis tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#operatingHours th{
    border-color: #eaeaea;
    padding: 10px;
}

#operatingHours tbody,#synthesis tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#synthesis .content-body{
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

.subTabChargePoint td {
    border-top: 0 white !important;
    padding: 0px 0px 8px 0px !important;
}

/*collapsed" panels */

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

#accordionEx a:hover {
    text-decoration: none;
}

/*Taille map dans la partie vue de la station*/
#mapStation {
    height:400px;
}
/*laptop */
@media screen and (max-width: 1600px)
{
    #mapStation {
        width : 100%;
    }
}

#map .accordion-item {
    border: none !important;
}

#map .accordion-button {
    padding: 0.75rem 1rem !important;
}
#map .accordion-button:not(.collapsed) {
    color: #212529 !important;
    background-color: rgba(0,0,0,.03) !important;
}
#map .accordion-button:focus {
    background-color: rgba(0,0,0,.03) !important;
    box-shadow: none !important;
}
#map .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
}

#map .accordion-body {
    padding: 0.75rem 1rem !important;
}

#map .fake-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
/*
box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/
