/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

#site-header .navbar {
  min-height: 70px;
  background-color: rgba(15, 15, 15, 0.85) !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(238, 238, 238, 0.368627451);
}
#site-header .navbar .offcanvas-body li {
  margin-right: 1rem;
}
#site-header .navbar .offcanvas-body i.fa-regular {
  font-size: 1rem;
  font-weight: 100;
  color: #ffc107;
  margin-left: 5px;
}
#site-header .navbar .offcanvas-body i.fa-user {
  margin-right: 10px;
}
#site-header .navbar .offcanvas-body a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0rem;
  vertical-align: 0rem;
  content: ">";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  border: 0px;
  color: #ffc107;
}
#site-header .navbar .offcanvas-body a:hover, #site-header .navbar .offcanvas-body a:focu {
  color: #ffffff !important;
  border-bottom: 1px solid #ffc107;
}
#site-header .navbar .navbar-toggler {
  border-color: #ffffff00 !important;
}
#site-header .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

#site-header .navbar .offcanvas {
  background: none;
}

#site-header .navbar .show {
  background-color: rgb(15, 15, 15) !important;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(238, 238, 238, 0.368627451);
}

#site-header a.dropdown-item:hover, a.dropdown-item:focus {
  color: #fff !important;
  border-bottom: 1px solid #ffc107;
  background-color: transparent;
}

#site-header .dropdown-menu li {
  padding: 5px;
}

#site-header .dropdown-menu hr {
  color: #eee;
}

#site-header .logo {
  background: transparent url("../images/logo-foreign-1.png") no-repeat center center;
  background-size: 75%;
  height: 40px;
  width: 350px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

#site-header .navbar .navbar-toggler {
  border-color: #fff;
}

#site-header .navbar li a {
  font-size: 18px;
  font-weight: lighter;
}

#site-header .navbar .dropdown-menu {
  background: rgba(0, 0, 0, 0.85);
  /*    min-width: 50px;*/
  padding: 20px;
  border-radius: 0px;
  border: 1px #000 solid;
}

#site-header .dropdown-menu a {
  display: inline;
  color: rgba(255, 255, 255, 0.55);
  padding: 0px;
}

/*Variables*/
.bg-color {
  background-image: linear-gradient(#ffc107 0%, #ffa21a 100%);
}

#footer-home .container-fluid {
  margin-top: 2rem;
}
#footer-home .middle-footer h5 {
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
#footer-home .middle-footer .border-titre {
  border-bottom: 1px solid #ffc107;
  display: inline-block;
}
#footer-home .middle-footer a {
  font-size: 0.8rem;
  color: #bbb;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5rem;
}
#footer-home .middle-footer a:hover {
  color: #ffffff;
}
#footer-home .bottom-footer {
  border-top: 1px solid #bbb;
  margin-top: 2rem;
}
#footer-home .bottom-footer p {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #bbb;
  margin-bottom: 1rem;
}

main {
  background: url(../images/test-2.jpeg) center bottom no-repeat;
  background-size: cover;
  max-width: 100%;
}

#login .container {
  margin-top: 50px;
}
#login .top-corner {
  margin-left: -2px;
  margin-top: -2px;
}
#login .bottom-corner {
  margin-left: 2px;
  margin-top: -28px;
}
#login .card {
  background-color: #111111cf;
  border: 2px dashed #ffc10780;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}
#login .left-connection .input-wrapper {
  position: relative;
  line-height: 14px;
  margin: 0 10px;
  /*        display:inline-block;*/
}
#login .left-connection .input-wrapper .field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #bbb;
  width: 2.5rem;
  height: 1rem;
}
#login .left-connection label {
  color: #bbb;
  font-size: 0.8rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 14px;
  padding: 0 2px;
  pointer-events: none;
  background: #111111cf;
  transition: transform 100ms ease;
  transform: translateY(-20px);
}
#login .left-connection input {
  width: 100%;
  font-size: 1rem;
  color: #ffc107;
  outline: none;
  border: 1px solid #bbb;
  padding: 10px 20px;
  background-color: #111111;
  /*        border-radius:20px;*/
  position: relative;
}
#login .left-connection input:invalid + label {
  transform: translateY(0);
}
#login .left-connection input:focus {
  border-color: #ffc107;
}
#login .left-connection input:focus + label {
  color: #ffc107;
  transform: translateY(-20px);
}
#login .left-connection button {
  border: 1px #ffc107 solid;
  background: rgba(0, 0, 0, 0.4);
  color: #ffc107;
  min-width: 250px;
  font-family: "Tourney", roboto, cursive, arial;
  font-weight: 900;
}
#login .left-connection button:hover, #login .left-connection button:focus {
  background: #c59400;
  color: #fff;
}
#login .right-new-ad {
  border-left: 2px dotted #ffc10780;
  background: linear-gradient(to bottom, rgba(49, 49, 49, 0.8117647059) 1px, rgba(255, 193, 7, 0.5019607843) 500px), url(../images/visuel-fond.jpg) center top no-repeat;
  background-size: cover;
}
#login .right-new-ad p {
  text-align: justify;
}
#login .right-new-ad .button a {
  font-family: "Tourney", roboto, cursive, arial;
  color: #111111;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7rem;
}
#login .right-new-ad .button a:hover {
  color: #ffffff;
}

/*# sourceMappingURL=account.css.map */
