:root {
  --red: #FF6900;
  --light: #efefef;
  --dark: #333;
  --bleu: #5AA4FF;
  --box-shadow: 0px 2px 8px #00000017;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--red);
}

::selection {
  color: #fff;
  background: var(--red);
}

body {
  background-color: var(--light);
  color: #3a3a3a;
}

/* ----------------------------- */
/* ! Typography */
/* ----------------------------- */

.red {
  color: var(--red);
}

a {
  color: var(--red);
  text-decoration: none;
}

.row a {
  color: var(--red);
	text-decoration:none;
	font-weight:700;
}

a:hover,
a:focus {
  color: var(--dark);
  text-decoration: underline;
}

/* ----------------------------- */
/* ! Navbar */
/* ----------------------------- */

nav.navbar {
  background-color: #fff;
}

.navbar-toggler {
  background-color: var(--light);
}

.navbar-brand img {
  width: 220px;
  height: auto;
  margin-left: -10px;
}

a.nav-link,
.dropdown-menu a {
  padding: 1rem 1.2rem !important;
  color: var(--dark) !important;
  text-decoration: none;
}
a.nav-link:hover {
  background-color: var(--red) !important;
  border-radius: 0rem;
  color: white !important;
  text-decoration: none;
}
.nav-pills .nav-link.active,
.dropdown-menu a:hover {
  background-color: var(--red);
  color: #fff !important;
  border: 0;
  border-radius: 0rem;
  text-decoration: none;
}

.aside a {
	color: var(--red);
	text-decoration: none;
	font-weight: normal;
}
.table-of-content a {
	text-decoration: none;
}


.dropdown-menu {
  padding: 0;
  color: #333;
  border: transparent;
  border-radius: 0;
  box-shadow: var(--box-shadow);
}

.navbar-toggler-icon .line {
  width: 100%;
  height: 2px;
  background-color: var(--red);
}

.navbar-collapse.collapse.show {
  background-color: #fff;
  box-shadow: var(--box-shadow);
}

.to-the-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.to-the-top img {
  width: 35px;
  height: 35px;
}

/* ----------------------------- */
/* ! Customization */
/* ----------------------------- */

.spacer {
  display: block;
  height: 15px;
}

.text-right {
  text-align: right;
}
.overflow-hidden {
  overflow: hidden;
}
.row.no-gutters.pros-cons--container .col-md {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: white !important;
}

.btn-block-checkout {
  width: 100%;
  position: relative;
}

.btn-block-checkout .fa {
  position: absolute;
  left: 10px;
  top: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}


.sticky-top {
  position: sticky;
  top: 20px;
}

.border-secondary {
  border-color: #e2e6e8 !important;
}

.badge-warning {
  background: #e47911;
  color: #fff;
}

.badge-success {
  background: #27ae60;
  color: #fff;
}

.badge {
  padding: 0.35em 0.65em;
  font-size: 0.65em;
  font-weight: 500;
  color: #fff;
  border-radius: 0;
}
.k-search {position: relative;}
.k-search-btn {position: absolute;right: 4px;top: 4px;padding: 2px 7px;background-color: #f66957 !important;border-color: #f66957 !important;}

hr {
  background-color: #e2e6e8;
  opacity: 1;
}

/* ! PROs CONs */

.pros-cons--container .alert {
  border: 0px;
  border-radius: 0px;
}

.pros-cons--container .alert.alert-success {
  color: #ffffff;
  background-color: #0aca71;
}

.pros .fa {
  color: #0aca71;
}

.pros-cons--container .alert.alert-danger {
  color: #ffffff;
  background-color: #dc3545;
}

.cons .fa {
  color: #dc3545;
}

/* DIGIT + FLOATING IMG */

.digit {
	width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid var(--red);
    line-height: 27px;
    display: inline-block;
    text-align: center;
    color: var(--red);
    font-size: 22px;
    font-weight: bold;
}

.digit-title a {
  color: var(--red);
}

img.float-right {
  float: right;
}

/* ----------------------------- */
/* ! Footer */
/* ----------------------------- */

footer ul,
ul.list-style-none {
  padding-left: 5px;
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* ! Responsive */
/* ------------------------------------------------------------------------- */

/* ----------------------------- */
/* ! -- Desktop */
/* ----------------------------- */
@media (min-width: 1023px) {
  nav.navbar {
    height: 100px;
  }
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */
@media (max-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */

@media (max-width: 998px) {
  .md-center {
    display: block;
    margin: 0px auto 20px auto !important;
  }
}

/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */

@media (max-width: 767px) {
}
