/******TITRE**********/
.tt_acces_rapides {
  font-size: 33px;
  text-align: center;
  padding: 20px 0 40px 0;
  color: #a90c40;
  text-transform: uppercase;
}
.tt_acces_rapides::before, .tt_acces_rapides::after {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #000;
  margin: 20px auto 20px auto;
}
/***********CONTAINER**********/
.acces-rapide-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .acces-rapide-container {
    justify-content: space-evenly !important;
  }
	.acces-rapide-item {
	  width: 40% !important;
		margin-bottom: 20px !important;
	}
	.tt_acces {
	  font-size: 14px;
	}
}
/**********ITEM*************/
.acces-rapide-item {
  text-align: center;
  margin: 0 10px; /* Espacement entre les icon */
  color: #000;
  font-weight: 400;
  line-height: 1em;
}
.acces-rapide-item a {
  color: #000;
}
.acces-rapide-item a:hover {
  color: #a80140;
  text-shadow: 0px 0px 1px #a7013f;
  opacity: 1;
}
.picto {
  height: 90px;
  align-items: center;
  display: flex;
}
.picto img {
  margin: auto;
}
.tt_acces {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}