.grid {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}

.grid--clubs {
  grid-template-columns: repeat(2, 1fr);
}

div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0px;
}

@media screen and (max-width: 39.99em) {
  .card-player__cta-link {
    display: none;
  }
}
@media screen and (min-width: 30em) {
  .grid--equal-gap {
    grid-gap: 24px;
  }
  .grid--clubs {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid {
    grid-gap: 32px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 40em) {
  .grid--clubs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 60em) {
  .grid--clubs {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 70.5em) {
  .grid--clubs {
    grid-template-columns: repeat(6, 1fr);
  }
}
.card-club {
  background: #f6f6f6;
  color: #262261;
  padding-bottom: 120%;
  position: relative;
  transition: all 0.2s ease;
}

.card-club__content-wrapper {
  grid-template-columns: 1fr;
  grid-template-rows: 60% 40%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-club__image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 65%;
  justify-content: center;
  padding-top: 16px;
}

.card-club__image img {
  height: auto;
  max-height: 72px;
  max-width: 104px;
  width: auto;
}

.card-club__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, Verdana, arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 35%;
  line-height: 0.95;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .card-club__content {
    font-family: Montserrat, Verdana, arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 60em) {
  .card-club__content {
    font-family: Montserrat, Verdana, arial, sans-serif;
    font-size: 0.825rem;
    font-weight: 700;
    line-height: 0.95;
    padding: 8px 16px;
    text-transform: uppercase;
  }
}
.card-club__content small {
  color: rgba(38, 34, 97, 0.6);
  font-size: 0.875rem;
  margin-top: 4px;
}

@media screen and (min-width: 60em) {
  .card-club__content small {
    font-size: 0.7rem;
  }
}
.ClubContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.styleClubContainer {
  width: 100%;
  background-color: #009a47;
  background-image: url(../img/logos/linafp_logo_bandes_gris.svg);
  background-position: right top;
  background-repeat: no-repeat;
}
.styleClubContainer .socials__icon {
  color: #033809;
  fill: #033809;
}

.styleClubContainer > div:first-child {
  overflow: hidden;
}

.clubBanniere {
  width: 100%;
  max-width: 1296px;
  margin: 0px auto;
  position: relative;
}

.styleclubBanniere {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.infoEquipe {
  width: 100%;
  height: 265px;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  align-items: center;
}

.infoEquipe__left {
  width: 55%;
  height: 265px;
  padding: 40px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.infoEquipe__logo {
  width: 200px;
}

.infoEquipe__logo_img {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.infoEquipe__logo_img > img {
  flex: 0 0 auto;
}

.logoEquipe {
  width: 200px;
  height: 200px;
}

.infoEquipe__text {
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.infoEquipe__right {
  width: 35%;
  height: 100%;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.titreEquipe {
  color: rgb(255, 255, 255);
  font-variation-settings: "wght" 800, "wdth" 440;
  font-size: 26px;
  line-height: 100%;
  font-weight: 900;
}

.dossard {
  font-size: 12rem;
  color: #ffffff;
  text-align: center;
  font-family: Monsterrat, arial, sans-serif;
  font-stretch: ultra-condensed;
}

@media (min-width: 767px) {
  .titreEquipe {
    font-size: 32px;
  }
}
.tableauDescriptif {
  width: 100%;
}
.tableauDescriptif td {
  padding-bottom: 0.5rem;
  vertical-align: middle;
}
.tableauDescriptif tr:nth-child(1) td, .tableauDescriptif tr:nth-child(3) td {
  padding-right: 1rem;
}

.styleTxt {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

.styleTxtBold {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.navLinks {
  width: 100%;
  margin: 0px auto;
  border-bottom: 1px solid rgb(234, 234, 234);
  background: #0b0b0b;
}

.navBloc {
  position: relative;
  z-index: 2;
  max-width: 1296px;
  padding-left: 24px;
  padding-right: 24px;
}

.navigationLien {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.navigationLien li {
  padding: 24px 32px 12px;
  text-transform: uppercase;
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
  color: rgb(0, 0, 27);
  min-width: 190px;
}

.LienS {
  color: rgb(0, 0, 27);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
} /*
.navigationLien li:hover, .navigationLien li.active {
  border-bottom: 3px solid #fae100;
  color: rgb(0, 0, 27);
}*/
.js-header-tabs-content {
  display: none;
}

.js-header-tabs-content.active {
  display: block;
  margin-bottom: 120px;
}

.content-block--whiterBlue {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .navigationLien {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 0px;
    gap: 9px;
    scrollbar-width: none;
  }
  .navigationLien li {
    padding: 16px;
    scroll-snap-align: start;
    font-size: 0.5rem;
    min-width: max-content;
    border-radius: 0px;
    border: 0px;
  }
  .navigationLien li .link {
    font-size: 0.9rem;
  }
}
.BlocContenu {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
}

.bloc {
  width: 100%;
  max-width: 1296px;
  margin: 0px auto;
  position: relative;
}

.titreEntete {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  padding-top: 65px;
  max-width: 1296px;
  margin: 0px auto;
  position: relative;
}

.card-player {
  background-color: #007aff;
  display: flex;
  min-height: 304px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}

.blocContenuClub {
  width: 100%;
  display: grid;
  height: auto;
  grid-auto-rows: minmax(20px, auto);
  grid-auto-flow: row;
  grid-template-columns: 1fr 310px;
  gap: 20px;
}

.contenuctx {
  height: 100%;
  min-width: 0px;
  grid-column-end: span 1;
  grid-row-end: span 1; /*
p {
  font-size: 16px;
  line-height: 135%;
  font-weight: 500;
  padding-bottom: 1rem;
}*/
}

.titretxt {
  font-variation-settings: "wght" 800, "wdth" 440;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  font-variant-caps: all-small-caps;
  color: #0b56a4;
}

.content-block__row:not(:last-child) {
  margin-bottom: 64px;
}

.content-block__header {
  display: flex;
  margin-bottom: 24px;
}

.content-block--team-staff .content-block__header {
  margin-bottom: 16px;
}

.content-block h2, .content-block__header h2 {
  color: #e0bc27;
}

.content-block {
  padding: 64px 0;
  background-color: #fff;
  position: relative;
}

.card-player__shape {
  bottom: 0;
  height: 229px;
  left: 0;
  position: relative;
  position: absolute;
  width: 0;
  z-index: 3;
}

.card-player__shape:after {
  background-color: #007aff;
  content: "";
  height: 100%;
  left: 100%;
  -webkit-mask-image: url(../images/mask.svg);
  mask-image: url(../images/mask.svg);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-player__shape:after {
  width: 229px;
}

.card-player__image {
  align-self: flex-end;
  margin-left: 10%;
  max-width: none;
  width: 100%;
  z-index: 2;
}

.player__image {
  height: 100%;
  margin-top: -90px;
}

.card-player__content {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 40px 24px;
  position: absolute;
  z-index: 4;
}

.card-player:after {
  background: linear-gradient(180deg, rgba(0, 127, 255, 0) 48%, rgba(0, 127, 255, 0.75));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.card-player__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.card-player__info {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 0.95;
  margin: 8px 0 0;
}

.card-player__info__items {
  align-items: center;
  display: flex;
}

.card-player__info__item {
  margin-left: 4px;
}

.card-player__cta-link {
  margin: 16px 0 0;
}

.cta-link {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 0.95;
  font-family: Monsterrat, verdana, Campton, arial, sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  color: #262261;
  text-decoration: none;
  cursor: pointer;
}

img[alt]:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  content: attr(alt);
}

.table__td__link {
  align-items: center;
  color: #262261;
  display: flex;
  font-weight: 700;
  text-decoration: none;
}

.table__td__rank {
  margin-right: 16px;
  width: 12px;
}

.table__td__player__img {
  flex-shrink: 0;
  margin-right: 24px;
  position: relative;
}

.table__td__player__img-wrapper {
  background-color: #e4e4e4;
  border-radius: 40px;
  height: 40px;
  overflow: hidden;
  width: 40px;
}

.table__td__player__img-player {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.table__td__player__img-logo {
  height: 16px;
}

.kUffLO {
  position: relative;
  width: 100%;
}

.WEVLq {
  width: 100%;
  font-size: 1rem;
}
.WEVLq tr:nth-child(2n) {
  background-color: #fae100;
}

.fpJKYk {
  background: rgb(244, 244, 244);
}

.cZmmso {
  height: 48px;
  padding: 2px 10px;
  color: rgb(0, 0, 27);
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}

.cGLmRY {
  height: 48px;
  padding: 2px 10px;
  color: rgb(0, 0, 27);
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}

.cPHitQ {
  position: relative;
  background: white;
}
.cPHitQ td {
  height: auto;
}

.lgKdU {
  padding: 0px 2px 0px 5px;
  width: 140px;
}

.fxZcAr {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.cDwLXM {
  padding: 0px 2px;
  width: 110px;
}
.cDwLXM p {
  white-space: nowrap;
  text-align: center;
  width: 80px;
}

.kEkTGY {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.fIHPho {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.hhcbkq {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.fVeghq {
  padding: 0px;
  width: 45px;
}

.ikynfs {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 40px;
}

.ctKdSw {
  width: calc(50% - 30px);
  overflow: hidden;
}

.fztGcD {
  position: relative;
  width: 60px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 8px;
}
.fztGcD .live {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 2px 0px;
  border-radius: 4px;
  width: 100%;
}

.ctKdSw {
  width: calc(50% - 30px);
  overflow: hidden;
}

.dsDGZP {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: right;
}
.dsDGZP > i {
  flex: 0 0 auto;
}
.dsDGZP > p {
  margin-right: 5px;
}

.jTXYPl {
  color: rgb(0, 0, 27);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
}

.shield-sprite.xs {
  display: block;
  width: 25px;
  height: 25px;
}

.eIaTDi {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.fVeghq a {
  height: 100%;
  min-height: 48px;
  padding: 2px 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.fVeghq a * {
  pointer-events: none;
}

.uSDbT {
  padding: 0px;
  width: 30px;
}

.eaagjK {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.gpnugR {
  height: 48px;
  padding: 2px 10px;
  vertical-align: middle;
  text-align: center;
}

.jOStjw {
  padding: 0px 2px;
  width: 110px;
}

.ikDuiA {
  padding: 0px 2px 0px 5px;
  width: 140px;
}

.eiitwg {
  width: 550px;
}

@media (max-width: 1024px) {
  .fxZcAr {
    padding: 2px 5px;
  }
  .kEkTGY {
    padding: 2px 5px;
  }
  .hhcbkq {
    padding: 2px 5px;
  }
  .fVeghq a {
    padding: 2px 5px;
  }
  .eaagjK {
    padding: 2px 5px;
  }
  .gpnugR {
    padding: 2px 5px;
  }
  .dEZQbx {
    padding: 2px 5px;
  }
}
@media screen and (min-width: 30em) {
  .content-block--team-staff .content-block__header {
    margin-bottom: 24px;
  }
  .card-player__name {
    font-size: 1.2rem;
  }
  .card-player__info {
    font-size: 1.25rem;
    margin: 12px 0 0;
  }
  .card-player__cta-link {
    margin: 32px 0 0;
  }
  .table__td__player__img-logo {
    bottom: -4px;
    height: 24px;
    position: absolute;
    right: -8px;
  }
}
@media screen and (min-width: 40em) {
  .content-block__row:not(:last-child) {
    margin-bottom: 96px;
  }
  .content-block__header {
    justify-content: space-between;
    margin-bottom: 48px;
    background: none;
  }
  .content-block {
    padding: 96px 0;
  }
  .card-player__image {
    margin-left: 0;
    width: 120%;
  }
}
@media screen and (min-width: 60em) {
  .card-player {
    min-height: 388px;
  }
  .card-player__image {
    margin-left: 10%;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .titretxt {
    font-size: 20px;
  }
  .fxZcAr {
    width: auto !important;
    min-width: auto !important;
  }
  .kEkTGY {
    width: auto !important;
    min-width: auto !important;
  }
  .fIHPho {
    width: auto !important;
    min-width: auto !important;
  }
}
@media (max-width: 900px) {
  .infoEquipe__left {
    width: 60%;
  }
  .jOStjw {
    padding: 2px 0px;
    width: 35px;
    max-width: 71px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .eiitwg {
    min-width: auto;
  }
  .uSDbT {
    width: fit-content;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    bottom: -23px;
    z-index: 11;
  }
  .cPHitQ {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 10px 0px;
  }
  .eaagjK {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
    flex: 0 1 50%;
    text-align: left;
  }
  .jXbbyR {
    min-width: auto;
  }
  .infoEquipe {
    height: auto;
    flex-direction: column;
  }
  .logoEquipe {
    width: 100px;
    height: 100px;
  }
  .infoEquipe__right {
    max-height: 250px;
    width: 100%;
    position: absolute;
    right: -20%;
    top: -10%;
  }
  .fxZcAr {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
    flex: 0 1 50%;
    text-align: left;
  }
  .kEkTGY {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
    flex: 0 1 50%;
    text-align: right;
  }
  .hhcbkq {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
  }
  .fVeghq {
    display: none;
  }
  .gpnugR {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
    flex: 0 1 50%;
    text-align: right;
  }
  .dEZQbx {
    padding: 0px 0px 5px;
    display: block;
    height: auto;
    flex: 0 1 100%;
  }
  .infoEquipe__left {
    width: 100%;
    padding: 10px;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 10;
    height: auto;
  }
  .infoEquipe__logo {
    width: 100px;
    height: 100px;
  }
  .infoEquipe__text {
    width: 100%;
    padding: 0px 10px;
  }
  div.dt-container div.dt-layout-cell.dt-end {
    text-align: left;
    max-width: 300px;
  }
}
@media (max-width: 1296px) {
  .clubBanniere {
    padding: 15px;
  }
  .WEVLq {
    display: block;
  }
  .WEVLq thead, .WEVLq tbody {
    display: block;
    width: 100%;
  }
  .fpJKYk {
    display: none;
  }
  .jOStjw {
    width: 95px;
  }
}
@media (max-width: 900px) {
  .clubBanniere {
    padding: 10px;
  }
  .lgKdU {
    padding: 2px 0px;
    width: 120px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .cDwLXM {
    padding: 2px 0px;
    width: 35px;
    max-width: 71px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  .blocContenuClub {
    grid-template-columns: repeat(1, 1fr);
  }
  .ikDuiA {
    padding: 2px 0px;
    width: 120px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1296px) {
  .jXbbyR {
    min-width: 320px;
  }
  .ikDuiA {
    width: 125px;
  }
  .eiitwg {
    min-width: 320px;
  }
}

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