div.root {
    margin-top: 20px;
    margin-left: 20px;
}

.container {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* pagination */
div.page-item{
    width: 48px;
}
.page-link{
    font-size: 1.25rem;
    text-align: center;
    padding: 0.7rem 0rem;
}

.localisation, .lieux{
    max-height: 500px;
    overflow-y: scroll;
}

.activites{
    max-height: 500px;
    overflow-y: scroll;
}
/*.activites-applyBtn{*/
/*    position: sticky;*/
/*    background: white;*/
/*    bottom: 0px;*/
/*    margin-bottom: 0;*/
/*    padding-top: 1rem;*/
/*}*/
.activites-type{
    position: sticky;
    z-index: 1;
    background: white;
    top: 0px;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
.concepts{
    max-height: 500px;
    overflow-y: scroll;
}

/*.concepts-applyBtn{*/
/*    position: sticky;*/
/*    background: white;*/
/*    bottom: 0px;*/
/*    margin-bottom: 0;*/
/*    padding-top: 1rem;*/
/*}*/

.border-hover:hover {
    border-color: var(--darkColor) !important;
}

@media (max-width: 991px) {
    #containerMap {
        top: 53px !important;
        z-index: 2;
    }

    #containerSearchBar {
        margin-top: 15px;
        position: inherit!important;
    }
}

/* Loading animation */
#bodyFilter{
    top: 0;
    z-index: 15;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* show full partner name in catalogue */
.one_lieu:hover .truncated-content {
	white-space: normal;
	max-width: none;
}

.one_lieu {
    border-radius: 10px 10px 10px 10px !important;
}

.one_lieu:hover .hidden-elements-hover {
    background-color: var(--lightgrey) !important;
}

@media (min-width: 1200px) {
	.one_lieu:hover {
		background-color: var(--lightgrey) !important;
	}
}

.pb-0-6 {
    padding-bottom: 0.6rem;
}

.pe-2-5 {
    padding-right: 0.75rem;
}

.hover-scale {
    -webkit-transition: -webkit-transform 350ms;
    transition: transform 350ms;

    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-scale:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
