body {
  overflow: hidden !important;
}
body #contact-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
}
body #contact-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 10;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: -2px 4px 3px 0 #737373;
  border-radius: 6px;
}
body #contact-overlay #contact-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--titre);
  text-transform: uppercase;
  border-bottom: 2px solid var(--titre);
  margin: 15px 30px 14px 30px;
}
body #contact-overlay .contact-info {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
body #contact-overlay .contact-description {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 300;
}
body #contact-overlay #maillink {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body #contact-overlay #maillink p {
  font-size: 1.2rem;
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
  text-wrap: nowrap;
}
body #contact-overlay #maillink p span {
  font-size: 1.1rem;
  font-weight: 400;
}
body #contact-overlay #maillink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
}
body #contact-overlay #maillink a img {
  height: 25px;
  margin-right: 5px;
}
body #contact-overlay #maillink a img:hover {
  transform: scale(1.1);
}
body #contact-overlay #maillink .copy-icon {
  cursor: pointer;
  transition: transform 0.2s;
  font-size: 1.1rem;
  margin-right: 20px;
}
body #contact-overlay #maillink .copy-icon:hover {
  transform: scale(1.1);
}
body #contact-overlay #maillink #gmail-icon {
  border: 1px solid var(--titre);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #contact-overlay #maillink #gmail-icon img {
  margin: 0;
  width: 17px;
  height: auto;
}
body #contact-overlay #maillink #gmail-icon img:hover {
  transform: scale(1);
}
body #contact-overlay #maillink #gmail-icon:hover {
  transform: scale(1.1);
}
body #contact-overlay #phonelink {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
body #contact-overlay #phonelink p {
  font-size: 1.2rem;
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
}
body #contact-overlay #phonelink p span {
  font-size: 1.1rem;
  font-weight: 400;
}
body #contact-overlay #phonelink p a {
  text-decoration: none;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}
body #contact-overlay #phonelink .copy-icon {
  cursor: pointer;
  transition: transform 0.2s;
  font-size: 1.1rem;
  margin-right: 20px;
}
body #contact-overlay #phonelink .copy-icon:hover {
  transform: scale(1.1);
}
body #contact-overlay .social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}
body #contact-overlay .social-links a {
  margin: 0 8px;
  text-decoration: none;
}
body #contact-overlay .social-links a img {
  height: 30px;
  width: 30px;
  transition: transform 0.2s;
}
body #contact-overlay .social-links a img:hover {
  transform: scale(1.1);
}
body #contact-overlay #social-networks {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  color: var(--titre);
  font-weight: 500;
}
body #contact-overlay .contact-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 1.1rem;
}
body #contact-overlay .contact-list li {
  margin-bottom: 5px;
  color: var(--text);
  font-weight: 300;
}
body #contact-overlay .contact-list li span {
  font-size: 1rem;
}
body #contact-overlay .contact-list li a {
  color: var(--titre);
}
body #contact-overlay #purchase-info {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}
body #footer {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  #contact-overlay {
    background-color: #ffffffbd !important;
    box-shadow: none !important;
  }
  #contact-title {
    font-size: 23px !important;
  }
}
@media (max-height: 730px) {
  #menu {
    display: none !important;
  }
  nav {
    display: block !important;
  }
}
