@font-face {
  font-family: candara;
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: candaraBold;
  src: url(../fonts/Candara_Bold.ttf);
}
@font-face {
  font-family: calibri;
  src: url(../fonts/Calibri.ttf);
}
footer {
  background-color: #172869;
  height: auto;
  clip-path: polygon(0 0%, 100% 15%, 100% 100%, 0 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .adressLogoZone {
  display: flex;
  padding-top: 50px;
  width: 100%;
  height: auto;
}
footer .adressLogoZone #socials, footer .adressLogoZone .adress, footer .adressLogoZone .emptyColumn {
  display: block;
  width: 100%;
}
footer .adressLogoZone #socials {
  display: grid;
  grid-template-columns: 20% auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .adressLogoZone #socials .sq_btn_rs {
  width: 60px;
  aspect-ratio: 1/1;
}
footer .adressLogoZone #socials .rct_btn_rs {
  height: 50px;
}
footer .adressLogoZone #socials .rct_btn_rs img {
  width: auto;
  height: 100%;
}
footer .liens {
  display: flex;
  height: auto;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  align-items: center;
  justify-self: center;
  bottom: 5%;
}
footer .liens a {
  font-size: 13pt;
  display: block;
  height: auto;
  color: white;
  text-decoration: none;
}
footer .liens a:visited {
  color: white;
}
footer .liens a {
  flex-grow: 4;
  text-align: center;
  height: 100%;
  line-height: 50px;
}
footer .adress {
  color: white;
  text-align: center;
  font-size: larger;
}

@media screen and (min-width: 900px) {
  .adressLogoZone {
    flex-direction: row;
  }
  .adressLogoZone #socials {
    justify-content: left;
    margin-left: 25px;
  }
}
@media screen and (max-width: 899px) {
  .adressLogoZone {
    flex-direction: column;
    padding-bottom: 20px;
    width: 100vw;
  }
  .adressLogoZone #socials {
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (min-width: 540px) {
  .liens {
    flex-direction: row;
  }
  .liens #separator {
    display: block;
    height: 50px;
    width: 1px;
    background-color: white;
  }
}
@media screen and (max-width: 539px) {
  .liens {
    flex-direction: column;
  }
  .liens #separator {
    display: block;
    height: 1px;
    width: 50px;
    background-color: white;
  }
}/*# sourceMappingURL=styleFooter.css.map */