:root {
  --main-color: #724E91;
  /*--main-bg-color:#F4F2EE;*/
  --main-bg-color:#f7f5f2;
  --main-txt-color:#142933;
  --block-bg-color:#FFF;
  --block-txt-color:#222;
  --block-border-color:rgba(0,0,0,0.1);
  --main-link-color:#506773;
  --btn-bg-color:var(--main-color);
  --btn-txt-color:#FFF;
  --main-border_radius:5px;
  /* amount status */
  --amount-credited:#0C3;
  --amount-debit:#C00;
  --amount-error:#C00;
  --amount-noref:#39C;
  --amount-pending:#EEE;
  --amount-refund:#F90;
  /*--btn-border-radius:var(--main-border-radius);*/
  --paiement-color: #230031;
}
#navigation {
  display: block;
}
#navigation .inner {
  width: 260px;
  position: fixed;
  background: #FFF;
  /*height:200px;*/
  height: 100%;
  margin-right: 10px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
#navigation .logo {
  padding: 20px;
  height: 60px;
  /*background:#EEE;*/
}
#navigation .logo img {
  width: 100%;
}
#navigation .logo img.small {
  display: none;
}
#navigation-bottom {
  display: none;
}
#navigation-bottom .inner {
  width: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: #FFF;
}
.menuLeft {
  margin-top: 20px;
}
.menuLeft a {
  display: block;
  padding: 18px 5px;
  font-size: 1.2em;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  position: relative;
}
.menuLeft a:hover {
  background: #F9F9F9;
  font-weight: 600;
}
.menuLeft a.selected {
  font-weight: 600;
  background: #F9F9F9;
}
.menuLeft a.selected i {
  /*font-size:1.1em*/
}
.menuLeft a i {
  font-size: 0.9em;
  width: 60px;
  text-align: center;
}
.menuLeft a .badge {
  position: absolute;
  left: 40px;
  top: 10px;
  font-size: 0.6em;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1em;
  text-align: right;
  color: #FFF;
  padding-left: 0.3em;
}
.menuBottom {
  padding: 0px 6px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.menuBottom a {
  display: inline-block;
  padding: 20px 5px 12px;
  font-size: 1.4em;
  font-weight: 300;
  color: #555;
  text-decoration: none;
  width: calc(20% - 3px);
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.menuBottom a i {
  font-size: 0.9em;
  text-align: center;
}
.menuBottom a .name {
  font-size: 0.5em;
  display: block;
  color: #888;
  font-weight: 600;
  line-height: 1;
  padding-top: 5px;
}
.menuBottom a:hover {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  font-weight: 400;
}
.menuBottom a.selected {
  /*font-weight:600;*/
  color: var(--main-color);
  border-bottom: solid 3px var(--main-color);
}
.menuBottom a.selected i {
  /*font-size:1.1em*/
  color: var(--main-color);
}
.menuBottom a.selected .name {
  color: #222;
}
.menuBottom a .badge {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 0.5em;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: right;
  color: #FFF;
  padding-left: 0.3em;
}
.menuTab {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.menuTab a {
  display: inline-block;
  padding: 10px;
  width: 49%;
  text-align: center;
  text-decoration: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  color: var(--main-txt-color);
}
.menuTab a.selected {
  font-weight: bold;
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
}
/* * * *  LIST * * * * */
.list {
  /* item list IBANS */
  /* item list services business */
  /* display date in list */
}
.list .item {
  display: block;
  background: #FFF;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
.list .item:last-child {
  margin-bottom: 0px;
}
.list .item:hover {
  background: #F9F9F9;
  border-color: #FFF;
}
.list .item a {
  color: var(--main-txt-color);
  text-decoration: none;
  display: block;
  padding: 0;
}
.list .item .content {
  /*padding-left:40px;
			padding-right:105px;*/
  cursor: pointer;
}
.list .item .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 28px;
  text-align: center;
  font-size: 1.2em;
  /*border:solid 1px rgba(0,0,0,0.1);*/
}
.list .item .text {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 5px;
  color: #999;
}
.list .item .amount {
  font-weight: normal;
  position: absolute;
  right: 50px;
  top: 18px;
  font-size: 1em;
}
.list .item .arrow {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 1.2em;
}
.list.transaction .item, .list.operation .item {
  /* status item error */
  /* status item credited */
  /* status item noref */
}
.list.transaction .item:hover, .list.operation .item:hover {
  background: #F9F9F9;
  border-color: rgba(0, 0, 0, 0.1);
  border-color: #FFF;
}
.list.transaction .item.open, .list.operation .item.open {
  background: #FFF !important;
  border-color: rgba(0, 0, 0, 0.1);
}
.list.transaction .item .detail, .list.operation .item .detail {
  display: none;
  font-size: 0.8em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.list.transaction .item .detail .fee, .list.operation .item .detail .fee {
  font-weight: bold;
  color: var(--amount-debit);
}
.list.transaction .item .content, .list.operation .item .content {
  padding-left: 40px;
  padding-right: 105px;
}
.list.transaction .item .status, .list.operation .item .status {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border-radius: 5px;
  line-height: 1;
  color: #999;
}
.list.transaction .item.error .status, .list.operation .item.error .status {
  background: #C00;
  color: #FFF;
}
.list.transaction .item.error .amount, .list.operation .item.error .amount {
  color: #C00;
}
.list.transaction .item.error .icon, .list.operation .item.error .icon {
  color: #C00;
}
.list.transaction .item.credited .status, .list.operation .item.credited .status {
  background: #0C3;
  color: #FFF;
}
.list.transaction .item.credited .amount, .list.operation .item.credited .amount {
  color: #0C3;
}
.list.transaction .item.credited .icon, .list.operation .item.credited .icon {
  color: #0C3;
}
.list.transaction .item.noref .status, .list.operation .item.noref .status {
  background: #39C;
  color: #FFF;
}
.list.transaction .item.noref .amount, .list.operation .item.noref .amount {
  color: #39C;
}
.list.transaction .item.noref .icon, .list.operation .item.noref .icon {
  color: #39C;
}
.list.transaction .item .content {
  min-height: 50px;
}
.list.operation.home .item .amount {
  right: 10px;
}
.list.operation .item.credit .amount {
  color: var(--amount-credited);
  font-weight: bold;
}
.list.operation .item.credit .icon {
  color: var(--amount-credited);
}
.list.operation .item.debit .icon {
  color: var(--amount-debit);
}
.list.iban .item {
  padding: 15px 105px 15px 10px;
  cursor: pointer;
}
.list.iban .item .type {
  font-size: 0.8em;
  padding-bottom: 7px;
  color: var(--main-color);
  font-weight: 600;
}
.list.iban .item .type i {
  margin-right: 0.5em;
}
.list.iban .item .title {
  font-weight: bold;
  font-size: 1.1em;
}
.list.iban .item .title span {
  font-size: 0.8em;
  display: block;
}
.list.iban .item .text {
  font-size: 0.9em;
  line-height: 1;
}
.list.iban .item .iban {
  font-size: 0.9em;
  line-height: 1;
  color: #999;
}
.list.iban .item .amount {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 40px;
  font-size: 1.3em;
  color: #0C3;
  text-align: right;
}
.list.iban .item .amount span {
  display: block;
  font-size: 0.65em;
  color: #999;
  font-weight: normal;
  padding-top: 5px;
}
.list.iban .item .btnActions {
  position: absolute;
  right: 5px;
  top: 0px;
}
.list.business .item {
  padding: 15px 65px 15px 10px;
  cursor: pointer;
}
.list.business .item:hover {
  background: #F9F9F9;
  border-color: #FFF;
}
.list.business .item a {
  color: var(--main-txt-color);
  text-decoration: none;
  display: block;
  padding: 0;
}
.list.business .item .type {
  font-size: 0.8em;
  padding-bottom: 7px;
  color: var(--main-color);
  font-weight: 600;
}
.list.business .item .type i {
  margin-right: 0.5em;
}
.list.business .item .title {
  font-weight: bold;
  font-size: 1.1em;
}
.list.business .item .text {
  font-size: 0.9em;
  line-height: 1;
}
.list.business .item .iban {
  font-size: 0.9em;
  line-height: 1;
  color: #999;
}
.list.business .item .amount {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 40px;
  font-size: 1.3em;
  color: #0C3;
}
.list.business .item .btnActions {
  position: absolute;
  right: 5px;
  top: 0px;
}
.list.business-full .item {
  /* status item error */
  /* status item credited */
}
.list.business-full .item .content {
  padding-right: 50px;
  padding-left: 40px;
}
.list.business-full .item .title {
  font-weight: 600;
}
.list.business-full .item .btnActions {
  position: absolute;
  right: 5px;
  top: 0px;
}
.list.business-full .item .status {
  /*position:absolute;*/
  display: inline-block;
  right: 50px;
  top: 40px;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border-radius: 5px;
  line-height: 1;
  color: #999;
}
.list.business-full .item .icon {
  color: #999;
}
.list.business-full .item.error .status {
  background: #C00;
  color: #FFF;
}
.list.business-full .item.error .icon {
  color: #C00;
}
.list.business-full .item.validated .status {
  background: #0C3;
  color: #FFF;
}
.list.business-full .item.validated .icon {
  color: #0C3;
}
.list.business-full .account-linked {
  padding-left: 20px;
  margin-bottom: 2.5em;
}
.list.business-full .account-linked .title {
  font-weight: bold;
  font-size: 0.9em;
  padding-bottom: 10px;
}
.list.business-full .account-linked .item {
  margin-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list.business-full .account-linked .item .arrow {
  position: absolute;
  display: inline-block;
  width: 20px;
  left: -20px;
  top: calc(50% - 1em);
  font-size: 0.8em;
}
.list.business-full .account-linked .item .content {
  padding-right: 0px;
  padding-left: 0px;
}
.list.business-full .account-linked .item .content .title {
  padding-bottom: 0;
}
.list.business-full .account-linked .item .content .amount {
  top: 35px;
}
.list.beneficiary .item {
  /* status item error */
  /* status item credited */
}
.list.beneficiary .item .content {
  padding-right: 50px;
  padding-left: 40px;
}
.list.beneficiary .item .title {
  font-weight: 600;
}
.list.beneficiary .item .btnActions {
  position: absolute;
  right: 5px;
  top: 0px;
}
.list.beneficiary .item .status {
  /*position:absolute;*/
  display: inline-block;
  right: 50px;
  top: 40px;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #EEE;
  border-radius: 5px;
  line-height: 1;
  color: #999;
}
.list.beneficiary .item .icon {
  color: #999;
}
.list.beneficiary .item.error .status {
  background: #C00;
  color: #FFF;
}
.list.beneficiary .item.error .icon {
  color: #C00;
}
.list.beneficiary .item.validated .status {
  background: #0C3;
  color: #FFF;
}
.list.beneficiary .item.validated .icon {
  color: #0C3;
}
.list > .date {
  padding: 15px 0px 10px 15px;
  font-weight: bold;
  font-size: 0.9em;
}
/* * * * SELECTOR * * * * */
.selector {
  display: block;
  background: #FFF;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
.selector .detail {
  display: none;
}
.selector.opened .detail {
  display: block;
}
.selector .content {
  padding: 10px 10px;
  position: relative;
}
.selector .content:hover {
  background: #F9F9F9;
  border-color: #FFF;
}
.selector .content .amount {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.4em);
  font-size: 1.4em;
  color: #0C3;
}
.selector .content .title {
  font-size: 1.1em;
  font-weight: bold;
}
.selector .content .title span {
  font-size: 0.8em;
  display: block;
}
.selector .content .text {
  font-size: 0.9em;
  color: #999;
}
.selector .content .iban {
  font-size: 0.9em;
  color: #999;
}
.selector .content .arrow {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.3em;
}
.selector .content .type {
  font-size: 0.8em;
  padding-bottom: 7px;
  font-weight: 600;
  color: var(--main-color);
}
.selector .content .type i {
  margin-right: 0.5em;
}
.selector .content i.up {
  display: none;
}
.selector.open .arrow i.up {
  display: inline;
}
.selector.open .arrow i.down {
  display: none;
}
.selector .detail .list .item {
  margin: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.selector .detail .list .item .content {
  padding: 0;
}
.selector .detail .list .item .amount {
  right: 10px;
}
#paiement {
  background: #FFF;
}
#paiement header {
  display: block;
  width: 100%;
  /*height:25px;*/
  padding: 10px;
  background: linear-gradient(-20deg, #230031, #724E91);
  text-align: center;
}
#paiement header img {
  height: 25px;
}
#paiement .content {
  text-align: center;
  padding-bottom: 120px;
}
#paiement .content .inner {
  max-width: 1200px;
  margin: 0 auto;
  /*min-width:800px;*/
}
#paiement .tabs {
  padding: 0px;
  border-bottom: solid 1px #EEE;
  display: none;
}
#paiement .tabs > a {
  display: inline-block;
  width: calc(50% - 3px);
  padding: 5px;
  font-weight: 400;
  font-size: 1.3em;
  color: var(--paiement-color);
  border-bottom: solid 5px rgba(0, 0, 0, 0);
  text-decoration: none;
}
#paiement .tabs > a.selected {
  border-color: var(--paiement-color);
  font-weight: 600;
}
#paiement .tabs > a span {
  font-weight: 400;
  font-size: 0.7em;
  color: #333;
  padding: 0;
  display: block;
  margin-top: 3px;
}
@media (max-width: 768px) {
  #paiement .tabs {
    display: block;
  }
}
#paiement .paiementInfos {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0.5em;
  border-bottom: solid 1px #eee;
}
#paiement .paiementInfos > div span {
  font-size: 0.9em;
  text-align: left;
  display: inline-block;
  padding: 2px;
  width: calc(50% - 3px);
  font-weight: bold;
  line-height: 1;
}
#paiement .paiementInfos > div span.title {
  font-weight: normal;
  text-align: right;
}
#paiement .paiementTitle {
  font-weight: 400;
  font-size: 1.8em;
  color: var(--paiement-color);
  line-height: 1;
  padding: 1em 0;
}
#paiement .paiementTitle span {
  font-size: 0.7em;
  display: block;
}
@media (max-width: 768px) {
  #paiement .paiementTitle {
    display: none;
  }
}
#paiement .paiementMethodList div:last-child {
  margin-right: 0;
}
#paiement .paiementMethodList:hover .paiementMethod {
  background: #FFF;
  border-color: #EEE;
}
#paiement .paiementMethodList:hover .paiementMethod:hover {
  background: #F9F9F9;
  border-color: #CCC;
  cursor: pointer;
  opacity: 1;
}
#paiement.small .paiementMethod .details {
  display: none;
}
#paiement.small .paiementMethod.selected .details {
  display: block;
}
#paiement .paiementMethod {
  display: inline-block;
  width: calc(33% - 10px);
  min-width: 260px;
  min-height: 180px;
  margin-right: 10px;
  border: 1px solid #EEE;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
#paiement .paiementMethod.selected {
  background: #F9F9F9;
  border-color: #CCC;
}
#paiement .paiementMethod.opacity {
  opacity: 0.5;
}
#paiement .paiementMethod:hover {
  background: #F9F9F9;
  border-color: #CCC;
  cursor: pointer;
  opacity: 1;
}
#paiement .paiementMethod .head {
  min-height: 100px;
}
#paiement .paiementMethod .head img {
  width: 30px;
  margin-bottom: 10px;
}
#paiement .paiementMethod .head .title {
  font-weight: 400;
  font-size: 1.3em;
  color: var(--paiement-color);
  display: block;
}
#paiement .paiementMethod .head .subTitle {
  font-weight: 400;
  font-size: 1em;
  color: #333;
  padding: 0;
  display: block;
  margin-top: 5px;
}
#paiement .paiementMethod .details {
  padding-top: 15px;
}
#paiement .paiementMethod.qrcode .details img {
  width: 100%;
  max-width: 250px;
}
#paiement .paiementMethod.pis .details .search {
  border: solid 1px #DDD;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 40px;
  overflow: hidden;
}
#paiement .paiementMethod.pis .details .search img {
  width: 25px;
  vertical-align: text-bottom;
}
#paiement .paiementMethod.pis .details .search .country {
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
  background: #EEE;
  padding: 0px 5px;
  width: 130px;
}
#paiement .paiementMethod.pis .details .search .searchTxt {
  width: 100%;
  height: 100%;
  padding-left: 130px;
}
#paiement .paiementMethod.pis .details .search .searchTxt input {
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  line-height: 25px;
}
#paiement .paiementMethod.pis .details .bankList {
  scrollbar-width: thin;
  max-height: 450px;
  overflow-y: scroll;
}
#paiement .paiementMethod.pis .details .bankList a {
  display: inline-block;
  padding: 5px;
  border: solid 1px #DDD;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  margin-bottom: 5px;
  background: #FFF;
}
#paiement .paiementMethod.pis .details .bankList a:hover {
  border-color: #999;
}
#paiement .paiementMethod.pis .details .bankList a.top {
  width: calc(33% - 2px);
  text-align: center;
}
#paiement .paiementMethod.pis .details .bankList a.top img {
  width: 100%;
}
#paiement .paiementMethod.pis .details .bankList a.top .name {
  padding: 0px;
  font-size: 0.7em;
}
#paiement .paiementMethod.pis .details .bankList a img {
  width: 80px;
}
#paiement .paiementMethod.pis .details .bankList a .name {
  padding-left: 5px;
  font-size: 1.1em;
}
#paiement .paiementMethod.manual .details > div {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
#paiement .paiementMethod.manual .details > div:hover {
  border-color: #CCC;
}
#paiement .paiementMethod.manual .details > div .name {
  color: #999;
  font-size: 0.8em;
  line-height: 1;
}
#paiement .paiementMethod.manual .details > div .value {
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
}
#paiement .paiementMethod.manual .details > div .copy {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
#paiement .paiementMethod.manual .details > div .copy img {
  width: 17px;
}
#paiement .paiementMethod.manual .details > div.ref .value {
  font-size: 1.4em;
}
#paiement .paiementMethod.manual .details > div.ref .important {
  font-size: 0.8em;
  color: #090;
}
#paiement .paiementMethod.manual .details > div.amount .value {
  font-size: 1.4em;
}
@media (max-width: 768px) {
  #paiement .paiementMethod {
    width: 100%;
    border: none;
    margin: 0px;
    padding: 10px;
  }
  #paiement .paiementMethod.qrcode {
    display: none;
  }
  #paiement .paiementMethod.manual {
    display: none;
  }
  #paiement .paiementMethod.pis .details .bankList {
    max-height: 2000px;
  }
  #paiement .paiementMethod .head {
    min-height: 20px;
  }
  #paiement .paiementMethod .head img {
    display: none;
  }
  #paiement .paiementMethod .head .title {
    display: none;
  }
}
#paiement footer {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  padding-bottom: 5px;
  font-size: 0.7em;
  color: #999;
  position: fixed;
  bottom: 0;
  background: #FFF;
  border-top: solid 1px #EEE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
}
#paiement footer a {
  color: #333;
}
#paiement footer .btnBlock {
  margin-bottom: 10px;
  display: flow-root;
}
#paiement footer .btnBlock:after {
  clear: both;
}
#paiement footer .btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  border: solid 1px #EEE;
  text-align: center;
}
#paiement footer .btn.back {
  background: linear-gradient(#6C0, #390);
  color: #FFF;
}
#paiement footer .btn.manual {
  color: var(--paiement-color);
  float: right;
  display: none;
}
#paiement footer .btn.pis {
  color: var(--paiement-color);
  float: right;
  display: none;
}
@media (max-width: 768px) {
  #paiement footer .btn.back {
    float: left;
  }
  #paiement footer .btn.manual {
    display: inline-block;
  }
}
* {
  font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: var(--main-bg-color);
  color: var(--main-txt-color);
  width: 100%;
  height: 100%;
  position: relative;
  font: normal 1em/1.2em Lato;
  font-weight: 400;
}
.modal-body {
  background-color: var(--main-bg-color);
  color: var(--main-txt-color);
}
h1 {
  font-size: 1.8em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
h2 {
  font-size: 1.4em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 0.6em;
  /*padding-top:1em;*/
}
h3 {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 0.5em;
  padding-left: 0.6em;
}
p {
  padding: 0.5em 0;
}
.verified {
  font-size: 0.8em;
  color: #0C3;
  font-weight: 600;
}
.form .title {
  font-size: 0.8em;
  font-weight: 600;
}
.form input {
  padding: 10px;
  border: solid 1px #EEE;
  width: 100%;
}
.form input::placeholder {
  color: #CCC;
}
.mt1 {
  margin-top: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt3 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.ml1 {
  margin-left: 10px;
}
.ml2 {
  margin-left: 20px;
}
.mr1 {
  margin-right: 10px;
}
.mr2 {
  margin-right: 20px;
}
.pt0 {
  padding-top: 0px;
}
.form-line {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.form-line label {
  font-size: 0.9em;
  font-weight: bold;
}
.w33 {
  width: calc(33% - 3px);
}
.w66 {
  width: calc(66% - 3px);
}
/*
a {
	color:#FFF;
}

a.btn {
	display:inline-block;
	padding:6px 20px;
	background: linear-gradient(#ffc600, #ff8a00);
	color: #333333;
	border-radius:3px;
	font-weight:bold;
}
*/
.txt-small {
  font-size: 0.8em;
}
.txt-light {
  opacity: 0.8;
}
.btn {
  display: inline-block;
  color: var(--main-link-color);
  padding: 0;
}
.btn i {
  font-size: 1.4em;
  width: 2.5em;
  /*font-weight:400;*/
  height: 2em;
  line-height: 2em;
  display: inline-block;
  color: var(--main-link-color);
  text-align: center;
}
.btn svg {
  width: 2em;
  height: 2em;
  fill: var(--main-link-color);
  margin: 0.5em 0.8em;
}
.btn > span {
  font-size: 0.75em;
  line-height: 1;
  text-align: left;
  display: inline-block;
  margin-left: -5px;
  padding-right: 15px;
}
.btn > span span.nb {
  display: block;
  font-weight: bold;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  color: #39C;
}
.btn:hover i {
  color: #39C;
}
.btn:hover svg {
  fill: #39C;
}
.btn.btn-txt {
  border: solid 1px #EEE;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.btn.btn-wide {
  display: block;
  /*margin:auto 10px;*/
}
.btn.color {
  color: var(--main-color);
}
.btn.color i {
  color: var(--main-color);
}
.btn.btn-txt > span {
  font-size: 1.1em;
  line-height: 2.5em;
  vertical-align: top;
}
.btnBonus i {
  color: #FC0;
}
.btnLove.loveSent i {
  color: #C00;
}
.btn.btn-primary {
  padding: 4px 17px;
  font-size: 1.1em;
  background: var(--main-color);
  color: #FFF;
  border: none;
}
.btn.btn-primary:hover {
  /*background:#39C;*/
  color: #333;
}
.btn.btn-primary i {
  color: #FFF;
  line-height: 1.2;
  height: auto;
  width: auto;
  font-size: 1.3em;
}
.btn.txt-left {
  text-align: left;
}
.btn.btn-primary span {
  font-size: 0.8em;
  line-height: 1.4;
  padding-left: 0.6em;
  padding-right: 0;
}
.btn.btn-secondary {
  color: #999;
  background: none;
  padding: 7px 17px;
  border: none;
}
.btn.btn-secondary:hover {
  color: #333;
}
.bloc .title {
  font-size: 1.1em;
  font-weight: 400;
  border-bottom: solid 1px #EEE;
  padding: 10px;
}
.subTitle {
  padding: 10px 0px 5px 15px;
  font-weight: bold;
  font-size: 0.9em;
}
/*

.search {
	position:relative;
	padding:10px;
}

.search input {
	padding:10px 10px 10px 50px;
	border:solid 1px #EEE;
	border-radius:5px;
	width:100%;
	background:rgba(0,0,0,0.03);
}

.search i {
	position:absolute;
	left:20px;
	top:20px;
	font-size:1.4em;
}

*/
.contextMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.contextMenu .layer {
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.contextMenu .content {
  position: absolute;
  background: #FFF;
  width: 300px;
  border-radius: 5px;
  border: solid 1px #EEE;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1;
}
.contextMenu .content > div {
  display: none;
}
.contextMenu a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
}
.contextMenu a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.04);
  font-weight: 400;
}
.contextMenu a.sup {
  color: #C00;
}
.plusMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.plusMenu .layer {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.plusMenu .content {
  position: absolute;
  background: #FFF;
  width: 260px;
  border-radius: 5px;
  border: solid 1px #EEE;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1;
}
.plusMenu a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
}
.plusMenu a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.04);
  font-weight: 400;
}
/*
.head {
	padding-bottom:1em;
}
*/
#header {
  width: 100%;
  background-color: #900;
  position: fixed;
  top: 0;
  z-index: 999;
  color: #FFF;
  box-shadow: 0px 0px 12px #000;
  user-select: none;
  display: none;
}
#header .int {
  padding: 5px;
  margin: 0 auto;
  width: 100%;
}
#header .logo {
  display: inline-block;
}
#header .logo img {
  max-width: 100px;
  vertical-align: top;
}
#footer {
  width: 100%;
  background: #900;
  position: fixed;
  z-index: 998;
  bottom: 0px;
  left: 0;
  color: #999;
  box-shadow: 0px 0px 12px #000;
  display: none;
}
#footer .int {
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  user-select: none;
}
#header .logo img {
  /*width:130px;*/
}
@media only screen and (min-width: 768px) {
  .mobileOnly {
    display: none;
  }
}
.desktopOnly {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktopOnly {
    display: block;
  }
}
/*
.menu {
	float:right;
	margin-right:10px;
	margin-top:7px;
}


.menu li {
	display:inline-block;
	position:relative;
}


.menu li a {
	font-size:1.2em;
	display:block;
	color:#FFF;
	padding:4px 15px 4px 15px;
	text-transform:uppercase;
}

.menu li a img {
	width:30px;
}

.menu li a:hover {
	font-weight:bold;
}


.menu li a.selected {
	font-weight:bold;

}

.menu li .smenu {
	background:#000;
	display:none;
	position:absolute;
	top:45px;
	width:280px;
	padding-top:3px;
	box-shadow: 0px 0px 8px #555;
	z-index:997;
}

.menu li .smenu a {
	font-size:13px;
	display:block;
	color:#CCC;
	padding:4px 10px 4px 10px;
	text-transform:uppercase;
	border-bottom:solid 1px #999;
}


.menu li .smenu a:hover {
	color:#900;
}


.menu li:hover .smenu {
	display:block;
}

.menu-smart {
	display:none;
}
*/
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #FFF;
  margin: 7px 0;
  transition: 0.4s;
}
.menu-bg {
  display: none;
}
.menuFooter {
  padding: 0px;
}
.menuFooter li {
  display: inline-block;
}
.menuFooter li a {
  font-size: 0.7em;
  display: block;
  color: #FFF;
  padding: 2px 10px 4px 10px;
}
.menuFooter li a:hover {
  color: #FFF;
}
.menuFooter li a.selected {
  color: #FFF;
}
.topTitle {
  height: 60px;
  background: #FFF;
  padding: 6px;
  width: 100%;
  z-index: 100;
  position: sticky;
  top: 0;
  border-bottom: solid 1px #EEE;
  margin-bottom: 1em;
}
.topTitle .title {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 45px;
  padding-left: 5px;
  vertical-align: top;
  color: #222;
}
.topTitle .right {
  position: absolute;
  right: 10px;
}
/* * * * * Main structure * * * * * */
#main {
  padding: 0px 10px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 100%;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 260px auto 260px;
}
#content {
  display: block;
  height: 100%;
  width: 100%;
  /*background:#EEE;*/
}
.menuTab {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.menuTab a {
  display: inline-block;
  padding: 10px;
  width: 49%;
  text-align: center;
  text-decoration: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  color: var(--main-txt-color);
}
.menuTab a.selected {
  font-weight: bold;
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
}
.page {
  /*display: grid;*/
  /*column-gap: 0px;*/
  /*grid-template-columns: 75% 25%;*/
  height: 100%;
  margin: 0 auto;
  /*max-width:1000px;*/
}
.page.transfer .setAmount {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page.transfer .setAmount {
    width: 30%;
  }
}
.page.transfer .setReference {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .page.transfer .setReference {
    width: 50%;
  }
}
.page.business .part-shop {
  display: none;
}
.page > .inner {
  /*
	border-left:solid 1px #EEE;
	border-right:solid 1px #EEE;
	*/
  min-height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.page > .inner .top {
  height: 60px;
  background: #FFF;
  padding: 6px;
  width: 100%;
  z-index: 100;
  position: sticky;
  top: 0;
  border-bottom: solid 1px #EEE;
}
.page > .inner .top .title {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 45px;
  padding-left: 10px;
  vertical-align: top;
  color: #333;
}
.page > .inner > .content {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 100%;
}
.page > .inner > .content > .menu > div {
  background: #FFF;
  margin-bottom: 1em;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.page > .inner > .content > .menu a {
  display: block;
  padding: 1em;
  padding-left: 1.5em;
  text-decoration: none;
  color: var(--main-txt-color);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.page > .inner > .content > .menu a:hover {
  background: #F9F9F9;
  font-weight: 600;
}
.page > .inner > .content > .menu a.sub {
  font-weight: normal;
  padding: 1em;
  margin-top: 0px;
}
.page > .inner > .content > .menu a.selected {
  background: #F9F9F9;
  font-weight: 600;
}
.page > .inner > .content > .menu a i {
  position: absolute;
  right: 1em;
  top: 1.2em;
}
.page > .inner > .content > .inner {
  display: none;
}
.page > .inner > .content.displayInner > .menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page > .inner > .content.displayInner > .menu {
    display: block;
  }
}
.page > .inner > .content.displayInner > .inner {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page > .inner > .content {
    grid-template-columns: 250px auto;
  }
  .page > .inner > .content > .inner {
    display: block;
  }
}
#rightCol {
  height: 100%;
  display: none;
  padding-top: 10px;
}
@media only screen and (min-width: 1200px) {
  #rightCol {
    display: block;
  }
}
#rightCol .links {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #EEE;
  text-align: center;
  line-height: 1;
}
#rightCol .links a {
  display: inline-block;
  padding: 5px;
  font-size: 0.8em;
  color: #999;
  text-decoration: none;
}
#rightCol .links a:hover {
  text-decoration: underline;
}
/* * * * SEARCH * * * * */
.search.transaction {
  padding: 0px 10px;
  margin-bottom: 2em;
}
.search.transaction label {
  font-size: 0.8em;
}
.search.transaction .searchTxt {
  display: inline-block;
  width: calc(60% - 5px);
  margin-right: 10px;
}
.search.transaction .type {
  display: inline-block;
  width: calc(40% - 10px);
}
.search.transaction .dateStart {
  display: inline-block;
  width: calc(35% - 8px);
  margin-right: 10px;
}
.search.transaction .dateEnd {
  display: inline-block;
  width: calc(35% - 8px);
  margin-right: 10px;
}
.search.transaction .searchBtn {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
  vertical-align: bottom;
}
/* * * * HOME * * * * */
.part-block {
  padding: 1em;
  background: #FFF;
  margin-bottom: 1em;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.part-block.radius {
  border-radius: 5px;
}
.news {
  margin: 10px;
  padding: 1em;
  background: #FFF;
}
/* * * * ACTIONS * * * * */
.actions {
  text-align: center;
  margin-bottom: 1em;
}
.actions.home {
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.actions a {
  display: inline-block;
  vertical-align: top;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: var(--btn-bg-color);
  border-radius: 5px;
  color: var(--btn-txt-color);
  padding: 5px 10px;
  text-align: center;
  min-width: 80px;
  text-decoration: none;
}
.actions a:hover {
  background: var(--btn-txt-color);
  color: var(--btn-bg-color);
}
.actions a i {
  font-size: 1.1em;
  text-align: center;
}
.actions a span {
  font-size: 0.8em;
  display: block;
  margin-top: 0.2em;
  font-weight: 600;
}
/* * * * MODAL * * * * */
.modal-content .collectionList > .item {
  padding: 15px 10px;
  border-radius: 5px;
  display: block;
}
.modal-content .collectionList > .item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.modal-content .collectionList > .item .title {
  font-weight: 400;
  font-size: 1.1em;
}
.modal-content .collectionList > .item .nb {
  font-size: 0.8em;
  color: #BBB;
}
.modal-content .collectionList > .item input {
  float: right;
}
#modalAddCollection .std {
  display: block;
  width: 100%;
}
#modalAddCollection .newCollection {
  display: block;
  width: 100%;
  display: none;
}
#modalAddCollection .blocNewCollection {
  padding-bottom: var(--bs-modal-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}
#modalAddCollection .blocNewCollection .title {
  font-size: 0.8em;
  font-weight: 600;
}
#modalAddCollection .blocNewCollection input {
  padding: 10px;
  border: solid 1px #EEE;
  width: 100%;
}
#modalAddCollection .blocNewCollection input::placeholder {
  color: #CCC;
}
#modalAddCollection .blocButtons {
  padding-top: var(--bs-modal-padding);
  text-align: right;
}
#main.messages.discuss #navigation-bottom {
  display: none;
}
@media (min-width: 992px) {
  body {
    /*font-size:1.1em;*/
  }
  .search.transaction .searchTxt {
    width: 200px;
    margin-right: 0.4em;
  }
  .search.transaction .type {
    width: 120px;
    margin-right: 0.4em;
  }
  .search.transaction .dateStart {
    width: 140px;
    margin-right: 0.4em;
  }
  .search.transaction .dateEnd {
    width: 140px;
    margin-right: 0.4em;
  }
  .search.transaction .searchBtn {
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (max-width: 1200px) {
  #main {
    grid-template-columns: 80px auto;
  }
  #navigation .logo img {
    display: none;
  }
  #navigation .logo img.small {
    display: block;
  }
  .menuLeft a .name {
    display: none;
  }
  #navigation .inner {
    width: 80px;
  }
}
@media (max-width: 1040px) {
  .page {
    grid-template-columns: auto 220px;
  }
}
@media (max-width: 820px) {
  .page {
    grid-template-columns: 100%;
  }
  #rightCol {
    visibility: hidden;
  }
  .page.messages {
    grid-template-columns: 100%;
  }
  .page.messages .msg {
    visibility: hidden;
  }
  .page.messages .search {
    margin-top: 20px;
  }
  .page.explore .search {
    margin-top: 20px;
  }
  .page.messages.discuss {
    grid-template-columns: 0 100%;
  }
  .page.messages.discuss .inner {
    visibility: hidden;
  }
  .page.messages.discuss .msg {
    visibility: visible;
  }
  .statusList {
    font-size: 1.2em;
  }
  .idole .subscribe {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (max-width: 600px) {
  #main {
    grid-template-columns: 100%;
    column-gap: 0px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .page .topTitle {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .page.messages .msg .editor {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  #suggest {
    visibility: hidden;
  }
  #navigation {
    visibility: hidden;
  }
  #navigation-bottom {
    display: block;
  }
  .idole .subscribe {
    margin-left: 0em;
    margin-right: 0em;
  }
  .post .btn > span {
    display: block;
    padding: 0px 15px;
    text-align: center;
  }
}
