#section-carte-climats .section-inner {
    color:#fff;
    padding: 35px 0 80px 0;
}
#section-carte-climats .container{
    position: relative;
}
#section-carte-climats .section-title {
    position: relative;
    text-align: start;
    font-size: 48px;
    width: 50%;
    height: fit-content;
    margin-bottom: 0;
}
#section-carte-climats .section-title:before{
    content: '';
    position: absolute;
    top: 22px;
    left: -180px;
    width: 150px;
    height: 1px;
    width: 150px;
    background-color: #fff;
}
#section-carte-climats .section-inner .container {
    display: flex;
    margin-bottom: 55px;
}
#section-carte-climats .carte-content-line{
    position: relative;

}
#section-carte-climats .carte-content-line .first-line {
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 120px;
    background-color: #fff;
}
#section-carte-climats .carte-content-line .second-line {
    position: absolute;
    top: 130px;
    left: -1px;
    width: 31px;
    height: 24px;
    border-left: 5px dotted #fff;
    z-index: 0;
}
#section-carte-climats .carte-content {
    position: relative;
    width: 50%;
    max-width: 360px;
    font-size: 15px;
    line-height: 1.4;
    margin-left: 20px;
}
#section-carte-climats .bg-element.top-carte {
    top: -20px;
    right: -110px;
}


#section-carte-climats .carte-wrapper {
    position:relative;
    overflow: hidden;
}
#section-carte-climats .carte-wrapper-wrapper,
#section-carte-climats #carte {
    width:100%;
    height:600px;
}
#section-carte-climats #carte .leaflet-marker-icon.label {
    width: 75px !important;
    white-space: normal;
    text-align: center;
    font-family: 'filosofia';
    color: #000000;
    font-size: 13px;
    transition: .25s;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 4px rgba(255, 255, 255, .3);
}
#section-carte-climats #carte .leaflet-overlay-pane {
    mix-blend-mode: color;
}
#section-carte-climats #carte .leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    color: var(--bordeaux-color);
}
#section-carte-climats #carte .leaflet-marker-icon:not(.label) {
    z-index: 999 !important;
    opacity: .85;
    transition:opacity .3;
}
#section-carte-climats #carte .leaflet-marker-icon.inactive {
    opacity:.6;
}
#section-carte-climats #carte .leaflet-marker-icon.active {
    opacity:1;
}
#section-carte-climats #marker-infos {
    position: absolute;
    top:30px !important;
    bottom:30px !important;
    left: 5%;
    width:25%;
    background: rgba(255, 255, 255, .8);
    color: #000000;
    padding: 15px 15px 15px 15px;
    opacity:0;
}
#section-carte-climats #marker-infos #marker-infos-inner {
    padding-right: 30px;
}
#section-carte-climats #marker-infos h3 {
    color:var(--bordeaux-color);
}
#section-carte-climats #marker-infos #marker-infos-close {
    font-weight: bold;
    color: var(--bordeaux-color);
    text-decoration: underline;
    cursor:pointer;
}

#section-carte-climats .bg-element:nth-of-type(1) {
    top: 20px;
    right: -110px;
}
#section-carte-climats .bg-element:nth-of-type(2) {
    top: -20px;
    right: 30px;
}