/******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: center;
  flex-wrap: wrap;
  /*gap:29px;*/
}





/**********ITEM*************/

.acces-rapide-item {
  text-align: center;
  color: #267267;
	margin-bottom: 15px;
  font-weight: 400;
  line-height: 1em;
  height: 90px;
  flex:1 0 15%;
	position: relative;
	padding-top: 5px;
	border-radius: 7px;
	transition: all 0.3s ease-in-out;
}
.acces-rapide-item:hover {
  box-shadow: 0 0 10px #26726759;
	transition: all 0.3s ease-in-out;
}
.tt_acces {
  color: #289899;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.1;
}

.acces-rapide-item a {
  color: #462015;
  display: inline-grid;
  height: 100%;
}
.picto {
  height: 50px;
  display: table-cell;
  vertical-align: bottom;
  width: auto;
}

.picto img {
	opacity: 0.9;
	max-height: 58px;
  /*max-width: 100%;
  height: auto;
  max-height: 100%;
	margin: auto;*/
}
/*.acces-rapide-item::before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #F2801B00;
  position: absolute;
  border-radius: 30px;
  transition: all ease-in-out 0.7s;
  z-index: 10;
	transform-origin: bottom left;
  left: 49px;
  bottom: 75px;
}*/
/*.acces-rapide-item:hover::before {
	z-index: -1;
background: #f2801b;
  transition: all ease-in-out 0.4s;
  transform: scale(850%);
	left: 49px;
  bottom: 75px;
	transform-origin: bottom left;
}*/

/*.acces-rapide-item.acces5 {
  margin-left: 42px;
}*/
@media(max-width:980px) {
	.acces-rapide-item.acces5 {
  margin-left: 0px;
}
}
@media(max-width:680px) {
	 .acces-rapide-item {
    text-align: center;
    color: #462015;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1em;
    height: 120px;
    flex: 1 0 33%;
    position: relative;
  }
/*.acces-rapide-item.acces5 {
  margin-left: 0px;
}*/

.picto {
    height: 60px;
    width: 70px;
    display: grid;
    align-items: center;
  }
    .tt_acces {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -0.05em;
    }

}


