@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&display=swap');
body{
margin: 0;
}
#ensemble{
  z-index: 2;
position: relative;padding-top: 100px;
}
.fond{
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
}

#journal{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(245, 222, 179, 0.8);
    padding-bottom: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

.picture{
  width: 50%;
}
.picture100{
  width: 100%;
}
.imagecentre{
  text-align: center;
}

.textestage{
  width: 90%;
  margin: auto;

  font-size: 25px;
  font-family: 'Cormorant Garamond'; /*
  background-color: rgb(245, 222, 179, 0.8);
    padding-bottom: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);*/
}

#news{
  z-index: 1;
  position: relative;
  width: 1200px;
  margin: auto;
/*  text-align: center;*/
  display: flex;
}

.imgnews{
  width: 50%;
}

.stageimg{
  width: 75%;
  margin: 0 50px;
}
.stageimg img{
  width: 100%;
}

.ensemble {
  margin: auto;
}

.petiteimage{
 max-height: 424px;
}

.book{
  width: 99%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.cadrestage{
  width: 100%;
  text-align: center;
/*  position: absolute;*/
top: 100px;
}
.elmtprincipal{
  width: 50%;
  height: 100px;
}
.elementprincipal{
  width: 100%;
}
.listelement{
width: 50%;
height: 100px;
}
#pdf{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width : 1200px) {
  /*#news{
    width: 95%;
  }*/
  }
@media only screen and (max-width : 768px) {
.textestage {
  font-size: 15px;
}

h2,{
  font-size: 21px;
  width: 100%;
}

