.footer {
}

.flowers_footer {
  background-color: #3B3B39;
}

.footer_menu {
  display: grid;
  grid-template-columns: 1fr 26rem 15rem 20rem 1fr;
  height: 14rem;
  background-image: url('../img/pictures/backgrounds/background_flowers_left.png'), url('../img/pictures/backgrounds/background_flowers_right_bottom.png');
  background-position: left, right;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu_1 div {
  height: 2rem;
  margin-top: 2rem;
  display : flex;
  align-items : center;
}

.menu_2 div {
  height: 2rem;
  margin-top: 2rem;
  display : flex;
  align-items : center;
  padding-left: 5rem;
}

.menu_1 p {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 2rem;
  color: #D1D1CF;
}

#footer_icon {
  display: inline-block;
  height: 2rem;
  width: auto;
}

.footer_img {
  padding-top: 2rem;
  text-align: center;
}


#footer_logo {
  display: inline-block;
  height: 10rem;
}

.menu_2 a {
  display: inline-block;
  font-size: 1.5rem;
  color: #D1D1CF;
  cursor: pointer;
  -webkit-transition: color 0.25s; /* Safari */
  transition: color 0.25s;
}

.menu_2 a:hover {
  color: #F5E6AF;
  text-decoration: underline;
}

.footer_end {
  height: 5rem;
  background-color: #353534;
  text-align: center;
}

.footer_end p {
  font-size: 1.25rem;
  color: #D1D1CF;
  line-height: 5rem;
}

.footer_end span {
  font-size: 1.25rem;
  color: #F5E6AF;
  line-height: 5rem;
}

@media only screen and (max-width:850px) and (min-width:600px) {

  .footer_menu {
    display: grid;
    grid-template-columns: 1fr 21rem 12rem 14rem 1fr;
  }

  .menu_2 div {
    padding-left: 2rem;
  }

}

@media only screen and (max-width:600px) {

  .footer_menu {
    display: block;
    height: auto;
    background-size: 150px 150px;
    background-position: top left, bottom right;
  }

  .footer_img {
    padding-top: 0;
  }

  #footer_logo {
    display: none;
  }

  .menu_1 {
    display : none;
  }

  .menu_2 {
    display : none;
  }

  .menu_2 {
    padding-bottom: 2rem;
  }

}
