html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

ul, ol {
    padding: 0 !important;
    margin: 0;
}

@font-face {
  font-family: 'unicorn';
  src:  url('fonts/unicorn.eot');
  src:  url('fonts/unicorn.eot') format('embedded-opentype'),
    url('fonts/unicorn.ttf') format('truetype'),
    url('fonts/unicorn.woff') format('woff'),
    url('fonts/unicorn.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

div[id^="add_div_"] {
  display: none;
}

#intro_bibli, #adresse, #accueil, #footer_link_sup, #footer_link_pmb, #footer_link_website {
    display: none !important;
}

body {
  background-color: #ffffff;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
}

#container {
  background-color: #ffffff;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
  margin: 0px auto;
}

#main {
  max-width: 1200px;
  margin: 0 auto;
}

form {
  margin: 0 auto;
    margin-bottom: 0px;
  width: auto;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

#intro {
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#intro_bibli {
  display: none;
}

.navbar-container {
  background: rgba(19, 28, 43, 0.66);
  position: relative;
  z-index: 200;
}

.uk-navbar-nav > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  min-height: 50px !important;
  height: 50px;
  font-family: "Open sans", sans-serif;
  color: #fff;
  text-transform: none;
}

span.user {
    color: #999 !important;
}

#titleImg .titleImg-txt-container {
  height: auto;
  position: relative;
  z-index: 150;
  text-align: center;
}

#titleImg #logo_img {
  padding-top: 40px;
  padding-left: 10px;
}

#intro .main-title {
  font-family: "Brush Script MT","Trebuchet MS", Helvetica, sans-serif;
  color: #fff;
  margin: 0 auto;
  font-size: 4.6em;
  line-height: normal;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.63);
  font-weight: 400;
}

#intro .main-subtitle {
  font-family: "Open sans", sans-serif;
  color: #fff;
  margin: 0 auto;
  font-size: 1.2em;
  line-height: normal;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.63);
  font-weight: 400;
}

div[id^="cms_module_search"] {
  position: relative;
  z-index: 150;
  max-width: 600px;
  margin: 0 auto;
}

.research_inputs {
  display: block;
  margin-bottom: 10px;
}

.searchbox {
  background: transparent;
  padding: 20px 20px 4px 20px;
  min-height: 100%;
  text-align: center;
}

.searchbox .search_radio_button {
  padding: 4px 0;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000;
}

.searchbox input[name="user_query"] {
  line-height: 40px;
  height: 35px;
  padding: 4px 10px;
  font-size: 14px;
  width: calc(100% - 40px);
  border-color: #fff;
  border-radius: 4px 0px 0px 4px;
  float: left;
}

.searchbox .research_inputs > input {
  margin: 0;
  box-shadow: none;
  border-style: none;
}

.searchbox input.bouton[type="submit"] {
  background: #fff no-repeat center url('./images/glass.svg');
  height: 35px;
  width: 40px;
  border: none;
  border-radius: 0;
  font-size: 0;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  font-style: normal;
  padding: 7px 8px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

.searchbox > br {
  display: none;
}

.search_advanced_link {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding: 4px 0px;
}

.search_advanced_link a, .search_other_link > a {
  color: #fff;
  margin-right: 7px;
  background: url(images/advance-search.svg) no-repeat center left;
  padding-left: 23px !important;
  background-size: 18px;
  text-shadow: 1px 1px 2px #000;
  font-weight: 500;
}

.SliderArt, .SliderNot, .listselect-item, #widget {
  padding: 10px 30px 20px;
  min-height: 100%;
}

.SliderNot::before,
.listselect-item::before, .SliderArt::before, #widget::before, .facette_compare_listTitle::before, #lvl1 > h3::before {
  font-family: 'unicorn' !important;
  content: "\e900";
  color: #9bc32e;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; 
  line-height: 24px;
  font-size: 19px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 15px;
}

.Slider {
 height: 100%;
}

.SliderArt > h3, .SliderNot > h3, .listBibli > h3 {
  border-bottom: solid 1px #9bc32e;
  padding-bottom: 8px;
  font-family: "Open sans", sans-serif;
}

.Slider .itemContent img {
/*
    background: #f2f3f4;
    padding: 4px;
    border: solid 1px #dedfdf;
    width: 145px;
    height: 195px;
    object-fit: cover;
*/
    padding: 4px;
    border: solid 4px #dedfdf;
    width: 145px;
    height: 145px;
/*    height: 195px; */
    object-fit: contain;
}

.Slider .resume {
    background: #ffffff;
    color: #1d1d1d;
    font-weight: 500;
    height: 100%;
}

.Rub .infosRub .ItemResume,
a .ItemResume,
.itemContent a:hover,
.itemAbrege a:hover {
	color: #333;
	text-decoration:none;
	overflow: hidden;
}

.listItemsGen .itemAbrege {
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-top: 15px;
}

.listItemsGen .itemAbrege .lirePlus {
  margin-top: 10px;
}

.Slider .sub-title {
    color: #515456;
    font-size: 1.2em;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.Slider .bx-wrapper .bx-pager {
    position: absolute;
    top: 94%;
    bottom: auto;
    padding: 0;
    text-align: center;
    font-size: 0;
    padding: 0px;
    width: 100%;
    right: 0;
    left: auto;
    overflow: hidden;
    height: 30px;
    padding: 10px 0px;
    z-index: 2;
    background: transparent;
}

#widgetSurLeWeb::before {
  color: #c32e5e;
}
#widgetSurLeWeb > h3 {
  border-bottom-color: #c32e5e;
}

#widgetVeille::before {
  color: #1e87f0;
}
#widgetVeille > h3 {
  border-bottom-color: #1e87f0;
}
.veille-button {
  padding: 20px 0px;
  text-align: center;
  background-color: #6a9add;
  border-radius: 5px;
  margin-bottom: 10px !important;
  color: #fff;
  /* font-size: 1.2em; */
  text-shadow: 1px 1px 1px rgb(8 53 92);
  /* letter-spacing: 0.09em; */
  font-weight: 400;
}

.infosBib > h3, .itemSolo h4, .listProd > h3, .listEtageresRub > h3, .fluxRSSRub > h3, .infosArt > h3, .SameNot > h3, #aut_details_liste > h3 span.aut_details_liste_titre, .listArticlesGen > h3, .listeSameArticle > h3, .listItemsEvent > h3, .listResultArticles > h3, .fluxRSSPage > h3, .document_list > h3, #empr-resa > h3, #empr-all > h3, #location h3, #last_entries h3, #etageres h3, .SliderNot > h3, h3.section-title, .SliderArt h3.titleInside, .titleContenu, .listselect-item > h3, .wl-flux-RSS .uk-article-title, .SliderArt h3, .SliderNot > h3, .listselect > h3, .ListActus > h3, .listBibli > h3, .listEtageres > h3, .listBreves > h3, .infosPage h3, .fluxRSS > h3, #rechercheForm > h3, #webdoc > h3, #facette h3, #lvl1 h3, #search_result > h3, .listRubs h2, .listRubsAbbr > h2, .itemSoloFlux h2, .SliderVertic > h3, .fluxRSSJuridique > h2, .fluxRSSJuridique > h3, #make_sugg h3, #searchWebdoc h3, #listeFlux h3, .titleContenu, .title_notCourte h3, .wl-title-article, #titre_exemplaires, .login_invite, #widget > h3 {
	height: auto;
	line-height: normal;
	width: auto;
	position: relative;
	font-weight: 600;
	margin: 5px 0 10px;
	font-size: 1.3em;
	text-transform: uppercase;
}

.bx-wrapper .bx-viewport {
    border: 0px !important;
}

.wl-slider .itemContent a {
    display: block;
}
.uk-link, a {
    color: #c90062;
    text-decoration: none;
    cursor: pointer;
}

#widgetNouveautes::before {
  color: #eb8318;
}
#widgetNouveautes > h3 {
  border-bottom-color: #eb8318;
}

.SliderNot .bx-wrapper .bx-prev {
  left: -50px;
}
.SliderNot .bx-wrapper .bx-next {
  right: -50px;
}

.listNotHz {
	width: 100%;
	text-align: center;
	border: solid 0px transparent;
	min-height: 100%;
	position: relative;
	padding: 5px 0;
}

.listNotHz:before {
}

.SliderNot .listNotHz .imgL {
	border: solid 0px #fff;
	box-shadow: 0 0 0px #525252;
	margin: 0px auto 0px;
	position: relative;
	text-align: center;
	padding: 0px 5px;
}

.SliderNot .listNotHz .imgL img{
    margin: 0 auto;
    border: 1px solid #ddd;
}

.SliderNot .listNotHz .imgL a {
}

.SliderNot .listNotHz .imgL a img {
	max-height: 140px;
	border: solid 2px #fff;
	box-shadow: #a1a1a14a 0px 0px 0px 1px;
	background: transparent;
	max-width: 100%;
	display: inline;
	object-fit: cover;
}

.listNotHz>a {
	left: 0;
	width: 100%;
	padding: 7px 5px 0px;
	display: block;
	text-decoration: none;
}

.listNotHz:hover a, .listNotHz>a:hover h3 {
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
	color: #1980b4;
}

.listNotHz>a h3 {
	font-size: 12px;
	line-height: normal;
}


/* --- connexion --- */
#btnMenu .uk-navbar-flip {
	background: #004171;
	position: relative;
	height: 60px;
	padding: 10px;
}

#btnMenu .uk-navbar-flip:before {
	content: url(images/hack-upper-nav.svg);
	position: absolute;
	top: 0;
	left: -7px;
}

.user img {
	height: 22px;
	vertical-align: middle;
	margin-top: -6px;
}

.user img.display-hover {
	display: none;
}

.wl-tgl-nav .uk-navbar-nav>li.uk-open>a img,
.wl-tgl-nav .uk-navbar-nav>li:hover>a img,
.wl-tgl-nav .uk-navbar-nav>li>a:focus img {
	display: none;
}

.wl-tgl-nav .uk-navbar-nav>li.uk-open>a .display-hover,
.wl-tgl-nav .uk-navbar-nav>li:hover>a .display-hover,
.wl-tgl-nav .uk-navbar-nav>li>a:focus .display-hover {
	display: inline;
}


#resume_panier,
#navigator,
div #facette {
  display: none !important;
}

#location #location-container td {
  width: 20%;
}

#location #location-container td b {
  display: none;
}

#aut_see h3 img {
  width: 50px;
}

blockquote {
  font-size: 1rem !important;
  font-style: inherit !important;
}

.parentNotCourte .vignetteimgNot {
  width: auto;
}

.cms_module_article {
	margin-bottom: 40px;
}



/* todo menu responsive */
.TglUser, .btnMenu, .TgllSearch {
  display: none;
}

@media (max-width: 960px) {
  .titleImg-bg-container img {
     height: 90px;
  }

  .searchbox {
    display: none;
  }

  .navbar-container {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #container {
    max-width:100%;
    padding: 0 0px;
  }
}
