.section-seances .seance__elem {
  display: flex;
}
.section-seances .seance__elem .seance__img {
  width: 51.5%;
}
.section-seances .seance__elem .seance__img small {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-seances .seance__elem .seance__img small .copysymb {
  padding: 5px 0;
}
.section-seances .seance__elem .seance__img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-seances .seance__elem .seance__img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-seances .seance__elem .seance__infos {
  width: 48.5%;
  background-color: #0A0F39;
  color: #ffffff;
  padding: 45px 52px;
}
.section-seances .seance__elem .seance__infos.fullWidth {
  width: 100%;
}
.section-seances .seance__elem .seance__infos h3 {
  color: #ffffff;
  margin-bottom: 34px;
}
.section-seances .seance__elem .seance__infos .seance__date {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  margin-bottom: 43px;
}
.section-seances .seance__elem .seance__infos .seance__date span {
  margin-top: 6px;
  display: block;
}
.section-seances .seance__elem .seance__infos .seance__texte {
  margin-bottom: 35px;
}
.section-seances .seance__elem .seance__infos .boutPlein i,
.section-seances .seance__elem .seance__infos .boutVide i {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .section-seances .seance__elem {
    flex-direction: column;
  }
  .section-seances .seance__elem .seance__img {
    width: 100%;
    height: 200px;
  }
  .section-seances .seance__elem .seance__infos {
    width: 100%;
  }
}
