/******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;
}

/**********ITEM*************/
.acces-rapide-item {
  text-align: center;
  color: #267267;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1em;
  flex: 1 0 15%;
  position: relative;
}
.acces-rapide-item a {
  color: #462015;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/**********PICTO*************/
.picto {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
}


/**********TEXTE*************/
.tt_acces {
  color: #007261;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}

/****** TABLETTE (≤ 768px) ******/
@media (max-width: 1000px) {
  .acces-rapide-item {
    flex: 1 0 30%;
  }
  .tt_acces_rapides {
    font-size: 26px;
  }
	.picto img {
  opacity: 0.9;
  max-height: 90px;
  max-width: 100%;
  width: auto;
}
	 #s_navigation {
    height: 80px;
  }
	  #s_navigation .et_pb_code_2_tb_header.et_pb_module {
    margin-left: auto !important;
    margin-right: 0px !important;
  }
}

/****** MOBILE (≤ 480px) ******/
@media (max-width: 480px) {
  .acces-rapide-item {
    flex: 1 0 45%;
  }
  .picto {
    height: 80px;
  }
  .picto img {
    max-height: 80px;
  }
  .tt_acces {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  .tt_acces_rapides {
    font-size: 22px;
    padding: 15px 0 25px 0;
  }
}

/****** TRÈS PETIT (≤ 320px) ******/
@media (max-width: 320px) {
  .acces-rapide-item {
    flex: 1 0 100%;
  }
}
