/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v32-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto/roboto-v32-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v32-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v32-latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v32-latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v32-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v32-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto/roboto-v32-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v32-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v32-latin-700.woff") format("woff"), url("../fonts/roboto/roboto-v32-latin-700.ttf") format("truetype"), url("../fonts/roboto/roboto-v32-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v32-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto/roboto-v32-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v32-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v32-latin-300.woff") format("woff"), url("../fonts/roboto/roboto-v32-latin-300.ttf") format("truetype"), url("../fonts/roboto/roboto-v32-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
section.hero {
  width: 100%;
  height: clamp(480px, 40vh, 780px);
  padding: 40px 0 10px 0;
  margin-bottom: 80px;
  background-image: url("../images/hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  align-items: center;
  position: relative;
  border-bottom: 12px solid transparent;
  -o-border-image: linear-gradient(0.25turn, #139c2d, #fcfcfc);
     border-image: linear-gradient(0.25turn, #139c2d, #fcfcfc);
  border-image-slice: 1;
}
@media all and (max-width: 900px) {
  section.hero {
    height: clamp(240px, 25vh, 520px);
    -o-border-image: linear-gradient(0.25turn, #139c2d 60%, #fcfcfc 100%);
       border-image: linear-gradient(0.25turn, #139c2d 60%, #fcfcfc 100%);
    border-image-slice: 1;
    margin-bottom: 70px;
  }
}
section.hero .hero-content {
  position: absolute;
  width: 90%;
  left: 10%;
  bottom: -42px;
  z-index: 99;
}
@media all and (max-width: 1200px) {
  section.hero .hero-content {
    width: 92%;
    left: 8%;
  }
}
@media all and (max-width: 900px) {
  section.hero .hero-content {
    width: 90%;
    left: 10%;
  }
}
section.hero .hero-content a {
  display: block;
  width: 20%;
}
@media all and (max-width: 1100px) {
  section.hero .hero-content a {
    width: 35%;
  }
}
@media all and (max-width: 600px) {
  section.hero .hero-content a {
    width: 60%;
  }
}
section.hero .hero-content a img {
  filter: drop-shadow(3px 3px 5px black);
}
section.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242424;
  opacity: 0.15;
}
section.hero h1,
section.hero h2 {
  text-shadow: 2px 2px 5px black;
}

body {
  color: #242424;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media all and (min-width: 700px) and (max-width: 1000px) {
  body {
    font-size: 18px;
  }
}

header {
  padding: 22px 40px;
  background-color: #139c2d;
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 1250px) {
  header {
    padding: 40px;
  }
}
header nav ul {
  list-style-type: none;
}
header nav ul li {
  text-align: center;
}
header nav ul li a {
  color: #242424 !important;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #fcfcfc;
  font-size: 16px;
}
@media all and (max-width: 1250px) {
  header nav ul li a {
    padding: 12px 24px;
    font-size: 18px;
  }
}
header nav ul li a .icon {
  font-size: 1.3em;
  line-height: 120%;
  vertical-align: middle;
  margin-right: 6px;
}
header nav ul li a:hover {
  background-color: #f3f3f3 !important;
  text-decoration: underline !important;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 120px;
}
main > section {
  width: 80%;
}
@media all and (max-width: 1200px) {
  main > section {
    width: 84%;
  }
}
@media all and (max-width: 819px) {
  main > section {
    padding-left: 10%;
    width: 100%;
  }
}

h1,
h1 * {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 155%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: block;
  color: #fcfcfc;
}
@media all and (max-width: 1200px) {
  h1,
  h1 * {
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 700px) {
  h1,
  h1 * {
    font-size: 36px;
  }
}
@media all and (max-width: 500px) {
  h1,
  h1 * {
    font-size: 30px;
  }
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 115%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: block;
}
@media all and (max-width: 900px) {
  h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 500px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 115%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
@media all and (max-width: 700px) {
  h3 {
    font-size: 22px;
  }
}
h3.saison[data-index="0"] {
  margin-top: 20px;
}
h3.saison:not([data-index="0"]) {
  margin-top: 60px;
}
h3.saison:not([data-index="0"]) + p {
  font-size: 14px;
}

.competitions-table-wrapper {
  margin-top: 20px;
}
@media all and (max-width: 819px) {
  .competitions-table-wrapper {
    overflow-x: scroll;
    padding-right: 30px;
  }
}
@media all and (min-width: 1250px) {
  .competitions-table-wrapper {
    width: 94%;
    max-width: 1200px;
  }
}
.competitions-table-wrapper table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.competitions-table-wrapper table thead th,
.competitions-table-wrapper table tbody td a {
  padding: 20px;
}
.competitions-table-wrapper table tbody td a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
}
@media all and (min-width: 700px) and (max-width: 1000px) {
  .competitions-table-wrapper table tbody td a {
    font-size: 18px;
  }
}
.competitions-table-wrapper table thead tr {
  background-color: #c5c5c5;
}
.competitions-table-wrapper table thead tr th {
  text-align: left;
  font-size: 1.15em;
}
.competitions-table-wrapper table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.competitions-table-wrapper table tbody tr td a {
  text-decoration: none;
}
.competitions-table-wrapper table tbody tr td.competition-name a {
  color: #242424;
  font-weight: 700;
}
.competitions-table-wrapper table tbody tr:hover td {
  background-color: #139c2d;
}
.competitions-table-wrapper table tbody tr:hover td a {
  color: #fcfcfc;
}/*# sourceMappingURL=primary.css.map */