#wrapper_tableau_transaction {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 35px;
  background: white;
  padding: 35px;
  z-index: 100;
}
@media only screen and (max-width: 1065px) {
  #wrapper_tableau_transaction {
    padding: 15px;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction {
    padding: 5px;
  }
}
#wrapper_tableau_transaction .flex_transaction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrapper_tableau_transaction .header_tableau {
  color: #797979;
  margin-bottom: 25px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .header_tableau {
    padding: 5px;
  }
}
#wrapper_tableau_transaction .header_tableau .titre {
  font-family: 'Exo-SemiBold', arial;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #2a2a2a;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .header_tableau .titre {
    font-size: 0.8rem;
  }
}
#wrapper_tableau_transaction .header_tableau .refresh {
  display: flex;
  align-items: center;
  text-align: right;
  font-family: 'Barlow-Regular', arial;
}
@media only screen and (max-width: 768px) {
  #wrapper_tableau_transaction .header_tableau .refresh {
    font-size: 0.65rem;
  }
}
#wrapper_tableau_transaction .header_tableau .refresh .refresh_icon {
  font-size: 1.5rem;
  margin-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #wrapper_tableau_transaction .header_tableau .refresh .refresh_icon {
    font-size: 1rem;
    margin-left: 10px;
  }
}
#wrapper_tableau_transaction .tableau_transaction {
  margin-bottom: 25px;
}
#wrapper_tableau_transaction .tableau_transaction .wrapper_transaction {
  display: none;
  margin-bottom: 15px;
}
#wrapper_tableau_transaction .tableau_transaction .header_transaction {
  min-height: 30px;
  background: #2a2a2a;
  color: white;
  padding: 7px 10px;
  font-size: 1rem;
  text-align: right;
}
#wrapper_tableau_transaction .tableau_transaction .header_transaction .date {
  font-family: 'Barlow-Bold', arial;
  font-weight: bold;
}
#wrapper_tableau_transaction .tableau_transaction .header_transaction .details {
  font-family: 'Barlow-Regular', arial;
}
#wrapper_tableau_transaction .tableau_transaction .header_transaction .details a {
  color: white;
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 1065px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction {
    padding: 10px 5px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage {
  flex-basis: 55%;
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .pick {
  min-width: 60px;
  text-align: right;
  font-family: 'Barlow-Bold', arial;
  font-weight: bold;
  font-size: 2rem;
  color: #2a2a2a;
  padding-right: 10px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .pick {
    min-width: 25px;
    font-size: 1rem;
    padding-right: 5px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .info_equipe {
  width: inherit;
  margin-right: 25px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .info_equipe {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .info_equipe.flex_transaction {
    display: block;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe {
  flex-basis: 45%;
  justify-content: flex-start;
  text-align: left;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe {
    text-align: center;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe:last-child .logo_equipe {
  margin-left: 0px;
  margin-right: 10px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe.flex_transaction {
    display: block;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .logo_equipe {
  width: 45px;
  margin-right: 20px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .logo_equipe {
    width: inherit;
    margin-right: 5px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .logo_equipe img {
  margin-bottom: 0;
  margin-top: 0;
  width: 45px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .logo_equipe img {
    width: 30px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe {
  font-family: 'Barlow-Regular', arial;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 450px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe {
    font-size: 0.4rem;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe b {
  font-family: 'Exo-SemiBold', arial;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe b {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe b {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 450px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .info_repechage .equipe .nom_equipe b {
    font-size: 9.6px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction {
  background: #ebebeb;
  padding: 15px;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction {
    display: block;
    padding: 10px 5px;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs {
  font-family: 'Barlow-Bold', arial;
  font-size: 1rem;
  text-align: center;
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs:first-child {
  flex-basis: 65%;
  text-align: left;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs:first-child {
    text-align: center;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs:last-child {
  text-align: right;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .info_joueurs {
    padding: 0px;
    font-size: 0.65rem;
    line-height: 1.5;
  }
}
#wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .exchange_icon {
  color: #a8a8a8;
  font-size: 3rem;
}
@media only screen and (max-width: 550px) {
  #wrapper_tableau_transaction .tableau_transaction .info_transaction .transaction .exchange_icon {
    font-size: 1.25rem;
  }
}
#wrapper_tableau_transaction .voir_plus {
  width: 100%;
  background: #275f9d;
  color: white;
  font-family: 'Barlow-Bold', arial;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  #wrapper_tableau_transaction .voir_plus {
    font-size: 0.8rem;
  }
}
#wrapper_tableau_transaction .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 5rem;
  color: #275f9d;
  z-index: 999;
}
#wrapper_tableau_transaction .loading .loading_gif {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper_tableau_transaction .loading .loading_gif i {
  animation: spin 1s linear infinite;
}
.header_principale_transaction {
  width: 100%;
  margin: auto;
  margin-bottom: -70px;
  text-align: center;
  background: linear-gradient(90deg, #000000 0%, #162340 100%);
  position: relative;
  z-index: 50;
}
.header_principale_transaction img {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.header_principale_transaction img.mobile_header {
  display: none;
}
@media only screen and (max-width: 550px) {
  .header_principale_transaction img.mobile_header {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .header_principale_transaction img.desktop_header {
    display: none;
  }
}
.transaction_live_player {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 35px;
  padding: 2%;
  background: white;
  position: relative;
  z-index: 100;
}
.transaction_live_player #vjs_video_3 {
  position: relative;
  width: 100%;
  padding-bottom: 61%;
}
.transaction_live_player #vjs_video_3 video {
  width: 100%;
}
.transaction_live_player #vjs_video_3 .vjs-big-play-button {
  position: absolute;
}
.transaction_live_player #vjs_video_3 .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-section-description {
  display: none;
}
.section-sub-header-article,
.section-fils-nouvelles {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1065px) {
  .fluidgrid-2cols-right-col {
    display: none;
  }
  .fluidgrid-2cols-left-col {
    margin-right: 0;
  }
}
