@import url("https://fonts.googleapis.com/css?family=Lato");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
.maïne {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: rgb(220, 25, 224);
  border-radius: 5px;
}
footer {
  position: relative;
  width: 100%;
  height: 350px;
  top: 30px;
  background-color: #1084c5;
}

/* <.icons> */
footer .icons {
  display: flex;
  position: relative;
  justify-content: space-around;
  bottom: 26px;
}
footer .footicon {
  width: 40px;
  transform: translateY(-10px);
} /* </.icons> */

/* <.style des lien> */
footer a {
  text-decoration: none;
  color: white;
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
} /* </.style des lien> */

/* -----------------------<.partie non peinte>---------------------- */
/* <.toutes les parties nonpeintes> */
footer .papeint {
  position: absolute;
  background-color: white;
} /* </.toutes les parties nonpeintes> */

/* <.gros carré blanc sol>  */
footer .blank {
  width: 120px;
  height: 169px;
  bottom: 0;
} /* <.gros carré blanc sol>  */

/* <.carré blanc haut gauche> */
footer .blanc {
  width: 46px;
  height: 70px;
  bottom: 169px;
} /* </.carré blanc haut gauche> */

/* <.carré blanc haut droite> */
footer .blanche {
  width: 34px;
  height: 50px;
  bottom: 169px;
  left: 73px;
} /* </.carré blanc haut droite> */

/* <.peintre> */
footer .peintre {
  position: absolute;
  width: auto;
  height: 180px;
  bottom: 0;
  left: 42px;
} /* </.peintre> */
/* -----------------------</.partie non peinte>---------------------- */

/* -----------------------<.Carrés colorés>--------------------------- */
/* --------<.carré style commun>------------ */
/* <.grp de carrés> */
footer .carres {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80vw;
  height: 256px;
  justify-content: space-between;
  left: 10vw;
} /* </.grp de carrés> */

/* <.style des carrés> */
footer .carre {
  width: 200px;
  height: 200px;
  background-color: #1084c5;
  margin: 20px;
} /* </.style des carrés> */

/* <.style listes> */
footer ul {
  position: absolute;
  color: white;
}

footer .titreliste {
  position: relative;
  /* right: 55px; */
  text-decoration: underline;
  font-size: 12px;
} /* </.style listes> */
/* -------------</.carré style commun>-------------- */

/* <.carrés orange et bleu> */
.orble {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: space-around;
  width: 50%;
} /* </.carrés orange et bleu> */

/* <.carrés vert et jaune> */
.vejau {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 50%;
} /* </.carrés vert et jaune> */

/* <.carré orange> */
footer .orange {
  border: #ffa800 solid 9px;
}
.listconf {
  left: 17%;
  top: 45px;
}
.listconf p {
  right: 10px;
} /* </.carré orange> */

/* <.carré bleu> */
footer .bleu {
  border: #69c6fa solid 9px;
  transform: rotate(10deg);
}
.listruc {
  transform: rotate(-10deg);
  left: 55px;
  bottom: 25px;
}
.listruc p {
  right: 10px;
} /* </.carré bleu> */

/* <.carré vert> */
footer .vert {
  border: #62c526 solid 9px;
  transform: rotate(20deg);
}
.listpresta {
  transform: rotate(-20deg) translateX(-2rem);
  left: 70px;
  bottom: 80px;
  width: 100%;
}
.listpresta p {
  right: 10px;
} /* </.carré vert> */

/* <.carré jaune> */
footer .jaune {
  border: #f9df5e solid 9px;
  transform: rotate(30deg);
}
.listcont {
  transform: rotate(-30deg);
  right: 20px;
  left: 50px;
  bottom: 80px;
  font-size: 12px;
}
.listcont p {
  right: 10px;
} /* </.carré jaune> */
/* -----------------------</.Carrés colorés>--------------------------- */

/* <.logos> */
footer .logoliens {
  flex-direction: column;
}
.logoliens img {
  overflow: hidden;
}
footer .logo {
  position: absolute;
  width: 100px;
  right: 5px;
}
footer .aix {
  bottom: 10px;
}
footer .rep {
  bottom: 100px;
} /* </.logos> */

/* <.mention> */
footer .mention {
  position: absolute;
  display: flex;
  left: 45%;
  bottom: 5px;
  color: white;
} /* </.mention> */

footer .aggrego {
  position: absolute;
  bottom: 5px;
  left: 0.5vw;
  color: #1084c5;
  text-decoration: none;
  font-size: 10px;
  writing-mode: vertical-rl;
}
/* /////////////////////////////////////////////// RESPONSIVE /////////////////////////////////// */
/* /////////////////////////////////////////////// 1250px /////////////////////////////////// */
@media screen and (max-width: 1250px) {
  footer {
    height: 450px;
  }
  footer .carres {
    justify-content: center !important;
    width: 95%;
    left: 30px;
  }
  footer .orange {
    z-index: 1;
  }
}
/* /////////////////////////////////////////////// 1110px /////////////////////////////////// */
@media screen and (max-width: 1110px) {
  footer {
    height: 600px;
  }
  footer .carres {
    justify-content: center !important;
    width: 75%;
    left: 120px;
    flex-wrap: wrap;
  }
  footer .orble,
  .vejau {
    width: 100%;
  }
}
/* /////////////////////////////////////////////// 790px /////////////////////////////////// */
@media screen and (max-width: 790px) {
  footer {
    height: 600px;
  }

  footer .footicon {
    transform: translateY(0);
  }

  footer .carres {
    justify-content: center !important;
    width: 90%;
    left: 50px;
    flex-wrap: wrap;
  }

  footer .orble,
  .vejau {
    width: 80%;
  }
}
/* /////////////////////////////////////////////// 740px /////////////////////////////////// */
@media screen and (max-width: 740px) {
  footer {
    height: 1170px;
  }
  footer .carres {
    width: 80%;
    height: 1100px;
    left: 15vw;
    flex-wrap: wrap;
  }
  footer .orble,
  .vejau {
    flex-direction: column;
    width: 50%;
  }
  .listconf {
    left: 80px;
  }
}
/* /////////////////////////////////////////////// 590px /////////////////////////////////// */
@media screen and (max-width: 590px) {
  footer .orble,
  .vejau {
    flex-direction: column;
    width: 60%;
  }
  footer .icons {
    bottom: 18px;
  }
  footer .footicon {
    width: 20px;
  }
}
/* /////////////////////////////////////////////// 520px /////////////////////////////////// */
@media screen and (max-width: 520px) {
  footer {
    height: 1250px;
  }
  footer .carres {
    left: 12vw;
  }
  footer .orble,
  .vejau {
    /* left: 1vw; */
    width: 60%;
  }
}
/* /////////////////////////////////////////////// 500px /////////////////////////////////// */
@media screen and (max-width: 500px) {
  footer .carres {
    left: 15vw;
  }
  footer .orble,
  .vejau {
    width: 70%;
  }
}
/* /////////////////////////////////////////////// 420px /////////////////////////////////// */
@media screen and (max-width: 420px) {
  footer {
    height: 1300px;
  }
  footer .carres {
    left: 8vw;
  }
}
/* /////////////////////////////////////////////// 380px /////////////////////////////////// */
@media screen and (max-width: 380px) {
  footer .carres {
    left: 6vw;
  }
}
/* /////////////////////////////////////////////// 360px /////////////////////////////////// */
@media screen and (max-width: 360px) {
  footer .carres {
    width: 100%;
    left: 0vw;
  }
  footer .orble,
  .vejau {
    left: -5vw;
  }
  footer .aix {
    bottom: 30px;
  }
  footer .icons {
    bottom: 13px;
  }
  footer .footicon {
    width: 15px;
  }
}
/* /////////////////////////////////////////////// 320px /////////////////////////////////// */
@media screen and (max-width: 320px) {
  footer .orble,
  .vejau {
    left: -5vw;
  }
}
