/*.background-cover .obsidian-background-overlay{
background-image: none !important;
	}
  .obsidian-background-overlay::before {
    background-color: #ffffff;
    opacity: 0;
} */

.site-navigation {
background-color: #fff;
position: fixed;
}

  .imageartistes {
    min-height: 60vh;
}
 .content-area {max-width: 100%;}
.imageartistes img{
  z-index: -1;
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.imageartistes h1 {
  text-transform: uppercase;
  margin-top: 40vh;
  font-size: 220%;
  background-color: rgba(255,255,255,0.8);
max-width: 52rem;
padding-left: 2rem;
padding-right: 1rem;
z-index: 1;
 }
 .contenu{
 margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: #fff;
  z-index: 2;
  }

  .page-header{margin-bottom:10px;}
  .entry-header{padding-bottom:0px;margin-bottom:10px;}
  /*.entry-content{
  background-color: #fff;
    } */
  .entry-title {line-height: 1.2;
    }
     .site-header {
    padding-bottom: 0;
padding-top: 0;
 }
 .post-navigation, .posts-navigation{
    padding-bottom: 0;
padding-top: 0;
 }

.post-type-navigation a {font-weight: 200 !important;
border: solid 1px; }
.entry-content{
margin: 0 auto;
max-width: 800px;
text-align: justify;
}
.page-content {
padding-top: 70px !important;}

