/* @override
	https://immo.initio-conseil.fr/wp-content/themes/Divi-child/jplist/dist/css/jplist.core.min.css?*
	https://initio-conseil.fr/wp-content/themes/Divi-child/jplist/dist/css/jplist.core.min.css 


*/
.lato {
    font-family: Lato, sans-serif
}

.jplist-hidden {
    display: none
}

.jplist-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #f1f1f1;
    padding-bottom: 5px
}

.sticky-demo .panel>.center {
    max-width: 100%
}

.sticky-demo .jplist-sticky>.center {
    max-width: 95%
}

.no-cssgradients .jplist-panel button:hover {
    background: #f4f4f4
}
.jplist-panel button {
    float: left;
    color: #ffffff;
    background: #1e2224;
	margin: 10px 10px 0 0;
	border: none!important;
	padding: 7px 15px!important;
	font-size: 16px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.jplist-panel button:nth-child(2):hover{
	background-color: #dc6869;
}
.jplist-panel button:nth-child(4):hover{
	background-color: #cfa859;
}
.jplist-panel button:nth-child(3):hover {
	background-color: #6eadab;
}
.jplist-panel button:nth-child(1):hover {
	color: #ffffff;
	background-color: #2f7dc1;
}

.jplist-panel button.jplist-disabled {
    background: #e3e3e3;
    color: #6c6c6c;
    cursor: default
}
.jplist-panel button.jplist-selected:nth-child(2){
	background-color: #dc6869;
}
.jplist-panel button.jplist-selected:nth-child(4){
	background-color: #cfa859;
}
.jplist-panel button.jplist-selected:nth-child(3) {
	background-color: #6eadab;
}
.jplist-panel button.jplist-selected:nth-child(1) {
	color: #ffffff;
	background-color: #2f7dc1;
}
.jplist-panel input[type=text] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    text-indent: 5px;
    background: #fff
}

.jplist-panel input[type=checkbox],
.jplist-panel input[type=radio] {
    float: left;
    display: inline-block;
    height: 30px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a;
	line-height: 30px!important;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	width: 20px;
	position: absolute;
}

.jplist-panel input {
  position: absolute;
  left: -9999px;
}

.jplist-panel label {
  display: inline-block;
  position: relative;
  margin-right: 10px;
	margin-left: 0;
  padding: 5px 20px 5px 40px;
  border-radius: 0px;
  background: #2c2825;
	background-repeat: no-repeat;
  background-position: 2px center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  float: left;
  line-height: 35px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  margin-bottom: 10px;
}

.jplist-panel  label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  border-radius: 50%;
  transition: background-color .2s;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(https://initio-conseil.fr/wp-content/uploads/bleu_initio.png) center center no-repeat;
	background-size: auto 70%;
  filter: grayscale(1);
-moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jplist-panel  label.default::before {
	background-size: auto 60%;
}
.jplist-panel  label.collab_geo::before {
	background-image: url(https://initio-conseil.fr/wp-content/uploads/initio_conseil_geometre.png);
}
.jplist-panel  label.collab_vrd::before {
	background-image: url(https://initio-conseil.fr/wp-content/uploads/initio_conseil_vrd.png);
}
.jplist-panel  label.collab_immo::before{
	background-image: url(https://initio-conseil.fr/wp-content/uploads/initio_conseil_immobilier.png);
}
.jplist-panel  label.collab_expert::before{
	background-image: url(https://initio-conseil.fr/wp-content/uploads/initio_conseil_foncier.png);
}
.jplist-panel label:hover,
input:focus + label {
  background-color: #ffffff !important;
  color: #2b2724;
}
.jplist-panel  input:checked + label {
	background-color: #ffffff !important;
	color: #2b2724;
}

.jplist-panel  input:checked + label::before {
  filter: grayscale(0);
}


.jplist-panel input.jplist-no-right-border {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.jplist-icon {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #101110;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border-right: 0
}

.jplist-icon:hover {
    color: #101110
}

.jplist-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%)
}

.jplist-clear {
    color: #666;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 27px;
    padding: 0 4px;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 1px 1px 1px #fff
}

.jplist-clear:hover {
    color: #444
}

.jplist-selected {
    color: #CA3F1A
}

.jplist-box {
    float: left;
    height: 30px;
    margin: 10px 10px 0 0
}

.jplist-drop-down {
	height: 30px;
    color: #27252a;
	margin: 0 !important;
    position: relative;
	width: auto!important;
}
.search_lign .jplist-panel {
	width: 100%!important;
	z-index: 10;
	text-align: center;
}
.search_lign .jplist-panel p {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0;
}
.search_lign .jplist-panel p strong {
	font-size: 20px;
	color: #6caaa8;
}
.search_lign  .jplist-panel .jplist-drop-down {
	margin-right: 2%;
	display: inline-block!important;
	width: auto;
	float: none;
}

.jplist-panel .jplist-drop-down:last-of-type {
	margin-right: 0;
}
.jplist-drop-down .jplist-dd-panel {
	height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
	padding-left: 20px;
	padding-right: 60px;
	float: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.jplist-drop-down .jplist-dd-panel:hover {
    border-color: #c14b73;
}

.jplist-drop-down .jplist-dd-panel:after {
    content: '\25BC';
    color: #111;
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 1000font-size: 1px;
    font-size: 14px;
    line-height: 50px;
    top: 0;
	bottom: 0;
}

.jplist-drop-down ul {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 0 0 3px 3px;
    position: absolute;
    top: 55px;
    z-index: 1000;
	display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0 5% !important;
    padding: 0;
    box-shadow: 0 3px 6px rgba(187, 187, 187, 0.31)
    right: 0;
	width: 90%;
	right: 0;
	left: 0;
}

.jplist-drop-down ul li {
	float: left;
    height: auto;
    line-height: 16px;
    text-indent: 0;
    cursor: pointerfont-size: 1px;
    font-size: 12px;
    min-height: 16px;
    padding: 5px 10px 2px;
    text-align: left;
	width: 100%;
}

.jplist-drop-down ul li span {
    position: relative;
    width: 100%!important;
    display: block;
}

.jplist-drop-down ul li:hover {
    background-color: #ececec;
    text-indent: 0;
}

.jplist-drop-down:hover .jplist-dd-panel {
    color: #6dacaa
}

.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #6dacaa
}

.jplist-select {
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
    text-shadow: none
}

.jplist-ios-button {
    display: none
}

@media only screen and (max-width:600px) {
    .jplist-ios-button {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-size: 15px;
        line-height: 30px;
        float: left;
        height: 30px;
        box-shadow: 0 0 1px #fff;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        text-shadow: 1px 1px 1px #fff;
        color: #27252a;
        background: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%)
    }
    .jplist-ios-button:hover {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #fafafa 0, #ededed 100%);
        background: linear-gradient(to bottom, #fafafa 0, #ededed 100%)
    }
    .jplist-ios-show {
        display: block
    }
}