@charset "utf-8";
/* +--------------------------------------------------------------------------+
// 2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: onisep_intranet2019.css,v 1.13 2017-04-06 09:13:10 wlair Exp $ */
/*------------------------------------------------------------------------------------------*/

/* ========================================================================
   Font
 ==========================================================================  */

@font-face {
    font-family: 'expressway';
    src: url('./fonts/expressway_rg.eot');
    src: url('./fonts/expressway_rg.eot?#iefix') format('embedded-opentype'),
         url('./fonts/expressway_rg.woff2') format('woff2'),
         url('./fonts/expressway_rg.woff') format('woff'),
         url('./fonts/expressway_rg.ttf') format('truetype'),
         url('./fonts/expressway_rg.svg#expressway_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h3 {
    background-color: #5d5d5d;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.333em;
    font-weight: 700;
    margin-bottom: 15px;
}

/* ========================================================================
   Component: Base
 ==========================================================================  */

body#pmbopac {
  color: #000;
  background: #ededed;
  overflow-x: hidden;
  font-family: "expressway","Open Sans",Helvetica,Arial,sans-serif;
}

#container {
  background: transparent;
  max-width: 1100px;
  padding: 30px 30px 10px;
  background-color:#fff;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.25);
}

#intro_bibli,
#adresse,
#accueil,
#footer_link_sup,
#footer_link_pmb {
  display: none!important;
}

#main {
  position: relative;
}

#main.uk-width-large-3-4 {
  width:77%
}

#main.uk-width-3-4 {
  width:816px;
}

body #main img {
    border: none;
    /* padding: 0; */
}

#bandeau {
}

#intro {
  position: relative;
  height: auto;
}

a {
  color: #bd218a;
}

a:hover {
  color:#5d5d5d;
}
div[id^="cms_module"]:empty,
div:empty:not('clear'){
  display:none;
}

/* Tailles uikit ajuste */

#bandeau, #main, #intro, #bandeau_2, #footer {
    padding-left: 0;
}

#bandeau {
    margin-top: 45px!important;
}

#bandeau_2 {
    padding-left: 30px;
}

#bandeau.uk-width-1-4.wl-width-custom,
#bandeau_2.uk-width-1-4.wl-width-custom {
    width: 23%;
}

#main.uk-width-1-2.wl-width-custom {
    width: 54%;
    padding-left: 30px;
}

#intro .uk-width-4-5  {
    /* width: 816px; */
}

#intro .uk-width-1-5  {
    width: 23%;
    padding-left: 30px;
}

#intro .uk-width-3-5 {
    width: 54%;
    height: 126px;
}

/* ========================================================================
   Overlay
 ==========================================================================  */

#footer:after,
#footer:before {}

#intro:before,
#footer:before {
  left: 100%;
  background-color: #555554;
}

#intro:after,
#footer:after {
  right: 100%;
  background-color: #555554;
}

#intro:before,
#intro:after {
}

#intro:before {
}

#footer:after,
#footer:before {
}
/* ========================================================================
   Menu horizontale
 ==========================================================================  */

.MenuHoriz,
.MenuHoriz.uk-navbar {
  background: transparent;
  padding: 0;
}

.rub-1:after, .rub-2:after, .rub-3:after,
.MenuHoriz .rub-1:hover, .MenuHoriz .rub-2:hover, .MenuHoriz .rub-3:hover {
      background-color:#f7a92c;
}

.rub-4:after, .MenuHoriz .rub-4:hover {
     background-color:#5e9823;
 }

.rub-5:after, .MenuHoriz .rub-5:hover {
     background-color:#683586;
 }
 
.rub-6:after, .MenuHoriz .rub-6:hover {
     background-color:#bd0679;
 }
 
.rub-7:after, .rub-8:after,
.MenuHoriz .rub-7:hover, .MenuHoriz .rub-8:hover {
     background-color:#129ed5;
 }

.TexteCarte:after {
    background-color:#9f0c14;
}

.MenuHoriz.Stickynav {
  padding: 6px 45px;
  background-color: #F9F9F9;
  z-index: 800;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

ul.Nav {
  padding: 0;
  float: none;
}

.MenuHoriz .Nav>li:first-child {
}

.MenuHoriz .Nav>li:last-child {
}

.MenuHoriz .Nav>li {
  /* background-color: #78a9da; */
  /* font-weight: 100; */
  /* position: relative; */
  /* border-left: solid 0px transparent; */
  position:static;
}

.MenuHoriz .Nav .btn-home a {
  font-size: 24px;
}

.MenuHoriz .Nav>li:after, .TexteCarte:after {
  border-left-color: #bababa;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("./images/menubar_gradient.png");
  background-repeat: repeat-y;
}

.MenuHoriz .Nav>li>a {
}

.MenuHoriz .Nav>li>a,
.TexteCarte span{
  color: #000;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  height: 33px;
  display:block;
  line-height: 34px;
  font-family: "expressway","Open Sans",Helvetica,Arial,sans-serif;
}

MenuHoriz .uk-navbar-nav>li:hover>a {color: #fff;}

.MenuHoriz .Nav>li:hover> a:after {
}

.MenuHoriz .Nav>li:hover {
}

.MenuHoriz .uk-navbar-nav>li.uk-open>a,
.MenuHoriz .uk-navbar-nav>li:hover>a,
.MenuHoriz .uk-navbar-nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
  border-bottom-color: transparent;
  color: #fff;
}

.MenuHoriz .Nav>li, .TexteCarte {background: #E7EBED url("./images/menubar_gradient.png") repeat-y scroll 0% 0%; text-align: center;}
/*
 * Sous-menu horizontale
 */

.MenuHoriz .uk-dropdown {
  font-size: 0.9em;
  border: none;
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #78a9da;
  border-radius: 3px;
  text-transform: initial;
  border: solid 0px #d3d3d3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
  margin-top: 6px;
}

.MenuHoriz .SousNav {
}

.MenuHoriz .Nav>li:hover .SousNav {
}

.MenuHoriz .Nav>li:hover .SousNav li {
}

.MenuHoriz .Nav>li ul:before {
}

.MenuHoriz .SousNav li {
  padding: 5px 0px 9px;
  text-align: left;
  font-weight: 400;
  color: #6C6C6C;
}

.MenuHoriz .uk-nav-navbar > li > a:hover,
.MenuHoriz .uk-nav-navbar > li > a:focus {
  color: #fff;
  outline: none;
  background-color: transparent;
}

.MenuHoriz .SousNav li a {
}

.MenuHoriz .SousNav li+li a {
}

.MenuHoriz .SousNav:after {
}

.MenuHoriz .SousNav:before {
}

.MenuHoriz .Nav>li li+li {
}

.MenuHoriz .Nav>li li:last-child {
}

.MenuHoriz .Nav>li li:first-child a {
}

.MenuHoriz .Nav>li li:last-child a {
}

.MenuHoriz .Nav>li li+li>a {
}

.MenuHoriz .SousNav li a {
  color: #fff;
  font-size: 1.1em;
}

.MenuHoriz .SousNav li:hover {
}

.MenuHoriz .SousNav li:hover a {
}

.rub_nav a:hover {
    text-shadow:none;
}

.uk-dropdown.uk-dropdown-navbar.uk-dropdown-bottom {
    top: 120px!important;
    width: 1040px;
    left: 30px!important;
    background-color: #5e9823;
    padding: 0 ;
}

.MenuHoriz .SousNav li {
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin:5px 0;
}

.MenuHoriz .SousNav li a {
    color: #000;
    font-size: 1.1em;
    padding: 0;
}

.MenuHoriz .SousNav li a:hover {
    color: #fff;
}

.MenuHoriz .SousNav li+li {
    margin-left: 10px;
    padding-left: 10px;
    text-align:center;
    background-image:url("./images/menu_inter.png");
    background-repeat:no-repeat;
    background-position: 0 center;
}

.uk-dropdown .uk-nav {
    margin: 0px 0px;
}

ul.SousNav.uk-nav.uk-nav-navbar {
    padding: 0 15px;
}

.MenuHoriz.uk-navbar {
    background-color: #e7ebed;
}


li.rub_nav.rub-1.wk-no-childs {
    min-width: 80px;
}

li.rub_nav.rub-2.wk-no-childs {
    min-width: 90px;
}

li.rub_nav.rub-3.wk-no-childs {
    min-width: 115px;
}

li.rub_nav.rub-4.uk-parent {
    min-width: 150px;
}

li.rub_nav.rub-5.wk-no-childs {
    min-width: 80px;
}

li.rub_nav.rub-6.wk-no-childs {
    min-width: 85px;
}

li.rub_nav.rub-7.wk-no-childs {
    min-width: 72px;
}

li.rub_nav.rub-8.wk-no-childs {
    min-width: 144px;
}
/* ========================================================================
  Menu outils
 ==========================================================================  */
ul.menu-left {}

ul.menu-left li {
    float: left;
    padding: 5px 10px;
    background: url("./images/menubar_gradient.png") repeat-y scroll 0% 0%;
}

.menu-left a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.actionsOPAC {
    position: relative;
    margin-top: 10px;
    height:25px;
    background-color: #5d5d5d;
}

.menu-right li {
    position: absolute;
    right: 0;
    top:0;
    background: #5d5d5d url("./images/menubar_gradient.png") repeat-y scroll 0% 0%;
    padding: 5px 10px;
}

.menu-right a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    z-index:99;
    position:relative;
}

.fa-home:before {
    content: "\f015";
    margin-right: 8px;
}

/* ========================================================================
  Carte Intro
 ==========================================================================  */

.lienCarte {
    margin-top: -89px;
}

.lienCarte a:hover {
    text-shadow:none;
}

/* ========================================================================
  Menu verticale 
 ==========================================================================  */

.menuVertic {
}

.menuVertic .Nav {
}

.menuVertic ul.Nav {
}

.menuVertic .Nav>li:first-child {
}

.menuVertic .Nav>li:last-child {
}

.menuVertic .Nav>li {
  background-color: transparent;
  position: static;
  text-align: left;
  font-weight: 700;
}

.menuVertic .Nav>li>a {
}

.menuVertic .Nav li a {
  font-weight: 600;
  font-style: normal;
  color: #000;
  display: block;
  position: relative;
}

.menuVertic .Nav>li> a:after {
}

.menuVertic .Nav li:hover {
}

.menuVertic .Nav li:hover>a {
  text-decoration: none;
}

.menuVertic .Nav>li+li {
}

.MenuVerti {
  margin-bottom: 20px;
}
/*
 * Sous-menu verticale
 */

.menuVertic .Nav>li:hover .SousNav {
  display: block;
}

.menuVertic .Nav>li:hover .SousNav li {
}

.menuVertic .Nav>li ul:before {
}

.menuVertic .Nav>li li+li {
}

.menuVertic .Nav>li li+li>a {
}

.menuVertic .SousNav {
}

.menuVertic .SousNav li {
}

.menuVertic .SousNav li a {
}

.menuVertic .SousNav li:hover {
}

.menuVertic .SousNav li:hover a {
}
/* ========================================================================
  Bouton historique 
 ==========================================================================  */

.lienHistorique {
  height: 54px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 3px 6px rgba(160,166,168,.15);
}

.lienHistorique a {
  text-decoration: none;
  display: block;
  color: #575b5f;
  font-size: 1em;
  line-height: 54px;
}

.lienHistorique a:hover {
}

.lienHistorique a:before {
  content: "\f1da";
  margin: 0;
  text-decoration: none;
  font-size: 21px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 54px;
  width: 42px!important;
  background-color: #9cd3a8;
  margin-right: 10px;
}

.lienHistorique:hover a:before {
  text-decoration: none;
  box-shadow: inset 0px 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.lienHistorique {
}
/* ========================================================================
  logo Site 
 ==========================================================================  */

.lienLogo {
    /* display: block; */
    /* position: absolute; */
    /* top: 0; */
}

#logo-0 {
    /* width : 350px; */
    /* height: 71px; */
    /* left:0; */
}

#logo-1 {
    /* width: 251px; */
    /* left: 364px; */
    /* height: 45px; */
    /* top: 13px; */
}

#logo-1 img {
    padding: 45px 0px;
}

#logo-2 {
    width: 158px;
    left: 438px;
    height: 65px;
}

/* ========================================================================
  Titre Site h1 
 ==========================================================================  */
.lienHistorique
#titrePortail {
  float: none;
  max-height: 100%;
  border-bottom-width: 0;
  border-right-width: 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}

#titrePortail h1:after {
  content: url(images/bkg-intro.png);
  position: absolute;
  top: 0;
  left: 100%;
}

#titrePortail h1 {
  color: #585858;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  font-size: 38px;
  line-height: 35px;
  padding: 38px 0px 26px 30px;
  max-width: 345px;
  z-index: 6;
  position: relative;
  background-color: #fff;
  height: 141px;
}

#titrePortail h1>span {
  display: block;
  font-size: 19px;
}

#titrePortail h1>span span {
  color: #74a7da;
}

#titrePortail h1 .mainTitle {
  font-size: 1.25em;
}

#titrePortail h1 .subTitle {
  font-size: 1em;
  margin-top: 10px;
}

#titrePortail h1 a {
  text-decoration: none;
}

h1 span.titrePortailUn {
  font-weight: 500;
  color: #B16162;
}

h1 span.titrePortailvert {
  color: #79C9C6;
  font-weight: 600;
}

#titrePortail h1 a {
  display: block;
  height: inherit;
}

#Introbandeau {
  height: 174px;
  position: absolute;
  top: 0px;
  z-index: 0;
}

#Introbandeau img {
  height: 174px;
}

#titrePortail #logo {

}
#titrePortail #logo img{
  min-height: 142px;
}
/* ========================================================================
  Titre elements
 ==========================================================================  */

div .itemSolo h2,
.listArticlesGen h2,
.listeSameArticle h2,
.listItemsEvent h2,
.listResultArticles h2,
.introVue>h3,
#resultatrech>h3,
.introDossier h2,
#resultatrechBis>h3,
.blocCnx>h2,
#titre-popup,
#aut_details>h3 {
  color: #be1b8b;
  font-weight: 400;
  text-transform: uppercase;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

div .itemSolo h2 {
  margin: 0px 0px 10px;
}
div .itemSolo h5.datesEven.uk-article-meta {
  margin-top: -17px;
  text-align: left;
}
#main_hors_footer>h3 {
  margin: 0 auto 15px;
  font-size: 1.07em;
}

.listArticlesGen>h3,
.listeSameArticle>h3,
.listItemsEvent>h3,
.listResultArticles>h3,
.infosBib>h3,
.listArticlesGen .itemAbrege>h3,
.listeSameArticle .itemAbrege>h3,
.listItemsEvent .itemAbrege>h3,
.listResultArticles .itemAbrege>h3,
#lvl1>h3,
#facette_wrapper>h3,
.infosRub>h3,
.listArticlesGen .itemAbrege>a>h3 {
  margin: 10px 0 10px 0;
  padding-bottom: 5px;
}

#main_hors_footer>h3>span {
  font-weight: 300;
}

.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 {
  font-weight: 600;
}

.listEtageres>h3 {
  margin-bottom: 35px;
}

.SliderNot>h3:before,
.listselect>h3:before,
.ListActus>h3:before,
.listBibli>h3:before,
.listEtageres>h3:before,
.listBreves>h3:before,
.infosPage h3:before,
.listEtageres>h3:before,
.fluxRSS>h3:before,
#rechercheForm>h3:before,
#facette h3:before,
#lvl1 h3:before,
#search_result>h3:before,
.listRubs h2:before,
.listRubsAbbr>h2:before,
.itemSoloFlux h2:before,
.SliderVertic>h3:before,
.fluxRSSJuridique>h2:before,
.fluxRSSJuridique>h3:before,
#make_sugg h3:before,
#searchWebdoc h3:before,
#listeFlux h3:before {
}

#account h4 {font-size: 1.5em;margin: 5px 0px 15px;font-weight: normal;text-transform: uppercase;color: #bd218a;}

#account h4:before {
  -moz-osx-font-smoothing: grayscale;
}

.fluxRSS>h3 {
}

#rechercheForm>h3,
#make_sugg h3 {
  background-color: transparent;
  font-size: 24px;
  color: #be1b8b;
  font-weight: 400;
  text-transform: uppercase;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

#search_result>h3 {
  padding: 1% 0;
  margin-bottom: 11px;
  font-weight: 300;
  border-bottom: solid 10px #bd218a;
  background-color: transparent;
  color: #000;
}

#search_result>h3 span b {
}

.SameNot>h3 {
}

#resultatrech>h3,
#resultatrechBis>h3 {
  margin: 15px 0px 5px;
}

#resultatrech>h3:first-child {
  margin: 10px 0px 0px;
}

.infosArt>h3,
.listArticlesGen>h3,
.listeSameArticle>h3,
.listItemsEvent>h3,
.listResultArticles>h3 {
}

.listBreves>h3,
.infosPage h3,
.fluxRSS>h3,
.listBibli>h3 {
}

.listBreves>h3:before,
.infosPage h3:before,
.listEtageres>h3:before,
.fluxRSS>h3:before,
.listBibli>h3:before {
  font-family: specificIcons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  speak: none;
  color: #00abbd;
  position: absolute;
  top: -2px;
  right: inherit;
  bottom: inherit;
  left: 0px;
  background-repeat: no-repeat;
}

.listBibli>h3:before {
}

.searchbox_title:before {
}
.listBibliBandeau>h3,
#widget>h3,
#facette h3,
#lvl1 h3,
.popup_connexion_empr h3 {
}

.mediaWidget {
  text-align: center;
}
/* ========================================================================
  Intro sub-Nav
 ==========================================================================  */
.wl-top-nav {
  color: #fff;
  position: absolute;
  top: 0;
  right: 145px;
  z-index: 5;
}

.wl-top-nav a {
  color: #fff;
}

ul.nav-bandeauTop>li {
  float: left;
  padding: 7px 25px;
  position: relative;
}

ul.nav-bandeauTop>li span {
  cursor: pointer;
}

ul.nav-bandeauTop>li:after,
.wl-tgl-login:after {
}

ul.nav-bandeauTop>li i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.subNav-bandeauTop.uk-dropdown {
  background-color: transparent;
  padding: 0;
  background-color: rgba(0,0,0,0.5);
}

/* ========================================================================
  Bandeau
 ==========================================================================  */
   
#cms_module_section_297 .logoBoutonValorise {
    width: 21%;
}

.vientParaitre {
    background-color: #be1b8b;
}

.vientParaitre h3 {
    background-color: transparent;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.vientParaitre .bx-wrapper .bx-next, .vientParaitre .bx-wrapper .bx-next:hover{
  background: url("images/next.png") no-repeat 17px 0;
  right:0;
}

.vientParaitre .bx-wrapper .bx-prev,.vientParaitre .bx-wrapper .bx-prev:hover{
  background: url("images/prev.png") no-repeat 0 0;
  left:0;
}

.titleVign {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.166em;
}

.brevesBandeau .itemAbrege+.itemAbrege {
    border-top: 1px solid #96a5ae;
    padding-top: 10px;
    margin-top: 10px;
}

#cms_module_section_297 .logoBoutonValorise {
    line-height: 72px;
}
/* ========================================================================
  Bandeau_2
 ==========================================================================  */

.boutonValorise {
    padding: 20px 13px 20px 13px;
    background: #eaeaea url("./images/menubar_gradient.png") repeat-y scroll 0% 0%;
}

#cms_module_section_297 .logoBoutonValorise, #cms_module_section_347 .logoBoutonValorise, #cms_module_section_298 .logoBoutonValorise {
    float: left;
    line-height: 48px;
}

#cms_module_section_297 .titreBoutonValorise, #cms_module_section_347 .titreBoutonValorise, #cms_module_section_298 .titreBoutonValorise {
  margin-left : 33px;
  line-height: 24px;
  overflow: hidden;
}

.logoBoutonValorise {
    margin-right: 0px;
}

#cms_module_htmlcode_357 img {
    float: left;
    margin: 3px 10px 3px 0;
}

.titreBoutonValorise {
    font-size: 1.4em;
    color: #bd218a;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

#bandeau > div ,#bandeau_2 > div {
    margin-bottom: 25px;
}

.siteExternes li {
    margin-bottom: 25px;
}

.resumeSite {
    margin-top: 10px;
    color: #000;
    font-size:1.166em;
    font-weight:700;    
}

.logoSoc {
    float: left;
    margin-right: 10px;
}

.resSoc li+li {
    border-top: 1px solid #96a5ae;
    padding: 10px 0;
    margin: 10px 0;
}

span.titleSoc {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 1.166em;
    vertical-align: middle;
    line-height: 24px;
}

/* ========================================================================
  Main
 ==========================================================================  */

.logoBlocDetHome {
    float: left;
    margin-right: 15px;
}

#main_hors_footer > div {
    margin-bottom:25px;
    margin-top: 0;
}

.uk-grid-margin {
}

#cms_module_sectionslist_303 > div {
    margin-bottom:25px;
}

.contentBlocDetHome {
    padding: 20px;
    overflow: hidden;
}

.containerBlocDetHome.uk-clearfix {
    background-color: #df91c5;
    /* height:200px; */
}

.contentBlocDetHome a .resume {
    color: #000;
    line-height: 16px;
}

.rechercherPlus {
    float: right;
    margin-top: 10px;
    background-color: #000;
    text-decoration: none;
    text-align: right;
    padding: 5px 5px 5px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 0.916em;
}

span.iconeRecherche {
    color: #c9d800;
}

.blocRedHome {
    text-align: center;
}

.logoBlocRedHome {
    background-color: #eaeaea;
}

.logoBlocRedHome img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.titleBlocRedHome {
    background-color: #000;
    color: #fff;
    font-size: 0.916em;
    text-transform: uppercase;
    padding: 8px 0;
    min-height: 42px;
}

.titleBlocRedHome div {
    width: 130px;
    margin: 0 auto;
}

#main #cms_module_htmlcode_344,
#main #cms_module_htmlcode_343 {
    margin:0;
}

/* ========================================================================
  Footer
 ==========================================================================  */

div#footer:before {
    content:"";
    display:block;
    position: static;
    left:0;
    background-color:transparent;
    background-image:url("./images/bkg_footer.jpg");
    background-repeat:repeat-x;
    height: 6px;
}

#footer:after{
    content:none;
}

/* ========================================================================
  Rubrique
 ==========================================================================  */

.rubActu h3 {
    background-color: transparent;
    padding: 0;
    padding-left:35px;
}

.rubActu h3 span {
    background-color : #5d5d5d;
    padding: 5px 15px;
    display:block;
}

.rubActu .itemActuThema > div {
    background-color: #E9E9E9;
    box-sizing: border-box;
    padding: 15px;
    min-height: 100%;
}

.rubActu .itemActuThema .imgL {
    float: left;
}

.rubActu .itemActuThema ul {
    margin-left: 55px;
}

.rubActu .itemActuThema ul li {
    margin: 4px 0;
}

.rubActu .itemActuThema ul li::before {
    content: "\f105";
}

.breadcrumb a, .rubActu a {
    color:#000;
}

.titreHeadEtg a {
    text-transform: uppercase;
    color: #B7C729;
    font-size:1.33em;
}

.lienArch, .rssActu, .lienAbn {
    display: inline-block;
    background-color: #C9D801;
    background-image: url('./images/bkg_ombreVerte.jpg');
    background-repeat: repeat-y;
    background-position: center left;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0;
    margin-top:10px;
    float: left;
}

.itemBannette {
    clear: both;
}
.lienArch a, .rssActu a, .lienAbn a {
    color:#fff;
}

.lienAbn input[type="submit"].bouton {
    background-color: transparent;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.liensContact a,.infosArt a, .liensBib li a, .voirAussi a {
    color: #000;
    font-size: 16px;
}

.liensContact i,.infosArt i, .liensBib li i, .voirAussi i {
    font-size: 18px;
    color: #c9d801;
    margin-right: 5px;
}

p.AllRecords.lirePlus:hover span {
    text-shadow: 0 0 0;
}

.infosArt li+li, .liensBib li+li {
    margin-top: 4px;
}

.infosArt ul {
    margin-top: 25px;
}

.rubVign {
    text-align: center;
}

.rubVign .itemVignHrz {
    display: inline-block;
    width: 23%;
    margin: 5px;
    height: 161px;
    background-color: #e9e9e9;
    border: 1px solid rgba(163,163,163,1);
    padding-top: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.multimedia {
    margin-top: 25px;
}

#docuNum {
    margin-top: 20px;
}

#docuNum li.uk-width-1-2 {
    text-align: center;
}

.fluxRSSPage .resume {
    margin-bottom: 15px;
}

.fluxRSSPage h4 {
    border: none;
    margin-top: 0px;
    padding: 0;
}
/* ========================================================================
  Article sur le meme sujet
 ==========================================================================  */
.listeSameArticle{

}
.listeSameArticle a{
  text-decoration: none;
  color: #6c6c6c;
}
.listeSameArticle a h4{
  color: #6c6c6c;
}
.listeSameArticle a:hover{
  color: #78a9da;
}
/* ========================================================================
  Recherche portail
 ==========================================================================  */

.cms_module_search {
}

#cms_module_search_22 {
}

#cms_module_search_22:after {

}

.searchbox {
}

.uk-form .searchbox input[name="user_query"] {
  height: 30px;
  line-height: 30px;
  border-color: #759e7e;
  max-width: 204px;
  width: 84%;
  margin-left: 16px;
  float: none;
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
  float: left;
}

.searchbox input:-webkit-autofill {
  background-color: #fff!important;
}

.searchbox input[name="user_query"]:focus {
}
.research_inputs{
  display:block;
  width: 65%;
  float: left;
}
.searchbox input.bouton,
.searchbox input[type="submit"],
#login_form input[type="submit"].bouton {background-position: 50% 49%;background-repeat: no-repeat;background-image: url('./images/bkg_ok.jpg');background-color: transparent;font-size: 0px;color: #999999;clear: both;cursor: pointer;width: 36px;height: 34px;margin-left: 0px;}

.searchbox input[name="user_query"] {
    width: 88%;
    height: 34px;
    border: solid 1px #eaeaea;
    background-color: #f3f5f6 !important;
    background-image: url('./images/bkg_search.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    margin: 0px 0% 0px 2%;
    display: block;
    float: left;
    padding-left: 55px;
}

.uk-form .searchbox input[type="submit"]:hover {
  background-color: #6d9475;
}

.search_advanced_link {
  width: 100%;
  margin-left: 0;
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  border-radius: 5px;
  line-height: 20px;
  position: absolute;
  z-index: 10;
  bottom: 80px;
  left: 0;
}

.searchbox input[type="submit"] {}

.searchbox input[value="Aide"] {
  height: 40px;
  width: auto;
  font-size: 1em;
  background-image: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}

#connexion h3,
#connexion #login_form>b {
  font-size: 16px;
  color: #4a4a4a;
  background: #fff url(images/puce-title.png) 16px 16px;
  background-repeat: no-repeat;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 18px 0px 18px 25px;
  margin: 0px;
  width: auto;
  text-align: left;
  height: 58px;
  margin-bottom: 20px;
}

.titleRech {
    background-image: url('./images/border.png');
    background-repeat: repeat-x;
    background-position: 50% 55%;
    margin-top: 25px;
    width: 100%;
    display: inline-block; 
}

.searchbox_title {
    margin: 0px;
    text-align: left;
    font-size: 150%;
    color: #000;
    background-color: #ffffff;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
}

#facette h3,
#lvl1 h3 {
  text-transform: lowercase;
  vertical-align: middle;
}

#facette h3:first-letter,
#lvl1 h3:first-letter {
  text-transform: uppercase;
}

#widget>h3 {
}

.search_advanced_link a:before {
}

.searchbox input[type="submit"]:hover,
.searchbox input[value="Aide"]:hover,
.search_advanced_link a:hover {
  cursor: pointer;
}

.searchbox .search_radio_button {
  font-size: 13px;
  color: #fff;
	/* position: absolute; */
  top: -7px;
  display: block;
  text-align: left;
  clear: both;
  line-height: 25px;
  width: 70%;
  margin: 50px auto 0;
}

.searchbox span.search_radio_button+span.search_radio_button {
  margin: 0px auto 0px;
}

.searchbox .searchbox_title:before {
}

.searchbox input[value="Aide"],
#search form input[value="Aide"] {
  padding: 4px 7px;
}

.search_advanced_link a {
  color: #3a3a3a;
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 13px;
  background-color: #f2f4f5;
  padding: 3px;
  border-radius: 5px;
  line-height: 20px;
  width: 80%;
  margin: 0 auto;
}

.search_advanced_link a:before {
}

.search_advanced_link a:hover {
  text-decoration: none;
    /* box-shadow: inset 0px 0px 0px 20px rgba(0, 0, 0, 0.1); */;
}

.searchbox br {
  display: none;
}

.searchbox .search_radio_button input {
  vertical-align: middle;
}

.frame_term_search {
}

.frame_term_search a {
  color: #fff;
}

frame[name="term_search"] {
  color: #fff;
}

#search .searchbox {
}

#search .searchbox input {
}

#search .searchbox input[name="user_query"] {
}

.searchbox #search_radio_button_1 {
  right: 127px;
}

.searchbox #search_radio_button_0 {
  right: 11px;
}

.search_other_link {
    margin: 0;
    padding-right: 10px;
    position: static;
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight:600;
}

.search_other_link+.search_other_link {
    margin-top: 2px;
}

.search_other_link a {
  color: #000;
  font-size: 1.166em;
  display: inline-block;
  height: 15px;
  transition-duration: 0.2s;
}

.search_other_link a:hover {
  text-decoration: none;
}

.search_other_link a:before {
  content: "\f061";
  margin-right: 5px;
}

div.cms_module_search {
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 40px;
}

.form-contenu .colonne2 .row:nth-child(even) {
    padding-top: 10px;
}

.form_liste_lecture > .row > input.bouton, .form_liste_lecture > .row > div > input.bouton {
    width: 49%;
    color: #6c6c6c;
    padding: 5px 10px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 4px;
    background-color: #F9F9F9;
    border: solid 1px rgb(239, 239, 239);
    border-radius: 0px;
    font-weight: 400;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
    text-decoration: none;
}

#search_form td+td,
.search_perso td+td {
    border-top: 1px dotted #bfbfbf;
}

#search_form td,
.search_perso td {
    padding: 15px 0;
}

/* ========================================================================
  Anciens templates notices
 ==========================================================================  */

#resultatrech_container h4.titleNoticeSearch a {
    color: #000;
    font-size: 17px;
}

#main div.notice-parent img {
    vertical-align: top;
}

.notice-child table table tr, #notice table table tr, .parent table table tr {
    border-bottom: 1px solid #e5e5e5;
}

.notice-child table table tr span.public_indexint span {
    display:none;
}

img[alt="NouveautÃ©"] {
    display: none;
}

.notRub {
    clear: both;
    margin-top: 25px;
    overflow: hidden;
}

.notRub h3 {
  background-color:transparent;
  padding: 0;
}

.notRub img {
    margin-left: 10px;
}

.listNotAccueil div h3 {
    background-color: #fff;
}

.parent > table {
    margin-top: 20px;
}

.notice_childs {
    margin-top: 10px;
	border : 1px solid #ccc;
	padding: 5px;
	width:45%;
	background-color : #f9f9f9;
	overflow : hidden;
}

.notice_childs ul > br {
    clear: both;
}

.notice_childs li {
    float: left;
    margin: 5px 3px;
}

.notice_parents .titleNoticeSearch,
.notice_childs .titleNoticeSearch {
    font-size: 15px;
}

.notice_parents .titleNoticeSearch {
    margin-top : 5px;
}

.notice_parents > b,
.notice_childs > b {
    font-size: 16px;
}

.parent .addthis_button_compact.at300m {
    padding: 0 !important;
}

.addthis_button_compact.at300m {
    color: #000;
}

.notice_parents > a {
    background-color: #fff !important;
}
/* ========================================================================
  Quick acces
 ==========================================================================  */
.searchFind {
  border: solid 1px #dedede;
  box-shadow: 0 10px 15px rgba(0,0,0,.03);
  background-color: #fff;
}

.item-searchFind {
  padding: 10px 30px 30px 30px;
}

.logo-searchFind {
  max-height: 200px;
  overflow-y: hidden;
  border: solid 3px #71ad45;
  border-radius: 8px;
  margin-bottom: 13px;
}

.logo-searchFind img {
  width: 100%;
}

.searchFind>h3 {
}

.searchFind>h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fefefe;
  background: #71ad45;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 14px;
  width: 235px;
  position: relative;
  margin-left: 11px;
  margin-top: -7px;
}

.searchFind>h3:after {
  content: url(images/bloc-titre-vert.png);
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 30px;
}

.wl-enrichment {
  background: transparent url(images/puce-verte.png) no-repeat 10px center;
  padding: 6px 0;
  padding-left: 30px;
  font-size: 1em;
  color: #87888a;
  margin: 0;
}

.liens-searchFind>li:nth-child(2) .wl-enrichment {
  border-top: solid 0px #d4d4d5;
}

.liens-searchFind>li+li .wl-enrichment {
  border-top: solid 1px #d4d4d5;
}

.liens-searchFind>li {
}
/* ========================================================================
   Watch ans share
 ==========================================================================  */
.document_list{
  margin-bottom:20px;
}
.listVeille{
	text-align:center;
}
.itemVeille a:hover {text-decoration:none;} 
.itemVeille a:hover h3{
	text-decoration:none;	
	color:inherit;
}
.itemVeille>a{
	display:block;
}
.itemVeille h3 {
	margin: 10px 0px 10px;
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif!important;
	font-weight: 400;
}
.wk-list-link h3{
	overflow:hidden;
	font-weight: 600;
}
.wk-list-link h3:before{
	border-color: #679d3f;
}
.wk-panel-link-box {
	text-align: center;
}
.wk-panel-link-box img{
	text-align: center;
	max-width: 100%;
}
.uk-thumbnav-caption {
	background: rgba(0, 0, 0, 0.47);
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	padding: 5px;
}
.uk-thumbnav-caption:empty{
  display:none;
}
.uk-thumbnav .wk-thumbnav-panel{
	padding:0px;
	margin-left:20px;
}
.document_list .uk-thumbnav{
	margin-left:-20px;
}
/* ========================================================================
  Flux rss  
 ==========================================================================  */
.wl-flux-RSS{
    padding-top:10px;
}
.wl-flux-RSS .uk-article-title{
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 1.145em;
}
.wl-flux-RSS .uk-article-title{
	border-left: solid 4px #68b5bf;
	padding-left: 10px;
}
.wl-flux-RSS .uk-article-meta{
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 10px;
}
.wl-flux-RSS li{
	padding: 0px 0 10px;
}
.wl-flux-RSS .uk-list-space > li:nth-child(n+2){
	padding-top: 15px;
}
.wl-flux-RSS .uk-article-lead{
  font-size: 1.1em;
}
.wl-flux-RSS .uk-article-lead a{
   text-decoration:none;
   color: #68b5bf;
}
/* infos pratiques
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------                                          
---------------------------------------------------------------------------------------------------------*/

.infosBandeau {
  border-radius: 0px;
  background-color: transparent;
  border: 0px solid #ccc;
  margin-top: 15px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

#bandeau .infosBandeau li {
  list-style-type: disc;
  margin: 10px 20px;
  color: #000;
}

.infosBandeau .itemAbrege {
  padding: 15px 20px;
  background-color: #f2f2f2;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}

.infosBandeau .resume a {
  color: #333333;
  text-decoration: underline;
}
/*liens utiles (bandeau)
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------                                          
---------------------------------------------------------------------------------------------------------*/

.plusNotice a, .itemAbrege p.lirePlus a {
  text-decoration: none;
  text-align: right;
  padding: 5px 5px 5px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 0.916em;
}

.itemAbrege p.lirePlus a:hover,
.itemAbrege p.lirePlus a:hover:after,
.liensExtrn li a:hover,
.liensExtrn li a:hover:after {
  text-shadow: 0px 0px 0px;
}

.itemAbrege p.lirePlus a:before,
.noticesEtagere>a:before,
.liensExtrn li a:before{
  content: "\f067";
  font-size: 12px;
  margin-left: 0px;
  text-align: left;
  text-decoration: none!important;
  color: #c9d800;
}

.infosBandeau .itemAbrege h3 {
  font-size: 1.3em;
  color: #111;
  font-weight: 600;
}

.infosBandeau .itemAbrege h3:after {
}

.infosBandeau .itemAbrege+.itemAbrege {
}

.infosBandeau .itemAbrege:first-child {
}

.infosBandeau>h3 {
}

.infosBandeau .itemAbrege:first-child h3 {
}

.infosBandeau .extLink a {
}

.infosBandeau .extLink a:hover {
}

#bandeau .infosBandeau .liensExtrn li {
}

#bandeau .infosBandeau .liensExtrn li:before {
}

.infosBandeau .itemAbrege:last-child {
  border-radius: 0px;
}

.liensExtrn li {
  text-align: left;
  width: 80%;
  border-radius: 4px;
  padding: 2px 2px 2px 10px;
  margin-bottom: 5px;
}

.liensExtrn li a {
  text-decoration: none;
  margin-top: 0px;
  display: inline-block;
  color: #68b5bf;
}
/*Info importante
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.contenuEditorial {
  border: solid 1px #C2C2C2;
}
/* Accessibility
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

#accessibility {
  border: solid 1px rgb(157, 192, 228);
  background-color: rgb(120, 169, 218);
  margin-bottom: 0px;
  position: absolute;
  left: 20px;
  bottom: 15px;
  display: none;
}

.accessibility_font_size {
}

.accessibility_font_size li {
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  margin: 0px 2px;
}

.accessibility_font_size li a {
  color: #f2f4f5;
  text-decoration: none;
}

#footer .accessibility_font_size li a:hover {
  color: #f8f8f8;
  text-decoration: none;
}
/* Cookies
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

#script_analytics_content {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.74);
  position: fixed;
  bottom: 0;
  z-index: 5000;
  width: 100%;
}

#script_analytics_content button+button {
  margin-left: 10px;
}
/*Rubrique / sous_rubriques de la rubrique
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.listRubs {
}

.listRubs,
.listEtageres,
.SameNot {
  border-top: solid 1px #fff;
  position: relative;
  padding-bottom: 10px;
  max-width: 100%;
  margin: -1px auto 0;
  overflow: hidden;
}

.Rub {
border-top: 1px solid #5D5D5D;
position: relative;
padding-top: 15px;
margin-top: 15px;
box-sizing: border-box;
}

.infosRub h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.33em;
    margin-bottom: 5px;
    color: #000000;
}

.fa-plus:before {
    content: "\f067";
    color: #c9d800;
    font-size: 12px;
}

/* .infosRub i{ 
    margin-right: 5px;
    color:#bd218a;
}*/

.Rub+.Rub {
  margin-top: 20px;
}

.listRubs .Rub:nth-child(even),
.listRubs .Rub:nth-child(even) .infosRub {
}

.listRubs .Rub:nth-child(even) .infosRub {
  box-shadow: 0px 0px 0px 1px rgba(212, 228, 220, 0.0);
}

.listRubs .Rub:nth-child(even) .infosRub .imgM {
}

.listRubs img {
  margin-left: 0px;
}

.listRubs .imgM {
}

.listRubs h2 {
  margin-bottom: 20px;
}

.Rub .lirePlus {
  margin: 5px;
  text-align: right;
}

.Rub .infosRub .imgM,
.itemReduit .imgS {
  display: block;
  border: solid 0px #111111;
  margin: 0px 0px 0px 0px;
}

.Rub .infosRub .imgM {
}

.Rub .infosRub .imgM a {
  display: block;
  position: relative;
}

.Rub .infosRub .imgM img,
.itemReduit .imgS img {
  background-color: #fff;
  margin: 0px;
  border: solid 1px #D3D3D3;
  padding: 5px;
}

.listRubs .Rub .infosRub {
}

.listRubs .Rub .infosRub:hover .imgM {
  position: relative;
}

.listRubs .Rub .infosRub .imgM:before {
  opacity: 0;
}

.listRubs .Rub .infosRub:hover .imgM:before {
}

.listRubs .Rub .infosRub>h3 {
}

.Rub .lirePlus a {
  display: inline-block;
  margin: 0px;
}

.listRubs h3 {
}

.rubContent {
}

.rubContent>h3 {

}

.rubContent>h3:after,
.listItemsGen h3:after {

}
.rubContent>h3:hover:after,
.listItemsGen .itemAbrege:hover h3:after {

}

.rubContent>h3:after {
  display: block;
}

.listArticlesGen .itemAbrege h3 a,
.listeSameArticle .itemAbrege h3 a,
.listItemsEvent .itemAbrege h3 a,
.listResultArticles .itemAbrege h3 a,
.listRubs h3 a {
  color: #000;
  font-weight:400;
}

.listRubs .Rub a {
  text-decoration: none;
  position: relative;
}

.listRubs .Rub .infosRub:hover h3,
.infosInline:hover h3 {
}

.listArticlesGen .itemAbrege h3 a:hover,
.listeSameArticle .itemAbrege h3 a:hover,
.listItemsEvent .itemAbrege h3 a:hover,
.listResultArticles .itemAbrege h3 a:hover,
.listRubs h3 a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 0px;
  color: #000;
}

.Rub .itemReduit {
}

.itemReduit {
  clear: both;
}

.Rub .itemReduit .imgS {
}

.Rub .itemReduit h4 {
  font-size: 1.09em;
  color: #4e4e4e;
  font-weight: 400;
}

.Rub .itemReduit h4:before {
}

.Rub .itemReduit h4 a {
  color: inherit;
}

.Rub .itemReduit h4:hover a {
  text-decoration: none;
}

.Rub .itemReduit h5 {
  font-size: 1em;
  color: #555554;
}

.plusNotice, .AllRecords .lirePlus, .lirePlus {
  float: right;
  padding: 0;
  margin-top: 10px;
  background-color: #000;
}

.listRubs .Rub:nth-child(even) .lirePlus {
}

.Rub .infosRub .resume {
  padding-top: 0px;
  line-height: 22px;
  margin: 10px auto;
  padding-right: 10px;
}

.listRubs .Rub a {
  text-decoration: none;
  position: relative;
  color: #414141;
}

.listItemsGen .itemAbrege {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #EBEAEA;
}

.listItemsGen .itemAbrege:last-child {
  border-bottom-width: 0px;
}

.AllRecords {}

.AllRecords a,
.AllRecords span {text-decoration: none;text-align: right;padding: 5px 5px 5px;color: #fff;display: block;text-transform: uppercase;font-size: 0.916em;}

.AllRecords a:hover,
.AllRecords span:hover {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
}

.AllRecords a i,
.AllRecords span i {
  margin-right: 5px;
  font-size: 14px;
}

#main .itemAbrege {
    border-top: 1px solid #000;
    padding-top: 25px;
}

#main .itemAbrege+.itemAbrege{
    margin-top:25px;
}

p.plusNotice {
    float: left;
    margin-top:15px;
}

p.plusNotice:before {
  content:"\f067";
  display:block;
  font-size:12px;
  color: #c9d800;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

.plusNotice a {
    float: left;
    padding:5px;
    padding-left:0;
}

.blocContact {
    margin-top: 25px;
}

/*Infobib 
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.infosBib {
  clear: both;
}

.infosBib h3 {
  margin-top: 10px;
}

.infosBib div {
  clear: both;
}

.horBib {
  padding: 4px;
}

.infosBib div:first-child {
}

.infosBib div:last-child {
}

.infosBib div+div {
  border-top: solid 2px rgb(226, 225, 222);
  border-bottom: solid 2px rgb(226, 225, 222);
}

.infosBib>h3 {
  font-size: 1.145em;
  color: #626262;
  background-position: -4px -281px;
  background-repeat: no-repeat;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  border-bottom: solid rgb(235, 235, 235) 2px;
}

.infosBib>h3:before {
}

.liensBibArt {
  clear: both;
}

.liensBibArt li {
}

.mediaBib iframe {
}

.liensBib li:nth-child(0n+1) {
}

.liensBib li a {
}

.imgXXL img {
}

.liensBib li:hover a,
.liensBib li:hover {
}

.liensBib {
  clear: both;
  overflow: hidden;
}

.liensBib li {
}
/*Breves
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.listBreves {
  margin: 20px auto 0px;
  padding: 0px;
  background-color: #fafafa;
  border: solid 1px #e1e1e1;
  padding: 16px 25px;
}

.listBreves .itemAbrege {

}

.listBreves .itemAbrege>ul li {
  padding-left: 0px;
  margin-top: 4px;
  font-size: 1.145em;
}

.listBreves .itemAbrege>ul li:after {
  content: "\f08e";
  color: #7CBEBB;
  font-size: 0.9em;
  text-align: right;
  padding: 0px;
}

.listBreves h4 {
  text-align: left;
  margin-bottom: 7px;
}
/*Breves Bandeau
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.brevesBandeau {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin-bottom: 0px;
}

#lvl1>h3,
#facette_wrapper > form > h3.facette_compare_listTitle {
  font-size: 16px;
  color: #4a4a4a;
  background: #fff url(images/puce-title-2.png) 16px 16px;
  background-repeat: no-repeat;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 18px 0px 18px 25px;
  margin: 0px;
  width: auto;
  text-align: left;
  height: 58px;
  margin-bottom: 0;
}

.brevesBandeau h4 {
  font-size: 15px;
  font-weight: 600;
  color: #be1b8b;
}

.brevesBandeau,
.brevesBandeau a {
  color: #FFF;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
}

.brevesBandeau .itemAbrege a:hover {
  text-decoration: none;
  color: #fff;
}

.brevesBandeau .itemAbrege {
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

.itemAbrege .resume {
  line-height: normal;
  font-size: 1em;
  text-align: justify;
  color: #000;
}

.brevesBandeau .itemAbrege+.itemAbrege {
  border-top: solid 1px;
}

.liensExtrn {
  color: #fff;
  margin: 10px 0px 0px;
}

.liensExtrn li,
.brevesBandeau .lirePlus {
  background-color: #fff;
  font-size: 13px;
  color: #68b5bf;
}

.brevesBandeau .lirePlus:after {content: none;}

.brevesBandeau .lirePlus {
  float: right;
  padding: 0;
  margin-top: 10px;
  background-color: #000;
}
/*liste actualitees
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.ListActus {
  margin: 20px auto;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 25px 0px 0px 0px;
}

.ListActus .over-link {
  text-decoration: none;
  color: #404040;
  text-shadow: none;
}

.ListActus .over-link:hover h4:after,
.search_advanced_link:hover:after {
  background-color: #fecc00;
  width: 75px;
}

.ListActus .itemContent {
}

.ListActus .itemContent {
}

.ListActus h3 {
  margin-bottom: 15px;
  background-position: 0 -254px;
}

.ListActus .itemContent+.itemContent {
}

.ListActus .itemContent h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #404040;
    /* padding-bottom: 15px; */
  margin-bottom: 20px;
}

.ListActus .itemContent h4 span {
  position: relative;
  padding-bottom: 15px;
}

.ListActus .itemContent h4:after {
  content: "";
  height: 4px;
  width: 54px;
  display: block;
  background-color: #404040;
    /* position:absolute; */
  bottom: 0px;
  left: 0px;
  margin-top: 15px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}

.search_advanced_link:before {
}

.ListActus h4 a {
}

.ListActus .itemAbrege>a .imgL {
  padding-right: 15px;
}

.ListActus .itemAbrege>a .imgL img {
  max-width: none;
  max-height: 200px;
  vertical-align: top;
}

.ListActus .itemAbrege>a>.imgL img {
}

.ListActus div.itemAbrege+div {
}

.ListActus .itemContent .imgL {
}

.ListActus .itemContent .imgL {
}

.ListActus .itemContent .imgL a {
}

.ListActus .itemContent .imgL a img {
}
/* ========================================================================
   Notices Slider hoz
 ==========================================================================  */
.cms_module_articleslist {
}

.Slider {
  position: relative;
}

.Slider .bx-wrapper {
  margin-bottom: 0;
  margin: 0;
}

.SliderHoriz {
}

.SliderNot>h3 {
}

.SliderNot .bx-wrapper .bx-prev {
  left: 5px;
  right: auto;
}

.SliderHoriz h3 {
    /* font-size: 1em; */;
}

.SliderHoriz {
  width: 100%;
  box-shadow: 0 3px 6px rgba(160,166,168,.15);
  background-color: #ffffff;
  background: url(images/puce-title-selection.png) no-repeat 98% 15px #fff;
}

.SliderHoriz li.itemSlider .imgL>a+a {
  display: block;
  position: absolute;
  top: 74%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.SliderHoriz li.itemSlider .listNotHz>a+a {
  border-top: solid 1px #3f88ba;
  width: 80%;
  margin: 0 auto;
}

.SliderHoriz li.itemSlider {
  margin-right: 0px;
}

.SliderHoriz li.itemSlider .imgL>a+a h3 {
  padding: 5px 5px 5px 5px;
  color: #F3F1F2;
  font-size: 1em;
  font-weight: 300;
  background-color: rgba(37, 36, 36, 0.9);
  width: 91%;
  margin: 0 auto;
  border-radius: 13px;
  min-height: 0px;
  min-height: 39px;
  box-shadow: 2px 2px 2px 0px rgba(0, 3, 8, 0.17);
  border: solid 1px #7A7A7A;
  font-weight: 600;
}

.SliderHoriz li.itemSlider .imgL:hover>a+a {
  opacity: 1;
}

.SliderHoriz li.itemSlider {
}

.Slider .bx-wrapper .bx-pager {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0;
  text-align: left;
  font-size: 0;
  padding: 0px;
  width: 100%;
  right: auto;
  left: 0;
  overflow: hidden;
  background: #6cc3e4;
  height: 55px;
  padding: 22px;
  z-index: 2;
}

.Slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: right;
}

.SliderArt .bx-wrapper .bx-pager.bx-default-pager a {
  background: #98d3ea;
  border: solid 0px #fff;
  box-shadow: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.SliderArt .bx-wrapper .bx-pager .bx-pager-item:first-child a {
  margin-left: 0px;
}

.SliderArt .bx-wrapper .bx-pager.bx-default-pager a:hover,
.SliderArt .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.SliderArt .bx-wrapper .bx-pager .bx-pager-item,
.SliderArt .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  padding: 0px 0px;
}

.SliderHoriz .imgL a img {
  display: block;
  text-decoration: none;
  padding: 0;
  border: solid 0px #FFFFFF;
  max-height: 250px;
	/* width: 100%; */
  border: solid 1px #dedfdf;
  background: #f2f3f4;
  padding: 4px;
}

.SliderNot>div {
  margin: 0 auto;
  padding: 0px 0px;
}

.SliderNot>h3:before {
}

.SliderNot li:nth-child(odd).itemSlider {
}

.SliderNot .listNotHz {
}

.SliderNot .imgL img {
  margin: 0 auto;
}

.SliderNot .listNotHz .imgL {
  border: solid 4px #fff;
  box-shadow: 0 0 0px #525252;
  margin: 0px auto 25px;
  background-color: #fff;
  position: relative;
  height: 170px;
}

.slideshow-item-title {
  font-size: 1em;
  margin: 0;
  background: rgba(0,0,0,0.64);
  color: #fff;
  padding: 4px 5px 0px 5px;
  height: 45px;
  line-height: 18px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ico-type-doc {
  margin-top: 50px;
}

.ico-type-doc img {
  width: 58px;
  border: solid 2px #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 100px rgba(0,0,0,0.05);
}

.typeDoc-News {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: rgb(111, 170, 68);
  padding: 0px 5px 2px 7px;
  color: #fff;
  border-radius: 0px 0px 0px 5px;
}

.SliderNot .listNotHz .imgL img {
  max-height: 100%;
}

.SliderNot .listNotHz .imgL a {
  display: block;
  text-decoration: none;
  padding: 0;
  border: solid 0px #FFFFFF;
  box-shadow: 0px 0px 0px 0px #a3a3a3;
  height: 170px;
}

.SliderNot .listNotHz a:hover {
  display: block;
  text-decoration: none;
}

.SliderNot .bx-wrapper .bx-prev,
.SliderNot .bx-wrapper .bx-prev:hover {
  background-position-x: -1px;
}

.SliderNot .bx-wrapper .bx-next {
}

.SliderHoriz .bx-wrapper .bx-prev,
.SliderHoriz .bx-wrapper .bx-next {
  background-image: url(images/controls.png);
  outline: solid 0px rgba(255,255,255,0.80);
}

.SliderNot .bx-wrapper .bx-next {
  right: 5px;
}

.SliderNot .bx-wrapper .bx-prev,
.SliderNot .bx-wrapper .bx-next {
  width: 31px;
  height: 31px;
  top: 40%;
}

.SliderNot .bx-wrapper .bx-prev:hover,
.SliderNot .bx-wrapper .bx-next:hover {
  outline: solid 0px rgba(255,255,255,1);
}

.SliderNot .bx-wrapper .bx-prev:focus,
.SliderNot .bx-wrapper .bx-next:focus {
  outline-offset: 0px;
}

.SliderNot .bx-wrapper .bx-pager .bx-pager-item a,
.SliderNot .bx-wrapper .bx-controls-auto .bx-controls-auto-item a {
  background: rgb(191, 214, 238);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 0px;
  border: solid 0px #d0d0d0;
  -webkit-transition: all 0.2s;
    /* For Safari 3.1 to 6.0 */
  transition: all 0.2s;
}

.SliderNot .bx-wrapper .bx-pager.bx-default-pager a:hover,
.SliderNot .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
  border: solid 0px #7A7A7A;
}

.SliderHoriz .itemVign a {
  border-top: solid 0px #eee;
  margin-top: 0px;
  padding-top: 0px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}

.logo-medium {
	/* max-height: 140px; */
  overflow-y: hidden;
  border: solid 1px #dedfdf;
  background: #f2f3f4;
  padding: 4px;
  max-width: 42%;
}

.sub-title {
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.SliderNot .bx-wrapper .bx-prev:hover,
.SliderNot .bx-wrapper .bx-next:hover {
}

.listNotHz {
}

.SliderNot li.itemVign+li.itemVign .listNotHz {
}

.SliderNot .bx-wrapper .bx-prev:after {
}

.SliderNot .bx-wrapper .bx-next:after {
}

.SliderNot .bx-wrapper .bx-prev:after,
.SliderNot .bx-wrapper .bx-next:after {
}

.SliderNot .bx-wrapper .bx-prev:hover:after,
.SliderNot .bx-wrapper .bx-next:hover:after {
}

.SliderNot .bx-wrapper .bx-pager.bx-default-pager a:hover,
.SliderNot .bx-wrapper .bx-pager.bx-default-pager a.active {
}

.SliderNot .bx-wrapper .bx-viewport {
  box-shadow: 0 0 5px transparent;
  background: transparent;
  left: auto;
  border: 0;
}

.Slider .bx-wrapper .bx-viewport {
  border: none;
  left: 0px;
  box-shadow: 0px 0px 0px;
}

.listNotHz h3 {
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  background-color: #78a9da;
  height: 60px;
  padding: 10px 10px 0px 10px;
}

/* ========================================================================
   Article  Slider fondu 
 ==========================================================================  */

.Slider {
}

.SliderArt {
  padding: 0px;
  /* background-color: #6cc3e4; */
  /* background: url(images/puce-title-date.png) no-repeat 100% 2px #fff; */
}

.SliderArt>div>div ul,
.wl-slideshow>div>div ul {
  padding: 0px;
}

.SliderArt:after {

}

.SliderArt .itemContent {
  padding: 70px 30px 10px 30px;
  background: #fff;
  border-bottom: solid 55px transparent;
  min-height: 330px;
  background: url(images/puce-title-date.png) no-repeat 95% 15px #fff;
}

.SliderArt .itemContent:after {
}

.SliderArt .imgL {
}

.SliderArt .itemContent img {
  max-height: 170px;
}

.SliderArt .itemContent a {
  color: #000;
  text-decoration: none;
  text-shadow: none;
}

.linkBlock:hover .lirePlus {
  text-decoration: underline;
}

.linkBlock:hover {
}

.SliderArt .itemContent h3 {
  font-weight: 400;
  line-height: 25px;
  color: #000;
  padding: 0;
  background: none;
}

.SliderArt .itemContent h3:after {
}

.SliderArt .itemContent .resume {
}

.linkBlock {
  display: block;
}

.SliderArt .bx-wrapper .bx-prev {
  left: 0px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.SliderArt .bx-wrapper .bx-next {
  right: 0px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.SliderArt .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.SliderArt .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.SliderArt .bx-wrapper .bx-next,
.SliderArt .bx-wrapper .bx-prev {
  border-radius: 50%;
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}

.SliderArt:hover .bx-wrapper .bx-next,
.SliderArt:hover .bx-wrapper .bx-prev {
  opacity: 1;
}

.dateEvent {
  position: absolute;
  top: 14px;
  right: 10%;
  width: 32%;
}

.AllRecords {
  text-align: right;
  vertical-align: middle;
  padding: 0;
}

.AllRecords a {
  background-color: #000;
  color: #e1e1e1;
  text-align: right;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: inline-block;
  text-transform: uppercase;
}

.AllRecords a:hover {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
}

.AllRecords a i {
  margin-right: 5px;
  font-size: 14px;
}
/* ========================================================================
   Selection thematique 
 ==========================================================================  */
.list-thema h3.section-title {
  width: 250px;
  position: absolute;
  z-index: 10;
}

.AllDosThem {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 28px;
}

.AllDosThem a {
  color: #2a7d94;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.AllDosThem a:hover {
  text-decoration: none;
  color: #2a7d94;
}

.list-thema {
  width: auto;
  border: solid 1px #2a7d94;
  box-shadow: 0 10px 15px rgba(0,0,0,.03);
  background-color: #fff;
  position: relative;
}

.firstLoop {
  background: #2a7d94;
}

.list-thema .no-styles {
  color: #efefef;
  font-weight: 500;
}

.main-theme .resume {
  line-height: 18px;
  font-size: 0.9em;
  text-align: justify;
}

.list-thema .no-styles:hover {
  color: #fff;
  text-decoration: none;
}

.list-thema .imgL {
  max-height: 180px;
  overflow-y: hidden;
}

.list-thema .imgL img {
  width: 100%;
}

.main-theme {
  padding: 50px 35px 0 35px;
}

.main-theme h4 {
  font-size: 1.3em;
  color: #eaeaea;
  text-transform: uppercase;
  border-bottom: solid 2px #eaeaea;
  padding-bottom: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.firstLoop .imgL {
  border-radius: 8px;
  border: solid 3px #fff;
}

.otherLoop {
  padding: 0px 26px;
}

.otherLoop:first-child {
  padding-top: 55px;
}

.otherLoop+.otherLoop {
  padding: 0px 26px;
  border-top: solid 7px #f5f5f5;
  padding-top: 26px;
}

.otherLoop .imgL {
  border: solid 1px #2a7d94;
  border-bottom: solid 5px #2a7d94;
  max-height: 120px;
  overflow-y: hidden;
}

.otherLoop h4 {
  font-size: 1em;
  margin-top: 20px;
}

.otherLoop a:hover {
  text-decoration: none;
}
/*Notices Slider Verticale  
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.cms_module_recordslist {
}

.SliderVerti {
  border: solid 1px #3f88ba;
  float: left;
  max-width: 505px;
  width: 66%;
}

.SliderVerti .SliderNot>h3 {
  background-color: #3f88ba;
  color: #fff;
  padding: 13px;
}

.SliderVerti .listNotHz {
}

.SliderVerti .listNotHz .imgL img {
  max-height: 145px;
}

.SliderVerti li.itemSlider {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #d0d0d0 inset;
  border: solid 0px #d0d0d0;
  padding: 5px;
  border-top: solid 1px #c2c2c2;
  background-image: url(images/bkg_slider.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.SliderVerti li:nth-child(odd).itemSlider {
  background-color: #fff;
  border-top: solid 1px #fff;
}

.SliderVerti .listNotHz .imgL {
  float: left;
}

.SliderVerti .listNotHz a h3 {
  color: #404040;
  font-weight: 300;
  border-bottom: solid 7px #3f88ba;
  text-align: left;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
  float: left;
}

.SliderVerti .listNotHz a {
  overflow: hidden;
  padding-left: 10px;
  display: block;
  margin: 0;
}

.SliderVerti .listNotHz a+a h3 {
  font-style: italic;
  color: #767676;
  font-size: 95%;
  border-bottom: solid 0px #3f88ba;
}

.SliderVerti .bx-wrapper .bx-viewport {
  box-shadow: 0 0 0px 0px transparent;
  background: transparent;
  left: auto;
  border: 10px solid #fff;
}

.SliderVerti .bx-wrapper .bx-prev {
  left: auto;
  right: 44px;
}

.SliderVerti .bx-wrapper .bx-prev,
.SliderVerti .bx-wrapper .bx-next {
  background: url(images/controls.png) no-repeat 0px 0px;
}

.SliderVerti .bx-wrapper .bx-next {
  background-position: 100%;
}

.SliderVerti>SliderNot>div {
}
/*Notices article    
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

#cms_module_agenda_85 {
}
/*Notices article    
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.SliderArt h3.titleInside {
  padding: 13px;
}

.SliderArt .itemContent .imgL {
  float: right;
  margin-right: 0px;
  max-height: 150px;
  margin-left: 10px;
}

.itemContent .imgL a img {
  max-width: 100%;
  display: block;
  border: solid 2px #f9f9f9;
  box-shadow: 0px 0px 0px 1px #d2d2d2;
}

.Slider .itemContent .resume {
    /* clear: both; */;
}

.SliderArt .itemContent .imgL a {
}

.SliderArt .lirePlus {
  width: auto;
  text-align: left;
  font-weight: 400;
  margin: 0;
  color: #50a9ca;
  /* position: absolute; */
  background-color: transparent;
  bottom: 20px;
  right: 29px;
  z-index: 250;
}

.SliderArt h4 a:hover {
}

.SliderArt h4,
.datesEven {
}

.SliderArt .itemContent .ItemResume {
}

.SliderArt .itemContent .ItemResume h4 {
  width: 70%;
  margin-bottom: 6px;
  font-size: 1.2em;
}

.SliderArt h4 a {
  color: #404040;
}

.SliderArt h4 a:hover {
}

.SliderArt h4,
.datesEven {
}

.wl-title-news,
.wl-title-article {
  position: relative;
}

.wl-title-news:before,
.wl-title-article:before {}

.wl-title-news .bg-color,
.wl-title-article .bg-color {}

.uk-panel.list-rub .wl-title-news .bg-color,
.wl-title-article .bg-color {}
/* Ariane  
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.breadcrumb {
  display: block;
  width: 98%;
  padding: 10px 0px;
  margin: 0 auto;
}
/* Aide a la recherche
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.searchelp {
  margin: 15px 0px;
  line-height: 20px;
  font-size: 1.1em;
}
/* Liste Items  
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.itemVign {

}
.itemVign img{
}
.itemVign a {
  text-decoration: none;
  font-weight: 100;
  line-height: normal;
  font-style: normal;
  display: block;
}

.itemVign a:hover {
}
/* accueil / selections 
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.listselect {
	/* overflow: hidden; */;
}
.selection-container{
  padding:15px
}
.listselect-item {
  width: auto;
  border: solid 0px #dedede;
  box-shadow: 0 3px 6px rgba(160,166,168,.15);
  background-color: #ffffff;
}

.listselect-item {
  background: url(images/puce-title-selection.png) no-repeat 93% 15px #fff;
}
.listselect-item h5{
  text-align:left
}
.wl-selection-nav{
}
.listselect .itemVign {
  text-align: center;
  min-height: 75px;
  /* padding-top: 10px; */
}

.listselect .itemVign+.itemVign {
}
.listselect-item .itemVign a {
  display: block;
  padding: 0px 7px 5px;
}
.listselect-item .itemVign a h5{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #363636;
  font-size: 11px;
  text-transform: uppercase;
}

.listselect .itemVign h4 {
  color: inherit;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1em;
  line-height: 30px;
  font-size: 12px;
  color: #363636;
  text-transform: uppercase;
}

.listselect .itemVign h4:after {
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.listselect-item .itemVign img{
  height:42px;
}
.listselect .itemVign:hover .resumeSelect {
  text-decoration: underline;
}

.listselect .itemVign>a {
}

.listselect .resumeSelect {
  font-size: 1.25em;
}

.listselect h3,
.fluxRSS>h3,
#widget>h3 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 8px;
  position: relative;
}

.listselect h3:after {
}

.listselect .itemVign .imgL {
  width: 100px;
  margin: 0 auto;
}

.listselect img {
/* border: solid 1px rgba(0, 0, 0, 0.27); */
  box-shadow: inset 0px 0px 1px 3px rgba(0, 0, 0, 0.84);
}

.itemContent .ItemResume {
  padding: 10px;
	/* overflow: hidden; */;
}

.infosBandeau .extLink a {
  color: #5A4861;
  text-decoration: none;
}

.ItemResume:hover h4,
.ItemResume:hover .lirePlus {
}

.infosBandeau .extLink a:hover {
  text-decoration: underline;
  color: #5f6683;
}

#bandeau .infosBandeau .liensExtrn li {
  margin: 3px 0px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  list-style: none;
}

#bandeau .infosBandeau .liensExtrn li:before {
  content: "\f14c";
  color: #5f6683;
  font-size: 12px;
  margin-right: 10px;
}

.AlaUne {
  background-color: rgba(255, 255, 255, 0.87);
  margin-bottom: 0px;
  padding: 15px 20px;
}

.fluxRSS,
#widget {
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.08);
  border: solid 1px #c2c2c2;
}

.fluxRSS>div {
  padding: 0px 10px;
}

.listBibli>.itemAbrege,
.listEtageres>.itemAbrege,
.fluxRSS>.itemAbrege {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: auto;
  border-bottom: solid 0px #f2f2f2;
  margin: 0 auto;
}

.listBreves>.itemAbrege h4,
.listBibli>.itemAbrege h4,
.listEtageres>.itemAbrege h4,
.fluxRSS>.itemAbrege h4 {
  color: #4e4e47;
}

.listBreves>.itemAbrege h4:first-letter,
.listBibli>.itemAbrege h4:first-letter,
.listEtageres>.itemAbrege h4:first-letter,
.fluxRSS>.itemAbrege h4:first-letter,
.rubContent>h3:first-child:first-letter {
  font-size: 115%;
  text-transform: uppercase;
}

.listBreves>.itemAbrege>a,
.listBibli>.itemAbrege>a,
.listEtageres>.itemAbrege>a,
.fluxRSS>.itemAbrege>a {
  padding-left: 1%;
}

.listBreves>.itemAbrege>a:after,
.listBibli>.itemAbrege>a:after,
.listEtageres>.itemAbrege>a:after,
.fluxRSS>.itemAbrege>a:after,
.fluxRSSRub>.itemAbrege h4 a:after {
  content: "\f08e";
  width: 1.5em;
  text-align: right;
  text-decoration: none;
}

.listBibli .itemVign .readThis a,
#lirePlusPresta a,
.SliderArt .lirePlus a,
.noticesEtagere>a,
#lienBouton a,
.lienExtNot a,
.lienDocNot a {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  margin: 0 auto;
  text-align: right;
  width: 100%;
}

.fluxRSS>.itemAbrege h4 {
  font-size: 0.9em;
  border-bottom: solid 1px #E1E1E1;
  padding: 10px 7px;
  margin-bottom: 10px;
}

#lirePlusPresta {
  margin: 0 auto;
}

#lirePlusPresta {
  width: 70%;
  margin-top: 3px;
  padding: 7px 5px;
}

#lirePlusPresta a,
#lienBouton a {
  color: inherit;
  text-decoration: none;
  width: 100%;
}

#lirePlusPresta a,
#lienBouton {
}

#lirePlusPresta a:hover,
.noticesEtagere>a:hover,
#lienBouton a:hover,
.lienExtNot a:hover,
.lienDocNot a:hover {
}

#lirePlusPresta:hover a,
#lienBouton:hover a,
.lienExtNot a:hover,
.lienDocNot a:hover {
  color: #fff;
}

#lienBouton {
  width: auto;
  float: left;
  margin-top: 10px;
}

#lienBtnOverlay {
  overflow: hidden;
}

#lienBouton a:after {
  content: "\f14c";
  text-align: right;
  font-size: 1.1em;
}

.listBibli .itemVign .readThis a:hover {
  text-shadow: 0px 0px 0px;
  text-decoration: none;
  color: #222;
}

.listBibli .itemVign {
  text-align: center;
}

.listBibli .itemVign:nth-of-type(3n+4) {
}

.listBibli .itemVign h4 {
}

.listBibli .itemVign+.itemVign h4 {
}

.listBibli .itemVign img {

}

.listBibli .itemVign:first-child:before,
.listBibli .itemVign:last-child:after {
}

.listBibli .itemVign:first-child:before {
}

.listBibli .itemVign:last-child:after {
}

.listBibli .itemVign:last-child:before {
}

.listBibli .itemVign:first-child:after {
}

.listBibli .itemVign .imgL {

}

.overlay {
  border: solid 13px #fff;
  background-color: #fff;
  border-radius: 25px 0px 0px 0px;
}

.listBibli .itemVign a img {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition-timing-function: ease-out;
}

.listBibli .itemVign a:hover img {
  transform: scale(0.99, 0.98);
}

.listBibli .itemVign a {
  display: block;
}

.listBibli {
}

.listBibli>ul {
  width: 100%;
}
/* old listItemsGen
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.listArticlesGen,
.listeSameArticle,
.listItemsEvent,
.listResultArticles,
.listEtageresRub,
.fluxRSSRub {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.listArticlesGen .itemAbrege>a {
  color: #4f5157;
  text-decoration: none;
  display: block;
}

.itemAbrege>a:hover {
  color: #4f5157;
  text-decoration: none;
  text-shadow: none;
}

.listArticlesGen .itemAbrege p.lirePlus,
.listeSameArticle .itemAbrege p.lirePlus,
.listItemsEvent .itemAbrege p.lirePlus,
.listResultArticles .itemAbrege p.lirePlus {
  position: static;
}

.listArticlesGen .itemAbrege p.lirePlus a,
.listeSameArticle .itemAbrege p.lirePlus a,
.listItemsEvent .itemAbrege p.lirePlus a,
.listResultArticles .itemAbrege p.lirePlus a {
  color: #fff;
}

.listArticlesGen .itemAbrege,
.listeSameArticle .itemAbrege,
.listItemsEvent .itemAbrege,
.listResultArticles .itemAbrege {
  position: relative;
  height: auto;
  border: solid 0px #78a9da;
  background-color: #ffffff;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.listArticlesGen:first-child .itemAbrege,
.listeSameArticle:first-child .itemAbrege,
.listItemsEvent:first-child .itemAbrege,
.listResultArticles:first-child .itemAbrege {
}

.listArticlesGen .itemContent,
.listItemsEvent .itemContent,
.listResultArticles .itemContent {
  padding: 0px 0px 0px 0px;
  clear: both;
}

.listArticlesGen .itemContent .resume,
.listeSameArticle .itemContent .resume,
.listItemsEvent .itemContent .resume,
.listResultArticles .itemContent .resume {
}

.listArticlesGen .itemContent .resume,
.listeSameArticle .itemContent .resume,
.listItemsEvent .itemContent .resume,
.listResultArticles .itemContent .resume {
  line-height: 20px;
}

.listeSameArticle .itemAbrege .imgL,
.listItemsEvent .itemAbrege .imgL,
.listResultArticles .itemAbrege .imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.listArticlesGen .itemAbrege .imgL a,
.listeSameArticle .itemAbrege .imgL a,
.listItemsEvent .itemAbrege .imgL a,
.listResultArticles .itemAbrege .imgL a {
  display: block;
}

.listArticlesGen .itemAbrege .imgL a img,
.listeSameArticle .itemAbrege .imgL a img,
.listItemsEvent .itemAbrege .imgL a img,
.listResultArticles .itemAbrege .imgL a img {
  float: left;
  max-width: 100%;
  height: auto;
  border: none;
  margin: 0;
}

.listArticlesGen>h3,
.listeSameArticle>h3,
.listItemsEvent>h3,
.listResultArticles>h3 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 10px 4px;
  margin: 0px;
  border-radius: 0px;
  margin: 5px 0px 10px;
}

.wl-article-content {
  padding: 0px 10px;
}

.wl-full-item .chapeau {
  line-height: 22px;
}

.listArticlesGen .itemAbrege>h3,
.listeSameArticle .itemAbrege>h3,
.listItemsEvent .itemAbrege>h3,
.listResultArticles .itemAbrege>h3,
.listArticlesGen .itemAbrege>a>h3 {
  position: relative;
  font-size: 1.35em;
  font-weight: 300;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  font-weight: 400;
  padding: 0 0 0 0px;
  line-height: normal;
}

.listArticlesGen .itemAbrege>h3:after,
.listeSameArticle .itemAbrege>h3:after,
.listItemsEvent .itemAbrege>h3:after,
.listResultArticles .itemAbrege>h3:after {
}

.listeSameArticle .itemAbrege>h3 a,
.listItemsEvent .itemAbrege>h3 a,
.listResultArticles .itemAbrege>h3 a,
.listRubs h3 a {
  color: #404040;
  font-family: inherit;
}

.listArticlesGen .itemAbrege>h3 a {
  color: #DDF2F9;
}

.listArticlesGen .itemAbrege>h3 a:hover {
  color: #fff;
}

.listRubs h3 a:hover {
  color: #4C5054;
}

.listeSameArticle .itemAbrege>h3 a:hover,
.listItemsEvent .itemAbrege>h3 a:hover,
.listResultArticles .itemAbrege>h3 a:hover {
  text-decoration: none;
  color: #fff;
}

.listArticlesGen .itemAbrege:nth-of-type(3n+3),
.listeSameArticle .itemAbrege:nth-of-type(3n+3),
.listItemsEvent .itemAbrege:nth-of-type(3n+3),
.listResultArticles .itemAbrege:nth-of-type(3n+3) {
  margin-right: auto;
}

.listArticlesGen .itemAbrege:nth-of-type(3n+1),
.listeSameArticle .itemAbrege:nth-of-type(3n+1),
.listItemsEvent .itemAbrege:nth-of-type(3n+1),
.listResultArticles .itemAbrege:nth-of-type(3n+1) {
  margin-left: 0;
}

.listArticlesGen .itemAbrege:nth-of-type(3n+4),
.listeSameArticle .itemAbrege:nth-of-type(3n+4),
.listItemsEvent .itemAbrege:nth-of-type(3n+4),
.listResultArticles .itemAbrege:nth-of-type(3n+4) {
  clear: left;
}

.listeSameArticle .itemContent {
}

.listeSameArticle .itemContent a:hover {
  text-decoration: none;
}
/*liens btn
 ========================================================================== */
.uk-button.wl-button,
.uk-button.wl-button:hover {
  font-size: 1em;
  display: block;
  color: rgb(120, 169, 218);
  background-color: #f2f4f5;
  margin: 0px 0px;
  position: relative;
  text-align: right;
  clear: both;
  font-weight: 500;
}

.uk-button.wl-button:before {
	/* content:""; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(10, 136, 178, 0.15);
  opacity: 0;
}

.uk-button.wl-button:hover:before {
  opacity: 1;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
/*rubrique / liste de rubtiques
=======================================================================
=========================================================================
==========================================================================*/

.listBibliBandeau {
  position: relative;
  background-color: #f9f9f9;
  color: #6c6c6c;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.06);
  margin: 1px 5px 15px 5px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.listBibliBandeau>h3 {
  background-position-y: -243px;
}

.listBibliBandeau h4 {
  color: #6c6c6c;
  font-size: 1em;
  font-weight: 500;
  padding: 10px 0px;
  width: 95%;
  margin: 0 auto;
  border-bottom: solid 4px transparent;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.listBibliBandeau .itemVign a {
  text-decoration: none;
}

.listBibliBandeau .itemVign a:hover h4 {
  border-bottom-color: #6c6c6c;
}

.listBibliBandeau img {
}

.listItemsGen .itemAbrege>a {
  text-decoration: none;
}

.listItemsGen .resume {
  cursor: default;
}
/*rubrique / etageres virtuelles
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

#etagere-titre h1 {
  font-size: 16px;
  margin-top: 10px;
}

#etagere-titre h1 a {
  text-decoration: none;
}

#aut_details h3 span {
    /* margin: 5px 0px; */
  display: inline-block;
}

.noticesEtagere {
  margin: 0px;
  overflow: hidden;
  padding-bottom: 8px;
}

.listEtageres>h3 a {
  font-size: 1.05em;
  position: relative;
  border-bottom: 4px solid rgba(212, 212, 212, 1);
  font-weight: 500;
  padding-bottom: 5px;
  width: auto;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  color: #666;
}

.listEtageres h3 a:hover {
  text-decoration: none;
}

.listEtageres .noticesEtagere {
  clear: both;
  margin: 10px auto;
}

.noticesEtagere>a {
    font-size: 1em;
    border: solid 1px #000;
    display: block;
    float: right;
    width: auto;
    text-align: center;
    padding: 4px 5px;
    background-color: #000;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}

.noticesEtagere>a:hover {
  text-decoration: none;
}

.noticesEtagere>a:after {
}
/* Ancre
==========================================================================*/

.Ancre {
  z-index: 900;
}

.Ancre a {
  height: 100%;
}

.AncreOn {
  opacity: 1;
}

.AncreOn a {
  position: fixed;
  right: 10px;
  bottom: 50px;
}

/* article sujet 
--------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

.SameNot>h3 {
}

.SameNot a {
  text-decoration: none;
}

.SameNot .SameNotItem h3 {
  font-weight: 400;
  font-size: 1.05em;
  text-align: center;
}

.SameNot .listNotHz-static {
  background-color: rgb(252, 252, 252);
  border: solid 1px rgb(239, 239, 239);
  padding: 10px 7px;
  text-align: center;
}
/* Footer
-------------------------------------------------------------------------
--------------------------------------------------------------------------
---------------------------------------------------------------------------*/

#footer {
  position: relative;
  background: #fff repeat-x top left;
  text-align: left;
  border-top: solid 0px #FFFFFF;
  margin: 0 auto;
  font-size: 1em;
  float: none;
}

#footer a {
}

#footer a img {
  max-width: 100%;
}

.navFooter {
}

#footer .navFooter li+li:after {
  content: none;
  margin-left: 2px;
}

#footer .navFooter li:last-of-type:after {
}

#footer .navFooter li>a,
.navFooterBloc2 li>a {
  color: #5b5a51;
  text-decoration: underline;
  text-decoration: none;
}

#footer .navFooter li:hover>a,
.navFooterBloc2 li:hover>a {}

#footer .navFooter li a:hover {
    text-decoration: none;
    color: #5b5a51;
}

.liensFooter,
.liensFooterBloc2,
.nousContacter {
  line-height: normal;
  background-color: transparent;
  margin: 10px 0;
}

.logosSoc {
}

.liensFooter li {
  padding-left: 8px;
  float: left;
  margin-left: 8px;
}

.liensFooter li+li {
    border-left: 1px solid #df0022;
}

.navFooterBloc2>li {
  padding: 0px 4px;
  float: left;
  min-width: 130px;
  text-align: left;
  margin-right: 10px;
}

.navFooterBloc2 li:nth-of-type(2n+3) {
  clear: left;
}

.navFooterBloc2 li:nth-of-type(2n+2) {
  min-width: 65px;
}

.liensFooter li+li a {
}

#footer a:hover {
  text-decoration: none;
}

#footer a+a {
  border-left: solid 0px #fff;
}

#footer .Ancre {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: transparent;
  line-height: 26px;
  font-size: 1.2em;
  color: #fff;
  font-weight: normal;
  height: 59px;
  width: 59px;
}

#footer .Ancre a {
  text-decoration: none;
  text-align: center;
  padding: 0px;
  color: #fff;
  font-size: 0px;
  background: url(images/ancre.png) #78a9da no-repeat;
  display: block;
  background-position: 50%;
}

#footer .Ancre a:hover {
  background-color: #6ea1d5;
}

#footer .Ancre a:before {
}

#footer .Ancre:hover {
  background-color: transparent;
}

#footer .Ancre:hover a {
  text-decoration: none;
}

.nousContacter h3,
.logosSoc h3 {
  color: #5e5c5d;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 15px;
}

.nousContacter p a {
  color: #b8b8b8;
  text-decoration: underline;
}

.logosSoc .imgS {
  margin-bottom: 10px;
}

.logosSoc .imgS {
  margin-bottom: 10px;
  border-radius: 50%;
  float: left;
  margin-left: 7px;
}

.logosSoc .imgS:nth-of-type(3n+4) {
  clear: left;
}

.logosSoc .imgS a {
  display: block;
}

.logosSoc {
  padding: 30px;
}

.logosSoc .imgS a:hover img {
}

#sitesFooter {
}

#sitesFooter>ul>li {
}

#sitesFooter>ul>li+li {
}

#footer #sitesFooter ul li a {
}

#footer #sitesFooter ul li a:hover {
}

#sitesFooter h4 {
}

.logosFooter {
}

.logosFooter .imgS {
  float: right;
  margin-top: 5px;
}

#txtFooter {
}

#txtFooter:after {
}

.logosFooter .imgS+.imgS {
}

#footer .logosFooter .imgS a {
  display: block;
}

.logosFooter .imgS img {
}

.logosFooter h3 {
  color: #B16162;
  font-size: 1.145em;
  font-weight: 500;
}

.logosFooter .imgL {
  float: left;
  height: 50px;
}

.logosFooter .imgL a {
  margin-right: 20px;
}

.logosFooter .imgL img {
  height: 100%;
}

.logosFooter>div.allMate>a {
  clear: both;
  display: block;
  padding-top: 10px;
}

.planFooter {
}

.planFooter h4 {
}

.planFooter>.sousNavPlan>li {
}

#copyright {
}

.liensFooterBloc2 {
}

.navFooterBloc2 {
}

#piedDePage {
  padding: 30px 0px 30px 30px;
}

.blocFooter h4 {
  background-repeat: no-repeat;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: #5e5c5d;
  position: relative;
  padding-bottom: 10px;
}

.blocFooter h4:after {
  content: "";
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #78a9da;
}

.mediaFooter small a {
  color: #78a9da!important;
  font-size: 1.2em;
}

.bloc133 h4 {
}

.bloc134 h4 {
}

.bloc137 h4 {
}

.bloc138 h4 {
}

.intoBloc a {
  text-decoration: none;
  border-bottom: solid 2px transparent;
  display: inline-block;
  padding-bottom: 5px;
}

.intoBloc a:hover {
  border-bottom-color: #404040;
  text-decoration: none;
}

.mega-footer {
  padding: 40px;
  color: #888888;
}

.blocFooter {
  padding-right: 25px;
}

.blocFooter+.blocFooter {
	/* border-left:solid 1px #fff; */
	/* box-shadow:inset 1px 0px 0px 0px #e2e2e2; */;
}

.mediaFooter>iframe {
  width: 100%!important;
}

.lienPiedDePage {
  margin-bottom: 10px!important;
}

.lienPiedDePage a {
  display: block;
  text-decoration: none;
}
/* Liste Notices 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.itemSolo h4,
.listProd>h3,
.listEtageresRub>h3,
.fluxRSSRub>h3,
.infosArt>h3,
.SameNot>h3,
.SliderHoriz>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 {
  font-size: 1.145em;
  margin: 0px 0px 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border:none;
}

.itemSolo h4:after,
.listProd>h3:after,
.listEtageresRub>h3:after,
#facette_wrapper th:after,
.infosArt>h3:after,
#aut_details_liste>h3 span.aut_details_liste_titre:after {
    /* content: "\f078"; */
  text-align: right;
  margin-left: 8px;
}

.listRubs,
.listProd,
.introVue,
.listRubsAbbr,
.listEtageres,
.SameNot,
.soloListEtageres {
  border-top: solid 0px #fff;
  position: relative;
  padding-bottom: 10px;
  max-width: 100%;
  margin: 0px auto 0;
  overflow: hidden;
}

.listProd {
  min-width: 85%;
}

.prodDoc .imgL {
}

.prodDoc .listNotHz {
  text-align: left;
}

.prodDoc .listNotHz a:hover,
.prodDoc .listNotHz a h3:hover {
  color: #00727D;
}

.prodDoc:nth-child(even) {
  background-color: #FFFFFF;
}

.listNotReduit .imgL img[src*="vig_num.php?explnum_id="],
.prodDoc:nth-child(even) .listNotReduit .imgL img[src*="vig_num.php?explnum_id="] {
  background-color: #fff;
  background-image: none;
}

.prodDoc:first-child {
  padding-top: 20px;
  background: url("images/dot2.png") repeat-x 0 0%;
}

.prodDoc {
  padding: 15px 10px 25px;
  border-bottom: 1px solid #808080;
  text-align: left;
  line-height: 22px;
  clear: both;
}

.prodDoc h3 {
  color: #404040;
  margin: 0 0 15px 0;
  line-height: 26px;
  position: relative;
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.prodDoc h3 a {
  text-decoration: none;
  color: inherit;
}

.prodDoc h3:hover a {
  text-decoration: none;
  color: #1F9892;
}

.prodDoc h3:before {
}

.listProd {
  min-width: 85%;
}

.listNotHz {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.prodDoc img {
  max-height: 200px;
  margin-left: 18px;
}
/* rubrique / rubrique
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.itemSoloFlux h2 {
  font-size: 2.1em;
  text-align: center;
  margin-bottom: 20px;
}

.itemSolo .imgM {
}

.itemSolo .imgXXL img,
.itemSolo .imgM img {
  background-color: #fff;
  width: auto;
  border: solid 1px #D5D3D3;
  padding: 5px;
}

.itemSolo>table,
.itemSolo>table>table {
  font-size: 1em;
  margin-bottom: 10px;
}

.Rub i.fa.fa-arrow-right {
    color: #bd218a;
    margin-right: 5px;
}

/* article et rubrique / portfolio
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.document_item {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0%;
}
/* ========================================================================
   article et rubrique / search in cms
 ==========================================================================  */
.search-article-results{

}
.search-article-results .imgL{
  text-align:right;
  width: 100%;
  max-height:140px;
  overflow:hidden;
}
.search-article-results .imgL img{
  width: 100%;

}
.search-article-results .lirePlus>span{

}
.search-article-results .lirePlus{
  text-align:left;
  padding: 0;
}
a.panel-search-article-results{
  color: #6c6c6c;
}
a.panel-search-article-results+a.panel-search-article-results{
}
a.panel-search-article-results:last-child hr{
  display:none;
}
a.panel-search-article-results,
a.panel-search-article-results:hover{
  text-decoration:none;
}
.search-article-results .wl-title-news{
}
/* article / article
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.itemArticle {
  padding-bottom: 20px;
}

.imgXXL {
  display: block;
}

.listItemsGen {
  margin-top: 20px;
}

.listItemsGen .itemAbrege a:hover,
.Rub a:hover {
  text-decoration: none;
  text-shadow: none;
}

ul.liensExtArt {
  margin: 10px 0 15px 0;
  padding: 0;
}

ul.liensExtArt li:first-child {
  border-top: none;
}

ul.liensExtArt li {
  border-top: 1px solid #f0f0f0;
}

ul.liensExtArt li a {
  position: relative;
  display: block;
  padding: 6px 0;
  color: #00727e;
  font-size: 1.2307em;
  font-weight: 500;
  font-style: normal;
}

ul.liensExtArt li a:before {
}

.datesEven {
  padding: 0px 0px 10px 0px;
  margin: 0;
  text-align: right;
  font-size: 12px;
  /* margin-top: -10px; */
  font-weight: 300;
  color: #39b5e4;
  line-height: 14px;
}

.listItemsGen h3 {
  font-size: 1.2em;
  position: relative;
  border-bottom: 0px solid rgba(212, 212, 212, 1);
  font-weight: 400;
  width: auto;
  overflow: hidden;
  margin-bottom: 15px;
}

.itemContent .imgL img {
  max-width: 100%;
  display: block;
  border: solid 2px #f9f9f9;
  box-shadow: 0px 0px 0px 1px #d2d2d2;
}

.listItemsGen div>h3 {
}

.listItemsGen h3:hover {
}

.fluxRSSPage h4 {
  border-bottom: 1px solid #eee;
  padding: 10px 0 15px 0;
  margin: 0;
}

.fluxRSSPage {
  margin-bottom: 20px;
}

.fluxRSSPage h4 > a {
  font-weight: 400;
  text-decoration: none;
  margin: 5px 0px;
  display: inline-block;
}

.listArticlesGen .itemAbrege>a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 0px;
}

.itemAbrege h3 {
    background-color: transparent;
    padding:0;
}

body #main .itemAbrege img {
    margin-right: 15px;
}

.uk-align-medium-left {
    border:none;
    padding:0;
}

/* OPAC Footer Disable                                          
---------------------------------------------------------------------------------------------------------*/

#footer_link_website,
#footer_rss {
  display: none!important;
}
/* OPAC
-------------------------------------------------------------------------------------------------------------------------------------------+
-------------------------------------------------------------------------------------------------------------------------------------------+                                            
-------------------------------------------------------------------------------------------------------------------------------------------+
-------------------------------------------------------------------------------------------------------------------------------------------+
-------------------------------------------------------------------------------------------------------------------------------------------+
*/
/* Notices 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.notice-parent:first-child {
  border-top: 0px dotted #cccccc;
}

div[id$="Parent"] {
}

.notice-parent {
  padding-top: 10px;
  border-top: 1px dotted #cccccc;
  position: relative;
  padding-left: 3px;
  margin: 5px 0px 10px;
}

.notice-parent .img_plus {
  max-width: 30px;
  max-height: 30px;
}

div[id$="Parent"] > img {
  vertical-align: top;
}

.notice-parent img {
  vertical-align: text-bottom;
  margin-left: 4px;
}

.notice-heada {
  font-weight: 300;
  width: auto;
  margin-bottom: 0px;
  color: #444;
  line-height: 21px;
  display: inline-block;
  max-width: 90%;
}

.notice-child {
  margin-bottom: 20px;
  margin-left: 5px;
  padding-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}

.notice-child table.docnum {
    margin-bottom: 15px;
}

.notice-child a[name="docnum"] h3 {
    background-color: transparent;
    color: #000;
    font-weight: 500;
    margin: 5px 0;
    padding-left:0;
}
/* Compte empr 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#connexion {
}

#connexion br {
  display: none;
}

#login_form > select {
  color: #000;
  padding: 5px;
  height: auto;
  border: 1px solid #C8C8C8;
  margin: 10px auto 10px;
}

#login_form > select:focus {
  outline-color: rgba(203, 203, 203, 0.46);
}

#login_form {
}

#login_form:before {
}

#login_form:after {
    /* content: "Mot de passe"; */
  position: absolute;
  top: 73px;
}

#login_form form {
  display: block;
  color: #525252;
}

#connexion label {
  font-size: 0;
  display: none;
}

#connexion h3,
#connexion #login_form>b {
  background: #fff url(images/puce-title-3.png) 16px 13px no-repeat;
  padding: 15px 0px 10px 25px;height: 55px;
}
#connexion h3:empty {
	display: none;
}
#connexion input {
	height: 30px;
	line-height: 30px;
	border-color: #5b91da;
	max-width: 204px;
	width: 85%;
	margin-left: 16px;
	float: none;
	margin-bottom: 0;
	display: block;
	margin: 0 auto;
	padding-right: 10px;
}

#connexion input.login {
  /* width: 100%; */
  margin-bottom: 15px;
}

#connexion input.password,
#login_form input[type="submit"].bouton {
  margin-bottom: 15px;
}

#login_form input.bouton {
  background-color: #EFEFEF;
  color: #707484;
  font-weight: 400;
  border-left-width: 0px;
}

#login_form a {
  margin: 0px auto;
  line-height: 30px;
  text-decoration: underline;
  text-align: right;
  border-top: solid 0px #78a9da;
  color: #fff;
  font-size: 0.9em;
  width: 85%;
}

#login_form a:last-child {
  display: block;
  clear: both;
}

#connexion input[type="text"],
#connexion input[type="password"],
#login_form input[type="submit"].bouton {
}

#connexion input.password {

}

#account #login_form input.bouton {
  font-size: 1em;
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-image: url('./images/bkg_ok.jpg');
  background-color: transparent;
  font-size: 0px;
  color: #999999;
  clear: both;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 0;
  margin-left: 0px;
}

#account #login_form input.bouton:hover {
    background-color: transparent;
    opacity: 0.7;
}

#connexion #login_form>b {
  display: block;
  padding: 15px 5px 10px 25px;
}

#login_form input[type="submit"].bouton {
  background: rgb(84, 135, 203) url(images/connexion.png) no-repeat 50% 50%;
  padding: 0px 5px;
  width: 40px;
  position: absolute;
}

.colonne3 {
    float: left;
    width: 33%;
    padding-right: 10px;
}

#modif_dmde .left {
    float: none;
}

div#bannette-container:after {
    content: "";
    display: table;
    clear: both;
}

div#bannette-container:before {
    content: "";
    display: table;
    clear: both;
}

.listedescription {
    border: 1px solid #6f6f6f;
    padding: 5px;
    margin-top: 2px;
}

#liste h3 {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

ul.search_tabs li#current a {
    color: #fff !important;
    background: #bd218a url("./images/menubar_gradient.png") repeat-y scroll 0% 0% !important;
}


form[name="creer_dsi"] input, form[name="creer_dsi"] select {
    margin-left: 10px;
}

#lvl1 h3, #facette h3.facette_compare_listTitle {
    background-color: #5d5d5d !important;
    color: #fff !important;
}

.blocCnx h2 {
    margin-bottom: 10px;
}

.voirPlusFacette {
    padding-left: 10px;
}


/* Toggle user
--------------------------------------------------------------------------------------- */
.wl-tgl-login {

}

.Tgllogin {

}

.user {
  line-height: 30px;
  display: block;
}

.user i {
  color: #FFFFFF;
  font-size: 17px;
  border: solid 0px #818488;
  width: 30px;
  text-align: center;
  height: auto;
  padding: 0 0;
}

.TglUser.uk-active .user i,
.TgllSearch.uk-active .user i {
  color: #Fff;
  background-color: rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 0px #C8C9CA;
}

.userMessg {
  color: #8D8D8D;
  font-size: 1em;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  float: right;
  line-height: 40px;
  padding: 0px 4px 0px 13px;
}

.TglUser,
.TgllSearch {
  display: block;
  z-index: 500;
  box-shadow: 0 0 0 0;
  text-align: center;
  background-color: transparent;
}
.TgllSearch {
  right: 60px;
}

.TglUser.uk-active {
}

#connexion {
  padding: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  opacity: 1;
  overflow: hidden;
  background-image: none;
  background-color: #78a9da;
  margin-bottom: 20px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  display:none;
}

#connexion.heightZero:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid 20px transparent;
  border-top-width: 0px;
  border-bottom-color: #F9F9F9;
  position: absolute;
  top: -12px;
  left: 15px;
}

#connexion.heightZero {
  max-height: 300px;
  opacity: 1;
  overflow: visible;
}
/* Stickynav
====================================================================================== */

.Stickynav ul.Nav {
  padding-right: 60px;
}

.MenuHoriz .Tgllogin {
  display: none;
}

.Stickynav .Tgllogin {
  background-color: #F9F9F9;
  display: block;
}

.Stickynav .TglUser {
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  box-shadow: none;
}

.Stickynav .user i {
  color: #ADADAD;
}

.Stickynav .userMessg {
  color: #6C6C6C;
}
/* Compte empr Open clever
--------------------------------------------------------------------------------------- */

#account h4 {
}

#account h4:before {
}

div#account {
    margin: 30px;
}

#account input.login {
    width: 322px;
    border: 2px solid #e9e9e9;
    margin-left: 49px;
    background-color: #f3f5f6 !important;
    margin-bottom: 11px;
    border-radius: 0;
    height: 37px;
}

#account input.password {
    width: 322px;
    margin-left: 30px;
    border: 2px solid #e9e9e9;
    background-color: #f3f5f6 !important;
    margin-right: 0px;
    border-radius: 0;
    height: 36px;
}

/* Recherche OPAC 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#resultatrech_liste>span {
}

#resultatrech_liste>span+span {
  margin-left: 5px;
}

.espaceResultSearch {
  display: none!important;
  margin: 0px!important;
  padding: 0px!important;
  border: none!important;
}

#search {
  background-color: #ffffff;
  margin: 0px 0px 20px;
}

#search p.p1 {
  border: solid 0px #d7d7d7;
  padding: 17px 17px 5px;
  margin: 0;
}

#search>div.row>form {
  position: relative;
  padding: 15px 20px 25px;
  border: solid 0px #d7d7d7;
  border-top: solid 0px #d7d7d7;
}

#search > p > span {
  display: block;
  padding: 0px 0px 5px;
  border-bottom: dotted 1px #ddd;
}

#search form select[name="typdoc"],
#search .form-contenu select#add_field {
  width: 75%;
  min-height: 35px;
  font-weight: 300;
  line-height: 35px;
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D7;
  font-style: normal;
  padding-left: 10px;
  font-size: 1.1em;
  margin-bottom: 25px;
}

#search > div.row > form > br,
#search > br {
  display: none;
}

#search input.text_query {
  width: 70%;
  min-height: 35px;
  font-weight: 300;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  font-style: normal;
  padding-left: 10px;
  font-size: 1.1em;
  margin: 0px;
  display: block;
  float: left;
  margin-right: 15px;
}

#search_form {
  position: relative;
  padding: 15px 20px 25px;
  /* border: solid 1px #d7d7d7; */
  /* border-top: solid 1px #d7d7d7; */
  z-index: 1;
}

#search #form_search_bull input.boutonrechercher {
  margin: 0px 0px 0px 0px;
}

#search form>input {
}

#search .boutonrechercher,
#search input[type="submit"] {
  min-height: 35px;
  font-size: 1.1em;
  padding: 4px 16px;
}

#search form input[type="button"] {
  float: none;
}

#search form input[value="Aide"] {
  float: right;
  min-height: 35px;
}

#search form input[type="button"]:hover {
}

#search #form_search_bull {
  line-height: 30px;
}

#search #form_search_bull span {
}

#search #form_search_bull span input {
  width: 190px;
}

#zsimplesChild {
  margin-bottom: 0px !important;
  border: none;
}

#search_onglet {
  margin-bottom: 10px;
}

#search>.row {
  clear: both;
}

#titreSearch,
#search_block {
  position: relative !important;
  border-top: solid 45px #E9E6DF;
  margin-top: 25px;
}

#titreSearch h3,
#search_block h3 {
}

#simple_search_zone {
  overflow: hidden;
  clear: both;
}

#search form .form-contenu select {
  margin-right: 10px;
  width: auto;
}

#search form .form-contenu .ext_search_txt {
  width: auto;
  min-height: 22px;
  line-height: 22px;
  padding: 2px 4px;
}

#search form .form-contenu .search_value .ext_search_txt {
    /* max-width: 220px; */
  height: auto;
}

#search form .form-contenu input[type="submit"] {
  float: right;
}

#search form .form-contenu input[type="submit"].bouton {
}

#search form .form-contenu select#add_field {
  margin: 0px 0px 13px;
  float: left;
  margin-right: 20px;
}

#search form .form-contenu input[type="button"] {
  display: block;
  min-height: 35px;
  line-height: normal;
  /* padding: 0 6px 2px; */
  margin: 0px 0px 13px 2%;
  border: none;
  font-size: 12px;
}

#search form .form-contenu input[value="Aide"] {
  border: solid 0px #347DB8;
  margin: 0 0 10px;
  float: right;
}

#search form .form-contenu input[value="X"] {
  background-color: #bd218a;
  color: #fff;
  font-weight: 800;
}

#search #form_search_bull form td input {
}

#search #form_search_bull form td input:hover {
}

#search #form_search_bull span {
}

#search #form_search_bull span input {
  width: auto;
}

#search form .form-contenu select {
}

#search form .search_value .ext_search_txt {
  height: auto;
}

#search form .form-contenu .ext_search_txt {
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 2px 4px;
    /* max-width: 210px; */
  ;
}

#form_search_bull input[type="text"] {
  width: auto;
}

#form_search_bull input[type="button"] {
  font-size: 1em;
}

#form_search_bull input[type="button"]+input[type="button"] {
  margin-left: 15px;
}

#form_search_bull input[type="button"]:hover {
}

#search form input[type="checkbox"] {
  padding: 0px;
  margin: 0px;
  display: initial;
  box-shadow: none;
  margin-top: 4px;
}

.form-contenu {
}
.form-contenu br{
  display:none;
}

.form-contenu input[type="text"] {
  padding: 0px;
  height: 24px;
  margin-bottom: 4px;
}
/* multicriteres */

.notice-child .img_basket {
  background-image: none;
  width: auto;
  float: none;
  display: inline;
}

.vignetteimg_simili {
  max-width: 90%;
  box-shadow: 0 0 0 1px #eee;
}

#resultatrech_container .notice-child table tr td>div>a {
}

#search_result {
  margin-bottom: 20px;
  max-width: 100%;
  border-top: 1px solid #d5d5d5;
  margin: 20px auto;
}

#search_result #categorie {
  clear: both;
}

#search_result blockquote {
  margin: 0px;
  padding: 0px;
}

div[id^=div_public] tr td a {
  word-break: break-word;
}

.categ_see_synonyme h4,
#categ_see_comment h4 {
  color: #097A84;
}

#categ_see_comment {
  margin: 10px 0px;
  padding: 5px;
  background-color: #f1f1f1;
}

#choose_criteria {
  margin-bottom: 10px;
  margin-top: 7px;
}

span.search_dico {
    margin-left: 5px;
}

#search form .form-contenu .search_perso input.bouton.vider {
    display: inline-block;
    margin-left: 10px;
}
/* Periodique
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#perio_a2z_search {
  width: 75%;
  min-height: 35px;
  font-weight: 300;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  font-style: normal;
  padding-left: 10px;
  font-size: 1.1em;
  margin: 0px;
  margin-right: 15px;
}

ul.onglets_isbd_public li {
  display: block;
  float: left;
  margin: 0px 2px;
  position: relative;
  text-align: center;
}

#span_a2z_abt_actif {
  color: #2e2e2e;
  display: block;
  line-height: 35px;
}

#perio_a2z ul.onglets_isbd_public div li {
  padding: 0 0px;
  display: block;
  float: left;
  margin: 0px 2px;
  position: relative;
  text-align: center;
  border-radius: 0px 0px;
  background-color: #F2F2F2;
  border: solid 1px #D7D7D7;
}

ul.onglets_isbd_public li a {
  padding: 0px 10px;
  font-weight: 300;
  display: block;
  min-height: 34px;
  line-height: 34px;
  color: #fff;
}

#perio_a2z ul.onglets_isbd_public div li a {
  padding: 0px 5px;
  color: #333;
}

#perio_a2z ul.onglets_isbd_public div li:hover {
}

#perio_a2z ul.onglets_isbd_public div li:hover a {
  color: inherit;
}

#perio_a2z ul.onglets_isbd_public div li:hover {
  box-shadow: 0px 0px 0px 1px rgba(215, 215, 215, 1)inset;
  border-top: solid 1px #D7D7D7;
}

table.a2z_perio_list a {
  display: block;
  line-height: 16px;
  padding: 7px 0px;
  text-transform: none;
  font-size: 0.91em;
  color: #333;
}

table.a2z_perio_list a:hover {
  display: block;
  line-height: 16px;
  padding: 7px 0px;
  text-transform: none;
  font-size: 0.91em;
  color: #333;
}

ul.onglets_isbd_public li,
#perio_a2z ul.onglets_isbd_public li {
  background-color: rgb(93, 93, 93);
  border-bottom: none;
}

#perio_a2z ul.onglets_isbd_public li.isbd_public_active {
  background-color: rgb(255, 255, 255);
}

#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active {
}

#perio_a2z ul.onglets_isbd_public li:hover,
ul.onglets_isbd_public li.onglet_tags:hover {
  box-shadow: 0px 0px 0px 1px rgba(215, 215, 215, 1)inset;
  border-top: solid 1px #D7D7D7;
  background-color: #f8f8f8;
}

.notice-child ul .onglet_tags {
}

.notice-child ul .onglet_tags>a {
  display: block;
  float: left;
  margin-bottom: 0px;
  margin-right: 0px;
  margin: 0px 2px;
  position: relative;
  text-align: center;
  border: solid 0px #E9E9E9;
  border-bottom: none;
  border-radius: 0px 0px;
  height: 30px;
  line-height: 30px;
  background-color: #E9E9E9;
}

.notice-parent>img:first-child+img {
  /* vertical-align: text-bottom; */
  margin-right: 5px;
  position: static;
  left: 18px;
}

.notice-child ul .onglet_tags a {
  float: left;
  color: #565656;
}

#search .onglets_isbd_public .row {
  clear: none;
}

#resultatrech_container ul.onglets_isbd_public li a {
  display: block;
  padding: 0px 9px;
  text-decoration: none;
  color: #fff;
}

#resultatrech_container ul.onglets_isbd_public li.isbd_public_active a,
#resultatrech_container ul.onglets_isbd_public li a:hover {
}

ul.onglets_isbd_public li:first-child {
  margin: 0px 2px;
}

div div .onglet_basket {
  height: auto;
}

ul.onglets_isbd_public li.onglet_basket:hover {
}

ul.onglets_isbd_public div li:first-child {
  margin: 0px 1px;
}

ul.onglets_isbd_public li:first-child a {
}

ul.onglets_isbd_public li:first-child a:hover {
  text-decoration: none;
}

ul.onglets_isbd_public li img {
  vertical-align: middle;
}

ul.onglets_isbd_public li:hover {
}

ul.onglets_isbd_public li:hover a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

ul.onglets_isbd_public li.isbd_public_active a:before,
ul.onglets_isbd_public li:hover:before,
ul.search_tabs li:hover:before,
ul.empr_tabs li:hover:before,
ul.list_tabs li:hover:before,
ul.empr_tabs #current a:before,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a:before,
ul.empr_tabs li.subTabCurrent:before,
ul.search_tabs li#current:before,
ul.menuPreDef.EcotekGrey li:hover:before {
}

ul.onglets_isbd_public li.isbd_public_active a:after,
ul.onglets_isbd_public li:hover:after,
ul.search_tabs li:hover:after,
ul.empr_tabs li:hover:after,
ul.list_tabs li:hover:after,
ul.empr_tabs #current a:after,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a:after,
ul.empr_tabs li.subTabCurrent:after,
ul.search_tabs li#current:after,
ul.menuPreDef.EcotekGrey li:hover:after {
}

ul.onglets_isbd_public .onglet_basket img {
  vertical-align: middle;
}

#perio_a2z {
  margin: 0 auto;
  padding: 0 3%;
  border: solid 1px #d7d7d7;
  border-top: solid 0px #d7d7d7;
}

.row {
}

#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active:after {
  width: 16px;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  margin-left: -8px;
}

#perio_a2z-container>ul.onglets_isbd_public>li:first-child {
  margin: 0px 4px 5px 0px;
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
}

#perio_a2z ul.onglets_isbd_public li:first-child {
}

#perio_a2z ul.onglets_isbd_public div div .isbd_public_inactive,
#perio_a2z ul.onglets_isbd_public div div .isbd_public_active {
  margin-top: 0px;
  font-weight: 400;
}

table.a2z_perio_list tr td {
  border-bottom: 1px solid #cfcdcb;
  padding-bottom: 3px;
}

.perio_title,
.bull_title {
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}

#perio_a2z ul.onglets_isbd_public li.onglet_basket:hover,
.notice-child ul .onglet_tags>a:hover {
}

ul.onglets_isbd_public li.onglet_tags {
  background-color: #E9E9E9;
  border: solid 2px #E9E9E9;
}

#container #main div.a2z_perio_list {
  height: auto;
  overflow: visible;
  z-index: 1000;
  background-color: transparent;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 12px;
}

table.a2z_perio_list {
  width: 150px;
  height: auto !important;
  line-height: 18px;
  padding: 10px 0px;
}

#a2z_perio .bg-grey {
  border-color: #f9f9f9;
}

.a2z_perio h3 {
  height: auto;
  line-height: normal;
}

#a2z_perio #form_search_bull form {
  padding-top: 10px;
}

#a2z_perio #form_search_bull input[type="text"] {
  width: 70%;
  display: inline;
  display: inline-block;
  margin: 0px 0px 3px 0px;
  margin-left: 2px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1px 0px rgba(10, 10, 10, 0.22) inset;
  border: 1px solid #333333;
}

#a2z_perio #form_search_bull input[type="text"]:hover {
  background-color: #fff;
}

#perio_a2z-container .onglets_isbd_public div div {
  background-color: transparent;
  clear: both;
  border-top: solid 4px transparent;
}

#perio_a2z-container .onglets_isbd_public div div li {
  margin-bottom: 5px;
}

ul.onglets_isbd_public li:first-child:hover {
}

ul.onglets_isbd_public li.onglet_basket:hover {
}

#a2z_perio > table {
  background-color: #f3f3f3;
  padding: 5px;
  border: solid 1px #E7E7E7;
  box-shadow: 0px 0px 0px 2px #fff inset;
}

#a2z_perio > table tr:nth-child(even) {
  background-color: #fdfdfd;
}
/* navbar 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#navbar {
  clear: both;
}

.navbar {
  line-height: normal;
}

.navbar img {
  vertical-align: middle;
}

#navbar input[type="text"] {
  margin: 0px;
}

#search #navbar_input_page {
  float: none;
  margin: 0;
  padding: 2px;
  border: 1px solid #F5F5F5;
  color: #170000;
  vertical-align: baseline;
  background-color: #f8f8f8;
}
/* searchtabs 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

ul.search_tabs,
ul.empr_tabs {

margin: 0;

padding: 0;

list-style: none;

border-bottom: 0px solid #ddd;

background: #fff;
}

ul.search_tabs li,
ul.empr_tabs li {

margin-bottom: -1px;

float: left;

position: relative;

z-index: 4;
}

ul.list_tabs li:after {
}

ul.search_tabs>li+li,
ul.empr_tabs>li+li,
ul.list_tabs>li+li {

}

ul.search_tabs>li:last-child,
ul.empr_tabs>li:last-child,
ul.list_tabs>li:last-child {
}

ul.search_tabs li a,
ul.empr_tabs li a {
  display: block;
  padding: 8px 12px 8px 12px;
  border-bottom-width: 0;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  background: #E7EBED url(./images/menubar_gradient.png) repeat-y scroll 0% 0%;
  text-align: center;
  margin: 0;
}
ul.search_tabs li#current a,
ul.empr_tabs li#current a {
  
border-color: #ddd;
border-bottom-color: transparent;
background: #f9f9f9;
color: #444;
}


ul.search_tabs li:hover a,
ul.empr_tabs li:hover a,
ul.list_tabs li:hover a {

}

ul.search_tabs li:hover,
ul.empr_tabs li:hover,
ul.list_tabs li:hover,
ul.empr_tabs #current {
}

#search_onglet ul.search_tabs li.current a,
#onglets_list ul.list_tabs li.current a {
}

#perio_a2z .onglets_isbd_public,
ul.onglets_isbd_public {
    margin-bottom:10px;
}

ul.onglets_isbd_public li.isbd_public_active,
ul.empr_tabs #current,
ul.search_tabs li#current,
ul.empr_tabs li.subTabCurrent,
ul.empr_tabs li.subTabCurrent:hover {

}

ul.empr_tabs li.subTabCurrent,
ul.empr_tabs li.subTabCurrent:hover {

}

ul.onglets_isbd_public li.isbd_public_active a,
ul.empr_tabs #current a,
ul.search_tabs li#current,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a,
ul.empr_tabs li.subTabCurrent {
}

#perio_a2z ul.onglets_isbd_public div li:hover,
ul.search_tabs li:hover,
ul.empr_tabs li:hover,
ul.list_tabs li:hover,
#perio_a2z ul.onglets_isbd_public div li:hover {

}

ul.onglets_isbd_public li.isbd_public_active a,
ul.onglets_isbd_public li:hover,
ul.search_tabs li:hover,
ul.empr_tabs li:hover,
ul.list_tabs li:hover,
ul.empr_tabs #current a,
ul.search_tabs li#current a,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a,
ul.empr_tabs li.subTabCurrent {

}

ul.onglets_isbd_public li.isbd_public_active a {
}

ul.onglets_isbd_public li.isbd_public_active a:before,
ul.onglets_isbd_public li:hover:before,
ul.search_tabs li:hover:before,
ul.empr_tabs li:hover:before,
ul.list_tabs li:hover:before,
ul.empr_tabs #current a:before,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a:before,
ul.empr_tabs li.subTabCurrent:before,
ul.search_tabs li#current:before,
ul.menuPreDef.EcotekGrey li:hover:before {
}

ul.onglets_isbd_public li.isbd_public_active a:after,
ul.onglets_isbd_public li:hover:after,
ul.search_tabs li:hover:after,
ul.empr_tabs li:hover:after,
ul.list_tabs li:hover:after,
ul.empr_tabs #current a:after,
#perio_a2z #perio_a2z-container li[id^='onglet_'].isbd_public_active a:after,
ul.empr_tabs li.subTabCurrent:after,
ul.search_tabs li#current:after,
ul.menuPreDef.EcotekGrey li:hover:after {
}

ul.onglets_isbd_public li:first-child {
}

ul.onglets_isbd_public .onglet_basket {
}

ul.onglets_isbd_public li:first-child:hover,
ul.onglets_isbd_public li::hover .onglet_basket {
}

ul.empr_tabs li.subTabCurrent a {
    color: #fff;
    background-color: #bd218a;
}
/* avanced search 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#search form .form-contenu .search_value .ext_search_txt,
.form-contenu input[type="text"] {
    /* max-width: 220px; */
  height: auto;
  min-height: 30px;
  background-color: #fff;
  border: solid 1px #AEAEAE;
}

#search form .form-contenu select {
  margin-right: 10px;
  width: auto;
  max-width: 85%;
  min-height: 25px;
  margin: 0px;
  margin-bottom: 13px;
    /* float: left; */
  background-color: #FFFFFF;
}

#search form .form-contenu select[name^="field"],
#search form .form-contenu select.ext_search_txt[name^="field"] {
  width: 100%;
  padding: 0 4px;
}

#search .table-no-border td .search_critere {
  max-width: 99%;
  display: block;
  word-break: initial;
  padding-right: 5px;
}

.search_perso tr:first-child .search_value {
  display: inline-block;
  margin-right: 25px;
}

#search_form .form-contenu div.search_perso input[type="checkbox"] {
  float: none;
  vertical-align: inherit;
  margin-left: 7px;
}

#search_form > div > div.search_perso table td > span.search_dico > img {
  vertical-align: baseline;
  margin-left: 5px;
}
/* resultat de Recherche   
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#resultatrech,
#resultatrechBis {
}

#resultatrech>div.row {
  display: none;
}

#resultatrech h3 span {
  font-size: 1em;
}

#resultatrech span#titre_exemplaires {
  font-size: 1em;
}

#resultatrech .avis_detail span a {
  font-size: 15px;
  text-decoration: none;
}

#resultatrech_container {
  padding: 0px;
  padding-top: 0px;
  position: relative;
  clear: both;
}

#navbar {
  width: 97%;
  margin: 0 auto 15px;
}

#resultatrech_container a {color: #bd218a;}



#resultatrech_liste .notice-child table table td {
  max-width: 335px;
}

#resultatrech_liste .bg-grey {
  border-color: #fff;
}

#resultatrech_liste .notice-child table table td>a {
  display: inline-block;
  max-width: 99%;
  width: auto;
}

#resultatrech_container a h3 #titre_explnum,
#titre_explnum {
}

.notice-child table table td,
#notice table table td,
.parent table table td {
  max-width: 285px;
  padding: 5px;
}

div[id^=div_public] table {
  margin-bottom: 10px;
}

#main #resultatrech_see>h3 {
  width: auto;
  z-index: 999;
  background-color: transparent;
  border-radius: 0px;
  padding: 6px 15px;
  margin-bottom: 5px;
  padding-left: 0px;
  height: auto;
  line-height: normal;
  border: none;
  border-bottom: dotted #646464 1px;
  font-weight: 300;
}

#resultatrech_liste>img {
  vertical-align: middle;
}

#resultatrech_liste>a {
  padding: 0 2px;
  line-height: 11px;
}

#resultatrech_liste>a[href*='aff_module'] {
}

#resultatrech_liste>a:nth-of-type(3) {
  margin-left: 10px;
}

#aut_details_liste>a:nth-of-type(n+4) {
  margin-top: 10px;
}

#resultatrech_liste>span.search_bt_sugg,
#resultatrech_liste>span.affiner_recherche,
#resultatrech_liste>span.open_visionneuse,
#resultatrech_liste>span.addCart,
span.search_bt_external,
span.search_bt_sugg,
span.short_url,
#aut_details_liste span.addCart,
span.affiner_recherche {
  display: inline-block;
}

#resultatrech_liste>a:nth-of-type(n+3),
#aut_details_liste>a:nth-of-type(n+3),
.form_liste_lecture input[type="button"],
.form_liste_lecture input[type="submit"],
#print_options input[type="submit"].bouton,
#print_options input[type="button"].bouton,
#notice table td div>a,
.lienNotArt a,
#cart_action input[type="button"],
#resultatrech_liste>span.search_bt_sugg a,
#resultatrech_liste>span.affiner_recherche a,
#resultatrech_liste>span.open_visionneuse a,
#resultatrech_liste>span.addCart a,
#resultatrech_liste>a[href*='aff_module'],
span.search_bt_external a,
span.search_bt_sugg a,
span.short_url a,
span.affiner_recherche a,
#aut_details_liste span.addCart a {
  color: #6c6c6c;
  padding: 5px 10px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 4px;
  background-color: #F9F9F9;
  border: solid 1px rgb(239, 239, 239);
  border-radius: 0px;
  font-weight: 400;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  text-decoration: none;
}

.addthis_toolbox {
}

#notice table td div.addthis_toolbox>a {
  background-color: #fff;
  border: solid 1px #fff;
}

#notice table td div.addthis_toolbox>a:hover {
  background-color: #fff;
  border: solid 0px #fff;
}

#resultatrech_liste>a:nth-of-type(4) {
  margin-left: 10px;
}

#resultatrech_liste>span.triSelector,
#aut_details_liste>span.triSelector {
  margin-left: 10px;
  display: inline-block;
}

#aut_details_liste>span+span {
  margin-left: 10px;
}

#resultatrech_liste>a:nth-of-type(n+3):hover,
#aut_details_liste>a:nth-of-type(n+3):hover,
.form_liste_lecture input[type="button"]:hover,
.form_liste_lecture input[type="submit"]:hover,
#print_options input[type="submit"].bouton:hover,
#print_options input[type="button"].bouton:hover,
#notice table td div>a:hover,
.lienNotArt a:hover,
#resultatrech_liste>span.search_bt_sugg a:hover,
#resultatrech_liste>span.affiner_recherche a:hover,
#resultatrech_liste>span.open_visionneuse a:hover,
#resultatrech_liste>span.addCart a:hover,
#resultatrech_liste>a[href*='aff_module']:hover,
span.search_bt_external a:hover,
span.search_bt_sugg a:hover,
span.short_url a:hover,
span.affiner_recherche a:hover,
#aut_details_liste span.addCart a:hover {
  text-decoration: none;
  color: #5f5f5f;
  background-color: #F1F1F1;
  text-shadow: none;
}

#resultatrech_liste>a:nth-child(1) {
}

#resultatrech_liste>input,
select,
textarea {
  display: block;
  max-width: 100%;
}

#resultatrech_liste>a[href="javascript:expandAll_ajax(1);"],
#resultatrech_liste>a[href="javascript:collapseAll()"],
#resultatrech_liste>a[title="Tris disponibles"],
#resultatrech_liste>a[href="javascript:expandAll_ajax(1);"]:hover,
#resultatrech_liste>a[href="javascript:collapseAll()"]:hover,
#resultatrech_liste>a[title="Tris disponibles"]:hover {
  background-color: transparent;
  border-color: transparent;
}

#resultatrech_liste>a[title="Tris disponibles"] {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

#resultatrech_liste>a[href*="javascript"] {
  background-color: none;
}

.expl_voisin_search {
}

.expl_voisin_search a,
.simili_search a {
  display: block;
  /* max-height: 50px; */
  overflow: hidden;
}

.expandAll {
}

.collapseAll,
.triSelector {
  margin-left: 8px;
}

#tris input[type="checkbox"] {
    margin: 0px;
    margin-bottom: 10px;
}

/* lvl1 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#lvl1,
#facette {
  position: relative;
}

#lvl1 a:hover,
#facette a:hover {
}

#lvl1 {
  border-radius: 0px 0px;
  border-bottom: none;
}

#lvl1>h3,
#facette_wrapper>h3 {
  margin-top: 0px;
}

#lvl1_list,
#facette form {
    /* padding-bottom: 50px; */
  margin: 0 auto;
  border-bottom: 15px solid transparent;
  height: auto!important;
  overflow: hidden;
}

#lvl1_list tbody tr {
  width: 90%;
    /* padding: 0px 5%; */
  ;
}

#lvl1 {
  border: 0px solid #006B8F;
}

#adresse,
#facette,
#lvl1 {
  position: relative;
  background-color: #5d5d5d;
  color: #FFFFFF;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin: 1px 0px 15px 0px;
  border: solid 0px rgba(0, 0, 0, 0.15);
}

#facette table,
#lvl1 table {
}

#facette a,
#lvl1 a {
  text-shadow: 0px 0px 0px;
  color: #fff;
}

#facette a:hover,
#lvl1 a:hover {
  text-decoration: underline;
}

#facette h3,
#lvl1 h3 {
  margin: 0;
}

#facette h3 img {
  vertical-align: middle;
}

#facette h3:before,
#lvl1 h3:before {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
    /* content: '\f0c9'; */
  font-size: 110%;
}

#lvl1 h3,
#lvl1_list {
}

#lvl1>h3 {
}

#lvl1_list {
    border-top: none;
    padding: 15px 20px 5px;
    display: block;
}

#lvl1_list tbody {
  margin: 0 auto;
}

#lvl1_list .current {
  color: #eee;
}
/* Facettes 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#facette {
}

#facette br {
  display: none;
}

#facette #active_facette {
  max-width: 100%;
  margin: 5px auto;
}

#facette #active_facette br {
  display: block;
}

#facette input[type="button"] {
  border-radius: 0px;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  margin: 0px 0px 0px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #fff;
  color: #414141;
}

#facette input[name="filtre"] {
  float: right;
  margin-right: 15px;
  background-color: #F9F9F9;
  border: solid 1px rgb(239, 239, 239);
}

#facette input[name="filtre"]:hover {
    color: #000;
    background-color: #F1F1F1;
}

#facette_wrapper {
}

table[id^='facette_list'] {
  width: 100%;
  margin: 0 auto;
}

table[id^='facette_list'] tr {
  padding: 4px 20px;
}

#facette_wrapper table th {
  text-align: left;
  padding: 2px 15px 2px 15px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 2px;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  font-weight: 300;
  font-size: 1.2em;
  color: #fff;
}

#facette input.bouton {
}

.facette_coche {
}

#facette_wrapper {
  border: 0px solid #006B8F;
}
/* Compare 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#facette form {
}

#compare_wrapper {
  margin-top: 15px;
}

#facette_compare,
#facette_groupby {
  max-width: 90%;
  margin: 10px auto;
}

#facette_wrapper > form > h3:first-child {
}

h3.facette_compare_MainTitle a {
  text-decoration: none;
}

#facette_wrapper > form > h3 > table > tbody > tr > td > a > img,
#facette_compare span.facette_compare img {
  width: 0px;
}

#facette_wrapper > form > h3 > table > tbody > tr > td > a:before,
.facette_compare_raz a:before,
#facette_compare span.facette_compare:before {
  content: "\f057";
  color: #4D4D4D;
  text-decoration: none;
  font-size: 25px;
}

#facette_compare span.facette_compare:before {
  font-size: 1.6em;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}

#facette_wrapper > form > h3 > table > tbody > tr > td > a:hover:before,
#facette_compare span.facette_compare:hover:before {
  text-decoration: none;
  text-shadow: 0px 0px 0px;
}

#facette_wrapper > form > h3.facette_compare_listTitle {
}

#facette_wrapper th.groupby_button:after {
  content: "\f0c5";
  font-size: 1.2em;
  text-shadow: 0px 0px 0px;
  color: #fff;
    /* background-color: #787878; */
  padding: 4px 8px;
  text-align: right;
  margin: 0;
  width: auto;
  border-radius: 4px;
  line-height: 17px;
  height: auto;
  cursor: pointer;
  float: right;
}

#facette_wrapper th.groupby_button img {
  width: 0;
}

#facette_compare > tbody > tr {
  border-bottom: dotted 1px rgba(219, 219, 219, 1);
  line-height: 24px;
}

#facette_compare > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.15);
}

#facette_compare > tbody > tr > td > p {
  padding: 5px 5px 5px 5px;
}

#compare_wrapper li {
}

#compare_wrapper li .img_basket {
  background-color: #F2F2F2;
  background-size: 70%;
  background-position: 50% 48%;
  border-radius: 4px;
  padding: 0px;
  margin-right: 5px;
  display: block;
    /* float: none; */;
}

#compare_wrapper li a+a {
  margin-left: 30px;
  display: block;
  color: #343434;
}

#compare_wrapper li .img_basket img {
}

#compare_wrapper li .img_basket {
  background-color: transparent;
}

tr[id^="compare_hidden"] > td:nth-child(even) {
  background-color: rgb(245, 245, 245);
}

#facette_wrapper tr > th:after {
  content: none;
}

#facette .facette_compare_SubTitle:before,
#facette .facette_compare_MainTitle:before {
  content: none;
}

.facette_compare_SubTitle img {
    /* display:none; */
  float: right;
  margin-top: 6px;
}
/* popup 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

@media and screen (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#make_sugg {
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.25);
  padding: 10px;
}

#make_sugg table {
  width: 480px;
}

#make_sugg .row,
#make_sugg-container {
  padding: 2%;
}

#make_sugg-container input[type="text"],
#comment {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: 10px;
  height: 27px;
  line-height: 15px;
  margin-top: -2px;
}

#make_sugg-container input#date_publi_sug {
    height: 27px;
    line-height: 11px;
}

#make_sugg-container select,
input[type="file"] {
  max-width: 400px;
  margin-left: 10px;
}

#make_sugg-container table tr td {
  max-width: 300px;
  vertical-align: top;
  padding-bottom: 15px;
}

#titre-popup {
}

form#f {
  margin-left: 10px;
}

.echelle_avis {
  padding: 7px;
}

.alerte {
  color: #ff0000;
  font-size: 14px;
}

#print_options {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
}

#print_options input {
  float: left;
}

#print_options input[type="submit"].bouton {
}

#print_options label {
  line-height: 13px;
}

#print_options b {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  display: block;#make_sugg-container input#date_publi_sug {
    height: 27px;
    line-height: 11px;
}
}

#print_options blockquote {
  margin-top: 5px;
  text-align: justify;
  margin-bottom: 15px;
}

#print_options blockquote input[name=emaildest] {
  float: none;
  display: block;
}

#print_options textarea {
  margin-top: 5px;
  max-width: 85%;
}

body#help_popup {
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: center top;
  background-image: url("./images/fond.gif");
}

#help-container {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  border: 2px solid #A8A8A8;
}

#help-container h2 {
  font-size: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #cccccc;
  clear: both;
  padding-bottom: 5px;
}

#help-container p,
#help-container ul {
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

.lien_ajout_avis a {
  margin-left: 10px;
}

#print_options input[type="submit"].bouton,
#print_options input[type="button"].bouton,
.form_liste_lecture input[type="button"],
.form_liste_lecture input[type="submit"] {
  color: #2f2f2f;
  border: none;
  padding: 4px;
  margin-right: 5px;
  border-radius: 0px;
}

#print_options input[type="submit"].bouton:hover {
    /* color: #fff; */
  ;
}

.form_liste_lecture {
  padding: 10px 0px;
}

.form-contenu hr {
  display: none;
}

form[name=export_form] input[type="radio"] {
  margin-top: 5px;
  margin-right: 3px;
}

#print_options {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
  line-height: 20px;
}

#print_options b {
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  display: block;
}

#print_options blockquote {
  margin-top: 5px;
  text-align: left;
  margin-bottom: 15px;
  margin: 5px 0px;
  padding: 0px;
}

#print_options textarea {
  margin-top: 5px;
  max-width: 85%;
}

#print_options input {
  float: left;
  margin-top: 5px;
}

#print_options input[type="submit"].bouton {
}

#print_options label {
  line-height: 20px;
  display: inline;
}

.popup_connexion_empr {
  color: #333;
}

.popup_connexion_empr h3 {
}

.popup_connexion_empr blockquote {
  padding: 10px 10px;
  border: solid 1px #eee;
  background-color: #F7F7F7;
  max-width: 600px;
}

.popup_connexion_empr input[type="text"],
.popup_connexion_empr input[type="password"] {
  width: 98%;
    /* color: #000; */
  border-radius: 0px;
  display: block;
  height: 35px;
  line-height: 20px;
  margin-top: 2px;
  float: none;
  margin-bottom: 2px;
  background-repeat: no-repeat;
}

.popup_connexion_empr input[type="password"] {
}

.popup_connexion_empr input[type="submit"] {
  width: 30%;
  font-size: 1.2em;
  border: solid 1px #E6E6E6;
}

.mediaBib iframe {
  background-color: #F5F5F5;
  padding: 2px;
  border: solid 1px #E1E1E1;
  max-width: 100%;
}
/* avanced search
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#search form .form-contenu .search_value .ext_search_txt,
.form-contenu input[type="text"] {
    /* max-width: 220px; */
  height: auto;
  min-height: 22px;
}

#search form .form-contenu select {
  margin-right: 10px;
  width: auto;
  padding-right: 5px;
    /* max-width: 85%; */
  min-height: 0;
  margin: 0px;
  margin-bottom: 13px;
}

#search form .form-contenu textarea[name^="field"],
#search form .form-contenu select[name^="field"] {
  width: 280px;
}

#search .table-no-border td .search_critere {
  max-width: 110px;
  display: block;
  word-break: initial;
  padding-bottom: 10px;
}
/* Tris 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#frame_notice_preview {
  border: solid 2px #888;
  z-Index: 9001;
  position: absolute;
  background-color: #F8F8F8;
  width: 720px;
  height: 540px;
  padding: 20px;
  box-shadow: 1px 1px 1px 1px rgba(32, 48, 107, 0.36);
}

#frame_notice_preview h3 {
  color: #fff;
}

#frame_notice_preview a {
}

#frame_notice_preview input[type="submit"] {
  margin-top: 10px;
}

#search form select {
  width: 85%;
}

.ext_search_txt {
  width: 75%;
}
/* Historique des recherche   
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#main form[name="cases_a_cocher"]>b {
  font-size: 130%;
  margin-left: 5px;
}

#main form input[type=checkbox] {
  vertical-align: top;
}

#main form[name="cases_a_cocher"] a>b {
  color: #bd218a;
}

#history_action,
#main_hors_footer>form[action*="history"] {
  margin-bottom: 15px;
  width: 99.5%;
  margin: 0 auto;
    /* background-color: #F2F2F2; */
  padding: 10px 10px;
  border: solid 0px #111;
}

#main_hors_footer>form[action*="history"] a {
  color: #525252;
}

#history_action .bouton {
  font-size: 1.1em;
}
/* resultat de Recherche   
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#resultatrech,
#resultatrechBis {margin-top: 0;}

#resultatrech .categ_colonne {
    background-color: #e9e8e9;
    margin-bottom: 15px;
    padding: 15px 20px;
}

#resultatrech .categ_colonne a {
    text-decoration: none;
    color: #000000;
    font-size: 100%;
    font-weight: 500;
}

#resultatrech .categ_colonne.renvoi_colonne b {
  display:block;
  font-weight:500;
  font-style:italic;
}

#resultatrech .categ_colonne a img {
    display: none;
}

#resultatrech .categ_colonne a {}

#resultatrech>div.row {
  display: none;
}

#resultatrech h3 span {
  font-size: 1em;
}

span.StatutPartN {
    padding-right: 0;
}

#resultatrech span#titre_exemplaires {
  font-size: 1em;
}

#resultatrech .avis_detail span a {
  font-size: 15px;
  text-decoration: none;
}

#resultatrech_container {
  padding: 0px;
  padding-top: 0px;
  position: relative;
  clear: both;
}

#navbar {
  width: 100%;
  margin: 15px auto 15px;
  display: block;
}

#navbar>hr {
    display: none;
}

#resultatrech_container blockquote {
    font-size: 12px;
}

#resultatrech_container a {}

#resultatrech_container h3 a {
    color: #000;
}

#resultatrech_container .docNumN a{color:#000;}

#resultatrech_liste .notice-child table table td {
  max-width: 335px;
}

#resultatrech_liste .bg-grey {
  border-color: #fff;
}

#resultatrech_liste .notice-child table table td>a {
  display: inline-block;
  max-width: 99%;
  width: auto;
}

#resultatrech_container a h3 #titre_explnum,
#titre_explnum {
}

#notice h3>span {
    background-color: #ffffff;
    padding-right: 20px;
    position: relative;
}

.docnum .vignette_doc_num {
  display:none;
}

.docnum .explnum_type {
    font-style: italic;
}

.docnum .title_docnum {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.notice-child table table td,
#notice table table td,
.parent table table td {
  max-width: 285px;
  padding: 2px 5px;
}

div[id^=div_public] table {
  margin-bottom: 10px;
}

#main #resultatrech_see>h3 {
  width: auto;
  z-index: 999;
  background-color: transparent;
  border-radius: 0px;
  padding: 6px 15px;
  margin-bottom: 5px;
  padding-left: 0px;
  height: auto;
  line-height: normal;
  border: none;
  border-bottom: dotted #646464 0px;
  font-weight: 500;
}

#main #resultatrech_see>h3 strong {
    font-weight: 500;
}

#resultatrech_liste>img {
  vertical-align: top;
}

#resultatrech_liste>a {
  padding: 0 2px;
  line-height: 11px;
}

#resultatrech_liste>a[href*='aff_module'] {
}

#resultatrech_liste>a:nth-of-type(3) {
  margin-left: 10px;
}

#aut_details_liste>a:nth-of-type(n+4) {
  margin-top: 10px;
}

#resultatrech_liste>span.search_bt_sugg,
#resultatrech_liste>span.affiner_recherche,
#resultatrech_liste>span.open_visionneuse,
#resultatrech_liste>span.addCart,
span.search_bt_external,
span.search_bt_sugg,
span.short_url,
#aut_details_liste span.addCart,
span.affiner_recherche {
  /* display: inline-block; */
  /* vertical-align: top; */
}

#resultatrech_liste>a:nth-of-type(n+3), #aut_details_liste>a:nth-of-type(n+3), .form_liste_lecture input[type="button"], .form_liste_lecture input[type="submit"], #print_options input[type="submit"].bouton, #print_options input[type="button"].bouton, #notice table td div>a, .lienNotArt a {
  color: #ffffff;
  padding: 8px 10px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #000000;
  border: solid 0px rgb(239, 239, 239);
  border-radius: 0px;
  font-weight: 400;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  text-decoration: none;
}

#cart_action input[type="button"] {
  transition:all 0.5s;
  color: #6c6c6c;
  padding: 5px 10px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 4px;
  background-color: #F9F9F9;
  border: solid 1px rgb(239, 239, 239);
  border-radius: 0px;
  font-weight: 400;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  text-decoration: none;
}

#cart_action input[value="Ok"].bouton:hover {
  background-color: #025e68;
}

#resultatrech_liste>span.search_bt_sugg a, #resultatrech_liste>span.affiner_recherche a, #resultatrech_liste>span.open_visionneuse a, #resultatrech_liste>span.addCart a, #resultatrech_liste>a[href*='aff_module'], span.search_bt_external a, span.search_bt_sugg a, span.short_url a, span.short_url_permalink a, #aut_details_liste span.addCart a {
  text-decoration: none;
  color: #5d5d5d;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.5s;
  border-radius: 0;
  border: none;
}

#resultatrech_liste>span.search_bt_sugg a:before {

}

#resultatrech_liste>span.addCart a:before {

}

#resultatrech_liste>span.affiner_recherche a:before {

}

a.addthis_button_facebook_like iframe {
  width: 100%!important;
}
div#el10208addthis {}

#notice table td div.addthis_toolbox>a {
  background-color: #fff;
  border: solid 0px #fff;
}

#notice table td div.addthis_toolbox>a:hover {
  background-color: #fff;
  border: solid 0px #fff;
}

#resultatrech_liste>a:nth-of-type(4) {
  margin-left: 10px;
}

#resultatrech_liste>span.triSelector,
#aut_details_liste>span.triSelector {
  margin-left: 0px;
  display: inline-block;
}

span.triSelector img {
    margin-bottom: 0;
}

span.triSelector {
    margin-right: 10px;
}

#aut_details_liste>span+span {
  margin-left: 10px;
}

#resultatrech_liste>a:nth-of-type(n+3):hover,
#aut_details_liste>a:nth-of-type(n+3):hover,
.form_liste_lecture input[type="button"]:hover,
.form_liste_lecture input[type="submit"]:hover,
#print_options input[type="submit"].bouton:hover,
#print_options input[type="button"].bouton:hover,
#notice table td div>a:hover,
.lienNotArt a:hover {
  text-decoration: none;
  color: #ececec;
  background-color: #000000;
  text-shadow: none;
}

#resultatrech_liste>span.search_bt_sugg a:hover,
#resultatrech_liste>span.affiner_recherche a:hover,
#resultatrech_liste>span.open_visionneuse a:hover,
#resultatrech_liste>span.addCart a:hover,
#resultatrech_liste>a[href*='aff_module']:hover,
span.search_bt_external a:hover,
span.search_bt_sugg a:hover,
span.short_url a:hover,
span.short_url_permalink a:hover,
span.affiner_recherche a:hover,
#aut_details_liste span.addCart a:hover {background-color: transparent;opacity: 1;}

#resultatrech_liste>a:nth-child(1) {
}

#resultatrech_liste>input,
select,
textarea {
  display: block;
}

#resultatrech_liste>a[href="javascript:expandAll_ajax(1);"],
#resultatrech_liste>a[href="javascript:collapseAll()"],
#resultatrech_liste>a[title="Tris disponibles"],
#resultatrech_liste>a[href="javascript:expandAll_ajax(1);"]:hover,
#resultatrech_liste>a[href="javascript:collapseAll()"]:hover,
#resultatrech_liste>a[title="Tris disponibles"]:hover {
  background-color: transparent;
  border-color: transparent;
}

#resultatrech_liste>a[title="Tris disponibles"] {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

#resultatrech_liste>a[href*="javascript"] {
  background-color: none;
}

.expl_voisin_search {
}

.expl_voisin_search a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    padding: 0 10px;
    display: block;
}

.expl_voisin_search a,
.simili_search a {
  /* display: block; */
  /* max-height: 50px; */
  overflow: hidden;
}

.expandAll {
}

.collapseAll,
.triSelector {
  margin-left: 8px;
}

#resultatrech_liste span.addCart {
    height: 25px;
    line-height: 25px;
    vertical-align: top;
}

div#resultatrech > h3 {
    background-color: transparent;
    font-size: 24px;
}

#main #resultatrech #resultatrech_see>h3{
    color:#000;
    font-size:16px;
}

#aut_details #aut_details_liste > h3 {
    display: none;
}

#authority_display_table > div > h3 {
    background-color: transparent;
    color: #5d5d5d;
    margin: 0;
    padding-left: 0;
}

#aut_details > h3 {
    padding: 5px 15px;
    color: #be1b8b;
    font-weight: 400;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
    font-size: 24px;
}

#authority_display_table > .publisherlevel2 > h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

#aut_details {
    margin: 0;
}

/* affichage notices 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/


.panier_avis_notCourte{
	/* min-width: 190px; */
	margin-left: 72%;
}

.panier_avis_notCourte>a {
    text-decoration: none;
}

#resa_notice {/* float: none; *//* display: block; *//* margin-top: 10px; */}

#resa_notice a span+span {
    margin-left: 15px;
}

#resa_notice h3 a:before {content: none;}

#pmbopac #resa_notice h3 a {
  font-size: 100%;
  font-weight: 500;
  margin-left: 0px;
  color: #8ab926;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.dispoLien_notice a {
  font-size: 100%;
  font-weight: 500;
  margin-left: 0px;
}

.notice_dispo {
  color: #8ab926;
}

.notice_deRetour {
    color: #ff9f31;
}

#resa_notice h3 {
    font-size: 100%;
    font-weight: 400;
}

.onglet_basketNotCourte, .avisNCourte, .statutPartN,
.onglet_basketNot, .avisN {
    background-color: transparent;
}

.onglet_basketNot {}

div.avisN {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.avisN a:hover {
    color: #000000;
    text-decoration: none;
}

.avisN a {
    font-weight: normal;
    padding-left: 10px;
    color: #000;
}

.statutPartN {
      min-height: 35px;
}

span.StatutPartN {
    background-color: transparent;
    color: #000000;
}

span.StatutPartN:before {

}

.dispoLien_notice a{text-decoration: none;}

.onglet_basketNotCourte .img_basketNotCourte img, 
span.imgComment, 
span.imgStatutPartN, 
.onglet_basketNot .img_basketNot img, 
#blocNotice_descr ul.onglets_isbd_publicNot .isbd_public_active a {
	background-color: transparent;
	border-radius: 0px;
	padding: 0;
	border-radius: 2px;
}

.onglet_basketNot .img_basketNot img {
    margin-right: 0;
}

span.imgComment img.imgComment, span.imgStatutPartN img.imgStatutPartN, .imgDocNum>img {
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 3px;
}

span.imgStatutPartN {
    float: left;
    margin-right: 10px;
}

#blocNotice_descr ul.onglets_isbd_publicNot .isbd_public_active a {
    background-color: #e7e7e7;
}

#blocNotice_descr ul.onglets_isbd_publicNot .isbd_public_active a span {}

#blocNotice_descr ul.onglets_isbd_publicNot li:hover a span {}

#blocNotice_descr ul.onglets_isbd_publicNot a:hover {}

#blocNotice_descr ul.onglets_isbd_publicNot a {}

.parentNotCourte {
  background-color:transparent;
  border-bottom: 1px solid #efefef;
}

.asideContentNot {width: 24%;margin-right: 25px;}

#blocNotice_descr .statutPartN {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.notice_contenu {
    margin-left: 26%;
}

.infoCompl_notCourte span, .plusN a {
    font-weight: normal;
    color: #000000;
}

.infoCompl_notCourte {
    font-style: normal;
    font-weight: normal;
}

.resume_notCourte span {
    font-style: italic;
    line-height: 20px;
    color: #000000;
}

.resume_notCourte {
    margin-bottom: 10px;
}

.title_notCourte h3 a {
    font-size: 100%;
    font-weight: 600;
    color: #000;
}

#pmbopac .title_notCourte h3 {font-size: 1.2em;background-color: transparent;margin: 0;padding: 0;margin-bottom: 5px;}

.notice_corps {
    width: 54%;
}

#boutonRetour a {
    color: #000000;
}

.descr_notice td {
    min-width: 170px;
}

.descr_notice .labelNot {font-weight: 500;}

.record_relation_down .labelContent li {	
margin: 0px 0 10px;
}

span.title_relation {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

span.title_relation:first-letter {
    text-transform: uppercase;
}

.onglet_basketNot {
    margin-top: 15px;
}

div[class='onglet_basketNotCourte'] a span:nth-child(1) {
    background-color: transparent;
}

div[class='onglet_basketNotCourte'], div[class='avisNCourte'], div[class='tagsNCourte'], div[class='listeLectureNCourte'] a, div[class='suggestNCourte'], div[class='onglet_basketNot'] a.img_basketNot, div[class='tagsN'], div[class='suggestN'], div[class='docnumNCourte docnumNCourtePermalink'], div[class='docnumNCourte'], div[class='listeLectureN'] a, div.listeLectureN, .listeLectureNCourte {
    background-color: transparent;
    font-size: 100%;
}

div.lienP {
    display: none;
}

div.tagsN {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e8e9;
}

span.img_permalink, span.imgTag, span.imgSuggest, .listeLectureN a span:first-child {
    padding: 0;
    background-color: transparent;
}

div[class='docnumNCourte'] {}

span.docNumN {
    padding: 0;
}

div[class='docnumNCourte'] span:nth-child(2) {
    padding: 0;
}

div[class='onglet_basketNotCourte'] {
}

.dispoLien_notice, 
.record_lien, 
.docnumNCourte,
div[class='avisNCourte'] {
    /* float: right; */
    /* padding-top: 5px; */
    /* margin: 0 5px; */
    /* display: block; */
    /* margin-bottom: 10px; */
}

.panier_avis_notCourte .record_lien span+span {
    margin-left: 15px;
}

.avisNCourte a {
    /* font-size: 0; */
    margin-left: 0;
    color: #000000;
}

div[class='avisNCourte']  span:nth-child(1) img {
    height: auto;
}

.avisNCourte a+a:before {
    content:none;
}

div[class='avisNCourte'] span:nth-child(1) {
    padding: 0;
    float: none;
    height: 100%;
    line-height: normal;
    vertical-align: -webkit-baseline-middle;
}

div[class='avisNCourte'] span.imgComment {
    height: 30px;
    vertical-align: bottom;
}

div[class='avisNCourte'] span.imgComment img {}

span.only_stars {
    vertical-align: top;
}

.avisNCourte a:hover {
  text-decoration:none;
}

.avisNCourte a:before {
  
}

.notice_nonDispo {color: #ec2d2d;}

.dispo_notice_reduite a {
    color: #000000;
    text-decoration: none;
}

.dispo_notice_reduite a .msg_dispo {
    margin-left: 15px;
}

.notice_nonDispo:before {
}

.record_lien a,
.docNumN a {
  /* font-size:0; */
  /* color: #000000; */
  /* text-decoration: none; */
}

.descr_notice .record_lien a {
    font-size: 100%;
}

.descr_notice .record_lien {
    display: table-row;
}


span.imgDocNum {padding: 0;background-color: transparent;margin-bottom: 10px;}

#exempl_titleNot {
      font-weight: 600;
      font-size: 1.2em;
}

#cms_module_record_217 #exempl_titleNot {}

.record_tit1 {
}

.record_tit1 .StatutPartN:before {
    margin-top: 5px;
}

div[class='onglet_basketNotCourte'] a span:nth-child(2), 
div[class='avisNCourte'] span:nth-child(2), 
div[class='tagsNCourte'] span:nth-child(2), 
div[class='suggestNCourte'] span:nth-child(2), 
div[class='listeLectureNCourte'] a span:nth-child(2), 
div[class='onglet_basketNot'] a span:nth-child(2), 
div[class='tagsN'] span:nth-child(2), 
div[class='suggestN'] span:nth-child(2), 
div[class='docnumNCourte docnumNCourtePermalink'] span:nth-child(2), 
div[class='docnumNCourte'] span:nth-child(2), 
div[class='listeLectureN'] a span:nth-child(2),
.lienP {
    background-color: transparent;
    font-size: 100%;
    padding: 0 0 0 15px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}

div[class='listeLectureNCourte'] a:hover {
    text-decoration: none;
}

div[class='docnumNCourte'] span.docNumN {
    display: inline-block;
    padding: 0 0 0 14px;
    line-height: 30px;
    vertical-align: top;
}

.tagsN a, .suggestsN a, .listeLectureN a, .docnumNCourtePermalink a, span.docNumN a, a.listeLectureN span {
    text-decoration: none;
    color: #000;
    font-size: 100%;
}

.tagsN a:hover,
.suggestsN a:hover,
.listeLectureN a:hover,
.docnumNCourtePermalink a:hover, 
span.docNumN a:hover, 
a.listeLectureN span:hover {
    text-decoration: none;
    color:#000000;
}

div[class='avisNCourte'] span:nth-child(2) {
  display:inline-block;
  font-style: normal;
  vertical-align: super;
}

span.label_basketNot {
    /* color: #bf2327; */
}

.onglet_basketNotCourte .img_basketNotCourte {
  background-color:transparent;
  color: #000000;
  font-size: 100%;
}

a.img_basketNotCourte:hover {
    text-decoration: none;
}

.plusN a {
    color: #bd218a;
    margin-top: 5px;
    display: block;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
}

.plusN a:hover {
    text-decoration: none;
}

.plusN {
}

.plusN a:before {

}

.lienP {
    border:0px;
}

.imgDocNum>img {height: auto;line-height: normal;}

.vignetteNot {
    border: 0px;
    max-height: 160px;
    width: auto;
}

.vignetteDocNot {
    text-align: center;
}	

blockquote {
    font-size:14px;
}

.short_url_permalink a:hover,
.affiner_recherche a:hover, 
.short_url a:hover, 
.search_bt_sugg a:hover,
.addCart a:hover{
    opacity:0.7;
}

.short_url_permalink a,
.affiner_recherche a, 
.short_url a, 
.search_bt_sugg a,padding-top
.addCart a{
	font-size:0px
}

.short_url_permalink a:before {
    content: url('./images/link.png');
    margin: 0 8px;
}

.addCart a:before {
    content: url('./images/basket_rouge.png');
    margin: 0 8px;
}

.printSearchResult a:before {
    content: url('./images/print.png');
    margin: 0 8px;
}

.printSearchResult a:hover {
    opacity:0.7;
}

.printSearchResult a img {
    display:none;
}

.short_url a:before {
    content: url('./images/rss.png');
    margin: 0 8px;
}

.search_bt_sugg a:before {
    content: url('./images/suggestion.png');
    margin: 0 8px;
}

div[class="onglet_basketNotCourte"] a span:nth-child(1), .listeLectureN a span:first-child, span.ExtnotCom.imgListeLecture, span.ExtnotCom.imgListeLecture {
    background-color: #787878;
    padding: 10px 9px 9px 10px;
}

div[class='onglet_basketNotCourte'] a.img_basketNot span:nth-child(1) {
    background-color: #be1c8c;
}

div[class="onglet_basketNotCourte"] a .icon_basketNot.notInBasket {
    background-color: #be1b8b;
}

.onglet_basketNot .icon_basketNot {
    background-color: #787878;
    padding: 10px 10px 9px 9px;
}

.onglet_basketNot .img_basketNotCourte.img_basketNot .icon_basketNot, .onglet_basketNot  .icon_basketNot.notInBasket {
    background-color: #bd218a;
}

span.imgComment, span.imgDocNum {
    background-color: #787878;
    padding: 3px 8px 9px 9px;
    display: inline-block;
    margin:0;
}

.statutPartN span.imgStatutPartN {
    background-color: #787878;
    padding: 8px;
    border-radius: 0;
}


body #main .panier_avis_notCourte .statutPartN img.imgStatutPartN,
body #main .statutPartN img.imgStatutPartN {
    max-width: 19px;
    display:block;
}

p.typeDoc_notCourte {
    margin-top: 10px;
}

#notice span#titre_explnum {
    background-color: transparent;
}

#blocNotice_descr ul.onglets_isbd_publicNot li a, #blocNotice_descr ul.onglets_isbd_publicNot li.isbd_public_active a {
    color:#fff;
    background-color:#5d5d5d;
}

#docnum h3 {
    margin-bottom: 25px;
}

.icon_basketNot img {
    display: block;
}

.docnum center {
    padding: 5px 0 10px;
}

span.affiner_recherche, .triContainer span.sort {
    display: none;
}

.socialNetworkN path {
    display: none;
}

.socialNetworkN .at-icon-wrapper {
    text-align: center;
    float: left;
}

.socialNetworkN .at-icon-wrapper::before {
    content: "\f067";
    color: #fff;
    font-size:20px;
    margin:2px 4px;
}

.socialNetworkN .addthis_button_compact.at300m:after {
    content: "Faire suivre";
    clear: both;
    height: 32px;
    display: inline-block;
    margin-left: 15px;
    line-height: 32px;
}

#notice .addthis_button_compact.at300m,
#resultatrech_container .addthis_button_compact.at300m {
    color: #000;
}

#notice .addthis_button_compact.at300m {
    margin-bottom: 15px;
}

.descr_notice {
    margin-top: 10px;
}

.notice_contenu #exempl_titleNot {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 15px;
}

.notice_contenu .typeDoc_notCourte {
    line-height: 21px;
    vertical-align: middle;
    height: 30px;
    display: inline-block;
}

.record_resume {
    font-style: italic;
}

.imgAside {
    min-width: 33px;
    margin-right: 15px;
    max-width: 33px;
}

.relations a,
.docnumAside a {
    color:#000;
}

.relations,
.docnumAside {
    margin-bottom: 15px;
}

.lienP a {
    color: #bd218a;
}

.vignetteimgNot {
    margin-bottom: 20px;
}

.onglet_basketNot {
    margin-bottom:15px;
}

table.descr_notice {
    font-size: 14px;
}

/* Page autorite
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#aut_details_container {
}

#aut_details>h3 {}

#aut_details_container>#aut_details_liste>h3:after {
}

#main_hors_footer>#aut_details>h3 span {
}

.authorlevel2>h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #626262;
}

.authorlevel2>p {
  font-size: 1.25em;
  margin-bottom: 5px;
  color: #222;
}

.authorlevel2>ul {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #222;
}

.authorlevel2>ul li {
  width: 33%;
  float: left;
  padding: 2px 60px 2px 0px;
  list-style-type: square;
  list-style-position: inside;
  color: #ED5923;
}

#aut_details #resultatrech_liste {
  margin-top: 10px;
  float: left;
  width: 70%;
}

#aut_details_liste #resultatrech_liste {
  width: auto;
  float: none;
}

#aut_details_liste>span.expandAll:before {
}

#aut_details_liste>span {
  display: block;
  float: left;
}

.collapseAll {
}

#aut_details_liste>blockquote {
  clear: left;
}

#aut_details_liste {
    /* width: 70%; */
    /* float: left; */
  ;
}

#aut_details_liste>h3 span.aut_details_liste_titre {
  font-size: 1em;
}

.aut_see {
}

.aut_see a {
  text-decoration: none;
}

.aut_see td {
  padding: 2px 0;
}
/* Compte empr 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

ul.empr_tabs:after {
  content: " ";
  display: block;
  clear: both;
}

ul.empr_tabs li {
}

#empr_onglet {
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  border: solid 0px #eee;
  border-bottom: none;
  background-color: transparent;
  border-top: solid 0px transparent;
}

ul.empr_tabs {
}

ul.search_tabs li:hover,
ul.empr_tabs li:hover,
ul.list_tabs li:hover,
ul.empr_tabs #current {
  color: #444;
  border-top-color: #7AC6C2;
  text-decoration: none;
}

ul.empr_tabs li#current a,
ul.list_tabs li#current a {
  font-weight: normal;
  background-color: inherit;
  color: #fff;
  border-radius: 0px;
}

#onglets_list ul.list_tabs {
  background-color: transparent;
}

#onglets_list ul.list_tabs li {
  min-height: 1px;
  border: none;
  line-height: normal;
}

ul.empr_subtabs {
  list-style: none;
  margin: 0px;
  text-align: right;
  min-height: 55px;
  padding: 10px 0px 0px 0px;
  background-color: #ffffff;
  border: none;
  border: none;
  border-bottom: none;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}

ul.empr_subtabs li,
#change-password input[type="button"] {
}

ul.empr_subtabs li:nth-of-type(n+1) {
}

ul.empr_subtabs:nth-of-type(1) {
  padding-left: 15px;
}

ul.empr_subtabs li:hover {
}

ul.empr_subtabs li a,
ul.list_tabs li a {
  cursor: pointer;
  display: block;
  height: auto;
  width: auto;
  text-align: center;
  font-family: inherit;
  color: #000000;
  text-decoration: none;
}

ul.empr_subtabs li a:hover {
  text-decoration: none;
}

.bg-grey {
    background-color: #ffffff;
    border: none;
    margin: 5px;
    color: #000;
}

.parent table table td.bg-grey {
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

.fiche-lecteur .bg-grey {
  background-color: #ffffff;
  border: none;
  color: #000;
  padding: 3px 5px;
  vertical-align: middle;
  text-shadow: none;
}

#fiche-empr h3 {
  margin-bottom: 10px;
  color: #111;
  font-size: 0.93em;
}

#empr-resa h3 {
  margin-top: 0px;
}

#empr-resa small form input[type="button"] {
  margin-top: 10px;
}

#empr-resa small form input[type="button"],
ul.empr_subtabs li,
#change-password input[type="button"],
#onglets_list ul.list_tabs li,
#empr-all input.bouton {
  display: block;
  color: #8A878A;
  cursor: pointer;
  font-size: 1em;
  width: auto;
  height: auto;
  text-align: center;
  margin-bottom: 0px;
  font-weight: normal;
  padding: 4px 8px;
  margin-right: 10px;
  border: solid 1px #EBEAEA;
  background-color: #eaeaea;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgba(76, 77, 119, 0.12);
  margin-bottom: 8px;
  float: left;
  text-transform: none;
}

#change-password input[type="button"] {
  font-size: 1.1em;
  margin-top: 10px;
}

#empr-resa small form input[type="button"]:hover,
ul.empr_subtabs li:hover,
#change-password input[type="button"]:hover,
ul.empr_subtabs li.subTabCurrent {
}

ul.empr_subtabs li.subTabCurrent,
ul.empr_subtabs li:hover,
#empr-resa small form input[type="button"]:hover,
#onglets_list ul.list_tabs li:hover,
#onglets_list ul.list_tabs li.current,
#change-password input[type="button"]:hover,
#empr-all input.bouton:hover {
  background: #eaeaea;
  border: solid 1px #EBEAEA;
}

#main_hors_footer>div:last-child {
  margin-bottom: 15px;
}

#empr_onglet,
#fiche-empr {
  width: 99.5%;
}

#fiche-empr,
#empr-all,
#empr-late,
#empr-old,
#empr-resa,
#empr-dsi,
#empr-sugg,
#empr-list,
#empr-dema,
#change-password {
  margin: 0 auto;
  clear: both;
  width: 99.5%;
  padding: 0px 10px 15px;
  background-color: #ffffff;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
  border-radius: 0px 0px 0px 0px;
  border: none;
  border-top: none;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  color: #5d5d5d;
  /* overflow-x: scroll; */
}

#empr-all {
  background-image: none;
}

#empr-late > form {
  color: #fff;
  padding-bottom: 10px;
}

#fiche-empr > h3 > span,
#empr-late > h3 > span,
#empr-sugg > h3,
#empr-resa h3 {
}

#fiche-empr {
  font-size: 1.145em;
}

#empr-resa h3 {
  padding-top: 5px;
  position: static;
  background-color: transparent;
  width: auto;
}

.form_liste_lecture .form-contenu .row .colonne2 .row textarea {
  max-width: 355px;
}

.form_liste_lecture h3 {
  margin-top: 20px;
}

#fiche-empr h3 {
  margin-bottom: 10px;
  background-color:transparent;
}

#comment {
  max-width: 400px;
}

.form_liste_lecture .left {
  float: none;
  margin-bottom: 5px;
}

#onglets_list {
  padding-bottom: 30px;
}

#websubscribe {
}

#websubscribe .helper {
	color:#d90615;
}

#websubscribe h1 {
  font-size: 1.2em;
  margin-top: 10px;
  color: #962E33;
}

#websubscribe h4 {
  font-size: 90%;
  line-height: 20px;
}

#websubscribe input[type="button"] {
  background: rgb(239, 166, 128);
    /* Old browsers */
  background: -moz-linear-gradient(top, rgba(239, 166, 128, 1) 0%, rgba(229, 109, 47, 1) 44%, rgba(227, 105, 41, 1) 100%);
    /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 166, 128, 1)), color-stop(44%, rgba(229, 109, 47, 1)), color-stop(100%, rgba(227, 105, 41, 1)));
    /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(239, 166, 128, 1) 0%, rgba(229, 109, 47, 1) 44%, rgba(227, 105, 41, 1) 100%);
    /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(239, 166, 128, 1) 0%, rgba(229, 109, 47, 1) 44%, rgba(227, 105, 41, 1) 100%);
    /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(239, 166, 128, 1) 0%, rgba(229, 109, 47, 1) 44%, rgba(227, 105, 41, 1) 100%);
    /* IE10+ */
  background: linear-gradient(to bottom, rgba(239, 166, 128, 1) 0%, rgba(229, 109, 47, 1) 44%, rgba(227, 105, 41, 1) 100%);
    /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efa680', endColorstr='#e36929', GradientType=0);
    /* IE6-9 */
  color: #fff;
  border: none;
  font-weight: normal;
  padding: 4px 6px;
  border-radius: 4px;
}

#websubscribe input[type="button"]:hover {
  background-color: #4A4947;
  color: #fff;
}



.fiche-lecteur td {
  padding: 0px 2px;
  width: 33%;
  vertical-align: middle;
}

.fiche-lecteur td a {
  font-weight: bold;
  text-shadow: none;
}

.form-contenu input[type="checkbox"],
#lab_conf {
  /* float: left; */
  vertical-align: bottom;
  padding-top: 0px;
}

#change-password input[type="password"] {
  color: #3d3d3d;
  border: 1px solid #E7E7E7;
  display: block;
  border-radius: 0px;
  box-shadow: 1px 2px 2px 0px rgba(10, 10, 10, 0.07)inset;
  width: 55%;
}

#fiche-empr-container {
  color: #6c6c6c;
  background-position: 113% 89%;
  background-repeat: no-repeat;
}

.fiche-lecteur {
  color: #5d5d5d;
  vertical-align: middle;
}

#empr-resa > small {
  color: #6C6C6C;
  font-size: 100%;
}

#aut_details {
}

#public_list {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e7ebed;
  padding: 5px;
}

table.liste-expl-empr-all {
  border: solid 1px #fff;
}

table.liste-expl-empr-all th,
table.liste-expl-empr-all tr {
  border-top: solid 1px #fff;
}

table.liste-expl-empr-all td,
table.liste-expl-empr-all th {
  padding: 10px 10px;
}

table.liste-expl-empr-all td:nth-of-type(even),
table.liste-expl-empr-all th:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

.expl-empr-retard center b {
  font-size: 2em;
  color: #940303;
  border: solid 1px;
  padding: 0px 5px;
  border-radius: 3px;
  background-color: #fff;
}

.tb_pret_location_row {
  text-align: left;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  background-color: rgb(248, 248, 248);
  color: #5d5d5d;
}

input.dijitReset.dijitInputField.dijitArrowButtonInner {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

input#date_fin, input#date_debut, input#date_prevue {
    text-align: center;
}

.form-contenu .row:nth-child(odd) {
    padding-top: 10px;
}

/* Surlignage 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/
/* surlignage des mots recherches */

.text_search0,
.text_search1,
.text_search2,
.text_search3,
.text_search4,
.text_search5 {
  text-decoration: underline;
}

.text_search0 {
  background-color: #DBF7FB;
  text-decoration: underline;
}

.text_search1 {
  background-color: #FBF8DB;
  text-decoration: underline;
}

.text_search2 {
  background-color: #D0F6FB;
  text-decoration: underline;
}

.text_search3 {
  background-color: #DBF7FB;
  text-decoration: underline;
}

.text_search4 {
  background-color: #99B5B9;
  text-decoration: underline;
}

.text_search5 {
  background-color: #D0F6FB;
  text-decoration: underline;
  display: inline-block;
}
/* espace disabled
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

.espaceCartAction {
  display: none;
}
/* location
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#location {
}

#location h3,
#last_entries h3,
#etageres h3 {
}
/* responsive
========================================================================== */

#pmbopac.popup .asideContentNot,
#pmbopac.popup .notice_contenu,
#pmbopac.popup .panier_avis_notCourte {
  float: none;
  margin: 0 auto;
  width: 85%;
}

#pmbopac .onglet_basketNot .img_basketNot {
  padding: 0px;
}

#pmbopac .vignetteDocNot {
  text-align: center;
}

#pmbopac .vignetteNot {
  width: initial;
}
/* formulaire mdp login 
---------------------------------------------------------------------------------------                                         
------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------*/

#main blockquote form input[type="submit"] {
  height: 34px;
  padding: 0 15px;
}

#main blockquote form input[type="submit"]:hover {
  background-color: #f8f8f8;
}

#main blockquote form input[type="text"] {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 34px;
}
/* Home Fade-News Slider
 ========================================================================== */

.Slider {
  width: auto;
  border: solid 0px #dedede;
  box-shadow: 0 3px 6px rgba(160,166,168,.15);
  background-color: #ffffff;
}

.SliderArt h3.titleInside,
.titleContenu,
.listselect-item>h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 400;
  height: auto;
  line-height: 30px;
  padding: 0 0 0 0px;
  width: auto;
  position: relative;
  font-style: italic;
  text-indent: 30px;
}

.listselect h3 {
  padding-top: 15px;
  padding-bottom: 5px;
  z-index: 20;
}

.SliderArt h3.titleInside:after,
.listselect-item>h3:after,
.SliderHoriz .SliderNot>h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  border: solid 1px #6cc3e4;
}

.listselect-item>h3:after,
.SliderHoriz .SliderNot>h3:after {
  border: solid 1px #78a9da;
}

.SliderArt h3.titleInside {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: absolute;
  z-index: 20;
}

.titleContenu {
  margin-bottom: 0px;
}
/* Home Notices Slider
 ========================================================================== */
.wl-slideshow>div {
  box-shadow: 0 10px 15px rgba(0,0,0,.03);
  background-color: #eb4e3a;
  height: 272px;
  border: solid 1px #dedede;
}

.SliderHoriz,
.listselect {
}

.SliderHoriz .bx-wrapper .bx-pager {
  background: #78a9da;
  padding: 9px;
  text-align: left;
  display: none;
}

.SliderHoriz .SliderNot>h3,
h3.section-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 400;
  height: auto;
  line-height: 30px;
  padding: 0 0 0 0px;
  width: auto;
  position: relative;
  font-style: italic;
  text-indent: 30px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.SliderHoriz .SliderNot>h3:after,
h3.section-title:after {
}

.listselect h3,
.fluxRSS>h3,
.titleContenu,
#widget>h3 {
}
/* Home Selections
 ========================================================================== */

.listselect .itemVign .imgL.uk-panel-box {
  background-color: #fff;
  border-radius: 5px;
  width: 85%;
  margin: 0 auto;
}
/* Panier
 ========================================================================== */

.cart_info_body>span {
  color: #fff;
}

#cart_info_iframe_content a,
#cart_info_iframe_content a:hover {
  color: #fff!important;
  text-decoration: none;
  font-weight: 400;
}

#cart_action > input {
    width: 47%;
}
/* Panier                                          
 ========================================================================== */

#resume_panier {
  vertical-align: middle;
  float: none;
  width: auto;
  height: 30px;
  background-color: transparent;
  border: solid 0px rgba(0, 0, 0, 0.0);
  margin-bottom: 0px;
  position: static;
  right: 0;
  top: 2px;
  z-index: 25;
}

#resume_panier {
    position: absolute;
    right: 0;
    width: 23%;
    border-left: 30px solid #5d5d5d;
    bottom: 0;
    height: 25px;
    top: auto;
    min-width: 160px;
}

body#cart_info_body {
    margin: 0;
    text-align:center;
}

iframe#iframe_resume_panier {
  border: none;
  height: 25px;
  background: #df0022 url("./images/menubar_gradient.png") repeat-y scroll 0% 0%;
}

body.cart_info_body {
  background-color: transparent;
  background-image: none;
  width: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.cart_info_body>span {
    font-size: 12px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    line-height: 24px;
    vertical-align: baseline;
    font-weight: normal;
    font-style: normal;
    text-shadow: 0 0 0;
    text-transform: uppercase;
    font-family: "expressway","Open Sans",Helvetica,Arial,sans-serif;
}
/* Image du panier                                          
 ========================================================================== */

.img_basket {
}

#cart_info_iframe_content .img_basket {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  height: 25px;
  padding-left: 0px;
  line-height: 30px;
  padding-top: 3px;
  max-height: 100%;
}

#cart_info_iframe_content .img_basket img {
  vertical-align: middle;
  padding-top: 0px;
  margin-right: 5px;
}

.img_basket img {
}
/* lien du panier                                          
 ========================================================================== */

#cart_info_iframe_content a {
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
  margin-left: -40px;
}

#cart_info_iframe_content a:hover {
  text-shadow: 0px 0px 0px;
}
/* Page panier                                          
 ========================================================================== */

#resume_panier.empty {
}

.empty:after {
  content: "Mon panier";
  background-image: url('images/basket_small_20x20.png');
  background-repeat: no-repeat;
  background-position: 0px 45%;
  text-indent: 55px;
  padding-left: 0px;
  display: block;
  font-size: 1em;
  color: #796262;
  height: 40px;
  line-height: 38px;
  position: static;
}

#cart_action br {
  display: none;
}

#cart_action form[name="export_form"] br:first-child {
}

#cart_action {
  margin: 10px 0px;
}

#cart_action>input {
  margin-bottom: 0px;
  font-weight: normal;
  border: none;
  padding: 5px;
    /* width: 48%; */
  margin-left: 1.3%;
  margin-top: 7px;
  min-height: 25px;
    /* display: block; */
    /* float: left; */
  word-wrap: break-word;
}

#cart_action>input:nth-of-type(2n+3) {
  clear: left;
}

#cart_action input[type="button"].bouton {
    /* display: block; */
    /* padding: 5px 10px; */
    /* font-size: 0.9em; */
  word-wrap: break-word;
  word-break: break-all;
}

#cart_action input[type="button"].bouton+input[type="button"].bouton {
}

#cart_action form[name="export_form"] {
  width: 100%;
  padding: 7px 10px;
  line-height: 25px;
  margin: 10px auto;
  clear: both;
  border: solid 1px #ddd;
  box-shadow: 1px 1px 1px #5d5d5d inset;
  display: block;
}

#cart_action input[type="radio"] {
}

#cart_action input[value="Ok"].bouton {
  padding: 5px 10px;
  border: 0px;
  display: block;
}

iframe#iframe_resume_panier html {
  background-color: transparent;
}

#cart_action form[name="export_form"] label {
  margin: 0px 10px 0px 0px;
  line-height: 22px;
  padding: 0;
  vertical-align: top;
}

#cart_action input:hover {
}

a.img_basket:hover {
}

#resume_panier a {
  color: red;
}

table .img_basket {
}

ul.onglets_isbd_public .onglet_basket a.img_basket {
}

ul.onglets_isbd_public .onglet_basket a.img_basket_exist {
  width: 34px;
  display: block;
  padding: 0px;
  margin: 0;
  background-repeat: no-repeat;
  background-color: #bd218a;
  border-color: #bd218a;
}

#main ul.onglets_isbd_public .onglet_basket:hover a {
}

.search_result,
table[summary^="navigation bar"] {
  font-size: 1;
}

.main_wrapper a.img_basket {
  width: auto;
  float: none;
  display: inline-block;
  margin-left: 20px;
}
/*lien panier
 ========================================================================== */

.bannette-titre h1>a[href^="cart_inf"] {}

.bannette-titre h1>a[href^="cart_inf"] {
    padding: 0 7px;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #5d5d5d;
    margin-right: 8px;
}

.bannette-titre h1>a[href^="./empr.php?"] {
  font-size: 16px;
  display: inline-block;
}

.bannette-titre h1 {
}

.bannette-titre h1>a[href^="cart_inf"] {
}
/* Alertes perso
--------------------------------------------------------------------------------------- */

.aut_details_bannette {
  background-color: transparent;
  overflow: hidden;
  padding: 0px 10px;
}

.aut_details_bannette form th,
.aut_details_bannette form td {
  max-width: 150px;
}

.aut_details_bannette form tbody {
  border-bottom: solid 1px #787878;
}

.aut_details_bannette form th {
  font-weight: 400;
  vertical-align: top;
  padding: 4px 7px;
  border: solid 1px #787878;
}

#bannette-container {
  background-color: #FeFeFE;
  padding: 1%;
  width: 98%;
  margin: 15px auto;
  border: solid 1px #cdcdcd;
}

#bannette-container .colonne2 {
  width: auto!important;
}

#bannette-container .notice-heada {
  width: 90%;
}

#bannette-container table {
  margin: 0px 0px 10px;
}

#bannette-container table:empty {
  display: none;
}

#bannette-container table tr tr:nth-child(even) {
}

#bannette-container table tr td {
  padding: 5px 7px;
}

#bannette-container form table tr td:nth-child(odd) {
  background-color: #f9f9f9;
  padding: 5px 7px;
  text-align: center;
  border-left: solid 1px #787878;
  border-right: solid 1px #787878;
}

.bannette-titre {
    margin-bottom: 20px;
}

span.banette-suite {
    float: right;
    padding: 5px 7px;
    background-color: #000;
    color: #fff;
}

span.banette-suite:before {
    content: "\f067";
    color: #c9d800;
    font-size: 12px;
    float: left;
    line-height: 14px;
}

/*lien panier
 ========================================================================== */

#a2z_perio .asideContentNot {

}

#a2z_perio .notice_contenu {
}

#a2z_perio .descr_notice {
}

/*Carte interactive
 ========================================================================== */

.carte {
    background: url("./images/fond_carte_vert.jpg") no-repeat 0px 0px transparent;
    display: block;
    margin: 0 auto;
    height: 650px;
    max-width: 638px;
}

.links {
	margin-left:-68px;
	position:relative;
}

.villeCarte {
    display: block;
    position: absolute;
    height:15px;
}

#ville-833 {
    width: 30px;
    top: 443px;
    left: 464px;
}

#ville-831 {
    width: 56px;
    top: 497px;
    left: 644px;
}

#ville-811 {
    width: 52px;
    top: 102px;
    left: 373px;
}

#ville-824 {
    width: 64px;
    top: 252px;
    left: 495px;
}

#ville-839 {
    width: 64px;
    top: 378px;
    left: 228px;
}

#ville-813 {
    width: 39px;
    top: 128px;
    left: 252px;
}

#ville-836 {
    width: 59px;
    top: 585px;
    left: 553px;
}

#ville-822 {
    width: 114px;
    top: 303px;
    left: 389px;
}

#ville-827 {
    width: 41px;
    top: 224px;
    left: 423px;
}

#ville-837 {
    width: 100px;
    top: 597px;
    left: 422px;
}

#ville-821 {
    width: 64px;
    top: 358px;
    left: 495px;
}

#ville-810 {
    width: 40px;
    top: 43px;
    left: 377px;
}

#ville-828 {
    width: 55px;
    top: 314px;
    left: 318px;
}

#ville-823 {
    width: 37px;
    top: 338px;
    left: 440px;
}

#ville-834 {
    width: 81px;
    top: 415px;
    left: 397px;
}

#ville-816 {
    width: 45px;
    top: 135px;
    left: 496px;
}

#ville-847 {
    width: 51px;
    top: 218px;
    left: 218px;
}

#ville-832 {
    width: 34px;
    top: 435px;
    left: 539px;
}

#ville-825 {
    width: 57px;
    top: 219px;
    left: 325px;
}

#ville-815 {
    width: 43px;
    top: 139px;
    left: 363px;
}

#ville-820 {
    width: 56px;
    top: 274px;
    left: 270px;
}

#ville-840 {
    width: 90px;
    top: 588px;
    left: 165px;
}

#ville-814 {
    width: 53px;
    top: 157px;
    left: 166px;
}

#ville-812 {
    width: 45px;
    top: 108px;
    left: 316px;
}

#ville-817 {
    width: 43px;
    top: 168px;
    left: 435px;
}

#ville-818 {
    width: 77px;
    top: 174px;
    left: 555px;
}

#ville-835 {
    width: 65px;
    top: 441px;
    left: 298px;
}

#ville-838 {
    width: 78px;
    top: 593px;
    left: 298px;
}

/********** Addthis **********/

.at-expanded-menu.at-expanded-menu-round {
    background-color: rgba(0,0,0,0.5) !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
}

#at-expanded-menu-host .at-expanded-menu-service-list {
    margin: 0 auto !important;
}

#at-expanded-menu-host .at-expanded-menu-top-services-header {
    margin: 0 auto 30px!important;
}

#at-expanded-menu-host .at-expanded-menu-service-list {
    margin: 0 auto !important;
}

#at-expanded-menu-host .at-expanded-menu-ft {
    margin: -90px 222px 0 0 !important;
}

/***** Demande onisep *******/


.parent .notice_childs {
    overflow:hidden;
}

.parent a[name="docnum"] h3 {
    background-color: transparent;
    color: #000;
    font-weight: 500;
    margin: 5px 0;
    padding-left: 0;
}

div[id^="div_public"]>.notice_parents {
  float:right;
  margin-top: -60px;
  border: solid 1px #ccc;
  padding: 5px;
  width: 40%;
  background:#f9f9f9;
}
div[id^="div_public"]>.notice_parents a:empty {
  padding:0px;
}
div[id^="div_public"]>.notice_parents br {
  display:none;
}
div[id^="div_public"]>.notice_parents b {
  display:inline-block;
}
div[id^="div_public"]>.notice_parents b:first-letter {
  text-transform:uppercase;
}


.listeLectureN span.ExtnotCom.imgListeLecture,
span.ExtnotCom.imgListeLecture{
    padding:5px;
}

.asideContentNot a {
    color: #bc2089 !important;
}

/******* #37085 **********/

#resultatrech_liste .open_visionneuse {
    display: none !important;
}

/******* #37091 **********/

#cart_action form[name="export_form"] input {
    width: auto;
}

#cart_action input[value="Ok"].bouton {
    padding: 5px 10px;
    border: 0px;
    display: block;
}

#cart_action input[value="Ok"].bouton{
    margin-top:5px;
    border: solid 1px #ddd;
}

#cart_action input[value="Ok"].bouton:hover {
    background-color: #f8f8f8;
    color: #5d5d5d;
    text-shadow: 0px 0px 0px;
}

@media print {
	body {
	  width: auto!important;
	  margin: auto!important;
	  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	  font-size: 09pt!important;
	  background-color: #fff!important;
	  color: #444!important;
	}
	#intro {
		position: static!important;
		top:0;
		left:0;
	}
	#aut_details{
	  width: auto!important;
	  margin: auto!important;
	  float:none!important;
	 }
	#aut_details *{	  	
	  border:none!important;		
	}
	#aut_details img{
		max-width:25px;
	}
	#bandeau,
	#bandeau_2,
	#btn-menu,
	#facette,
	#footer,
	.cms_module_search,
	#cms_module_htmlcode_148,
	#resultatrech_liste>span,
	#resultatrech_liste>script,
	#resultatrech_see,
	#navbar,
	.actionsOPAC,
	.lienCarte,
	.MenuHoriz,
	#resume_panier,
	.panier_avis_notCourte,
	#cart_action,
	.triSelector,
	.parentNotCourte input,
	#cart_navbar,
	.listeLectureN,
	.socialNetworkN,
	.onglet_basketNot,
	.onglets_isbd_public,
	.addthis_toolbox {
		display:none!important;
		margin : 0 !important;
		padding: 0 !important;
	}
	#main{
		border:none!important;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	.logosIntroAccueil{
		max-width:70%;
		display:inline-block;
		position:absolute;	
		right:0px;
	}
	#logo_501{
		display:inline-block;
		float:left;
		width:30%;
		position:absolute;
	}
	#logo_501 img{
		height:94px;
	}
	#resultatrech{
		float:none!important;
		width:auto!important;
	}	
	
	.notice_corps {
        width : 80% !important;
	}	
}

/****** #37264 *****/

#search form .form-contenu input[value='X'].vider {
	background-color: #fff;
	color: #cc1313;
	font-size:14px;
	font-weight:400;
	border: 1px solid #cc1313;
	display: block;
	border-radius :4px;
}

.search_perso td+td {
	border-top: 1px dotted #bfbfbf;
}

#search form .form-contenu input[type='button'].bouton {
	display:inline-block;
}

span.search_variable_operator_between_auth input {
	margin: 0 3px;
}

.aut_details_bannette form tr > *:nth-child(4), .aut_details_bannette form tr > *:nth-child(5) {
	display:none;
}

td > div[id*="elfield_"] {
	background-color : #f5f5f5;
	border-radius : 4px;
	border : 1px solid #d5d5d5;
	padding: 5px;
	margin-bottom:10px;
}

.form-contenu input[type="text"],
#search form .form-contenu .search-value .ext_search_txt {
	min-width : 200px;
}

/******** #38281 ********/

.contentBlocDetHome .resume {
	color:#000;
}

/******** #38183 ********/

#notice table td div[id^="div_public"]>a {
	color: #bd218a;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

#notice table td div[id^="div_public"]>a:hover {
	text-shadow: 0 0 0;
}

/******** #38593 ********/

.blocCnx #account h4 {
    color: #000;
    text-transform: none;
    font-size: 1em;
}

.blocCnx #account {
    margin: 0;
}

.websubscribe_form td:first-child {
    padding: 0px 15px;
}

.websubscribe_form input[type="button"]+input[type="text"] {
    margin-bottom: 0;
    margin-right: 8px;
    margin-left: 5px;
}

.websubscribe_form input.bouton {
    vertical-align: middle;
}

#websubscribe .websubscribe_form input[type="button"] {
    color: #ffffff;
    border-radius: 0;
    background: none;
    background-color: #5d5d5d;
}

#websubscribe .websubscribe_form tr.websubscribe_tr_bouton input[type="button"] {
    padding: 7px 12px;
    margin-top: 5px;
}

.websubscribe_form select {
    margin-top: 0;
}

.websubscribe_form tr>td>div {
    padding-bottom: 10px;
}

/*    #39003    */

#login_form .mdp_forgotten a {
    text-align: left;
    width: auto;
    text-decoration: none;
    color: #bd218a;
    font-size: 10px;
    display : inline;
}

#login_form .mdp_forgotten a:hover {
    color: #5d5d5d;
}

#main p.texte+form input.bouton[type="submit"]:hover {
	background-color: #5d5d5d;
}

/***** 38588 *****/

.rubVignJOBO .itemVignHrz {
	border-radius : 20px;
}

.rubVignJOBO h4 {
	background-color : #5d5d5d;
	display: block;
	height : 48px;
	border-radius : 0 0 20px 20px;
	line-height : 38px;
	color : #fff;
	margin-top : 10px;
}

/***** 39111 *****/

.bannette > .row {
	display : block !important;
}

#bannette-container .bannette div.colonne2:first-child{
	width: 20% !important;
}

#bannette-container .bannette div.colonne2:nth-child(2){
	width: 80% !important;
}

.bannette .colonne2 {
	float:right;
	padding : 20px 0 20px 20px;
}

.bannette + .bannette {
		border-top: 1px dotted #a5a5a5;
}

/*   #39342  */

#cms_module_section_291 {
	position : relative;
}

/*   #39342  */

.websubscribe_tr_equipements {
	height:35px;
}

.websubscribe_form input.bouton + span > input {
    margin-bottom: 0;
}

.websubscribe_form .selec_msg {
    font-size: 0.8em;
    font-style: italic;
    color: #d90615;
}

#subs_form table td input#cp_code_uai {
    width: 195px;
}

/* #39002 */

#websubscribe > h3, #websubscribe > .erreur {
  background-color: #df0022;
  margin: 0;
  display: block;
  color: #fff;
  padding:5px 10px;
}

#websubscribe > .erreur {
  margin-bottom: 10px;
}

#websubscribe > br {
  display: none;
}

#cms_module_sectionslist_111 .rubVign h4 {
    text-transform: uppercase;
    font-size: 125%;
    font-weight: 600;
    background-image: url(../onisep2/images/flecheProgramme.jpg);
    background-position: left 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #BD218A;
    margin: 12px 0;
    padding-top: 14px;
    padding-bottom: 0;
    border-top: 1px solid #5D5D5D;
    border-bottom: 0px;
	text-align:left;
}