/** END FONCTIONS **/
#sav,
#contact {
  padding-top: 50px;
}
#sav {
  position: relative;
}
#sav .content {
  position: relative;
}
#contact {
  margin-top: 120px;
}
#contact #coordonnees .coordonnee {
  margin-top: 50px;
}
#informations {
  margin-top: 60px;
  position: relative;
}
#informations:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/contact/lang.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 10;
}
#informations select {
  border-radius: 6px;
  height: 44px;
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 0 0 0 10px #443331;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
#informations .infos {
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -10px 10px 16px 0 rgba(65, 65, 65, 0.15);
}
#informations .infos .info {
  padding: 25px;
}
#informations img.contact {
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: -1;
}
@media (min-width: 1024px) {
  #contact {
    margin-top: 0;
  }
  #informations .bois {
    position: absolute;
    max-width: inherit;
    top: -20px;
    left: -400px;
  }
  #informations .carte {
    position: absolute;
    max-width: inherit;
    top: 40px;
    left: -400px;
  }
  #informations .escargot {
    position: absolute;
    top: 530px;
    left: 60px;
  }
  #informations .fee {
    position: absolute;
    top: 80px;
    left: 480px;
  }
  #informations .mage {
    position: absolute;
    top: -70px;
    left: -180px;
  }
  #informations .regle {
    position: absolute;
    top: 50px;
    left: -400px;
  }
  #informations .infos {
    margin-top: 75px;
  }
  #informations .infos .info {
    padding: 30px 50px;
  }
  #contact #coordonnees {
    display: flex;
    justify-content: space-between;
  }
  #contact #coordonnees .coordonnee {
    width: calc(50% - 20px);
  }
}
