@charset "UTF-8";
nav {
  min-height: 50px;
  overflow: hidden;
  background-color: #082434;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  font-size: small;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  z-index: 1;
  border-bottom: 1px solid #CBD2E0;
}
nav .topnav-right {
  margin-right: 2em;
}
nav .navbar_last_link {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
nav button {
  color: #CBD2E0;
  border: 1px solid #CBD2E0;
  border-radius: 0.5em;
  padding: 1em;
}
nav button:hover {
  color: white;
  border: 1px solid white;
}
nav .navbar_logo {
  margin-right: auto;
}
nav .navbar_logo .navbar_img {
  width: 20em;
  box-shadow: none;
  margin-left: 2em;
}
nav .navbar_link_sidebar {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 2em !important;
  padding-left: 0 !important;
}
nav .navbar_link_sidebar i {
  font-size: x-large;
}
nav .navbar_link {
  cursor: pointer;
  color: #CBD2E0;
  padding: 1em;
  margin: 0 40px;
  text-decoration: none;
}
nav .navbar_link i {
  margin-right: 0.5em;
}
nav .navbar_link i.right {
  margin-right: 0 !important;
  margin-left: 0.5em;
}
nav .navbar_link:hover {
  color: white;
}
nav .navbar_link_basic {
  padding: 0;
}
nav .active_navbar_link {
  color: white;
  margin-top: 1em !important;
  padding: 0;
  padding-bottom: 1em !important;
  border-bottom: 1px solid white;
}
nav span {
  box-shadow: none;
  color: #fbfafa;
}

.navbar_logo {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.responsive_navbar_icon {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.toggleDarkmode {
  margin: 0 !important;
  border: 1px solid #CBD2E0;
  border-radius: 0.5em;
  padding: 1em;
}
.toggleDarkmode:hover {
  color: white;
  border: 1px solid white;
}
.toggleDarkmode i {
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
  width: 13px;
  height: 13px;
}

.backdrop {
  position: fixed;
  background-size: cover;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background-color: rgba(58, 72, 102, 0.2);
  z-index: 11;
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-color: #fbfafa;
  overflow-x: hidden;
  border-right: 0px solid #CBD2E0;
  transition: 0.3s;
}
.sidenav .sidenav-all-links {
  margin: 1em;
  font-size: 0.875rem;
}
.sidenav .sidenav-all-links i {
  color: #8ab9d4;
  margin-right: 0.5em;
  width: 14px;
}
.sidenav .sidenav-all-links span {
  color: #9097a2;
}
.sidenav.sidenav-mobile {
  width: 100%;
}

.sidenav-separator {
  border-top: 1px solid #dce1eb;
  margin: 1em -8px 1em;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.menu_1 {
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fill-available;
  padding: 0.5em;
  color: #082434;
  border-radius: 0.35em;
  display: block;
}
.menu_1:hover {
  color: #0f4360;
  background-color: #f0ecec;
}
.menu_1.folder::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: small;
  color: #8ab9d4;
  margin-right: 0.5em;
  width: 14px;
  display: inline-block;
}
.menu_1.folder.folder-open::before {
  content: "\f078";
  width: 14px;
}
.menu_1.sub_menu_1 {
  margin-left: 1.5em;
}

.menu_wrapper {
  display: flex;
  flex-direction: column;
}

.menu_2 {
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fill-available;
  padding: 0.35em;
  color: #082434;
  border-radius: 0.5em;
  margin-left: 3em;
  display: block;
}
.menu_2:hover {
  color: #0f4360;
  background-color: #f0ecec;
}

.sidenav .sidenav-title {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  backdrop-filter: blur(0.5em);
  padding: 1em;
  border-bottom: 1px solid #dce1eb;
}
.sidenav .sidenav-title span {
  color: #082434;
  font-size: x-large;
  font-weight: 800;
}
.sidenav .sidenav-title .sidenav-closebtn {
  color: #082434;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  transition: 0.3s;
}
.sidenav .sidenav-title .sidenav-closebtn:hover {
  color: #0f4360;
  background-color: #f0ecec;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

pre {
  overflow: auto;
  background: #fbfafa;
  border: 1px solid #dce1eb;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: pre;
  border-radius: 5px;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -ms-pre-wrap;
  font-family: "Source Code Pro", monospace;
}

.btn-start-server {
  border-radius: 5px;
  background-color: #73c686;
  padding: 0.5em;
  color: white;
  margin-top: 0.5em;
}
.btn-start-server:hover {
  background-color: #97d5a5;
}

.btn-stop-server {
  border-radius: 5px;
  background-color: #dc3545;
  color: white;
  padding: 0.5em;
  margin-top: 0.5em;
  display: none;
}
.btn-stop-server:hover {
  background-color: #e4606d;
}

.server-status-red {
  color: #dc3545;
}
.server-status-red a {
  color: #dc3545 !important;
}

.server-status-green {
  color: #73c686;
}
.server-status-green a {
  color: #73c686 !important;
}

footer {
  font-family: "Inter", sans-serif !important;
  font-size: small;
  background-color: #082434;
  color: #CBD2E0;
  width: 100%;
  bottom: auto;
  margin-top: auto;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  display: flex;
  justify-content: flex-end;
}
footer .footer-right {
  text-align: right;
  margin-right: 2em;
}
footer .footer-right a {
  font-family: "Source Code Pro", monospace;
  color: #CBD2E0;
}
footer .footer-right a:hover {
  color: white;
}

.wrapper-login-page {
  margin-left: 240px;
  margin-right: 240px;
}

.wrapper-form {
  display: flex;
  flex-direction: column;
}
.wrapper-form .form-div div {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

label {
  color: #717D96;
}

input {
  border-radius: 0.5em;
  padding: 1em;
  border: 1px solid #082434;
}
input:focus {
  border-color: #0f4360;
}

select {
  border-radius: 0.5em;
  padding: 1em;
  border: 1px solid #082434;
  cursor: pointer;
}
select:focus {
  border-color: #0f4360;
}

body.darkmode {
  color: #cbdae6;
  background-color: #0a0e12;
  background-image: linear-gradient(to left, rgba(2, 2, 2, 0.8549019608), #0a0e12), url("/img/grid.svg");
}

.button_full.darkmode {
  color: #010307;
  background-color: #cbdae6;
}
.button_full.darkmode:hover {
  background-color: #edf3f7;
}

.button_outline.darkmode {
  color: #cbdae6;
  border-color: #cbdae6;
  background-color: transparent;
}
.button_outline.darkmode:hover {
  background-color: black;
  color: #edf3f7;
  border-color: #edf3f7;
}

.button_group.darkmode button {
  border: 1px solid #cbdae6;
}
.button_group.darkmode button:first-child {
  border: 1px solid #cbdae6;
}
.button_group.darkmode button:last-child {
  border: 1px solid #cbdae6;
}

.site-page-content .site-page-dark-section.darkmode {
  color: #cbdae6;
  background-color: #010307;
}
.site-page-content a.darkmode {
  color: #cbdae6;
}
.site-page-content a.darkmode:hover {
  color: #8ab9d4;
}

.ctf-chall-main-container.darkmode {
  background-color: #101111;
}

.ctf-chall-top.darkmode {
  border-bottom: 2px solid #cbdae6;
  background-color: #1f2122;
}
.ctf-chall-top.darkmode .ctf-chall-top-titre.darkmode {
  color: #cbdae6;
}
.ctf-chall-top.darkmode .ctf-chall-top-point.darkmode {
  color: #cbdae6;
}
.ctf-chall-top.darkmode i.darkmode {
  color: #060b0f;
  background-color: #cbdae6;
}

.ctf-chall-input-flag.darkmode {
  color: #cbdae6;
  background-color: #101111;
  border: 0px;
  border-bottom: 1px solid #cbdae6;
}

.chall-hr.darkmode {
  border-color: #1a1e24;
}

.alert.alert-info.darkmode {
  background-color: #093753;
  border-color: #8ab9d4;
}
.alert.alert-info.darkmode .alert-i {
  color: #8ab9d4;
}
.alert.alert-warning.darkmode {
  background-color: #66121a;
  border-color: #dc3545;
}
.alert.alert-warning.darkmode .alert-i {
  color: #dc3545;
}
.alert.alert-success.darkmode {
  background-color: #3d9651;
  border-color: #73c686;
}
.alert.alert-success.darkmode .alert-i {
  color: #73c686;
}

.ctf-chall-header .chall-info.darkmode {
  color: #9097a2;
}

.breadcrumb.darkmode {
  color: #717D96;
}

.badge-challenges {
  color: #9097a2;
}

.ctf-chall-desc p a.darkmode {
  color: #010307;
}
.ctf-chall-desc p a.darkmode:hover {
  color: #717D96;
}

th.darkmode {
  background-color: #010307;
  color: #cbdae6;
}

.table-header-fixed {
  background: white;
}

.ctf-control-qcm {
  accent-color: white;
}

textarea.darkmode {
  background-color: #0a0e12;
  border: 1px solid #717D96;
  color: #cbdae6;
}
textarea.darkmode:focus {
  border-color: #acb3c1;
}

.xlsx-file-label.darkmode {
  color: #cbdae6;
  background-color: transparent;
  border-color: #cbdae6;
}
.xlsx-file-label.darkmode:hover {
  color: #edf3f7;
  background-color: black;
  border-color: #edf3f7;
}

/* Mobile */
@media screen and (max-width: 576px) {
  /* Styles pour les smartphones */
  .navbar_link {
    display: none;
  }
  .navbar_link.navbar_link_responsive {
    display: inline-block;
  }
}
/* Tablettes en mode portrait */
@media screen and (min-width: 577px) and (max-width: 899px) {
  /* Styles pour les tablettes en mode portrait */
  .navbar_link {
    display: none;
  }
}
/* Tablettes en mode paysage et ordinateurs portables */
@media screen and (min-width: 0px) and (max-width: 1099px) {
  /* Styles pour les tablettes en mode paysage et ordinateurs portables */
  .site-page-content {
    margin-left: 311px;
    margin-right: 30px;
  }
  .navbar_link {
    display: none;
  }
  .navbar_link.navbar_link_responsive {
    display: inline-block;
  }
}
/* Ordinateurs de bureau */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  /* Styles pour les ordinateurs de bureau */
  .site-page-content {
    margin-left: 361px;
    margin-right: 70px;
  }
}
/* Grands écrans d'ordinateurs de bureau */
@media screen and (min-width: 1300px) {
  /* Styles pour les grands écrans d'ordinateurs de bureau */
}
footer.darkmode {
  background-color: #010307;
  color: #cbdae6;
}
footer.darkmode .footer-right a.darkmode {
  color: #cbdae6;
}
footer.darkmode .footer-right a.darkmode:hover {
  color: #8ab9d4;
}

nav.darkmode {
  background-color: #010307;
  border-bottom: 1px solid #1a1e24;
}
nav.darkmode button.darkmode {
  color: #cbdae6;
  border: 1px solid #cbdae6;
}
nav.darkmode button.darkmode:hover {
  color: #8ab9d4;
  border: 1px solid #8ab9d4;
}
nav.darkmode .navbar_link.darkmode {
  color: #cbdae6;
}
nav.darkmode .navbar_link.darkmode:hover {
  color: #8ab9d4;
}
nav.darkmode .active_navbar_link.darkmode {
  color: #8ab9d4;
  border-bottom: 1px solid #8ab9d4;
}
nav.darkmode span.darkmode {
  color: #060b0f;
}

.toggleDarkmode.darkmode {
  border: 1px solid #cbdae6;
}
.toggleDarkmode.darkmode:hover {
  color: #8ab9d4;
  border: 1px solid #8ab9d4;
}

.backdrop.darkmode {
  background-color: rgba(58, 72, 102, 0.2);
}

.sidenav.darkmode {
  background-color: #060b0f;
  border-right: 0px solid #1a1e24;
}
.sidenav.darkmode .sidenav-all-links i {
  color: #cbdae6;
}
.sidenav.darkmode .sidenav-all-links span {
  color: #9097a2;
}

.sidenav-separator.darkmode {
  border-top: 1px solid #1a1e24;
}

.menu_1.darkmode {
  color: #CBD2E0;
}
.menu_1.darkmode:hover {
  color: #ebeef3;
  background-color: #0d1821;
}
.menu_1.darkmode.folder::before {
  color: #cbdae6;
}

.menu_2.darkmode {
  color: #CBD2E0;
}
.menu_2.darkmode:hover {
  color: #ebeef3;
  background-color: #0d1821;
}

.sidenav .sidenav-title.darkmode span.darkmode {
  color: #CBD2E0;
}
.sidenav .sidenav-title.darkmode .sidenav-closebtn.darkmode {
  color: #CBD2E0;
}
.sidenav .sidenav-title.darkmode .sidenav-closebtn.darkmode:hover {
  color: #ebeef3;
  background-color: #0d1821;
}

pre.darkmode {
  background: #060b0f;
  border: 1px solid #1a1e24;
}

.bento_box.darkmode {
  border-color: #1a1e24;
  background-color: #060b0f;
}

.table_style.darkmode tr:nth-child(even) td {
  background-color: #101111;
}

.table_style.darkmode tr:nth-child(odd) td {
  background-color: #0a0e12;
}

.table_style.darkmode tr:hover td {
  background-color: #1f2122;
}

.table_style.darkmode .table_style_gear.darkmode {
  color: #cbdae6;
}

tbody.darkmode .link {
  color: #cbdae6;
}
tbody.darkmode .link:hover {
  color: #8ab9d4;
}

.search-icon.darkmode:after {
  color: #cbdae6;
}

select.darkmode {
  border: 1px solid #717D96;
  background-color: #0a0e12;
  color: #cbdae6;
}
select.darkmode:focus {
  border-color: #8e98ac;
}

.accordion.darkmode {
  border: 1px solid #1a1e24;
  background-color: #060b0f;
  border-radius: 5px;
}

.accordion_active.darkmode, .accordion.darkmode:hover {
  background-color: black;
}

.accordion_panel.darkmode {
  background-color: #060b0f;
}

label {
  color: #717D96;
}

input.darkmode {
  background-color: #0a0e12;
  border: 1px solid #717D96;
  color: #cbdae6;
}
input.darkmode:focus {
  border-color: #acb3c1;
}

.modal.darkmode {
  background-color: rgba(58, 72, 102, 0.2);
}

/* Modal Content */
.modal-content.darkmode {
  background-color: #0a0e12;
  border-color: #9097a2;
}

/* The Close Button */
.close.darkmode {
  color: #9097a2;
}

.close:hover.darkmode,
.close:focus.darkmode {
  color: #010307;
}

nav {
  min-height: 50px;
  overflow: hidden;
  background-color: #082434;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif !important;
  font-weight: bold;
  font-size: small;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  z-index: 1;
  border-bottom: 1px solid #CBD2E0;
}
nav .topnav-right {
  margin-right: 2em;
}
nav .navbar_last_link {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
nav button {
  color: #CBD2E0;
  border: 1px solid #CBD2E0;
  border-radius: 0.5em;
  padding: 1em;
}
nav button:hover {
  color: white;
  border: 1px solid white;
}
nav .navbar_logo {
  margin-right: auto;
}
nav .navbar_logo .navbar_img {
  width: 20em;
  box-shadow: none;
  margin-left: 2em;
}
nav .navbar_link_sidebar {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 2em !important;
  padding-left: 0 !important;
}
nav .navbar_link_sidebar i {
  font-size: x-large;
}
nav .navbar_link {
  cursor: pointer;
  color: #CBD2E0;
  padding: 1em;
  margin: 0 40px;
  text-decoration: none;
}
nav .navbar_link i {
  margin-right: 0.5em;
}
nav .navbar_link i.right {
  margin-right: 0 !important;
  margin-left: 0.5em;
}
nav .navbar_link:hover {
  color: white;
}
nav .navbar_link_basic {
  padding: 0;
}
nav .active_navbar_link {
  color: white;
  margin-top: 1em !important;
  padding: 0;
  padding-bottom: 1em !important;
  border-bottom: 1px solid white;
}
nav span {
  box-shadow: none;
  color: #fbfafa;
}

.navbar_logo {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.responsive_navbar_icon {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.toggleDarkmode {
  margin: 0 !important;
  border: 1px solid #CBD2E0;
  border-radius: 0.5em;
  padding: 1em;
}
.toggleDarkmode:hover {
  color: white;
  border: 1px solid white;
}
.toggleDarkmode i {
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
  width: 13px;
  height: 13px;
}

.backdrop {
  position: fixed;
  background-size: cover;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background-color: rgba(58, 72, 102, 0.2);
  z-index: 11;
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-color: #fbfafa;
  overflow-x: hidden;
  border-right: 0px solid #CBD2E0;
  transition: 0.3s;
}
.sidenav .sidenav-all-links {
  margin: 1em;
  font-size: 0.875rem;
}
.sidenav .sidenav-all-links i {
  color: #8ab9d4;
  margin-right: 0.5em;
  width: 14px;
}
.sidenav .sidenav-all-links span {
  color: #9097a2;
}
.sidenav.sidenav-mobile {
  width: 100%;
}

.sidenav-separator {
  border-top: 1px solid #dce1eb;
  margin: 1em -8px 1em;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.menu_1 {
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fill-available;
  padding: 0.5em;
  color: #082434;
  border-radius: 0.35em;
  display: block;
}
.menu_1:hover {
  color: #0f4360;
  background-color: #f0ecec;
}
.menu_1.folder::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: small;
  color: #8ab9d4;
  margin-right: 0.5em;
  width: 14px;
  display: inline-block;
}
.menu_1.folder.folder-open::before {
  content: "\f078";
  width: 14px;
}
.menu_1.sub_menu_1 {
  margin-left: 1.5em;
}

.menu_wrapper {
  display: flex;
  flex-direction: column;
}

.menu_2 {
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fill-available;
  padding: 0.35em;
  color: #082434;
  border-radius: 0.5em;
  margin-left: 3em;
  display: block;
}
.menu_2:hover {
  color: #0f4360;
  background-color: #f0ecec;
}

.sidenav .sidenav-title {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  backdrop-filter: blur(0.5em);
  padding: 1em;
  border-bottom: 1px solid #dce1eb;
}
.sidenav .sidenav-title span {
  color: #082434;
  font-size: x-large;
  font-weight: 800;
}
.sidenav .sidenav-title .sidenav-closebtn {
  color: #082434;
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  transition: 0.3s;
}
.sidenav .sidenav-title .sidenav-closebtn:hover {
  color: #0f4360;
  background-color: #f0ecec;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

pre {
  overflow: auto;
  background: #fbfafa;
  border: 1px solid #dce1eb;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: pre;
  border-radius: 5px;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -ms-pre-wrap;
  font-family: "Source Code Pro", monospace;
}

.btn-start-server {
  border-radius: 5px;
  background-color: #73c686;
  padding: 0.5em;
  color: white;
  margin-top: 0.5em;
}
.btn-start-server:hover {
  background-color: #97d5a5;
}

.btn-stop-server {
  border-radius: 5px;
  background-color: #dc3545;
  color: white;
  padding: 0.5em;
  margin-top: 0.5em;
  display: none;
}
.btn-stop-server:hover {
  background-color: #e4606d;
}

.server-status-red {
  color: #dc3545;
}
.server-status-red a {
  color: #dc3545 !important;
}

.server-status-green {
  color: #73c686;
}
.server-status-green a {
  color: #73c686 !important;
}

footer {
  font-family: "Inter", sans-serif !important;
  font-size: small;
  background-color: #082434;
  color: #CBD2E0;
  width: 100%;
  bottom: auto;
  margin-top: auto;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  display: flex;
  justify-content: flex-end;
}
footer .footer-right {
  text-align: right;
  margin-right: 2em;
}
footer .footer-right a {
  font-family: "Source Code Pro", monospace;
  color: #CBD2E0;
}
footer .footer-right a:hover {
  color: white;
}

.wrapper-login-page {
  margin-left: 240px;
  margin-right: 240px;
}

.wrapper-form {
  display: flex;
  flex-direction: column;
}
.wrapper-form .form-div div {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

label {
  color: #717D96;
}

input {
  border-radius: 0.5em;
  padding: 1em;
  border: 1px solid #082434;
}
input:focus {
  border-color: #0f4360;
}

select {
  border-radius: 0.5em;
  padding: 1em;
  border: 1px solid #082434;
  cursor: pointer;
}
select:focus {
  border-color: #0f4360;
}

.user_completion_info {
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
  justify-content: space-around;
}
.user_completion_info .completion_info_subgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user_completion_info .completion_info_subgroup .completion_title {
  font-size: xx-large;
  font-weight: 600;
}
.user_completion_info .completion_info_subgroup .completion_percentage {
  font-size: xx-large;
  font-weight: 900;
}

.profil_big_separator {
  border-top: 2px solid #082434;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: -300px;
  margin-right: -300px;
  margin-bottom: 4em;
}

.profil_small_separator {
  border-top: 2px solid #082434;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.profil_info_user .user_data {
  margin-bottom: 1em;
}
.profil_info_user .user_data h1 {
  margin-bottom: 0px;
}
.profil_info_user .user_data span {
  color: #717D96;
}

/* espacement */
.table_style_wrapper {
  overflow: auto;
  max-height: 100vh;
}

.table_style tr:nth-child(even) td {
  background-color: #f6fbfe;
}

.table_style tr:nth-child(odd) td {
  background-color: white;
}

.table_style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table_style tr:hover td {
  background-color: #e8f4fc;
}

.table_style th:first-child {
  border-top-left-radius: 5px;
}

.table_style .thead_dashboard th:last-child {
  border-top-right-radius: 5px;
  text-align: center;
}

.table_style tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.table_style tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.table_style th, td {
  text-align: left;
  padding: 1em;
  font-weight: 500;
  padding-left: 1.5em;
}

.table_style .table_style_gear {
  align-items: center;
  text-align: center;
}
.table_style .table_style_gear a {
  color: #8ab9d4;
}

.table_style th {
  background-color: #082434;
  color: white;
}

.table_style {
  margin-bottom: 0px;
}

.table_challs_valides {
  color: #73c686;
}

.table_challs_erreurs {
  color: #dc3545;
}

.search-icon {
  display: inline-block;
  position: relative;
}

.search-icon:after {
  font-family: "FontAwesome";
  content: "\f002";
  font-weight: 400;
  position: absolute;
  color: #082434;
  right: 1em;
  font-size: larger;
  top: 25%;
}

.bento_box {
  border: 1px solid #dce1eb;
  background-color: #fbfafa;
  border-radius: 5px;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.bento_box.dashboard_admin_candidat_informations div label {
  color: #717D96;
}
.bento_box.dashboard_admin_candidat_informations div input {
  border-radius: 0.5em;
  padding: 1em;
}
.bento_box.dashboard_admin_candidat_informations div section {
  display: flex;
  justify-content: space-between;
}
.bento_box.dashboard_admin_candidat_informations div section input {
  width: -webkit-fill-available;
  width: -moz-available;
  margin-right: 1em;
}
.bento_box.dashboard_admin_candidat_informations div section .admin_small_button {
  margin: 0;
  width: 3em;
}
.bento_box.dashboard_admin_candidat_informations div section .admin_text_button {
  margin: 0;
  min-width: fit-content;
}

.Info_container {
  display: flex;
}

.Info_container_column {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available;
}

.Info_container_row {
  display: flex;
  flex-direction: row;
}

.Info_container_two_element span:first-child {
  margin-right: 1em;
}

.Info_container_two_element span:last-child {
  margin-left: 1em;
}

.accordion {
  cursor: pointer;
  width: -webkit-fill-available;
  width: -moz-available;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  margin: 0;
  border: 1px solid #dce1eb;
  background-color: #fbfafa;
  border-radius: 5px;
  padding: 1em;
}

.accordion_active, .accordion:hover {
  background-color: #e4dede;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
}

.accordion:after {
  content: "+";
  font-family: "Font Awesome 5 Pro";
  float: right;
}

.accordion_active:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
}

.accordion_panel {
  display: none;
  background-color: #fbfafa;
  padding: 2em;
  overflow: hidden;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(58, 72, 102, 0.2);
}

/* Modal Content */
.modal-content {
  background-color: white;
  margin: auto;
  padding: 2em;
  border: 1px solid #bec5d1;
  border-radius: 5px;
  width: 40%;
}

/* The Close Button */
.close {
  color: #bec5d1;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #082434;
  text-decoration: none;
  cursor: pointer;
}

html {
  height: 100%;
  scrollbar-width: thin;
}

body {
  color: #082434;
  background-color: white;
  font-family: "Roboto", sans-serif !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.4509803922), white), url("/img/grid.svg");
}

.site-page-content {
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 8em;
  margin-bottom: 4em;
}
.site-page-content .site-page-dark-section {
  color: #CBD2E0;
  background-color: #082434;
}

.ctf-chall-main-container {
  margin-bottom: 6em;
  margin-top: 4em;
  background-color: #f6fbfe;
  border-radius: 0.5em;
}
.ctf-chall-main-container .ctf-chall-bottom {
  margin-left: 2em;
  margin-right: 2em;
}

.ctf-chall-qcm td {
  padding: 0;
}

.ctf-chall-top {
  border-bottom: 2px solid #8ab9d4;
  background-color: #e8f4fc;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  display: flex;
  align-items: center;
}
.ctf-chall-top .ctf-chall-top-titre {
  color: #082434;
  margin-bottom: 0;
  margin-top: 0;
}
.ctf-chall-top .ctf-chall-top-point {
  color: #082434;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: 1em;
}
.ctf-chall-top i {
  color: #fbfafa;
  background-color: #8ab9d4;
  padding: 1.5em;
  padding-left: 1.2em !important;
  padding-right: 1.2em !important;
  margin-right: 1em;
}

.ctf-chall-download {
  margin-top: 2em;
}

.ctf-chall-flag .ctf-chall-bottom div {
  display: inline-block;
}
.ctf-chall-flag .ctf-chall-validate {
  margin-top: 2em;
  padding-bottom: 2em;
  display: flex;
}
.ctf-chall-flag .ctf-chall-validate .ctf-wrong-answer,
.ctf-chall-flag .ctf-chall-validate .qcm-notsubmitted {
  color: #dc3545;
  display: none;
}
.ctf-chall-flag .ctf-chall-validate .ctf-valid-answer,
.ctf-chall-flag .ctf-chall-validate .qcm-submitted {
  color: #73c686;
  display: none;
}

.ctf-chall-input-flag {
  color: #082434;
  border: 0px;
  background-color: #f6fbfe;
  border-bottom: 1px solid #082434;
  font-size: medium;
  border-radius: 0;
  width: -webkit-fill-available;
  width: -moz-available;
}
.ctf-chall-input-flag:focus-visible {
  outline: none;
}

.chall-hr {
  border-color: #CBD2E0;
  margin-left: -280px;
  margin-right: -80px;
}

.ctf-chall-header .ctf-chall-medium-wrapper {
  background-color: #f6fbfe;
  padding: 1em;
  padding-top: 2em;
  border-left: 4px solid #8ab9d4;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  position: relative;
}
.ctf-chall-header .ctf-chall-medium-wrapper .fa-circle-info {
  color: #8ab9d4;
  position: absolute;
  font-size: x-large;
}
.ctf-chall-header .ctf-chall-medium-wrapper p {
  margin-left: 3em;
  margin-top: 0;
  margin-right: 2em;
}
.ctf-chall-header .chall-titre {
  font-weight: 800;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.ctf-chall-header .chall-info {
  color: #9097a2;
}
.ctf-chall-header .chall-info p {
  margin-right: 1.5em;
  display: inline-block;
}

.logo-bar {
  transform: rotate(65deg);
  position: absolute;
  width: 85px;
  background-color: #CB8A04;
}

.logo-bar.middle {
  height: 25px;
  top: -2px;
  left: 320px;
}

.logo-bar.right {
  height: 7px;
  top: 7px;
  left: 350px;
}

.logo-bar.left {
  height: 21px;
  top: 2px;
  left: 285px;
}

.ctf-chall-timer-wrapper {
  display: flex;
  background-color: rgba(251, 206, 84, 0.5);
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  border-radius: 0.5em;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  float: right;
  backdrop-filter: blur(2px);
}
.ctf-chall-timer-wrapper .ctf-chall-timer-title {
  margin-right: 1em;
}
.ctf-chall-timer-wrapper .ctf-chall-timer-btn {
  display: none;
}

.ctf-chall-desc {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  line-height: 1.5em;
}
.ctf-chall-desc video {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}
.ctf-chall-desc p {
  user-select: none;
  -webkit-user-select: none; /*Safari*/
  -moz-user-select: none; /*Firefox*/
  font-size: medium;
}
.ctf-chall-desc p a {
  font-family: "Source Code Pro", monospace;
  color: #082434;
}
.ctf-chall-desc p a:hover {
  color: #717D96;
}

.chall-spacer {
  margin-top: 5rem !important;
}

.Chall-hint div {
  display: inline-block;
}
.Chall-hint div label {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.Chall-hint div .chall-hint-answer {
  margin: 1em;
}

.chall-hint-answer p {
  display: inline-block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.Chall-hint-btn {
  border-radius: 5px;
  background-color: #fbce54;
  padding: 0.5em;
  margin-top: 0.5em;
}
.Chall-hint-btn:hover {
  background-color: #fcdc86;
}

h1 {
  font-weight: 800;
}

h3 {
  font-size: 1.2rem;
  margin-top: 2rem !important;
}

h4 {
  font-size: 1rem;
  margin-top: 2rem !important;
}

h5 {
  font-size: 0.5rem;
  margin-top: 2rem !important;
}

.array-title {
  border-style: solid;
  border-width: 0.4px;
}

.array-content {
  max-height: 50vh;
  overflow: auto;
  border-style: solid;
  border-width: 0.4px;
}

.field-cell {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.array-button {
  border-style: solid;
  border-width: 0.4px;
  cursor: pointer;
  min-width: 60px;
}

.borders-light {
  border-style: solid;
  border-width: 0.4px;
}

.ctf-control-qcm {
  width: 20px;
  accent-color: white;
}

.qcm {
  vertical-align: middle;
  margin-right: 0.5em;
  cursor: pointer;
}

.chall_flag_zone {
  border-style: solid;
  border-width: 0.4px;
}

body {
  margin: 0 !important;
}

.button_group {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
  display: flex;
}
.button_group button {
  border-radius: 0;
  margin: 0;
  border-left-width: 0px;
  border-right-width: 0px;
}
.button_group button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-width: 0px;
  border-left-width: 1px;
}
.button_group button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  border-right-width: 1px;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button a {
  font-family: "Roboto", sans-serif;
  color: inherit;
  text-decoration: none;
}
button a:hover {
  color: inherit;
}

.button_full {
  position: relative;
  border-radius: 5px;
  border: 1px solid;
  color: #fbfafa;
  background-color: #082434;
  border-color: #082434;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
}
.button_full:hover {
  background-color: #0f4360;
}
.button_full.button_light {
  color: #082434;
  background-color: #CBD2E0;
  border: 1px solid #CBD2E0;
}
.button_full.button_light:hover {
  color: #717D96;
  border-color: white;
  background-color: white;
}
.button_full.button_warning {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: white;
}
.button_full.button_warning:hover {
  background-color: #e4606d;
  border-color: #e4606d;
}
.button_full.button_success {
  background-color: #73c686;
  border: 1px solid #73c686;
  color: white;
}
.button_full.button_success:hover {
  background-color: #97d5a5;
  border-color: #97d5a5;
}

.button_outline {
  position: relative;
  border-radius: 5px;
  border: 1px solid;
  color: #082434;
  background-color: transparent;
  border-color: #082434;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
}
.button_outline:hover {
  color: #0f4360;
  background-color: #f0ecec;
  border-color: #0f4360;
}
.button_outline.button_light {
  color: #CBD2E0;
  border: 1px solid #CBD2E0;
  background-color: transparent;
}
.button_outline.button_light:hover {
  color: white;
  border-color: white;
}
.button_outline.button_warning {
  border: 1px solid #dc3545;
  background-color: transparent;
  color: #dc3545;
}
.button_outline.button_warning:hover {
  border-color: #e4606d;
  color: #e4606d;
}
.button_outline.button_success {
  border: 1px solid #73c686;
  background-color: transparent;
  color: #73c686;
}
.button_outline.button_success:hover {
  border-color: #97d5a5;
  color: #97d5a5;
}

.button_block {
  width: 100%;
}

/*
.button_loading{
    transition: all 0.3s;
}
.button_loading::before{
    content: "\f011";
    font-family: 'Font Awesome 5 Pro'; 
    font-weight: 400;
    margin-right: 0.5em;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.button_loading:focus::before{
    content: "\f110";
    font-family: 'Font Awesome 5 Pro'; 
    font-weight: 400;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    transform: rotateY(90deg);
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

*/
.alert {
  padding: 1em;
  padding-top: 2em;
  border-left: 4px solid;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  position: relative;
}
.alert .alert-i {
  position: absolute;
  font-size: x-large;
}
.alert p {
  margin-left: 3em;
  margin-top: 0;
  margin-right: 3em;
}
.alert pre {
  margin-left: 3em;
  margin-right: 3em;
}
.alert.alert-info {
  background-color: #f6fbfe;
  border-color: #8ab9d4;
}
.alert.alert-info .alert-i {
  color: #8ab9d4;
}
.alert.alert-warning {
  background-color: #f3b7bd;
  border-color: #dc3545;
}
.alert.alert-warning .alert-i {
  color: #dc3545;
}
.alert.alert-success {
  background-color: #bbe4c5;
  border-color: #73c686;
}
.alert.alert-success .alert-i {
  color: #73c686;
}

.badge-challenges {
  color: #9097a2;
  margin-right: 1.5em;
  display: inline-block;
}

.badge-notification {
  position: absolute;
  border-radius: 10px;
  background-color: #dc3545;
  color: white;
  padding: 0.5em;
  font-size: smaller;
  top: -1.5em;
  right: -1.5em;
}

.breadcrumb {
  color: #717D96;
}
.breadcrumb a {
  color: #717D96;
}

.link {
  font-family: "Source Code Pro", monospace;
  color: #082434;
  text-decoration: underline;
}
.link:hover {
  color: #717D96;
}
.link.link_external:before {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none;
}
.link span {
  text-decoration: underline;
}

.ml-1 {
  margin-left: 1em;
}

.mr-1 {
  margin-right: 1em;
}

.mt-1 {
  margin-top: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mt-7 {
  margin-top: 7em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mt-3 {
  margin-top: 3em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mt-2 {
  margin-top: 2em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mt-0 {
  margin-top: 0em;
}

.mb-0 {
  margin-bottom: 0em;
}

.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgb(255, 255, 255);
}
.squaredTwo label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

textarea {
  resize: none;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 20vh;
  border-radius: 0.5em;
  padding: 1em;
  border: 1px solid #082434;
}
textarea:focus {
  border-color: #0f4360;
}

.xlsx-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.xlsx-file-label {
  width: -moz-available;
  width: -webkit-fill-available;
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  border: 2px solid;
  border-style: dashed;
  color: #082434;
  background-color: transparent;
  border-color: #082434;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.xlsx-file-label:hover {
  color: #0f4360;
  background-color: #f0ecec;
  border-color: #0f4360;
}

.welcome-site-page-content {
  margin-left: 300px;
  margin-right: 300px;
  margin-bottom: 4em;
}

.welcome-section {
  display: flex;
  text-align: justify;
  align-items: center;
}
.welcome-section p {
  font-size: 1.2em;
  padding-right: 1em;
}
.welcome-section .welcome-first-img {
  padding-left: 1em;
  height: 100%;
  max-width: 40%;
}

.welcome-section-column {
  display: flex;
  text-align: justify;
  flex-direction: column;
}
.welcome-section-column p {
  font-size: 1.2em;
}
.welcome-section-column li {
  font-size: 1.2em;
}
.welcome-section-column .welcome-first-img {
  padding-left: 1em;
  height: 100%;
  max-width: 40%;
}

.welcome-section-center {
  text-align: center;
}

section.welcome-section-center.welcome-section-column {
  padding: 1em;
}

audio {
  max-width: -moz-available;
}

.error404 {
  font-size: xx-large;
}

/* Ordinateurs de bureau */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  /* Styles pour les ordinateurs de bureau */
  .wrapper-login-page {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* Tablettes en mode paysage et ordinateurs portables */
@media screen and (min-width: 0px) and (max-width: 1099px) {
  /* Styles pour les tablettes en mode paysage et ordinateurs portables */
  .wrapper-login-page {
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-page-content {
    margin-left: 50px;
    margin-right: 50px;
  }
  .navbar_link {
    display: none !important;
  }
  .navbar_link_sidebar {
    display: inline-block !important;
  }
  .toggleDarkmode.navbar_link_responsive {
    display: inline-block !important;
  }
}
/* Tablettes en mode portrait */
@media screen and (min-width: 577px) and (max-width: 899px) {
  /* Styles pour les tablettes en mode portrait */
  .wrapper-login-page {
    margin-left: 0px;
    margin-right: 0px;
  }
  body {
    font-size: small;
  }
  .navbar_link {
    display: none !important;
  }
  .navbar_link_sidebar {
    display: inline-block !important;
  }
  .toggleDarkmode.navbar_link_responsive {
    display: inline-block !important;
  }
  .welcome-section {
    flex-direction: column;
  }
  img.welcome-first-img {
    width: 100% !important;
    padding-left: 0px !important;
    max-width: 100% !important;
  }
  section.welcome-section-center.welcome-section-column {
    margin-bottom: 2em !important;
    padding: 0em !important;
  }
}
/* Mobile */
@media screen and (max-width: 576px) {
  .navbar_link {
    display: none;
  }
  .wrapper-login-page {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* Styles pour les smartphones */
  body {
    font-size: smaller;
  }
  .navbar_link {
    display: none !important;
  }
  .navbar_link_sidebar {
    display: inline-block !important;
  }
  .toggleDarkmode.navbar_link_responsive {
    display: inline-block !important;
  }
  .logo-bars {
    display: none;
  }
  .welcome-section {
    flex-direction: column;
  }
  img.welcome-first-img {
    width: 100% !important;
    padding-left: 0px !important;
    max-width: 100% !important;
  }
  section.welcome-section-center.welcome-section-column {
    margin-bottom: 2em !important;
    padding: 0em !important;
  }
  .completion_title {
    font-size: x-large !important;
    text-align: center;
  }
}