@charset "UTF-8";
/* CSS Document */
@import './colors.css';

#bandeau_formulaire_recherche_article {
  background-color: var(--color-orange-accent);
  padding: 6px 20px 6px 20px;
  margin-top: 1px;
  /* margin-bottom: 10px; */
}

#bandeau_formulaire_recherche_article.ressources-animation {
  background-color: var(--color-ressources-animation) !important
    /* #D40B52; */
}

#bandeau_formulaire_recherche_article.autres-ressources {
  background-color: var(--color-autres-ressources);
}

.pull-right {
  display: inline-block;
  float: right;
}

#compteur {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  background-color: transparent;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding-left: 8px;
  /*padding-right: 8px;*/
}

#teaser {
  font-family: Arial, sans-serif;
  color: #ffffff;
  background-color: transparent;
  font-size: 1.1em;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.ligne_champs_formulaire_recherche_article {
  padding: 4px 0;
}

.input_text_champs_mot_cle_recherche_article {
  background-image: url(/images/commun/pictogramme_loupe.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 25px;
  line-height: 25px;
  width: 220px;
  padding-left: 20px;
  background-color: #FFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-right: 6px;
  color:
    /* #8D8978 */
    var(--color-darkgrey);
}

.select_champs_recherche_article {
  height: 25px;
  line-height: 25px;
  width: 220px;
  background-color: #FFF;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-right: 10px;
  color:
    /* #8D8978 */
    var(--color-darkgrey);
}

.submit_button_formulaire_recherche_article {
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  background:
    /* #8D8978 */
    var(--color-darkgrey);
  padding: 5px 25px;
  text-decoration: none;
  cursor: pointer;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-weight: bold;
}

.submit_button_formulaire_recherche_article:hover {
  background: #F19300;
  text-decoration: none;
}

.texte_info_pour_recherche {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  color: #FFF;
  height: 20px;
  width: 150px;
  margin-right: 10px;
}

.ui-autocomplete-loading {
  background: white url("/img/ui-anim_basic_16x16.gif") right center no-repeat;
}

/* 54 */
.ui-front {
  z-index: 100;
}

/* 115 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*
li.ui-menu-item {
  background: white;
  color: orange;
  padding: 3px 10px;
}
*/
/* 454 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  /*##CP ==> */
  font-size: 12px;
  color: orange;
  /*##CP <== */
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  /*##CP ==> */
  background-color: orange;
  color: white;
  /*##CP <== */
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* 830 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

.ui-menu-item a {
  text-decoration: none;
}

.ui-menu-item div.titre {
  color: #D40050;
}

.ui-menu-item div.desc {}

/*##CP ==> */
.visible-on {
  visibility: visible;
}

.visible-off {
  visibility: hidden;
}

/*##CP <== */
