body{
    height: 100vh !important;
    overflow: hidden !important;
}

.content_filter {
    display: block;
    padding: 15px;
    background-color: antiquewhite;
    opacity: 0.8;
    border-radius: 8px;
    cursor: default;
    font-size: 0.9rem;
    color: black;
}

.content_filter_dep {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1000;
}

.content_filter_dep select{
    font-size: 0.8rem;
}

.cta_filter_mobile {
    position: absolute;
    z-index: 1000;
    right: 5px;
    top: 5px;
    border-radius: 50%;

    display: none;
}

.content_show_list_mobile{
    display: block;
    font-size: 2rem;
    position: absolute;
    z-index: 1054;
    left: 10px;
}

.content_body {
    height: 100vh;
    overflow: hidden;
    display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.content_headers {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.content_logo {
    display: block;
    width: 150px;
    height: 70px;
}

.content_logo a img {
    display: block;
    width: 100%;
    height: 100%;
}
.btn_retours {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
}

.entete_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_card ul {
    padding-left: 0;
}
.list_result_search {
    height: auto !important;
    width: 85% !important;
    margin: auto;
    margin-bottom: 20px;
}

.content_element {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_close_style_customize {
    margin: 0;
}

.content_card {
    display: block;
    height: 80vh;
    overflow: scroll;
}

.list_item {
    list-style: none;
    background-color: #e7e7e7;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: -5px 10px 15px rgba(49, 49, 49, 0.3);
    font-size: 11pt;
    display: flex;
    justify-content: space-between;
    height: 10vh;
    align-items: center;
    width: 95%;
    padding: 25px;
}

.plus svg {
	fill: #28be21;
}

.content_left_side_mobile {
    display: block;
    background-color: white;
    max-height: 100vh;
    transform: translateX(-100%);

	position: absolute;
	top: 0%;
    right: 0%;
    left: 0%;
    z-index: 10000;
	overflow-y: hidden;
}

.navleft-detail {
    /* height: 100vh; */
    transform: translate(3vw, 15vh) !important;
}

.content_description {
    height: 75vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.content_description::-webkit-scrollbar {
    display: none;
}
.navbar_mobile_datails {
	width: 100%;
}

.ya {
    z-index: 1000 !important;
}

@keyframes translateFull {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes unTranslateFull {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
} 
