.container {
    display: inline-block;
    position: relative;
	
}

.container .text {
    background: #F5F5F5;
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    color: #F5F5F5;
    width: 100%;
	height: 100%;
	opacity:1;
	display:none;
}

.container:hover .text {
	display: block;
	cursor:pointer;
}

.titre p {
	font-size: 20pt;
	color: #000000;
	position: relative;
	margin-top: 30%;
}

#sidebar {
	float: right;

}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  width: 150px;
  font-family: SimplonNormRegular, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.navigation ul {
	list-style-type: none;
}

.navigation a, .navigation span  {
  display: block;
  padding: 0px 0px;
  color: #0000DC;
  text-decoration: none;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
  text-decoration: underline;
}
.navigation .subMenu {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.navigation ul.subMenu a {
  background: none;
  padding: 3px 0px;
}

.subsubMenu {
  margin-left: 0px;
}

.navigation p {
	font-size: 15px;
	color: #0000DC;
	margin: 0;
	padding-left: 10px;
}

.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

.textegris, .titreexpo, .titreoeuvre, .textbio, .gdtitrerubrique, .titrerubrique, .textedate, .lien_couleur, .lien_couleur:visited,  .lien_couleur:link{
	color:#000000;
}

.doctext_C_1{
	color:#000000;
}

.menu_burger:before, .menu_burger:after, .menu_burger div{
   background: #000000;
}

.header_img, .mobile_icon{
    filter: invert(0%) sepia(82%) saturate(0%) hue-rotate(77deg) brightness(97%) contrast(102%);
}

.hr_style {
	background-color: #000000;
}

@font-face {
    font-family:Roboto;
    src: url('../../site/fonts/Roboto-Light.ttf');
}

.Roboto {
font-family: 'Roboto';
font-size: 20pt;
color:#000000;
}

.Robotopoesie {
font-family: 'Roboto';
font-size: 13pt;
color:#000000;
}