body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #48BB86;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #003349;
}

#map {
    height: calc(100vh - 132.312px);
    width: 100vw;
    padding: 0;
    margin: 0;
}

.map-container {
    position: relative;
    height: calc(100vh - 132.312px);
    width: 100vw;
    padding: 0;
    margin: 0;
}

.left-sidebar-openner{
    width:30px;
    height: 30px;
    background-color: #003349;
    position: absolute;
    top:30px;
    left:30px;
    z-index:1000;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.8) 8px 8px 10px;
    padding: 10px;
    cursor: pointer;
}
.left-sidebar-openner-menu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position:relative;
    
}
.left-sidebar-openner-menu-line-1{
    height:3px;
    width: 100%;
    background-color: white;
    box-shadow: inset 2px 0px 4px rgba(0, 0, 0, 0.25);
}
.left-sidebar-openner-menu-line-2{
    height:3px;
    width: 100%;
    background-color: white;
    box-shadow: inset 2px 0px 4px rgba(0, 0, 0, 0.25);
}
.left-sidebar-openner-menu-line-3{
    height:3px;
    width: 100%;
    background-color: white;
    box-shadow: inset 2px 0px 4px rgba(0, 0, 0, 0.25);
}
.top-arrow-menu{
    width:15px;
    transform: rotate(45deg);
    position:absolute;
    right:0;
    margin-bottom:8px;

}
.bottom-arrow-menu{
    width:15px;
    transform: rotate(-45deg);
    position:absolute;
    right:0;
    margin-top:8px;
}
.line-arrow-menu{
    width:60% !important;
}
.left-sidebar {
    position: absolute;
    z-index: 2000;
    width: 400px;

}

.left-sidebar-header {
    background-color: #003349;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFBF6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-sidebar-body {
    width: calc(100% - 40px);
    height: calc(100vh - 75px - 132.312px);
    background-color: #FFFBF6;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgba(149, 157, 165, 0.8) 8px 8px 10px;
    overflow-y: auto;

}

.left-sidebar-section-title {
    padding-top: 20px;
}

.title-underline {
    height: 3px;
    width: 70%;
    background-color: #48BB86;
    margin-bottom: 30px;
}

.left-sidebar-section-title h2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    color: #003349;
    text-transform: uppercase;
}

.visite-virtuelle-item {
    margin-top: 15px;
    font-family: 'Rubik';
    box-shadow: rgba(149, 157, 165, 0.8) 8px 8px 10px;
    background-color: #003349;
    color: #FFFBF6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.visite-virtuelle-item:hover {
    transform: scale(1.05);
}

.visite-virtuelle-item-container {
    height: 80px;
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;
    object-fit: cover;
}

.visite-virtuelle-item-container>img {
    min-width:100%;
}

.marker {
    display: block;
    border: 2px solid #003349;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    background-position: center;
    transition: ease-in-out 0.1s;
}
.iconProfile{
    display: block;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    background-position: center;
}
.marker-text {
    color: white;
    font-family: 'Rubik';
}
.visite-virtuelle-full {
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.visite-virtuelle-container {
    position: absolute;
    z-index: 3000;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visite-virtuelle-container>iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.close-visite-virtuelle {
    padding: 15px;
    background-color: #003349;
    z-index: 4000;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.profil-patrimonial-item{
    min-height:70px;
    margin-top: 10px;
    font-family: 'Rubik';
    box-shadow: rgba(149, 157, 165, 0.8) 8px 8px 10px;
    color:#FFFBF6;
    background-color: #003349;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left:10px;

}
#profils-patrimoniaux{
    padding-bottom: 50px;
}
.profil-patrimonial-item:hover{
    transform: scale(1.05);
}
.pt-30px {
    padding-top: 30px;
}
.mr-30px{
    margin-right:10px;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rotateThis{
    transform: rotate(180deg);
}
.d-flex{
    display: flex;
}
.align-center{
    align-items: center;
}
.popup-title{
    color:#003349;
    text-align: center;
    font-family: 'Rubik';
    font-size:22px !important;
}
.pop-up-link{
    display: block;
    color:#48BB86;
    font-family: 'Rubik';
    text-align:center;
}
.pat-information{
    height: 40px !important;
}
.enterVisit{
    animation-name: iconGrower;
    animation-duration:1.5s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-delay: 0.5s;
}
@keyframes iconGrower {
 0% {

 }
 100% {
    width:100vw;
    height:100vh;
    border-radius: 0;
    filter: blur(4px);
    z-index:7000;
    border-width:0px;
    margin:0;
    padding:0;
 }
}