/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
.align-center {
  text-align: center;
}

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

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.Dflex {
  display: -ms-flexbox;
  display: flex;
}
.Dflex.-hcenter {
  -ms-flex-pack: center;
  justify-content: center;
}

.FlexColumn {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.-vcenter {
  -ms-flex-align: center;
  align-items: center;
}
.flex.-spaceBetween {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pos-relative {
  position: relative !important;
}

.o-identification > .row {
  padding: 0.3125rem;
}
.o-identification > .row > .columns {
  padding: 0.3125rem;
}
.o-identification__header {
  padding: 0.3125rem 0;
}
.o-identification__message.-error p {
  color: #E00034;
}
.o-identification__message.-warning p {
  color: #f15a24;
}
.o-identification__message p {
  color: #00a99d;
  margin-bottom: 0.5rem;
}
.o-identification__message p a {
  color: #666;
}
.o-identification__desc {
  margin-bottom: 0.625rem;
}
.o-identification__title {
  margin-bottom: 0.3125rem !important;
}
.o-identification__back {
  margin-bottom: 0.625rem;
}
.o-identification__section {
  background: white;
  padding: 0.625rem;
  position: relative;
}
.o-identification__section.-fidelity {
  border: 1px solid #ff352f;
}
.o-identification__section.-fidelity p b {
  color: #333;
}
.o-identification__section.-fidelity p:last-of-type {
  margin-top: 0.4rem;
}
.o-identification__section:not(:last-of-type) {
  margin: 0 0 0.625rem 0;
}
.o-identification__section ul:last-child {
  margin-bottom: 0;
}
.o-identification #sign-up-id {
  display: none;
}
.o-identification ul {
  list-style: none;
}

.o-advantages__list {
  margin: 0.25rem 0 0;
}

#ajax-modal-small {
  text-align: center;
  width: 90%;
  max-width: 360px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
  min-height: inherit;
}
#ajax-modal-small .email-preview {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0.25rem;
}
#ajax-modal-small p {
  margin: 0 0 0.75rem;
}
#ajax-modal-small button {
  margin: 0 0 0.75rem;
}
#ajax-modal-small .m-inputWrapper {
  text-align: left;
}
#ajax-modal-small.-next .step.-step-2 {
  display: block;
}
#ajax-modal-small.-next .step.-step-1 {
  display: none;
}
#ajax-modal-small .step.-step-2 {
  display: none;
}

.m-tooltip {
  display: inline-block;
  position: relative;
  font-style: normal;
  cursor: pointer;
  vertical-align: bottom;
}
.m-tooltip.-vcenter {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.m-tooltip:before {
  content: "\e064";
  font-family: "ElegantIcons";
  color: #999;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
}
.m-tooltip__dropdown {
  padding: 0.5rem;
  margin-left: -0.35rem;
}
.m-tooltip__dropdown.-dark {
  padding: 0;
  background: #666;
  color: white;
  border: 1px solid #666;
  max-width: 260px !important;
}
.m-tooltip__dropdown.-dark .row .columns:first-child {
  padding: 0.5rem;
}
.m-tooltip__dropdown.-dark:before {
  border-color: transparent transparent #666 transparent;
}

main#main-content {
  background: #F2F2F2;
}