.header hr {
  width: 80px;
}
.title {
  line-height: 110%;
  width: 80%;
  text-transform: none;
  margin-top: 30px;
}
.header .tag {
  display: inline-block;
  color: var(--gris-bleu);
  margin-bottom: 0;
}
.header .tag:not(:last-child):after {
  color: black;
  content: " / ";
  font-family: "Karla Regular";
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.chapeau {
  margin-bottom: 40px;
  font-family: "Karla Bold";
}
.infos {
  background-color: white;
  padding: 30px 50px;
  height: fit-content;
  margin-bottom: -25%;
}
.infos .date p {
  font-size: 24px;
  display: inline;
}
.infos .date#archive h3 {
  margin: 0;
  color: var(--orange);
  display: inline-block;
}
.infos .date#archive p:before {
  margin-left: 10px;
  content: "("
}
.infos .date#archive p {
  color: var(--orange);
  font-size: 16px;
}
.infos .date#archive p:after {
  content: ")"
}
.infos .lieu p {
  display: inline-block;
  width: 70%;
}
.infos .lieu:before {
  content: "";
  background: url("../../../assets/graphics/place.png") no-repeat center;
  background-size: contain;
  float: left;
  margin-right: 20px;
  width: 14px;
  height: 25px;
  position: relative;
  top: 2px;
}
.reservation #telephone:before,
.reservation #mail:before ,
.reservation .site_web:before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  width: 20px;
  top: 10px;
  height: 25px;
  position: relative;
}
.reservation #telephone:before {
  background: url("../../../assets/graphics/phone.png") no-repeat center;
  background-size: 15px;
}
.reservation #mail:before {
  background: url("../../../assets/graphics/mail.png") no-repeat center;
  background-size: 18px;
}
.reservation .site_web:before {
  background: url("../../../assets/graphics/fleches/fleche-1.png") no-repeat center;
  background-size: 12px;
  height: 20px;
}
.contenu{
  margin-top: 30px;
}
.side,
.side-float{
   width: 40%;
}
.image-side{
   width: 100%;
}
.side-float{
   float: right;
   margin-right: -10%;
   padding: 5% 0 3% 5% ;
}
.agenda_autres {
  background-color: var(--gris-bleu-clair-A);
  padding: 5%;
  margin-bottom: 80px;
}
.agenda_autres .related_ville {
  color: var(--orange);
  font-family: "gill-sans-nova-condensed", sans-serif;
}
.agenda_autres a:hover {
  color: var(--gris-bleu);
}
.agenda_autres li figure figcaption {
  background-color: var(--gris-bleu-clair-A);
}
.agenda_autres .tags p {
  background-color: var(--gris-bleu-clair-A) !important;
}
.agenda_autres .date p,
.agenda_autres .lieu {
  background-color: var(--blanc) !important;
}
.agenda_autres .date p {
  font-size: 17px;
}
.agenda_autres li figure:hover .date p,
.agenda_autres li figure:hover .lieu {
  background-color: var(--beige) !important;
}

@media screen and (max-width: 64em) and (min-width: 48em) {
  .infos {
    margin-top: 5%;
  }
   .side,
   .side-float{
      width: 50%;
   }
   .side-float{
      margin-right: 0;
   }
}

/* MOBILE */

@media screen and (max-width: 48em) {
  .infos {
    bottom: 5%;
    position: relative;
  }
  .contenu{
    margin-top: 60px;
  }
  .side,
  .side-float{
     width: 100%;
  }
  .side-float{
     float: none;
     padding: 0;
     margin: 8% 0;
  }
  .image-side{
     width: 80%;
  }
  .agenda_autres figure h3 {
    margin-bottom: 15%;
  }
}
