.col-mention {
  margin-bottom: 10px;
}
.s-titre-mentions {
  margin-top: 0;
  font-family: 'nunitoregular', sans-serif;
  color: #7a0050;
  font-size: 20px;
  margin-bottom: 0;
}
.intro-mentions {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .intro-mentions {
    font-size: 20px;
  }
  .s-titre-mentions {
    font-size: 22px;
  }
	.txt {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .intro-mentions {
    font-size: 24px;
    line-height: 30px;
  }
  .txt {
    font-size: 20px;
  }
  .s-titre-mentions {
    font-size: 28px;
  }
}
