* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#openbarre,
#openbarre *,
#breadcrumb,
#breadcrumb *,
#lodel-globalDesk,
#lodel-globalDesk * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#body-layout {
  width: 970px;
  min-width: 970px;/* Cause of openbarre.css */
  margin: 0 auto;
  font-size: 75%;
  background-color: #fff;
  color: #000;
  font-family: Asap, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  /*width: auto;*/
  vertical-align: middle;
  line-height:1em;
}
input, button, select, label {
  vertical-align: middle;
}
ul.js,li.js,span.js {
  visibility: hidden;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hidden {
  display: none;
}
.help > a, .help button {
  border: none;
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: -1px -321px;
  background-color: transparent;
}
.help > a > span, .help > button > span {
display: none;
}
.help > a:hover,
.help > a:focus,
.help > a:active,
.help > button:hover,
.help > button:focus,
.help > button:active {
  background-position: -1px -295px;
}
.no-result {
  padding: 20px 0;
  font-style:italic;
  font-size: 1.2em;
  text-align:center;
}

.header {
  margin-top: 29px;
}

/* HEADER PAGE TITLE */
.header-title {
  position: relative;
}
.header-title p, .header-title h1 {
  margin: 0;
}
.header-title .page-title {
  font-weight: normal;
  padding-left: 20px;
  height: 67px;
  line-height: 67px;
  font-size: 2.45em;
  font-style: italic;
  background-repeat: repeat-x;
  background-position: center top;
  background-color: transparent;
}
.header-title .page-subtitle {
  padding-left: 54px;
  height: 41px;
  line-height: 41px;
  font-size: 1.2em;
  background-color: #F7F7F7;
}
.header-title > span {
  width: 21px;
  height: 23px;
  position: absolute;
  top: 63px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}
.header-title .page-title.back > a {
  float: right;
  margin-top: 19px;
  margin-right: 19px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: -1px -667px;
  background-color: transparent;
}
.header-title .page-title.back > a:hover,
.header-title .page-title.back > a:active,
.header-title .page-title.back > a:focus {
  background-position: -1px -702px;
}
.header-title .page-title.back > a > span {
  display: none;
}
/* BUTTON */

.custom-button {
  font-family: Asap, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #FFF;
}
.custom-button:hover, .custom-button:focus {
  color: #424242;
}
.custom-button-border {
  background-position: -2px -2px;
  width: 94px;
  height: 23px;
}
.custom-button-simple {
  background-position: -3px -29px;
  width: 92px;
  height: 21px;
}
a.custom-button-simple {
  font-size: 0.75em;
  text-align: center;
  display: block;
  line-height: 22px;
}
.custom-btn-ok {
  margin: 0 8px;
  color: #FFF;
  text-align: center;
  border: none;
  width: 40px;
  height: 23px;
  font-size: 0.9em;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.custom-btn-ok:hover,
.custom-btn-ok:focus,
.custom-btn-ok:active {
  color: #424242;
}

/* SCROLLBAR */
.mCustomScrollBox .mCSB_scrollTools, .mCustomScrollBox:hover .mCSB_scrollTools{
	opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #EDEDED;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #9E9E9E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover  .mCSB_dragger_bar {
  background-color: #888;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #707070;
}
.mCSB_container {
  margin-right: 12px;
}

.read-more {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  font-weight: bold;
  color: #333;
}

.bloc-info {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  position: relative;
  font-style: italic;
  font-size: 1.6em;
  color: #FFF;
  height: 41px;
  line-height: 22px;
  padding: 10px;
  margin-bottom: 22px;
  background-repeat: repeat-x;
  background-position: center top;
  background-color: transparent;
}
.bloc-info span {
  position: absolute;
  width: 11px;
  height: 9px;
  bottom: -9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.dot {
  display: block;
  width: 23px;
  height: 23px;
  margin: 10px 0 18px 0;
  background-repeat: no-repeat;
  background-position: left -221px;
  background-color: transparent;
}
.bloc-info-more {
  /*font-family: arvo, Georgia, "Times New Roman", Times, serif;*/
  text-transform: uppercase;
  height: 41px;
  line-height: 41px;
  font-size: 1.8em;
  color: #8B1774;
  font-weight: bold;
  margin-left: 20px;
  font-style: normal;
}


/* PAGINATION */

.paginate {
  margin: 0;
  padding: 0;
}
.paginate > li {
  margin: 0 2px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

/* NORMAL */
.paginate {
  margin: 12px 0;
}
.paginate-letter {
  margin: 0;
}
.paginate > li > a {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.paginate > li > a > span {
  display: none;
}
.paginate-letter > li > a {
  background: none;
}
.paginate-letter > li {
  display: inline-block;
  min-width: 23px;
  height: 31px;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.paginate-letter > li > a {
  color: #A1A1A1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.paginate-letter > li.disabled {
  color: #D7D7D7;
}

.paginate-slide > li > a {
  width: 17px;
  height: 17px;
  background-position: left -148px;
}
.paginate-slide > li.first > a {
  width: 13px;
  background-position: left -88px;
}
.paginate-slide > li.last > a {
  width: 13px;
  background-position: left -103px;
}
.paginate-number > li > a {
  background: none;
  color: #7B4A6F;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
}
.paginate-number > li.first, .paginate-number > li.last {
  /*padding-top: 2px;*/
}
.paginate-number > li.first > a, .paginate-number > li.last > a {
  width: 24px;
  height: 24px;
}
.paginate-number > li.first > a {
  background-position: left top;
}
.paginate-number > li.last > a {
  background-position: left -22px;
}

/* SELECTED */
.paginate-slide > li.selected > a {
  background-position: left -163px;
}
.paginate-number > li.selected > a {
  background-color: #7B4A6F;
  color: #FFF;
}
.paginate-letter > li.selected > a {
  background-color: #D0E032;
  color: #FFF;
}

/* HOVER ... */

.paginate-slide > li > a:hover,
.paginate-slide > li > a:focus,
.paginate-slide > li > a:active {
  background-position: left -178px;
}
.paginate-slide > li.first > a:hover,
.paginate-slide > li.first > a:focus,
.paginate-slide > li.first > a:active {
  background-position: left -118px;
}
.paginate-slide > li.last > a:hover,
.paginate-slide > li.last > a:focus,
.paginate-slide > li.last > a:active {
  background-position: left -133px;
}
.paginate-number > li > a:hover,
.paginate-number > li > a:focus,
.paginate-number > li > a:active {
  background-color: #E7E7E7;
  color: #7B4A6F;
}
.paginate-number > li.first > a:hover,
.paginate-number > li.first > a:focus,
.paginate-number > li.first > a:active {
  background-position: left -44px;
  background-color: transparent;
}
.paginate-number > li.last > a:hover,
.paginate-number > li.last > a:focus,
.paginate-number > li.last > a:active {
  background-position: left -66px;
  background-color: transparent;
}
.paginate-letter > li > a:hover,
.paginate-letter > li > a:active {
  background-color: #E6E6E6;
}
.paginate-letter > li > a:focus {
  background-color: #D0E032;
}


/* ARROW */

.arrow {
  /*font-family: arvo, Georgia, "Times New Roman", Times, serif;*/
  color: #C02C8D;
  padding-left: 18px;
  margin: 12px 0;
  height: 14px;
  line-height: 14px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.arrow-right {
  background-position: left -194px;
}
.arrow-left {
  background-position: left -208px;
}
.arrow:hover,
.arrow:focus,
.arrow:active {
  color: #000;
}


/* QUOTE */
body.home .article, body.home .quote {
 margin-top: 50px;
}

.quote {
  position: relative;
  z-index: 8;
  background-color: #FFF;
  margin: 0;
}
.quote > div {
  display: inline-block;
  vertical-align: top;
}
.simple-quote > div {
  background-repeat: no-repeat;
  background-position: 36px 24px;
  background-color: transparent;
  padding: 16px 40px 16px 40px;
  width: 100%;
}
.simple-quote-bis {
  margin-bottom: 0;
  border-bottom: 1px dotted #000;
}
.simple-quote-bis > div {
  padding-top: 46px;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
}
.double-quote > div {
  width: 482px;
  background-repeat: no-repeat;
  background-position: 28px 32px;
  background-color: transparent;
  padding: 32px 60px 32px 112px;
}
.triple-quote > div {
  width: 320px;
  background-repeat: no-repeat;
  background-position: 28px 32px;
  background-color: transparent;
  padding: 28px 32px 42px 94px;
}
.quote > div > blockquote {
  color: #666;
  margin: 13px 0;
}
.quote > div > blockquote > p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0;
}
.simple-quote > div > blockquote {
  font-size: 2.45em;
  width: 670px;
  line-height: 1.4em;
  padding-right: 20px;
  float: right;
}
.simple-quote-bis > div {
  padding-bottom: 20px;
}
.simple-quote-bis > div > blockquote {
  font-style: italic;
  line-height: 1.6em;
  font-size: 1.5em;
}
.double-quote > div > blockquote {
  font-size: 1.5em;
}
.triple-quote > div > blockquote {
  font-size: 1.3em;
}
.quote > div > a {
  font-size: 0.95em;
  color: #C02C8D;
  line-height: 1em;
}
.simple-quote > div > a {
  float: left;
  width: 136px;
  margin-top: 160px;
}
.simple-quote-bis > div > a {
  display: block;
  width: 50%;
}
.quote > div > a span.authors {
  font-style: italic;
  display: block;
  margin-bottom: 6px;
}
.quote > div > a cite {
  display: block;
  margin-bottom: 6px;
}
.quote > div > a > strong {
  text-transform: uppercase;
  color: #8b1774;
}
.quote > div > a > strong sub,
.quote > div > a > strong sup {
  text-transform: none;
}
.quote > div > a > strong span[style="font-variant:small-caps;"]{
  font-variant:small-caps
}


.quote > div > a > strong > cite {
  font-style: normal;
  line-height: 1.3em;
}
.quote > div > a:hover,
.quote > div > a:focus,
.quote > div > a:active,
.quote > div > a:hover strong,
.quote > div > a:focus strong,
.quote > div > a:active strong {
  color: #000;
}



/* ARTICLES */
.book-border-bottom-dotted {
  border-bottom: 1px dotted #333;
}
.article {
  background: #F8F7F7;
}

.article-simple {
  height: 580px;
  padding-left: 28px;
  border-bottom: 1px dotted #333;
}
.article-simple .book-intro {
  line-height: 20px;
  font-size: 1.25em;
}
.article-simple p.firstlines {
  margin:0
}
body.home .article-double, .article-quadruple {
  height: 390px;
 /* margin-top: 36px;*/
}

.article-table {
  height: 500px;
}
.article-double, .article-quadruple, .article-table {
  padding: 2em;
 }
 .article-double-revert, .article-table-double {
  padding-left: 34px;
  padding-right: 34px;
 }
 .article-table-double {
  background-color: #F0EFEF;
 }
.article-double-article {
  display: inline-block;
  vertical-align: top;
  width: 432px;
}
.bloc-articles .article-double-article {
  display: block;
  vertical-align: top;
  width: 100%;
}
.article-double-revert {
  border-bottom: 1px dotted #aba9aa;
}
.author .article-double-revert {
  border-bottom: none;
}
.article-double-article.first {
    margin-right: 52px;
}
.article-double-revert .article-double-article.first {
  width: 320px;
  margin-right: 63px;
}
.article-double-revert .article-double-article.last {
  width: 320px;
}
.author .article-double-revert .article-double-article {
  width: 418px;
}
.bloc-articles .article-double-revert .article-double-article {
  width: 100%;
  margin-right: 0;
  margin-bottom: 64px;
}
.bloc-articles .article-double-revert .article-double-article.last {
  margin-bottom: 0;
}
.article .article-content {
  float: left;
}
.article-simple .article-content {
  padding-top: 36px;
  padding-right: 32px;
  width: 488px;
}
.article-double .article-content {
  padding-right: 20px;
  width: 244px;
}
.article-double-revert .article-content {
  padding-right: 0;
  padding-left: 20px;
  width: 220px;
}
.author .article-double-revert .article-content {
  padding-left: 24px;
  width: 274px;
}
.bloc-articles .article-double-revert .article-content {
  width: 370px;
}
.article-quadruple .article-content, .article-table .article-content {
  width: 100%;
}
.article-quadruple {
 /* margin-top: 30px*/
}
.article-table .article-content >  div {
  display: inline-block;
  vertical-align: top;
  width: 24.7%;
  height: 180px;
  padding-left: 2em;
  padding-right: 2em;
  border-right: 1px solid #dadada;
}
.article-table-double .article-content > div {
  width: 50%;
}
.article-table .article-content >  div.last {
  border-right: none;
  padding-right: 0;
}
.article-table-double .article-content > div.last {
  padding-left: ;
}
.article-table .article-content >  div.first {
  padding-left: 0;
}
.article .article-content h1 {
  /*font-family: arvo, Georgia, "Times New Roman", Times, serif;*/
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.article .article-content h1 sub,
.article .article-content h1 sup {
  text-transform: none
}
.article .article-content h1 span[style="font-variant:small-caps;"]{
  font-variant:small-caps
}
.article-simple .article-content h1 {
  font-size: 1.95em;
  margin-bottom: 20px;
}
.article-double .article-content h1 {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.article-double-revert .article-content h1 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}
.author .article-double-revert .article-content h1 {
  font-size: 1.5em;
}
.article-table .article-content h1 {
  font-size: 1em;
  font-weight: bold;
}
.article-table-double .article-content h1 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  text-transform: inherit;
  margin-bottom: 18px;
}

.article-content h1 a:hover,
.article-content h1 a:focus,
.article-content h1 a:active,
.article-content h2 a:hover,
.article-content h2 a:focus,
.article-content h2 a:active {
  color: #626262;
}
.article .article-content h2 {
  margin: 0 0 12px 0;
  font-weight: normal;
}
.article-simple .article-content h2 {
  font-size: 1.5em;
}
.article-double .article-content h2 {
  font-size: 1.3em;
}
.article-double-revert .article-content h2 {
  font-size: 1.05em;
}
.author .article-double-revert .article-content h2 {
  font-size: 1.4em;
}
.article-table .article-content h2 {
  font-size: 1.05em;
}
.article-table-double .article-content h2 {
  font-size: 1.05em;
}
.article .article-content h3 {
  margin: 0 0 12px 0;
  font-weight: normal;
  font-style: italic;
  color: #333;
}
.article-simple .article-content h3 {
  font-size: 1.25em;
}
.article-double .article-content h3 {
  font-size: 1.05em;
}
.author .article-double .article-content h3 {
  font-size: 1.4em;
}
.article-table .article-content h3 {
  font-size: 1.05em;
}
.article-table-double .article-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
.article-table-double .article-content h3 sub,
.article-table-double .article-content h3 sup {
  text-transform: none;
}
.article-table-double .article-content h3 span[style="font-variant:small-caps;"]{
  font-variant:small-caps
}

.article .article-content h4 {
  margin: 0;
  font-weight: normal;
  color: #333;
}
.article-simple .article-content h4 {
  font-size: 1.4em;
}
.article-double .article-content h4 {
  font-size: 1.05em;
}
.author .article-double .article-content h4 {
  font-size: 1.2em;
}
.article-table .article-content h4 {
  font-size: 1em;
}
.article-table-double .article-content h4 {
  font-style: italic;
}
.article-text {
  background-color: #f8f7f7;
}
.article-text > div {
  position: relative;
  margin: 0 30px;
  padding: 14px 0 14px 0;
  border-bottom: 1px dotted #a9a9a9;
}
.article-text .article-content > div {
  width: 500px;
  float: left;
}
.article-text .article-content > div.access-bloc {
  width: auto;
  float: none;
  position: absolute;
  right: 0;
  margin-top: -20px;
  top: 50%;
  height: 40px;
}
.article-text .article-content > a {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.article-text .article-content:hover a {
  color: #626262;
}
.article-text li a:hover,
.article-text li a:focus,
.article-text li a:active {
  color: #626262;
}
.article-text h1 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 12px 0;
}
.article-text h1 a,
.article-text h3 a {
  color: #252525;
}
.article-text h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 8px 0;
}
.article-text h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.article-double-full {
  border: none;
}
.article-double-full .article-double-article.first,
.article-double-full .article-double-article.last {
  width: auto;
  margin: 0;
}
.article-double-full .article-desc {
  float: left;
  width: 330px;
  margin-left: 50px;
  font-size: 1.05em;
  line-height: 1.35em
}
.article-double-full .article-desc > p {
  margin: 0;
  text-align: left !important;
}
.article-double-full.even {
  background-color: #f1f1f1;
}
.article-double-full .article-double-article {
  width: auto;
}

/* ARTICLE IMAGE */

.article-image {
  float: left;
  text-align: center;
  background-repeat: repeat;
  background-position: left top;
  background-color: transparent;
}
.article-simple  .article-image {
  padding: 0;
  width: 452px;
  height: 580px;
  line-height: 580px;
}
body.home .article-double .article-image {
  padding: 0;
  width: 188px;
  height: 282px;
  line-height: 282px;
}
.article-double-revert .article-image {
  padding-bottom: 10px;
  width: 100px;
  background: none;
}
.author .article-double-revert .article-image {
  width: 140px;
}
.bloc-articles .article-double-revert .article-image {
  width: 200px;
}
.article-double-revert .article-image > a {
  display: block;
  height: 137px;
  line-height: 136px;
  background-repeat: repeat;
  background-position: left top;
  background-color: transparent;
}
.author .article-double-revert .article-image > a {
  height: 190px;
  line-height: 150px;
  padding: 20px;
  background-repeat: repeat;
  background-position: left top;
  background-color: transparent;
}
.bloc-articles .article-double-revert .article-image > a {
  height: 114px;
  line-height: 74px;
}
.article-quadruple .article-image {
  position: relative;
  width: 214px;
  height: 285px;
  line-height: 285px;
  padding: 0;
  margin-right: 20px;
  cursor: pointer;
}
.article-quadruple .article-image.last {
  margin-right: 0;
}
.article-image img, .article-quadruple .article-image > div {
  border: 2px solid transparent;
}
.article-quadruple .article-image > div {
  display: none;
  width: 165px;
  height: 258px;
  background-color: #FFF;
  position: absolute;
  top: 15px;
  left: 24px;
  text-align: left;
  padding: 18px 8px;
  line-height: normal;
}
.article-quadruple .article-image > div.book-no-image {
  display: block;
  border-color: #000;
}
.article-image a:hover img, .article-image a:focus img, .article-image a:active img, .article-quadruple .article-image:hover > div {
  border-color: #C13190;
}
.article-quadruple .article-image h1 {
  font-size: 0.95em;
  margin-bottom: 8px;
}
.article-quadruple .article-image h2, .article-quadruple .article-image h3, .article-quadruple .article-image h4 {
  font-size: 1em;
}
.article-quadruple .article-image:hover > div {
  display: block;
}


.type-access {
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 10px;
  width: 100px;
  text-align: center;
  height: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.type-access > span {
  display: none;
}
.lock-freemium {
  background-position: 43px -560px;
}
.lock-freemium > span {
  padding-top: 24px;
  display: block;
  color: #f68212;
  font-style: italic;
}
.lock-full {
  background-position: 43px -560px;
}
.lock-closed-orange {
  background-position: 43px -582px;
}
.lock-closed-grey {
  background-position: 43px -604px;
}
.type-access > ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  width: 196px;
  height: 26px;
  background-color: #8f8d8e;
  border: 2px solid #4e4e4e;
}
.type-access:hover > ul {
  display: block;
}
.type-access > ul:before {
  content: '';
  background-repeat: no-repeat;
  background-position: -2px -694px;
  background-color: transparent;
  width: 6px;
  height: 7px;
  position: absolute;
  left: -8px;
  top: 7px;
}
.type-access > ul > li {
  position: relative;
  height: 22px;
  line-height: 20px;
  text-align: left;
  width: 64px;
  padding: 0 4px;
  list-style: none;
  border: 2px solid #4e4e4e;
  float: left;
  font-weight: bold;
  color: #4e4e4e;
}
.type-access > ul > li > span {
  background-repeat: no-repeat;
  background-color: transparent;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-position: -2px -640px;
  float: left;
  margin-top: 4px;
}
.type-access > ul > li.present {
  color: #fff;
}
.type-access > ul > li.present > span {
  background-position: -2px -626px;
}

.bloc-title-top > div {
  background-color: #f8f7f7;
  margin-bottom: 47px;
}
.bloc-title-top > h2 {
  margin: 0;
  margin-bottom: 2px;
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  height: 43px;
  line-height: 46px;
  padding: 0 14px;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #b62f88;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
}
.bloc-title-top > div > h3 {
  margin: 0;
  height: 57px;
  line-height: 57px;
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
  font-style: italic;
  padding-left: 30px;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: transparent;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px dotted #333;
}
.bloc-title-top > div > h3 + h3 {
  border-top: 1px solid #cecdcd;
}
.bloc-title-top > div > h4 {
  margin-left: 34px;
  margin-bottom: 0;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  color: #FFF;
  padding: 0 16px;
  font-style: italic;
  font-size: 1.5em;
  font-weight: normal;
  display: inline-block;
  position: relative;
  height: 41px;
  line-height: 41px;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: transparent;
}
.bloc-title-top > div > h4 span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  left: 10px;
  bottom: -9px;
  width: 9px;
  height: 9px;
}
.bloc-reports {
  padding: 34px;
  border-bottom: 1px solid #cacaca;
}
.bloc-reports h1,
.bloc-reports h2,
.bloc-reports h3,
.bloc-reports h4 {
  margin: 0 0 16px 0;
  font-weight: normal;
}
.bloc-reports h1 {
  /*font-family: arvo, Georgia, "Times New Roman", Times, serif;*/
  font-size: 1.4em;
}
.bloc-reports h2 {
  font-size: 1.2em;
}
.bloc-reports h3 {
  color: #333;
  font-size: 1.2em;
}
.bloc-reports h4 {
  font-size: 1.2em;
}

/* AUTOCOMPLETE */
.ui-autocomplete {
  border-radius: 0;
  background: rgba(54,54,54,0.8);
  border: none;
  padding: 20px 0;
}
.ui-autocomplete li {
  background-color: transparent;
}
.ui-autocomplete li a {
  color: #fff;
  cursor: pointer;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-autocomplete li a:hover,
.ui-autocomplete li a:focus,
.ui-autocomplete li a:active {
  border-radius: 0;
  border: none;
  background: #595959;
  color: #fff;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 0 14px;
  font-weight: bold;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0;
}
