form.tracesearch {
  margin-top: 30px;
  float: left;
  width: 100%;
}
.tracesearch input.orig {
  display: block;
  border: 2px solid #292828;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 200;
  float: left;
  width: 443px;
  color: #292828;
}
/* bouton search */
.tracesearch .lqd-icn-ess {
  font-family: "lqd-essentials";
  font-size: 50px;
  font-weight: 700;
  margin-left: 20px;
}
.tracesearch .lqd-icn-ess:hover {
  cursor: pointer;
}
.tracesearch .promagnifier svg {
    /* background: #23232c; */
    width: 28px;
    height: 28px;
    padding: 3px;
    fill: #fff;
    vertical-align: top;
    cursor: pointer;
    float: left;
}

.tracesearch .proclose svg {
    background: #23232c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: -23px;
    fill: #fff;
    padding: 2px;
    cursor: pointer;
    right: 33px;
    position: absolute;
    margin-top: 10px;
}

.tracesearch .proloading svg {
	width: 50px;
	height: 50px;
	float: left;
	padding: 3px;
  margin-left: 20px;
}

.tracesearch .saisie{
    width: 468px; 
    position: relative;
}
/*.btnsearch, .proloading {
    position: absolute;
    right: 0;
}*/

/* ***** select ****** */
.trfilter {
    width: 220px;
    float: left;
    margin: 0 10px 0 0;
}
.trfilter label {
    font-size: 0.9em;
    padding: 0;
    margin: 10px 0 0 0;
}

.select2 {
    margin-top: 0;
    min-width: 100%;
    margin-right: 10px;
}
input.select2-search__field {
    width: 100% !important;
}
span.l2 {
    padding-left: 15px;
    font-size: 0.9em;
    line-height: 11px;
}
span.l1{font-weight: bold;
    font-size: 0.9em;
    line-height: 11px;
    }
span.select2-selection.select2-selection--multiple {
    font-size: 0.9em;
    border-radius: 0;
    border: 1px solid #cecece !important;
}
.select2-search input{ /* style.css de sober patché en ligne 558 - suppr de !important */
	border: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #23232c;
    color: white;
}
.select2-results__option {
    padding: 0 0 0 4px;
}
.select2-dropdown{
    z-index: 9000 !important;
}
/* ****** results *****/
.tresults
{
    margin-top:50px;
    padding: 4px; 
    float: left;
}
.tresults a {
  display: block;
}
.tresults a:hover, .tresults article.tres:hover {
  background-color: #efefef;
}
article.tres {
    margin-bottom: 15px;
    cursor: pointer;
}

.tresults h3
{
	font-size: 20px;
	margin:0 0 5px 0;
}
.tresults .entry-summary {
  font-size: 15px;
}

#recherche input.select2-search__field{
 width: 180% !important;
}

/* ********* onglets ************ */
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}
#recherche .trfilter{width:30%;}
.pc-tab {
    width: 100%;
  }
  .pc-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pc-tab ul li label {
    float: left;
    padding: 15px 25px;
    border: 1px solid #000;
    border-bottom: 0;
    background: #eeeeee;
    color: #444;
  }
  .pc-tab ul li label:hover {
    background: #dddddd;
  }
  .pc-tab ul li label:active {
    background: #ffffff;
  }
  .pc-tab ul li:not(:last-child) label {
    border-right-width: 0;
  }
  .pc-tab section {
    clear: both;
  }
  .pc-tab section div {
  }

  #tab1:checked ~ nav .tab1 label,
  #tab2:checked ~ nav .tab2 label,
  #tab3:checked ~ nav .tab3 label {
    background: white;
    color: #111;
    position: relative;
  }
  #tab1:checked ~ nav .tab1 label:after,
  #tab2:checked ~ nav .tab2 label:after,
  #tab3:checked ~ nav .tab3 label:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    bottom: -1px;
  }