.footerprojects {
  position: relative;
  width: 100%;
  padding-inline: var(--espacecote);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--ibm);
  height: 5rem;
  overflow: hidden;
  background-color: var(--backgroundaccueil);
}

.footer {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--ibm);
  background-color: black;
}

.footerinformation {
  bottom: 0%;
  position: absolute;
  width: 100%;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--ibm);
  background-color: black;
}

.menu {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 100%;
}

.socialfooter {
  width: fit-content;
  display: flex;
  height: 1.5rem;
  align-content: center;
  justify-content: center;
  gap: 1.5rem;
}

.socialfooter img {
  display: flex;
  height: 100%;
  opacity: 0.5;
  transition: 0.2s ease-out;
}

.socialfooter img:hover {
  opacity: 1;
}

.menu-elem {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.menu-elem ::selection {
  background-color: var(--soulignage);
}

.menu-icon1 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  display: inline-block;
  transition: 0.3s;
  font-family: var(--ibm);
  background-color: var(--greymouvaplan);
  padding: 7px 13px;
  border-radius: 11px;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
}

.menu-icon1:hover {
  opacity: 1;
  color: var(--vertmarquedeux);
  background-color: var(--vertmarque);
}

.text {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.textinfo {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.footerlignetext {
  gap: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.textfooterg,
.textfooterd {
  display: flex;
  width: 100%;
  color: black;
  align-items: center;
  gap: 0.5rem;
}

.textfooterg {
  justify-content: start;
}

.textfooterd {
  justify-content: end;
}



@media (max-width: 768px) {

  .footerprojects {
    position: relative;
    width: 100%;
    padding-inline: var(--espacecote);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--ibm);
    height: fit-content;
    overflow: hidden;
    background-color: var(--backgroundaccueil);
  }

  .footerlignetext {
    gap: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 5rem;
  }

  .textfooterg {
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }

  .textfooterd {
    justify-content: center;
        padding: 0px;
            margin: 0px;
  }

}