@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Jomolhari&family=Montserrat:wght@900&display=swap");
@import 'https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Jomolhari&family=Montserrat:wght@900&display=swap';
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #6aa84f;
  --color-bg-primary: #212121;
}

:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Fira Code", monospace;
  --font-size-content: 1.1rem;
  --font-size-h1: 7.125rem;
  --font-size-h2: 2rem;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

body {
  background: var(--color-bg-primary);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: bold;
}

h1 {
  font-size: var(--font-size-h1);
  margin: 0;
}

h2 {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:focus {
  color: var(--color-primary);
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 20px;
  }
}
.grid-wrapper {
  display: grid;
  grid-template-columns: auto minmax(375px, 1024px) auto;
  grid-column-gap: 30px;
}

.grid-center {
  grid-column: 2/3;
}

.header {
  padding: 40px 0;
  text-align: center;
}

.header h1 {
  font-size: 4rem;
}

.header h1 span {
  color: var(--color-primary);
}

.header h1:after {
  width: 20%;
  height: 5px;
  background: var(--color-white);
  content: "";
  display: block;
  margin: 40px auto 0;
}

.number {
  padding: 150px 0;
}

.number:nth-child(odd) {
  background: #111;
}

.number .number__header {
  text-align: left;
}

.number .number__header img {
  display: block;
  margin: 50px auto 0;
}

.number h2 {
  color: var(--color-primary);
  margin: 0;
}

.number p {
  margin: 0;
}

.number i {
  color: var(--color-primary);
  display: block;
}

.number .rules {
  text-align: left;
  margin-top: 20px;
}

.number .rules p {
  font-weight: bold;
  margin-bottom: 10px;
}

.number .rules ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.number .rules ul li {
  display: flex;
  align-items: center;
}

.number .rules ul li::before {
  content: "";
  background: var(--color-primary);
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
}

.number .number__content {
  position: relative;
}

.number .number__content::before {
  width: 10%;
  height: 5px;
  background: var(--color-primary);
  content: "";
  display: block;
  margin: 50px auto;
}

.number .number__capture {
  margin: 20px 0;
  width: 50%;
}

.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-hidden {
  display: none !important;
}

.header ul {
  list-style: none;
  text-align: left;
}

.number__header .full {
  grid-column: 1/-1;
}

.number__header h3 {
  color: #6aa84f;
}

.number__header > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  gap: 50px;
}

/* Numéro 1 */
.nav--main a {
  color: white;
}

.nav--main li {
  list-style: none;
}

.droite {
  display: flex;
  justify-content: flex-end;
}

.nav--main ul {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.nav--main {
  display: flex;
  justify-content: space-between;
}

.nav__brand {
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
}

.nav--main li a:hover {
  color: #6aa84f;
}

.nav--main .button {
  margin-left: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #6aa84f;
  padding: 5px 20px;
  color: #6aa84f;
  align-self: center;
}

.nav--main .button:hover {
  background-color: white;
}

/* Numéro 2 */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
}

.card .media {
  -o-object-fit: contain;
     object-fit: contain;
}

.media img {
  height: 250px;
  width: 100%;
}

.cards p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card .contenu {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card span {
  color: #6aa84f;
}

/* Numéro 3 */
.emojis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 60px;
  background-color: black;
}

.emoji img {
  width: 40%;
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Numéro 4 */
/* Numéro 5 */
.sports {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}

.sports h2 {
  color: white;
  font-size: 90px;
  text-shadow: 0 0 10px #969696;
}

.sport {
  /*object-fit: cover;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sport:hover h2 {
  opacity: 1;
}

.sport:hover p {
  opacity: 1;
}

.sport h2 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* display: none;*/
}

.sport p {
  position: absolute;
  padding-top: 100px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* display: none;*/
}

.sport img {
  width: 100%;
  height: 100%;
}

/*.texte {
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}*/
/*# sourceMappingURL=main.css.map */
