.btn-link {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  list-style: none;
  display: inline-block;
  padding: 1em;
  margin-right: 1%;
  font-weight: 700;
}


.btn {
  border: solid #0F5F5F;
  background-color: #0F5F5F;
  --bs-btn-color: #F7F72A;
  --bs-btn-bg: #F7F72A;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #F7F72A;
  --bs-btn-hover-bg: #0F5F5F;
  --bs-btn-hover-border-color: #F7F72A;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #F7F72A;
  --bs-btn-active-bg: #0F5F5F;
  --bs-btn-active-border-color: #F7F72A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #999;
  --bs-btn-disabled-border-color: #F7F72A;
}

 /* Modify brand and text color */
 .navbar-brand {
    background-color: #0F5F5F;
    width: 100%;
 }

table {
  border-collapse: separate;
  border-spacing: 1em;
}

.footer-format {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.information-format {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.information-format a {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  outline: 0;
  display: inline-block;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}

.information-title {
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 2rem;
  margin: 20px 0 25px;
  color: #000;
  margin-bottom: .8em;
  font-size: 1.5em;
}

.information-label {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-right: 1%;
  font-weight: 700;
}

.information-data {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  list-style: none;
  vertical-align: top;
  margin-right: 5px;
}

.information-format tr {
  line-height: 25px;
  min-height: 25px;
  height: 25px;
}

td.information-label {
  min-width: 277px;
  width: 277px;
}

td.information-data {
  min-width: 405px;
  width: 405px;
}

.btn-besoin-aide {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  font: inherit;
  background: 0 0;
  border: none !important;
  cursor: pointer;
}

.icon-chat-md {
  list-style: none;
  font: inherit;
  cursor: pointer;
  background: transparent url(/images/icon-chat-md.png) no-repeat left top;
  width: 45px;
  height: 35px;
  display: inline-block;
  text-indent: -5000px;
}

.heading {
  list-style: none;
  font: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  line-height: 2rem;
  color: #999;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.footer-format {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}



.icon-chat-md {
  list-style: none;
  font: inherit;
  cursor: pointer;
  background: transparent url(/images/icon-chat-md.png) no-repeat left top;
  width: 45px;
  height: 35px;
  display: inline-block;
  text-indent: -5000px;
}

.heading {
  list-style: none;
  font: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  line-height: 2rem;
  color: #999;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

.information-format {
  font-size: 13px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.information-title {
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 2rem;
  margin: 20px 0 25px;
  color: #000;
  margin-bottom: .8em;
  font-size: 1.5em;
}

.iframe-size {
  width: 500px;
  height: 820px;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.errorBorder {
  border-color:  red !important;
}
.errorMsg {
  color: red;
}

.monerisInput {
  border-color:  green;
}

.bold {
  font-weight: bold;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

h1,h2 {
	font-family: Roboto, sans-serif;
    font-weight: 600;
}

#header h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 2.2rem;
}

#header h2 {
    color: #000;
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.8rem;
}

#header h2 .step {
    background-color: #dedede;
    width: 34px;
    height: 34px;
	  line-height: 1.4;
    text-align: center;
    border-radius: 50%;
}

#header h2 span {
    display: inline-block;
}

#header h2 .step span:first-child {
    font-size: 1.3rem;
}

body {
    background-color: #f5f5f5;
}

#form-container {
    margin: 40px 0;
    max-width: 60em;
}

#accountForm {
    display: flex;
}

#accountForm .flex-container {
    min-width: 585px;
}

#accountForm aside {
    font-size: 13px;
    max-width: 30%;
}

#parent form input,select,button {
    padding: 0.8em !important;
    border: 1px solid #eaeaea;
    font-size: 1rem;
	  outline: 0;
}

#paymentForm input,select {
  margin-left: 12px;
}

#monerisFrame {
  min-height: 233px;
  margin-right: -23px;
}

#parent form .row {
    margin-bottom: 2%;
}

.password-row {
	margin-bottom: 0 !important;
}

.privacy-policy-col {
    display: block !important;
}

.privacy-policy-col input{
    margin-right: 5px;
}

.privacy-policy-col label{
    display: contents;
}

footer {
  display: block;
}

.mobile-footer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

footer .float-end {
  text-align: right;
}

#continueButton {
	border-radius: 0;
	width: 97%;
	margin-left: 10px;
}

#paymentForm .btn {
	border-radius: 0;
}

.v-padding {
  min-height: 240px;
}

.payment-buttons-row {
  margin-left: 1px;
  flex-direction: row !important;
  margin-top: 12px;
}

.payment-buttons-row .col {
  padding: 0;
}

.moneris-frame-row {
  margin-bottom: 0 !important;
}

.moneris-error-list {
  padding-left: 2px;
}

#paymentForm .flex-container .row {
  flex-direction: column;
}

footer .border-top {
  margin-left: 1px;
}

#summaryForm .information-label{
  font-size: 15px;
  font-weight: 500;
}

#summaryForm .information-data{
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.edit-btn{
  padding: 0 !important;
  background: none;
  border: none;
}

#summaryForm .row{
  margin-bottom: 2%;
}

.accept-row {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.summary-buttons-row button {
  border-radius: 0;
  border: solid #0F5F5F;
}

.summary-buttons-row {
  width: auto;
}

#form-container a {
  color: black;
}

#mon-compte-form,#confirmation-form {
  padding: 10px;
}

#confirmation-form #parent .row{
  margin-bottom: 2%;
}

/* loading animation for buttons */
.htmx-indicator{
  display:none;
}
.htmx-request .htmx-indicator{
  display:inline;
}
.htmx-request.htmx-indicator{
  display:inline;
}
/* loading animation for buttons */

@media screen and (max-width: 728px) {

  #form-container {
    margin: 0;
  }

  #accountForm .col {
	margin-bottom: 2%;
  }
  
  footer {
    display: none;
  }

  footer div.border-secondary {
    margin-left: 0;
  }
  
  #accountForm {
    display: block;
  }
  
  #accountForm aside {
    font-size: 13px;
    max-width: 97%;
	  margin-left: 12px;
	  margin-top: 6px;
  }
  
  #accountForm .flex-container {
    min-width: 0;
	  align-items: center;
  }

  .mobile-footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }

  footer .float-end {
    text-align: left;
  }

  .v-padding {
    min-height: 0;
  }

  body {
    min-height: 60rem;
    padding-top: 4.5rem;
  }

  #summaryForm .name-label,.email-label {
    max-width: 80px;
  }

  .summary-buttons-row {
    margin-bottom: 22% !important;
  }

  #confirmation-form #parent {
    margin-bottom: 70%;
  }

  #confirmation-form #parent .row{
    margin-bottom: 4%;
  }

  /*FIXME Eric */
  /* Move reCAPTCHA v3 badge in front */
  .grecaptcha-badge {
    bottom: 360px !important;
  }

}
/* Move reCAPTCHA v3 badge in front and higher */
.grecaptcha-badge {
  bottom: 140px !important;
  z-index:1999;
}