/* adaptativité du site*/

.menu a:hover {
    font-weight:normal;
    color : #CF0099;
}
.menu td  {
    vertical-align:bottom;
    }

@media screen and (min-width: 1281px) {
    .menu{
    width:100%;
    height:80px;
    }
    .menu table{
    width:1280px;
    margin-left: auto;
    margin-right: auto;
    }
    .contactP{
    top:80px;
    height:45px;
    
}
.contactP table{
    width:1280px;
    margin-left: auto;
    margin-right: auto;
    }
.conteneur {
    width:1280px;
    margin-left: auto;
    margin-right: auto;
  }
.menu a {
    font-size : 74px;
    text-decoration: none;

}
a {
    font-weight:500;
    font-size : 26px;
    text-decoration: none;
    /*color : #2588A0;
    color : #8CA010;*/
    color : #6C7C07;
}
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
    .menu{
    width:100%;
    height:60px;
}
    .menu table{
    width:100%;
    height:100%
    margin-left: auto;
    margin-right: auto;
     
}
    .contactP{
    top:60px;
    height:35px;
    
}
.contactP table{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
  .conteneur {
    width:90%;
    margin-left: auto;
    margin-right: auto;
    padding:0;
  }

         .conteneur dd{
    font-size : 17px;
  }
    .engrille p{
	font-size : 17px;
}
.menu a {
    font-size : 55px;
    text-decoration: none;
}
a {
    font-weight:500;
    font-size : 20px;
    text-decoration: none;
    color : #6C7C07;
}
}
@media screen and (max-width: 800px) {
    .menu{
    width:100%;
    height:40px;
}
    .menu table{
    width:100%;
    height:100%
    margin-left: auto;
    margin-right: auto;
     
}
    .contactP{
    top:45px;
    height:32px;
    
}
.contactP table{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
  .conteneur {
    width:100%;
    margin-left: auto;
    margin-right: auto;
  }
     .conteneur dd{
    font-size : 14px;
  }
    .engrille p{
	font-size : 14px;
}
.menu a {
    font-size : 30px;
    text-decoration: none;
}
a {
    font-weight:500;
    font-size : 14px;
    text-decoration: none;
    color : #6C7C07;
}

}

/* CSS des balises */
html, body
    {
    margin:0;
    padding:0;
    background-color:#F3F3EF;
    font-family: 'Noto Serif', serif;
    font-weight:200;
    font-style: normal;
    font-size : 20px;
    color : 120601;
    }
table
    {
   width:100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border:none;   
    }
td  {
    text-align:center;
    vertical-align:top;
    margin:0;
    padding:0;
    border:none;
    }
a:hover {
    color : #CF0099;
}
li{
    margin :0px ;
    list-style-type: none ;
}

/* autres classes */

.engrille {
	display: flex;
	flex-wrap: wrap;
    justify-content:space-evenly;
}
.engrille img{
	margin : 0px;
}


.italique {
    font-style: italic;
    color : #502020;
}

/* CSS pour la lightbox */

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(243, 243, 239, 0.9);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Titreoeuvre
{
    font-weight:400;
    font-style:italic;
}
.img-box {
  display: inline-block;
  position: relative;
  text-align: center;
}
.img-box p {
    margin-top: 10px;
}
.img-box a {
    margin-bottom: 0px;
}