@font-face {
  font-family: 'SF-Pro';
  src: url('../fonts/SF-Pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF-Pro';
  src: url('../fonts/SF-Pro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

:root {
  --blue: #005da7;
  --light-blue: #ecf1f5;
  --green: #049e66;
  --red: #e74c3c;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.container {
  max-width: 100%;
}

.container-main
{
  max-width: 1800px;
}

.bg-blue {
  background-color: var(--blue);
}

.text-blue {
  color: var(--blue);
}

.bg-light {
  background-color: var(--light-blue) !important;
}

.nav-pills .nav-link.active {
  background-color: var(--blue);
}

.nav-link {
  color: var(--blue);
}

.nav-link:hover {
  background: var(--light-blue);
}

.btn-primary {
  --bs-btn-bg: #217cc5;
  --bs-btn-border-color: #227dc5;
}

.btn-outline-primary {
  --bs-btn-color: #227dc5;
  --bs-btn-border-color: #227dc5;
  --bs-btn-hover-bg: #227dc5;
  --bs-btn-hover-border-color: #227dc5;
}

.btn-primary:disabled {
  background: #227dc5;
  border-color: #227dc5;
}

.btn:disabled {
  cursor: not-allowed !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn
{
  pointer-events: auto !important;
}

.cursor,
.fa-trash
{
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sidebar {
    width: 300px;
    flex: 0 0 300px;
  }
}



/* ---------------- GESTION DES PARTICIPANTS ---------------- */

.main {
  cursor: pointer;
}

.modal-header {
  background-color: var(--blue);
}

.modal .form-label {
    font-weight: 500;
    margin-bottom: 3px;
    color: var(--blue);
}

.modal .form-control,
.modal .form-select
{
  border: 1px solid #b1e2ff;
  border-radius: 4px;
  background-color: #f8f8f8;
  width: 100%;
  padding: 8px 13px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 500;
}

table .fa-pen {
  color: #bcbbbb;
}

.separateur {
	border: 0;
	border-top: 2px solid #ccd0d2;
  padding-top: 10px;
	margin-top: 45px;
}

.table-k {
  width: 100%;
  border-collapse: collapse;
	text-align: left;
	font-size: 1em;
	vertical-align: middle;
}

.table-k th {
	font-size: 1.1em;
  font-weight: 500;
  color: #FFF;
  background-color: var(--blue);
  padding: 8px 15px;
}

.table-k hr {
  border: 0;
	border-top: 2px solid #b2e0ff;
	margin: 0;
  padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.table-k td .bk-light-k {
	background: #ecf1f4;
  border-radius: 4px;
  padding: 7px 15px;
}

.table-k .float-right {
	float: right;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.icon-trash {
  width: 24px;
	cursor: pointer;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(71%) sepia(28%) saturate(5%) hue-rotate(315deg) brightness(98%) contrast(98%);
}

.select-k {
  background: #FFF;
  border: 1px solid #ecf1f4;
  border-radius: 2px;
  padding: 4px 8px;
  text-decoration: none !important;
  color: #606060;
  font-size: 13px;
  width: 150px;
	margin-right: -13px;
}

.select-kp {
	background: #FFF;
  border: 1px solid #cbd2d6;
  border-radius: 3px;
  padding: 4px 8px;
  text-decoration: none !important;
  color: #606060;
  font-size: 13px;
  width: 100%;
  margin-right: -13px;
}

.dropdown {
  position: static !important;
}

.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%);
}

.custom-radio {
  border: 2px solid #c0c0c0;
  border-radius: 8px;
  cursor: pointer;
  padding: 15px;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      --bs-modal-width: 1000px;
  }
}

label.text-primary {
  color: rgb(0 93 167) !important;
  font-weight: 500 !important;
}
