@font-face {
  font-family: 'TradeGothicLTStd-Bd2';
  src: url('fonts/TradeGothicLTStd-Bd2.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Bd2Obl';
  src: url('fonts/TradeGothicLTStd-Bd2Obl.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd-BdCn20';
  src: url('fonts/TradeGothicLTStd-BdCn20.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-BdCn20Obl';
  src: url('fonts/TradeGothicLTStd-BdCn20Obl.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd-Bold';
  src: url('fonts/TradeGothicLTStd-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-BoldExt';
  src: url('fonts/TradeGothicLTStd-BoldExt.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-BoldObl';
  src: url('fonts/TradeGothicLTStd-BoldObl.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: url('fonts/TradeGothicLTStd-Cn18.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Cn18Obl';
  src: url('fonts/TradeGothicLTStd-Cn18Obl.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd-Extended';
  src: url('fonts/TradeGothicLTStd-Extended.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Light';
  src: url('fonts/TradeGothicLTStd-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-LightObl';
  src: url('fonts/TradeGothicLTStd-LightObl.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd-Obl';
  src: url('fonts/TradeGothicLTStd-Obl.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TradeGothicLTStd';
  src: url('fonts/TradeGothicLTStd.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* General */

input[type=text], input[type=password], textarea { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; -o-user-select: text; user-select: text; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, nav, header, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html {
	line-height:1;
}

ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
q, blockquote {
		quotes: "" "";
		margin-left:20px;
		margin-right:20px;
		font-style:italic;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
	content:none;
}
a {
	//cursor: none;
}
a img {
	border:none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
small, sub, sup { font-size: smaller } 
sub { vertical-align: sub }
sup { vertical-align: super } 
.clear {clear:both;}
i, em {
   font-style: italic;
   font-family: 'TradeGothicLTStd-Obl';
}
body { 
    width: 1920px; 
    height: 1080px; 
    background-color: #000;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: 'TradeGothicLTStd';
    //overflow: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.loading {
    background: url('../images/ajax-loader.gif') no-repeat 1% center;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    z-index: 99;
}
#loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: none;
}

/** language **/
#language-bar {
   position: absolute;
   list-style: none;
   top:44px;
   left: 1788px;
   display: none;
}
#language-bar li a {
   color: #e75e40;
   font-family: 'TradeGothicLTStd-Bold'; 
   font-size: 1.46em;
   text-decoration: none;
}

/** intro **/
.body-intro {
    //background-image: url('../images/bg-test.jpg');
    background-image: url('../images/FA-N_2_Bureau_Accueil04-01b.png');
}


.intro-content {

}
.intro-legend {
   width: 288px;
   padding: 42px 0 0 48px; 
}
.intro-legend p {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.25em; 
    font-family: 'TradeGothicLTStd-Light';
}
.intro-title{
   margin-left: 910px;
   width: 834px;
}
.intro-title a{
   font-family: 'TradeGothicLTStd-Bold'; 
   font-size: 4.12em;
   line-height: 1.25em; 
   text-transform: uppercase;
   color: #fff;
   letter-spacing: -0.025em;
   text-decoration: none;
}
.intro-title1{
   padding-top: 274px; 
}
.intro-title2{
   margin-top: 258px; 
}
.intro-credits {
   left: 31px; 
   width: 598px;
   height: 504px;
   position: absolute;
   top: 468px;
}
.intro-credits-content {
    background: url('../images/credits-bg.png') no-repeat 0 0 transparent;
    width: 598px;
    height: 504px;
    padding: 22px 0 0 13px;
    display: none;
}
.intro-credits-content p{
    font-family: 'TradeGothicLTStd-Light'; 
    color: #858585;
    font-size: 0.93em;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
.intro-credits-content p span {
    line-height: 1.9em;
}
.intro-credits-btn {
   width: 65px;
   height: 71px;
   background: url('../images/credits-btn.png') no-repeat 0 0 transparent;
   margin: 190px 0px 0px 37px
}
.intro-copyright{
   margin: 28px 0 0 406px;
}
.intro-copyright p{
  color: #fff;  
  font-family: 'TradeGothicLTStd-Bold'; 
  font-size: 1.93em;
  //text-align: center;
}

.content-header {
    height: 84px;
    padding: 36px 0 0 104px;
    //border-bottom: 1px solid #fff;
}

.content-header h1 {
    color: #fff;
    font-family: 'TradeGothicLTStd-Bold'; 
    font-size: 2.12em;
    text-transform: uppercase;
    //line-height: 1.2em;
}

.content-middle {
    height: 864px;
    //background: #000;
}

.content-middle .subcontent-middle {
    width: 100%;
    text-align: center;
}

.content-middle .content-middle-intro h2 {
    color: #868686;
    font-size: 2.11em;
    line-height: 2.1em;
    font-family: 'TradeGothicLTStd-Bold'; 
    text-transform: uppercase;
    text-align: center;
}

.content-middle .content-middle-intro .content-middle-image {
   width: 406px;
   height: 519px;
}

.content-middle .content-middle-intro .content-middle-image.moret {
    background: url('../images/marie-moret.jpg') no-repeat 0 0 transparent;
}

.content-middle .content-middle-intro .content-middle-image.godin {
    background: url('../images/godin.jpg') no-repeat 0 0 transparent;
}

.content-middle .content-middle-intro .content-middle-image.soon {
    opacity: 0.45;
    color: #fff;
    font-size: 3em;
    line-height: 470px;
}
.content-middle .content-middle-intro a {
    text-decoration: none;
}

.content-middle .content-middle-intro a h2 {
    color: #e75e40;
}

.content-middle-txt {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.content-middle-txt p{
    color: #fff;
    font-size: 1.67em;
    line-height: 1.15em;
    font-family: 'TradeGothicLTStd-BdCn20'; 
    text-align: left;
    margin: 0 auto;
}

/** footer **/
.content-footer {
    height: 96px;
    text-align: right;
}

.content-footer ul {
    list-style: none;
}

.content-footer ul li {
    display: inline-block;
    //border: 1px solid #fff;
    margin-right: 10px;
}

.content-footer ul li a {
    display: block;
    height: 80px;
    
}

.content-footer ul li.library-btn {
    margin-right: 4px;
}
.content-footer ul li.back-btn {
    margin-right: 12px;
}
.content-footer ul li.home-btn {
    margin-right: 16px;
}


.content-footer ul li.back-btn a {
    background: url('../images/btn-back.png') no-repeat 2px 6px;
    width: 60px;
}

.content-footer ul li.home-btn a {
    background: url('../images/btn-home.png') no-repeat 13px 0;
    width: 84px;
}

/** list **/
.content-middle-breadcrumb {
   
}

.content-middle-breadcrumb ul {
   list-style: none;
   padding: 20px 0px 48px 130px;
}

.content-middle-breadcrumb ul li {
   display: inline;
   font-size: 1.63em;
   line-height: 1.1em;
   font-family: 'TradeGothicLTStd-Bold'; 
   color: #fff;
}

.content-middle-breadcrumb ul li+li:before {
    padding: 0 19px 0 19px;
    color: #fff;
    content: "\003e";
    font-size: 1.32em;
}

.content-middle-breadcrumb ul li a {
   //line-height: 1.1em;
   color: #e75e40;
   text-decoration: none;
}


.content-middle-breadcrumb ul li:nth-child(1) {
   text-transform: uppercase; 
   font-size: 1.82em;
   //padding-right: 0px;
}

.list {
    height: 700px;
    overflow: hidden;
}

.list div {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}

.list ul {
    list-style: none;
    width: 1480px;
    height: 700px;
    //background: #ffc;
    margin: 0;
    padding: 0;
}

.list ul li a {
    text-decoration: none;
}

.list .arrow-left{
   width: 236px; 
   height: 700px;
   line-height: 654px;
   text-align: center;
} 
.list .arrow-left .pagination .next {
    display: none;
}

.list .arrow-right .pagination .previous {
    display: none;
}

.list .arrow-right{
   width: 204px; 
   height: 700px;
   line-height: 654px;
   text-align: center;
}

.list .pagination{
   text-align: center;
   width: 204px;
}

.list .pagination span a {
    color: #e75e40;
    font-family: 'TradeGothicLTStd-Bold';
    font-size: 2.0em;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.list .pagination span a > span {
    //line-height: 640px;
    font-size: 1.30em;
    vertical-align:middle;
}

.paginate {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 64px;
}

.paginate span {
    color: #fff;
    font-size: 1.2em;
    font-family: 'TradeGothicLTStd-Bold';
    line-height: 3em;
}

/** filters **/
.content-middle-filters {
    width: 100%;
    text-align: center;
}


/** filter by Years (list periods)**/
.filters-years {
    width: 1516px;
    margin: 0 auto;
    text-align: justify;
}
.filters-years ul {
    list-style: none;
}

.filters-years ul li {
    color: #868686;
    font-size: 4.4em;
    font-family: 'TradeGothicLTStd-Bold';
    display: inline-block;
    margin: 36px 150px 0px 25px;
}

.filters-years ul li span {
    color: #fff;
}

.filters-years.decades ul li {
    font-size: 3.3em;
    margin: 50px 0px 46px 28px;
}

.filters-years.year ul li {
    font-size: 2.9em;
    margin: 58px 16px 76px 28px;
}

.filters-years.periods ul li:nth-child(3),
.filters-years.decades ul li:nth-child(4n),
.filters-years.year ul li:nth-child(10), 
.filters-years.continents ul li:nth-child(5){
    margin-right: 0px;
}


.filters-years ul li a {
    color: #e75e40;
    text-decoration: none;
}

/** filter by Themes (list themes)**/
.filters-themes {
    width: 1446px;
    margin: 0 auto;
    text-align: justify;
}
.filters-themes ul {
    list-style: none;
}

.filters-themes ul li:nth-child(4n) {
    //margin-right: 0px;
}
.filters-themes ul li {
    color: #868686;
    font-size: 3.2em;
    font-family: 'TradeGothicLTStd-BdCn20';
    display: inline-block;
}

.filters-themes ul li a {
    color: #e75e40;
    text-decoration: none;
}

/** filter by Authors (lettres)**/
.filters-letters {
    width: 844px;
    margin: 0 auto;
    text-align: justify;
}
.filters-letters ul {
    list-style: none;
}

.filters-letters ul li:nth-child(7), .filters-letters ul li:nth-child(14) {
    margin-right: 0px;
}
.filters-letters ul li {
    color: #868686;
    font-size: 4.7em;
    font-family: 'TradeGothicLTStd-Bold';
    display: inline-block;
    margin: 32px 74px 74px 0px;
}

.filters-letters ul li:nth-child(n+15) {
    margin: 32px 108px 74px 0px;
}
.filters-letters ul li:nth-child(20), .filters-letters ul li:nth-child(26) {
    margin-right: 0px;
}
.filters-letters ul li a {
    color: #e75e40;
    text-decoration: none;
}

/** filter by Letter (list auteurs)**/
.filters-authors {
    width: 1456px;
    margin: 68px auto 0 auto;
    text-align: left;
}
.filters-authors ul {
    list-style: none;
}
.filters-authors ul li {
    display: block;
    margin-bottom: 30px;
}
.filters-authors ul li a {
    color: #e75e40;
    font-size: 1.75em;
    font-family: 'TradeGothicLTStd-Bold';
    text-decoration: none;
}
.filters-authors ul li a span {
    font-family: 'TradeGothicLTStd';
}

/** page book **/
.content-middle-breadcrumb ul li.breadcrumb-book-label {
    text-transform: none;
}

.content-middle-breadcrumb ul li.breadcrumb-book-label i {
    font-family: 'TradeGothicLTStd-BoldObl';
}

.content-middle-breadcrumb ul.breadcrumb-book {
    padding-bottom: 32px;
}

.content-middle-book {
    width: 1640px;
    margin: 0 auto;
}



.content-middle-book .book-description p {
    color: #fff;
    font-size: 1em;
    line-height: 1.35em;
    font-family: 'TradeGothicLTStd';
    text-align: left;
}

.content-middle-book .book-description p.book-history {
    margin-top: 3.2em;
}

.content-middle-book .book-description .book-collection {
    position: absolute;
    bottom: 200px;
    max-width: 240px;
}

.content-middle-book .book-description .book-collection p {
    font-size: 0.85em;
    line-height: 1.2em;
    font-family: 'TradeGothicLTStd';
    font-weight: normal;
}

#scroller ul li {
    margin-top: 8px;
}

#scroller ul li a.getBookImage img.selected {
    border: 2px solid #e75f41;
    border-radius: 2px;
}


/** tooltip **/
.ui-tooltip {
    max-width: 350px;
}
.tooltip-bureaugodin {
    //background: url(../images/bg-tooltip.png) no-repeat 97% 6% #fff;
    background: url(../images/bg-tooltip.png) no-repeat 98% 6px #fff;
    color: #e75e40;
    border: none;
    padding: 0;
    opacity: 1;
}

.tooltip-bureaugodin.ui-widget.ui-widget-content, 
.tooltip-bureaugodin.ui-corner-all {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: none !important;
}
.tooltip-bureaugodin .ui-tooltip-content {
    position: relative;
    //padding: 0.4em 1.8em 0.7em 0.4em;
    padding: 0.4em 1.8em 0.9em 0.4em;
    color: #e75e40;
    font-family: 'TradeGothicLTStd';
    font-size: 1.5em;
    line-height: 0.9em;
    //white-space: nowrap;
}

.tooltip-bureaugodin .ui-tooltip-content strong {
    white-space: pre-wrap;
    word-break: keep-all;
    font-family: 'TradeGothicLTStd-bold';
}

.tooltip-bureaugodin .ui-tooltip-content strong::after {
    //content: '';
}

.tooltip-bureaugodin .ui-tooltip-content i,
.tooltip-bureaugodin .ui-tooltip-content em,
.tooltip-bureaugodin .ui-tooltip-content span.label-date{
    font-size: smaller;
    white-space: pre-wrap;
    word-break: keep-all;
}

.tooltip-bureaugodin .ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: -10px;
    left: 24%;
    border-color: #fff transparent;
    border-width: 0 10px 10px;
}
