@charset "UTF-8";
/* Settings */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

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;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

a, button {
  text-decoration: none;
  outline: 0;
}

a, a:visited {
  /*color: inherit;*/
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
  display: block;
  height: auto !important;
  width: 100% !important;
}

.transition {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.transition2 {
  -webkit-transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s;
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  will-change: transform;
}

input, select, th, td {
  font-size: 1em;
}

:root {
  --font-size-main-nav: 2.6rem;
  --font-size-footer-nav: 1.3rem;
}

@media screen and (min-width: 1280px) {
  :root {
    --font-size-main-nav: 2rem;
    --font-size-footer-nav: 2.0rem;
  }
}
body {
  color: #E8F1F9;
  background-color: #E8F1F9;
  font-family: "Geom Graphic", sans-serif;
  font-weight: 400;
  /*font-size:100%;*/
  font-size: 2.6rem;
  /*font-size: 1.4rem;*/
}

body.page-template-page-home {
  background-color: #2B1EC0;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame.svg");
  background-size: auto;
  background-repeat: repeat;
  color: #E8F1F9;
}

body.post-type-archive,
body.error404,
body.search {
  background-color: #E8F1F9;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-archive.svg");
  background-size: auto;
  background-repeat: repeat;
  color: #000733;
}

body.page-template-default {
  background-color: #E8F1F9;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-archive.svg");
  background-size: auto;
  background-repeat: repeat;
  color: #000733;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (min-width: 1280px) and (max-width: 1350px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 1350px) {
  html {
    font-size: 52%;
  }
}
.margin-spacer-header {
  pointer-events: none;
  opacity: 0;
  height: 61px;
}

.page-template-page-home .margin-spacer-header {
  height: 0;
}

@media screen and (max-width: 960px) {
  .margin-spacer-header {
    height: 46px !important;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
}

main {
  position: relative;
  min-height: 60vh;
}

img.absolute-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.25s ease-out;
}

.grecaptcha-badge {
  z-index: 1000; /* S'assure qu'il reste visible */
  opacity: 0.5;
  transition: opacity 0.3s;
  visibility: hidden;
}

.grecaptcha-badge:hover {
  opacity: 1; /* Devient complètement visible au survol */
}

/*--------------------------------------------------------------
Focus
--------------------------------------------------------------*/
/* Remove outline for non-keyboard :focus */
*:focus:not(:focus-visible) {
  outline: none;
}

.main-nav-item a:focus-visible,
header a.brand:focus-visible,
.polylang_langswitcher li a:focus-visible {
  outline: 3px dotted #3FF384;
}

a:focus-visible {
  outline: 3px dotted #ffffff;
}

a.btn.--navy:focus-visible {
  outline: 3px dotted #3FF384;
}

a.btn__2:focus-visible {
  outline: 3px dotted #3FF384;
}

a.btn.--white:focus-visible {
  outline: 3px dotted #ffffff;
}

a.btn.--gold:focus-visible {
  outline: 3px dotted #3FF384;
}

button:focus-visible {
  outline: 3px dotted #ffffff !important;
}

.video-button-wrapper button:focus-visible {
  outline: 3px dotted #ffffff;
}

button.js-reveal-video:focus-visible {
  border: 3px dotted #3FF384;
}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Obviously Wide";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-Medium.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Wide";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-SemiBold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Wide";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-SemiBoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Wide";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-Bold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Wide";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyWide-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Extd";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyExtd-Medium.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyExtd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Extd";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyExtd-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyExtd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Cond";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyCond-Bold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Narrow";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-SemBdIta.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-SemBdIta.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Narrow";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-SemiBold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Narrow";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-Bold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously Narrow";
  src: url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/ObviouslyNarrow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Bold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-LightItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Light.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Regular.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic Regular";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-SemiBoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geom Graphic";
  src: url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-SemiBold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/GeomGraphic-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-LghtItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-LghtItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Regu.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Regu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-ReguItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-ReguItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Bold.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Blck.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Blck.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-BlckItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-BlckItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-ThinItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Thin.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Semi.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Semi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Medi.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Medi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Lght.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-Lght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-SemiItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-SemiItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Obviously";
  src: url("/wp-content/themes/soccerverse/assets/fonts/Obviously-MediItalic.woff2") format("woff2"), url("/wp-content/themes/soccerverse/assets/fonts/Obviously-MediItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.section-title {
  font-family: "Obviously";
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}
.section-title.--obviously-narrow {
  font-family: "Obviously Narrow";
  font-weight: 700;
}
.section-title.--obviously-extd {
  font-family: "Obviously Extd";
  font-weight: 500;
  font-style: normal;
}
.section-title.--white {
  color: #E8F1F9;
}
.section-title.--blue {
  color: #2B1EC0;
}
.section-title.--blue-dark {
  color: #000733;
}
.section-title.--green {
  color: #3FF384;
}
.section-title.--center {
  text-align: center;
}
.section-title.--left {
  text-align: left;
}
.section-title.--17--40 {
  font-size: 1.7rem;
  line-height: 1.3;
}
.section-title.--15--40 {
  font-size: 1.5rem;
  line-height: 1.3;
}
.section-title.--14--30 {
  font-size: 1.4rem;
  line-height: 1.3;
}
.section-title.--40-80 {
  font-size: 4rem;
  line-height: 1.1;
}
.section-title.--50-100 {
  font-size: 5rem;
}
.section-title.--404 {
  font-size: 10rem;
}
.section-title.--30-70 {
  font-size: 3rem;
}

@media screen and (min-width: 1280px) {
  .section-title {
    font-size: 10.6rem;
    padding-bottom: 30px;
    line-height: 0.9;
  }
  .section-title.--17--40 {
    font-size: 4rem;
    line-height: 0.9;
  }
  .section-title.--15--40 {
    font-size: 4rem;
    line-height: 0.9;
  }
  .section-title.--14--30 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .section-title.--40-80 {
    font-size: 6.8rem;
    line-height: 1;
  }
  .section-title.--50-100 {
    font-size: 8rem;
    line-height: 0.9;
  }
  .section-title.--30-70 {
    font-size: 7rem;
  }
  .section-title.--404 {
    font-size: 14rem;
  }
}
.module {
  position: relative;
  will-change: transform, opacity; /* Améliore les performances */
  margin: 40px 0;
}

.module.--no-margin-bottom {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1280px) {
  .module {
    margin: 80px 0;
  }
}
.js_img-parallax {
  position: absolute;
  top: -100px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 200px) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.shell {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}

.main-bar-wrapper.shell {
  max-width: 1780px;
}

.shell-thin {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.shell-thin-thin {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.desktop {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .desktop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .shell,
  .shell-thin,
  .shell-thin-thin {
    padding-left: 60px;
    padding-right: 60px;
  }
  .shell {
    max-width: 1780px;
  }
  .shell-thin {
    max-width: 1280px;
  }
  .shell-thin-thin {
    max-width: 960px;
  }
}
.container {
  position: relative;
  margin: auto;
  z-index: 1;
  width: 80%;
  max-width: 1000px;
  text-align: center;
}

/* Layouts */
/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/
body.loading {
  height: 100%;
  overflow: hidden;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  z-index: 10000;
  background-color: #000733;
}

.band {
  flex: 1 1 0%;
  height: 100%;
  background: var(--color-soot);
  overflow: hidden;
}

#loading .ripple1 {
  /*background-color: #fecf33;*/
  background-color: rgba(255, 255, 255, 0.1);
  /*background-color: var(--yellow);*/
}

#loading .ripple2 {
  animation-delay: -250ms;
  /*background-color: #fdbd39;*/
  background-color: rgba(255, 255, 255, 0.3);
  /*background-color: var(--light-orange);*/
}

#loading .ripple3 {
  animation-delay: -500ms;
  /*background-color: #f69833;*/
  background-color: rgba(255, 255, 255, 0.5);
  /*background-color: var(--orange);*/
}

#loading .ripple4 {
  animation-delay: -750ms;
  /*background-color: #ee6723;*/
  background-color: rgba(255, 255, 255, 0.7);
  /*background-color: var(--peach);*/
}

#loading .ripple {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  animation-name: ripple;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  transform: scale(0);
  opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #E8F1F9;
  padding: 35px 0;
  background-image: url("/wp-content/themes/soccerverse/assets/images/decor-footer.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 420px;
}

.logo-footer {
  margin-bottom: 35px;
}
.logo-footer img {
  width: 420px;
  height: auto;
  display: block;
}

.menu-footer {
  position: relative;
}

#footer-nav-list {
  /*display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;*/
  display: grid;
  grid-auto-flow: column; /* Remplit d'abord verticalement avant de passer à une nouvelle colonne */
  grid-template-rows: repeat(5, auto); /* 5 lignes maximum par colonne */
  gap: 8px 50px; /* Espace entre les éléments */
  justify-content: start; /* Aligne les colonnes sur la gauche */
  justify-items: start;
}

#footer-nav-list .main-nav-item {
  /*margin: 5px 0;*/
  /*display: inline-block;*/
  list-style: none;
  padding: 0px;
  white-space: nowrap; /* Empêche le contenu de se casser en plusieurs lignes */
}

#footer-nav-list .main-nav-item a {
  display: block;
  color: #000733;
  position: relative;
  font-size: var(--font-size-footer-nav);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}

#footer-nav-list .main-nav-item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #3FF384;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s ease-out;
}

#footer-nav-list .main-nav-item a:hover {
  /*color: var(--color-blue);*/
}

#footer-nav-list .main-nav-item a:hover::after {
  transform: scaleX(1);
}

.menu-mentions {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #000733;
  font-size: 1.5rem;
  font-weight: 400;
}

.menu-mentions-recaptcha {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #000733;
  font-size: 1.1rem;
  font-weight: 400;
}

.menu-mentions a,
.menu-mentions-recaptcha a {
  color: #000733;
  text-decoration: underline;
  transition: all 0.25s ease-out;
}
.menu-mentions a:hover,
.menu-mentions-recaptcha a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 960px) {
  .menu-mentions,
  .menu-mentions-recaptcha {
    flex-wrap: wrap;
  }
  footer {
    padding: 35px 0;
    background-size: 140px;
  }
  #footer-nav-list {
    gap: 8px 35px;
  }
  .logo-footer img {
    width: 220px;
  }
  #footer-nav-list .main-nav-item a {
    /*font-size: 1.3rem;*/
  }
  .menu-mentions {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #000733;
}

header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #3FF384;
  left: 0;
  bottom: -5px;
}

.main-bar-wrapper {
  background-color: #000733;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo__wrapper {
  position: relative;
  background-color: transparent;
}

.logo__wrapper.transition {
  transition: all 0.25s ease-out;
}

.main-sub-nav {
  display: none;
}

.nav__right__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav__right__wrapper.transition {
  transition: all 0.25s ease-out;
}

header.fixed .nav__right__wrapper {
  /*    padding-top: 10px;
      padding-bottom: 10px;*/
}

header .brand {
  display: block;
  position: relative;
  /*width: 350px;*/
  transition: all 0.25s ease-out;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

header.fixed .brand {
  /*width: 300px;*/
}

header .brand img {
  transition: all 0.25s ease-out;
  max-width: 100%;
  width: auto;
  height: 28px;
  display: block;
}

header .brand img.logo-xs {
  display: none;
}

.open-search {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.open-search svg {
  height: 40px;
  width: auto;
  display: block;
}

.open-search svg * {
  stroke: #E8F1F9;
  transition: all 0.5s ease-out;
}

.nav__right__wrapper .icon-close {
  display: none;
}

.open-search:hover svg * {
  stroke: #3FF384;
}

#social-nav {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-nav-item {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}

.social-nav-item a {
  display: block;
  position: relative;
}

.social-nav-item a svg {
  fill: #000000;
}

.social-nav-item a:hover svg {
  fill: #666;
}

.menu-button {
  border: none;
  background: transparent;
  display: none;
  /*-webkit-transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
  transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
  transition: transform cubic-bezier(.7,0,.3,1) .3s;
  transition: transform cubic-bezier(.7,0,.3,1) .3s,-webkit-transform cubic-bezier(.7,0,.3,1) .3s;*/
  position: relative;
  z-index: 100;
}

.menu-button .line {
  width: 22px;
  height: 2px;
  border-radius: 2em;
  background-color: #E8F1F9;
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  will-change: all;
}

.menu-button .line {
  margin: 4px 0;
}

.menu-open .menu-button .line:nth-child(1) {
  transform: rotate(-45deg) translate(-3.5px, 4.5px);
}

.menu-open .menu-button .line:nth-child(2) {
  transform: scale(1) rotate(45deg) translate(1px, -1px);
}

.menu-open .menu-button .line:nth-child(3) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav__right__wrapper__xs {
  display: none;
}

@media screen and (max-width: 1279px) {
  .logo__wrapper {
    padding: 0;
    z-index: 100;
  }
  .main-bar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .brand img.logo-xl {
    height: 20px;
  }
  header .brand img.logo-xs {
    height: 45px;
  }
  body.search-open .nav__right__wrapper .open-search .icon-open {
    display: none;
  }
  body.search-open .nav__right__wrapper .open-search .icon-close {
    display: block;
  }
  .menu-button {
    display: inline-block;
  }
  .main-sub-nav {
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: #000733;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 50px 0 0 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
    transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
    transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s;
    transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
    will-change: transform;
  }
  /*
  .nav__right__wrapper.transition:not(.nav__right__wrapper__xs) {
      visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);

      -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
      transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
      transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
      transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
      will-change: transform;     
  }    
  */
  .menu-open .nav-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    opacity: 1;
  }
  .nav__right__wrapper {
    gap: 12px;
  }
  .nav__right__wrapper .btn-highlight {
    display: none;
  }
  .btn-highlight {
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .open-search svg {
    height: 26px;
    width: auto;
    display: block;
  }
  #social-nav {
    position: absolute;
    bottom: 40px;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    text-align: center;
    top: auto;
  }
}
.editor {
  position: relative;
}

.editor p, .editor {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: left;
  font-weight: 400;
}

.editor p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor p:first-child {
  margin-top: 0;
}

.editor a {
  color: #000733;
  text-decoration: underline;
}

.single-news .editor a {
  color: #3FF384;
}

.editor ul, .editor ol {
  text-align: left;
}

.editor ul {
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
}

.editor ul > li {
  position: relative;
  margin-top: 15px;
  display: inherit;
}

.editor ul > li::before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  background-color: #3FF384;
  border-radius: 0;
  border: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  vertical-align: middle;
}

.editor ol {
  counter-reset: level1-counter; /* Initialise le compteur principal */
}

/* Niveau 2 */
.editor ol ol {
  counter-reset: level2-counter; /* Réinitialise le compteur pour la sous-liste */
}

/* Niveau 3 */
.editor ol ol ol {
  counter-reset: level3-counter; /* Réinitialise le compteur pour le troisième niveau */
}

.editor ol {
  margin: 20px 0;
  text-align: left;
}

.editor ol ol {
  margin-left: 25px;
}

.editor ol ol ol {
  margin-left: 25px;
}

.editor ol li {
  position: relative;
  margin-top: 15px;
  display: inherit;
}

.editor ol li::before {
  content: counter(level1-counter) ". "; /* Affiche le compteur principal */
  counter-increment: level1-counter; /* Incrémente le compteur principal */
  position: relative;
  display: inline-block;
  vertical-align: center;
  margin-right: 8px;
  color: #3FF384;
  font-weight: 400;
}

.editor ol ol li::before {
  content: counter(level1-counter) "." counter(level2-counter) ". "; /* Affiche niveau 1.niveau 2 */
  counter-increment: level2-counter; /* Incrémente le sous-compteur */
}

.editor ol ol ol li::before {
  content: counter(level1-counter) "." counter(level2-counter) "." counter(level3-counter) ". "; /* Affiche niveau 1.niveau 2.niveau 3 */
  counter-increment: level3-counter; /* Incrémente le compteur du 3e niveau */
}

.editor h2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.editor h3 {
  font-weight: 700;
  font-size: 2.3rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .editor p, .editor {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
/*--------------------------------------------------------------
TARTE AU CITRON
--------------------------------------------------------------*/
body #tarteaucitronRoot #tarteaucitronAlertBig {
  background: #fff;
  color: #000;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 20px 0 20px 0;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 16px !important;
  color: #000 !important;
  font-family: "unit", sans-serif !important;
  text-align: center;
  margin: 5px 0;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
  background: #3FF384 !important;
  color: #000733 !important;
  border-radius: 2em;
  cursor: pointer;
  display: inline-block;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 15px !important;
  text-decoration: none;
  margin: 5px;
  /*max-width: 400px;*/
  flex: none;
  font-family: inherit;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #000733 !important;
  color: #3FF384 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: transparent !important;
  color: #000 !important;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
  border: 1px solid #000;
}

.tarteaucitronCheck,
.tarteaucitronCross {
  display: none !important;
}

.tarteaucitronIconBottomRight {
  /*display: none !important;*/
}

@media only screen and (max-width: 960px) {
  body #tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
    width: 250px;
    flex: none;
  }
}
/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.email-submit-wrapper {
  border-radius: 9999px;
  border: 1px solid #3FF384;
  height: 32px;
  width: 100%;
  display: flex;
  margin: auto;
}
.email-submit-wrapper br {
  display: none;
}
.email-submit-wrapper p {
  margin: 0 !important;
}
.email-submit-wrapper p:first-child {
  flex: 1;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .email-submit-wrapper {
    height: 47px;
  }
}
input::placeholder {
  color: #E8F1F9;
}

/* Firefox */
input::-moz-placeholder {
  color: #E8F1F9;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
  color: #E8F1F9;
}

/* Microsoft Edge (legacy) */
input::-ms-input-placeholder {
  color: #E8F1F9;
}

.module-form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.module-newsletter .module-form-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: var(--color-soot);
  padding: 50px 50px 50px 50px;
}

.module-form-content-col1 {
  width: 45%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;    */
}

.module-form-content-col1 p {
  text-align: center;
  font-size: 2.1rem;
}

.module-form-content-col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module-newsletter .module-form-content form {
  margin-top: -25px;
}

.module-newsletter .module-form-content form input[type=submit] {
  width: auto;
}

.module-newsletter .module-form-content .wpcf7 {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .module-newsletter .module-form-content {
    display: block;
    padding: 25px;
  }
  .module-form-content-col1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .module-newsletter .module-form-content form {
    margin-top: 0;
  }
  .module-newsletter .module-form-content form input[type=submit] {
    width: 100%;
  }
}
.wpcf7 {
  max-width: 300px;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .wpcf7 {
    max-width: 700px;
  }
}
.wpcf7-form p {
  margin: 25px 0;
  /*text-align: center;*/
}
.wpcf7-form p:last-child {
  margin-bottom: 0;
}

.wpcf7-form span {
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.wpcf7-form span a {
  color: #E8F1F9;
  text-decoration: underline;
}

html:not([data-whatintent=keyboard]) * {
  /*outline: none;*/
}

label {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 100;
}

input:not([type=search]):not([type=submit]):not([type=checkbox]), textarea {
  font-family: inherit;
  font-size: 1.3rem;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none !important;
  font-weight: 400;
  height: 30px;
  text-transform: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100% !important;
  padding: 0px 15px !important;
  background-image: none;
  outline: none !important;
  color: #E8F1F9;
}

@media screen and (min-width: 1280px) {
  input:not([type=search]):not([type=submit]):not([type=checkbox]), textarea {
    height: 45px;
    font-size: 2.6rem;
    padding: 0px 30px !important;
  }
}
/* Supprimer tous les styles ajoutés lors de l'autocomplete */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px transparent inset !important; /* Supprime le fond imposé */
  box-shadow: 0 0 0 100px transparent inset !important; /* Compatibilité */
  -webkit-text-fill-color: inherit !important; /* Garde la couleur du texte définie */
  color: inherit !important; /* Compatibilité supplémentaire */
  border: inherit !important; /* Conserve la bordure */
  background-color: transparent !important; /* Rends le fond transparent */
}

input:-moz-autofill {
  background-color: transparent !important; /* Supprime le fond (Firefox) */
  color: inherit !important;
}

input:autofill {
  background-color: transparent !important; /* Compatibilité supplémentaire */
  color: inherit !important;
}

textarea {
  height: 120px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: flex;
}

input[type=checkbox] {
  position: relative;
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #3FF384;
  border-radius: 100px;
  transition: background-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  cursor: pointer;
  flex: none;
}

input[type=checkbox]:checked {
  border-color: #3FF384;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  margin: 10% auto;
  border-radius: 100px;
  background-color: #3FF384;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  text-transform: none;
  padding: 10px 0 30px 0;
  margin: 0;
  color: #dc3232;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0 0 30px 0;
  border: none;
  text-transform: none;
  color: #3FF384;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 2.6rem;
  }
}
.page-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.page-header.--blue {
  color: #E8F1F9;
  background-color: #2B1EC0;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame.svg");
  background-size: auto;
  background-repeat: repeat;
}
.page-header.--blue-dark {
  color: #E8F1F9;
  background-color: #000733;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-blue-dark.svg");
  background-size: auto;
  background-repeat: repeat;
}
.page-header .shell {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}
.page-header .button {
  margin-top: 20px;
}
.page-header.--archive-news {
  background-color: transparent;
  color: #000733;
}
.page-header .editor p {
  text-align: center;
}
.page-header .corner {
  display: none;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 30%;
  max-width: 160px;
}
.page-header .corner .corner-right {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.page-header .corner img {
  width: 100%;
  height: auto;
  display: block;
}
.page-header.--corner .corner {
  display: block;
}

@media screen and (min-width: 1280px) {
  .page-header {
    min-height: 350px;
  }
  .page-header .shell {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1000px;
  }
  .page-header .button {
    margin-top: 30px;
  }
  .page-header .corner {
    width: 340px;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
SLICK SLIDER
--------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.slick-prev {
  transform: scaleX(-1);
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /*margin-left: auto;*/
  margin-left: 0;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}

.slick-dots {
  position: relative;
  /* bottom: -30px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.image-left .slick-dots {
  /*right: auto;
  left: 10px;*/
}

.slick-dots li {
  display: flex;
  padding: 0 3px;
}

.slick-dots li:first-child {
  padding-left: 0;
}

.slick-dots li:last-child {
  padding-right: 0;
}

.slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
  /*border: 1px solid #ffffff;*/
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.25s ease-out;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  transition: all 0.25s ease-out;
}

.slick-dots li.slick-active button {
  background-color: var(--color-gold);
}

/*
.slick-dots li button::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background-color: #fff;
}


.slick-dots li.slick-active button::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    top: 0px;
    left: 0px;
    display: block;
    background-color: var(--color-gold);
}*/
@media screen and (min-width: 1280px) {
  .js_slider-news .slick-list,
  .view-tutorials .slick-list {
    padding: 0 40px 0 0 !important;
    overflow: visible;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    /*top: 10px;
    bottom: auto;
    right: 10px !important;
    left: auto !important;*/
  }
}
/* Components */
/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/
#main-nav-container {
  /*  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: -1;*/
}

ul#main-nav-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

ul#main-nav-list li {
  position: relative;
  margin: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

ul#main-nav-list li:first-child {
  margin-left: 0;
}

ul#main-nav-list li:last-child {
  margin-right: 0;
}

.main-nav-item a,
.main-nav-item button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #E8F1F9;
  display: block;
  position: relative;
  font-size: var(--font-size-main-nav);
  font-weight: 400;
  line-height: 1;
  transition: all 0.25s ease-out;
  text-transform: capitalize;
}

.main-nav-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -14px;
  background-color: #3FF384;
  transition: all 0.25s ease-out;
  transform: scaleY(0);
  transform-origin: bottom;
}

.main-nav-item a:hover, .main-nav-item.active a {
  color: #3FF384;
}

.main-nav-item a:hover::after,
.main-nav-item.active a::after {
  transform: scaleY(1);
}

/*
ul.sub-menu {
    display: none;
    opacity: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 0;
    min-width: 120%;
    margin: 0;
    text-align: center;
    list-style: none;
    padding-top: 20px;
    background-color: #fff;
}

ul.sub-menu li {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    color: #003B61;
}

ul.sub-menu li {
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    margin: 0;
    background-color: #fff;
}

ul.sub-menu li:first-child {
    padding-top: 20px;
}
ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



ul.sub-menu a {
    display: flex;
    align-items: center;
}

ul.sub-menu a img,
ul.sub-menu a svg {
    height: 20px;
    width: auto;
    margin-right: 8px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}
*/
@media screen and (min-width: 960px) {
  /*
  button:hover + ul.sub-menu, a:hover + ul.sub-menu, ul.sub-menu:hover {
      display: block;
      visibility: visible !important;
      -webkit-animation: fadeIn 250ms ease-out both;
      animation: fadeIn 250ms ease-out both;    
  }
  */
}
@media screen and (min-width: 1280px) and (max-width: 1350px) {
  ul#main-nav-list {
    gap: 22px !important;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav-item a::after {
    height: 12px;
    left: 0;
    bottom: -22px;
  }
  ul#main-nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  ul#main-nav-list li {
    display: inline-block;
  }
  /*
  .opened+ul {
      opacity: 1 !important;
      display: block !important;
  }  

  ul.sub-menu {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      background-color: transparent;
      top: auto;
      left: auto;
      transform: none;        
      min-width: 100%;
      padding-top: 0;
  }

  ul.sub-menu li {
      background-color: transparent;
      padding: 10px 20px;
  }  

  ul.sub-menu li:last-child {
      padding-bottom: 0;
  }    

  ul.sub-menu a img, ul.sub-menu a svg {
      height: 26px;
      width: auto;
      margin-right: 10px;
      fill: #fff;
  }    

  .sub-menu a {
      font-size: 2.8rem !important;
  }
  */
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
  background-color: #3FF384;
  text-align: center;
  font-weight: 600;
  color: #000733;
  padding: 0px 10px;
  font-size: 1.5rem;
  text-transform: capitalize;
  border-radius: 9999px;
  cursor: pointer;
  border: none;
  min-width: 100px;
  font-family: inherit;
  position: relative;
  display: flex;
  align-items: center; /* Centre verticalement */
  justify-content: center; /* Centre horizontalement (optionnel) */
  line-height: 1.2;
  height: 30px;
  transition: all 0.25s ease-out;
}

.button.--highlight {
  font-size: 1.7rem;
  padding: 8px 17px;
  height: auto;
  /*font-size: 2rem;*/
}

.nav__right__wrapper .button.--highlight {
  display: none;
}

.button.--highlight.--white {
  background-color: transparent;
  /*border: 3px solid #fff;*/
  box-shadow: inset 0 0 0 2px #E8F1F9;
  color: #E8F1F9;
  padding: 6px 10px 4px 10px;
}
.button.--highlight.--white span {
  white-space: nowrap;
}

.button__label__wrapper {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.button__label {
  display: inline-block;
  position: relative;
  transition-timing-function: cubic-bezier(0.26, 1, 0.48, 1);
  transition-duration: 0.5s;
  transition-property: transform;
  width: 100%;
  text-align: center;
}

.button__label__hover {
  position: absolute;
  left: 0;
  transform: translateY(100%);
}

/*
.button:hover .button__label__base {
    transform: translateY(-100%);
}
.button:hover .button__label__hover {
    transform: translateY(0);
}
*/
.button:hover {
  background-color: #E8F1F9;
}

.button.--highlight.--white:hover {
  background-color: #E8F1F9;
  color: #000733;
}

@media screen and (min-width: 1280px) {
  .button {
    font-size: 2.5rem;
    padding: 0 26px;
    height: 45px;
  }
  .button.--highlight {
    font-size: var(--font-size-main-nav);
    line-height: 1.1;
    padding: 6px 6px 4px 6px;
  }
  .nav__right__wrapper .button.--highlight {
    display: block;
  }
}
/*--------------------------------------------------------------
LANG SWITCHER
--------------------------------------------------------------*/
.lang__wrapper {
  position: relative;
}
.lang__wrapper .lang__current {
  font-size: 1.8rem;
  font-weight: 400;
  color: #E8F1F9;
  padding: 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease-out;
  font-family: inherit;
}
.lang__wrapper .lang__current svg {
  padding-left: 10px;
  height: 100%;
  width: auto;
  display: block;
}
.lang__wrapper .lang__current svg * {
  stroke: #E8F1F9;
  transition: all 0.5s ease-out;
}
.lang__wrapper .lang__current:hover {
  color: #3FF384;
}
.lang__wrapper .lang__current:hover svg * {
  stroke: #3FF384;
}

.polylang_langswitcher {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #3FF384;
  border-radius: 16px;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 5px 0;
  display: none;
}
.polylang_langswitcher.active {
  display: flex;
}

.polylang_langswitcher li {
  width: 100%;
  display: inline-block;
  transition: all 0.25s ease-out;
  order: 2;
}

.polylang_langswitcher li.current-lang {
  display: block;
  order: 1;
}

.polylang_langswitcher li a {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  color: #000733;
  display: block;
  text-align: center;
  padding: 4px 5px;
}

.polylang_langswitcher:hover li a {
  color: #000733;
}

.nav-wrapper .lang__wrapper {
  display: none;
}

@media screen and (max-width: 1279px) {
  .nav-wrapper .lang__wrapper {
    display: block;
  }
  .nav__right__wrapper .lang__wrapper {
    display: none !important;
  }
  .lang__wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .polylang_langswitcher {
    top: auto;
    bottom: 0;
  }
}
/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
.search-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #000733;
  width: 100%;
  height: 100svh;
  /*height: calc(100svh -(var(--header-height) + var(--wp-admin--admin-bar--height, 0px)));*/
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s;
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  will-change: transform;
}

body.search-open .search-overlay {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.search-overlay .open-search {
  position: absolute;
  top: 20px;
  right: 60px;
  display: none;
}

.search-overlay .open-search svg {
  height: 32px;
}

.search-overlay .open-search:hover svg {
  transform: rotate(90deg);
}

.search-form {
  border-radius: 9999px;
  border: 1px solid #3FF384;
  height: 30px;
  max-width: 780px;
  display: flex;
  margin: auto;
}
.search-form .button {
  height: auto;
}

.search-form label {
  flex: 1;
  height: 100%;
}

input[type=search] {
  background-color: transparent !important;
  margin: 0;
  font-family: inherit;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.3rem;
  color: #E8F1F9;
  font-weight: 400;
  border-radius: 0;
  outline: none !important;
  padding: 0 14px;
}

@media screen and (min-width: 1280px) {
  .search-overlay {
    z-index: 50;
  }
  .search-overlay .open-search {
    display: block;
  }
  .search-form {
    height: 60px;
  }
  input[type=search] {
    font-size: 2.5rem;
    padding: 0 32px;
  }
}
#share {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 500;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(-100vh);
  transition: visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s;
  transition: transform 1s cubic-bezier(0.75, 0, 0.25, 1), visibility 0s 1s, -webkit-transform 1s cubic-bezier(0.75, 0, 0.25, 1);
  will-change: transform;
}
#share .share-container {
  position: relative;
  border-radius: 20px;
  background-color: #3FF384;
  padding: 60px 30px;
  width: 90%;
  max-width: 500px;
}
#share .share-img-container {
  margin-bottom: 30px;
}
#share .share-img-container img {
  width: 100%;
  height: auto;
  display: block;
}
#share .section-title {
  text-align: center;
  color: #000733;
}
#share .close-share {
  position: absolute;
  top: 20px;
  right: 20px;
}
#share .close-share svg * {
  stroke: #000733;
}
#share .close-share svg {
  position: relative;
  transition: all 0.25s ease-out;
}
#share .close-share:hover svg {
  transform: rotate(90deg);
}
#share ul.list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#share ul.list li {
  display: flex;
}
#share ul.list svg {
  height: 40px;
  width: auto;
  display: block;
}
#share ul.list svg * {
  fill: #000733;
}

.share-open #share {
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 0s, 0s;
  opacity: 1;
}

/* Modules */
.scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
}
.scroll img {
  width: 60px;
  height: auto;
  display: block;
  transform-origin: top center;
  backface-visibility: hidden;
  animation: scroll_2 1.5s ease-out infinite;
}

@keyframes scroll_2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.module.module-landing {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #2B1EC0;
  aspect-ratio: 1/0.56;
  /*
  .landing-title {
  	font-family: 'Obviously';
  	font-weight: 400;
  	text-align: left;
  	text-transform: uppercase;
     	display: flex;
     	align-items: flex-start;		
     	font-size: 130px;
  	.row1 {
  		font-size: 63%;
  		line-height: 1;
  		font-weight: 600;
  	}
  	.row2 {
  		font-size: 100%;	
  		font-style: italic;
  		line-height: 1;
  		font-weight: 600;
  	}
  	.row3 {
  		font-size: 36.5%;
  		line-height: 1;
  		font-weight: 600;
  	}				
  }
  */
}
.module.module-landing .shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.module.module-landing .module-landing-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 680px;
}
.module.module-landing .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module.module-landing .button_wrap {
  position: relative;
}
.module.module-landing .landing-title {
  position: relative;
  width: 62%;
  margin-bottom: 30px;
  font-size: 5rem;
}
.module.module-landing .landing-title img {
  width: 100%;
  height: auto;
  display: block;
}
.module.module-landing .landing-title span {
  display: none;
}
.module.module-landing .landing-title .row1 {
  font-family: "Obviously Wide";
  font-size: 99%;
  line-height: 0.8;
  font-weight: 600;
  text-transform: uppercase;
}
.module.module-landing .landing-title .row2 {
  font-family: "Obviously Narrow";
  font-size: 260%;
  line-height: 0.8;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.module.module-landing .landing-title .row3 {
  font-family: "Obviously Cond";
  font-size: 177%;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}
.module.module-landing .button {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .module.module-landing {
    aspect-ratio: auto;
    height: calc(100vh - 50px);
  }
  .module.module-landing .shell {
    align-items: flex-start;
  }
  .module.module-landing .module-landing-content {
    transform: translateY(30px);
    width: 85%;
    max-width: 100%;
  }
  .module.module-landing .module-landing-content .landing-title {
    margin-bottom: 15px;
  }
  .module.module-landing .media {
    /*
    position: relative;
    // margin-top: -100px;
    margin-top: -30px;
          top: auto;
          left: auto;
          width: 100%;
          height: auto;
          // z-index: -1;
          //margin-top: -30px;
          */
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .module.module-landing .media img {
    position: relative;
    display: block;
  }
  .module.module-landing .button {
    margin-top: 15px;
  }
}
.module-hyperplay {
  background-color: #000733;
  margin: 0;
  padding: 30px 0;
}
.module-hyperplay .section-title {
  font-weight: 600;
  text-wrap: balance;
}
.module-hyperplay .button_wrap {
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.module-hyperplay .button_wrap .button__label {
  display: flex;
}
.module-hyperplay .button_wrap img {
  height: 32px;
  width: auto;
}

@media screen and (min-width: 960px) {
  .module-hyperplay {
    padding: 80px 0;
  }
  .module-hyperplay .button_wrap {
    margin-top: 15px;
  }
  .module-hyperplay .button_wrap img {
    height: 40px;
  }
}
.module.module-ticker {
  position: relative;
  z-index: 50;
  padding: 0;
  margin: 0;
  background-color: #3FF384;
  height: 30px;
  display: flex;
}

/* Conteneur principal du ticker */
.ticker-container {
  pointer-events: none;
  overflow: hidden; /* Masquer le contenu qui déborde */
  white-space: nowrap; /* Forcer le contenu à rester sur une seule ligne */
  width: 100%; /* S'adapte à la largeur de la page */
  padding: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

/* Contenu du ticker */
.ticker-content {
  display: flex;
  align-items: center;
  height: 100%;
  animation: scroll-continuous 30s linear infinite;
}

/* Dupliquer automatiquement le contenu */
.ticker-content::after {
  content: attr(data-duplicate); /* Duplique automatiquement */
  display: inline-block;
  white-space: pre; /* Conserve les espaces */
}

/* Définition de l'animation */
@keyframes scroll-continuous {
  0% {
    transform: translateX(0); /* Commence à sa position initiale */
  }
  100% {
    transform: translateX(-50%); /* Décale la moitié du contenu pour que la 2e moitié soit visible */
  }
}
/* Optionnel : Style des éléments dans le ticker */
.ticker-content span {
  height: auto;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  font-family: "Obviously Extd";
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  color: #000733;
  text-transform: capitalize;
  padding-bottom: 2px;
}

.ticker-content span::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/soccerverse/assets/images/ticker-sep.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}

@media screen and (min-width: 1280px) {
  .module.module-ticker {
    height: 55px;
  }
  .ticker-content span {
    font-size: 2rem;
    padding-right: 30px;
    margin-right: 30px;
  }
  .ticker-content span::after {
    width: 25px;
    height: 24px;
    right: -12px;
  }
}
body.page-template-default .module.module-stats {
  background-color: #2B1EC0;
  margin: 0;
}
body.page-template-default .module.module-stats .list {
  margin: 30px 0px;
  width: 100%;
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
body.page-template-default .module.module-stats .list .item .nbr {
  font-size: 5rem;
  margin-bottom: 12px;
}
body.page-template-default .module.module-stats .list .item .txt {
  font-size: 1.5rem;
}

.module.module-stats {
  position: relative;
  padding: 0;
  margin-top: 30px;
  display: flex;
}
.module.module-stats .module-stats-container {
  width: 100%;
}
.module.module-stats .list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.module.module-stats .list .item {
  position: relative;
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  overflow: hidden;
}
.module.module-stats .list .item .nbr {
  display: block;
  font-family: "Obviously Wide";
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  color: #E8F1F9;
  margin-bottom: 8px;
}
.module.module-stats .list .item .nbr .--add-k {
  position: relative;
}
.module.module-stats .list .item .nbr .--add-k::after {
  content: "K";
  position: relative;
}
.module.module-stats .list .item .txt {
  color: #3FF384;
  font-family: "Obviously Wide";
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.module.module-stats .editor {
  margin-top: 30px;
}
.module.module-stats .editor p {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .module.module-stats .list {
    margin: 30px 0px 40px 0px;
  }
  .module.module-stats .list .item .nbr {
    font-size: 10rem !important;
    line-height: 0.9;
    margin-bottom: 30px !important;
  }
  .module.module-stats .list .item .txt {
    font-size: 2.8rem !important;
  }
  .module.module-stats .editor {
    margin-top: 60px;
  }
  .module.module-stats .editor p {
    text-align: center;
  }
  body.page-template-default .module.module-stats .list {
    margin: 80px 0px 80px 0px;
    flex-direction: row;
    gap: 0;
  }
}
.module.module-block-1-2-3 {
  position: relative;
  padding: 0;
  display: flex;
}
.module.module-block-1-2-3 .list {
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 20px 30px;
  display: grid;
}
.module.module-block-1-2-3 .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #000733;
  border-radius: 10px;
  padding: 20px 50px 20px 80px;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-block-1-2-3.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 70px;
  overflow: hidden;
}
.module.module-block-1-2-3 .list .item .item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module.module-block-1-2-3 .list .item .section-title {
  text-align: center;
  font-family: "Obviously Wide";
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}
.module.module-block-1-2-3 .list .item .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 6rem;
  line-height: 1;
  padding-bottom: 0;
  color: #3FF384;
}
.module.module-block-1-2-3 .list .item .editor p {
  text-align: center;
  max-width: 400px;
  text-wrap: balance;
}

@media screen and (min-width: 1280px) {
  .module.module-block-1-2-3 .list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    gap: 30px 30px;
    display: grid;
  }
  .module.module-block-1-2-3 .list .item {
    border-radius: 20px;
    padding: 30px 30px 50px 30px;
    background-size: 130px;
  }
  .module.module-block-1-2-3 .list .item .num {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 14rem;
    color: #3FF384;
    padding-bottom: 20px;
  }
  .module.module-block-1-2-3 .list .item .section-title {
    min-height: 72px;
    padding-bottom: 20px;
  }
}
.module-play-anytime-anywhere-container {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  padding: 30px;
  border: 4px solid #3FF384;
  background-color: #E8F1F9;
  display: block;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-gray.svg");
  background-size: auto;
  background-repeat: repeat;
}
.module-play-anytime-anywhere-container .section-title {
  font-family: "Obviously Narrow";
  font-weight: 700;
}
.module-play-anytime-anywhere-container .row1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.module-play-anytime-anywhere-container .row2 {
  margin-top: 30px;
  width: 100%;
}
.module-play-anytime-anywhere-container .editor p {
  text-align: left;
  color: #000733;
}
.module-play-anytime-anywhere-container .button {
  margin-top: 20px;
  border: 2px solid #3FF384;
}
.module-play-anytime-anywhere-container .button:hover {
  background-color: #E8F1F9;
  border: 2px solid #000733;
}
.module-play-anytime-anywhere-container .devices {
  position: relative;
  max-width: 700px;
  margin: auto;
  aspect-ratio: 1/0.58;
}
.module-play-anytime-anywhere-container .devices img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.55));
}
.module-play-anytime-anywhere-container .devices img.mobile {
  z-index: 30;
}
.module-play-anytime-anywhere-container .devices img.tablet {
  z-index: 20;
}
.module-play-anytime-anywhere-container .devices img.laptop {
  z-index: 10;
}

@media screen and (min-width: 960px) {
  .module-play-anytime-anywhere-container {
    border-radius: 20px;
    padding: 25px 25px 25px 55px;
    border: 8px solid #3FF384;
    display: flex;
    align-items: center;
  }
  .module-play-anytime-anywhere-container .row1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
  }
  .module-play-anytime-anywhere-container .row2 {
    margin-top: 0;
    flex: 1;
  }
  .module-play-anytime-anywhere-container .editor {
    padding-right: 15%;
  }
  .module-play-anytime-anywhere-container .button {
    margin-top: 40px;
  }
}
.module-social-play {
  overflow: hidden;
  backface-visibility: hidden;
}

.module-social-play-container .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.module-social-play-container .row2 {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.module-social-play-container .section-title {
  text-align: center;
}
.module-social-play-container .editor p {
  text-align: center;
}
.module-social-play-container .img-container {
  position: relative;
  width: 100%;
  z-index: 10;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
}
.module-social-play-container .img-container img {
  width: 100%;
  height: auto;
  display: block;
}
.module-social-play-container .trame-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
}
.module-social-play-container .trame-container img.trame {
  width: auto;
  position: absolute;
  /* top: 0; */
  left: 50%;
  transform: translateX(-40%);
  height: 100%;
  bottom: 0;
}
.module-social-play-container .button {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .module-social-play-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .module-social-play-container .row1 {
    width: 48%;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-12%);
  }
  .module-social-play-container .row2 {
    width: auto;
    flex: 1;
    padding-right: 50px;
  }
  .module-social-play-container .section-title {
    text-align: right;
  }
  .module-social-play-container .editor p {
    text-align: right;
  }
  .module-social-play-container .button {
    margin-top: 40px;
  }
  .module-social-play-container .trame-container img.trame {
    transform: translateX(-44%);
  }
}
.module-roles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-roles-container .shell-thin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-roles-container .shell-thin .editor p {
  text-align: center;
}
.module-roles-container .button {
  margin-top: 20px;
}
.module-roles-container .list {
  margin-top: 20px;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 20px;
  display: grid;
}
.module-roles-container .list .item {
  position: relative;
  border-radius: 10px;
  background-color: #000733;
  padding: 20px 20px 20px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-roles.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 450px;
  overflow: hidden;
}
.module-roles-container .list .item .section-title {
  font-family: "Obviously Wide";
  font-weight: 500;
  font-style: italic;
  padding-bottom: 10px;
}
.module-roles-container .list .item .icon {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
}
.module-roles-container .list .item .icon img {
  height: 100%;
  width: auto;
  display: block;
}

@media screen and (min-width: 960px) {
  .module-roles-container .button {
    margin-top: 80px;
  }
  .module-roles-container .list {
    margin-top: 40px;
    padding: 0;
    gap: 35px 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .module-roles-container .list .item {
    border-radius: 20px;
    background-size: 830px;
    padding: 30px 30px 30px 140px;
    background-position: -10px top;
  }
  .module-roles-container .list .item .section-title {
    padding-bottom: 20px;
    font-size: 3.6rem;
  }
  .module-roles-container .list .item .icon {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
  }
  .module-roles-container .list .item .icon img {
    height: 100%;
    width: auto;
    display: block;
  }
}
.module-manage-your-team-container .editor p {
  text-align: center;
}
.module-manage-your-team-container .field-container {
  margin-top: 40px;
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.module-manage-your-team-container .field-container .field {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.module-manage-your-team-container .field-container .players {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
.module-manage-your-team-container .field-container .players img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.button-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .button-container {
    margin-top: 80px;
  }
}
.module-3-rows-container .list {
  display: grid;
  gap: 20px;
}
.module-3-rows-container .list .item {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  background-color: #000733;
  display: flex;
  flex-direction: column;
}
.module-3-rows-container .list .item .trame {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url("/wp-content/themes/soccerverse/assets/images/trame-3-rows.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100px;
}
.module-3-rows-container .list .item.reverse .trame {
  transform: scaleX(-1);
}
.module-3-rows-container .list .item .row1 {
  padding: 20px 30px 30px 30px;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-3-rows-container .list .item .row2 {
  position: relative;
  aspect-ratio: 1/0.42;
}
.module-3-rows-container .list .item .row2 img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.module-3-rows-container ._desktop {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .module-3-rows-container ._mobile {
    display: none !important;
  }
  .module-3-rows-container ._desktop {
    display: flex !important;
  }
  .module-3-rows-container .list {
    display: grid;
    gap: 40px;
  }
  .module-3-rows-container .list .item {
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: row-reverse;
  }
  .module-3-rows-container .list .item .trame {
    background-size: 16%;
  }
  .module-3-rows-container .list .item .section-title {
    text-align: right;
  }
  .module-3-rows-container .list .item .editor p {
    text-align: right;
  }
  .module-3-rows-container .list .item .row1 {
    padding: 40px 140px 40px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .module-3-rows-container .list .item .row2 {
    flex: 1;
    margin-top: 0;
    aspect-ratio: unset;
  }
  .module-3-rows-container .list .item .row2 img {
    position: absolute;
    height: 100%;
    width: auto;
    transform: none;
  }
  .module-3-rows-container .list .item.reverse {
    flex-direction: row;
  }
  .module-3-rows-container .list .item.reverse .section-title,
  .module-3-rows-container .list .item.reverse .editor p {
    text-align: left;
  }
  .module-3-rows-container .list .item.reverse .row1 {
    padding: 40px 0 40px 140px;
    align-items: flex-start;
  }
  .module-3-rows-container .list .item.reverse .row2 {
    aspect-ratio: unset;
  }
  .module-3-rows-container .list .item.reverse .row2 img {
    width: auto;
    height: 100%;
    display: block;
    right: 0;
    left: auto;
    transform: none;
  }
}
.corner {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 22%;
}
.corner img {
  width: 100%;
  height: auto;
  display: block;
}
.corner.corner-right {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

@media screen and (min-width: 960px) {
  .corner {
    width: 14%;
  }
}
.module-join-the-community {
  position: relative;
  background-color: #000733;
  color: #E8F1F9;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 1px solid #000733;
}

.module-join-the-community-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-join-the-community-container .button {
  margin-top: 20px;
}
.module-join-the-community-container .editor {
  padding: 0 10%;
}
.module-join-the-community-container .editor p {
  text-align: center;
}

.module-newsletter {
  padding: 40px 0 0 0;
}
.module-newsletter .section-title {
  font-style: normal;
}

.social-container .list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-container .list .item {
  display: flex;
}
.social-container .list .item svg {
  height: 20px;
  width: auto;
  display: block;
}
.social-container .list .item svg * {
  fill: #E8F1F9;
  transition: all 0.25s ease-out;
}
.social-container .list .item a:hover svg * {
  fill: #3FF384;
}

@media screen and (min-width: 960px) {
  .social-container .list {
    gap: 40px;
  }
  .social-container .list .item svg {
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .module-join-the-community {
    padding: 80px 0;
  }
  .module-join-the-community-container .button {
    margin-top: 40px;
  }
  .module-join-the-community-container .editor {
    padding: 0;
    margin: auto;
  }
  .module-newsletter {
    padding: 80px 0 0 0;
  }
  .module-newsletter .section-title {
    font-style: normal;
  }
}
.module-partners {
  position: relative;
  background-color: #000733;
  margin: 0;
  padding: 0px 0 40px 0;
}

.partners-sep {
  background-image: url("/wp-content/themes/soccerverse/assets/images/partners-sep.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 58px;
  margin-bottom: 40px;
}

.module-partners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-partners-container .list {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.module-partners-container .list .item {
  display: flex;
}
.module-partners-container .list .item img {
  height: 30px;
  max-width: 100px;
  width: auto;
  display: block;
}
.module-partners-container .list .item svg {
  height: 30px;
  max-width: 140px;
  width: auto;
  display: block;
}
.module-partners-container .list .item svg * {
  transition: all 0.25s ease-out;
  fill: #E8F1F9;
}
.module-partners-container .list .item a:hover svg * {
  fill: #3FF384;
}

.section-title-partners {
  font-family: "Obviously Extd";
  font-style: italic;
  color: #3FF384;
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .partners-sep {
    background-size: contain;
    height: 116px;
    margin-bottom: 80px;
  }
  .module-partners-container .list {
    gap: 100px;
  }
  .module-partners-container .list .item svg {
    max-width: 200px;
    height: 90px;
  }
  .module-partners-container .list .item img {
    max-width: 400px;
    height: 90px;
  }
  .section-title-partners {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  .module-partners {
    padding: 0px 0 80px 0;
  }
}
.module-image img {
  width: 100%;
  height: auto;
  display: block;
}

legend {
  margin-top: 10px;
  font-size: 1.2rem;
  font-style: italic;
}

@media screen and (min-width: 960px) {
  legend {
    font-size: 2rem;
  }
}
.module-video .video__player {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.module-video .video__player::after {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 56%;
}
.module-video .js-reveal-video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}
.module-video .js-reveal-video::after {
  content: "";
  background-color: #000733;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.module-video .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3FF384;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  transition: all 0.25s ease-out;
}
.module-video .play-icon svg {
  display: block;
  width: 26px;
  height: auto;
}
.module-video .play-icon svg * {
  fill: #000733;
}
.module-video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-video .video__wrapper {
  position: relative;
}
.module-video .video__wrapper::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 56%;
}
.module-video video {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-video .video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  background-color: #000733;
  background-size: cover;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__player:hover .play-icon,
.video__wrapper:hover .play-icon {
  background-color: #E8F1F9;
}

.module-button-content {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 960px) {
  .module-button-content {
    gap: 40px;
  }
}
.module-text_image {
  margin: 0;
}
.module-text_image .col__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.module-text_image .col__wrapper .button {
  margin-top: 20px;
}
.module-text_image .col__wrapper.right_media .button:hover {
  background-color: #000733;
  color: #E8F1F9;
}
.module-text_image .col__wrapper.left_media .col1 {
  background-color: #000733;
  color: #E8F1F9;
}
.module-text_image .col__wrapper.left_media .col1 .corner {
  transform: scaleX(1);
  left: 0;
  right: auto;
  z-index: -1;
  width: 120px;
}
.module-text_image .col__wrapper .col1 {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 50px 25px;
  background-color: #E8F1F9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-text_image .col__wrapper .col1 .editor {
  text-align: center;
}
.module-text_image .col__wrapper .col1 .corner {
  transform: scaleX(-1);
  left: auto;
  right: 0;
  z-index: -1;
  width: 120px;
}
.module-text_image .col__wrapper .col2 {
  border-top: 15px solid #3FF384;
  position: relative;
  flex: 1;
  aspect-ratio: 1/0.5;
}

@media screen and (min-width: 960px) {
  .module-text_image .col__wrapper {
    flex-direction: row;
  }
  .module-text_image .col__wrapper .button {
    margin-top: 30px;
  }
  .module-text_image .col__wrapper.left_media {
    flex-direction: row-reverse;
  }
  .module-text_image .col__wrapper.left_media .col1 {
    text-align: right;
    align-items: flex-end;
    padding: 40px 125px 40px 80px;
  }
  .module-text_image .col__wrapper.left_media .col1 .editor {
    text-align: right;
  }
  .module-text_image .col__wrapper.left_media .col1 .editor p {
    text-align: right;
  }
  .module-text_image .col__wrapper.left_media .col1 .corner {
    position: absolute;
    z-index: 0;
    top: auto;
    left: -90px;
    right: auto;
    transform: scaleX(1) scaleY(-1) rotate(-15deg);
    width: 330px;
    bottom: -100px;
  }
  .module-text_image .col__wrapper.left_media .col1::after {
    content: "";
    background-color: #000733;
    position: absolute;
    height: 140%;
    width: 160px;
    top: -20%;
    left: -80px;
    transform: rotate(15deg);
    border-left: 20px solid #3FF384;
    border-right: none;
  }
  .module-text_image .col__wrapper .col1 {
    text-align: left;
    width: 58%;
    display: flex;
    justify-content: center;
    min-height: 400px;
    padding: 40px 80px 40px 125px;
    background-color: #E8F1F9;
    align-items: flex-start;
  }
  .module-text_image .col__wrapper .col1 .section-title {
    font-size: 6.4rem;
  }
  .module-text_image .col__wrapper .col1 .editor {
    text-align: left;
  }
  .module-text_image .col__wrapper .col1 .corner {
    position: absolute;
    z-index: 0;
    top: -100px;
    right: -85px;
    left: auto;
    transform: scaleX(-1) rotate(-15deg);
    width: 350px;
  }
  .module-text_image .col__wrapper .col1::after {
    content: "";
    background-color: #E8F1F9;
    position: absolute;
    height: 140%;
    width: 160px;
    top: -20%;
    right: -80px;
    transform: rotate(15deg);
    border-right: 20px solid #3FF384;
    z-index: -1;
  }
  .module-text_image .col__wrapper .col2 {
    border: none;
    position: relative;
    flex: 1;
  }
}
.module-404 {
  padding-top: 80px;
}
.module-404 .module-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000733;
}
.module-404 .module-404-content .button {
  margin-top: 40px;
}
.module-404 .module-404-content .button:hover {
  background-color: #000733;
  color: #E8F1F9;
}

.module-search .module-search-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000733;
}
.module-search .module-search-content h1 {
  text-align: left;
}
.module-search .module-search-content article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 8px solid #3FF384;
}
.module-search .module-search-content article a {
  color: #000733;
}
.module-search .module-search-content article a:hover h2 {
  color: #3FF384;
}
.module-search .module-search-content article h2 {
  font-family: "Obviously";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
  transition: all 0.25s ease-out;
}
.module-search .module-search-content .button {
  margin-top: 40px;
}
.module-search .module-search-content .button:hover {
  background-color: #000733;
  color: #E8F1F9;
}

@media screen and (min-width: 960px) {
  .module-search .module-search-content article h2 {
    font-size: 3.6rem;
  }
}
/* Pages */
.post-type-archive-news {
  background-color: #E8F1F9;
}
.post-type-archive-news .corner {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 25vw;
  min-width: 140px;
}
.post-type-archive-news .corner.corner-right {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.post-type-archive-news .corner img {
  width: 100%;
  height: auto;
  display: block;
}
.post-type-archive-news .btn__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.post-type-archive-news .btn__wrapper .button:hover {
  background-color: #000733;
  color: #E8F1F9;
}

.module-news {
  margin-top: 0;
  padding-top: 0;
}

.posts__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.posts__list article a {
  width: 100%;
  height: 100%;
  display: flex;
}
.posts__list article .article-inner {
  width: 100%;
  background-color: #2B1EC0;
  color: #E8F1F9;
  transition: all 0.25s ease-out;
  display: flex;
  flex-direction: column;
}
.posts__list article figure {
  width: 100%;
  position: relative;
  aspect-ratio: 1/0.72;
  margin: 0;
  overflow: hidden;
}
.posts__list article figure img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.25s ease-out;
}
.posts__list article .article__content {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.posts__list article .date {
  color: #3FF384;
  font-family: "Obviously Extd";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.posts__list article .news-title {
  font-family: "Obviously";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
}
.posts__list article .editor {
  display: none;
  margin-bottom: 20px;
}
.posts__list article .btn {
  transition: all 0.25s ease-out;
  font-style: italic;
  font-size: 2.6rem;
  display: none;
}
.posts__list article a:hover figure img {
  transform: scale(1.02);
}
.posts__list article a:hover .article-inner {
  background-color: #000733;
}
.posts__list article a:hover .btn {
  color: #3FF384;
}

.recently {
  background-color: #000733;
  padding: 50px 0;
}
.recently .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recently .shell-thin {
  padding-left: 0;
  padding-right: 0;
}
.recently .recently-list {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.recently .recently-list .slick-list {
  padding-left: 20px;
}
.recently article {
  padding: 0 10px;
}
.recently article .date {
  color: #E8F1F9;
  margin-bottom: 20px;
  font-family: "Obviously Extd";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1;
  display: block;
  transition: all 0.25s ease-out;
}
.recently article figure {
  position: relative;
  aspect-ratio: 1/0.56;
  margin-bottom: 20px;
}
.recently article figure img {
  transition: all 0.25s ease-out;
  filter: grayscale(100%);
}
.recently article .news-title {
  color: #E8F1F9;
  font-family: "Obviously";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
  transition: all 0.25s ease-out;
}
.recently article:hover .date {
  color: #3FF384;
}
.recently article:hover figure img {
  filter: none;
}

.pagination-wrapper {
  display: flex;
  gap: 6px;
  font-size: 1.8rem;
}
.pagination-wrapper .page-numbers {
  background-color: #2B1EC0;
  color: #E8F1F9;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}
.pagination-wrapper .page-numbers.current, .pagination-wrapper .page-numbers.dots {
  cursor: default;
}
.pagination-wrapper .page-numbers.dots {
  background-color: #2B1EC0 !important;
}
.pagination-wrapper .page-numbers:hover, .pagination-wrapper .page-numbers.current {
  background-color: #000733;
}

@media screen and (min-width: 1280px) {
  .pagination-wrapper {
    gap: 10px;
    font-size: 2.5rem;
  }
  .pagination-wrapper .page-numbers {
    width: 35px;
    height: 35px;
  }
  .recently {
    padding: 80px 0;
  }
  .recently .shell-thin {
    padding-left: 0px;
    padding-right: 0px;
  }
  .recently .slick-list {
    padding-left: 0;
  }
  .recently article {
    padding: 0 20px;
  }
  .recently article .date {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .recently article figure {
    aspect-ratio: 1/0.56;
    margin-bottom: 20px;
  }
  .recently article .news-title {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .post-type-archive-news .corner {
    width: 380px;
  }
  .post-type-archive-news .btn__wrapper {
    margin-top: 80px;
  }
  .posts__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .posts__list article .editor {
    display: block;
    margin-bottom: 20px;
  }
  .posts__list article figure {
    aspect-ratio: 1/0.78;
  }
  .posts__list article .article__content {
    padding: 30px;
  }
  .posts__list article .date {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .posts__list article .news-title {
    font-size: 3.6rem;
    margin-bottom: 30px;
    line-height: 1;
  }
  .posts__list article .btn {
    display: inline-block;
    font-size: 2.6rem;
  }
}
.single-news .banner-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.single-news .single-container .single-content {
  position: relative;
  margin-top: -60px;
  background-color: #2B1EC0;
  padding: 50px 30px 60px 30px;
  min-height: 50vh;
}
.single-news .single-container .single-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  background-image: url("/wp-content/themes/soccerverse/assets/images/partners-sep.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 50px;
}
.single-news .single-container .single-content .shell {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.single-news .single-container .single-content .module {
  margin: 30px 0;
}
.single-news .single-container .single-content .date {
  color: #3FF384;
  font-family: "Obviously Extd";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.single-news .single-container .single-content .news-title {
  font-family: "Obviously";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
}

ul.share {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
  justify-content: center;
}
ul.share li {
  display: flex;
}
ul.share li a svg {
  height: 30px;
  width: auto;
  display: block;
  transition: all 0.25s ease-out;
}
ul.share li a svg * {
  fill: #E8F1F9;
  transition: all 0.25s ease-out;
}
ul.share li a:hover svg * {
  fill: #3FF384;
}

@media screen and (min-width: 640px) {
  .single-news .single-container .single-content {
    padding: 40px 150px 60px 150px;
  }
}
@media screen and (min-width: 1280px) {
  ul.share {
    gap: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  ul.share li a svg {
    height: 40px;
  }
  .single-news .banner-wrapper {
    height: 530px;
  }
  .single-news .single-container .single-content {
    margin-top: -280px;
    padding: 100px 250px 150px 250px;
  }
  .single-news .single-container .single-content::after {
    bottom: 20px;
    height: 110px;
  }
  .single-news .single-container .single-content .module {
    margin: 60px 0;
  }
  .single-news .single-container .single-content .date {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1;
  }
  .single-news .single-container .single-content .news-title {
    font-size: 6rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=style.css.map */
