.classement-general .classement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 11px;
  margin: 30px 0 40px 0;
}

.classements .classement .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #17191d;
  border-radius: 10px;
  padding: 55px 20px 17px 25px;
  position: relative;
}

.classements .classement .single span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 13px;
  font-size: 23px;
  line-height: 29px;
  background: #fd9a02;
  border-radius: 10px 0 10px 0;
  display: block;
  color: #fff;
}

.classements .classement .single .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.classements .classement .single .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 14px;
}

.classements .classement .single .logo img {
  max-width: 120px;
}

.classements .classement .single .logo .white_mode {
  display: none;
}

/* body.light-mode .classements .classement .single .logo .dark_mode {
  display: none;
} */

body.light-mode .classements .classement .single .logo .dark_mode {
  display: none;
}

/* body.light-mode .classements .classement .single .logo .white_mode {
  display: block;
} */

body.light-mode .classements .classement .single .logo .white_mode {
  display: block;
}

.classements .classement .single figure {
  margin: unset;
}

.classements .classement .single .logo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 4px;
}

.classements .classement .single .avantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 26px;
}

.classements .classement .single .avantages div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.classements .classement .single .avantages div h3 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}

.classements .classement .single .promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  /*width: 175px;*/
  /*height: 44px;*/
  position: relative;
}

.classements .classement .single .promo .copy {
  display: none;
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
  padding: 5px 10px;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  background: #aaaaaa;
  width: 50px;
  height: 30px;
  left: calc(50% - 30px);
}

.classements .classement .single .promo div {
  /*border: dashed #6C6C6C 1px;*/
  /*border-right: none;*/
  /*border-radius: 30px 0 0 30px;*/
  /*padding: 6px 0;*/
  height: 100%;
  /*width: 70%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.classements .classement .single .promo h3 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.classements .classement .single .promo h3 {
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.classements .classement .single .promo p {
  font-size: 12px;
}

.classements .classement .single .promo .details {
  font-weight: 300;
}

.classements .classement .single .promo figure {
  padding: 15px;
  background: #fd8e02;
  border-radius: 0 30px 30px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.classements .classement .single .promo figure img {
  width: 15px;
}

.classements .classement .single .liens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  margin-top: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.classements .classement .single .liens a:first-child {
  font-size: 16px;
  line-height: 21px;
  background: transparent -o-linear-gradient(2deg, #fd8d02 0%, #fdb003 100%);
  background: transparent linear-gradient(88deg, #fd8d02 0%, #fdb003 100%);
  border-radius: 10px;
  padding: 5px 72px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.classements .classement .single .liens a:first-child:hover {
  background: transparent -o-linear-gradient(193deg, #fd8d02 0%, #fdb003 100%);
  background: transparent linear-gradient(257deg, #fd8d02 0%, #fdb003 100%);
}

.classements .classement .single .liens a:last-child {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.classements .classement .single .liens a:last-child:hover {
  color: #6c6c6c;
}

.classements .classement .single p,
.classements .classement .single h3 {
  margin: 0;
  color: #fff;
}

.classements .classement .single .promo.desktop {
  display: none;
}

/* body.light-mode .classements .classement .single{
    background: #F4F4F4;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
} */

body.light-mode .classements .classement .single {
  background: #f4f4f4;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

/* body.light-mode .classements .classement .single .avantages div h3{
    color: #101215;
} */

body.light-mode .classements .classement .single .avantages div h3 {
  color: #101215;
}

/* body.light-mode .classements .classement .single p,
body.light-mode .classements .classement .single h3{
    color: #101215;
} */

body.light-mode .classements .classement .single p,
body.light-mode .classements .classement .single h3 {
  color: #101215;
}

/* body.light-mode .classements .classement .single .liens a:last-child {
  color: #a3a2a2;
} */

body.light-mode .classements .classement .single .liens a:last-child {
  color: #a3a2a2;
}

@media screen and (min-width: 400px) {
  .classements .classement .single {
    padding: 55px 29px 17px 34px;
  }

  .classements .classement .single .top {
    grid-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .classements .classement .single .promo {
    display: none;
  }

  .classements .classement .single .top {
    flex: 0 0 25%;
  }

  .classements .classement .single .promo.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /*margin: 10px auto 0 auto;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 0 0 25%;
  }

  .classements .classement .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 50px 25px 66px;
  }

  .classements .classement .single .avantages {
    margin-top: 0;
    grid-gap: 6px;
    flex: 0 0 25%;
  }

  .classements .classement .single .liens {
    margin: 0 0 0 50px;
    flex: 0 0 25%;
  }

  .classements .classement .single .liens a:first-child {
    padding: 5px 31px;
  }
}

/* Digitality Agency Classement Remix - Classement Général */

.classements .ivx-rank {
  display: flex;
  flex-direction: column;
}

.classements .ivx-rank-top {
  display: flex;
  flex-direction: row;
  border: 1px solid #17191d;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 28px 32px 20px 76px;
}

.classements .ivx-rank:hover{
    border-color: #fbbf24;
}


@media (max-width: 767px) {
  .classements .ivx-rank-top {
    padding: 28px 32px 20px 64px;
  }
}

.light-mode .classements .ivx-rank-top {
  border: 1px solid #efeff2;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
}

.classements .ivx-rank-top span {
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  border-radius: 10px 0px;
  text-align: center;
  font: italic normal bold 18px/24px 'Open Sans';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 5px 12px 4px 12px;
  width: 34px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}

.classements .ivx-rank-top figure {
  margin: 0 !important;
}

.classements .ivx-rank-top .ivx-rank-img img {
  object-fit: contain;
  object-position: center;
}

.classements .ivx-rank-features {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 70px;
  flex: 1;
}

@media (max-width: 767px) {
  .classements .ivx-rank-features {
    padding-left: 30px;
  }
}

.classements .ivx-rank-features img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  object-position: center;
}

.classements .ivx-rank-features div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.classements .ivx-rank-features div h3 {
  margin: 0;
  text-align: left !important;
  font: normal normal normal 14px/19px 'Open Sans' !important;
  letter-spacing: 0px !important;
  opacity: 1 !important;
}

.light-mode .classements .ivx-rank-features div h3 {
  color: #000;
}

.classements .ivx-rank-stars {
  display: flex;
  gap: 5px;
}

.classements .ivx-rank-stars figure {
  margin: 0 !important;
}

.classements .ivx-rank-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 0px;
  padding: 11px 50px 11px 77px;
}

@media (max-width: 767px) {
  .classements .ivx-rank-bottom {
    padding: 11px 26px 11px 20px;
    border-radius: 0;
  }
}

.light-mode .classements .ivx-rank-bottom {
  background: #efeff2 0% 0% no-repeat padding-box;
}

.classements .dark-mode .white_mode {
  display: none;
}

.classements .light-mode .dark_mode {
  display: none;
}

@media (max-width: 767px) {
  .classements .ivx-rank-more {
    display: none;
  }
}

.classements .ivx-rank-more.mobile {
  display: none;
}

@media (max-width: 767px) {
  .classements .ivx-rank-more.mobile {
    display: block !important;
  }
  .classements .ivx-rank-more.mobile a {
    border-radius: 0 0 10px 0 !important;
  }
}

.classements .ivx-rank-more a {
  display: block;
  position: relative;
  text-align: center;
  font: normal normal bold 16px/21px 'Open Sans';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 10px 0px;
  opacity: 1;
  padding: 5px 30px 6px 30px;
}
.classements .ivx-rank-more a:hover{
  background-color: var(--hover-bg-color);
}

.light-mode .classements .ivx-rank-more a {
  color: #000000;
}

.classements .ivx-rank-review a {
  text-align: center;
  font: normal normal normal 15px/18px 'Open Sans';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.light-mode .classements .ivx-rank-review a {
  color: #000000;
}

.dark-mode .classements .ivx-rank-review a:hover {
  color: var(--accent-color) !important;
}

.light-mode .classements .ivx-rank-review a:hover {
  color: #fd8d02 !important;
}