@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;
  }
}
body {
  overflow-x: hidden !important;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#home section {
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 3px #555;
  border: 1px solid white;
  margin: 1em;
  overflow: hidden;
  position: relative;
  z-index: 30;
  font-family: "Roboto Flex", sans-serif;
}
main#home section a {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  display: block;
  left: 0;
  z-index: 50;
  color: white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
main#home section time {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  width: 100%;
  text-align: right;
  display: block;
}
main#home section.poll h1 {
  padding: 10px;
  font-size: 18px;
  background: rgba(245, 156, 169, 0.7);
  color: black;
  text-align: center;
}
main#home section.poll dl {
  display: flex;
  flex-wrap: wrap;
}
main#home section.poll dl dt {
  width: 135px;
  background: rgb(64, 75, 85);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bbb;
  text-align: center;
  font-size: 12px;
  padding-left: 5px;
}
main#home section.poll dl dt strong {
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  padding-right: 3px;
}
main#home section.poll dl dt span {
  line-height: 100%;
  background: rgba(245, 156, 169, 0.7);
  color: white;
  width: 20px;
  cursor: pointer;
  display: block;
}
main#home section.poll dl dd {
  width: 163px;
}
main#home section.poll dl dd span {
  height: 100%;
  margin-left: -2px;
  display: inline-block;
}
main#home section.poll dl dd:nth-of-type(1) span {
  background: rgba(70, 130, 180, 0.2);
  border: 1px solid rgba(70, 130, 180, 0.4);
}
main#home section.poll dl dd:nth-of-type(2) span {
  background: rgba(210, 105, 30, 0.2);
  border: 1px solid rgba(210, 105, 30, 0.4);
}
main#home section.poll dl dd:nth-of-type(3) span {
  background: rgba(34, 139, 34, 0.2);
  border: 1px solid rgba(34, 139, 34, 0.4);
}
main#home section.poll dl dd:nth-of-type(4) span {
  background: rgba(238, 130, 238, 0.2);
  border: 1px solid rgba(238, 130, 238, 0.4);
}
main#home section.poll dl dd:nth-of-type(5) span {
  background: rgba(0, 0, 205, 0.2);
  border: 1px solid rgba(0, 0, 205, 0.4);
}
main#home section.poll dl dd:nth-of-type(6) span {
  background: rgba(255, 69, 0, 0.2);
  border: 1px solid rgba(255, 69, 0, 0.4);
}
main#home section.poll dl dd:nth-of-type(7) span {
  background: rgba(47, 79, 79, 0.2);
  border: 1px solid rgba(47, 79, 79, 0.4);
}
main#home section.poll dl dd:nth-of-type(8) span {
  background: rgba(0, 100, 0, 0.2);
  border: 1px solid rgba(0, 100, 0, 0.4);
}
main#home section.poll p {
  text-align: center;
  background: rgba(16, 94, 127, 0.2);
  font-family: "Oswald", sans-serif;
}
main#home section.scores h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
main#home section.scores::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  z-index: -1;
  background: url("../_img/bg/forum_competitions.webp");
  background-size: cover;
}
main#home section.scores img {
  --taille:100px;
  max-width: var(--taille);
  margin-left: calc(50% - var(--taille) / 2);
  margin-top: 8px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  opacity: 0.9;
}
main#home section.scores a {
  background: rgb(217, 131, 36);
}
main#home section.scores time {
  position: absolute;
  bottom: 45px;
  padding-right: 10px;
  color: white;
  text-shadow: 1px 1px 1px black;
}
main#home section.forum {
  display: flex;
}
main#home section.forum::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  opacity: 0.6;
  z-index: -1;
  background: url(../_img/bg/forum_divers.webp);
  background-size: cover;
}
main#home section.forum h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: -0.09em;
  width: 150%;
  margin: -12px 0 0 -4px;
  color: rgba(255, 255, 255, 0.85);
  transform: rotate(2deg);
  position: absolute;
}
main#home section.forum h2 span {
  color: rgb(217, 131, 36);
}
main#home section.forum h2 small {
  display: block;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  margin-left: 1.2em;
  margin-top: -10px;
}
main#home section.forum h3 {
  font-size: 26px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  align-self: center;
}
main#home section.forum a {
  background: rgb(16, 94, 127);
}
main#home section.forum time {
  position: absolute;
  bottom: 45px;
  padding-right: 10px;
  color: white;
  text-shadow: 1px 1px 1px black;
}
main#home section.info {
  --rot:-8deg;
}
main#home section.info::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 300px;
  height: 300px;
  z-index: -1;
  background: url("../_img/bg/journal.webp");
  background-size: cover;
  transform: rotate(var(--rot));
  filter: brightness(1.07);
}
main#home section.info h2 {
  font-family: "newsFont";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
  padding: 8px 0;
  border-top: 4px solid rgba(0, 0, 0, 0.6);
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 30px 20px 10px 10px;
  transform: rotate(var(--rot));
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
main#home section.info h2::before {
  border-top: 1px solid #222;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  content: " ";
}
main#home section.info h2::after {
  border-top: 1px solid #222;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  content: " ";
}
main#home section.info h3 {
  color: rgba(0, 0, 0, 0.7);
  transform: rotate(var(--rot));
  margin: 20px 15px 10px 20px;
  border-bottom: 1px solid rgba(64, 75, 85, 0.5);
}
main#home section.info time {
  transform: rotate(var(--rot));
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: italic;
  padding-right: 10px;
}
main#home section.info a {
  background: rgb(181, 190, 15);
}
main#home article.content {
  font-family: "Roboto Flex", sans-serif;
}
main#home article.content > * {
  padding: 1em 1em 0 1em;
}
main#home article.content h1 {
  background: #f0f7fa;
  padding: 5px;
  text-align: center;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Styles pour le menu de sélection des championnats */
nav#menuRes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
  margin: 2em auto;
  padding: 1em;
  max-width: 100%;
}

nav#menuRes h2 {
  width: 100%;
  text-align: center;
  color: rgb(16, 94, 127);
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin: 1em 0 0.5em 0;
  border-bottom: 2px solid rgb(181, 190, 15);
  padding-bottom: 0.5em;
}

nav#menuRes a {
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0.5em;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav#menuRes a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

nav#menuRes a img {
  display: block;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  nav#menuRes a img {
    max-width: 100px;
  }
}/*# sourceMappingURL=2023home.css.map */