/*********************************************ACCUEIL */
body{
  position:relative;
}

@media (min-width: 800px) {
  body.home, body.page-id-34{
    background-image:url("./wp-content/uploads/2022/12/Cache-oiseau.png");
    background-repeat: no-repeat;
    background-size:25%;
    background-position:4% 50px;
  }
}

main{
  position:relative;
  padding-bottom:80px;
}

.home main{
  padding-bottom:180px;
}

@media (min-width: 800px) {
  .home main{
    margin-top:70px;
  }
}

main:before{
  width:100%;
  height:100%;
  content:"";
  position:absolute;
  bottom:0px;
  left:0;
  z-index:-1;
  background-image:url("./wp-content/uploads/2023/01/Fond-bg.png");
  background-repeat: no-repeat;
  background-size:100%;
  background-position:0% 100%;
}

/*********************************************FOOTER */
footer{
  margin-block-start: 0rem !important;
}

footer > div{
  margin-bottom:0 !important;
  
}
/*********************************************LISTING ACTU */

.listing-actu{
  text-align:center;
  
}
.listing-actu ul{
  justify-content: center !important;
}

.home h1.wp-block-post-title{
  display:none;
}

.listing-actu h2{
  text-transform:uppercase;
}

.listing-actu h3{
  font-size:1.4rem;
  font-weight:600;
  font-variant:small-caps;
}

.listing-actu .wp-site-blocks{
  margin-bottom:0;
  
}

.listing-actu figure{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 230px;
  border:2px solid var(--wp--preset--color--primary) !important;
  margin-left:auto;
  margin-right:auto;
}

.listing-actu figure img{
  height: 320px;
  object-fit: cover;
}

/*********************************************SPECTACLE LISTING */
.page-id-11 h1{display:none;}

.spectacle-listing h2 a{
  font-size:1.525rem;
}

.spectacle-listing figure{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*********************************************SPECTACLE */

@media (min-width: 800px) {
  .spectacle{
    padding-top:50px;
  }
}

@media (max-width: 800px) {
  .wp-container-10.wp-block-columns{
    flex-direction: column-reverse !important; 
  }
}

/*********************************************COMPAGNIE */

@media (max-width: 800px) {
  .direction-reverse{
    flex-direction: column-reverse !important; 
  }
}

.text-center{text-align:center;}


/* Crédit Photo */
.wp-element-caption{color:#858585 !important;font-size:0.7rem !important;}

/* Icone Download */
.wp-block-file{
  background-image:url("./wp-content/uploads/2023/01/download.png");
  background-repeat: no-repeat;
  padding-left:40px;
  background-position:0% 50%;
}
