/*DESIGN GENERAL*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"),
    url("/fonts/HelveticaNeueCyr-Medium.otf") format("otf"),
    url("/fonts/HelveticaNeueCyr-Medium") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body,
ul,
li {
  font-family: "Helvetica Neue", sans-serif !important;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.btn_retour a::before {
  background-image: url("../img/general/chevron-left-black.svg");
  width: 6px;
  height: 12px;
  content: "";
}
.btn_retour {
  margin-bottom: 24px;
}
.btn_retour a {
  gap: 10px;
  display: flex;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.btn_retour a::before {
  background-image: url(../img/general/chevron-left-black.svg);
  width: 6px;
  height: 10px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.mentions-legales-concours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}

p.mentions-legales-concours-text {
  margin-bottom: 24px;
}

.base_btn {
  padding: 12.5px 30px 12.5px 30px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0px;
}
.container_input_mention_legale {
  display: flex;
  margin-bottom: 24px;
  gap: 10px;
  align-items: center;
}
#button-mentions-legales {
  align-self: flex-end;
}
div#alert-mentions-legales {
  color: red;
}

input[type="checkbox"] {
  /* -webkit-appearance: none; */
  height: 20px;
  width: 20px;
}

.linkDisable {
  pointer-events: none;
  cursor: unset;
}
/*DEBUT DESIGN STRUCTURE PAGE*/
.body_content {
  position: relative;
  display: flex;
  margin: 81px 48px;
  gap: 31px;
}
#container_menu {
  position: relative;
  min-width: 151px;
}
#container_menu .menu-lien-parent {
  margin-bottom: 16px;
}
.container_content {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  max-width: 70vw;
}
#container_menu a {
  /* font-size: 16px; */
  /* font-weight: 500; */
  text-decoration: none;
  /* text-transform: uppercase; */
  color: #000000;
}
#container_menu .container-menu-all-liens-enfant {
  border-left: 1px dashed #a4a4a4;
}
#container_menu .menu-all-liens-enfant {
  margin-top: 3px;
  padding-left: 10px;
  white-space: nowrap;
  /* border-left: solid 1px #000000; */
  /* border-left: 1px dashed #A4A4A4; */
}
#container_menu .menu-all-liens-enfant a {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
/* DÉBUT Style Menu  */

.menu-button {
  position: block;
  margin-top: 10%;
  margin-left: 5%;
  cursor: pointer;
}

.arx-menu-content {
  min-height: 390px;
  min-width: 377px;
  width: auto;
  z-index: 100;
  background-color: #f7f2e7;
  position: fixed;
  padding: 50px;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.arx-menu-content.show {
  display: flex;
}

.arx-menu-close {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}
.arx-menu-content .container_logo img {
  width: 100px;
  height: 71px;
}

/* FIN Style Menu  */

/* DÉBUT Style Profil  */

.arx-profil {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1001;
  background-color: #ffffff;
}

.profil-content h2 {
  font-weight: 600;
}

.info-profil-user {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.info-profil-user-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-fit: cover;
}

.info-profil-user-content {
  margin-left: 30px;
}

.info-profil-user-content-name p {
  margin-bottom: 0.2em;
}

.info-profil-user-content-pays {
  display: flex;
  align-items: center;
}

.info-profil-user-content-pays p {
  height: min-content;
  margin-bottom: 0;
  margin-left: 15px;
}

.info-profil-user-content-pays img {
  max-width: 50px;
}

#close-profil {
  position: fixed;
  top: 84px;
  right: 60px;
}

#close-profil::before {
  background-image: url(../img/general/close.svg);
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-close {
  width: 35px;
}

.form_change_password label {
  margin-bottom: 12px;
  font-weight: 500;
}

.form_change_password input {
  width: 100%;
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #000000;
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px;
  color: #d9d9d9;
}

.form_change_password input[type="password"] {
  font-family: Verdana;
  letter-spacing: 0.125em;
}

.form_change_password input:focus-within {
  outline: none !important;
  color: #000000 !important;
}

.form_change_password button {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  float: right;
}

.error-message-password {
  color: red;
  font-weight: 600;
}

/* FIN Style Profil  */

/* DEBUT - DESIGN LIST CONCOURS */

.avertissement-synthese {
  display: none;
  margin-bottom: 20px;
}

.arx-content,
.arx-profil {
  padding: 10% 18.5% 0 18.5%;
}

.arx-concours-liste {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
}
.arx-concours-liste a {
  color: #000000;
  text-decoration: none;
}
.arx-concours-liste-item {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #000000;
}
.arx-concours-liste-item p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}

.epreuve-groupe-element a::after {
  display: block;
  content: "";
  background-image: url(../img/general/chevron-right-black.svg);
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
}
.epreuve-groupe-element a {
  display: flex;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
}
.epreuve-groupe-element {
  padding: 33.5px 10px;
  border-bottom: 1px solid #000000;
}
.epreuve-groupe-element.sous-epreuve {
  padding: 0px 10px 0 30px;
  background-color: #f7f7f7;
  border-bottom: 0px;
}
.epreuve-groupe-element.sous-epreuve a {
  padding: 5px 0;
  margin: 0px;
  font-size: 18px;
}
.epreuve-nom-groupe {
  border-bottom: 1px solid #000000;
  padding: 33.5px 10px;
  margin: 10px 0 0 0;
  font-size: 20px;
}

.arx-concours-liste-item .concours-liste-item-chevron {
  display: flex;
  width: 52px;
  height: 52px;
  background-color: #000000;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.arx-concours-liste-item-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.arx-concours-liste-item-container .concours-liste-item-link {
  flex: 1;
}
.arx-concours-liste-item-container .concours-liste-item-link.disabled {
  pointer-events: none;
  cursor: unset;
  opacity: 0.5;
}
.arx-concours-liste .concours-liste-item-actions img {
  height: 50px;
  width: 50px;
}
.concours-epreuves-content {
  display: none;
}
.concours-epreuves-content.active {
  display: block;
}
.concours-candidats-content {
  display: none;
}
.concours-candidats-content.active {
  display: flex;
}

.concours-candidats-content .single_candidat {
  display: table-row !important;
}

.concours-candidats-content .single_candidat_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  gap: 5px;
  top: auto;
  background-color: inherit;
}

.concours-candidats-content .single_candidat_info.is_verrouille::after {
  display: block;
  position: absolute;
  z-index: 2;
  right: -25px;
  content: "";
  background-image: url(../img/general/tick.svg);
  width: 20px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.concours-candidats-content tbody tr:first-child {
  height: 22px !important;
}
.container_table_right .simplebar-content > table {
  width: 100%;
}
.concours-candidats-content .container_table_right {
  overflow-x: visible;
  flex: 1 1 auto;
}
.concours-candidats-content .container_table_left {
  min-width: 210px;
}
.concours-candidats-content {
  overflow-x: hidden;
  padding: 0;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0;
}
.concours-candidats-content thead tr {
  height: 40px;
  margin-bottom: 24px;
}
.concours-candidats-content tbody tr {
  height: 55px;
}
.concours-candidats-content tbody tr {
  height: 55px;
}

.concours-candidats-content thead tr {
  border-bottom: 1px solid #f0f0f0;
}

.concours-candidats-content tbody td:first-child {
  /* z-index: 1;
  position: sticky;
  left: 0; */
}
.concours-candidats-content thead tr:first-child th {
  /* z-index: 2;
  position: sticky;
  top: 0; */
}
.concours-candidats-content thead tr:first-child th:first-child {
  /* z-index: 3;
  position: sticky;
  top: 0;
  left: 0;
  background-color: white; */
}

.concours-candidats-content table {
  margin-top: 30px;
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}

.concours-candidats-content table strong {
  font-weight: 700;
}

.concours-candidats-content thead {
  border-bottom: 1px solid #efefef;
}

.concours-candidats-content th:first-of-type {
  padding: 0 !important;
  margin: 0 !important;
}

.concours-candidats-content th,
.concours-candidats-content td {
  padding: 0px 10px;
  text-align: center;
  width: auto;
  font-weight: 500;
}
.concours-candidats-content .simplebar-track.simplebar-horizontal {
  top: 78px !important;
}

/*MODIF TOTO LISTING CANDIDATS NOTES COMMISSAIRE - FIN*/
/* DEBUT TOTO TABLE DETAIL CANDIDAT*/
.detail-epreuve-candidat-content {
  width: 100%;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row !important;
}

.detail-epreuve-candidat-content td,
.detail-epreuve-candidat-content th {
  min-width: 50px;
  text-align: center;
  padding: 10px 0;
}

.detail-epreuve-candidat-content td:first-of-type,
.detail-epreuve-candidat-content th:first-of-type {
  /* min-width: unset;
  text-align: unset;
  max-width: 320px; */
}

.detail-epreuve-candidat-content td.is_zero {
  background-color: #f5e2e2 !important;
  color: red;
}

.detail-epreuve-candidat-content a {
  color: initial;
  text-decoration: none;
}

.detail-epreuve-candidat-content .detail-link {
  text-decoration: underline;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row;
}
.detail-epreuve-candidat-content .single_candidat_nom {
  display: flex;
  align-items: center;
}
.detail-epreuve-candidat-content .single_candidat_nom img {
  margin: 0 10px 0 20px;
}
.detail-epreuve-candidat-content .single_candidat_nom p {
  text-decoration: underline;
}
.detail-epreuve-candidat-content p {
  margin-bottom: 0;
}
.detail-epreuve-candidat-content .is-positif {
  color: #00a04e;
}

.detail-epreuve-candidat-content .is-negatif {
  color: #d80027;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row !important;
}

.detail-epreuve-candidat-content tbody tr:first-child {
  height: 24px !important;
}
.detail-epreuve-candidat-content th:nth-child(1) {
  background-color: #ffffff;
}

.detail-epreuve-candidat-content table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}

.detail-epreuve-candidat-content table strong {
  font-weight: 700;
}

.detail-epreuve-candidat-content thead {
  border-bottom: 1px solid #efefef;
}
.detail-epreuve-candidat-content .mini_title_th {
  top: -2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  text-wrap-mode: nowrap;
}
.detail-epreuve-candidat-content .container_table_right th {
  font-weight: 700;
}
.detail-epreuve-candidat-content th {
  padding: 0 !important;
  margin: 0 !important;
}

.detail-epreuve-candidat-content th,
.detail-epreuve-candidat-content td {
  padding: 10px;
  text-align: center;
  width: auto;
  font-weight: 500;
}
.detail-epreuve-candidat-content td {
  padding: 0px 10px;
}

.detail-epreuve-candidat-content th.th-total,
.detail-epreuve-candidat-content td.td-total {
  padding: 10px 30px;
}
.detail-epreuve-candidat-content .bonus-malus-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.detail-epreuve-candidat-content .bonus-malus-button img,
.concours_final_ranking_commissaire .bonus-malus-button img {
  height: 28px;
}

.detail-epreuve-candidat-content th,
.detail-epreuve-candidat-content td {
  /* min-width: 150px; */
  /* max-width: 150px; */
  text-align: center;
}
.detail-epreuve-candidat-content .container_table_right thead tr:after {
  /* min-width: 150px; */
  /* position: absolute;
    display: flex;
    content: "Jury rating"; */
}

.detail-epreuve-candidat-content p {
  margin-bottom: 0px;
}
.detail-epreuve-candidat-content td.td-total {
  min-width: 120px;
}
.detail-epreuve-candidat-content {
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.detail-epreuve-candidat-content tr,
.detail-epreuve-candidat-content th {
  padding: 9px;
  height: 56px;
}

.detail-epreuve-candidat-content .container_table_right {
  overflow-x: visible;
  flex: 1 1 auto;
}

.detail-epreuve-candidat-content thead tr {
  height: 68px;
  margin-bottom: 24px;
}
.detail-epreuve-candidat-content tbody tr {
  height: 55px;
}
.detail-epreuve-candidat-content .simplebar-track.simplebar-horizontal {
  top: 75px !important;
}
.container_table_honneur {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  /* min-width: 10vw; */
}
.container_table_honneur .single_candidat:nth-child(odd) {
  background-color: #fefaf4 !important;
}
.container_table_honneur .single_candidat:nth-child(even) {
  background-color: #fdecd3 !important;
}
.conainter_btn_lock_concours {
  width: 50%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.conainter_btn_lock_concours .message_yousign_down {
  margin-top: 0;
  width: 85%;
  text-align: right;
  margin-top: 10px;
}
/* FIN TOTO TABLE DETAIL CANDIDAT*/
/* DEBUT TOTO TABLE FINAL RANKING*/
.final_ranking_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.export_image {
  margin-top: -25px;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  border-radius: 0 !important;
}

.concours_final_ranking_commissaire
  .container_classement_light
  tbody
  tr:first-child {
  height: 0px;
  border-bottom: 1px solid #000000;
}
.container_classement_light {
  width: 100%;
  position: relative;
  display: block;
}
.container_classement_light table {
  width: 100%;
  position: relative;
}
.concours_final_ranking_commissaire th,
.concours_final_ranking_commissaire td {
  /* min-width: 150px; */
  /* max-width: 150px; */
  text-align: center;
}
.concours_final_ranking_commissaire .container_table_right th {
  min-width: 150px;
  text-wrap: nowrap;
}
.concours_final_ranking_commissaire p {
  margin-bottom: 0px;
}
.concours_final_ranking_commissaire td.td-total {
  min-width: 120px;
}
.concours_final_ranking_commissaire td.td-total.is_total_equal {
  background-color: #b3000046;
}
.concours-candidats-content-commissaire td.td-total.is_total_equal {
  background-color: #b3000046;
}
.concours_final_ranking_commissaire {
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.concours_final_ranking_commissaire tr,
.concours_final_ranking_commissaire th {
  padding: 10px;
  height: 56px;
}

.concours_final_ranking_commissaire tbody tr:first-child {
  height: 13px;
  border-bottom: 1px solid #000000;
}

.concours_final_ranking_commissaire .container_table_right {
  overflow-x: visible;
  flex: 1 1 auto;
}

.concours_final_ranking_commissaire thead tr {
  height: 68px;
  margin-bottom: 24px;
}
.concours_final_ranking_commissaire tbody tr {
  height: 55px;
}
.concours_final_ranking_commissaire .simplebar-track.simplebar-horizontal {
  top: 70px !important;
}
.conainter_btn_lock_concours {
  margin-top: 0;
  display: flex;
  align-items: flex-end;
}
.concours_final_ranking_commissaire .single_candidat_nom {
  margin: 0 auto;
  /* width: 30%; */
}
.concours_final_ranking_commissaire .single_candidat_nom.is_complet {
  margin: 0 auto;
  width: 100% !important;
}
.concours_final_ranking_commissaire.is_complet .single_candidat_nom {
  margin: 0 auto;
  width: 100% !important;
}
.concours_final_ranking_commissaire .container_candidat_flag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.concours_final_ranking_commissaire .container_candidat_flag img {
  width: auto;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.concours_final_ranking_commissaire.is_complet .container_candidat_flag p {
  text-align: left;
}
.concours_final_ranking_commissaire .single_candidat_nom.is_complet p {
  text-align: left;
}

.concours_final_ranking_commissaire .td_place p {
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: auto;
}

.concours_final_ranking_commissaire
  .container_table_left
  .tr_single_candidat.first
  .td_place
  p {
  background-color: #e9bd72 !important;
  border-radius: 100px;
}

.concours_final_ranking_commissaire
  .container_table_left
  .tr_single_candidat.second
  .td_place
  p {
  background-color: #cbcbcb !important;
  border-radius: 100px;
}

.concours_final_ranking_commissaire
  .container_table_left
  .tr_single_candidat.third
  .td_place
  p {
  background-color: #d47f37 !important;
  border-radius: 100px;
}

th.final_country {
  text-align: left;
}

.concours_final_ranking_commissaire tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.special_price_column img {
  max-height: 33px;
}

.final_ranking_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.container_special_price_explain {
  display: flex;
  width: 50%;
}
.container_special_price_explain > div {
  display: flex;
  margin-right: 30px;
}
.container_special_price_explain img {
  max-height: 24px;
  margin-right: 10px;
}

@media only screen and (min-width: 1400px) {
  .concours_final_ranking_commissaire .final_place {
    min-width: 65px;
  }
  .concours_final_ranking_commissaire .final_country {
    min-width: 200px;
  }
  .concours_final_ranking_commissaire .final_total {
    min-width: 150px;
  }
}
/* FIN TOTO TABLE FINAL RANKING*/
/* DEBUT TOTO TABLE COMMISSAIRE*/
.concours-candidats-content-commissaire a {
  color: initial;
  text-decoration: none;
}

.concours-candidats-content-commissaire .detail-link {
  text-decoration: underline;
}

.concours-candidats-content-commissaire .single_candidat {
  display: table-row;
}
.concours-candidats-content-commissaire .single_candidat_nom {
  display: flex;
  align-items: center;
}
.concours-candidats-content-commissaire .single_candidat_nom img {
  margin: 0 10px 0 20px;
}
.concours-candidats-content-commissaire .single_candidat_nom p {
  text-decoration: underline;
}
.concours-candidats-content-commissaire p {
  margin-bottom: 0;
}
.concours-candidats-content-commissaire .is-positif {
  color: #00a04e;
}

.concours-candidats-content-commissaire .is-negatif {
  color: #d80027;
}

.concours-candidats-content-commissaire .single_candidat {
  display: table-row !important;
}

.concours-candidats-content-commissaire .single_candidat_info {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: inherit; */
  position: relative;
}

.concours-candidats-content-commissaire tbody tr:first-child {
  height: 24px !important;
}

.concours-candidats-content-commissaire th:nth-child(1),
.concours-candidats-content-commissaire th:nth-child(2) {
  background-color: #ffffff;
}

.concours-candidats-content-commissaire table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
}

.concours-candidats-content-commissaire table strong {
  font-weight: 700;
}

.concours-candidats-content-commissaire thead {
  border-bottom: 1px solid #efefef;
}

.concours-candidats-content-commissaire th,
.concours-candidats-content-commissaire td {
  padding: 9px;
  text-align: center;
  width: auto;
  font-weight: 500;
}
.concours-candidats-content-commissaire td {
  padding: 0px 15px;
}

.concours-candidats-content-commissaire th.th-total,
.concours-candidats-content-commissaire td.td-total {
  padding: 10px 30px;
}
.concours-candidats-content-commissaire .bonus-malus-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 6px;
}
.concours-candidats-content-commissaire .bonus-malus-button img {
  height: 28px;
}
.concours-candidats-content-commissaire {
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

/* Scroll horizontal spécifique pour la vue d'envoi de mails */
.concours-candidats-content-commissaire.for-mail-reset {
  overflow-x: auto;
}

.concours-candidats-content-commissaire .container_table_right {
  overflow-x: visible;
  flex: 1 1 auto;
}
.concours-candidats-content-commissaire thead tr {
  height: 68px;
  margin-bottom: 24px;
}
.concours-candidats-content-commissaire tbody tr {
  height: 55px;
}
.concours-candidats-content-commissaire tbody tr {
  height: 55px;
}
.concours-candidats-content-commissaire
  .single_candidat_info.is_verrouille::after {
  position: absolute;
  right: -25px;
  top: 0;
  height: 55px;
}

.concours-candidats-content-commissaire th:nth-child(1),
.concours-candidats-content-commissaire td:nth-child(1),
.concours-candidats-content-commissaire th:nth-child(2),
.concours-candidats-content-commissaire td:nth-child(2) {
  /* position: sticky; */
  /* left: 0; */
  /* z-index: 2; */
  background-color: inherit;
}

#simplebar .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
  top: 82px;
  background-color: #efefef;
  border-radius: 51px;
}

#simplebar .simplebar-scrollbar.simplebar-visible:before {
  background: #464655;
  opacity: 1;
}

.page-menu-concours {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.page-menu-concours-content {
  cursor: pointer;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-menu-concours-content.active {
  border-bottom: 1px solid #000000;
  font-weight: 700;
}

.single_candidat_flag {
  height: 1.7em;
  width: auto;
}

.container_candidat_flag.is_verrouille::after {
  display: block;
  content: "";
  background-image: url(../img/general/tick.svg);
  width: 20px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single_candidat_info.is_verrouille::after {
  display: block;
  content: "";
  background-image: url(../img/general/tick.svg);
  width: 20px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* FIN KEVIN - Style Liste des Epreuves& CANDIDATS*/

/* DEBUT Style Candidat By Epreuve*/
#container_menu_candidats {
  margin-top: 30px;
}

.single_candidat:nth-child(odd) {
  background-color: #f7f7f7; /* Couleur grise pour les éléments pairs */
}

.single_candidat:nth-child(even) {
  background-color: #ffffff; /* Couleur blanche pour les éléments impairs */
}
.single_candidat {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.single_candidat p {
  margin: 0;
}

/* DEBUT GESTION EXCLUSION CANDIDATS */

.user-exclude.single_candidat {
  filter: grayscale(1) !important;
}

.user-exclude.single_candidat p {
  color: #acacac !important;
}

.user-exclude.single_candidat button {
  background-color: #f7f7f7 !important;
  border-color: #acacac !important;
  color: #acacac !important;
}

.user-exclude.single_candidat a {
  pointer-events: none !important;
}

/* FIN GESTION EXCLUSION CANDIDATS */

/* DEBUT GESTION PAUSE CANDIDATS */

.candidat-pause.single_candidat {
  filter: grayscale(1) !important;
}

.candidat-pause.single_candidat p {
  color: #acacac !important;
}

.candidat-pause.single_candidat button {
  background-color: #f7f7f7 !important;
  border-color: #acacac !important;
  color: #acacac !important;
}

.candidat-pause.single_candidat a {
  pointer-events: none !important;
}

/* FIN GESTION PAUSE CANDIDATS */

/* DEBUT GESTION DISQUALIFICATION CANDIDATS */

.candidat-disqualification.single_candidat {
  filter: grayscale(1) !important;
}

.candidat-disqualification.single_candidat p {
  color: #acacac !important;
}

.candidat-disqualification.single_candidat button {
  background-color: #f7f7f7 !important;
  border-color: #acacac !important;
  color: #acacac !important;
}

.candidat-disqualification.single_candidat a {
  pointer-events: none !important;
}

/* FIN GESTION DISQUALIFICATION CANDIDATS */

/* DEBUT GESTION JOUR DE PASSAGE CANDIDATS */

.candidat-mauvais-jour.single_candidat {
  filter: grayscale(1) !important;
}

.candidat-mauvais-jour.single_candidat p {
  color: #acacac !important;
}

.candidat-mauvais-jour.single_candidat button {
  background-color: #f7f7f7 !important;
  border-color: #acacac !important;
  color: #acacac !important;
}

.candidat-mauvais-jour.single_candidat a {
  pointer-events: none !important;
}
/* AJOUT TOTO - BTN VIEW MAJ */
.candidat-mauvais-jour.single_candidat .container_candidat_btn_view a {
  pointer-events: all !important;
}
.candidat-mauvais-jour.single_candidat .candidat_btn_view {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background-color: #f7f7f7 !important;
  padding: 10.5px 30px !important;
}
/* AJOUT TOTO - BTN VIEW MAJ */
/* FIN GESTION JOUR DE PASSAGE CANDIDATS */

/* DEBUT GESTION ABANDON CANDIDATS */

.candidat-abandon.single_candidat {
  filter: grayscale(1) !important;
}

.candidat-abandon.single_candidat p {
  color: #acacac !important;
}

.candidat-abandon.single_candidat button {
  background-color: #f7f7f7 !important;
  border-color: #acacac !important;
  color: #acacac !important;
}

.candidat-abandon.single_candidat a {
  pointer-events: none !important;
}

/* FIN GESTION ABANDON CANDIDATS */

/** DEBUT single_candidat - Style FLAG CANDIDAT */
.single_candidat .container_candidat_flag {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}
.single_epreuve_current_candidat_infos .container_candidat_flag {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.single_candidat .container_candidat_btn_view {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.single_candidat .container_candidat_flag img {
  width: 53px;
  height: 35px;
}
button.candidat_btn_view {
  color: #000000;
  border: 1px solid #000000;
  background-color: #f7f7f7;
  padding: 10.5px 30px;
}
button.candidat_btn_rate {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
}

.single_epreuve_current_candidat_infos .container_candidat_flag img {
  width: 53px;
  height: 35px;
}

.container_liste_candidats_submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
/** FIN single_candidat - Style FLAG CANDIDAT*/
/** DEBUT FORM single_candidat - Style BTNS*/
.container_ajax_btns_epreuve {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
.container_ajax_btns_mentions_legales {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: flex-end;
}

button.btn_to_final_ranking {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  border-radius: 0 !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
button#lock_concours {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #000000;
  padding: 10.5px 30px;
  margin-right: 0px;
  position: relative;
}
button.save_bonus_malus_epreuve,
button.save_bonus_malus_global {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  margin-right: 0px;
}
button.save_epreuve {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  margin-right: 0px;
}
button.lock_epreuve.submit {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  margin-right: 0;
}

.container_ajax_btns_modal_epreuve .btn-secondary.close {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  margin-right: 25px;
}

.container_ajax_btns_modal_epreuve .btn-primary {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  margin-right: 0;
}
/** FIN FORM single_candidat - Style BTNS*/
/* FIN Style Candidat By Epreuve*/

/* DEBUT Style Liste des critères By Epreuve*/
.div-error-message {
  width: 100%;
}
.container_all_criteres,
.container_all_criteres_bonus,
.container_all_criteres_bonus_global {
  padding: 24px 0px;
  border-bottom: 1px solid #000000;
  gap: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.container_group_critere,
.container_single_critere,
.container_total_epreuve,
.container_single_critere_bonus,
.container_single_critere_bonus_global {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container_single_critere_bonus div {
  /* max-width: 70%; */
}
.container_single_critere .container_candidat_nom {
  flex: 1;
  margin-right: 80px;
}
.container_single_critere .container_candidat_nom p {
  margin-bottom: 0;
}
.container_group_critere {
  flex-direction: row;
}
.container_single_critere_child,
.container_single_critere_bonus_child,
.container_single_critere_bonus_global_child {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container_commentaire_critere_display {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 0px;
  font-size: 0.9em;
}

/* Style pour l'icône de commentaire */
.switch_commentaire_critere_icon {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

.switch_commentaire_critere_icon img {
  width: 30px;
  height: 30px;
}

.bareme {
  display: flex;
  align-items: center;
}
.container_single_critere_child.no_group p {
  font-weight: bold;
}

.container_liste_criteres {
  margin-top: 30px;
}

.container_liste_criteres .container_all_criteres:last-child {
  border-bottom: none !important;
}
.container_liste_criteres_bonus .container_all_criteres_bonus:last-child,
.container_liste_criteres_bonus_global
  .container_all_criteres_bonus_global:last-child {
  border-bottom: none !important;
}
.container_candidat_note_critere,
.container_candidat_note_critere_bonus,
.container_candidat_note_critere_bonus_global {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: flex-start;
  /* width: 90px; */
  align-items: center;
}

.container_commentaire_critere {
  width: 100%;
}
.conatainer_switch_commentaire_critere {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.switch_commentaire_critere_text {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  cursor: pointer;
}

.container_commentaire_critere textarea {
  display: none;
}

.container_commentaire_critere textarea {
  width: 100%;
  margin-top: 10px;
}

.titre_epreuve_penalite {
  margin: 0px;
  padding-bottom: 24px;
  padding-top: 24px;
  font-weight: 600;
}
.container_liste_criteres_bonus {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: 24px;
}
.container_liste_criteres_bonus_global {
  border-bottom: 1px solid #000000;
  margin-bottom: 24px;
}
.container_candidat_note_critere_view,
.container_candidat_note_critere_lock {
  justify-content: end;
}

.container_candidat_note_critere p {
  margin-bottom: 0px;
}
.container_liste_criteres input,
.container_liste_criteres_bonus input,
.container_liste_criteres_bonus_global input {
  width: 50px;
  height: 35px;
  text-align: center;
  border: none;
  background-color: #f7f7f7;
  border-bottom: 1px solid #000000;
}
textarea {
  min-height: 105px;
  border: none;
  border-bottom: 1px solid #000000;
  max-height: 105px;
  background-color: #f7f7f7;
  min-width: 100%;
}
.container_liste_criteres .bareme {
  display: flex;
  text-wrap-mode: nowrap;
}

.container_total_epreuve {
  padding: 10px;
  background-color: #f7f7f7;
  flex-direction: row;
}
.container_total_epreuve p {
  font-weight: bold;
  margin-bottom: 0;
}
.container_feedback_epreuve {
  margin-top: 24px;
}
.container_feedback_epreuve p {
  margin-bottom: 16px;
}

/* DÉBUT - DÉPARTAGE CANDIDAT*/
.container_candidat_departage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border: 1px solid #000000;
  background-color: #f7f7f7;
  padding: 6px 15px;
}
.candidat_departage_text {
  font-size: 16px;
  font-weight: 700;
}
.candidat_departage_number_container {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

#candidat_departage_number_input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
}

.candidat_departage_number_container button {
  background-color: #f9f9f9;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  outline: none;
  border: 1px solid #000000;
  border-radius: 50px;
}

.candidat_departage_number_container button:active {
  background-color: #ddd;
}

.candidat_departage_number_decrement {
  border-right: 1px solid #ccc;
}

.candidat_departage_number_increment {
  border-left: 1px solid #ccc;
}

/* FIN - DÉPARTAGE CANDIDAT*/

/* FIN Style Liste des critères By Epreuve*/

/* DÉBUT Style Formulaire modification Zéros Organisateur */
.organisateur_form_zero_edit .container_candidat_note_critere,
.organisateur_form_zero_edit .container_candidat_note_critere_bonus,
.organisateur_form_zero_edit .container_candidat_note_critere_bonus_global {
  justify-content: flex-end;
}

.organisateur_form_zero_edit .candidat-epreuve-bonus-malus {
  margin-bottom: 30px;
}

.organisateur_form_zero_edit .candidat-epreuve-bonus-malus-text {
  width: 100%;
  justify-content: space-between !important;
}

.organisateur_form_zero_edit .container_total_epreuve {
  margin-bottom: 15px;
}

.organisateur_form_zero_edit .container_ajax_btns_epreuve {
  align-items: unset;
  justify-content: center;
}

.organisateur_form_zero_edit .container_ajax_btns_epreuve a {
  text-decoration: none;
}

.organisateur_form_zero_edit .cancel_epreuve {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  margin-right: 25px;
}

.organisateur_form_zero_edit .save_epreuve_organisateur {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  margin-right: 0;
}

#SaveSurchageZerosOrganisateur .modal-dialog-centered {
  justify-content: center !important;
}

#SaveSurchageZerosOrganisateur .modal-content {
  width: 50% !important;
}

#SaveSurchageZerosOrganisateur .modal-title {
  text-align: center;
  margin-bottom: 25px;
}

#SaveSurchageZerosOrganisateur .modal-body {
  margin: 55px 77px 77px 77px;
}

#SaveSurchageZerosOrganisateur .modal-footer {
  justify-content: center;
}

#SaveSurchageZerosOrganisateur .container_ajax_btns_modal_epreuve {
  text-align: center;
}

#SaveSurchageZerosOrganisateur .btn-secondary.cancel_organisateur {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10.5px 30px;
  margin-right: 25px;
}

#SaveSurchageZerosOrganisateur button {
  border-radius: 0;
}
/* FIN Style Formulaire modification Zéros Organisateur */

/* DEBUT Style DIV REQUETE AJAX REPONSES TO USER*/
.container_message_to_user_from_ajax {
  display: none;
}
.container_message_to_user_from_ajax.success {
  display: block !important;
  background-color: #11865d1a;
  border: 1px solid #11865d;
  padding: 10px 15px;
  margin-bottom: 24px;
}
.container_message_to_user_from_ajax.success p {
  color: #11865d;
  margin-bottom: 0px;
}
.container_message_to_user_from_ajax.partial_success {
  display: block !important;
  background-color: #fdaa3d11;
  border: 1px solid #fdab3d;
  padding: 10px 15px;
  margin-bottom: 24px;
}
.container_message_to_user_from_ajax.partial_success p {
  color: #fdab3d;
  margin-bottom: 0px;
}
/* FIN Style DIV REQUETE AJAX REPONSES TO USER*/
/* DEBUT - MODAL DESIGN SURCHARGE */
.modal-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-body {
  border: none;
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.modal-footer {
  border: none;
}

.epreuve-description .modal-header {
  margin-top: 130px;
}
.epreuve-description .modal-body {
  margin-top: 30px;
}
.epreuve-description .modal-footer {
  height: 120px;
}

.description-candidat .modal-body {
  margin-top: 30px;
}
/* FIN - MODAL DESIGN SURCHARGE */

/* DEBUT - LOADER DESIGN AJAX */
.lds-spinner.show {
  display: inline-block !important;
}
.lds-spinner {
  color: official;
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-spinner div {
  transform-origin: 20px 20px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 16.5px;
  width: 3px;
  height: 9px;
  border-radius: 20%;
  background: #000000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* FIN - LOADER DESIGN AJAX */

.error-message {
  display: flex;
  justify-content: flex-end;
  color: red;
}
.error-message p {
  margin-bottom: 0;
}

.error-input {
  background-color: #fcf7f7 !important;
  border-bottom: 1px solid #e32737 !important;
}

/* DÉBUT - Gestion photos epreuves */

.mfp-wrap {
  z-index: 1100 !important;
}

.hide-modal-gallery {
  display: none !important;
}

.mfp-arrow::before {
  content: none !important;
}

.mfp-arrow:after {
  top: 0 !important;
  border: 0 !important;
}

.mfp-arrow-right:after {
  content: "" !important;
  background-image: url("/img/general/chevron-right-white.svg") !important;
  height: 55px !important;
  width: 55px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px !important;
}

.mfp-arrow-left:after {
  content: "";
  background-image: url("/img/general/chevron-left-white.svg") !important;
  height: 55px !important;
  width: 55px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 40px !important;
}

/* FIN - Gestion photos epreuves */

/* DÉBUT - Détail candidat commissaire */
.detail_candidat_commissaire {
  padding-top: 50px;
  display: flex;
}
.detail_candidat_commissaire {
  overflow-x: auto;
}
.content_detail_candidat_commissaire .container_img_candidat {
  width: 96px;
  height: 96px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  border-radius: 100px;
}
.content_detail_candidat_commissaire .container_candidat_flag {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.content_detail_candidat_commissaire .container_candidat_flag img {
  width: 53px;
  height: 35px;
}
.content_detail_candidat_commissaire .container_infos .nom {
  font-size: 20px;
  font-weight: 500;
}
.content_detail_candidat_commissaire .container_infos {
  display: flex;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.content_detail_candidat_commissaire .container_description_candidat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}

.content_detail_candidat_commissaire .menu_liste_epreuve_candidat {
  display: flex;
  margin-top: 20px;
  overflow-x: auto;
  margin-bottom: 10px;
}

.content_detail_candidat_commissaire .menu_liste_epreuve_candidat_item {
  padding: 10px 10px 0 10px;
  white-space: nowrap;
}

.content_detail_candidat_commissaire .menu_liste_epreuve_candidat_item p {
  margin-bottom: 5px;
}

.content_detail_candidat_commissaire .menu_liste_epreuve_candidat_item.active {
  border-bottom: 1px solid black;
}

.content_detail_candidat_commissaire .table_detail_candidat_commissaire {
  display: none;
}

.content_detail_candidat_commissaire .table_detail_candidat_commissaire.active {
  display: block;
}

.table_detail_candidat_commissaire {
  width: 100%;
}

.table_detail_candidat_commissaire .critere-main {
  border-bottom: 1px solid black;
}
.table_detail_candidat_commissaire .critere-main td:first-of-type {
  font-weight: 800;
}

.table_detail_candidat_commissaire .table-bonus-malus {
  border-bottom: 1px solid black;
}

.table_detail_candidat_commissaire td,
.table_detail_candidat_commissaire th {
  min-width: 50px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.table_detail_candidat_commissaire td:first-of-type,
.table_detail_candidat_commissaire th:first-of-type {
  min-width: unset;
  text-align: unset;
  padding: 10px;
  max-width: 320px;
}

.table_detail_candidat_commissaire td:nth-child(even) {
  background-color: #f7f7f7;
}

.table_detail_candidat_commissaire td:nth-child(odd) {
  background-color: #ffffff;
}

.table_detail_candidat_commissaire td.is_zero {
  background-color: #f5e2e2 !important;
  color: red;
}
.table_detail_candidat_commissaire thead {
  margin-bottom: 18px;
  display: inline-table;
}
.table_detail_candidat_commissaire thead tr {
  border-bottom: 1px solid #e4e4e4;
}
.table_detail_candidat_commissaire tr {
  position: relative;
}
.table_detail_candidat_commissaire th.is_th_verrouille::before {
  content: "";
  background-image: url("/img/general/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
}
.table_detail_candidat_commissaire.jury_honneur {
  width: auto;
  margin-left: 40px;
}
.table_detail_candidat_commissaire.jury_honneur td:first-of-type,
.table_detail_candidat_commissaire.jury_honneur th:first-of-type {
  max-width: unset;
  padding: 10px 0;
  text-align: center;
}
.table_detail_candidat_commissaire.jury_honneur td,
.table_detail_candidat_commissaire.jury_honneur th {
  min-width: 48px;
}
.table_detail_candidat_commissaire.jury_honneur td {
  text-align: center;
}
.table_detail_candidat_commissaire.jury_honneur td:nth-child(odd) {
  background-color: #fdecd3;
  font-weight: initial;
}
.table_detail_candidat_commissaire.jury_honneur td:nth-child(even) {
  background-color: #fefaf4;
  font-weight: initial;
}
.table_detail_candidat_commissaire.only_jury_honneur {
  width: unset;
}
.table_detail_candidat_commissaire.only_jury_honneur td:first-of-type,
.table_detail_candidat_commissaire.only_jury_honneur th:first-of-type {
  max-width: unset;
}
.table_detail_candidat_commissaire.only_jury_honneur
  tfoot
  .total-eoreuve-candidat-td {
  display: none;
}
.concours-candidats-content table th.is_th_verrouille::before {
  content: "";
  background-image: url("/img/general/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
}
.concours-candidats-content table th.is_th_verrouille p {
  margin-bottom: 0px;
}
.concours-candidats-content table th {
}

.candidat-epreuve-bonus-malus {
  display: flex;
  justify-content: space-between;
  margin: 5px 10px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}
.candidat-epreuve-bonus-malus a {
  text-decoration: none;
  color: initial;
}
.candidat-epreuve-bonus-malus p {
  margin-bottom: 0;
}
.candidat-epreuve-bonus-malus .button-add-bonus-malus {
  width: 24px;
  height: 24px;
  background-image: url("/img/general/add.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
.candidat-epreuve-bonus-malus.div-is-positif {
  background-color: #e2f5e2;
}
.candidat-epreuve-bonus-malus.div-is-negatif {
  background-color: #f5e2e2;
}
.candidat-epreuve-bonus-malus-text {
  display: flex;
}
.candidat-epreuve-bonus-malus-text p {
  margin-left: 0.7em;
}
.candidat-epreuve-bonus-malus-text .is-positif {
  color: #00a04e;
}
.candidat-epreuve-bonus-malus-text .is-negatif {
  color: #d80027;
}
/* FIN - Détail candidat commissaire */

/* DÉBUT - Détail candidat organisateur */
.table_detail_candidat_commissaire .icon_non_valide {
  content: "";
  background-image: url("/img/general/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.table_detail_candidat_commissaire .icon_change_zero {
  content: "";
  background-image: url("/img/general/edit-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
/* FIN - Détail candidat organisateur */

/* DEBUT - Style table detail erpeuve commissaire */

/* .detail-epreuve-candidat-content {
  width: 100%;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row !important;
}

.detail-epreuve-candidat-content td, .detail-epreuve-candidat-content th {
  min-width: 50px;
  text-align: center;
  padding: 10px 0;
}

.detail-epreuve-candidat-content td:first-of-type, .detail-epreuve-candidat-content th:first-of-type {
  min-width: unset;
  text-align: unset;
  padding: 10px;
  max-width: 320px;
}

.detail-epreuve-candidat-content td.is_zero {
  background-color: #f5e2e2 !important;
  color: red;
}

.detail-epreuve-candidat-content a {
  color: initial;
  text-decoration: none;
}

.detail-epreuve-candidat-content .detail-link {
  text-decoration: underline;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row;
}
.detail-epreuve-candidat-content .single_candidat_nom {
  display: flex;
  align-items: center;
}
.detail-epreuve-candidat-content .single_candidat_nom img {
  margin: 0 10px 0 20px;
}
.detail-epreuve-candidat-content .single_candidat_nom p {
  text-decoration: underline;
}
.detail-epreuve-candidat-content p {
  margin-bottom: 0
}
.detail-epreuve-candidat-content .is-positif {
  color: #00a04e;
}

.detail-epreuve-candidat-content .is-negatif {
  color: #d80027;
}

.detail-epreuve-candidat-content .single_candidat {
  display: table-row !important;
}

.detail-epreuve-candidat-content .single_candidat_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 14vw;
  left: 0;
  top: auto;
  background-color: inherit;
}

@media only screen and (max-width: 1000px) {
  .detail-epreuve-candidat-content .single_candidat_info {
    width: 20vw;
  }
}

.detail-epreuve-candidat-content .single_candidat_info:first-of-type {
  border-top: 1px solid #efefef;
    margin-top: -1px;
}

.detail-epreuve-candidat-content {
  overflow-x: scroll;
  overflow-y: visible;
  padding: 0;
}
.detail-epreuve-candidat-content th:nth-child(1),
.detail-epreuve-candidat-content td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: inherit;
}

.detail-epreuve-candidat-content th:nth-child(1) {
  background-color: #ffffff;
}

.detail-epreuve-candidat-content table {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse; 
}

.detail-epreuve-candidat-content table strong {
  font-weight: 700;
}

.detail-epreuve-candidat-content thead {
  border-bottom: 1px solid #efefef;
}

.detail-epreuve-candidat-content th:first-of-type {
  padding: 0 !important;
  margin: 0 !important;
}

.detail-epreuve-candidat-content th, .detail-epreuve-candidat-content td {
  padding: 10px;
  text-align: center;
  width: auto;
  font-weight: 500;
}
.detail-epreuve-candidat-content td {
  padding: 16px 10px;
}

.detail-epreuve-candidat-content th.th-total, .detail-epreuve-candidat-content td.td-total {
  padding: 10px 30px;
}
.detail-epreuve-candidat-content .bonus-malus-button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.detail-epreuve-candidat-content .bonus-malus-button img, .concours_final_ranking_commissaire .bonus-malus-button img {
  height: 28px;
} */

/* FIN - Style table detail erpeuve commissaire */

/* DÉBUT - Zoom photo */
.image-epreuve-candidat-wrapper {
  width: 100%;
  max-width: 500px; /* Default max-width to show first image + peek */
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}

.image-epreuve-candidat.image-epreuve-candidat-scroll {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 10px;
  padding-right: 20px;
  /* Completely hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.image-epreuve-candidat.image-epreuve-candidat-scroll::-webkit-scrollbar {
  display: none;
}

.image-epreuve-candidat.image-epreuve-candidat-scroll a {
  display: block !important;
  flex-shrink: 0;
  width: fit-content;
  height: 170px;
  line-height: 0;
  visibility: visible !important;
  opacity: 1 !important;
}

.image-epreuve-candidat.image-epreuve-candidat-scroll a:first-of-type {
  margin-left: 5px;
  margin-right: 50px;
}

.image-epreuve-candidat.image-epreuve-candidat-scroll img {
  height: 170px;
  width: auto;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* FIN - Zoom photo */

/* DÉBUT - STYLE PAGE BONUS/MALUS */

.content_bonus_malus_commissaire .container_description_candidat {
  display: flex;
  align-items: center;
}
.content_bonus_malus_commissaire
  .container_description_candidat
  .container_flag_candidat {
  height: 38px;
}
.content_bonus_malus_commissaire
  .container_description_candidat
  .container_flag_candidat
  img {
  height: 100%;
  width: auto;
}
.content_bonus_malus_commissaire
  .container_description_candidat
  .container_nom_candidat {
  margin-left: 10px;
}
.content_bonus_malus_commissaire
  .container_description_candidat
  .container_nom_candidat
  p {
  margin-bottom: 0 !important;
}
.liste_bonus_malus_commissaire a {
  color: initial;
  text-decoration: none;
}
.liste_bonus_malus_commissaire p {
  margin-bottom: 0 !important;
}
.liste_bonus_malus_commissaire .single-epreuve,
.liste_bonus_malus_commissaire .single-global {
  width: 100%;
  padding: 35px 10px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
}
.liste_bonus_malus_commissaire .single-epreuve::after,
.liste_bonus_malus_commissaire .single-global::after {
  content: "";
  background-image: url("/img/general/chevron-right-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
}
.liste_bonus_malus_commissaire .single-global p {
  font-weight: 700;
}
.liste_bonus_malus_commissaire .is-positif {
  color: #00a04e;
}

.liste_bonus_malus_commissaire .is-negatif {
  color: #d80027;
}

.concours_final_ranking_commissaire .is-positif {
  color: #00a04e;
}
.concours_final_ranking_commissaire .is-negatif {
  color: #d80027;
}

/* FIN - STYLE PAGE BONUS/MALUS */

a.download_signed_document {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #000000;
  padding: 12.5px 30px;
  margin-right: 0px;
  display: block;
  width: fit-content;
  text-decoration: none;
}

a.download_signed_document div {
  width: fit-content;
}

#yousign-iframe {
  width: 50%;
}

.total_epreuve_candidat_div {
  width: fit-content;
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  padding: 15px;
}
.total_epreuve_candidat_div p {
  margin-bottom: 0px !important;
}
.total-eoreuve-candidat-td {
  direction: rtl;
}
.generating_pdf_lock_message {
  display: none;
}
.generating_pdf_lock_message.show {
  display: inline-block !important;
}
.generating_pdf_lock_message p {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-left: 5px;
}
.final_ranking_jpg_title {
  font-size: 38px;
  margin-bottom: 50px;
  text-align: center;
}
.image_concours_lock {
  text-align: center;
  padding: 30px;
}
.is_abandon {
  filter: grayscale(1);
}

.concours_name_title {
  max-width: 80% !important;
}

.is_best {
  background-color: #beae51;
}

.epreuve-status {
  position: absolute;
  font-size: 16px;
  padding: 10px 35px 10px 50px;
  right: 72px;
  border-radius: 30px;
}

.epreuve-status.complete {
  background-color: #1a990f;
  color: #ffffff;
}
.epreuve-status.in-progress {
  background-color: #ffcf97;
  color: #774700;
}
.epreuve-status.incomplete {
  background-color: #efefef;
  color: #000000;
}

.epreuve-status.complete::before {
  content: "";
  background-image: url("/img/general/complete_status.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.epreuve-status.in-progress::before {
  content: "";
  background-image: url("/img/general/inprogress_status.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.epreuve-status.incomplete::before {
  content: "";
  background-image: url("/img/general/incomplete_status.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* DÉBUT - STYLE GESTION JURYS */
.jury-type-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.jury-type-badge.jury-normal {
  background-color: #e3f2fd;
  color: #1976d2;
  border: 1px solid #bbdefb;
}

.jury-type-badge.jury-honneur {
  background-color: #fff3e0;
  color: #f57c00;
  border: 1px solid #ffcc02;
}

.jury-type-badge.commissaire {
  background-color: #f3e5f5;
  color: #7b1fa2;
  border: 1px solid #ce93d8;
}

.email-link {
  color: #000000;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.no-email {
  color: #999;
  font-style: italic;
}

.reset-date.active {
  color: #28a745;
  font-weight: 500;
}

.reset-date.expired {
  color: #999;
}

.expired-text {
  font-style: italic;
  font-size: 11px;
}

.no-reset {
  color: #999;
  font-style: italic;
}

.reset-btn:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.no-jurys {
  text-align: center;
  padding: 40px;
  color: #666;
}

.no-jurys p {
  margin: 0;
  font-size: 16px;
}

.base_btn.reset-btn {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10.5px 30px;
  border-radius: 0 !important;
}
/* FIN - STYLE GESTION JURYS */

/* DÉBUT - DEBUG */
.pretty {
  display: none;
}
/* FIN - DEBUG */

/* DÉBUT - STYLES ÉPREUVES INACTIVES */
.epreuve-groupe-element.inactive {
  opacity: 0.5;
  background-color: #f5f5f5;
}

.epreuve-groupe-element.inactive a {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.epreuve-groupe-element.inactive .epreuve-status {
  opacity: 0.6;
}
/* FIN - STYLES ÉPREUVES INACTIVES */

/* DÉBUT - STYLES ACCORDÉON COMMENTAIRES PAR CRITÈRE */
.feedback-container {
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  background-color: rgba(0, 0, 0, 0.01) !important;
  border-radius: 0px;
  font-size: 0.9em;
}

.feedback-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.feedback-main {
  flex: 1;
}

.feedback-main p {
  margin: 0;
  line-height: 1.4;
}

.feedback-accordion {
  margin-left: 20px;
}

.feedback-accordion .btn {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

.feedback-accordion .btn:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.feedback-accordion .btn i {
  margin-right: 5px;
  transition: transform 0.2s ease;
}

.critere-comments {
  margin-left: 10px;
  padding: 15px;
  margin-top: 5px;
}

.critere-comments > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.critere-comments > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.critere-comments strong {
  color: #000000;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.critere-comments p {
  margin: 0;
  color: #000000;
  line-height: 1.5;
}

/* Animation pour l'ouverture/fermeture */
.critere-comments {
  transition: all 0.3s ease;
  overflow: hidden;
}

.feedback-accordion-button {
  border: 0;
  background-color: transparent;
  color: #000000;
}

.feedback-accordion-button i {
  line-height: 1;
  font-size: 35px;
}
/* FIN - STYLES ACCORDÉON COMMENTAIRES PAR CRITÈRE */

.container_feedback_epreuve.is_jury {
  display: none !important;
}

.container_ajax_btns_epreuve {
  margin-top: 16px;
}

/* User Profile Widget */
.user-profile-widget {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  transition: all 0.3s ease;
}

.user-profile-widget img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.user-profile-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.user-profile-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.user-profile-country {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
}

.user-profile-country img {
  width: 16px;
  height: 12px;
  border: none;
  border-radius: 2px;
}

.critere-main ul {
  margin-bottom: 0 !important;
}

.container_team_details_btn .btn-team-details {
  color: #000000;
  border: 1px solid #000000;
  background-color: #f7f7f7;
  padding: 10.5px 30px;
  border-radius: 0 !important;
  text-decoration: none !important;
}

.team-details-modal .container_img_candidat_large {
  margin-bottom: 30px;
  text-align: center;
}

.team-details-modal .container_img_candidat_large img {
  max-height: 45vh;
}

.team-details-modal .container_infos {
  flex-direction: row !important;
  align-items: center !important;
  margin: 0 !important;
}

.team-details-modal {
  justify-content: center !important;
}

.team-details-modal .modal-content {
  width: auto;
}

.team-details-modal .modal-header {
  margin: 30px 77px 0px 77px !important;
}