html {
  /*font-family: sans-serif;*/
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  /*margin: 0;
  font-family: "Fira Sans", sans-serif;*/
  /*font-size: 1vw;*/
 /* font-weight: 400;
  line-height: 1.5;
  text-align: left;*/
  background: url(../imgs/technology.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 1200px;
  box-sizing: border-box;
}
 .form-control
{
 /* display: block;*/
  width: 100%;
 /* height: 34px;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.one
{
  transform: rotateX(40deg);
  animation: one 2s infinite;
    animation-direction: normal;
  animation-direction: alternate;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header {
  height: 10%;
  min-height: 200px;
  background-size: cover;
  border: 1px solid rgba(234, 240, 252, 0.15);
  border-radius: 0.2rem;

}


/***** OVERPALY */
.header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/***** header ****/
.custom-header {
  min-height: 70px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 1250px;
  border: 1px solid rgba(204, 209, 219, 0.9);
  border-radius: 0.2rem;
  z-index: 9999;
  -webkit-transition: all, 0.33s;
  transition: all, 0.33s;
  padding: 0 10px;
  background-color: red;
}
/* nav ********/
.custom-navbar {
  min-height: 70px;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 1250px;
  border: 1px solid rgba(204, 209, 219, 0.9);
  border-radius: 0.2rem;
  /*z-index: 9999;*/
  -webkit-transition: all, 0.33s;
  transition: all, 0.33s;
  padding: 0 10px;
  background-color: #1ea4cc;
}





.custom-navbar .navbar-toggler span:after, .custom-navbar .navbar-toggler span:before {
  content: '';
  width: 35px;
  display: block;
  height: 3px;
  color: #495057;
  background-color: rgb(234, 240, 252);
}

.custom-navbar .navbar-toggler span:after {
  -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
          transform: translateY(-13px);
}

.custom-navbar .navbar-toggler span:before {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}

.custom-navbar .navbar-brand img {
  width: 50px;
}

.custom-navbar .nav-link {
  margin: 0 5px;
  font-weight: 600;
  font-size: 14px;
  color: #f7f9fb !important;
}

.custom-navbar .nav-link.active {
  color: blueviolet !important;
}

.custom-navbar.affix {
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: #83b3ca;
  -webkit-animation-name: affix;
          animation-name: affix;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  top: 0;
  border-radius: 0;
  border-bottom: 1px solid #eaf0fc;
}

/*.custom-navbar.affix .navbar-toggler {
  border-color: rgba(73, 80, 87, 0.2) !important;
}*/

/*** logo ***/
.responsive-img-logo
{
  max-width: 100%;
  height: auto;
  display: block;
 
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;


}

.one
{
  transform: rotateX(40deg);
  animation: one 2s infinite;
    animation-direction: normal;
  animation-direction: alternate;
}
.element
{
  display: inline-block;
  text-align: center;
  font-family: Verdana, sans-serif;
}


/***** body & section */

body,
html {
  height: 100%;
}

section {
  padding: 20px 0;
  

}

aside, section:nth-child(odd) {
  background-color: #f7f5f2;
    border: 1px solid rgba(204, 209, 219, 0.9);
  border-radius: 0.2rem;
  padding: 5px 5px 5px 5px;
  margin: 10px 10px 10px 10px;
}

section.py-sm,
section .py-sm {
  padding: 30px 0 !important;
}

section.py-md,
section .py-md {
  padding: 60px 0 !important;
}

section.has-bg-img {
  background: rgba(33, 37, 41, 0.95);
  position: relative;
  color: #fff;
  border: 1px solid rgba(204, 209, 219, 0.9);
  border-radius: 0.2rem;
  margin-top: 2px;
}

section.has-bg-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../imgs/section.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

section.has-bg-img.bg-img-1:after {
  background-image: url(../imgs/section.jpg);
}

section.has-bg-img.bg-img-2:after {
  background-image: url(../imgs/header.jpg);
}

section .section-subtitle {
  font-size: calc(17px + (23 - 17) * ((100vw - 320px) / (1200 - 320)));
  font-weight: 300;
  margin-bottom: 5px;
  opacity: .6;
}

@media (min-width: 992px) {
  section .section-subtitle {
    font-size: 23px;
  }
}

section .section-title {
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1200 - 320)));
}

@media (min-width: 992px) {
  section .section-title {
    font-size: 35px;
  }
}
/***** btn *******/

.btn-outline-primary {
  color: #000;
  border-color: #f7f6e7;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: grey;
  border-color: none;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 79, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff214f;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3274ae70;
  border-color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 79, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #A3C14A;
  border-color: #A3C14A;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #A3C14A;
  border-color: #A3C14A;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 193, 74, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #A3C14A;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #A3C14A;
  border-color: #A3C14A;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 193, 74, 0.5);
}

.btn-outline-info {
  color: #47D8E0;
  border-color: #47D8E0;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #47D8E0;
  border-color: #47D8E0;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 216, 224, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #47D8E0;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #47D8E0;
  border-color: #47D8E0;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 216, 224, 0.5);
}

.btn-outline-warning {
  color: #FF8882;
  border-color: #FF8882;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FF8882;
  border-color: #FF8882;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 130, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF8882;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FF8882;
  border-color: #FF8882;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 136, 130, 0.5);
}

.btn-outline-danger {
  color: #F85C70;
  border-color: #F85C70;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #F85C70;
  border-color: #F85C70;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 92, 112, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F85C70;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F85C70;
  border-color: #F85C70;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 92, 112, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ff214f;
  text-decoration: none;
}

.btn-link:hover {
  color: #d4002c;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {

  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/********* FOOTER **************/


.footer {
 
}

.footer .logo {
  padding-bottom: 6px;
}

.footer .logo img {
  width: 35px;
}

.footer .logo h6 {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 3px;
  left: 5px;
}

.footer a {
  color: #eaf0fc;
  padding-bottom: 5px;
  opacity: .7;
}

.footer a:hover {
  opacity: 1;
}

.footer .footer-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 767.98px) {
  .footer .footer-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .list {
  list-style-type: none;
  padding-left: 0;
  width: calc(100% / 3);
  padding: 0 30px;
  padding-bottom: 0 !important;
}

.footer .list-head {
  border-bottom: 1px solid rgba(222, 226, 230, 0.2);
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.footer .list-body {
  padding-top: 6px;
}

.footer .list-body p {
  margin-bottom: 5px;
}

.footer .list-body p i {
  display: inline-block;
  width: 20px;
}

.footer .list-body a {
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
}

.footer .list-body .social-links {
  margin-top: 25px;
}

.footer .list-body .social-links a {
  display: inline;
  padding: 0 13px 0 0;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .footer {
    display: block;
  }
  .footer .list {
    width: 90%;
    margin: auto;
   
  }
}

@media (max-width: 991.98px) {
  .footer .list {
    width: 80%;
  }
}


/*********** Boutton **********/



.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #30a0a64a;
  /*border: 1px solid transparent;*/
  padding: 0.48rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 79, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3274ae70;
  border-color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fa0034;
  border-color: #ed0031;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 66, 105, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff214f;
  border-color: #ff214f;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ed0031;
  border-color: #e0002e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 66, 105, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #A3C14A;
  border-color: #A3C14A;
}

.btn-success:hover {
  color: #fff;
  background-color: #8eaa3a;
  border-color: #86a137;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 170, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #A3C14A;
  border-color: #A3C14A;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #86a137;
  border-color: #7e9734;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 170, 69, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #47D8E0;
  border-color: #47D8E0;
}

.btn-info:hover {
  color: #212529;
  background-color: #26d1da;
  border-color: #23c8d1;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 189, 197, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #47D8E0;
  border-color: #47D8E0;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #23c8d1;
  border-color: #21bdc6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 189, 197, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FF8882;
  border-color: #FF8882;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ff645c;
  border-color: #ff574f;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 121, 117, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FF8882;
  border-color: #FF8882;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff574f;
  border-color: #ff4b42;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 121, 117, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #f63750;
  border-color: #f62b45;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 116, 133, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F85C70;
  border-color: #F85C70;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f62b45;
  border-color: #f51f3a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 116, 133, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}