.section-texteetimage figure {
  position: relative;
  margin-bottom: 0;
}
.section-texteetimage figure small {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  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-texteetimage figure small .copysymb {
  padding: 5px 0;
}
.section-texteetimage figure small .copycont {
  padding-left: 5px;
  display: none;
}
.section-texteetimage figure small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-texteetimage img {
  max-width: 100%;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.section-texteetimage a.boutPlein,
.section-texteetimage a.boutVide {
  margin-bottom: 20px;
}
.section-texteetimage a.boutPlein i,
.section-texteetimage a.boutVide i {
  margin-left: 32px;
}
.section-texteetimage a.boutPlein.bleu {
  background: #0578C0;
  border: 1px solid #0578C0;
}
.section-texteetimage a.boutPlein.rose {
  background: #DF31C6;
  border: 1px solid #DF31C6;
}
.section-texteetimage a.boutPlein.gris {
  background: #838890;
  border: 1px solid #838890;
}
.section-texteetimage a.boutPlein.orange {
  background: #EC6E04;
  border: 1px solid #EC6E04;
}
.section-texteetimage a.boutPlein:hover {
  background: #0A0F39 !important;
  border: 1px solid #0A0F39 !important;
  color: #ffffff !important;
}
.section-texteetimage a.boutVide.bleu {
  color: #0578C0;
  border: 1px solid #0578C0;
}
.section-texteetimage a.boutVide.rose {
  color: #DF31C6;
  border: 1px solid #DF31C6;
}
.section-texteetimage a.boutVide.gris {
  color: #838890;
  border: 1px solid #838890;
}
.section-texteetimage a.boutVide.orange {
  color: #EC6E04;
  border: 1px solid #EC6E04;
}
.section-texteetimage a.boutVide:hover {
  background: #0A0F39 !important;
  border: 1px solid #0A0F39 !important;
  color: #ffffff !important;
}
.section-texteetimage h2::after {
  content: '';
  display: block;
  width: 37%;
  margin-top: 27px;
  height: 5px;
  background-color: #0578C0;
}
.section-texteetimage.bleu h2::after {
  background: #0578C0;
}
.section-texteetimage.orange h2::after {
  background: #EC6E04;
}
.section-texteetimage.gris h2::after {
  background: #838890;
}
.section-texteetimage.rose h2::after {
  background: #DF31C6;
}
.section-texteetimage p.chapeau {
  color: #0A0F39 !important;
  font-weight: 600 !important;
  margin: 43px 0 33px !important;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .section-texteetimage .container .row > div:first-child {
    margin-bottom: 40px;
  }
}
