@charset "UTF-8";
/*
Theme Name: Gymnase Français - ComKani
Theme URI: https://comkani.fr
Author: Agence ComKani
Author URI: https://comkani.fr
Description: Gymnase Français a confié le développement de son nouveau site à l'agence ComKani.
Version: 1.0.0
Text Domain: badminton, club bad, sport
*/
/*****************
STYLES IMPORTS
******************/
/*****************
COLORS
******************/
/*****************
RESPONSIVE
******************/
:root {
  --icon-arrow: url("../../assets/icons/arrow.svg");
}

/*****************
MIXINS
******************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #03045E;
}

::selection {
  background-color: #03045E;
  color: #FFF;
}

/* Autres resets si nécessaire */
a {
  color: #03045E;
  text-decoration: none;
}

button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #03045E;
}

/*****************
RESET CONTACT
******************/
.wpcf7,
.wpcf7-form {
  all: unset;
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.wpcf7 label {
  all: unset;
  display: block;
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.wpcf7 input[type=submit],
.wpcf7 button {
  all: unset;
  display: inline-block;
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  all: unset;
  display: block;
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.wpcf7 br,
.wpcf7 span {
  all: unset;
}

.wpcf7 *,
.wpcf7 *::before,
.wpcf7 *::after {
  box-sizing: border-box;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #03045E;
  transition: margin-top 0.5s ease;
  z-index: 1000;
  background: #FFF;
}
header .header-banner {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  top: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 9999;
  background-color: #03045E;
  color: #FFF;
  text-align: center;
}
header .header-banner .close-btn {
  position: absolute;
  padding: 0 60px 0 20px;
  right: 0;
  cursor: pointer;
  z-index: 10001;
  background: #03045E;
  color: #939ADB;
  font-size: 40px;
}
header .header-banner .banner-content span {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10%;
  animation: slideText 15s linear infinite;
}
@keyframes slideText {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
header .content-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
header .content-header .logo-gymnase-francais {
  padding-left: 5%;
  width: 15%;
}
header .content-header .navigation-toggle {
  display: none;
  padding: 8px;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
}
header .content-header .navigation-toggle .navigation-mobile {
  position: absolute !important;
  padding: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
header .content-header .navigation-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background: #939ADB;
  transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
}
header .content-header .menu-gymnase-francais {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-right: 60px;
  margin-top: -5px;
}
header .content-header .menu-gymnase-francais > ul {
  display: flex;
  align-items: center;
}
header .content-header .menu-gymnase-francais > ul li {
  position: relative;
  margin: 0 15px;
  white-space: nowrap;
  list-style: none;
}
header .content-header .menu-gymnase-francais > ul li a {
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
header .content-header .menu-gymnase-francais > ul li a:hover {
  color: #D72638;
  font-weight: 900;
}
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 6px 10px;
  background-image: url("../../assets/icons/open-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: background-image 0.2s ease;
}
header .content-header .menu-gymnase-francais > ul li:hover > a::after, header .content-header .menu-gymnase-francais > ul li.open > a::after {
  background-image: url("../../assets/icons/close-menu.svg");
}
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children {
  padding: 20px 0;
}
header .content-header .menu-gymnase-francais > ul .sub-menu {
  position: absolute;
  display: none;
  padding: 10px;
  top: 100%;
  left: 0;
  background: #03045E;
  z-index: 10;
}
header .content-header .menu-gymnase-francais > ul .sub-menu li {
  padding: 10px;
  white-space: nowrap;
}
header .content-header .menu-gymnase-francais > ul .sub-menu a {
  color: #F9F9F9;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  text-transform: none;
}
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children:hover > .sub-menu,
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children.open > .sub-menu,
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
header .content-header .menu-gymnase-francais > ul li.menu-item-has-children.no-hover > .sub-menu {
  display: none !important;
}
header .content-header .social-media {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  width: 5%;
  padding-right: 5%;
  margin-top: 5px;
}

.header-banner.hidden {
  padding: 0;
  height: 0;
  transform: translateY(-50px);
}

header.closed {
  margin-top: -50px;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  header .header-banner span {
    font-size: 1.6rem;
  }
  header .header-banner .close-btn {
    padding: 0 20px;
  }
  header .content-header .logo-gymnase-francais {
    width: 45% !important;
  }
  header .content-header .menu-gymnase-francais > ul {
    display: flex;
    align-items: center;
  }
  header .content-header .menu-gymnase-francais > ul li {
    position: relative;
    margin: 0 15px;
    padding: 0 0 !important;
    white-space: nowrap;
    list-style: none;
  }
  header .content-header .menu-gymnase-francais > ul li a {
    font-size: 1.8rem !important;
  }
  header .content-header .menu-gymnase-francais > ul li.menu-item-has-children > a::after {
    width: 20px !important;
    height: 20px !important;
  }
  header .content-header .menu-gymnase-francais > ul li.menu-item-has-children {
    padding: 0 !important;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu {
    position: absolute;
    display: none;
    padding: 10px;
    top: 100%;
    left: 0;
    background: #03045E;
    z-index: 10;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu li {
    padding: 10px;
    white-space: nowrap;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu a {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    height: fit-content;
    z-index: 1100;
    background: #FFF;
  }
  header .content-header .logo-gymnase-francais {
    position: relative;
    padding-left: 5%;
    width: 25%;
    z-index: 3000;
  }
  header .content-header .navigation-toggle {
    display: inline-block;
    position: fixed;
    right: 5%;
    z-index: 3000;
  }
  header .content-header .navigation-toggle .bar {
    transition: transform 0.2s ease, opacity 0.2s ease, width 0.2s ease;
  }
  header .content-header.nav-open .navigation-toggle .bar {
    background-color: #D72638;
  }
  header .content-header.nav-open .navigation-toggle .bar:nth-child(1), header .content-header.nav-open .navigation-toggle .bar:nth-child(3) {
    opacity: 0;
  }
  header .content-header .social-media {
    display: none;
  }
  header .content-header .menu-gymnase-francais {
    position: fixed;
    display: flex;
    align-items: center;
    top: 15px;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #E9EDFF;
    transform: translateX(140%);
    transition: transform 0.25s ease;
    z-index: 2000;
  }
  header.nav-open header .content-header .menu-gymnase-francais {
    position: absolute;
    justify-content: center;
    transform: translateX(0);
    width: 100vw;
    height: 100vh;
  }
  header .content-header .menu-gymnase-francais > ul {
    flex-direction: column;
    text-align: center;
  }
  header .content-header .menu-gymnase-francais > ul li {
    padding: 30px 0;
    width: 100%;
    font-size: 3.2rem;
  }
  header .content-header .menu-gymnase-francais > ul li a {
    font-size: 2.8rem;
  }
  header .content-header .menu-gymnase-francais > ul li.menu-item-has-children > a::after {
    width: 35px;
    height: 35px;
  }
  header .content-header .menu-gymnase-francais > ul.menu-item-has-children {
    padding: 30px 0;
  }
  header .content-header .menu-gymnase-francais .sub-menu li {
    width: fit-content;
    padding: 0px !important;
  }
  header .content-header .menu-gymnase-francais .sub-menu a {
    font-size: 3.2rem !important;
  }
  header .content-header .menu-gymnase-francais li.open > .sub-menu {
    display: block;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .header-banner.hidden {
    padding: 0;
    height: 0;
    transform: translateY(-100px);
  }
  header.closed {
    margin-top: -100px;
  }
  header .header-banner {
    height: 100px;
  }
  header .header-banner .close-btn {
    font-size: 60px;
  }
  header .content-header {
    margin-top: 90px;
  }
  header .content-header .menu-gymnase-francais {
    margin-left: 0;
  }
  header .content-header .menu-gymnase-francais > ul li {
    margin: 0 30px;
  }
  header .content-header .menu-gymnase-francais > ul li a {
    font-size: 3.6rem;
  }
  header .content-header .menu-gymnase-francais > ul li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 0 6px 30px;
    background-image: url("../../assets/icons/open-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: background-image 0.2s ease;
  }
  header .content-header .menu-gymnase-francais > ul li .menu-item-has-children {
    padding: 45px 0;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu {
    position: absolute;
    display: none;
    padding: 30px;
    top: 100%;
    left: 0;
    background: #03045E;
    z-index: 10;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu li {
    padding: 30px;
    white-space: nowrap;
  }
  header .content-header .menu-gymnase-francais > ul .sub-menu a {
    font-size: 3.6rem;
  }
  header .content-header .social-media {
    gap: 45px;
    margin-top: 0;
  }
  header .content-header .social-media img {
    height: 45px;
  }
}
footer .footer-high {
  display: flex;
  width: 100%;
  padding: 60px 5% 30px;
  background: #03045E;
  color: #F9F9F9;
}
footer .footer-high .footer-newsletter {
  display: flex;
  flex-direction: column;
  width: 60%;
}
footer .footer-high .footer-newsletter p {
  width: 50%;
  margin-bottom: 45px;
}
footer .footer-high .footer-newsletter form {
  width: 100%;
}
footer .footer-high .footer-newsletter form input {
  padding: 10px 0 15px;
  margin-right: 30px;
  width: 50%;
  border-bottom: 1px solid #F9F9F9;
  background: transparent;
  font-size: 1.8rem;
}
footer .footer-high .footer-newsletter form ::placeholder {
  padding-left: 5px;
  color: #939ADB;
  font-size: 1.6rem;
}
footer .footer-high .footer-gymnase-francais {
  display: flex;
  gap: 30px;
  width: 40%;
}
footer .footer-high .footer-gymnase-francais h4 {
  margin-bottom: 20px;
  color: #939ADB;
  font-size: 1.8rem;
  text-transform: uppercase;
}
footer .footer-high .footer-gymnase-francais ul li {
  margin: 10px 0;
  list-style: none;
}
footer .footer-high .footer-gymnase-francais ul li a {
  color: #F9F9F9;
  font-family: "Kanit", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
footer .footer-high .footer-gymnase-francais ul li a:hover {
  color: #D72638;
}
footer .footer-high .footer-gymnase-francais .footer-column-left,
footer .footer-high .footer-gymnase-francais .footer-column-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
footer .footer-copyright {
  display: flex;
  padding: 5px 5%;
}
footer .footer-copyright span,
footer .footer-copyright a {
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
}
footer .footer-copyright .footer-column-left {
  width: 70%;
}
footer .footer-copyright .footer-column-right {
  width: 30%;
}
footer .footer-copyright .footer-column-right ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 45px;
  margin-right: 30px;
  list-style: none;
}
footer .footer-copyright .footer-column-right ul a:hover {
  color: #D72638;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  footer .footer-high {
    padding: 45px 10% 30px;
  }
  footer .footer-high .footer-newsletter form input {
    margin-bottom: 20px;
    width: 100% !important;
  }
  footer .footer-high .footer-gymnase-francais {
    flex-direction: column;
  }
  footer .footer-high .footer-gymnase-francais .footer-column-left,
  footer .footer-high .footer-gymnase-francais .footer-column-right {
    width: 100% !important;
  }
}
@media (max-width: 912px) {
  footer .footer-copyright {
    flex-direction: column;
  }
  footer .footer-copyright .footer-column-left,
  footer .footer-copyright .footer-column-right {
    width: 100%;
    text-align: center;
  }
  footer .footer-copyright .footer-column-right ul {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  footer .footer-high {
    flex-direction: column;
    width: 100%;
  }
  footer .footer-high .footer-newsletter {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-high .footer-newsletter p {
    width: 100%;
  }
  footer .footer-high .footer-newsletter form input {
    margin-right: 10px;
    width: 70%;
  }
  footer .footer-high .footer-gymnase-francais {
    width: 100% !important;
    margin-top: 30px;
  }
  footer .footer-high .footer-gymnase-francais .footer-column-left,
  footer .footer-high .footer-gymnase-francais .footer-column-right {
    width: 50%;
  }
}
/*****************
HERO
******************/
/*****************
HERO
******************/
/*****************
HERO
******************/
/*****************
HERO
******************/
.hero-homepage .title-page .icon-title {
  margin-left: 45px !important;
}

/*****************
404
******************/
.hero-404 {
  margin: 160px 0 90px;
}
.hero-404 p {
  padding: 0 10%;
}
.hero-404 .buttons-404 {
  display: flex;
  flex-direction: row;
  padding: 0 10%;
  margin: 45px 0;
}
.hero-404 .buttons-404 a {
  margin-right: 30px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .hero-404 {
    margin: 120px 0 90px;
  }
  .hero-404 .buttons-404 {
    flex-direction: column;
  }
  .hero-404 .buttons-404 a {
    margin-bottom: 30px;
  }
}
/*****************
CONTACT
******************/
.contact-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 10%;
  margin: 160px 0 90px;
}
.contact-form .column-left {
  width: 45%;
}
.contact-form .column-left .places {
  width: 75%;
}
.contact-form .column-left .places .element {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
.contact-form .column-left .places .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.contact-form .column-left .places .element .name:hover {
  color: #FFF;
  background: #D72638;
}
.contact-form .column-left .places .element .address {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.contact-form .column-left .places .element:hover .address {
  color: #FFF;
  background-color: #D72638;
}
.contact-form .column-left .places :nth-child(2) .address,
.contact-form .column-left .places :nth-child(4) .address {
  color: #D72638;
}
.contact-form .column-right {
  position: relative;
  width: 55%;
}
.contact-form .column-right form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
}
.contact-form .column-right form p,
.contact-form .column-right form span,
.contact-form .column-right form textarea,
.contact-form .column-right form select {
  color: #939ADB;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.contact-form .column-right form p ::placeholder,
.contact-form .column-right form span ::placeholder,
.contact-form .column-right form textarea ::placeholder,
.contact-form .column-right form select ::placeholder {
  color: #939ADB;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.contact-form .column-right form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 15px 0;
}
.contact-form .column-right form .form-row p {
  width: 100%;
}
.contact-form .column-right form .form-row p input {
  width: 98%;
  padding: 15px 30px;
  border-radius: 5px;
  background: #D7DCFA;
  color: #03045E;
}
.contact-form .column-right form .form-row :nth-child(2) {
  margin-left: 2%;
}
.contact-form .column-right form .full-width-message {
  background: #D7DCFA;
  width: 100%;
  margin: 15px 0;
  border-radius: 5px;
}
.contact-form .column-right form .full-width-message p {
  background: #D7DCFA;
  color: #D72638;
}
.contact-form .column-right form .full-width-message p input {
  padding: 15px 30px;
  border-radius: 5px;
  background: #D7DCFA;
  color: #D72638;
}
.contact-form .column-right form .full-width-message textarea {
  width: 100%;
  background-color: transparent;
  padding: 30px;
}
.contact-form .column-right form #select.full-width-message {
  padding: 15px;
}
.contact-form .column-right form #select.full-width-message select {
  width: 100%;
  background-color: transparent;
}
.contact-form .column-right form .consentement {
  margin-bottom: 30px;
}
.contact-form .column-right form .button-primary-variant-1 p {
  color: #FFF;
  font-weight: 600;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .contact-form {
    flex-direction: column;
    margin: 120px 0 90px;
  }
  .contact-form .column-left {
    width: 100%;
  }
  .contact-form .column-left .places {
    width: 100%;
  }
  .contact-form .column-right {
    width: 100%;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .contact-form .column-left .places .element {
    margin: 0 0 45px;
  }
  .contact-form .column-left .places .element .name {
    padding: 20px 25px;
    font-size: 3rem;
  }
  .contact-form .column-left .places .element .address {
    padding: 20px 25px;
    font-size: 3.6rem;
  }
  .contact-form .column-right form .form-row p,
  .contact-form .column-right form .form-row span,
  .contact-form .column-right form .form-row textarea,
  .contact-form .column-right form .form-row select,
  .contact-form .column-right form .full-width-message p,
  .contact-form .column-right form .full-width-message span,
  .contact-form .column-right form .full-width-message textarea,
  .contact-form .column-right form .full-width-message select {
    font-size: 3.6rem;
  }
}
/*****************
ARTICLE - CONTENT
******************/
.content-article {
  padding: 0 10%;
  margin-bottom: 120px;
}
.content-article .title-section {
  position: relative;
  margin: 75px 0 45px;
}
.content-article .title-section h2 {
  padding-right: 40%;
  text-transform: uppercase;
}
.content-article .title-section img {
  position: absolute;
  top: 0;
  left: 75%;
  height: 90px;
  width: fit-content;
}
.content-article .title-section p {
  padding: 0 45% 0 10%;
}
.content-article .images-section {
  margin-top: 45px;
}
.content-article .images-section .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.content-article .images-section .wrapper .image-item img {
  height: 450px;
  border: 4px solid #939ADB;
  border-radius: 5px;
  width: fit-content;
}
.content-article .article-section p a {
  text-decoration: underline;
  font-weight: 900;
}
.content-article .article-section p a:hover {
  background: #03045E;
  color: #FFF;
}
.content-article .article-section p strong {
  color: #2D38A0;
  font-weight: 900;
}
.content-article .article-section ul strong,
.content-article .article-section ol strong,
.content-article .article-section li strong {
  color: #2D38A0;
  font-weight: 900;
}
.content-article .article-section ul a,
.content-article .article-section ol a,
.content-article .article-section li a {
  text-decoration: underline;
  font-weight: 900;
}
.content-article .article-section ul a:hover,
.content-article .article-section ol a:hover,
.content-article .article-section li a:hover {
  background: #03045E;
  color: #FFF;
}
.content-article .article-section .video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  margin: 45px auto 0;
  border: 4px solid #939ADB;
  border-radius: 5px;
}
.content-article .article-section .video-wrap {
  width: 100%;
  height: 100%;
}
.content-article .article-section .video-el {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  .content-article ul {
    margin: 30px 0 30px 0 !important;
  }
}
@media (max-width: 1024px) {
  .content-article .images-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .title-section h2 {
    padding-right: 60% !important;
  }
  .title-section img {
    left: 60% !important;
    height: 160px !important;
  }
}
/*****************
LEGALS
******************/
.hero-legals,
.hero-gallery {
  position: relative;
  margin: 160px 0 90px;
}
.hero-legals h1,
.hero-gallery h1 {
  padding-right: 30%;
}
.hero-legals h1 img,
.hero-gallery h1 img {
  position: absolute;
  top: 0;
  left: 70%;
}
.hero-legals p,
.hero-gallery p {
  padding: 0 45% 0 10%;
}

.hero-gallery {
  position: relative;
  margin: 160px 0 90px;
}
.hero-gallery h1 img {
  width: fit-content;
  top: 0;
  left: 70%;
  height: 140px;
}

.content-legals {
  padding: 0 10%;
}
.content-legals .legal-element {
  margin-bottom: 75px;
}
.content-legals .legal-element .title-section {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
}
.content-legals .legal-element .title-section h2 {
  margin-bottom: 30px;
}
.content-legals .legal-element .title-section img {
  width: fit-content;
  height: 75px;
  margin-top: -15px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .hero-legals,
  .hero-gallery {
    position: relative;
    margin: 120px 0 90px;
  }
  .hero-legals h1,
  .hero-gallery h1 {
    padding-right: 5%;
  }
  .hero-legals h1 img,
  .hero-gallery h1 img {
    display: none;
  }
  .hero-legals p,
  .hero-gallery p {
    padding: 0 10%;
  }
  .content-legals {
    padding: 0 10%;
  }
  .content-legals .legal-element .title-section img {
    display: none;
  }
}
/*****************
GALLERY - IMAGES
******************/
.section-gallery {
  padding: 0 10%;
  margin: 90px 0;
}
.section-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.section-gallery .gallery .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 4px solid #939ADB;
}
.section-gallery .gallery .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 94, 0.5);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.section-gallery .gallery .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-gallery .gallery .image:hover::after {
  opacity: 1;
}
.section-gallery .gallery .image:hover img {
  transform: scale(1.04);
}
.section-gallery .gallery .image.wide {
  grid-column: 1/-1;
  aspect-ratio: 3/1;
}
.section-gallery #lightbox.hidden {
  display: none;
}
.section-gallery #lightbox {
  position: fixed;
  inset: 0;
  background: rgba(3, 4, 94, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.section-gallery #lightbox img {
  max-width: 90%;
  max-height: 80%;
}
.section-gallery #lightbox .close {
  position: absolute;
  font-size: 3rem;
  color: #FFF;
  cursor: pointer;
  padding: 5px 15px;
  top: 30px;
  right: 45px;
  background-color: #D72638;
}
.section-gallery #lightbox .navigations {
  padding: 0 50px;
  top: 50%;
  bottom: 0;
  right: 0;
  width: 100%;
  justify-content: space-between;
}
.section-gallery #lightbox .navigations .button-prev {
  background: #939ADB;
}
/*****************
TABS - INFORMATIONS
******************/
.tab-infos {
  display: flex;
  padding: 0 10%;
  margin-bottom: 105px;
}
.tab-infos .navigation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 70px;
  padding: 0 5%;
  margin-bottom: 75px;
}
.tab-infos .navigation .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-infos .navigation .title-section img {
  width: fit-content;
  max-height: 60px;
}
.tab-infos .navigation .title-section .title {
  margin-top: 15px;
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}
.tab-infos .navigation .title-section:hover {
  color: #D72638;
}
.tab-infos .navigation .title-section.is-active {
  color: #D72638;
}
.tab-infos #nav-1.content.is-active .text {
  padding: 0 15%;
  margin-bottom: 45px;
  text-align: center;
}
.tab-infos #nav-1.content.is-active .times-grid {
  display: flex;
  flex-direction: column;
}
.tab-infos #nav-1.content.is-active .times-grid .column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  width: 60%;
  margin-left: 35%;
}
.tab-infos #nav-1.content.is-active .times-grid .column .element {
  margin-left: 15px;
  color: #D72638;
  text-align: center;
  font-style: italic;
}
.tab-infos #nav-1.content.is-active .times-grid .category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 15px 0;
}
.tab-infos #nav-1.content.is-active .times-grid .category .section-title {
  width: 30%;
}
.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title:hover {
  color: #FFF;
  background-color: #D72638;
}
.tab-infos #nav-1.content.is-active .times-grid .category .informations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}
.tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  border-radius: 5px;
  background: #D7DCFA;
  text-align: center;
}
.tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element {
  color: #FFF;
  background-color: #D72638;
}
.tab-infos #nav-1.content.is-active :nth-child(3) .informations,
.tab-infos #nav-1.content.is-active :nth-child(5) .informations {
  color: #D72638;
}
.tab-infos #nav-1.content.is-active .text-exergue {
  position: relative;
  top: 15px;
  left: 73%;
  color: #D72638;
}
.tab-infos #nav-2.content.is-active {
  display: flex;
  flex-direction: row;
  padding: 0 5%;
}
.tab-infos #nav-2.content.is-active .text {
  width: 50%;
  padding-right: 15%;
}
.tab-infos #nav-2.content.is-active .places {
  width: 50%;
}
.tab-infos #nav-2.content.is-active .places .element {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
.tab-infos #nav-2.content.is-active .places .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.tab-infos #nav-2.content.is-active .places .element .name:hover {
  color: #FFF;
  background: #D72638;
}
.tab-infos #nav-2.content.is-active .places .element .adress {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.tab-infos #nav-2.content.is-active .places .element:hover .adress {
  color: #FFF;
  background-color: #D72638;
}
.tab-infos #nav-3.content.is-active {
  display: flex;
  flex-direction: row;
  margin-left: 10%;
}
.tab-infos #nav-3.content.is-active .text {
  width: 55%;
  padding-right: 15%;
}
.tab-infos #nav-3.content.is-active .content-tabs {
  width: 45%;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices .element .name:hover {
  color: #FFF;
  background: #D72638;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices .element .price {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices .element:hover .price {
  color: #FFF;
  background-color: #D72638;
}
.tab-infos #nav-3.content.is-active .content-tabs .prices :nth-child(2) .price,
.tab-infos #nav-3.content.is-active .content-tabs .prices :nth-child(4) .price {
  color: #D72638;
}
.tab-infos #nav-3.content.is-active .content-tabs .text-exergue {
  text-align: right;
  color: #D72638;
}
.tab-infos #nav-4.content.is-active,
.tab-infos #nav-5.content.is-active {
  display: flex;
  flex-direction: column;
  padding: 0 15%;
}
.tab-infos #nav-4.content.is-active .text,
.tab-infos #nav-5.content.is-active .text {
  text-align: center;
}
.tab-infos #nav-4.content.is-active .documents,
.tab-infos #nav-5.content.is-active .documents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 15px;
  justify-content: center;
  margin-top: 60px;
}
.tab-infos #nav-4.content.is-active .documents .document a,
.tab-infos #nav-5.content.is-active .documents .document a {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1;
}
.tab-infos #nav-4.content.is-active .documents .document a:hover,
.tab-infos #nav-5.content.is-active .documents .document a:hover {
  color: #FFF;
  background: #D72638;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  .tab-infos {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 45px;
  }
  .tab-infos .navigation {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 70px;
    padding: 0 5%;
    margin-bottom: 75px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tab-infos .navigation::-webkit-scrollbar {
    display: none;
  }
  .tab-infos .navigation #tab-1 {
    margin-left: 120%;
  }
  .tab-infos #nav-1.content.is-active .text {
    padding: 0 !important;
  }
  .tab-infos #nav-1.content.is-active .times-grid {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .tab-infos #nav-1.content.is-active .times-grid .column {
    display: none !important;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category {
    flex-direction: column;
    align-items: center;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .section-title {
    width: 100% !important;
    text-align: center;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .informations {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
  }
  .tab-infos #nav-1.content.is-active .text-exergue {
    left: 25% !important;
  }
  .tab-infos #nav-2.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  .tab-infos #nav-2.content.is-active .places {
    width: 100%;
  }
  .tab-infos #nav-3.content.is-active {
    margin-left: 0;
  }
  .tab-infos #nav-3.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  .tab-infos #nav-3.content.is-active .content-tabs {
    width: 100%;
  }
  .tab-infos #nav-3.content.is-active .content-tabs .text-exergue {
    margin-top: 30px;
  }
  .tab-infos #nav-4.content.is-active,
  .tab-infos #nav-5.content.is-active {
    padding: 0 !important;
  }
  .tab-infos #nav-4.content.is-active .documents,
  .tab-infos #nav-5.content.is-active .documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 15px;
    justify-content: center;
    margin-top: 60px;
  }
  .tab-infos #nav-4.content.is-active .documents .document,
  .tab-infos #nav-5.content.is-active .documents .document {
    padding: 0 5%;
    text-align: center;
  }
  .tab-infos #nav-4.content.is-active .documents .document a,
  .tab-infos #nav-5.content.is-active .documents .document a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .tab-infos #nav-1.content.is-active .times-grid .column {
    gap: 45px !important;
  }
}
@media (max-width: 820px) {
  .tab-infos #nav-1.content.is-active .times-grid .column {
    gap: 60px !important;
    width: 30% !important;
    margin-left: 15% !important;
  }
}
@media (max-width: 1024px) {
  .tab-infos {
    display: flex;
    padding: 0 10%;
    margin-bottom: 105px;
  }
  .tab-infos .navigation {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 70px;
    padding: 0 5%;
    margin-bottom: 45px;
  }
  .tab-infos .navigation .title-section .title {
    display: none;
  }
  .tab-infos .navigation .title-section.is-active {
    color: #D72638;
  }
  .tab-infos #nav-1.content.is-active .text {
    padding: 0 15%;
    margin-bottom: 45px;
    text-align: center;
  }
  .tab-infos #nav-1.content.is-active .times-grid {
    display: flex;
    flex-direction: column;
  }
  .tab-infos #nav-1.content.is-active .times-grid .column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
    width: 60%;
    margin-left: 35%;
  }
  .tab-infos #nav-1.content.is-active .times-grid .column .element {
    margin-left: 15px;
    color: #D72638;
    text-align: center;
    font-style: italic;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .section-title {
    width: 15%;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
    font-family: "PT Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .informations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0;
    padding: 0;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element {
    color: #FFF;
    background-color: #D72638;
  }
  .tab-infos #nav-1.content.is-active .text-exergue {
    left: 60%;
  }
  .tab-infos #nav-2.content.is-active {
    flex-direction: column;
  }
  .tab-infos #nav-2.content.is-active .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab-infos #nav-2.content.is-active .places {
    width: 100%;
  }
  .tab-infos #nav-3.content.is-active {
    flex-direction: column;
  }
  .tab-infos #nav-3.content.is-active .text {
    width: 100%;
  }
  .tab-infos #nav-3.content.is-active .content-tabs {
    width: 100%;
    margin-top: 45px;
  }
  .tab-infos #nav-4.content.is-active,
  .tab-infos #nav-5.content.is-active {
    display: flex;
    flex-direction: column;
    padding: 0 15%;
  }
  .tab-infos #nav-4.content.is-active .text,
  .tab-infos #nav-5.content.is-active .text {
    text-align: center;
  }
  .tab-infos #nav-4.content.is-active .documents,
  .tab-infos #nav-5.content.is-active .documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 15px;
    justify-content: center;
    margin-top: 60px;
  }
  .tab-infos #nav-4.content.is-active .documents .document a,
  .tab-infos #nav-5.content.is-active .documents .document a {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #FBE6E7;
    font-family: "PT Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1;
  }
  .tab-infos #nav-4.content.is-active .documents .document a:hover,
  .tab-infos #nav-5.content.is-active .documents .document a:hover {
    color: #FFF;
    background: #D72638;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .tab-infos {
    display: flex;
    padding: 0 10%;
    margin-bottom: 105px;
    justify-content: center;
  }
  .tab-infos .navigation {
    gap: 160px;
  }
  .tab-infos .navigation .title-section img {
    max-height: 160px;
  }
  .tab-infos .navigation .title-section .title {
    margin-top: 30px;
    font-family: "Kanit", sans-serif;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1;
  }
  .tab-infos #nav-1.content.is-active .text {
    padding: 0 15%;
    margin: 120px 0 45px;
    text-align: center;
  }
  .tab-infos #nav-1.content.is-active .times-grid {
    display: flex;
    flex-direction: column;
  }
  .tab-infos #nav-1.content.is-active .times-grid .column {
    width: 50%;
    margin-left: 40%;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category {
    gap: 60px;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
    padding: 20px 25px;
    font-family: "PT Sans", sans-serif;
    font-size: 3rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .informations {
    gap: 60px;
  }
  .tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
    padding: 25px 35px;
    font-size: 3.6rem;
  }
  .tab-infos #nav-2.content.is-active {
    margin: 120px 0 45px;
  }
  .tab-infos #nav-2.content.is-active .text {
    width: 60%;
  }
  .tab-infos #nav-2.content.is-active .places {
    width: 40%;
  }
  .tab-infos #nav-2.content.is-active .places .element {
    gap: 30px;
    margin: 0 0 45px;
  }
  .tab-infos #nav-2.content.is-active .places .element .name {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .tab-infos #nav-2.content.is-active .places .element .adress {
    padding: 20px 25px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .tab-infos #nav-3.content.is-active {
    margin: 120px 0 45px;
  }
  .tab-infos #nav-3.content.is-active .text {
    width: 60%;
    padding-right: 15%;
  }
  .tab-infos #nav-3.content.is-active .content-tabs {
    width: 40%;
  }
  .tab-infos #nav-3.content.is-active .content-tabs .prices .element {
    gap: 30px;
    margin: 0 0 45px;
  }
  .tab-infos #nav-3.content.is-active .content-tabs .prices .element .name {
    padding: 20px 25px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .tab-infos #nav-3.content.is-active .content-tabs .prices .element .price {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .tab-infos #nav-3.content.is-active .content-tabs .text-exergue {
    text-align: right;
    color: #D72638;
  }
  .tab-infos #nav-4.content.is-active,
  .tab-infos #nav-5.content.is-active {
    margin: 120px 0 45px;
  }
  .tab-infos #nav-4.content.is-active .text,
  .tab-infos #nav-5.content.is-active .text {
    margin-bottom: 45px;
  }
  .tab-infos #nav-4.content.is-active .documents,
  .tab-infos #nav-5.content.is-active .documents {
    gap: 105px 90px;
    justify-content: center;
    margin-top: 60px;
  }
  .tab-infos #nav-4.content.is-active .documents .document a,
  .tab-infos #nav-5.content.is-active .documents .document a {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1;
  }
}
/*****************
TABS - COMPETITIONS
******************/
#competitions.tab-infos {
  margin-top: 90px;
}
#competitions.tab-infos #nav-1.content.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#competitions.tab-infos #nav-1.content.is-active .steps {
  width: 50%;
}
#competitions.tab-infos #nav-1.content.is-active .steps .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
#competitions.tab-infos #nav-1.content.is-active .steps .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
#competitions.tab-infos #nav-1.content.is-active .steps .element .name:hover {
  color: #FFF;
  background: #D72638;
}
#competitions.tab-infos #nav-1.content.is-active .steps .element .info {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 5400;
  line-height: 1.1;
}
#competitions.tab-infos #nav-1.content.is-active .steps .element:hover .info {
  color: #FFF;
  background-color: #D72638;
}
#competitions.tab-infos #nav-1.content.is-active .text-exergue {
  left: 0;
}
#competitions.tab-infos #nav-2.content.is-active {
  display: flex;
  flex-direction: row;
  padding: 0 5%;
  margin-left: 5%;
}
#competitions.tab-infos #nav-2.content.is-active .text {
  width: 50%;
  padding-right: 10%;
}
#competitions.tab-infos #nav-2.content.is-active .places {
  width: 50%;
}
#competitions.tab-infos #nav-3.content.is-active .text {
  width: 50%;
  padding-right: 10%;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list {
  width: 45%;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list .element .name:hover {
  color: #FFF;
  background: #D72638;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list .element .info {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
#competitions.tab-infos #nav-3.content.is-active .infos-list .element:hover .info {
  color: #FFF;
  background-color: #D72638;
}

#young.tab-infos,
#adult.tab-infos {
  margin-top: 90px;
}
#young.tab-infos #nav-1.content.is-active .text,
#adult.tab-infos #nav-1.content.is-active .text {
  padding: 0 15%;
  margin-bottom: 45px;
  text-align: center;
}
#young.tab-infos #nav-1.content.is-active .times-grid,
#adult.tab-infos #nav-1.content.is-active .times-grid {
  display: flex;
  flex-direction: column;
}
#young.tab-infos #nav-1.content.is-active .times-grid .column,
#adult.tab-infos #nav-1.content.is-active .times-grid .column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  width: 60%;
  margin-left: 35%;
}
#young.tab-infos #nav-1.content.is-active .times-grid .column .element,
#adult.tab-infos #nav-1.content.is-active .times-grid .column .element {
  margin-left: 15px;
  color: #D72638;
  text-align: center;
  font-style: italic;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category,
#adult.tab-infos #nav-1.content.is-active .times-grid .category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 15px 0;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category .section-title,
#adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title {
  width: 30%;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title,
#adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title:hover,
#adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title:hover {
  color: #FFF;
  background-color: #D72638;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category .informations,
#adult.tab-infos #nav-1.content.is-active .times-grid .category .informations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category .informations .element,
#adult.tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  border-radius: 5px;
  background: #D7DCFA;
  text-align: center;
}
#young.tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element,
#adult.tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element {
  color: #FFF;
  background-color: #D72638;
}
#young.tab-infos #nav-1.content.is-active :nth-child(3) .informations,
#young.tab-infos #nav-1.content.is-active :nth-child(5) .informations,
#adult.tab-infos #nav-1.content.is-active :nth-child(3) .informations,
#adult.tab-infos #nav-1.content.is-active :nth-child(5) .informations {
  color: #D72638;
}
#young.tab-infos #nav-1.content.is-active .text-exergue,
#adult.tab-infos #nav-1.content.is-active .text-exergue {
  position: relative;
  top: 15px;
  left: 73%;
  color: #D72638;
}
#young.tab-infos #nav-2.content.is-active,
#adult.tab-infos #nav-2.content.is-active {
  display: flex;
  flex-direction: row;
  padding: 0 5%;
}
#young.tab-infos #nav-2.content.is-active .text,
#adult.tab-infos #nav-2.content.is-active .text {
  width: 50%;
  padding-right: 15%;
}
#young.tab-infos #nav-2.content.is-active .steps,
#adult.tab-infos #nav-2.content.is-active .steps {
  width: 50%;
}
#young.tab-infos #nav-2.content.is-active .steps .element,
#adult.tab-infos #nav-2.content.is-active .steps .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
#young.tab-infos #nav-2.content.is-active .steps .element .name,
#adult.tab-infos #nav-2.content.is-active .steps .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
#young.tab-infos #nav-2.content.is-active .steps .element .name:hover,
#adult.tab-infos #nav-2.content.is-active .steps .element .name:hover {
  color: #FFF;
  background: #D72638;
}
#young.tab-infos #nav-2.content.is-active .steps .element .step,
#adult.tab-infos #nav-2.content.is-active .steps .element .step {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 5400;
  line-height: 1.1;
}
#young.tab-infos #nav-2.content.is-active .steps .element:hover .step,
#adult.tab-infos #nav-2.content.is-active .steps .element:hover .step {
  color: #FFF;
  background-color: #D72638;
}
#young.tab-infos #nav-3.content.is-active .text,
#adult.tab-infos #nav-3.content.is-active .text {
  width: 50%;
  padding-right: 10%;
}
#young.tab-infos #nav-3.content.is-active .infos-list,
#adult.tab-infos #nav-3.content.is-active .infos-list {
  width: 45%;
}
#young.tab-infos #nav-3.content.is-active .infos-list .element,
#adult.tab-infos #nav-3.content.is-active .infos-list .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
#young.tab-infos #nav-3.content.is-active .infos-list .element .name,
#adult.tab-infos #nav-3.content.is-active .infos-list .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
#young.tab-infos #nav-3.content.is-active .infos-list .element .name:hover,
#adult.tab-infos #nav-3.content.is-active .infos-list .element .name:hover {
  color: #FFF;
  background: #D72638;
}
#young.tab-infos #nav-3.content.is-active .infos-list .element .info,
#adult.tab-infos #nav-3.content.is-active .infos-list .element .info {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
#young.tab-infos #nav-3.content.is-active .infos-list .element:hover .info,
#adult.tab-infos #nav-3.content.is-active .infos-list .element:hover .info {
  color: #FFF;
  background-color: #D72638;
}

.postid-1725 #adult.tab-infos {
  margin-top: 90px;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .text {
  padding: 0 15%;
  margin-bottom: 45px;
  text-align: center;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid {
  display: flex;
  flex-direction: column;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  width: 60%;
  margin-left: 35%;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .column .element {
  margin-left: 15px;
  color: #D72638;
  text-align: center;
  font-style: italic;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 15px 0;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title {
  width: 30%;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title:hover {
  color: #FFF;
  background-color: #D72638;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .informations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  border-radius: 5px;
  background: #D7DCFA;
  text-align: center;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element {
  color: #FFF;
  background-color: #D72638;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active :nth-child(3) .informations,
.postid-1725 #adult.tab-infos #nav-1.content.is-active :nth-child(5) .informations {
  color: #D72638;
}
.postid-1725 #adult.tab-infos #nav-1.content.is-active .text-exergue {
  position: relative;
  top: 15px;
  left: 73%;
  color: #D72638;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .text {
  width: 50%;
  padding-right: 10%;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list {
  width: 45%;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .name {
  padding: 10px 15px;
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 0.9;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .name:hover {
  color: #FFF;
  background: #D72638;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .info {
  padding: 10px 15px;
  width: fit-content;
  height: 100%;
  border-radius: 5px;
  background-color: #E9EDFF;
  color: #03045E;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element:hover .info {
  color: #FFF;
  background-color: #D72638;
}

#cups.tab-infos {
  margin-top: 90px;
}
#cups.tab-infos .navigation .title-section img {
  max-height: 90px !important;
}
#cups.tab-infos #nav-1.content.is-active,
#cups.tab-infos #nav-2.content.is-active,
#cups.tab-infos #nav-3.content.is-active {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
}
#cups.tab-infos #nav-1.content.is-active .text,
#cups.tab-infos #nav-2.content.is-active .text,
#cups.tab-infos #nav-3.content.is-active .text {
  padding: 0 15%;
  margin-bottom: 45px;
  text-align: center;
  width: 100%;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid,
#cups.tab-infos #nav-2.content.is-active .palmares-grid,
#cups.tab-infos #nav-3.content.is-active .palmares-grid {
  display: flex;
  flex-direction: column;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .column,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .column,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .column .element,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .column .element,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .column .element {
  margin-left: 15px;
  color: #D72638;
  text-align: center;
  font-style: italic;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-start;
  margin: 15px 0;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title {
  width: 30%;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title .title,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title .title,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title .title {
  margin-top: 15px;
  padding: 10px 15px;
  height: 100%;
  border-radius: 5px;
  background-color: #FBE6E7;
  font-family: "Kanit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 0.9;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title .title:hover,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title .title:hover,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title .title:hover {
  color: #FFF;
  background-color: #D72638;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 25px;
  border-radius: 5px;
  height: fit-content;
  background: #D7DCFA;
  text-align: left;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element p,
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element li,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element p,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element li,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element p,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element li {
  font-family: "Kanit", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  color: #03045E;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ol,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ol,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ol {
  margin: 10px 0;
  padding-inline-start: 10px;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul li,
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ol li,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul li,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ol li,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul li,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ol li {
  margin: 5px 0;
  padding-left: 5px;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul li::marker,
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ol li::marker,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul li::marker,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ol li::marker,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul li::marker,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ol li::marker {
  color: #2D38A0;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul {
  list-style-type: square;
}
#cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ol,
#cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ol,
#cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ol {
  list-style-type: decimal;
}
#cups.tab-infos #nav-1.content.is-active :nth-child(3) .levels,
#cups.tab-infos #nav-1.content.is-active :nth-child(5) .levels,
#cups.tab-infos #nav-2.content.is-active :nth-child(3) .levels,
#cups.tab-infos #nav-2.content.is-active :nth-child(5) .levels,
#cups.tab-infos #nav-3.content.is-active :nth-child(3) .levels,
#cups.tab-infos #nav-3.content.is-active :nth-child(5) .levels {
  color: #D72638;
}
#cups.tab-infos #nav-1.content.is-active .text-exergue,
#cups.tab-infos #nav-2.content.is-active .text-exergue,
#cups.tab-infos #nav-3.content.is-active .text-exergue {
  position: relative;
  top: 15px;
  left: 73%;
  color: #D72638;
}
#cups.tab-infos #nav-3.content.is-active {
  margin-left: 0;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  #competitions.tab-infos {
    margin-top: 90px;
  }
  #competitions.tab-infos .navigation #tab-1 {
    margin-left: 30%;
  }
  #competitions.tab-infos #nav-1.content.is-active {
    flex-direction: column;
  }
  #competitions.tab-infos #nav-1.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  #competitions.tab-infos #nav-1.content.is-active .steps {
    width: 100%;
  }
  #competitions.tab-infos #nav-1.content.is-active .text-exergue {
    left: 0 !important;
  }
  #competitions.tab-infos #nav-2.content.is-active {
    flex-direction: column;
  }
  #competitions.tab-infos #nav-2.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  #competitions.tab-infos #nav-2.content.is-active .places {
    width: 100%;
  }
  #competitions.tab-infos #nav-3.content.is-active {
    flex-direction: column;
  }
  #competitions.tab-infos #nav-3.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  #competitions.tab-infos #nav-3.content.is-active .infos-list {
    width: 100%;
    margin-top: 45px;
  }
  #cups.tab-infos .navigation #tab-1 {
    margin-left: 60% !important;
  }
  #young.tab-infos .navigation #tab-1,
  #adult.tab-infos .navigation #tab-1 {
    margin-left: 0;
  }
  #young.tab-infos #nav-1.content.is-active .times-grid .category,
  #adult.tab-infos #nav-1.content.is-active .times-grid .category {
    flex-direction: column !important;
  }
  #young.tab-infos #nav-2.content.is-active,
  #adult.tab-infos #nav-2.content.is-active {
    display: flex;
    flex-direction: row;
    padding: 0 5%;
  }
  #young.tab-infos #nav-2.content.is-active .text,
  #adult.tab-infos #nav-2.content.is-active .text {
    width: 50%;
    padding-right: 15%;
  }
  #young.tab-infos #nav-2.content.is-active .steps,
  #adult.tab-infos #nav-2.content.is-active .steps {
    width: 50%;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element,
  #adult.tab-infos #nav-2.content.is-active .steps .element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
    padding: 0;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element .name,
  #adult.tab-infos #nav-2.content.is-active .steps .element .name {
    padding: 10px 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    background-color: #FBE6E7;
    font-family: "PT Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element .name:hover,
  #adult.tab-infos #nav-2.content.is-active .steps .element .name:hover {
    color: #FFF;
    background: #D72638;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element .step,
  #adult.tab-infos #nav-2.content.is-active .steps .element .step {
    padding: 10px 15px;
    width: fit-content;
    height: 100%;
    border-radius: 5px;
    background-color: #E9EDFF;
    color: #03045E;
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 5400;
    line-height: 1.1;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element:hover .step,
  #adult.tab-infos #nav-2.content.is-active .steps .element:hover .step {
    color: #FFF;
    background-color: #D72638;
  }
  #young.tab-infos #nav-3.content.is-active .text,
  #adult.tab-infos #nav-3.content.is-active .text {
    width: 50%;
    padding-right: 10%;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list,
  #adult.tab-infos #nav-3.content.is-active .infos-list {
    width: 45%;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
    padding: 0;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element .name,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element .name {
    padding: 10px 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    background-color: #FBE6E7;
    font-family: "PT Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element .name:hover,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element .name:hover {
    color: #FFF;
    background: #D72638;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element .info,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element .info {
    padding: 10px 15px;
    width: fit-content;
    height: 100%;
    border-radius: 5px;
    background-color: #E9EDFF;
    color: #03045E;
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element:hover .info,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element:hover .info {
    color: #FFF;
    background-color: #D72638;
  }
}
@media (max-width: 1024px) {
  #competitions.tab-infos #nav-2.content.is-active {
    flex-direction: column;
  }
  #competitions.tab-infos #nav-2.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  #competitions.tab-infos #nav-2.content.is-active .places {
    width: 100%;
  }
  #competitions.tab-infos #nav-3.content.is-active {
    flex-direction: column;
  }
  #competitions.tab-infos #nav-3.content.is-active .text {
    width: 100%;
    padding-right: 0;
  }
  #competitions.tab-infos #nav-3.content.is-active .infos-list {
    width: 100%;
    margin-top: 45px;
  }
  #young.tab-infos #nav-2.content.is-active,
  #adult.tab-infos #nav-2.content.is-active {
    flex-direction: column;
  }
  #young.tab-infos #nav-2.content.is-active .text,
  #adult.tab-infos #nav-2.content.is-active .text {
    width: 100%;
  }
  #young.tab-infos #nav-2.content.is-active .steps,
  #adult.tab-infos #nav-2.content.is-active .steps {
    width: 100%;
  }
  #young.tab-infos #nav-3.content.is-active .text,
  #adult.tab-infos #nav-3.content.is-active .text {
    width: 100%;
    padding-right: 10%;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list,
  #adult.tab-infos #nav-3.content.is-active .infos-list {
    width: 100%;
    margin-top: 45px;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .text {
    width: 100%;
    padding-right: 10%;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list {
    width: 100%;
  }
  #cups.tab-infos .navigation #tab-1 {
    margin-left: 0;
  }
  #cups.tab-infos #nav-1.content.is-active .text,
  #cups.tab-infos #nav-2.content.is-active .text,
  #cups.tab-infos #nav-3.content.is-active .text {
    padding: 0 5%;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .column,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .column,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .column {
    display: none;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  #competitions.tab-infos #nav-1.content.is-active p {
    margin-top: 30px;
  }
  #competitions.tab-infos #nav-1.content.is-active .steps .element .name {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #competitions.tab-infos #nav-1.content.is-active .steps .element .info {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 5400;
    line-height: 1.1;
  }
  #competitions.tab-infos #nav-1.content.is-active .text-exergue {
    margin-top: 30px;
  }
  #competitions.tab-infos #nav-2.content.is-active {
    padding: 0 10%;
  }
  #competitions.tab-infos #nav-3.content.is-active {
    padding: 0 15%;
  }
  #competitions.tab-infos #nav-3.content.is-active .text {
    width: 50%;
    padding-right: 10%;
  }
  #competitions.tab-infos #nav-3.content.is-active .infos-list {
    width: 45%;
  }
  #competitions.tab-infos #nav-3.content.is-active .infos-list .element .name {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #competitions.tab-infos #nav-3.content.is-active .infos-list .element .info {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title {
    width: 25%;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title .title,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title .title,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title .title {
    padding: 30px;
    font-family: "Kanit", sans-serif;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 0.9;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .section-title .title:hover,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .section-title .title:hover,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .section-title .title:hover {
    color: #FFF;
    background-color: #D72638;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels {
    grid-template-columns: repeat(4, 1fr);
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element {
    padding: 60px 75px;
  }
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element p,
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element ul,
  #cups.tab-infos #nav-1.content.is-active .palmares-grid .year .levels .element li,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element p,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element ul,
  #cups.tab-infos #nav-2.content.is-active .palmares-grid .year .levels .element li,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element p,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element ul,
  #cups.tab-infos #nav-3.content.is-active .palmares-grid .year .levels .element li {
    font-family: "Kanit", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  #cups.tab-infos #nav-1.content.is-active :nth-child(3) .levels,
  #cups.tab-infos #nav-1.content.is-active :nth-child(5) .levels,
  #cups.tab-infos #nav-2.content.is-active :nth-child(3) .levels,
  #cups.tab-infos #nav-2.content.is-active :nth-child(5) .levels,
  #cups.tab-infos #nav-3.content.is-active :nth-child(3) .levels,
  #cups.tab-infos #nav-3.content.is-active :nth-child(5) .levels {
    color: #D72638;
  }
  #cups.tab-infos #nav-1.content.is-active .text-exergue,
  #cups.tab-infos #nav-2.content.is-active .text-exergue,
  #cups.tab-infos #nav-3.content.is-active .text-exergue {
    position: relative;
    top: 15px;
    left: 73%;
    color: #D72638;
  }
  #cups.tab-infos #nav-3.content.is-active {
    margin-left: 0;
  }
  #young.tab-infos,
  #adult.tab-infos {
    margin-top: 90px;
  }
  #young.tab-infos #nav-1.content.is-active .times-grid,
  #adult.tab-infos #nav-1.content.is-active .times-grid {
    display: flex;
    flex-direction: column;
  }
  #young.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title,
  #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element .name,
  #adult.tab-infos #nav-2.content.is-active .steps .element .name {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #young.tab-infos #nav-2.content.is-active .steps .element .step,
  #adult.tab-infos #nav-2.content.is-active .steps .element .step {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 5400;
    line-height: 1.1;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element .name,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element .name {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 0.9;
  }
  #young.tab-infos #nav-3.content.is-active .infos-list .element .info,
  #adult.tab-infos #nav-3.content.is-active .infos-list .element .info {
    padding: 25px 35px;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 5400;
    line-height: 1.1;
  }
  .postid-1725 #adult.tab-infos {
    margin-top: 90px;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .text {
    padding: 0 15%;
    margin-bottom: 45px;
    text-align: center;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid {
    display: flex;
    flex-direction: column;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
    width: 60%;
    margin-left: 35%;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .column .element {
    margin-left: 15px;
    color: #D72638;
    text-align: center;
    font-style: italic;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 15px 0;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title {
    width: 30%;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title {
    padding: 10px 15px;
    width: fit-content;
    height: 100%;
    border-radius: 5px;
    background-color: #FBE6E7;
    font-family: "PT Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .section-title .title:hover {
    color: #FFF;
    background-color: #D72638;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .informations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0;
    padding: 0;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category .informations .element {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    border-radius: 5px;
    background: #D7DCFA;
    text-align: center;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .times-grid .category:hover .informations .element {
    color: #FFF;
    background-color: #D72638;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active :nth-child(3) .informations,
  .postid-1725 #adult.tab-infos #nav-1.content.is-active :nth-child(5) .informations {
    color: #D72638;
  }
  .postid-1725 #adult.tab-infos #nav-1.content.is-active .text-exergue {
    position: relative;
    top: 15px;
    left: 73%;
    color: #D72638;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .text {
    width: 50%;
    padding-right: 10%;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list {
    width: 45%;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
    padding: 0;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .name {
    padding: 10px 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    background-color: #FBE6E7;
    font-family: "PT Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 0.9;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .name:hover {
    color: #FFF;
    background: #D72638;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element .info {
    padding: 10px 15px;
    width: fit-content;
    height: 100%;
    border-radius: 5px;
    background-color: #E9EDFF;
    color: #03045E;
    font-family: "PT Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .postid-1725 #adult.tab-infos #nav-2.content.is-active .infos-list .element:hover .info {
    color: #FFF;
    background-color: #D72638;
  }
}
/*****************
SLIDER NAVIGATION
******************/
.navigations {
  position: absolute;
  display: flex;
  height: fit-content;
  bottom: 30px;
  right: 30px;
  gap: 5px;
  z-index: 2;
}
.navigations .button-prev,
.navigations .button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  cursor: pointer;
}
.navigations .button-prev::before,
.navigations .button-next::before {
  display: block;
  content: "";
  width: 34px;
  height: 15px;
  flex: 0 0 20px;
  background: #FFF;
  -webkit-mask-image: var(--icon-navigation);
  mask-image: var(--icon-navigation);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.navigations .button-next::before {
  transform: rotate(180deg);
}

.button-prev {
  background: #03045E;
}

.button-next {
  background: #D72638;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .navigations {
    bottom: 15px;
    right: 15px;
  }
  .navigations .button-prev,
  .navigations .button-next {
    width: 30px;
    height: 35px;
    cursor: pointer;
  }
  .navigations .button-prev::before,
  .navigations .button-next::before {
    width: 14px;
    height: 15px;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .navigations {
    bottom: 60px;
    right: 60px;
  }
  .navigations .button-prev,
  .navigations .button-next {
    width: 60px;
    height: 65px;
    cursor: pointer;
  }
  .navigations .button-prev::before,
  .navigations .button-next::before {
    width: 64px;
    height: 45px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .navigations {
    bottom: 80px;
    right: 80px;
  }
  .navigations .button-prev,
  .navigations .button-next {
    width: 80px;
    height: 85px;
    cursor: pointer;
  }
  .navigations .button-prev::before,
  .navigations .button-next::before {
    width: 84px;
    height: 65px;
  }
}
/*****************
TITLE PAGE
******************/
.title-page {
  padding: 0 10%;
  margin: 90px 0 60px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .title-page {
    margin: 30px 0 45px;
  }
  .title-page img {
    display: none;
  }
}
/*****************
HOMEPAGE
******************/
/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .hero-homepage {
    margin-top: 120px;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .hero-homepage {
    margin-top: 160px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .hero-homepage {
    margin-top: 320px;
  }
}
/*****************
SLIDER
******************/
:root {
  --icon-navigation: url("../../assets/icons/navigation-arrow.svg");
}

.slider {
  position: relative;
  margin: 0 5%;
  border-radius: 5px;
  overflow: hidden;
}
.slider .wrapper .slide {
  position: relative;
}
.slider .wrapper .slide .image {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  z-index: 0;
  border: 4px solid #939ADB;
}
.slider .wrapper .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 94, 0.5);
  z-index: 1;
  pointer-events: none;
}
.slider .wrapper .slide .content {
  position: absolute;
  display: grid;
  align-content: center;
  padding: 90px 120px;
  inset: 0;
  width: 60%;
  z-index: 2;
}
.slider .wrapper .slide .title-slide {
  margin: 75px 0 45px;
  color: #FFF;
  font-size: 4rem;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .slider .wrapper .slide {
    position: relative;
  }
  .slider .wrapper .slide .image {
    height: 450px;
  }
  .slider .wrapper .slide .content {
    padding: 0 45px;
    width: 100%;
  }
  .slider .wrapper .slide .title-slide {
    margin: 15px 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .slider {
    position: relative;
    margin: 0 5%;
    border-radius: 5px;
    overflow: hidden;
  }
  .slider .wrapper .slide .image {
    height: 650px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .slider {
    position: relative;
    margin: 0 5%;
    border-radius: 5px;
    overflow: hidden;
  }
  .slider .wrapper .slide .image {
    height: 950px;
  }
  .slider .wrapper .slide .title-slide {
    font-size: 8rem;
  }
}
/*****************
VARIANT 1 - INTRODUCTION
******************/
.introduction {
  padding: 0 15%;
  margin: 160px 0;
  text-align: center;
}
.introduction p {
  padding: 0 5%;
}

#jeunes .introduction {
  margin: 160px 0 60px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .introduction,
  #jeunes .introduction {
    padding: 0 5%;
    margin: 60px 0;
  }
}
/*****************
VARIANT 3 - NEWS
******************/
.news-club,
.similar-article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  margin: 160px 0;
}
.news-club .title-section h2,
.similar-article .title-section h2 {
  text-transform: uppercase;
}
.news-club .title-section img,
.similar-article .title-section img {
  position: absolute;
  top: 0;
  left: 45%;
}
.news-club .title-section p,
.similar-article .title-section p {
  padding-right: 60%;
}
.news-club .navigations,
.similar-article .navigations {
  position: absolute;
  display: flex;
  gap: 10px;
  top: -45px;
  right: 0;
  z-index: 5;
}
.news-club .slider-news,
.similar-article .slider-news {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-club .slider-news .news,
.similar-article .slider-news .news {
  margin: 60px 0;
}
.news-club .slider-news .news .wrapper,
.similar-article .slider-news .news .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
  flex-wrap: nowrap;
}
.news-club .slider-news .news .article-card,
.similar-article .slider-news .news .article-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 100px) / 3);
  max-width: calc((100% - 100px) / 3);
  box-sizing: border-box;
  border-radius: 5px;
  border: 4px solid #939ADB;
  background: #FFF;
  overflow: hidden;
}
.news-club .slider-news .news .article-card > .image,
.similar-article .slider-news .news .article-card > .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.news-club .slider-news .news .article-card > .image .image-link,
.similar-article .slider-news .news .article-card > .image .image-link {
  position: absolute;
  inset: 0;
}
.news-club .slider-news .news .article-card > .image .date,
.similar-article .slider-news .news .article-card > .image .date {
  position: absolute;
  padding: 10px 20px 5px;
  bottom: 0;
  right: 0;
  background-color: #D72638;
  color: #FFF;
  font-style: italic;
  white-space: nowrap;
  z-index: 100;
}
.news-club .slider-news .news .article-card > .image::after,
.similar-article .slider-news .news .article-card > .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 4, 94, 0.5);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.news-club .slider-news .news .article-card .content,
.similar-article .slider-news .news .article-card .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  gap: 20px;
  padding: 45px 30px;
  background-color: #03045E;
  min-height: auto;
}
.news-club .slider-news .news .article-card .content .title-article,
.similar-article .slider-news .news .article-card .content .title-article {
  font-family: "Kanit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.news-club .slider-news .news .article-card .content .title-article a,
.similar-article .slider-news .news .article-card .content .title-article a {
  color: #FFF;
  text-decoration: none;
}
.news-club .slider-news .news .article-card .content .image,
.similar-article .slider-news .news .article-card .content .image {
  height: 60px;
}
.news-club .slider-news .news .article-card .content .image img,
.similar-article .slider-news .news .article-card .content .image img {
  height: 60px;
  width: auto;
  display: block;
}
.news-club .slider-news .news .article-card:hover > .image::after,
.similar-article .slider-news .news .article-card:hover > .image::after {
  opacity: 1;
}
.news-club .slider-news .news .article-card:hover .content,
.similar-article .slider-news .news .article-card:hover .content {
  background-color: #D72638;
}
.news-club .slider-news .news .article-card:hover > .image .date,
.similar-article .slider-news .news .article-card:hover > .image .date {
  background-color: #03045E;
}
.news-club .slider-news button,
.similar-article .slider-news button {
  width: 100%;
}

.similar-article {
  padding: 75px 10% 0;
  margin: 90px 0 0;
  background: #FBE6E7;
}
.similar-article .title-section h2 {
  margin-right: 45%;
}
.similar-article .title-section img {
  position: absolute;
  top: 0;
  left: 65%;
}

.actus-section {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  margin: 160px 0 90px;
}
.actus-section .title-section h1 {
  margin-right: 20%;
  text-transform: uppercase;
}
.actus-section .title-section img {
  position: absolute;
  top: 0;
  left: 75%;
}
.actus-section .title-section p {
  margin-top: 45px;
  padding-right: 50%;
}
.actus-section .all-news {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actus-section .all-news .news {
  margin: 60px 0;
}
.actus-section .all-news .news .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: stretch;
  justify-items: stretch;
}
.actus-section .all-news .news .article-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 5px;
  border: 4px solid #939ADB;
  background: #FFF;
  overflow: hidden;
}
.actus-section .all-news .news .article-card > .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.actus-section .all-news .news .article-card > .image .image-link {
  position: absolute;
  inset: 0;
}
.actus-section .all-news .news .article-card > .image .date {
  position: absolute;
  padding: 10px 20px 5px;
  bottom: 0;
  right: 0;
  background-color: #D72638;
  color: #FFF;
  font-style: italic;
  white-space: nowrap;
  z-index: 100;
}
.actus-section .all-news .news .article-card > .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 4, 94, 0.5);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.actus-section .all-news .news .article-card .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  gap: 20px;
  padding: 45px 30px;
  background-color: #03045E;
}
.actus-section .all-news .news .article-card .content .title-article {
  font-family: "Kanit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.actus-section .all-news .news .article-card .content .title-article a {
  color: #FFF;
  text-decoration: none;
}
.actus-section .all-news .news .article-card .content .image {
  height: 60px;
}
.actus-section .all-news .news .article-card .content .image img {
  height: 60px;
  width: auto;
  display: block;
}
.actus-section .all-news .news .article-card:hover > .image::after {
  opacity: 1;
}
.actus-section .all-news .news .article-card:hover .content {
  background-color: #D72638;
}
.actus-section .all-news .news .article-card:hover > .image .date {
  background-color: #03045E;
}
.actus-section .all-news .pagination {
  display: flex;
  margin-top: 75px;
}
.actus-section .all-news .pagination .page-numbers {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.actus-section .all-news .pagination .page-numbers a {
  color: #939ADB;
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
}
.actus-section .all-news .pagination .page-numbers span {
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
.actus-section .all-news .pagination .page-numbers .prev {
  margin-right: 20px;
}
.actus-section .all-news .pagination .page-numbers .next {
  margin-left: 20px;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  .news-club .slider-news .news .article-card,
  .similar-article .slider-news .news .article-card {
    flex: 0 0 calc((100% - 0px) / 1) !important;
    max-width: calc((100% - 0px) / 1) !important;
  }
  .actus-section .all-news .news .wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  .news-club,
  .similar-article {
    margin: 60px 0;
  }
  .news-club .title-section h2,
  .similar-article .title-section h2 {
    text-transform: uppercase;
  }
  .news-club .title-section img,
  .similar-article .title-section img {
    display: none;
  }
  .news-club .title-section p,
  .similar-article .title-section p {
    padding: 0;
  }
  .news-club .navigations,
  .similar-article .navigations {
    top: -5px;
  }
  .news-club .slider-news,
  .similar-article .slider-news {
    margin-top: 30px;
  }
  .news-club .slider-news .news,
  .similar-article .slider-news .news {
    margin: 60px 0;
  }
  .news-club .slider-news .news .article-card,
  .similar-article .slider-news .news .article-card {
    flex: 0 0 calc((100% - 0px) / 2);
    max-width: calc((100% - 0px) / 2);
  }
  .news-club .slider-news .news .article-card > .image,
  .similar-article .slider-news .news .article-card > .image {
    height: 250px;
  }
  .news-club .slider-news .news .article-card > .image .date,
  .similar-article .slider-news .news .article-card > .image .date {
    font-size: 1.4rem;
  }
  .news-club .slider-news .news .article-card .content .title-article,
  .similar-article .slider-news .news .article-card .content .title-article {
    font-family: "Kanit", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
  }
  .actus-section .title-section h1 {
    width: 100%;
    margin-right: 0;
  }
  .actus-section .title-section img {
    display: none;
  }
  .actus-section .title-section p {
    margin-top: 45px;
    padding-right: 0;
  }
  .actus-section .all-news .news .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .news-club .title-section img,
  .similar-article .title-section img {
    position: absolute;
    top: 0;
    left: 45%;
  }
  .news-club .slider-news .news .article-card > .image,
  .similar-article .slider-news .news .article-card > .image {
    height: 450px;
  }
  .news-club .slider-news .news .article-card .content .title-article,
  .similar-article .slider-news .news .article-card .content .title-article {
    font-family: "Kanit", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .news-club .slider-news .news .article-card .content .image,
  .similar-article .slider-news .news .article-card .content .image {
    height: 90px;
  }
  .news-club .slider-news .news .article-card .content .image img,
  .similar-article .slider-news .news .article-card .content .image img {
    height: 90px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .news-club .title-section img,
  .similar-article .title-section img {
    position: absolute;
    top: 0;
    left: 30%;
  }
  .news-club .navigations,
  .similar-article .navigations {
    position: absolute;
    display: flex;
    gap: 10px;
    top: 10%;
    right: 10%;
    z-index: 5;
  }
  .news-club .slider-news .news .article-card > .image,
  .similar-article .slider-news .news .article-card > .image {
    height: 850px;
  }
  .news-club .slider-news .news .article-card .content,
  .similar-article .slider-news .news .article-card .content {
    padding: 75px 60px;
  }
  .news-club .slider-news .news .article-card .content .title-article,
  .similar-article .slider-news .news .article-card .content .title-article {
    font-family: "Kanit", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .news-club .slider-news .news .article-card .content .image,
  .similar-article .slider-news .news .article-card .content .image {
    height: 160px;
  }
  .news-club .slider-news .news .article-card .content .image img,
  .similar-article .slider-news .news .article-card .content .image img {
    height: 160px;
  }
  .actus-section {
    margin-top: 320px;
  }
  .actus-section .all-news .news .article-card > .image {
    height: 850px;
  }
  .actus-section .all-news .news .article-card .content {
    padding: 75px 60px;
  }
  .actus-section .all-news .news .article-card .content .title-article {
    font-family: "Kanit", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .actus-section .all-news .news .article-card .content .image {
    height: 160px;
  }
  .actus-section .all-news .news .article-card .content .image img {
    height: 160px;
  }
  .actus-section .all-news .pagination .page-numbers a {
    font-family: "Kanit", sans-serif;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .actus-section .all-news .pagination .page-numbers span {
    font-family: "Kanit", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
  }
  .actus-section .all-news .pagination .page-numbers .prev {
    margin-right: 40px;
  }
  .actus-section .all-news .pagination .page-numbers .next {
    margin-left: 40px;
  }
}
/*****************
VARIANT 4 - ABOUT
******************/
.about {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 10%;
  margin: 160px 0;
}
.about .column-left {
  position: relative;
  width: 60%;
}
.about .column-left h2 {
  margin-right: 25%;
  text-transform: uppercase;
}
.about .column-left img {
  position: absolute;
  top: 45%;
  left: 55%;
}
.about .column-left p {
  padding-right: 40%;
}
.about .column-right {
  position: relative;
  width: 40%;
}
.about .column-right img {
  display: block;
  width: 450px;
  height: 450px;
  object-fit: cover;
  border: 4px solid #939ADB;
  border-radius: 5px;
}

.hero-infos {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 10%;
  margin: 160px 0;
}
.hero-infos .column-left {
  position: relative;
  width: 60%;
}
.hero-infos .column-left h1 {
  margin-right: 15%;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.hero-infos .column-left img {
  position: absolute;
  top: 0;
  left: 90%;
}
.hero-infos .column-left p {
  padding-right: 40%;
}
.hero-infos .column-right {
  position: relative;
  width: 40%;
}
.hero-infos .column-right img {
  display: block;
  width: 450px;
  height: 180px;
  object-fit: cover;
  border: 4px solid #939ADB;
  border-radius: 5px;
}

.hero-competitions,
.hero-young,
.hero-adult,
.hero-cups,
.hero-article,
.hero-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 10%;
  margin: 160px 0 90px;
}
.hero-competitions .column-left,
.hero-young .column-left,
.hero-adult .column-left,
.hero-cups .column-left,
.hero-article .column-left,
.hero-contact .column-left {
  position: relative;
  width: 60%;
}
.hero-competitions .column-left h1,
.hero-young .column-left h1,
.hero-adult .column-left h1,
.hero-cups .column-left h1,
.hero-article .column-left h1,
.hero-contact .column-left h1 {
  margin-right: 15%;
  text-transform: uppercase;
}
.hero-competitions .column-left img,
.hero-young .column-left img,
.hero-adult .column-left img,
.hero-cups .column-left img,
.hero-article .column-left img,
.hero-contact .column-left img {
  position: absolute;
  top: 0;
  left: 120%;
  height: 120px;
}
.hero-competitions .column-left p,
.hero-young .column-left p,
.hero-adult .column-left p,
.hero-cups .column-left p,
.hero-article .column-left p,
.hero-contact .column-left p {
  margin-top: 45px;
  padding-right: 25%;
}
.hero-competitions .column-right,
.hero-young .column-right,
.hero-adult .column-right,
.hero-cups .column-right,
.hero-article .column-right,
.hero-contact .column-right {
  position: relative;
  width: 40%;
}
.hero-competitions .column-right img,
.hero-young .column-right img,
.hero-adult .column-right img,
.hero-cups .column-right img,
.hero-article .column-right img,
.hero-contact .column-right img {
  display: block;
  width: 450px;
  height: 400px;
  object-fit: cover;
  border: 4px solid #939ADB;
  border-radius: 5px;
}

.hero-competitions .column-left img {
  height: 160px;
}
.hero-competitions .column-right img {
  height: 350px;
}

.hero-young .column-left img,
.hero-adult .column-left img,
.hero-cups .column-left img {
  height: 160px;
}
.hero-young .column-right img,
.hero-adult .column-right img,
.hero-cups .column-right img {
  height: 300px;
}

.hero-article .column-left h1 {
  width: 125%;
}
.hero-article .column-left img {
  height: 160px;
}
.hero-article .column-right img {
  height: 400px;
}

.hero-contact .column-left h1 {
  margin-right: 5%;
  width: fit-content;
}
.hero-contact .column-right img {
  height: 200px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .about,
  .hero-infos {
    flex-direction: column;
    margin: 60px 0;
  }
  .about .column-left,
  .hero-infos .column-left {
    width: 100%;
  }
  .about .column-left h2,
  .hero-infos .column-left h2 {
    margin-right: 0;
  }
  .about .column-left img,
  .hero-infos .column-left img {
    display: none;
  }
  .about .column-left p,
  .hero-infos .column-left p {
    padding-right: 0 !important;
  }
  .about .column-right,
  .hero-infos .column-right {
    width: 100%;
    margin-top: 30px;
  }
  .about .column-right img,
  .hero-infos .column-right img {
    width: 100%;
    height: 350px;
  }
  .about .column-right::after,
  .hero-infos .column-right::after {
    width: 100%;
    height: 350px;
  }
  .hero-infos {
    margin-top: 120px;
  }
  .hero-competitions,
  .hero-young,
  .hero-adult,
  .hero-cups,
  .hero-article,
  .hero-contact {
    flex-direction: column;
    margin: 120px 0 90px;
  }
  .hero-competitions .column-left,
  .hero-young .column-left,
  .hero-adult .column-left,
  .hero-cups .column-left,
  .hero-article .column-left,
  .hero-contact .column-left {
    width: 100%;
  }
  .hero-competitions .column-left h1,
  .hero-young .column-left h1,
  .hero-adult .column-left h1,
  .hero-cups .column-left h1,
  .hero-article .column-left h1,
  .hero-contact .column-left h1 {
    margin-right: 0;
  }
  .hero-competitions .column-left img,
  .hero-young .column-left img,
  .hero-adult .column-left img,
  .hero-cups .column-left img,
  .hero-article .column-left img,
  .hero-contact .column-left img {
    display: none;
  }
  .hero-competitions .column-left p,
  .hero-young .column-left p,
  .hero-adult .column-left p,
  .hero-cups .column-left p,
  .hero-article .column-left p,
  .hero-contact .column-left p {
    padding-right: 0;
  }
  .hero-competitions .column-right,
  .hero-young .column-right,
  .hero-adult .column-right,
  .hero-cups .column-right,
  .hero-article .column-right,
  .hero-contact .column-right {
    width: 100%;
  }
  .hero-competitions .column-right img,
  .hero-young .column-right img,
  .hero-adult .column-right img,
  .hero-cups .column-right img,
  .hero-article .column-right img,
  .hero-contact .column-right img {
    margin-top: 45px;
    width: 100%;
  }
  .hero-article .column-left h1 {
    width: fit-content;
  }
}
@media (max-width: 1366px) {
  .about .column-left h2,
  .hero-infos .column-left h2 {
    margin-right: 15%;
  }
  .about .column-left img,
  .hero-infos .column-left img {
    left: 60%;
  }
  .about .column-left p,
  .hero-infos .column-left p {
    padding-right: 40%;
  }
  .hero-infos .column-left img {
    left: 100%;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .about .column-left img {
    left: 65%;
  }
  .about .column-right {
    position: relative;
    width: 40%;
  }
  .about .column-right img {
    width: 100%;
  }
  .hero-infos .column-right img {
    height: 230px;
    width: 100%;
  }
  .hero-competitions .column-right img,
  .hero-young .column-right img,
  .hero-adult .column-right img,
  .hero-cups .column-right img,
  .hero-article .column-right img,
  .hero-contact .column-right img {
    width: 100%;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .about .column-left h2 {
    margin-right: 50%;
    text-transform: uppercase;
  }
  .about .column-left img {
    left: 65%;
  }
  .about .column-right {
    position: relative;
    width: 40%;
  }
  .about .column-right img {
    width: 100%;
    height: 500px;
  }
  .hero-infos {
    margin: 350px 0 160px;
  }
  .hero-infos .column-right img {
    width: 100%;
  }
  .hero-competitions,
  .hero-young,
  .hero-adult,
  .hero-cups,
  .hero-article,
  .hero-contact {
    margin: 350px 0 160px;
  }
  .hero-competitions .column-right img,
  .hero-young .column-right img,
  .hero-adult .column-right img,
  .hero-cups .column-right img,
  .hero-article .column-right img,
  .hero-contact .column-right img {
    width: 100%;
  }
}
/*****************
VARIANT 5 - PARTNERS
******************/
.partners {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 0;
}
.partners .text-section h2 {
  padding: 0 15%;
  text-align: center;
  text-transform: uppercase;
}
.partners .text-section img {
  position: absolute;
  top: 0;
  left: 75%;
  height: 100px;
}
.partners .text-section p {
  padding: 0 25%;
  text-align: center;
}
.partners .logos-partners {
  width: 100%;
  margin-top: 50px;
}
.partners .logos-partners .slider-partners {
  position: relative;
  overflow: hidden;
}
.partners .logos-partners .slider-partners .wrapper {
  position: relative;
  width: 100%;
}
.partners .logos-partners .slider-partners .wrapper .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 90px;
}
.partners .logos-partners .slider-partners .wrapper .logo {
  position: static;
  display: block;
  width: auto;
  max-height: 70px;
}

/*** RESPONSIVE ***/
@media (max-width: 820px) {
  .partners .logos-partners .slider-partners .wrapper .logo {
    position: static;
    display: block;
    width: auto;
    max-height: 30px;
  }
}
@media (max-width: 1024px) {
  .partners {
    margin: 60px 0;
  }
  .partners .text-section h2 {
    padding: 0 10%;
  }
  .partners .text-section img {
    display: none;
  }
  .partners .text-section p {
    padding: 0 10%;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .partners .text-section img {
    left: 70%;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .partners .text-section img {
    left: 65%;
  }
}
/*****************
VARIANT 6 - INTRODUCTION CLUB
******************/
.introduction .texts p {
  margin-bottom: 15px;
}

/*****************
VARIANT 7 - CLUB TITLE
******************/
.hero-club {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 10%;
  margin: 160px 0;
}
.hero-club .column-left {
  position: relative;
  width: 65%;
}
.hero-club .column-left h1 {
  width: 120%;
  padding-right: 25%;
  margin-bottom: 45px;
}
.hero-club .column-left img {
  position: absolute;
  top: -6%;
  left: 120%;
  width: fit-content;
  height: 160px;
}
.hero-club .column-left p {
  padding-right: 30%;
}
.hero-club .column-left h3 {
  margin: 15px 0;
}
.hero-club .column-right {
  position: relative;
}
.hero-club .column-right .slider-images {
  position: relative;
  width: 520px;
  height: 350px;
  border: 4px solid #939ADB;
  border-radius: 5px;
  overflow: hidden;
}
.hero-club .column-right .slider-images .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-club .column-right .slider-images .slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}
.hero-club .column-right .slider-images .slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero-club .column-right .slider-images .slide .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .hero-club {
    flex-direction: column;
    margin: 120px 0;
  }
  .hero-club .column-left {
    width: 100%;
  }
  .hero-club .column-left h1 {
    width: 100%;
    padding-right: 0;
  }
  .hero-club .column-left img {
    display: none;
  }
  .hero-club .column-left p {
    padding-right: 0;
  }
  .hero-club .column-left h3 {
    font-size: 2.6rem;
  }
  .hero-club .column-right {
    width: 100%;
  }
  .hero-club .column-right .slider-images {
    margin-top: 30px;
    width: 100%;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .hero-club .column-right .slider-images {
    height: 300px;
  }
  .hero-club .column-right .navigations {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .hero-club {
    margin: 350px 0;
  }
  .hero-club .column-left {
    position: relative;
    width: 65%;
  }
  .hero-club .column-left h1 {
    width: 120%;
    padding-right: 50%;
    margin-bottom: 45px;
  }
  .hero-club .column-left h3 {
    margin: 30px 0;
  }
  .hero-club .column-right {
    width: 35%;
  }
  .hero-club .column-right .slider-images {
    width: 100%;
    height: 400px;
  }
  .hero-club .column-right .navigations {
    bottom: 20px;
    right: 20px;
  }
}
/*****************
VARIANT 8 - FONCTIONNEMENT
******************/
.functioning {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 10%;
  margin: 160px 0;
}
.functioning .column-left {
  position: relative;
  width: 65%;
}
.functioning .column-left h2 {
  padding-right: 15%;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.functioning .column-left img {
  position: absolute;
  top: 45%;
  left: 60%;
  width: fit-content;
  height: 200px;
}
.functioning .column-left p {
  padding-right: 35%;
  margin-bottom: 15px;
}
.functioning .column-left .text-exergue {
  padding-right: 45%;
  font-family: "PT Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
  color: #D72638;
}
.functioning .column-right {
  position: relative;
  display: grid;
  grid-template-columns: 247.5px 247.5px;
  grid-template-rows: 260px 300px;
  grid-gap: 25px;
  width: 520px;
}
.functioning .column-right :nth-child(1),
.functioning .column-right :nth-child(2) {
  display: block;
  width: 247.5px;
  height: 260px;
  object-fit: cover;
  border: 4px solid #939ADB;
  border-radius: 5px;
}
.functioning .column-right :nth-child(3) {
  display: block;
  width: 520px;
  height: 300px;
  object-fit: cover;
  border: 4px solid #939ADB;
  border-radius: 5px;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .functioning {
    flex-direction: column;
    margin: 60px 0;
  }
  .functioning .column-left {
    width: 100%;
  }
  .functioning .column-left h2 {
    padding-right: 0;
  }
  .functioning .column-left img {
    display: none;
  }
  .functioning .column-left p {
    padding-right: 0;
  }
  .functioning .column-left .text-exergue {
    padding-right: 0;
  }
  .functioning .column-right {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-gap: 5px;
    width: 100%;
    margin-top: 30px;
  }
  .functioning .column-right :nth-child(1),
  .functioning .column-right :nth-child(2) {
    width: 100%;
    height: 250px;
  }
  .functioning .column-right :nth-child(3) {
    width: 205%;
    height: 250px;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .functioning .column-left img {
    top: 50%;
    left: 70%;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .functioning .column-left h2 {
    padding-right: 35%;
    margin-bottom: 45px;
    text-transform: uppercase;
  }
  .functioning .column-left img {
    top: 50%;
    left: 70%;
  }
  .functioning .column-right {
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    width: 100%;
  }
  .functioning .column-right :nth-child(1),
  .functioning .column-right :nth-child(2) {
    width: 100%;
    height: 650px;
  }
  .functioning .column-right :nth-child(3) {
    display: none;
  }
}
/*****************
VARIANT 9 - TEAM
******************/
.team {
  position: relative;
  margin: 160px 0;
}
.team .title-section {
  padding: 0 15%;
  margin-bottom: 120px;
  text-align: center;
}
.team .title-section p {
  padding: 0 5%;
}
.team .slider-member-teams {
  position: relative;
  padding: 0 10%;
}
.team .slider-member-teams .teams {
  margin: 60px 0;
}
.team .slider-member-teams .teams .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
  flex-wrap: nowrap;
}
.team .slider-member-teams .teams .team-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 100px) / 3);
  max-width: calc((100% - 100px) / 3);
  box-sizing: border-box;
  border-radius: 5px;
  border: 4px solid #939ADB;
  background: #FFF;
  overflow: hidden;
}
.team .slider-member-teams .teams .team-card .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 450px;
}
.team .slider-member-teams .teams .team-card .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  gap: 20px;
  padding: 45px 30px;
  background-color: #939ADB;
  min-height: auto;
}
.team .slider-member-teams .teams .team-card .content .title {
  color: #FFF;
  font-family: "Kanit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.team .slider-member-teams .teams .team-card .content .job,
.team .slider-member-teams .teams .team-card .content .cup {
  margin-top: 15px;
  color: #03045E;
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.team .slider-member-teams .teams .team-card .content .image {
  height: 60px;
}
.team .slider-member-teams .teams .team-card .content .image img {
  height: 60px;
  width: auto;
  display: block;
}
.team .slider-member-teams .teams .team-card:hover .content {
  background-color: #03045E;
}
.team .slider-member-teams .teams .team-card:hover .content .job,
.team .slider-member-teams .teams .team-card:hover .content .cup {
  color: #FFF;
}
.team .slider-member-teams .teams .team-card:hover .image .date {
  background-color: #03045E;
}
.team .navigations {
  position: absolute;
  top: 30%;
  right: 10%;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  .team {
    margin: 60px 0;
  }
  .team .title-section {
    padding: 0 10%;
  }
  .team .slider-member-teams {
    position: relative;
    padding: 0 10%;
  }
  .team .slider-member-teams .teams {
    margin: 60px 0;
  }
  .team .slider-member-teams .teams .team-card .image {
    height: 350px;
  }
  .team .navigations {
    top: 38% !important;
  }
}
@media (max-width: 1024px) {
  .team {
    margin: 60px 0;
  }
  .team .title-section {
    padding: 0 10%;
  }
  .team .slider-member-teams {
    position: relative;
    padding: 0 10%;
  }
  .team .slider-member-teams .teams {
    margin: 60px 0;
  }
  .team .slider-member-teams .teams .team-card {
    flex: 0 0 calc((100% - 0px) / 1);
    max-width: calc((100% - 0px) / 1);
  }
  .team .slider-member-teams .teams .team-card .image {
    height: 450px;
  }
  .team .navigations {
    top: 30%;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .team {
    position: relative;
    margin: 160px 0;
  }
  .team .title-section {
    padding: 0 15%;
    margin-bottom: 120px;
    text-align: center;
  }
  .team .title-section p {
    padding: 0 5%;
  }
  .team .slider-member-teams {
    position: relative;
    padding: 0 10%;
  }
  .team .slider-member-teams .teams {
    margin: 60px 0;
  }
  .team .slider-member-teams .teams .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    flex-wrap: nowrap;
  }
  .team .slider-member-teams .teams .team-card .image {
    height: 850px;
  }
  .team .slider-member-teams .teams .team-card .content .title {
    color: #FFF;
    font-family: "Kanit", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .team .slider-member-teams .teams .team-card .content .job,
  .team .slider-member-teams .teams .team-card .content .cup {
    font-family: "Kanit", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
  }
  .team .navigations {
    position: absolute;
    top: 20%;
    right: 10%;
  }
}
/*****************
VARIANT 10 - FUTURE
******************/
.future,
.slider-images-young,
.slider-images-adult {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  margin: 160px 0;
}
.future .title-section h2,
.slider-images-young .title-section h2,
.slider-images-adult .title-section h2 {
  padding-right: 50%;
  text-transform: uppercase;
}
.future .title-section img,
.slider-images-young .title-section img,
.slider-images-adult .title-section img {
  position: absolute;
  top: 0;
  left: 55%;
}
.future .title-section p,
.slider-images-young .title-section p,
.slider-images-adult .title-section p {
  padding-right: 40%;
}
.future .title-section h3,
.slider-images-young .title-section h3,
.slider-images-adult .title-section h3 {
  margin: 15px 0;
}
.future .images-section,
.slider-images-young .images-section,
.slider-images-adult .images-section {
  position: relative;
  margin-top: 45px;
  text-align: center;
}
.future .images-section .slider-images,
.slider-images-young .images-section .slider-images,
.slider-images-adult .images-section .slider-images {
  position: relative;
  width: 100%;
  height: 450px;
  border: 4px solid #939ADB;
  border-radius: 5px;
  overflow: hidden;
}
.future .images-section .slider-images .wrapper,
.slider-images-young .images-section .slider-images .wrapper,
.slider-images-adult .images-section .slider-images .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.future .images-section .slider-images .slide,
.slider-images-young .images-section .slider-images .slide,
.slider-images-adult .images-section .slider-images .slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}
.future .images-section .slider-images .slide.is-active,
.slider-images-young .images-section .slider-images .slide.is-active,
.slider-images-adult .images-section .slider-images .slide.is-active {
  opacity: 1;
  visibility: visible;
}
.future .images-section .slider-images .slide .image,
.slider-images-young .images-section .slider-images .slide .image,
.slider-images-adult .images-section .slider-images .slide .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.future .button-primary-variant-2,
.slider-images-young .button-primary-variant-2,
.slider-images-adult .button-primary-variant-2 {
  margin-top: 45px;
  margin-left: 33%;
}

.slider-images-young,
.slider-images-adult {
  margin: 0 0 90px;
}
.slider-images-young .images-section,
.slider-images-adult .images-section {
  margin-top: 0;
}

.hero-images {
  margin: 0px 0 160px;
}
.hero-images .images-section {
  margin: 0;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .future,
  .slider-images-young,
  .slider-images-adult {
    margin: 60px 0;
  }
  .future .title-section h2,
  .slider-images-young .title-section h2,
  .slider-images-adult .title-section h2 {
    padding-right: 0;
  }
  .future .title-section img,
  .slider-images-young .title-section img,
  .slider-images-adult .title-section img {
    display: none;
  }
  .future .title-section p,
  .slider-images-young .title-section p,
  .slider-images-adult .title-section p {
    padding-right: 0;
  }
  .future .title-section h3,
  .slider-images-young .title-section h3,
  .slider-images-adult .title-section h3 {
    font-size: 2.6rem;
  }
  .future .button-primary-variant-2,
  .slider-images-young .button-primary-variant-2,
  .slider-images-adult .button-primary-variant-2 {
    margin-left: 0;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .future,
  .slider-images-young,
  .slider-images-adult {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    margin: 160px 0;
  }
  .future .title-section h2,
  .slider-images-young .title-section h2,
  .slider-images-adult .title-section h2 {
    padding-right: 50%;
    text-transform: uppercase;
  }
  .future .title-section h3,
  .slider-images-young .title-section h3,
  .slider-images-adult .title-section h3 {
    margin: 30px 0;
  }
  .future .images-section .slider-images,
  .slider-images-young .images-section .slider-images,
  .slider-images-adult .images-section .slider-images {
    height: 950px;
  }
  .future .button-primary-variant-2,
  .slider-images-young .button-primary-variant-2,
  .slider-images-adult .button-primary-variant-2 {
    margin-top: 45px;
    margin-left: 33%;
  }
}
/*****************
INFORMATIONS
******************/
.informations {
  padding: 0 10%;
  margin-top: -90px;
}
.informations .infos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.informations .infos .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 20%;
}
.informations .infos .item .icon {
  height: 75px;
  margin-bottom: 15px;
  width: fit-content;
}
.informations .infos .item .title {
  font-family: "Kanit", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1;
}
.informations .infos .item .text {
  padding: 0 8%;
  color: #D72638;
  text-align: center;
}
.informations .infos :nth-child(1) .icon img {
  max-height: 75px;
}
.informations .infos :nth-child(2) .icon img {
  max-height: 52px;
}
.informations .infos :nth-child(3) .icon img {
  max-height: 60px;
}
.informations .infos :nth-child(4) .icon img {
  max-height: 75px;
}
.informations .infos :nth-child(5) .icon img {
  max-height: 69px;
}

/*** RESPONSIVE ***/
@media (max-width: 430px) {
  .informations {
    margin-top: 30px;
  }
  .informations .infos {
    display: flex !important;
    flex-direction: column !important;
  }
  .informations .infos .item {
    width: 100%;
    margin-bottom: 60px;
  }
  .informations .infos :nth-child(1) .icon img {
    max-height: 75px;
  }
  .informations .infos :nth-child(2) .icon img {
    max-height: 52px;
  }
  .informations .infos :nth-child(3) .icon img {
    max-height: 60px;
  }
  .informations .infos :nth-child(4) .icon img {
    max-height: 75px;
  }
  .informations .infos :nth-child(5) .icon img {
    max-height: 69px;
  }
}
@media (max-width: 1024px) {
  .informations {
    margin-top: 30px;
  }
  .informations .infos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .informations .infos .item {
    width: 100%;
    margin-bottom: 60px;
  }
  .informations .infos :nth-child(1) .icon img {
    max-height: 75px;
  }
  .informations .infos :nth-child(2) .icon img {
    max-height: 52px;
  }
  .informations .infos :nth-child(3) .icon img {
    max-height: 60px;
  }
  .informations .infos :nth-child(4) .icon img {
    max-height: 75px;
  }
  .informations .infos :nth-child(5) .icon img {
    max-height: 69px;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .informations .infos .item .icon {
    height: 170px;
    margin-bottom: 15px;
    width: fit-content;
  }
  .informations .infos .item .title {
    margin: 30px 0;
    font-family: "Kanit", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
  }
  .informations .infos .item .text {
    padding: 0 8%;
    color: #D72638;
    text-align: center;
  }
  .informations .infos :nth-child(1) .icon img {
    max-height: 170px;
  }
  .informations .infos :nth-child(2) .icon img {
    max-height: 120px;
  }
  .informations .infos :nth-child(3) .icon img {
    max-height: 130px;
  }
  .informations .infos :nth-child(4) .icon img {
    max-height: 160px;
  }
  .informations .infos :nth-child(5) .icon img {
    max-height: 150px;
  }
}
/*****************
CTA
******************/
.cta {
  padding: 75px 0;
  margin-top: 45px;
  width: 100%;
  background-color: #939ADB;
  text-align: center;
}
.cta h2 {
  margin-left: 130px;
  text-transform: uppercase;
}
.cta .icon-title {
  margin-left: 60px;
}
.cta p {
  margin: 30px 0;
  color: #FFF;
}

#article .cta {
  margin-top: 0;
}

/*** RESPONSIVE ***/
@media (max-width: 1024px) {
  .cta {
    padding: 45px 0;
  }
  .cta h2 {
    margin-left: 0;
    padding: 0 10%;
  }
  .cta .icon-title {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .cta p {
    padding: 0 10%;
    margin: -10px 0 30px;
  }
}
/*****************
BODY
******************/
html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  padding-top: 50px;
}

main {
  margin-top: 80px;
  z-index: 100;
}

a {
  cursor: pointer;
}

img {
  object-fit: cover;
  object-position: center centers;
}

/*** RESPONSIVE ***/
@media (max-width: 912px) {
  main {
    margin-top: 30px;
  }
}
/*****************
TYPOGRAPHIES
******************/
h1,
h1 span {
  font-family: "Kanit", sans-serif;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

h2,
h2 span {
  font-family: "Kanit", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 0.9;
}

h2 {
  margin-bottom: 45px;
}

h1 .red,
h2 .red {
  color: #D72638;
}

h3 {
  font-family: "Kanit", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  font-family: "Kanit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}

p,
li {
  color: #939ADB;
  font-family: "PT Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

span {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}

#text {
  font-family: "PT Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-exergue {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  font-style: italic;
}

.content-article ul,
.content-article ol {
  margin: 30px 0 30px 45px;
  padding-inline-start: 30px;
}
.content-article ul li,
.content-article ol li {
  margin: 5px 0;
  padding-left: 15px;
}
.content-article ul li::marker,
.content-article ol li::marker {
  color: #2D38A0;
}

.content-article ul {
  list-style-type: square;
}

.content-article ol {
  list-style-type: decimal;
}

/*** RESPONSIVE ***/
@media (max-width: 912px) {
  h1,
  h1 span {
    font-family: "Kanit", sans-serif;
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 0.9;
  }
  h1 img,
  h1 span img {
    display: none;
  }
  h2,
  h2 span {
    font-family: "Kanit", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 0.9;
  }
  h2 img,
  h2 span img {
    display: none;
  }
  h3 {
    font-family: "Kanit", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
  }
  h4 {
    font-family: "Kanit", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1;
  }
  p,
  li {
    color: #939ADB;
    font-family: "PT Sans", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1;
  }
  span {
    font-family: "PT Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
  }
  #text {
    font-family: "PT Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  h1,
  h1 span {
    font-family: "Kanit", sans-serif;
    font-size: 8.2rem;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
  }
  h2,
  h2 span {
    font-family: "Kanit", sans-serif;
    font-size: 6.8rem;
    font-weight: 800;
    line-height: 0.9;
  }
  h2 {
    margin-bottom: 45px;
  }
  h1 .red,
  h2 .red {
    color: #D72638;
  }
  h3 {
    font-family: "Kanit", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.1;
  }
  h4 {
    font-family: "Kanit", sans-serif;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.1;
  }
  p,
  li {
    color: #939ADB;
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  span {
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  #text {
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
  }
  .text-exergue {
    font-family: "PT Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    font-style: italic;
  }
  .content-article ul,
  .content-article ol {
    margin: 30px 0 30px 45px;
    padding-inline-start: 30px;
  }
  .content-article ul li,
  .content-article ol li {
    margin: 5px 0;
    padding-left: 15px;
  }
  .content-article ul li::marker,
  .content-article ol li::marker {
    color: #2D38A0;
  }
  .content-article ul {
    list-style-type: square;
  }
  .content-article ol {
    list-style-type: decimal;
  }
}
/*****************
BUTTONS
******************/
.button-primary-variant-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  user-select: none;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #03045E;
  color: #F9F9F9;
  border-color: #939ADB;
}
.button-primary-variant-1::after {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: currentColor;
  -webkit-mask-image: var(--icon-arrow);
  mask-image: var(--icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.button-primary-variant-1:focus-visible {
  outline: 3px solid #939ADB;
  outline-offset: 2px;
}
.button-primary-variant-1:active {
  transform: translateY(1px);
}
.button-primary-variant-1:hover, .button-primary-variant-1:focus, .button-primary-variant-1.is-active {
  background-color: #D72638;
  border-color: #939ADB;
  color: #FFF;
}
.button-primary-variant-1:hover::after, .button-primary-variant-1:focus::after, .button-primary-variant-1.is-active::after {
  margin-left: 8px;
  transform: translateX(2px);
}

.button-primary-variant-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  user-select: none;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #D72638;
  color: #F9F9F9;
  border-color: #939ADB;
}
.button-primary-variant-2::after {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: currentColor;
  -webkit-mask-image: var(--icon-arrow);
  mask-image: var(--icon-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.button-primary-variant-2:focus-visible {
  outline: 3px solid #939ADB;
  outline-offset: 2px;
}
.button-primary-variant-2:active {
  transform: translateY(1px);
}
.button-primary-variant-2:hover, .button-primary-variant-2:focus, .button-primary-variant-2.is-active {
  background-color: #03045E;
  border-color: #939ADB;
  color: #FFF;
}
.button-primary-variant-2:hover::after, .button-primary-variant-2:focus::after, .button-primary-variant-2.is-active::after {
  margin-left: 8px;
  transform: translateX(2px);
}

.button-secondary-variant-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  user-select: none;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #03045E;
}
.button-secondary-variant-1:active {
  transform: translateY(1px);
}
.button-secondary-variant-1:hover, .button-secondary-variant-1:focus, .button-secondary-variant-1.is-active {
  color: #020227;
  font-weight: 600;
}

.button-secondary-variant-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  user-select: none;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #020227;
}
.button-secondary-variant-2:active {
  transform: translateY(1px);
}
.button-secondary-variant-2:hover, .button-secondary-variant-2:focus, .button-secondary-variant-2.is-active {
  color: #03045E;
  font-weight: 600;
}

/*** RESPONSIVE ***/
@media (max-width: 912px) {
  .button-primary-variant-1,
  .button-primary-variant-2,
  .button-secondary-variant-1,
  .button-secondary-variant-2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1471px) and (max-width: 1920px) {
  .button-primary-variant-1,
  .button-primary-variant-2,
  .button-secondary-variant-1,
  .button-secondary-variant-2 {
    gap: 30px;
    padding: 10px 40px;
    font-size: 2rem;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .button-primary-variant-1,
  .button-primary-variant-2,
  .button-secondary-variant-1,
  .button-secondary-variant-2 {
    gap: 30px;
    padding: 20px 40px;
    font-size: 3.2rem;
  }
}

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