#content-container {
    display:flex;
}

@media screen and (max-width : 768px) {
    #content-container #sidebar {
        display:none;
    }
    #content-container {
        flex-direction:column-reverse;
    }
    .term-description p {
        margin-bottom: 0px!important;
    }
}


/**** Contenu de la feuille de style custom ****/

/* #facet_stack_widget-2 .widget-title::after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
}

#advanced-filters, #facet_stack_widget-2 .widget-title {
    margin-top: -20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #444;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    font-size: 15px;
	  text-align: center;
}

#facet_stack_widget-2 .widget-title h3 {
    border: none;
}

#facet_stack_widget-2 .facetwp-facet {
    padding: 0 18px;
    background-color: white;
    height:0px;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

#advanced-filters::before, #facet_stack_widget-2 .widget-title::before {
    content: "\02795";
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
    position: relative;
    top: 13px;
}

#advanced-filters.active::before, #facet_stack_widget-2 .widget-title.active::before {
    content: "\2796";
} 

#advanced-filters {
  text-transform: uppercase;
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px 20px;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 1.6;
	color: #003D80;
	font-weight: 200;
}


#advanced-filters::before {
	top:4px;
}

@media screen and (max-width : 768px) {
    #custom_html-13 {
        height:25px;
    }
} */