@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-v21-latin-600.woff2") format("woff2");
}
body {
  margin: 0;
  font-family: "Poppins", "Arial", "sans-serif" !important;
  font-size: 1.2rem;
  line-height: 20px;
  color: #333;
  background-color: #fff !important;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
body label {
  font-weight: normal;
}
#content {
  margin: 0 auto;
}
.login-buttons {
  width: 100%;
}
.fa-placeholder::placeholder {
  font-family: "Font Awesome 5 Solid", sans-serif;
}
.input-wrapper .input-icon {
  position: absolute;
  left: 8px;
  top: calc(50% - 0.5em);
}
.input-wrapper input {
  text-indent: 14px;
}
.input-wrapper {
  position: relative;
}
.btn {
  border: none !important;
  text-decoration: none;
  transition: background 0.4s;
  -webkit-box-shadow: 2px 2px 2px #acb6c1;
  -moz-box-shadow: 2px 2px 2px #acb6c1;
  -o-box-shadow: 2px 2px 2px #acb6c1;
  box-shadow: 2px 2px 2px #acb6c1;
}
.btn-lite {
  width: 120px;
}
.btn.btn-facebook,
.btn.btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.btn-facebook-link,
.btn-facebook-link:hover {
  background-color: transparent;
  color: #337ab7;
}
.btn-facebook i {
  font-weight: bold;
  font-style: normal;
}
.btn.btn-google,
.btn.btn-google:hover {
  background-color: #fff;
  color: #333;
}
header {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 8px 8px #efefef;
}
header a:hover,
header a:focus,
header a:focus {
  text-decoration: none;
}
header a,
header a:hover,
header a:focus {
  color: #333;
}
.logo-section {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.logo-container {
  min-height: 65px;
  margin-right: 5px;
  line-height: 65px;
}
.logo-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo-text > p {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 2px;
  margin-top: 0;
}
.logo-text > small {
  color: grey;
}
.relative {
  position: relative;
}
.content-container {
  z-index: 20;
}
.bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.bg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.btn.btn-account {
  background-color: #1896a6;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.btn.btn-sell {
  background: #00b55e !important;
  color: #fff !important;
  font-weight: bold;
}
.btn.btn-account:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.text-account {
  color: #1896a6 !important;
}
.form-error,
#loginForm .alert,
#subscribeForm .alert {
  max-width: 400px;
  margin: 0 auto 20px auto;
}
.form-centered {
  max-width: 300px;
  margin: 30px auto;
}
.form-centered.form-centered-extended {
  max-width: 600px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
#signInBox {
  width: calc(50% - 10px);
  margin-left: 0;
  margin-right: auto;
  height: 70px;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
#logInBox {
  width: calc(50% - 10px);
  margin-left: auto;
  margin-right: 0;
  height: 70px;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
#signInBox.selected {
  margin-left: -10px;
  width: calc(50%+10px);
}
#logInBox.selected {
  margin-right: -10px;
  width: calc(50%+10px);
}
#signInBox button,
#logInBox button,
#signInBox a,
#logInBox a {
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid;
  box-sizing: border-box;
  position: absolute;
}
#signInBox button,
#signInBox a {
  left: 0;
}
#logInBox button,
#logInBox a {
  right: 0;
}
#signInBox .selected {
  box-shadow: 0 0 10px #bbb;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  border: 0;
  left: 10px;
  bottom: 0;
  width: 92%;
  padding-bottom: 18px;
  padding-top: 12px;
}
#logInBox .selected {
  box-shadow: 0 0 10px #bbb;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  border: 0;
  right: 10px;
  bottom: 0;
  width: 92%;
  padding-bottom: 18px;
  padding-top: 12px;
}
#centerBox {
  box-shadow: 0 0 10px #bbb;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  background-color: white;
  z-index: 0;
}
#centerBox.right {
  border-radius: 10px 0 10px 10px;
}
#centerBox.left {
  border-radius: 0 10px 10px 10px;
}
.bold {
  font-weight: bold;
}
.color-1 {
  color: #ff6601 !important;
}
.color-2 {
  color: #fec414 !important;
}
.color-3 {
  color: #0fb7ea !important;
}
.color-4 {
  color: #f30 !important;
}
.color-5 {
  color: #1896a6 !important;
}
.color-7 {
  color: #4fb739 !important;
}
.color-grey {
  color: #aaa;
}
.content-centered p.submitfield {
  display: flex !important;
}
.btn-flat {
  box-shadow: none !important;
}
.margin-auto {
  margin: auto !important;
}
.btn-1 {
  background-color: #ff6601 !important;
  color: white !important;
  border-color: #ff6601 !important;
}
.btn-2 {
  background-color: #fec414 !important;
  color: #575a5b !important;
  border-color: #fec414 !important;
}
.btn-3 {
  background-color: #0fb7ea !important;
  color: white !important;
  border-color: #0fb7ea !important;
}
.btn-4 {
  background-color: #f30 !important;
  color: white !important;
  border-color: #f30 !important;
}
.btn-5 {
  background-color: #1896a6 !important;
  color: white !important;
  border-color: #1896a6 !important;
}
.btn-7 {
  background-color: #4fb739 !important;
  color: white !important;
  border-color: #4fb739 !important;
}
.border-color-1 {
  border: 2px solid #ff6601 !important;
}
.border-color-2 {
  border: 2px solid #fec414 !important;
}
.border-color-3 {
  border: 2px solid #0fb7ea !important;
}
.border-color-4 {
  border: 2px solid #f30 !important;
}
.border-color-5 {
  border: 2px solid #1896a6 !important;
}
.border-color-7 {
  border: 2px solid #4fb739 !important;
}
.limit {
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #eee;
}
.or {
  width: 10%;
  margin: auto;
}
.flex-12 {
  width: 100%;
}
.auto-margin {
  margin: auto;
}
@media (min-width: 768px) {
  .auto-margin {
    margin-left: 75px;
    margin-right: auto;
    justify-content: start !important;
  }
  .flex-md-6 {
    width: calc(50% - 75px) !important;
  }
}
@media (min-width: 992px) {
  .auto-margin {
    margin: auto;
  }
  .flex-lg-3 {
    width: 25% !important;
  }
  .width-pct-lg-20 {
    width: 20% !important;
  }
}
.content-centered {
  max-width: 300px;
  margin: 30px auto;
}
form .content-centered {
  max-width: 400px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
form .captcha-invisible {
  visibility: hidden !important;
  height: 0 !important;
}
form .captcha-text a {
  color: #2f86d2;
}
form .content-centered > p,
form .content-centered > div,
form .content-centered > a,
form .content-centered > span,
form .content-centered > label {
  width: 100% !important;
  margin: auto;
}
.content-centered.content-centered-extended {
  max-width: 450px;
}
#loginForm .checkboxfield label,
#subscribeForm .checkboxfield label {
  display: inline;
}
#loginForm .checkboxfield label,
#subscribeForm .checkboxfield label[for="remember_me"] {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#loginForm .checkboxfield input,
#subscribeForm .checkboxfield input {
  margin-top: 5px;
}
.radiocontainer input[type="radio"] {
  position: relative;
  top: 1px;
}
#type {
  padding-bottom: 10px;
}
.alert {
  border: 0;
  border-radius: 0;
  border-left: 5px solid;
}
.alert-danger {
  border-color: #fc4c3f;
  color: #fc4c3f;
  background-color: #fceee8;
}
.alert-success {
  border-color: #00b55e;
  color: #00b55e;
  background-color: #e8f9ed;
}
.alert-info {
  border-color: #1896a6;
  color: #1896a6;
  background-color: #e8f5f9;
}
.alert-warning {
  border-color: #f9a535;
  color: #e07a00;
  background-color: #f9f9e8;
}
.alert > p,
.alert > ul {
  margin-bottom: 10px;
}
.alert.miss {
  border-color: #fc4c3f;
  color: #fc4c3f;
  background-color: #fceee8;
  width: 100%;
  margin-top: 10px;
}
.alert.invalid {
  border-color: #fc4c3f;
  color: #fc4c3f;
  background-color: #fceee8;
  width: 100%;
  margin-top: 10px;
}
footer {
  box-shadow: 0 -8px 8px #efefef;
}
footer a:hover {
  text-decoration: none;
}
footer a,
footer a:hover {
  color: #333;
}
footer #footer-content {
  max-width: 1000px;
  margin: 0 auto;
}
.height-25 {
  height: 25px;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-1 {
  padding: 1px !important;
}
.padding-2 {
  padding: 2px !important;
}
.padding-3 {
  padding: 3px !important;
}
.padding-4 {
  padding: 4px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-50 {
  padding: 50px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-8 {
  padding-top: 8px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-200 {
  padding-top: 200px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 1px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-200 {
  padding-bottom: 200px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.width-pct-100 {
  width: 100% !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-40 {
  font-size: 40px !important;
}
.default-link {
  color: #2f86d2;
  text-decoration: none;
}
.text-no-decoration {
  text-decoration: none;
}
.display-flex {
  display: flex !important;
}
.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-end {
  align-self: flex-end !important;
}
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.display-flex {
  display: flex !important;
}
label.required:after {
  content: " *";
  color: red;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-40 {
  font-size: 40px !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-indent {
  text-indent: -1000px;
  overflow: hidden;
}
.text-whitespace-normal {
  white-space: normal !important;
}
.text-compte-non-active {
  margin: 0 15px;
  padding: 15px;
  background-color: #f7f7f7;
  font-size: 14.5px !important;
}
.underline {
  text-decoration: underline;
}
.opacity-50 {
  opacity: 0.5 !important;
}
