/****************************************/
/*				commons					*/
/****************************************/
/****************************************/
/*					fonts				*/
/****************************************/
.fontNormal {
  font-family: Helvetica, Arial, sans-serif;
}
.fontBold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
/****************************************/
/*				general					*/
/****************************************/
body {
  background-color: #dedede;
}
/****************************************/
/*				custom					*/
/****************************************/
/*
header, #header, #tete, .header, .tete
{
	position: static;
	height: 90px;
}
*/
a.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 60px;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  background: transparent url("/tna/media_sel/images/logo-l.png") no-repeat 0px 50%;
  background-size: contain;
  z-index: 3;
}
.siteTitle {
  display: block;
  position: absolute;
  height: 60px;
  width: 97%;
  background-color: transparent;
  color: #000000;
  text-align: center;
  font-size: 17px;
  line-height: 60px;
  z-index: 2;
}
ul.siteMenu {
  display: none;
}
.home .header .logo {
  display: none;
  margin-right: -15px;
}
.home .main .logo {
  width: 350px;
  height: 98px;
  margin: 0px 0px 0px 40px;
  background: white url("/tna/media_sel/images/logo-l.png") left bottom no-repeat;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.headerWidgets {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: auto;
  z-index: 3;
}
/****************************************/
/*     	 				siteID card							*/
/****************************************/
/****************************************/
/*	     	 			timeMachine							*/
/****************************************/
/****************************************/
/*    		 	 		userShortcuts						*/
/****************************************/
.userShortcuts {
  float: left;
}
/****************************************/
/*     	 		timeLine				*/
/****************************************/
.button.opened,
.button.opened:hover {
  background-color: #777777;
}
.simpleList .year.closed .bar {
  border-color: #8f1851;
}
.simpleList .year.closed .bar {
  background-color: rgba(143, 24, 81, 0.4);
  border-left: 2px solid #8f1851;
}
.yearLabel {
  color: rgba(139, 98, 118, 0.75);
}
.simpleList .monthCalendar {
  border-left: 2px solid #8f1851;
}
.simpleList .instance a {
  background-color: #8b6276;
}
.simpleList .instance.selected a,
.simpleList .instance.selected a:hover {
  color: #ffffff !important;
  background-color: #575757 !important;
}
.simpleList .year .instance a:hover {
  color: white;
  background-color: #631138;
}
.simpleList .year .multipleInstance li:hover {
  background-color: #8f1851;
}
.simpleList .year .multipleInstance li:hover a {
  background-color: transparent;
  color: #f2f2f2;
}
/****************************************/
/*     	   classes documentaires        */
/****************************************/
/****************************************/
/*     	       SOCIAL LINKS             */
/****************************************/
/*****************************/
/*        footer             */
/*****************************/
/****************************************/
/*     	 			home				*/
/****************************************/
/****************************************/
/*     	 		 siteList				*/
/****************************************/
/****************************************/
/*     	 		 siteList				*/
/****************************************/
/****************************************/
/*     	 		 index					*/
/****************************************/
/****************************************/
/*     	 	 resultsFilter				*/
/****************************************/
/****************************************/
/*     	 	 home Slider				*/
/****************************************/
/****************************************/
/*     		 	 disclaimer				*/
/****************************************/
/****************************************/
/*     		 	browser					*/
/****************************************/
/****************************************/
/*     		 	tags  					*/
/****************************************/
/****************************************/
/*     		 				banner		  					*/
/****************************************/
.banner #header {
  color: white;
  background-color: #cf1c00;
  overflow-x: hidden;
  overflow-y: auto;
}
.banner a.logo {
  display: block;
  position: static;
  float: left;
  width: 240px;
  height: 60px;
  text-decoration: none;
  margin: 0px 15px 0px 0px;
  background: transparent url("/tna/media_sel/images/TNALogoRetinaWhite.png") no-repeat 0px 50%;
  background-size: contain;
  border-bottom: none;
}
.banner .textMention {
  text-align: left;
  line-height: 1.35em;
  padding: 7px 1em 0em 1em;
  white-space: nowrap;
}
.banner a {
  color: white;
  text-decoration: none;
  padding: 1px 2px 0 2px;
  border-bottom: 1px solid white;
}
.banner a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.banner .mentionDate {
  font-weight: bold;
}
.textBrowser li {
  display: inline-block;
}
.textBrowser li:not(.label) {
  padding: 0 0.2em;
}
.iframeContainer {
  float: none;
  width: 100%;
}
.graphicDisclaimerContainer {
  display: none;
  color: #ffffff;
  background-color: rgba(207, 28, 0, 0.7);
}
/****************************************/
/*     		 					Modal  							*/
/****************************************/
/* Modal CSS taken from old template */
.modal {
  background-color: white;
  border: 1px solid #a5acca;
  box-shadow: 3px 3px 20px #555;
  display: block;
  font-size: 0.8em;
  height: 600px;
  left: 50%;
  margin-left: -250px;
  margin-top: -300px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 500px;
  z-index: 10000;
}
.modalBar {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d1d4e1;
  display: block;
  height: 29px;
  line-height: 2.3em;
  position: absolute;
  width: 500px;
}
a.closeModal::after {
  content: " \00D7";
}
a.closeModal {
  color: black !important;
  float: right;
  margin-right: 10px;
  width: auto;
}
.modalContent {
  font-size: 0.9em;
  line-height: 1.6em;
  max-height: 570px;
  overflow-x: auto;
  position: absolute;
  top: 30px;
  width: 500px;
}
.modalContent h3 {
  border-bottom: 2px solid #b1b6cc;
  font-size: 1.3em;
  padding: 0 1em 1em 20px;
}
.modalContent p {
  padding: 0 1em 0.5em 30px;
}
.modalContent ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 30px;
}
.modalContent li {
  padding-bottom: 0.3em;
}
/* Ending modal CSS */
