html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.icon-view {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/document-3x.png) no-repeat;
  text-indent: -99999px;
}
.icon-edit {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/pencil.svg) no-repeat;
  text-indent: -99999px;
}
.icon-back {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/arrow-circle-left-3x.png) no-repeat;
  text-indent: -99999px;
}
.icon-Amazon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icone-amazon-noir.png) no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}
.icon-donwload {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icone-download.png) no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}
.icon-check {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/circle-check-3x.png) no-repeat;
  text-indent: -99999px;
}
.icon-no-check {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/circle-x-3x.png) no-repeat;
  text-indent: -99999px;
  border-radius: 0;
}
.icon-delete {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/x-circle-fill.svg) no-repeat;
  text-indent: -99999px;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('https://bootstrapious.com/i/snippets/sn-page-split/bg.jpg');
  background-size: cover;
  background-position: center center;
}

.icon-book{
    float: right;
    display: block;
    width: 24px;
    height: 24px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.icon-up-down{
    float: left;
    display: block;
    width: 24px;
    height: 24px;
}