@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: 14px;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: Hind;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #002364;
  text-align: left;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.5em 0;
  color: black;
  background-color: #E2E2E2;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, .h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #002364;
}

h1 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 2.535rem;
}
@media (max-width: 800px) {
  h1 {
    font-size: 1.714rem;
  }
}

h2, .h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  h2, .h2 {
    font-size: 1.286rem;
  }
}

h3 {
  font-size: 1.286rem;
  margin-bottom: 30px;
}

h4 {
  font-size: 1.071rem;
}

h5 {
  font-size: 1.071rem;
}

h6 {
  font-size: 1.071rem;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.5em;
}

mark {
  display: block;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: shift-color(inherit, 20%);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  color: black;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: grey;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #767586;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
  cursor: pointer;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/**
Usage example :
```
$mapped_utilz: (
	'font-size': (
		'prefix':'fs',
		'value_ar': (15,20,)
	),
);
@import "./mixin/mapped_utilz";
```
 */
.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-30 {
  padding: 30px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-main, .hero .container, .gutter-main > * {
  padding-right: calc(10.2vw + -36px);
  padding-left: calc(10.2vw + -36px);
}
@media (min-width: 1001px) {
  .px-main, .hero .container, .gutter-main > * {
    padding-right: 66px !important;
  }
}
@media (max-width: 500px) {
  .px-main, .hero .container, .gutter-main > * {
    padding-right: 15px !important;
  }
}
@media (min-width: 1001px) {
  .px-main, .hero .container, .gutter-main > * {
    padding-left: 66px !important;
  }
}
@media (max-width: 500px) {
  .px-main, .hero .container, .gutter-main > * {
    padding-left: 15px !important;
  }
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-50-to-30 {
  padding-top: calc(4vw + 10px);
  padding-bottom: calc(4vw + 10px);
}
@media (min-width: 1001px) {
  .py-50-to-30 {
    padding-top: 50px !important;
  }
}
@media (max-width: 500px) {
  .py-50-to-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1001px) {
  .py-50-to-30 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 500px) {
  .py-50-to-30 {
    padding-bottom: 30px !important;
  }
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-article {
  padding-top: calc(6vw + 0px);
  padding-bottom: calc(6vw + 0px);
}
@media (min-width: 1001px) {
  .py-article {
    padding-top: 60px !important;
  }
}
@media (max-width: 500px) {
  .py-article {
    padding-top: 30px !important;
  }
}
@media (min-width: 1001px) {
  .py-article {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 500px) {
  .py-article {
    padding-bottom: 30px !important;
  }
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mbc-40 > * {
  margin-bottom: 40px;
}

.mbc-50 > * {
  margin-bottom: 50px;
}

.mbc-28 > * {
  margin-bottom: 28px;
}

.mbc-30 > * {
  margin-bottom: 30px;
}

.mbc-30-to-10 > *, .mb-30-to-10 {
  margin-bottom: calc(4vw + -10px);
}
@media (min-width: 1001px) {
  .mbc-30-to-10 > *, .mb-30-to-10 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 500px) {
  .mbc-30-to-10 > *, .mb-30-to-10 {
    margin-bottom: 10px !important;
  }
}

.alert-primary {
  background: #00B4AA;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}

.block-field-value .value:empty::after {
  content: "N/A";
  color: #767586;
}

.navbar .btn-faq, .btn-muted-square, .btn-password-reveal, .btn-muted, .btn-secondary, .btn-primary {
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #002364;
  font-weight: bold;
}

.btn-primary {
  border: 3px solid #00B4AA;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-primary:hover {
  color: #00B4AA;
}
.btn-primary:active {
  background-color: #00B4AA;
  color: white;
}

.btn-secondary {
  border: 3px solid #D70064;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-secondary:hover {
  color: #D70064;
}
.btn-secondary:active {
  background-color: #D70064;
  color: white;
}

.btn-muted {
  border: 3px solid #767586;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-muted:hover {
  color: #767586;
}
.btn-muted:active {
  background-color: #767586;
  color: white;
}

.btn-password-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  z-index: 10;
}

input:placeholder-shown + .btn-password-reveal {
  display: none;
}

.btn-muted-square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  height: 60px;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-muted-square:hover {
  color: #00B4AA;
}
.btn-muted-square > i {
  color: #767586;
}
.btn-muted-square:disabled {
  cursor: default;
  color: #767586 !important;
}

.btn-admin {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 35px;
  color: #002364;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  background-color: transparent;
  transition: all 0.175s;
  outline: 1px solid transparent;
}
.btn-admin:hover {
  color: #00B4AA;
  outline: 1px solid #E2E2E2;
}
.btn-admin:focus-within {
  border-color: #00B4AA;
  outline: 1px solid #00B4AA;
}
.btn-admin.small {
  height: 40px;
  padding: 0 25px;
  font-size: 0.9rem;
}
.btn-admin.small i {
  margin-right: 5px;
}

.search-admin {
  position: relative;
}
.search-admin:hover > input {
  color: #002364;
}
.search-admin > input {
  padding-right: 50px;
}
.search-admin > input::placeholder {
  color: #002364;
}
.search-admin > button {
  margin-left: -40px;
  padding: 0;
  font-size: 1.2rem;
  color: #002364;
  border: 0;
  background-color: transparent;
  vertical-align: sub;
}

.section-modal .modal-content, .container-435, .container-400, .container-250, .container-form, .container-464, .container-padded, .container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1160px;
}

.container-padded {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-464 {
  max-width: 464px;
}

.container-form {
  max-width: 566px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-250 {
  max-width: 250px;
}

.container-400 {
  max-width: 400px;
}

.container-435 {
  max-width: 435px;
}

.dropdown-content {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  z-index: 1;
}
.dropdown-content.up {
  bottom: calc(100% - 10px);
  top: auto;
}

@media (max-width: 800px) {
  .form-group-btn {
    text-align: center !important;
    justify-content: center !important;
  }
}

.gabarit-0 {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: start !important;
  height: 100vh;
}
.gabarit-0 main {
  flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  overflow: hidden;
}

.back-to-top, .vrow-between-stretch, .row-start-center, .row-end-center, .row-center-stretch, .row-end-stretch, .row-between-center, .row-around-center, .row-center, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red, .navbar .btn-faq, .input-dauth .face-digit, .icon-circled-28, .icon-more-circled, .icon-info-circled, .row-start, .row, .gabarit-0,
.row-center-start, .ie-flexbug-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ie-flexbug-3 {
  flex-direction: column;
  min-height: 100px;
}

.row, .gabarit-0,
.row-center-start {
  justify-content: center;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-start {
  justify-content: flex-start;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-center, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red, .navbar .btn-faq, .input-dauth .face-digit, .icon-circled-28, .icon-more-circled, .icon-info-circled {
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-around-center {
  justify-content: space-around;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-between-center {
  justify-content: space-between;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-between-center > *:only-child {
  margin: 0 auto;
}

.row-end-stretch {
  justify-content: flex-end;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-center-stretch {
  justify-content: center;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-end-center {
  justify-content: flex-end;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-start-center {
  justify-content: flex-start;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main, .col, .input-dauth .face-digit {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col, .input-dauth .face-digit {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-4, #page-guarantee .col-x {
  flex: 0 0 auto;
  width: 33.333333%;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.col-12, #article-nav-dashboard > .col-x {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.gutter {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter > * {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-main {
  margin-right: calc(-10.2vw + 36px);
  margin-left: calc(-10.2vw + 36px);
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-right: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-right: -15px !important;
  }
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-left: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-left: -15px !important;
  }
}
.gutter-checkbox {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutter-checkbox > * {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.gutter-checkbox > .col-auto, .gabarit-0.gutter-checkbox > nav, .gabarit-0.gutter-checkbox > footer, .gabarit-0.gutter-checkbox > main {
  height: 20px;
}

.gutter-3_5 {
  margin-right: -3.5px;
  margin-left: -3.5px;
}
.gutter-3_5 > * {
  padding-right: 3.5px;
  padding-left: 3.5px;
}

.flex-item-stretch {
  align-self: stretch;
}

.vrow-between-stretch {
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.hero .container {
  height: calc(50vw + -150px);
  display: flex;
  align-items: flex-end;
  background-size: cover;
}
@media (min-width: 801px) {
  .hero .container {
    height: 250px !important;
  }
}
@media (max-width: 500px) {
  .hero .container {
    height: 100px !important;
  }
}
.hero.hero-public .container {
  background-image: url("/image/hero/hero_public.jpg");
}
.hero.hero-voyage .container {
  background-image: url("/image/hero/hero_attestation_voyage.jpg");
}
.hero.hero-account .container {
  background-image: url("/image/hero/hero_account.jpg");
}
.hero.hero-home .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_home.jpg");
}
.hero.hero-request-list .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_request_list.jpg");
}
.hero.hero-request-VOYA .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_request_VOYA.jpg");
}
.hero.hero-request-ASSI .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_request_ASSI.jpg");
}
.hero.hero-request-REMB .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_request_REMB.jpg");
}
.hero.hero-request-RECL .container {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%), url("/image/hero/hero_request_RECL.jpg");
}
.hero.hero-request .container {
  background-image: url("/image/hero/hero_request.jpg");
}
.hero.hero-guarantee .container {
  background-image: url("/image/hero/hero_guarantee.jpg");
}
.hero.hero-legal-notice .container, .hero.hero-cgu .container, .hero.hero-rgpd .container {
  background-image: url("/image/hero/hero_legal_notice.jpg");
}
.hero.hero-faq .container {
  background-image: url("/image/hero/hero_faq.jpg");
}

.icon-info-circled {
  display: inline-flex !important;
  border: 2px solid #E2E2E2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.icon-more-circled {
  display: inline-flex !important;
  border: 2px solid #002364;
  border-radius: 50%;
  width: 29px;
  height: 29px;
}

.icon-circled-28 {
  display: inline-flex !important;
  border: 2px solid #E2E2E2;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.input-group {
  position: relative;
}

.input-date-default,
.input-time-default, .input-text-default {
  display: block;
  position: relative;
  z-index: 0;
}
.is-invalid.input-date-default,
.is-invalid.input-time-default, .is-invalid.input-text-default {
  margin-bottom: 15px !important;
}
.input-date-default input,
.input-time-default input, .input-text-default input, .input-date-default textarea,
.input-time-default textarea, .input-text-default textarea {
  position: relative;
  z-index: 1;
  background-color: transparent;
  height: 1.5em;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #002364;
  outline: none;
  color: #00B4AA;
}
.input-date-default textarea,
.input-time-default textarea, .input-text-default textarea {
  min-height: 46px;
  transition: height 0.1s linear;
}
.input-date-default .input-label-wrapper,
.input-time-default .input-label-wrapper, .input-text-default .input-label-wrapper {
  display: flex;
  flex-flow: column;
}
.input-date-default .input-label-wrapper .input-text-label,
.input-time-default .input-label-wrapper .input-text-label, .input-text-default .input-label-wrapper .input-text-label {
  order: 1;
}
.input-date-default .input-label-wrapper input,
.input-time-default .input-label-wrapper input, .input-text-default .input-label-wrapper input, .input-date-default .input-label-wrapper textarea,
.input-time-default .input-label-wrapper textarea, .input-text-default .input-label-wrapper textarea {
  order: 2;
}
.input-date-default .input-text-label,
.input-time-default .input-text-label, .input-text-default .input-text-label {
  position: relative;
  left: 0;
  z-index: -1;
  transition: 0.25s bottom, 0.25s font-size, 0.25s margin-top;
  font-size: 1rem;
  bottom: -1.3em;
  margin-top: -1.3em;
}
.input-date-default textarea:focus ~ .input-text-label,
.input-time-default textarea:focus ~ .input-text-label, .input-text-default textarea:focus ~ .input-text-label,
.input-date-default input:focus ~ .input-text-label,
.input-time-default input:focus ~ .input-text-label,
.input-text-default input:focus ~ .input-text-label,
.input-date-default input:-webkit-autofill ~ .input-text-label,
.input-time-default input:-webkit-autofill ~ .input-text-label,
.input-text-default input:-webkit-autofill ~ .input-text-label,
.input-date-default .js-input-not-empty ~ .input-text-label,
.input-time-default .js-input-not-empty ~ .input-text-label,
.input-text-default .js-input-not-empty ~ .input-text-label {
  font-size: 0.857rem;
  bottom: 0;
  margin-top: 0;
}
.input-date-default .icon-view,
.input-time-default .icon-view, .input-text-default .icon-view {
  font-size: 21px;
}

.input-date-default .input-group,
.input-time-default .input-group {
  z-index: 0;
}
.input-date-default input,
.input-time-default input {
  color: transparent !important;
  padding-right: 20px;
}
.input-date-default input.js-input-not-empty, .input-date-default input:focus,
.input-time-default input.js-input-not-empty,
.input-time-default input:focus {
  color: #00B4AA !important;
}
.input-date-default .icon-aside,
.input-time-default .icon-aside {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 3px;
  z-index: -1;
}

.input-checkbox label {
  cursor: pointer;
}
.input-checkbox input {
  display: none;
}
.input-checkbox .checkbox-face {
  display: inline-flex;
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
  border: 2px solid #002364;
  justify-content: center;
  align-items: flex-start;
}
.input-checkbox .checkbox-mark {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #00B4AA;
  user-select: none;
}
input:not(:checked) + .input-checkbox .checkbox-mark {
  display: none;
}
input:checked + .input-checkbox {
  color: #00B4AA;
}
input:checked + .input-checkbox .checkbox-face {
  border-color: #00B4AA !important;
}

.input-dauth {
  display: block;
  position: relative;
  height: 100px;
  max-width: 450px;
  margin: 0 -10px;
}
.input-dauth input {
  opacity: 0.01;
  background: transparent;
  color: transparent;
}
.input-dauth input:focus + .face > .face-digit:first-of-type:empty, .input-dauth input:focus + .face > .face-digit:not(:empty) + .face-digit:empty {
  outline: 5px solid rgba(0, 180, 170, 0.2);
}
.input-dauth input:focus + .face > .face-digit:first-of-type:empty::before, .input-dauth input:focus + .face > .face-digit:not(:empty) + .face-digit:empty::before {
  content: " ";
  display: block;
  height: 1em;
  width: 1px;
  background-color: #002364;
  animation: blink-animation 1.2s steps(5, start) 6;
  -webkit-animation: blink-animation 1.2s steps(5, start) 6;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.input-dauth .input-group {
  height: 100%;
}
.input-dauth .face {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  z-index: -1;
}
.input-dauth .face-digit {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-collapse: separate;
  border-radius: 5px;
  height: 80px;
  font-size: 36px;
  font-weight: bold;
  font-family: Montserrat;
  margin: 0 10px;
}
@media (max-width: 450px) {
  .input-dauth {
    margin: 0 -5px;
  }
  .input-dauth .face-digit {
    margin: 0 5px;
  }
}

.invalid-feedback {
  color: #A50000;
  margin-top: 10px;
}

.form-success-feedback {
  background-color: #00B4AA;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 600;
}

.input-date-range .col-separator {
  margin: 0 40px;
}

.input-radio {
  display: inline-block;
}
.input-radio.d-block .label {
  display: flex;
}
.input-radio > .label {
  cursor: pointer;
  background-color: white;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  min-height: 60px;
  min-width: 134px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-weight: bold;
}
.input-radio > .label i {
  font-size: 20px;
  margin-right: 10px;
  color: #767586;
}
.input-radio input:disabled + .label, .input-radio .input-radio.disabled > .label {
  opacity: 0.5;
  background: lightgray;
  cursor: default;
}
.input-radio input:checked + .label {
  border: 3px solid #00B4AA;
}
.input-radio input:checked + .label i {
  color: #00B4AA;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  min-width: 125px;
}
.select-box .input-text-label {
  position: relative;
  left: 0;
  z-index: 1;
  transition: 0.25s bottom, 0.25s font-size, 0.25s margin-top;
  font-size: 1rem;
  bottom: calc( -1.5em + 0.2em );
  margin-top: calc( -1.5em + 0.2em );
  line-height: 1.5;
}
.select-box.js-select-not-empty .input-text-label {
  font-size: 0.857rem;
  bottom: 0;
  margin-top: 0;
}
.select-box .select-box-current {
  position: relative;
  outline: none;
  min-height: 1.5em;
  padding-right: 25px;
  border-bottom: 1px solid #002364;
}
.select-box input:checked ~ .select-box-current .select-box-icon {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.select-box .select-box-icon {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  transition: 0.2s ease;
}
.select-box .select-box-value {
  display: flex;
}
.select-box .select-box-input {
  display: none;
}
.select-box .select-box-input:checked + .select-box-input-text {
  display: block;
}
.select-box .select-box-input-text {
  display: none;
  width: 100%;
  margin: 0;
  color: #00B4AA;
  line-height: 1.5;
}
.select-box .select-box-list {
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
  padding: 10px 12px;
  list-style: none;
  z-index: 100;
  background-color: white;
  border: 1px solid #E2E2E2;
  overflow: auto;
  max-height: 180px;
}
.select-box .select-box-option {
  display: block;
  padding: 2px 0;
  margin: 0;
  background-color: white;
}
.select-box .select-box-option.selected, .select-box .select-box-option:hover, .select-box .select-box-option:focus {
  font-weight: bold;
}
.select-box .select-box-dropdowntoggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}
.select-box .input-text-search {
  position: relative;
  padding: 10px 0;
}
.select-box .input-text-search input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 7px;
  background-color: transparent;
  display: block;
  outline: none;
  color: #00B4AA;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
.select-box .input-text-search button {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  font-size: 23px;
  padding: 0 7px;
}

.select-box.disabled {
  padding: 5px 10px;
}
.select-box.disabled .select-box-dropdowntoggle {
  cursor: initial;
}
.select-box.disabled .input-word-default-label {
  display: block;
}
.select-box.disabled .select-box-input-text {
  padding: 0;
}
.select-box.disabled .select-box-current {
  border: 0;
}
.select-box.disabled .select-box-icon {
  display: none;
}
.select-box.disabled .select-box-current {
  padding: 0;
}

.list {
  list-style: none; /* Remove default bullets */
  margin-bottom: 15px;
}
.list li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00B4AA; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.clear {
  list-style: none;
  padding-left: 0;
}

.loading {
  position: relative;
}
.loading::after {
  content: " ";
  background-image: url("/image/spinner.gif");
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.7;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.loading-admin {
  opacity: 0.2;
  transition: opacity 0.5s;
}
.loading-admin.active {
  opacity: 1;
}

hr.vertical {
  width: 1px !important;
  height: auto;
  padding: 0 !important;
  align-self: stretch;
}

.green-ring {
  position: absolute;
  top: 100px;
  right: -75px;
  width: 150px;
  height: 150px;
  box-shadow: inset 0px 15px 15px rgba(0, 180, 170, 0.2509803922), 0px 15px 15px rgba(0, 180, 170, 0.2509803922);
  border: 20px solid #00B4AA;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 1380px) {
  .green-ring {
    display: none;
  }
}

.red-ring {
  position: absolute;
  top: 100px;
  left: -75px;
  width: 200px;
  height: 200px;
  box-shadow: inset 0px 15px 15px rgba(215, 0, 100, 0.2509803922), 0px 15px 15px rgba(215, 0, 100, 0.2509803922);
  border: 30px solid #D70064;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 1380px) {
  .red-ring {
    display: none;
  }
}

.bg-default {
  background-color: #002364;
}

.bg-primary {
  background-color: #00B4AA;
}

.bg-secondary {
  background-color: #D70064;
}

.bg-babyblue {
  background-color: #47a5ff;
}

.bg-veil {
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.bg-light {
  background-color: white;
}

.burger {
  position: relative;
  z-index: 51;
  cursor: pointer;
}

.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width: 18px;
  height: 12px;
}
.burger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #002364;
  transition: all ease 0.3s;
}
.burger .burger-top {
  top: 0;
}
.burger .burger-mid {
  top: calc(50% - 1px);
}
.burger .burger-bot {
  bottom: 0;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-fluid-vertical {
  max-height: 100%;
  height: 100%;
  width: auto;
}

.back-to-top {
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 100px;
  width: 35px;
  height: 35px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.4s ease;
  color: #002364;
}
.back-to-top:hover > i {
  color: #00B4AA;
}
.back-to-top:not(.active) {
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 751px) {
  .back-to-top {
    display: none !important;
  }
}

.fade-in {
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.transition-opacity {
  opacity: 0;
}

.grecaptcha-badge {
  z-index: 1;
}

.para-notice-info {
  position: relative;
}
.para-notice-info i {
  position: absolute;
  left: 0;
  top: calc(50% - 12.5px);
}
.para-notice-info p {
  padding-left: 35px;
}

.ico-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #00B4AA;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #00B4AA;
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
}
.ico-plus > * {
  display: block;
  position: relative;
  bottom: -2px;
}

.section-modal .modal-content, .container, .container-padded, .container-464, .container-form, .container-250, .container-400, .container-435 {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1160px;
}

.container-padded {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-464 {
  max-width: 464px;
}

.container-form {
  max-width: 566px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-250 {
  max-width: 250px;
}

.container-400 {
  max-width: 400px;
}

.container-435 {
  max-width: 435px;
}

.section-modal {
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  padding-top: 10vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 10px;
  padding-right: 10px;
}
.section-modal h2 {
  font-size: 1.286rem;
}
.section-modal .modal-para {
  font-size: 1.286rem;
  font-family: Montserrat;
  font-weight: 300;
}
.section-modal .modal-content {
  max-width: 500px;
  background-color: white;
  position: relative;
  border-radius: 10px;
}
.section-modal .modal-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -22px;
  right: -22px;
  color: white;
  background-color: #002364;
  border: 3px solid white;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .section-modal .modal-btn-close {
    right: 0;
  }
}

.pill {
  display: inline-block;
  margin: 5px 0;
  background-color: #002364;
  color: white;
  padding: 5px 25px;
  border-radius: 14px;
}
.pill.primary {
  background-color: #00B4AA;
  padding: 2px 10px 0;
}
.pill .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.placeholder-text {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1.5em;
  background: rgba(0, 35, 100, 0.0784313725);
  border-radius: 5px;
  vertical-align: middle;
}
.placeholder-text::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  animation: shimmer 1s infinite;
}
.placeholder-text-text, .placeholder-text-td {
  height: 27px;
}
.placeholder-text-textarea {
  height: 200px;
  width: 100%;
}
.placeholder-text-td {
  display: block;
}

.progress {
  padding: 5px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
}
.progress .progress-bar {
  height: 1em;
  background-color: #D70064;
  border-radius: 10px;
}

.rgaa-control {
  position: fixed;
  right: 34px;
  bottom: 50%;
  width: 54px;
  z-index: 100;
  background-color: white;
  padding: 8px;
  border: 2px solid #E2E2E2;
  border-radius: 153px;
  text-align: center;
}
@media (max-width: 800px) {
  .rgaa-control {
    display: none;
  }
}

.rgaa-btn-contrast {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 28px;
  border-radius: 50%;
  border: none;
  background-color: #D70064;
}

.rgaa-wrapper-input-range {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
}
.rgaa-wrapper-input-range .rgaa-input-range {
  transform-origin: 50%;
  transform: rotate(-90deg);
  width: 40px;
  padding: 0;
  border: 0;
  color: transparent;
}
.rgaa-wrapper-input-range .rgaa-input-range::-webkit-slider-runnable-track {
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background: #002364;
  -webkit-appearance: none;
}
.rgaa-wrapper-input-range .rgaa-input-range::-moz-range-track {
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background: #002364;
  -webkit-appearance: none;
  color: transparent;
}
.rgaa-wrapper-input-range .rgaa-input-range::-ms-track {
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
}
.rgaa-wrapper-input-range .rgaa-input-range::-ms-fill-lower, .rgaa-wrapper-input-range .rgaa-input-range::-ms-fill-upper {
  background: #002364;
  border-radius: 10px;
}
.rgaa-wrapper-input-range .rgaa-input-range::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #D70064;
  cursor: pointer;
}
.rgaa-wrapper-input-range .rgaa-input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #D70064;
  cursor: pointer;
  margin-top: -4px;
}
.rgaa-wrapper-input-range .rgaa-input-range::-ms-thumb {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #D70064;
  cursor: pointer;
}

.table-0 {
  width: 100%;
}
.table-0 th {
  padding: 10px;
  color: #00B4AA;
  font-weight: normal;
  border-bottom: 1px solid #E2E2E2;
}
.table-0 td {
  padding: 10px;
  border-bottom: 1px solid #E2E2E2;
}

.table-desc-list {
  width: 100%;
}
.table-desc-list th {
  padding-right: 20px;
  color: #00B4AA;
  font-weight: normal;
  width: 1%;
  white-space: nowrap;
}

.table-desc-list-1 {
  width: 100%;
}
.table-desc-list-1 th {
  padding-right: 20px !important;
  font-weight: normal;
  width: 1%;
  min-width: 50%;
}
.table-desc-list-1 td {
  color: #00B4AA;
}
.table-desc-list-1 th, .table-desc-list-1 td {
  padding: 10px 0;
  vertical-align: baseline;
}

.table-admin-list {
  width: 100%;
}
.table-admin-list th .icon-sort {
  margin-left: 5px;
  font-size: 0.8rem;
  vertical-align: middle;
  color: #E2E2E2;
  opacity: 0;
  transition: opacity 0.175s;
}
.table-admin-list th[data-sort] {
  cursor: pointer;
}
.table-admin-list th[data-sort]:hover .icon-sort {
  opacity: 1;
}
.table-admin-list th[data-sort] .icon-sort {
  opacity: 0;
}
.table-admin-list th[data-sort].sort-desc .icon-sort {
  color: #00B4AA;
  opacity: 1;
}
.table-admin-list th[data-sort].sort-asc .icon-sort {
  color: #00B4AA;
  opacity: 1;
}
.table-admin-list tbody > tr {
  transition: background-color 0.1s;
}
.table-admin-list tbody > tr:hover {
  background-color: #F8F8F8;
}
.table-admin-list th {
  font-weight: 500;
  color: #00B4AA;
  white-space: nowrap;
  border-bottom: 1px solid #00B4AA;
}
.table-admin-list td, .table-admin-list th {
  height: 45px;
}
.table-admin-list td {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}
.table-admin-list td ~ :not(:last-child) {
  padding-right: 5px;
}
.table-admin-list a:hover {
  color: #D70064;
}

.tac_activate {
  padding: 10px;
}

.tarteaucitronAllow {
  margin-left: 10px;
}

.toolbar-help {
  position: fixed;
  right: 20px;
  bottom: calc(50% - 100px);
  z-index: 101;
}
@media (max-width: 800px) {
  .toolbar-help {
    display: none;
  }
}
.toolbar-help .navbar-mobile-rgaa {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: calc(100% + 20px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.toolbar-help .navbar-mobile-rgaa .icon {
  display: inline-block;
  width: 35px;
}
.toolbar-help .navbar-mobile-rgaa > div:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.toolbar-help .navbar-mobile-rgaa > div:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.toolbar-help .navbar-mobile-rgaa .tail {
  position: absolute;
  position: absolute;
  bottom: -20px;
  right: 30px;
}

.tooltip {
  background: #00B4AA;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 10;
}
.tooltip[data-popper-placement^=top] > .arrow {
  bottom: -4px;
}
.tooltip[data-popper-placement^=bottom] > .arrow {
  top: -4px;
}
.tooltip[data-popper-placement^=left] > .arrow {
  right: -4px;
}
.tooltip[data-popper-placement^=right] > .arrow {
  left: -4px;
}
.tooltip .arrow,
.tooltip .arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
.tooltip .arrow {
  visibility: hidden;
}
.tooltip .arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.fs-small {
  font-size: 0.857rem;
}

.fs-default {
  font-size: 1rem;
}

.fs-16 {
  font-size: 1.143rem;
}

.fs-large, #page-guarantee .btn-guarantee-link {
  font-size: 1.286rem;
}

.fs-larger {
  font-size: 1.714rem; /* 24px*/
}
@media (max-width: 800px) {
  .fs-larger {
    font-size: 1.286rem; /* 18px*/
  }
}

.fs-18-to-14 {
  font-size: 1.286rem; /* 18px*/
}
@media (max-width: 800px) {
  .fs-18-to-14 {
    font-size: 1rem; /* 14px*/
  }
}

.text-primary {
  color: #00B4AA !important;
}

.text-secondary {
  color: #D70064 !important;
}

.text-light {
  color: #fff !important;
}

.text-muted {
  color: #767586 !important;
}

.text-dark {
  color: #002364 !important;
}

.text-error {
  color: #002364 !important;
}

.text-warning {
  color: #002364 !important;
}

.text-success {
  color: #002364 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.ff-montserrat, #page-guarantee .btn-guarantee-link {
  font-family: Montserrat;
}

.link {
  text-decoration: underline;
  display: inline;
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}

.link-hover:hover {
  text-decoration: underline;
}

.btn-link {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
.btn-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .text-mobile-center {
    text-align: center !important;
  }
}
[class^=icon-]::before, [class*=" icon-"]::before {
  display: inline-block;
  text-decoration: none;
}

.gabarit-admin h1 {
  font-size: 2rem !important;
  font-weight: 700;
}
.gabarit-admin h2 {
  font-size: 1.4rem !important;
  font-weight: 500;
  margin-bottom: 10px;
}

.h-100 {
  height: 100%;
}

.relative {
  position: relative !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

input:not(:checked) ~ .d-uncheck-none {
  display: none;
}

.parent-hover:not(:hover) .d-onhover-parent {
  display: none;
}

.valign-middle {
  vertical-align: middle;
}

.float-left {
  float: left;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-break {
  word-break: break-word;
}

.overflow-y {
  overflow-y: auto;
}

#footer {
  line-height: 30px;
  background-color: #002364;
  color: white;
}
@media (max-width: 500px) {
  #footer {
    padding-bottom: 70px;
    font-size: 0.857rem;
  }
}
#footer .container {
  max-width: 100%;
  padding: 15px 70px;
  padding-bottom: calc(-3.5714285714vw + 43.5714285714px);
}
@media (min-width: 801px) {
  #footer .container {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 380px) {
  #footer .container {
    padding-bottom: 30px !important;
  }
}

.navbar .btn-faq, .btn-primary, .btn-secondary, .btn-muted, .btn-password-reveal, .btn-muted-square {
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #002364;
  font-weight: bold;
}

.btn-primary {
  border: 3px solid #00B4AA;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-primary:hover {
  color: #00B4AA;
}
.btn-primary:active {
  background-color: #00B4AA;
  color: white;
}

.btn-secondary {
  border: 3px solid #D70064;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-secondary:hover {
  color: #D70064;
}
.btn-secondary:active {
  background-color: #D70064;
  color: white;
}

.btn-muted {
  border: 3px solid #767586;
  border-radius: 100px;
  padding: 15px 40px;
}
.btn-muted:hover {
  color: #767586;
}
.btn-muted:active {
  background-color: #767586;
  color: white;
}

.btn-password-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  z-index: 10;
}

input:placeholder-shown + .btn-password-reveal {
  display: none;
}

.btn-muted-square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  height: 60px;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-muted-square:hover {
  color: #00B4AA;
}
.btn-muted-square > i {
  color: #767586;
}
.btn-muted-square:disabled {
  cursor: default;
  color: #767586 !important;
}

.btn-admin {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 35px;
  color: #002364;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  background-color: transparent;
  transition: all 0.175s;
  outline: 1px solid transparent;
}
.btn-admin:hover {
  color: #00B4AA;
  outline: 1px solid #E2E2E2;
}
.btn-admin:focus-within {
  border-color: #00B4AA;
  outline: 1px solid #00B4AA;
}
.btn-admin.small {
  height: 40px;
  padding: 0 25px;
  font-size: 0.9rem;
}
.btn-admin.small i {
  margin-right: 5px;
}

.search-admin {
  position: relative;
}
.search-admin:hover > input {
  color: #002364;
}
.search-admin > input {
  padding-right: 50px;
}
.search-admin > input::placeholder {
  color: #002364;
}
.search-admin > button {
  margin-left: -40px;
  padding: 0;
  font-size: 1.2rem;
  color: #002364;
  border: 0;
  background-color: transparent;
  vertical-align: sub;
}

.ie-flexbug-3, .row, .gabarit-0,
.row-center-start, .row-start, .row-center, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red, .navbar .btn-faq, .row-around-center, .row-between-center, .row-end-stretch, .row-center-stretch, .row-end-center, .row-start-center, .vrow-between-stretch, .icon-info-circled, .icon-more-circled, .icon-circled-28, .input-dauth .face-digit, .back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ie-flexbug-3 {
  flex-direction: column;
  min-height: 100px;
}

.row, .gabarit-0,
.row-center-start {
  justify-content: center;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-start {
  justify-content: flex-start;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-center, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red, .navbar .btn-faq, .icon-info-circled, .icon-more-circled, .icon-circled-28, .input-dauth .face-digit {
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-around-center {
  justify-content: space-around;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-between-center {
  justify-content: space-between;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-between-center > *:only-child {
  margin: 0 auto;
}

.row-end-stretch {
  justify-content: flex-end;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-center-stretch {
  justify-content: center;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-end-center {
  justify-content: flex-end;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-start-center {
  justify-content: flex-start;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col, .col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main, .input-dauth .face-digit {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col, .input-dauth .face-digit {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-4, #page-guarantee .col-x {
  flex: 0 0 auto;
  width: 33.333333%;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.col-12, #article-nav-dashboard > .col-x {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.gutter {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter > * {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-main {
  margin-right: calc(-10.2vw + 36px);
  margin-left: calc(-10.2vw + 36px);
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-right: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-right: -15px !important;
  }
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-left: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-left: -15px !important;
  }
}
.gutter-checkbox {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutter-checkbox > * {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.gutter-checkbox > .col-auto, .gabarit-0.gutter-checkbox > nav, .gabarit-0.gutter-checkbox > footer, .gabarit-0.gutter-checkbox > main {
  height: 20px;
}

.gutter-3_5 {
  margin-right: -3.5px;
  margin-left: -3.5px;
}
.gutter-3_5 > * {
  padding-right: 3.5px;
  padding-left: 3.5px;
}

.flex-item-stretch {
  align-self: stretch;
}

.vrow-between-stretch {
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.navbar {
  display: block;
  position: relative;
  z-index: 101;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 100px !important;
}
@media (max-width: 700px) {
  .navbar {
    min-height: 80px !important;
  }
}
.navbar .col-logo {
  height: 70px;
}
@media (max-width: 700px) {
  .navbar .col-logo {
    height: 50px;
  }
}
.navbar .navbar-text-link {
  display: block;
  font-size: 1.286rem;
  font-weight: bold;
  font-family: Montserrat;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.navbar .navbar-text-link:hover {
  color: #00B4AA;
}
.navbar .navbar-text-link.highlighted {
  border-bottom: 3px solid #00B4AA;
}
.navbar .btn-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 3px solid #E2E2E2;
  border-radius: 50%;
}
.navbar .btn-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
@media (min-width: 1001px) {
  .navbar .d-brk1up-none {
    display: none;
  }
}
@media (max-width: 1000px) {
  .navbar .d-brk1do-none {
    display: none;
  }
}
@media (max-width: 700px) {
  .navbar .d-brk2do-none {
    display: none;
  }
}
.navbar .btn-faq {
  display: inline-flex !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 3px solid #D70064;
  border-radius: 100px;
  height: 50px;
  min-width: 204px;
}
.navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red {
  display: inline-flex;
  border: 2px solid #002364;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 5px 0;
}
.navbar .btn-faq .icon-question-circled-red {
  width: 30px;
  height: 30px;
  border: 3px solid #D70064;
}
@media (min-width: 841px) {
  .navbar .btn-faq > mark {
    display: none !important;
  }
}
@media (max-width: 840px) {
  .navbar .btn-faq {
    min-width: auto;
    display: inline-block !important;
    border: none;
  }
  .navbar .btn-faq > i {
    display: none !important;
  }
}

.navbar-content {
  min-height: 100px;
}
@media (max-width: 700px) {
  .navbar-content {
    min-height: 80px;
  }
}

.breadcrumb {
  padding-top: 23px;
  padding-bottom: 14px;
}
@media (max-width: 800px) {
  .breadcrumb {
    display: none;
  }
}

#navbar-user-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#navbar-user-mobile .bg-veil {
  cursor: default;
}
#navbar-user-mobile > * {
  overflow: auto;
}
#navbar-user-mobile .navbar-btn-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 3px solid #E2E2E2;
  border-radius: 50%;
}
#navbar-user-mobile .navbar-text-main {
  color: #00B4AA;
  font-size: 1.286rem;
  font-weight: bold;
}
#navbar-user-mobile .col-menu {
  max-width: 434px;
  width: 90%;
}

#navbar-mobile-rgaa nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#navbar-mobile-rgaa .icon {
  display: inline-block;
  width: 30px;
  text-align: center;
}
#navbar-mobile-rgaa .spec-link-list {
  padding: 30px;
}
@media (min-width: 1001px) {
  #navbar-mobile-rgaa.d-brk1up-none {
    display: none;
  }
}

#section-faq .border-faq {
  background: white;
  position: relative;
  padding: 0;
}
#section-faq .faq-tail {
  display: none;
}
#section-faq .faq-item i {
  vertical-align: middle;
}
#section-faq .faq-item + .faq-item {
  margin-top: 25px;
}
#section-faq .question {
  cursor: pointer;
}
#section-faq .question .icon-more::before {
  transition: transform 0.25s;
  display: block;
}
#section-faq input:checked ~ .question {
  color: #00B4AA;
}
#section-faq input:checked ~ .question .icon-more::before {
  transform: rotate(45deg);
}
#section-faq input:checked ~ .question-separator {
  border-color: #00B4AA;
}
#section-faq .question-separator {
  border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 601px) {
  #section-faq .border-faq {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 34px;
    margin-bottom: 50px;
  }
  #section-faq .faq-tail {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 170px;
    z-index: 1;
  }
}

@media (max-width: 950px) {
  #section-contact article {
    display: block;
  }
  #section-contact .form-group-btn {
    text-align: center;
  }
}

@media (max-width: 975px) {
  #section-login .login-d-desktop {
    display: none;
  }
  #section-login > .container > .row, #section-login > .container > .gabarit-0 {
    display: block !important;
  }
}
@media (min-width: 976px) {
  #section-login .login-d-mobile {
    display: none;
  }
  #section-login .separator {
    border-left: 1px solid #E2E2E2;
    padding: 0px !important;
    align-self: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.ie-flexbug-3, .row, .gabarit-0,
.row-center-start, .row-start, .row-center, .row-around-center, .row-between-center, .row-end-stretch, .row-center-stretch, .row-end-center, .row-start-center, .vrow-between-stretch, .icon-info-circled, .icon-more-circled, .icon-circled-28, .input-dauth .face-digit, .back-to-top, .navbar .btn-faq, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ie-flexbug-3 {
  flex-direction: column;
  min-height: 100px;
}

.row, .gabarit-0,
.row-center-start {
  justify-content: center;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-start {
  justify-content: flex-start;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.row-center, .icon-info-circled, .icon-more-circled, .icon-circled-28, .input-dauth .face-digit, .navbar .btn-faq, .navbar .btn-faq .icon-question-circled,
.navbar .btn-faq .icon-question-circled-red {
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-around-center {
  justify-content: space-around;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-between-center {
  justify-content: space-between;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-between-center > *:only-child {
  margin: 0 auto;
}

.row-end-stretch {
  justify-content: flex-end;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-center-stretch {
  justify-content: center;
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-end-center {
  justify-content: flex-end;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-start-center {
  justify-content: flex-start;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col, .col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main, .input-dauth .face-digit {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col, .input-dauth .face-digit {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .gabarit-0 > nav, .gabarit-0 > footer, .gabarit-0 > main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-4, #page-guarantee .col-x {
  flex: 0 0 auto;
  width: 33.333333%;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.col-12, #article-nav-dashboard > .col-x {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.gutter {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter > * {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-main {
  margin-right: calc(-10.2vw + 36px);
  margin-left: calc(-10.2vw + 36px);
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-right: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-right: -15px !important;
  }
}
@media (min-width: 1001px) {
  .gutter-main {
    margin-left: -66px !important;
  }
}
@media (max-width: 500px) {
  .gutter-main {
    margin-left: -15px !important;
  }
}
.gutter-checkbox {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutter-checkbox > * {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.gutter-checkbox > .col-auto, .gabarit-0.gutter-checkbox > nav, .gabarit-0.gutter-checkbox > footer, .gabarit-0.gutter-checkbox > main {
  height: 20px;
}

.gutter-3_5 {
  margin-right: -3.5px;
  margin-left: -3.5px;
}
.gutter-3_5 > * {
  padding-right: 3.5px;
  padding-left: 3.5px;
}

.flex-item-stretch {
  align-self: stretch;
}

.vrow-between-stretch {
  -webkit-flex-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media (min-width: 651px) {
  #article-nav-dashboard > .col-x {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
#article-nav-dashboard .btn-dashboard-0,
#article-nav-dashboard .btn-dashboard-1 {
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  font-family: Montserrat, serif;
}
#article-nav-dashboard .btn-dashboard-0 > .row, #article-nav-dashboard .btn-dashboard-0 > .gabarit-0,
#article-nav-dashboard .btn-dashboard-1 > .row,
#article-nav-dashboard .btn-dashboard-1 > .gabarit-0 {
  flex-wrap: nowrap;
}
#article-nav-dashboard .btn-dashboard-0 .container-img,
#article-nav-dashboard .btn-dashboard-1 .container-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (min-width: 851px) {
  #article-nav-dashboard .btn-dashboard-0 .container-img,
  #article-nav-dashboard .btn-dashboard-1 .container-img {
    width: 100px;
    height: 100px;
  }
  #article-nav-dashboard .btn-dashboard-0 .container-img img,
  #article-nav-dashboard .btn-dashboard-1 .container-img img {
    width: auto;
  }
}
#article-nav-dashboard .btn-dashboard-0 {
  color: white;
}
#article-nav-dashboard .btn-dashboard-0 .container-img {
  border-radius: 50%;
  background-color: white;
}
#article-nav-dashboard .btn-dashboard-0 .container-img img {
  width: 60%;
}
#article-nav-dashboard .btn-dashboard-1 {
  border: 3px solid #002364;
  color: 3px solid #002364;
}
#article-nav-dashboard .btn-dashboard-1.primary {
  border-color: #00B4AA;
  color: #00B4AA;
}
#article-nav-dashboard .btn-dashboard-1.secondary {
  border-color: #D70064;
  color: #D70064;
}
#article-nav-dashboard .btn-dashboard-small {
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  padding: 10px 20px;
}
@media (min-width: 851px) {
  #article-nav-dashboard .btn-dashboard-small {
    padding: 20px 30px;
  }
}
#article-nav-dashboard .btn-dashboard-small .container-img {
  text-align: center;
  width: 40px;
}
@media (min-width: 851px) {
  #article-nav-dashboard .btn-dashboard-small .container-img img {
    width: auto;
  }
}
#article-nav-dashboard .btn-dashboard-small .container-img img {
  width: 26px;
}
@media (min-width: 901px) {
  #article-nav-dashboard > .col-main {
    flex: 0 0 auto;
    width: 33.333333%;
    max-width: 100%;
  }
  #article-nav-dashboard > .col-main .btn-dashboard-0 > .row, #article-nav-dashboard > .col-main .btn-dashboard-0 > .gabarit-0 {
    flex-wrap: wrap;
  }
  #article-nav-dashboard > .col-main .col-text {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  #section-account > .container > .row, #section-account > .container > .gabarit-0 {
    display: block;
  }
}

#section-request-list .request-list-item {
  border-bottom: 1px solid #E2E2E2;
}
#section-request-list .request-list-item > .row, #section-request-list .request-list-item > .gabarit-0 {
  margin: 30px 0;
}
@media (max-width: 800px) {
  #section-request-list .d-request-list-desktop {
    display: none;
  }
}
@media (min-width: 801px) {
  #section-request-list .d-request-list-mobile {
    display: none;
  }
}

#section-request-detail h2 {
  font-size: 1.286rem;
  font-weight: normal;
  color: #767586;
}
@media (max-width: 800px) {
  #section-request-detail > .container > .row, #section-request-detail > .container > .gabarit-0 {
    display: block;
  }
}

.section-auth-singleform {
  height: 100%;
}
.section-auth-singleform > .container {
  height: 100%;
}
.section-auth-singleform > .container > .row, .section-auth-singleform > .container > .gabarit-0 {
  height: 100%;
}
.section-auth-singleform h1 {
  margin-bottom: 20px;
}
.section-auth-singleform .aside-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 1;
  background-image: url("/image/aside-login.png");
  background-size: cover;
  background-position: 50% 25%;
  align-self: stretch;
  width: 50vw;
}
@media (min-width: 801px) {
  .section-auth-singleform .singleform-d-mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .section-auth-singleform .px-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-auth-singleform .py-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-auth-singleform h1 {
    margin-bottom: 0;
    height: calc(35.7142857143vw + -35.7142857143px);
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-image: url("/image/hero/hero_public.jpg");
  }
}
@media (max-width: 800px) and (min-width: 801px) {
  .section-auth-singleform h1 {
    height: 250px !important;
  }
}
@media (max-width: 800px) and (max-width: 380px) {
  .section-auth-singleform h1 {
    height: 100px !important;
  }
}
@media (max-width: 800px) {
  .section-auth-singleform .container-464 {
    padding: 0 !important;
    max-width: none;
  }
  .section-auth-singleform .singleform-d-desktop {
    display: none;
  }
}

@media (min-width: 801px) {
  #modal-callmeback .col-desk-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
#modal-callmeback .modal-content {
  max-width: 632px;
}

#page-guarantee .col-x .btn-guarantee-link {
  height: 100%;
}
@media (max-width: 900px) {
  #page-guarantee .col-x {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  #page-guarantee .col-x {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
#page-guarantee .btn-guarantee-link {
  display: block;
  border: 3px solid #002364;
  border-radius: 5px;
  background-color: white;
  padding: 30px;
}
#page-guarantee .btn-guarantee-link:hover {
  border-color: #00B4AA;
  color: #00B4AA;
}

@font-face {
  font-family: "Hind";
  src: url("/css/font/Hind-Light.woff2") format("woff2"), url("/css/font/Hind-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("/css/font/Hind-Regular.woff2") format("woff2"), url("/css/font/Hind-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("/css/font/Hind-SemiBold.woff2") format("woff2"), url("/css/font/Hind-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("/css/font/Hind-Medium.woff2") format("woff2"), url("/css/font/Hind-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("/css/font/Hind-Bold.woff2") format("woff2"), url("/css/font/Hind-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("/css/font/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-BlackItalic.woff2") format("woff2"), url("/css/font/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-LightItalic.woff2") format("woff2"), url("/css/font/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("/css/font/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-Black.woff2") format("woff2"), url("/css/font/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-ExtraLight.woff2") format("woff2"), url("/css/font/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-SemiBold.woff2") format("woff2"), url("/css/font/Montserrat-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-Medium.woff2") format("woff2"), url("/css/font/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-Light.woff2") format("woff2"), url("/css/font/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-MediumItalic.woff2") format("woff2"), url("/css/font/Montserrat-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-ThinItalic.woff2") format("woff2"), url("/css/font/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/css/font/Montserrat-Thin.woff2") format("woff2"), url("/css/font/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/css/font/icomoon.eot?j9vw1f");
  src: url("/css/font/icomoon.eot?j9vw1f#iefix") format("embedded-opentype"), url("/css/font/icomoon.ttf?j9vw1f") format("truetype"), url("/css/font/icomoon.woff?j9vw1f") format("woff"), url("/css/font/icomoon.svg?j9vw1f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-setting:before {
  content: "\e918";
}

.icon-logout:before {
  content: "\e919";
}

.icon-home:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-info:before {
  content: "\e902";
}

.icon-sms:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-delete-account:before {
  content: "\e906";
}

.icon-more:before {
  content: "\e907";
}

.icon-chevron-up:before, .table-admin-list th[data-sort].sort-desc .icon-sort:before {
  content: "\e908";
}

.icon-chevron-left:before {
  content: "\e909";
}

.icon-chevron-right:before {
  content: "\e90a";
}

.icon-chevron-down:before, .table-admin-list th[data-sort] .icon-sort:before, .table-admin-list th[data-sort].sort-asc .icon-sort:before {
  content: "\e90b";
}

.icon-help:before {
  content: "\e90c";
}

.icon-contrast:before {
  content: "\e90d";
}

.icon-doc .path1:before {
  content: "\e90e";
}

.icon-doc .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 180, 170);
}

.icon-doc .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 180, 170);
}

.icon-doc .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 180, 170);
}

.icon-doc .path5:before {
  content: "\e912";
  margin-left: -1em;
}

.icon-pdf .path1:before {
  content: "\e913";
}

.icon-pdf .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(215, 0, 100);
}

.icon-pdf .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(215, 0, 100);
}

.icon-pdf .path4:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(215, 0, 100);
}

.icon-pdf .path5:before {
  content: "\e917";
  margin-left: -1em;
}

.icon-view:before {
  content: "\e91a";
}

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