#contenu_accueil {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
[id^='menu_ligne_'] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 10px;
}
#contenu_accueil .btn_lien {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 3px solid #5b924f;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
[id^='menu_ligne_'] a {
  text-decoration: none;
  color: #5b924f;
}
.titre_btn_lien {
  font-size: 1.2em;
  color: #5b924f;
}
@media (orientation: portrait) and (min-width: 12cm),(orientation: landscape) and (min-height: 12cm) {
  #contenu_accueil .btn_lien {
    transform: rotate(0deg);
    transition: transform 0.3s;
  }
  #menu_ligne_1 .btn_lien {
    width: 30%;
  }
  #menu_ligne_2 .btn_lien {
    width: 20%;
  }
  #lien_boutique .contenu_bouton {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #lien_boutique:hover {
    transform: rotate(-4deg);
    transition: transform 0.2s;
  }
  #lien_boutique:hover .titre_btn_lien {
    color: #5700a8;
  }
  #lien_boutique .zone_1 {
    width: 30%;
    height: 100%;
  }
  #lien_boutique .zone_2 {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #lien_boutique .zone_3 {
    width: 100%;
    height: 45%;
  }
  #lien_boutique .zone_4 {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #lien_boutique .zone_5,
  #lien_boutique .zone_6 {
    width: 50%;
    height: 100%;
  }
  #lien_boutique img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #lien_boutique .image_1 {
    transform: rotate(-6deg);
  }
  #lien_boutique .image_2 {
    transform: rotate(-2deg);
  }
  #lien_boutique .image_3 {
    transform: rotate(6deg);
  }
  #lien_atelier:hover .titre_btn_lien {
    color: #FC9402;
  }
  #lien_environs:hover .titre_btn_lien {
    color: #29688B;
  }
  #lien_environs img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #lien_infos .contenu_bouton {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5b924f;
  }
  #lien_infos:hover .titre_btn_lien {
    color: #9d3515;
  }
  #lien_infos .texte:first-child {
    margin-left: 10px;
    align-self: flex-start;
  }
  #lien_infos .texte:last-child {
    margin-right: 10px;
    align-self: flex-end;
  }
  #lien_infos .texte {
    color: #9d3515;
  }
  #lien_infos .texte:hover {
    white-space: nowrap;
    color: #5700a8;
  }
}
@media (orientation: portrait) and (min-width: 20cm),(orientation: landscape) and (min-height: 20cm) {
  #contenu_accueil .titre_btn_lien {
    font-size: 1.5em;
  }
}
