body {
  color: #000000;
  background-color: #f8f8f8;
  font-family: "Lato", sans-searchrif;
}

.responsive:after {
  content: "XS";
  color: white;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-top: -20px;
  padding: 10px;
  z-index: 99999999;
}
@media (min-width: 576px) {
  .responsive:after {
    content: "SM";
  }
}
@media (min-width: 768px) {
  .responsive:after {
    content: "MD";
  }
}
@media (min-width: 992px) {
  .responsive:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  .responsive:after {
    content: "XL";
  }
}
@media (min-width: 1400px) {
  .responsive:after {
    content: "XXL";
  }
}

* {
  box-sizing: border-box;
}

a, a:hover {
  color: #000000;
  word-break: break-word;
  text-decoration: none;
}

.color-green {
  color: green !important;
}
.color-green:hover {
  opacity: 0.8 !important;
}

.color-red {
  color: #b03b3b !important;
}
.color-red:hover {
  opacity: 0.8 !important;
}

.color-orange {
  color: orange !important;
}
.color-orange:hover {
  opacity: 0.8 !important;
}

.pointer {
  cursor: pointer;
}

.btn, .btn.show {
  font-weight: bold;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.btn-full {
  width: 100%;
}

.btn-link {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.btn-link:hover {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
}

.btn-primary {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  opacity: 0.9;
}

.btn-none {
  border: none;
  cursor: inherit;
}
.btn-none:hover, .btn-none:focus, .btn-none:active {
  border: none;
  cursor: inherit;
}

.btn-secondary {
  color: white;
  background-color: #2986E3;
  border-color: #2986E3;
}
.btn-secondary:hover {
  background-color: #2986E3;
  border-color: #2986E3;
  opacity: 0.9;
}

.form-control, .form-control:focus {
  color: #67696C;
  background-color: white;
  height: 45px;
  border: 1px solid #ececec;
  border-radius: 0;
  margin-bottom: 15px;
}

.badge {
  border-radius: 0;
}

.badge.bg-primary {
  background-color: #67696C !important;
  padding-bottom: 5px;
}

.autocomplete {
  position: relative;
}
.autocomplete .autocompleteModeleList,
.autocomplete .autocompleteUtilisateurList {
  background-color: white;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.autocomplete .autocompleteModeleList li,
.autocomplete .autocompleteUtilisateurList li {
  list-style: none;
  padding: 4px 10px;
}
.autocomplete .autocompleteModeleList li:hover,
.autocomplete .autocompleteUtilisateurList li:hover {
  color: white;
  background-color: #2986E3;
  cursor: pointer;
}

.container-fluid {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 50px;
  }
}

.bloc {
  display: block;
  padding: 15px;
}
@media (min-width: 576px) {
  .bloc {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .bloc {
    padding: 25px;
  }
}

.bloc-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bloc-search {
  padding: 10px 0;
}
@media (min-width: 576px) {
  .bloc-search {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .bloc-search {
    padding: 25px;
  }
}

.auth {
  color: #67696C;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  display: table;
  padding: 25px 0;
}
.auth h2 {
  color: #67696C;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 20px;
}
.auth label {
  color: #67696C;
  text-align: left;
  width: 100%;
}
.auth .logo {
  height: 60px;
  margin-bottom: 30px;
}
.auth form {
  max-width: 350px;
  margin: 0 auto;
}
.auth form .btn {
  width: 100%;
}
.auth form .form-group, .auth form .form-group input {
  width: 100%;
}
.auth form .form-switch .form-check-input {
  width: 2em !important;
}
.auth form .lost, .auth form .back {
  color: #67696C;
  text-decoration: none;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
}
.auth form .invalid-feedback {
  background: #f8f8f8;
  display: block;
  padding: 5px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-radius: 0;
}

header {
  background-color: white;
  height: 50px;
  font-weight: bold;
}
@media (min-width: 992px) {
  header {
    height: 90px;
  }
}
header .btn {
  font-size: 13px;
}
@media (min-width: 992px) {
  header .btn {
    font-size: inherit;
  }
}
header .btn-primary {
  height: 27px;
  padding: 0.2rem 0.6rem;
}
@media (min-width: 992px) {
  header .btn-primary {
    height: 40px;
    padding: 0.4rem 1.1rem;
  }
}
header .logo {
  height: 25px;
  margin-top: 13px;
}
@media (min-width: 992px) {
  header .logo {
    height: 40px;
    margin-top: 25px;
  }
}
header .user {
  font-size: 1.1rem;
}
header .user ul {
  text-align: right;
  margin: 0;
  padding: 0;
  padding-top: 7px;
}
@media (min-width: 992px) {
  header .user ul {
    padding-top: 25px;
  }
}
header .user ul li {
  color: #000000;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
header .user ul li.btn {
  padding-left: 0;
  padding-right: 0;
}
header .user ul li.btn-primary {
  padding-left: 15px;
  padding-right: 15px;
}
header .user ul li.btn-primary a {
  color: white;
}
header .user ul li a {
  text-decoration: none;
}

.search {
  background-color: white;
  padding: 15px;
}
@media (min-width: 768px) {
  .search {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .search {
    height: 40px;
    padding: 0;
    margin-top: 25px;
  }
}
.search .form-control {
  font-size: 12px;
  height: 30px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .search .form-control {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .search .form-control {
    height: 40px;
  }
}
.search .btn {
  font-size: 13px;
}
@media (min-width: 992px) {
  .search .btn {
    font-size: inherit;
  }
}
.search .btn-primary {
  height: 30px;
  padding: 0.2rem 0.6rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .search .btn-primary {
    height: 40px;
    padding: 0.4rem 1.1rem;
  }
}
.search .btn-primary span {
  display: inline-block;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .search .btn-primary span {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .pages {
    margin: 15px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .pages {
    margin: 25px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .pages {
    margin-top: 25px;
  }
}
.pages h2 {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin: 0;
}
.pages h3 {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}
.pages label {
  font-weight: bold;
  margin-bottom: 10px;
}
.pages .t-search {
  height: 42px;
  position: relative;
}
.pages .t-search .form-control {
  height: 42px;
  margin: 0;
}
.pages .t-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.pages .bloc {
  background-color: white;
  padding: 15px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .pages .bloc {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .pages .bloc {
    padding: 25px;
    margin-bottom: 25px;
  }
}
.pages .bloc:last-child {
  margin-bottom: 0;
}
.pages .bloc-informations ul {
  margin-bottom: 0;
}
.pages .bloc-informations ul li {
  margin-left: 10px;
}
.pages .bloc-informations ul li:first-child {
  margin-left: 0;
}
.pages .bloc-informations ul .btn {
  font-size: 0.9rem;
  height: 33px;
  padding: 0.29rem 1.25rem;
}
.pages table i {
  margin-right: 10px;
}
.pages .paginate {
  padding-top: 15px;
}
.pages .paginate .pagination {
  display: flex;
  justify-content: center;
}
.pages .paginate li {
  padding: 0 !important;
  border: none !important;
}
.pages .paginate a, .pages .paginate a:hover {
  color: black;
}
.pages .paginate .page-link {
  border-radius: 0 !important;
}
.pages .paginate .disabled a, .pages .paginate .disabled a:hover {
  color: #67696C;
}
.pages .paginate .active {
  background-color: #000000;
  --bs-pagination-active-bg: #000000;
  --bs-pagination-active-border-color: #000000;
}
.pages .paginate .active a, .pages .paginate .active a:hover {
  color: white;
}

.home ul {
  padding: 0;
}
.home ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.home ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home ul li a, .home ul li a:hover {
  text-decoration: none;
}
.home ul li i {
  margin-right: 10px;
}
.home .tablets {
  position: relative;
}
.home .tablets h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .home .tablets h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .home .tablets h4 {
    font-size: 2.5rem;
  }
}
.home .tablets h4 span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
@media (min-width: 1200px) {
  .home .tablets h4 span {
    font-size: 1.3rem;
  }
}
.home .tablets .icon {
  color: white;
  background-color: #2986E3;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 15px;
}
.home .tablets:hover {
  color: white;
  background-color: black;
}
.home .tablets:hover .icon {
  color: black;
  background-color: white;
}

.sheet {
  position: relative;
}
.sheet .actions {
  background-color: white;
  height: 40px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sheet .actions {
    text-align: right !important;
    position: absolute;
    top: 0;
    right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sheet .actions {
    top: 25px;
  }
}
.sheet .actions ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .sheet .actions ul {
    text-align: inherit;
  }
}
.sheet .actions ul li {
  list-style: none;
  display: inline-block;
  width: 32.5%;
}
@media (min-width: 768px) {
  .sheet .actions ul li {
    width: auto;
  }
}
.sheet .actions ul li .btn-primary {
  width: 100%;
}
.sheet .actions ul .btn-primary, .sheet .actions ul .btn-danger {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}
@media (min-width: 576px) {
  .sheet .actions ul .btn-primary, .sheet .actions ul .btn-danger {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.sheet .actions .dropdown-toggle {
  color: #67696C;
  background: none !important;
  padding: 8px 15px;
  border: 0;
}
.sheet .actions .dropdown-toggle:hover, .sheet .actions .dropdown-toggle:focus, .sheet .actions .dropdown-toggle:active {
  border: 0;
  outline: none;
}
.sheet .actions .dropdown-toggle:after {
  content: none;
}
.sheet .actions .dropdown-menu {
  padding: 5px 0;
}
.sheet .actions .dropdown-menu .dropdown-item {
  padding: 0;
  padding-bottom: 5px;
}
.sheet .actions .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 0;
}
.sheet label {
  text-transform: uppercase;
}
.sheet .tags .lab {
  padding-top: 10px;
}
.sheet .tags .bootstrap-tagsinput .label-info span {
  display: none;
}
.sheet .tags .bootstrap-tagsinput input {
  padding: 0;
}
.sheet .files {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  padding: 15px;
}
@media (min-width: 768px) {
  .sheet .files {
    padding: 25px;
  }
}
.sheet .files ul {
  margin: 0;
  padding: 0;
}
.sheet .files ul li {
  font-size: 10px;
  background-color: white;
  border: 1px solid #ececec;
  list-style: none;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
}
.sheet .files ul li:last-child {
  margin-right: 0;
}
.sheet .files ul li i {
  font-size: 20px;
  margin-bottom: 5px;
}
.sheet .files ul li .remove {
  position: absolute;
  top: 4px;
  right: 7px;
}
.sheet .files ul li .remove i {
  color: gray;
  font-size: 12px !important;
}
.sheet .files ul li .content {
  height: 100px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}
.sheet .files ul li .content label {
  margin: 0;
  text-transform: none;
}
.sheet .files ul li .content span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.sheet .files .upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.sheet .files .upload label {
  text-transform: uppercase !important;
}
.sheet .description {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  padding: 15px;
  z-index: 0;
}
@media (min-width: 768px) {
  .sheet .description {
    padding: 25px;
  }
}
.sheet.edit .bootstrap-tagsinput .label-info span {
  display: inline;
}
.sheet.edit .bootstrap-tagsinput input {
  height: 28.5px;
  margin-left: 5px;
}
.sheet.edit .trumbowyg-box .trumbowyg-editor {
  border: 1px solid #ececec;
  border-top: 0;
  margin-bottom: 25px;
}
.sheet.edit form .btn {
  width: 100%;
}
@media (min-width: 576px) {
  .sheet.edit form .btn {
    width: inherit;
  }
}
.sheet.edit form .btn-primary {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .sheet.edit form .btn-primary {
    margin-bottom: 0;
  }
}

#content pre,
.sheet .description pre {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 25px;
}
#content pre code,
.sheet .description pre code {
  color: #67696C;
  line-height: 1.6em;
  display: block;
  counter-increment: line;
}
#content pre code::before,
.sheet .description pre code::before {
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}
#content p,
.sheet .description p {
  margin-bottom: 0;
}

.bootstrap-tagsinput {
  height: auto;
  padding: 2px;
  display: block;
  box-shadow: none;
  border: none;
}
.bootstrap-tagsinput input {
  height: auto;
  box-shadow: none;
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #67696C;
  text-align: center;
  padding: 1px 1px 2px 1px;
  border-radius: 0;
}
.bootstrap-tagsinput input::placeholder {
  color: #67696C;
  text-align: center;
  padding: 1px 1px 2px 1px;
  border-radius: 0;
}

.bootstrap-tagsinput .tag {
  background-color: #000000;
  padding: 4px 10px;
  padding-bottom: 5px;
  border-radius: 0;
}

.trumbowyg {
  border: none;
}
.trumbowyg .trumbowyg-button-pane {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #ececec;
  z-index: 0;
}
.trumbowyg .trumbowyg-button-pane::after {
  display: none;
}

#modal-messages h3,
#modal-warning h3,
#modal-sheet-file-delete h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
#modal-messages .modal-image,
#modal-warning .modal-image,
#modal-sheet-file-delete .modal-image {
  text-align: center;
  padding: 50px 0;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
#modal-messages .modal-image img,
#modal-warning .modal-image img,
#modal-sheet-file-delete .modal-image img {
  width: 80px;
  z-index: 2;
  position: relative;
}
#modal-messages .modal-image::after,
#modal-warning .modal-image::after,
#modal-sheet-file-delete .modal-image::after {
  content: "";
  width: 100%;
  height: 80px;
  border-radius: 100% 100% 0 0;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#modal-messages .modal-text,
#modal-warning .modal-text,
#modal-sheet-file-delete .modal-text {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 50px;
}
#modal-messages .modal-text h3,
#modal-warning .modal-text h3,
#modal-sheet-file-delete .modal-text h3 {
  margin-top: 0;
}
#modal-messages .modal-actions,
#modal-warning .modal-actions,
#modal-sheet-file-delete .modal-actions {
  text-align: center;
  padding: 25px 0;
  padding-bottom: 50px;
}
#modal-messages.modal-success .modal-image,
#modal-warning.modal-success .modal-image,
#modal-sheet-file-delete.modal-success .modal-image {
  background-color: #e0eee6;
}
#modal-messages.modal-success .modal-actions .btn,
#modal-warning.modal-success .modal-actions .btn,
#modal-sheet-file-delete.modal-success .modal-actions .btn {
  background-color: #32bea6;
  border-color: #32bea6;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 10px 10px -5px rgba(50, 190, 166, 0.4);
}
#modal-messages.modal-warning .modal-image,
#modal-warning.modal-warning .modal-image,
#modal-sheet-file-delete.modal-warning .modal-image {
  background-color: #f9f0de;
}
#modal-messages.modal-warning .modal-actions .btn,
#modal-warning.modal-warning .modal-actions .btn,
#modal-sheet-file-delete.modal-warning .modal-actions .btn {
  background-color: #eeac2d;
  border-color: #eeac2d;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 10px 10px -5px rgba(238, 172, 45, 0.4);
}
#modal-messages.modal-warning .modal-actions .btn-danger,
#modal-warning.modal-warning .modal-actions .btn-danger,
#modal-sheet-file-delete.modal-warning .modal-actions .btn-danger {
  background-color: #e04f5f;
  border-color: #e04f5f;
  box-shadow: 0px 10px 10px -5px rgba(224, 79, 95, 0.4);
}
#modal-messages.modal-error .modal-image,
#modal-warning.modal-error .modal-image,
#modal-sheet-file-delete.modal-error .modal-image {
  background-color: #fee3e3;
}
#modal-messages.modal-error .modal-actions .btn,
#modal-warning.modal-error .modal-actions .btn,
#modal-sheet-file-delete.modal-error .modal-actions .btn {
  background-color: #e04f5f;
  border-color: #e04f5f;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 10px 10px -5px rgba(224, 79, 95, 0.4);
}

@media print {
  header {
    display: none;
  }
  .pages {
    margin: 0;
  }
  .sheet .bloc {
    padding: 0;
  }
  .sheet label, .sheet .actions, .sheet .tags, .sheet .files {
    display: none;
  }
  .sheet > .bloc > br {
    display: none;
  }
  .sheet .description {
    padding: 0;
    border: none;
    margin-top: 15px;
  }
  pre {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 25px;
  }
  pre code {
    color: #67696C;
    line-height: 1.6em;
    display: block;
    counter-increment: line;
  }
  pre code::before {
    content: counter(line);
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: #888;
  }
}
