/* CSS Pied de page */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto+Flex:wght@200;300;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 100px;
  background: #dde1e7;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
#taboola-below-other-thumbnails {
  padding: 20px;
}

footer {
  font-family: "Oswald", sans-serif;
}
footer#main {
  width: 1280px;
  margin: 0 auto;
}
footer.main {
  padding: 3vw 0;
  background: rgb(64, 75, 85);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.main nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
footer.main nav h3 {
  text-transform: uppercase;
  color: rgb(181, 190, 15);
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
}
footer.main nav a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease-in;
  text-decoration: none;
  margin: 5px 0;
}
footer.main nav a:hover {
  color: rgb(245, 156, 169);
}
footer.main nav.social {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: column;
}
footer.main nav.social a {
  margin: 0 0 0 5px;
  color: white;
  font-size: 2em;
  text-decoration: none;
}
footer.main time#footerDate {
  clear: both;
  color: #aaa;
  width: 30%;
  margin-left: 69%;
  font-size: 0.8em;
  text-align: right;
}
footer .mentions {
  padding-top: 5px;
}
footer .mentions h2 {
  text-transform: uppercase;
  margin-left: 0;
  padding: 0 10px;
  text-align: left;
  background: #f1f3f3;
  border-radius: 5px;
  margin: 10px;
}
footer .mentions h3 {
  margin: 20px 10px 0 10px;
  border-bottom: 1px solid #252e2e;
}
footer .mentions p {
  margin: 5px 0 5px 20px;
  font-size: 0.8em;
}
footer .mentions a {
  color: #cc0000;
}

@media screen and (max-width: 1100px) {
  footer.main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.main nav {
    margin-bottom: 1em;
    font-size: 1.3em;
    align-items: center;
  }
  footer.main nav a {
    margin: 0.5em 0;
  }
  footer.main nav.social {
    width: 100vw;
    flex-direction: row;
    justify-content: space-around;
    font-size: 7vw;
  }
  footer.main time#footerDate {
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
    font-size: 1em;
    text-align: center;
  }
}/*# sourceMappingURL=2023footer.css.map */